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

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

article ul {
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 2px dotted #e1baba;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "●";
  margin: 0 0.5em 0 0;
  color: #e1baba;
}

article ol {
  border: 2px dotted #e1baba;
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 2em;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) "";
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 1.5em;
  line-height: 1.5em;
  height: 1.5em;
  color: #fff;
  background: #e1baba;
  border-radius: 50%;
}

blockquote {
  background: #483629;
  padding: 3em 1em;
  color: #fff;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #fff;
  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;
  color: #483629;
  vertical-align: top;
  border: 1px solid #483629;
  background: #eaded3;
}

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

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 3px solid #e4dfc8;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  background: #f3e8e8;
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*////////// body //////////*/

body {
  background: #e1baba;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

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

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

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

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

h2,
.under h1 {
  font-size: 140%;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
  padding: 0.5em 0;
}

h3,
.under h2 {
  background: #f2e7de;
  padding: 5px;
}

h4,
.under h3 {
  border-left: 5px solid #5a4933;
  padding-left: 10px;
}

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

h5 {
  border-bottom: 1px solid #483629;
  padding-bottom: 5px;
  font-size: 115%;
}

h6 {
  font-size: 100%;
}

strong {
  color: #c74750;
  font-size: 120%;
}

.nu_s_ct {
  max-width: 950px;
  margin: 0 auto;

}

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

.nu_s_wrap>* {
  color: #483629;
}

.nu_s_lside {
  max-width: 70%;
  /*640px*/
  float: right;
}

@media (max-width: 730px) {
  .nu_s_lside {
    max-width: inherit;
  }
}

.nu_s_rside {
  /*min-*/
  width: 26%;
  float: left;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 40px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

article {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  padding: 40px 20px 20px;
  background: #fff url(../images/g2.png) repeat-x scroll;
  background-position: 0 -66px;
}

header {
  background: url(../images/g2.png) repeat-x scroll center top;
  background-position: 0px -57px;
}

.nu_s_head-area {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  padding: 0;
}

.nu_s_ct .nu_s_cont_title {
  margin: 50px 0 25px;
}

.nu_s_site-ttl a {
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

.nu_s_head-area p.nu_s_cp {
  margin: 0 0 0.3em;
  font-size: 80%;
  color: #fff;
}

.nu_s_mv {
  margin: 0 0 30px;
}

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

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

nav {
  margin: 0 0;
}

.nu_s_gnav>ul {
  display: flex;
  max-width: 920px;
  padding: 0;
  margin: 0 auto;
  justify-content: space-around;
}

.nu_s_gnav ul#nu_s_gnav-menu>li {
  display: block;
  float: left;
  font-size: 12px;
  padding: 5px 0;
  position: relative;
  text-align: left;
  width: 12%;
}

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

.slicknav_menu {
  display: none;
}

#nu_s_gnav-menu li a {
  display: block;
  color: #fff;
}

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

.nu_s_link img {
  max-width: 100%;
  margin: 0 0 5px;
}

.nu_s_tlk {
  overflow: hidden;
  width: 100%;
}

.nu_s_tlk .nu_s_link {
  width: 49%;
  float: left;
  margin: 0 2% 30px 0;
}

.nu_s_tlk .nu_s_link:nth-of-type(2n) {
  margin: 0 0 30px 0;
}

.nu_s_tlk .nu_s_link h2 {
  margin: 0 0 10px;
}

.nu_s_more-btn {
  text-align: center;
  margin: 20px auto 0;
}

.nu_s_more-btn a {
  padding: 0.5em;
  border: 1px solid #483629;
  color: #000;
  width: 100%;
  display: block;
}

.nu_s_more-btn a:hover {
  background: #483629;
  color: #fff;
  opacity: 1;
}

aside li>p {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  border-bottom: 2px dotted #e1baba;
}

aside a {
  font-size: 14px;
  border-bottom: 2px dotted #e1baba;
  padding: 10px 0;
}

aside a:hover {
  background: rgba(219, 219, 219, 0.3);
}

.nu_s_side>li ul {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  margin: 0 0 30px;
}

.nu_s_side>li ul li:last-child a {
  border: none;
}

aside img {
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 5px;
}

.side-cd a {
  overflow: hidden;
}

.nu_s_lkb h2 {
  border-top: none;
  background: #fff;
}

.nu_s_lkb h3 {
  border: none;
  padding: 0;
  margin: 0;
}

.nu_s_lkb h3 a {
  display: block;
  color: #000;
  opacity: 1;
  background: url(../images/g1.png) repeat;
  padding: 5px 8px;
}

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

.nu_s_lkb h3 a:hover {
  background: #e1baba;
  color: #fff;
}

.nu_s_lkb a {
  text-align: left;
}

.nu_s_lkb_in {
  margin: 0 0 4%;
}

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

/* footer */

footer {
  position: relative;
  padding: 40px 0 5px;
  color: #483629;
}

footer .nu_s_ct p {
  font-size: 17px;
  font-weight: bold;
  border-bottom: dotted 2px #fff;
  margin: 0 0 1em;
}

footer a {
  color: #483629;
  font-size: 85%;
}

footer .nu_s_ct {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}

.nu_s_ftcp {
  font-size: 70%;
  font-weight: normal;
  text-align: center;
  padding: 0 0.5em;
  color: #483629;
}

.nu_s_ftmn {
  width: 25%;
  margin-right: 3%;
}

/* under */

.nu_s_nf {
  font-size: 170%;
  color: #b17272;
}

/* pan nav */

.nu_s_pn {
  margin-bottom: 5px;
}

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

.nu_s_pn font {
  color: #000;
}

/* SNS */

.nu_s_sa {
  width: 100%;
  margin: 0 0 30px;
}

.nu_s_sa>div {
  text-align: center;
}

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

.nu_s_sc {
  text-align: center;
  display: block;
  background-color: #483629;
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin: 0 0 15px;
  padding: 6px 15px;
  box-sizing: border-box;
}

.nu_s_sd {
  width: 48%;
  float: left;
  box-sizing: border-box;
  margin: 0 1% 3%;
}

.nu_s_sd .fa {
  font-weight: bold;
}

.nu_s_se {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 6px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

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

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

p.nu_s_btb a {
  font-size: 28px;
  line-height: 43px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  color: #e4dfc8;
  z-index: 1;
  background: rgba(63, 53, 46, 0.82);
  width: 48px;
  height: 48px;
}

@charset "utf-8";

@media screen and (max-width: 730px) {
  .flex {
    flex-direction: column;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  body {
    line-height: 2;
  }

  .nu_s_ct {
    padding: 3% 2.7%;
  }

  h2 {
    padding: 8px 0;
  }

  .nu_s_ct,
  main,
  .side-menu,
  .side-cd img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .side-cd img {
    float: none;
  }

  .nu_s_site-ttl {
    font-size: 100%;
  }

  h2 {
    font-size: 135%;
  }

  h3,
  h4 {
    font-size: 120%;
  }

  h5,
  h6 {
    font-size: 110%;
  }

  article {
    padding: 35px 3% 3%;
    margin-bottom: 8%;
  }

  .nu_s_rside {
    float: none;
    width: 100%;
  }

  aside .nu_s_side>li {
    display: none;
  }

  .nu_s_lside {
    width: 100%;
    float: none;
    max-width: none;
  }

  .nu_s_head-area {
    margin: 0;
  }

  header {
    background-position: 0px -70px;
  }

  .nu_s_ct .nu_s_cont_title {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 5% 0 0;
  }

  .nu_s_site-ttl a {
    font-size: 165%;
    font-weight: bold;
    margin: 0;
    text-align: center;
  }

  .sonota_p .nu_s_cont_title h1.nu_s_site-ttl a {
    font-size: 150%;
  }

  .nu_s_mv {
    float: none;
    margin: 0 auto 5%;
    width: 100%;
  }

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

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

  /* /////////////////////slicknav /////////////////////*/
  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  nav {
    display: inherit;
  }

  nav.subpage {
    display: inherit;
  }

  .nu_s_gnav #nu_s_gnav-menu {
    display: none;
  }

  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: solid #483629 1px;
  }

  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    background-color: #483629;
    border-radius: 0;
  }

  /*メニューの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #e1baba;
  }

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #483629;
    overflow: hidden;
    padding: 0;
  }

  a.slicknav_btn {
    text-align: center;
  }

  /*下層メニュー内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    background: #fff;
  }

  /*下層メニュー内容部分hove文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
  }

  /*ナビ内メニュータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
  }

  /*ナビ内メニュータイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #483629;
  }

  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: left;
    font-size: 110%;
    text-shadow: none;
    line-height: 1.6em;
    /*高さ調節*/
    padding: 8px 10px;
    /*高さ調節ここでも*/
    color: #fff;
  }

  .slicknav_menu img {
    display: none;
  }

  /*ナビ内矢印*/
  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  /* /////////////↑slicknav設定ここまで↑ //////////////*/
  /*/////////下層リンク*/
  .nu_s_link img {
    float: none;
    display: block;
  }

  .nu_s_tlk {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 5%;
  }

  .nu_s_tlk .nu_s_link {
    width: 100%;
    float: none;
    margin: 0 auto 5%;
    padding: 50px 3% 6%;
  }

  /*/////////もっと読むボタン*/
  .nu_s_more-btn a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.8em;
    background: #483629;
    color: #fff;
  }

  .nu_s_more-btn a:hover {
    background: #fff;
    color: #483629;
    opacity: 1;
  }

  /*/////////サイドコンテナ*/
  .nu_s_nf {
    font-size: 150%;
  }

  /*/////////フッター*/
  footer {
    padding: 5% 0 2%;
  }

  footer .nu_s_ftmn {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* /////////sns */
  .nu_s_sb {
    display: block;
  }

  .nu_s_sd {
    display: block;
  }

  /*/////////トップに戻るボタン*/
  p.nu_s_btb a {
    font-size: 30px;
    line-height: 46px;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}