@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.boxcf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #f6f6f5;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    sans-serif;
}

strong {
  background: #d6caca;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #f6f6f5;
  border-radius: 5px;
  border: 1px dashed #5d4e31;
}

article ul li {
  list-style-type: disc;
  list-style-position: inside;
  border-bottom: double 4px #d6caca;
  margin: 0 0 2%;
  background: #f6f6f5;
}

article ol {
  counter-reset: counter-name;
  background: #f6f6f5;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border-radius: 5px;
  border: 1px dashed #5d4e31;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  border-bottom: double 4px #d6caca;
  margin: 0 0 2%;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}

blockquote {
  background: #f6f6f5;
  padding: 3em 1em;
  position: relative;
  border: double 4px #d6caca;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #d6caca;
  position: absolute;
}

blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}

blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #5d4e31;
  background: #d6caca;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #5d4e31;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  border: 1px solid #5d4e31;
  margin: 1em 0;
  padding: 1em;
  background: #fff;
}

strong,
b {
  font-size: 100%;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #555;
  display: block;
}

a:hover {
  color: #d6caca;
  opacity: 0.8;
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 140%;
  margin-bottom: 15px;
}

/* +下層用 */
h2,
.under h1 {
  background: #5d4e31;
  padding: 12px 8px;
  border: 1px solid #f6f6f5;
  font-weight: bold;
  color: #f6f6f5;
  border-radius: 6px;
}

h3,
.under h2 {
  padding: 7px 10px;
  border-top: 1px dashed #5d4e31;
  border-bottom: 1px dashed #5d4e31;
  background: #f6f6f5;
  color: #555;
}

h4,
.under h3 {
  border-bottom: 4px double #5d4e31;
  padding-bottom: 6px;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  border-bottom: 2px dashed #5d4e2d;
  padding-bottom: 5px;
  font-size: 120%;
  color: #555;
}

h6 {
  font-size: 100%;
  border-bottom: 1px dotted #f6f6f5;
  padding-bottom: 5px;
}

.ntrscon {
  max-width: 1085px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

header .ntrscon {
  display: block;
}

.conwrap>* {
  color: #3f3f3f;
}

.bsia {
  background: #ece6dd;
  max-width: 73%;
  /*760px*/
  float: right;
  padding: 30px 50px;
  border-radius: 5px;
}

@media (max-width: 695px) {
  .bsia {
    max-width: inherit;
  }
}

.bsib {
  /*min-*/
  width: 23%;
  /*300px*/
  float: left;
  margin: 0 auto 30px;
  background: #ece6dc;
  border-radius: 5px;
  padding: 15px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #555;
}

.ntrshd {
  width: 100%;
  margin: 15px auto;
  padding: 0;
  overflow: hidden;
}

.ntrshd.under_p {
  margin: 25px 0 35px;
}

.ntrscon .ntrstitle {
  margin: 30px 0;
  /* width: 335px; */
  float: left;
}

.ntrshd.under_p .ntrscon .ntrstitle {
  margin: 0;
  width: 100%;
  float: none;
}

.ttlh a {
  font-size: 22px;
  font-weight: bold;
  float: left;
}

.ntrshd p.ntrscp {
  margin: 0;
  font-size: 75%;
}

.ntrshd.under_p p.ntrscp {
  margin: 0 0 0.3em;
}

.min_vsal {
  width: 100%;
  margin: 0 auto;
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

nav {}

.ntrsnv>ul {
  /* width: 600px; */
  margin: 55px auto;
  overflow: hidden;
  float: right;
}

.ntrsnv ul#ntrsnvmenu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 3px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.79);
}

.ntrsnv ul#ntrsnvmenu>li:last-child {
  border: none;
}

#ntrsnvmenu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#ntrsnvmenu li a {
  color: #0b0705;
  padding: 7px 2em;
  display: block;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

#ntrsnvmenu li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #555;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#ntrsnvmenu li a:hover::after {
  width: 90%;
}

.ntrslk img {
  max-width: 100%;
}

.ntrs-top {
  overflow: hidden;
  width: 100%;
}

.ntrs-top .ntrslk {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
}

.ntrs-top .ntrslk:nth-of-type(2n) {
  margin-right: 0;
}

.ntrs-top .ntrslk h2 {
  margin: 0 0 0.8em;
  padding: 5px 3px;
}

.ntrs-more {
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
}

.ntrs-more a {
  padding: 0.5em;
  border: 1px solid #f6f6f5;
  color: #f6f6f5;
  background: #5f4e37;
  width: 100%;
  /* border-radius: 30px; */
  display: block;
}

.ntrs-more a:hover {
  opacity: 0.7;
}

/* /////////aside */

aside li>p {
  font-size: 17px;
  color: #555555;
  font-weight: bold;
  border-bottom: dotted 1px #555555;
  text-align: center;
}

aside a {
  padding: 12px 0;
}

aside img {
  float: left;
  max-width: 90px;
  margin-right: 5px;
}

.sidentrscon>li {
  margin: 0 0 30px;
}

/*/////////MENUリンク*/

.sit a {
  border-bottom: double 4px #f6f6f5;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

/*/////////NEW ENTRYリンク*/

.sitrs a {
  padding: 13px 0;
  overflow: hidden;
  border-bottom: double 4px #f6f6f5;
  font-size: 14px;
}

.link_line {
  position: relative;
  padding-bottom: 1px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.link_line::before,
.link_line::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  height: 4px;
}

.link_line::before {
  z-index: 2;
  width: 15%;
  background-color: #444;
}

.link_line::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg,
      #fff,
      #fff 2px,
      #aaa 2px,
      #aaa 4px);
  background: repeating-linear-gradient(45deg,
      #fff,
      #fff 2px,
      #aaa 2px,
      #aaa 4px);
}

.ntrslbk h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}

.ntrslbk h3 a {
  background: #ffffff;
  padding: 7px 13px;
  display: block;

  border-radius: 30px;
  font-size: 17px;
}

.ntrslbk h3 a::after {
  content: ">";
  margin-left: 10px;
}

.ntrslbk h3 a:hover {
  background: #fff;
  color: #5f4e37;
}

.ntrslbk a {
  text-align: left;
}

.lbkin {
  margin: 0 auto 3.5%;
}

.lbkin:last-child {
  margin: 0;
}

/* /////////footer */

footer {
  position: relative;
  padding: 50px 0 10px;
  margin-top: 30px;
  background: #ece6dc;
  border-top: 1px dotted #555;
}

footer .ntrscon p {
  font-size: 16px;
  color: #555;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted #555;
  margin-bottom: 10px;
}

footer a {
  font-size: 90%;
  text-align: center;
  border-bottom: 4px double #f6f6f5;
  margin-bottom: 10px;
}

footer a:hover {
  text-decoration: underline;
}

footer .ntrscon {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.ntrsfc {
  font-size: 70%;
  text-align: center;
}

.ntrsmn {
  width: 35%;
  margin: 0 auto;
}

/* /////////under */
.ntrs-nf {
  font-size: 200%;
  color: #555;
}

/* /////////pan nav */
.ntrs-pan {
  margin-bottom: 10px;
}

.ntrs-pan a {
  display: inline;
  font-size: 85%;
}

.ntrs-pan font {
  color: #ccc;
}

/* /////////SNS */
.sns-ctnbt {
  width: 100%;
  margin: 50px 0;
}

.sns-ctna {
  display: flex;
  justify-content: space-between;
}

.sns-ctnbt>div {
  text-align: center;
}

.sns-ctnbt:after {
  content: "";
  clear: both;
  display: block;
}

.sns-ctnb {
  text-align: center;
  display: block;
  color: #444444;

  font-size: 19px;
  font-weight: bold;
  width: 100%;

  margin-bottom: 25px;
  box-sizing: border-box;
}

.sns-ctnb {
  position: relative;
  padding-bottom: 0.5em;
}

.sns-ctnb::before,
.sns-ctnb::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  height: 4px;
}

.sns-ctnb::before {
  z-index: 2;
  width: 15%;
  background-color: #444;
}

.sns-ctnb::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg,
      #fff,
      #fff 2px,
      #aaa 2px,
      #aaa 4px);
  background: repeating-linear-gradient(45deg,
      #fff,
      #fff 2px,
      #aaa 2px,
      #aaa 4px);
}

.sns-ctnc {
  width: 22%;
  box-sizing: border-box;
  margin: 0 0.1%;
  background: #f6f6f5;
}

.sns-ctnc .fa {
  font-weight: bold;
}

.sns-ctne:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.sns-ctne {
  font-size: 14px !important;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
  transition: 0.4s;
}

.sns-ctne {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.sns-ctne::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #555;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sns-ctne:hover::after {
  width: 100%;
}

/* SNSごとの背景色 */
#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

/*/////////トップに戻るボタン*/
p.ntrsbtn a {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 18px;
  right: 0;
  z-index: 1;
  background: rgb(94, 78, 52);
  width: 100px;
  height: 40px;
  color: #fff;
}

.fa-angle-up:before {
  content: "TOP PAGE";
}

/*下層などflex内で要素が増える時*/
.ntrscon.conwrap.boxcf:has(.ntrs-pan) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.ntrs-pan {
  width: 100%;
}

/*パンくず*/