@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;
}

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

body {
  background: -moz-linear-gradient(top, #efe3b7, #e4d085);
  background: -webkit-linear-gradient(top, #efe3b7, #e4d085);
  background: linear-gradient(to bottom, #efe3b7, #e4d085);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 7%;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

strong {
  background: #fff9c4;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #fff;
  border: 2px solid #e7d883;
  border-radius: 10px;
}

article ul li {
  list-style-type: disc;
  list-style-position: inside;
  border-bottom: dotted 1px #e7d78d;
  margin: 0 0 2%;
  background: #ffffff;
}

article ol {
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border: 2px solid #e7d883;
  border-radius: 10px;
}

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

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

blockquote {
  background: #f9f1cf;
  padding: 3em 1em;
  position: relative;
  border-radius: 10px;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #e44c1b;
  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 #e4d27f;
  background: #e44c1b;
  color: #fff;
}

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

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: 4px double #e5d27f;
  margin: 1em 0;
  padding: 1em;
}

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: #3f3f3f;
  display: block;
}

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

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

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

h2,
.under h1 {
  background: #e44c1b;
  padding: 12px 8px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  font-size: 19px;
  text-align: center;
}

h3,
.under h2 {
  position: relative;
  padding: 1em 0;
  font-size: 17px;
}

h3::before,
h3::after,
.under h2::before,
.under h2::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

h3::before,
.under h2::before {
  top: 0;
  border-top: 2px solid #712600;
  border-bottom: 1px solid #712600;
}

h3::after,
.under h2::after {
  bottom: 0;
  border-top: 1px solid #712600;
  border-bottom: 2px solid #712600;
}

h4,
.under h3 {
  border-left: 4px solid #e25000;
  padding: 6px;
}

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


h5 {
  border-bottom: 4px dotted #e25000;
  padding: 3px;
  font-size: 18px;
  color: #6f2900;
}

h6 {
  font-size: 110%;
  color: #6f2900;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

/*下層用*/
.under h1 {
  background: #e44c1b;
  padding: 12px 8px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  font-size: 19px;
  text-align: center;
}

.under h2 {
  position: relative;
  padding: 1em 0;
  font-size: 17px;
}

.under h2::before,
.under h2::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.under h2::before {
  top: 0;
  border-top: 2px solid #712600;
  border-bottom: 1px solid #712600;
}

.under h2::after {
  bottom: 0;
  border-top: 1px solid #712600;
  border-bottom: 2px solid #712600;
}

.under h3 {
  border-left: 4px solid #e25000;
  padding: 6px;
}

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

.ntr-con img {
  border-radius: 10px;
}

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

.side_sia {
  max-width: 72%;
  /*700px*/
  float: right;
  padding: 25px;
}

@media (max-width: 696px) {
  .side_sia {
    max-width: inherit;
  }
}

.bs_sib {
  width: 27%;
  /*235px*/
  float: left;
  margin: 25px 0 30px auto;
  background: #fff;
  padding: 20px;
  border: 2px solid #e44c1b;
  border-radius: 15px;
  position: sticky;
  top: 95px;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
  border: 2px solid #e44c1b;
  border-radius: 15px;
  padding: 10px;
  background: #fff;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
  width: -webkit-fill-available;
}

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

.ntrs-hd.under_p {
  margin: 25px 0 35px;
}

.ntr-title {
  max-width: 35%;
  float: left;
  background: #fff;
  padding: 15px 25px;
}

.ntrs-hd.under_p .ntr-con .ntr-title {
  margin: 0;
  width: 50%;
  float: left;
}

.ttl_hd a {
  font-size: 20px;
  color: #e44c1b;
  line-height: 1;
}

p.ntr-cp {
  margin: 0s;
  font-size: 65%;
  color: #404040;
  line-height: 13px;
}

.nav.under_p p.ntr-cp {
  margin: 0 0 0.3em;
}

.ntr-mainvisual {
  width: 100%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 2%;
}

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

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

nav {
  background: #e64727;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  box-shadow: 2px 2px 10px #ab9f9a;
}

.ntr-navi>ul {
  max-width: 60%;
  width: 100%;
  position: relative;
  z-index: 1;
  float: right;
  padding: 22px 0;
}

.ntr-navi ul#ntr-navi-menu>li {
  position: relative;
  font-size: 15px;
  text-align: center;
  /*margin: 3px 0;*/
  line-height: 1.3;
}

.ntr-navi ul#ntr-navi-menu>li:last-child {
  border: none;
}

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

.slicknav_menu {
  display: none;
}

#ntr-navi-menu li a {
  color: #fff;
  padding: 10px 2em;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  border-right: solid 1px #fff;
}

#ntr-navi-menu li:first-child a::before {
  content: "\f015";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

#ntr-navi-menu li:last-child a {
  border: none;
}

.ntr-lk img {
  max-width: 100%;
}

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

.ntr-top .ntr-lk {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
  background: #fff;
}

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

.ntr-top .ntr-lk h2 {
  margin: 0 0 0.8em;
  padding: 10px;
}

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

.ntr-more a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #e44c1b;
  font-weight: bold;
  border-top: 4px solid;
  width: 100%;
  padding-top: 9px;
}

.ntr-more a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3;
}

/*.ntr-more a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}
.ntr-more a:hover {
  background: #fff;
}*/

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

aside li>p {
  font-size: 19px;
  color: #732306;
  font-weight: bold;
  border-bottom: dashed 1px #712600;
}

aside li>p::before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
}

aside li:last-child>p::before {
  content: "\f14b";
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
}

aside a {
  padding: 9px 24px;
  font-size: 14px;
}

aside img {
  /* float: left; */
  max-width: 100%;
  margin: 0 auto;
}

.sid-ntr-con>li {
  margin: 0 0 30px;
}

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

.si_t a {
  border-bottom: dashed 1px #ccc;
  /* background: #ddd; */
  margin-top: 3px;
}

/*/////////new postリンク*/

.si_trs a {
  padding: 10px 23px;
  overflow: hidden;
  border-bottom: dashed 1px #ccc;
}

.ntr-lbk h2 {
  background: none;
  padding: 0.5em;
  margin: 0 auto 15px;
  text-align: center;
  background: #e44c1b;
  color: #fff;
}

.links {
  position: relative;
  padding: 0.75em 1em 0.75em 1.5em;
  border: 1px solid #ccc;
}

.links::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #e44c1b;
  border-radius: 4px;
}

.links a:hover {
  color: #e44c1b;
}

.ntr-lbk a {
  text-align: left;
}

.bk_in {
  margin: 0 auto 3.5%;
}

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

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

footer {
  position: relative;
  padding: 50px 0 10px;
  background: #fff;
}

footer .ntr-con p {
  font-size: 16px;
  color: #febe31;
  font-weight: bold;
}

footer a {
  font-size: 90%;
  padding-left: 26px;
}

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

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

footer .ntr-con p {
  font-size: 16px;
  color: #6f2900;
  font-weight: bold;
  position: relative;
  padding: 7px 25px;
  background: #fff;
  /* border: 1px solid #ccc; */
}

footer .ntr-con p::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #e44c1b;
  border-radius: 4px;
}

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

.ntr-mn {
  width: 27%;
  margin-right: 3%;
}

/* /////////under */

.ntrs-nf {
  font-size: 170%;
  color: #c5ba86;
  padding-left: 5px;
  /* font-style: italic; */
}

/* /////////pan nav */

.ntrs-pan {
  margin-bottom: -18px;
  font-size: 12px;
}

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

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

/* /////////SNS */

.sns-ctnbt {
  margin: 50px 0 10px;
}

.sns-ctnbt-title {
  position: relative;
  color: #fff;
  font-size: 24px;
  background: #6f2900;
  margin: 0 -24px;
  padding: 4px 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.sns-ctnbt-title:before,
.sns-ctnbt-title:after {
  position: absolute;
  top: 100%;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #000;
  opacity: 0.5;
}

.sns-ctnbt-title:before {
  left: 0;
  border-right: 5px solid #000;
}

.sns-ctnbt-title:after {
  right: 0;
  border-left: 5px solid #000;
}

.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: #ffffff;

  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 1px 0;

  box-sizing: border-box;
}

.sns-ctnc {
  width: 20%;
  box-sizing: border-box;
  margin: 25px 0.1%;
  background: #fff;
  border-radius: 25px;
  border: 2px solid #e44c1b;
  box-shadow: 3px 3px 3px #ddd;
}

.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ごとの背景色 */
#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

/*/////////トップに戻るボタン*/
p.ntr-btn a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 36px;
  right: -7px;
  z-index: 1;
  /* background: rgba(254, 190, 49, 0.88); */
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.ntr-con.con_wrap.b_cf:has(.ntrs-pan) {
  flex-wrap: wrap;
  margin-top: 110px;
}

/*パンくずが含まれる時のみ*/
@media (max-width: 696px) {
  .ntr-con.con_wrap.b_cf:has(.ntrs-pan) {
    margin-top: 0;
  }
}

.ntrs-pan {
  width: 100%;
}

/*パンくず*/