@charset "UTF-8";
/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@font-face {
  font-family: 'TheanoDidot';
  src: url("../webfont/TheanoDidot-Regular.eot");
  src: url("../webfont/TheanoDidot-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/TheanoDidot-Regular.woff") format("woff"), url("../webfont/TheanoDidot-Regular.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   RESET
================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after,
blockquote::before, blockquote::after {
  content: '';
  content: none;
}

fieldset, img {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

input, select {
  vertical-align: middle;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: #585151;
  text-align: left;
  width: 100%;
  height: 100%;
  background: #FFFBF4;
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

a, a:link {
  color: #666666;
  text-decoration: underline;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  color: #b3c4de;
  text-decoration: none;
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  line-height: 1.75;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    font-size: calc(100vw / 37.5);
    /* 10px:375 */
  }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    font-size: calc(100vw / 37.5);
    /* 10px:375 */
  }
}

@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%;
    /* 10px */
    line-height: 1.75;
  }
}

body {
  font-family: "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: normal;
}

.f_min {
  font-family: "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
}

.f_go {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
html {
  min-width: 100%;
}

#container {
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
}

#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}

#container .pc {
  display: none !important;
}

#container [data-ruby] {
  display: inline-block;
  margin: 0.9rem 0 0;
  position: relative;
}

#container [data-ruby]:before {
  content: attr(data-ruby);
  display: block;
  white-space: nowrap;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 0.9rem;
  width: auto;
  margin: 0;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   Effects
*/
.fixfigure_2 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.fixfigure_2 .figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fixfigure_2 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.fixfigure_3 {
  position: relative;
}

.fixfigure_3 .figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.fixfigure_3 .figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------------------
   header
------------------------------------- */
#header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
       b_open
    ------------------------------------- */
}

#header .inner {
  width: 100%;
  margin: 0;
}

#header .inner .h1.h1_1 {
  display: block;
  width: 100%;
  padding: 0;
  background-color: #FFFBF4;
  background-color: rgba(255, 251, 244, 0.85);
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  top: 0;
}

#header .inner .h1.h1_1 a,
#header .inner .h1.h1_1 a:link {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

#header .inner .h1.h1_1 a#title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  width: 72vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#header .inner .h1.h1_1 span {
  display: block;
  font-feature-settings: "pkna";
  letter-spacing: 0.125em;
  line-height: 1;
  /*
                &.sns{
                    
                    width: size(50);
                    position: absolute;
                    z-index: 1;
                    top: size(45);
                    right: size(144 + 5);
                    
                    a,
                    a:link{
                        
                        
                    }
                }
                */
}

#header .inner .h1.h1_1 span.img {
  width: 14.93333vw;
  position: absolute;
  z-index: 1;
  top: 4.8vw;
  left: 4.8vw;
  overflow: hidden;
}

#header .inner .h1.h1_1 span.img img {
  width: 14.93333vw;
}

#header .inner .h1.h1_1 #b_openmenu {
  display: block;
  width: 19.2vw;
  height: 19.2vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  /*
                &:after{
                    content: "MENU";
                    display: block;
                    // weight : 300=L , 400=R , 500=M , 700=B , 900=BL
                    @include webfont_j2;
                    
                    letter-spacing: 0.025em;
                    text-align: center;
                    color: $maincolor;
                    font-size: 0.7rem;
                    line-height: 1;
                    width: 100%;
                    box-sizing: border-box;
                    position: absolute;
                    z-index: 10;

                    transition: 0.2s;
                    bottom: 0.75em;
                    left: 50%;
                    transform: translateX(-50%);
                }
                */
}

#header .inner .h1.h1_1 #b_openmenu .icon {
  display: block;
  width: 6.93333vw;
  border-top: 2px solid #8F7F5D;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 9.33333vw;
  right: 50%;
  transform: translateX(50%);
  transition: 0.1s;
}

#header .inner .h1.h1_1 #b_openmenu .icon:before, #header .inner .h1.h1_1 #b_openmenu .icon:after {
  content: "";
  display: block;
  border-top: 2px solid #8F7F5D;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  right: 0;
  transition: 0.2s;
}

#header .inner .h1.h1_1 #b_openmenu .icon:before {
  width: 4.8vw;
  bottom: -8px;
}

#header .inner .h1.h1_1 #b_openmenu .icon:after {
  width: 8.26667vw;
  bottom: 8px;
}

#header.open .h1.h1_1 #b_openmenu .icon {
  border-top: 1px solid rgba(143, 127, 93, 0);
}

#header.open .h1.h1_1 #b_openmenu .icon:before, #header.open .h1.h1_1 #b_openmenu .icon:after {
  width: 6.93333vw;
  bottom: 50%;
}

#header.open .h1.h1_1 #b_openmenu .icon:before {
  transform: translateY(50%) rotate(140deg);
}

#header.open .h1.h1_1 #b_openmenu .icon:after {
  transform: translateY(50%) rotate(-140deg);
}

/* -------------------------------------
   header property
------------------------------------- */
#container {
  padding: 19.2vw 0 0;
  /* -------------------------------------
       page
    */
  /* -------------------------------------
       normal
    */
  /* -------------------------------------
       fixed
    */
}

#container #py {
  width: 100%;
  height: 19.2vw;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#container #header .inner {
  position: fixed;
  z-index: 999;
  top: 0;
}

#container #header .inner .h1.h1_1 {
  height: 19.2vw;
}

#container #header.open {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}

#container #header.open .inner {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container #header.open .inner .h1.h1_1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container #header #menu #menu_main.menu_1 {
  padding: 19.2vw 0 0;
}

#container.fixed #header .inner {
  z-index: 999;
  top: 0;
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#container.fixed #header .inner .h1.h1_1 {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}

/* -------------------------------
    nav
*/
#header #menu #menu_main.menu_1 {
  display: none;
  width: 100%;
  padding: 0 0 0 0;
  background: #FFFBF4;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  overflow: auto;
}

#header #menu #menu_main.menu_1 .nav {
  /*display: block; */
  line-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /* border-top: 1px solid $monocolor3; */
  position: relative;
}

#header #menu #menu_main.menu_1 .nav ul {
  list-style: none;
  overflow: hidden;
  display: block;
  /* padding: 0.5em 0 0 0; */
  padding: 0 0 16vw;
  background-color: #FFFBF4;
  background-color: rgba(255, 251, 244, 0.95);
}

#header #menu #menu_main.menu_1 .nav ul li {
  display: block;
  width: 100%;
  position: relative;
}

#header #menu #menu_main.menu_1 .nav ul li a,
#header #menu #menu_main.menu_1 .nav ul li a:link {
  text-decoration: none;
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  color: #8F7F5D;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1em 1em;
  border-top: 1px solid rgba(143, 127, 93, 0.2);
  box-sizing: border-box;
}

#header #menu #menu_main.menu_1 .nav ul li a:before, #header #menu #menu_main.menu_1 .nav ul li a:after,
#header #menu #menu_main.menu_1 .nav ul li a:link:before,
#header #menu #menu_main.menu_1 .nav ul li a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
}

#header #menu #menu_main.menu_1 .nav ul li a:before,
#header #menu #menu_main.menu_1 .nav ul li a:link:before {
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #8F7F5D;
  right: 1.0rem;
  transform: translateY(-50%);
}

#header #menu #menu_main.menu_1 .nav ul li a:after,
#header #menu #menu_main.menu_1 .nav ul li a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid transparent;
  border-top: 1px solid #8F7F5D;
  border-right: 1px solid #8F7F5D;
  right: 1.6rem;
  transform: translateY(-50%) rotate(45deg);
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0 0 1em;
}

#container {
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#container img {
  display: block;
  width: 100%;
  height: auto;
}

#container img.border {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#container .figure.border {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#container .map iframe,
#container .matterport iframe {
  width: 100% !important;
  height: 100% !important;
}

#container .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}

#container .youtube .pc {
  width: 100%;
  height: 200px;
}

#container .youtube iframe,
#container .youtube video {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#container .aside {
  /* -------------------------------------
           banner_1
        */
  /* -------------------------------------
           sns
        */
}

#container .aside .inner .h3 span {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  line-height: 1;
}

#container .aside .inner .h3.h3_1 {
  letter-spacing: 0.075em;
  color: black;
  line-height: 1;
}

#container .aside .inner .h3.h3_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: white;
  width: 100%;
  height: 37.33333vw;
  margin: 0 auto;
  background: #8F7F5D;
}

#container .aside .inner .h3.h3_2 span.txt {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  width: auto;
}

#container .aside .inner .h3.h3_2 span.en {
  letter-spacing: 0.125em;
  font-size: 1rem;
  line-height: 1;
  margin: 1rem 0 0;
  opacity: 0.6;
}

#container .aside .inner .h3.h3_2 span.en:before {
  content: "- ";
}

#container .aside .inner .h3.h3_2 span.en:after {
  content: " -";
}

#container .aside .inner a,
#container .aside .inner a:link {
  text-decoration: none;
  display: block;
}

#container .aside.banner_1 .inner {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#container .aside.banner_1 .inner .content {
  position: relative;
}

#container .aside.banner_1 .inner .content a,
#container .aside.banner_1 .inner .content a:link {
  display: block;
  text-decoration: none;
}

#container .aside.banner_1 .inner .content .figure {
  display: block;
  width: 100%;
  height: 81.6vw;
  background: black;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

#container .aside.banner_1 .inner .content .figure img {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
}

#container .aside.banner_1 .inner .content .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 {
  text-align: center;
  margin: 0 auto 6.66667vw;
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span {
  display: block;
  font-family: TheanoDidot, "Times New Roman", serif;
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  color: white;
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

#container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt {
  font-size: 3rem;
}

#container .aside.banner_1 .inner .content .item p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.125em;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1.75;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

#container .aside.banner_1 .inner .content .item .tel {
  margin: 8vw auto 0;
}

#container .aside.banner_1 .inner .content .item .tel span {
  display: block;
  text-align: center;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

#container .aside.banner_1 .inner .content .item .tel span.txt {
  font-size: 3rem;
  line-height: 1;
}

#container .aside.banner_1 .inner .content .item .tel span.txt a,
#container .aside.banner_1 .inner .content .item .tel span.txt a:link {
  color: white;
}

#container .aside.banner_1 .inner .content .item .tel span.txt_2 {
  letter-spacing: 0.075em;
  font-size: 1rem;
  margin: 1.33333vw auto 0;
}

#container .aside.banner_1 .inner .content .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  color: white;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 59.2vw;
  height: 8vw;
  margin: 5.33333vw auto 0;
  background: #8F7F5D;
  box-sizing: border-box;
  position: relative;
}

#container .aside.banner_1 .inner .content .item .link:before, #container .aside.banner_1 .inner .content .item .link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container .aside.banner_1 .inner .content .item .link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  z-index: 9;
  right: 2.66667vw;
  transform: translateY(-50%) rotate(45deg);
}

#container .aside.bnr_sns {
  padding: 0;
}

#container .aside.bnr_sns .inner .nav {
  margin: 0 auto 0;
}

#container .aside.bnr_sns .inner .nav ul {
  display: flex;
  justify-content: center;
}

#container .aside.bnr_sns .inner .nav ul li {
  width: 6.66667vw;
  margin: 0 2.66667vw;
}

#container .aside.bnr_sns .inner .nav ul li a,
#container .aside.bnr_sns .inner .nav ul li a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.66667vw;
  height: 6.66667vw;
}

#container .aside.bnr_sns .inner .nav ul li span {
  display: block;
  text-align: center;
  /*
                                &.txt{
                                    @include webfont_e1; //weight : 700
                                    
                                    font-size: 1rem;
                                    line-height: 1;
                                    margin: 0.5rem 0 0;
                                }
                                */
}

#container .aside.bnr_sns .inner .nav ul li span.img {
  width: 6.66667vw;
  margin: 0 auto;
}

/* -------------------------------------
   contents
------------------------------------- */
#container.page {
  /* -------------------------------------
       nav_pankuzu
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#container.page .nav_txt {
  display: block;
  width: 100%;
  padding: 0.5em 0;
}

#container.page .nav_txt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 93.33333vw;
  padding: 0.2em 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}

#container.page .nav_txt ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1em 1em 0 0;
}

#container.page .nav_txt ul li a,
#container.page .nav_txt ul li a:link {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  color: black;
}

#container.page .nav_txt ul li:before {
  content: "＞ ";
  color: #cccccc;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0.5em 0 0;
}

#container.page #article {
  padding: 0;
  margin: 0;
}

#container.page .aside {
  width: 100%;
  overflow: hidden;
  /* -------------------------------------
           main
        ------------------------------------- */
  /* -------------------------------------
           page_control
        ------------------------------------- */
}

#container.page .aside#main .inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside#main .inner .h2.h2_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 18.66667vw;
  margin: 0 auto;
  background: #8F7F5D;
  box-sizing: border-box;
}

#container.page .aside#main .inner .h2.h2_1 span {
  text-transform: capitalize;
  display: block;
  font-family: TheanoDidot, "Times New Roman", serif;
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: white;
}

#container.page .aside.page_control {
  padding: 0 0 3rem;
}

#container.page .aside.page_control .inner {
  width: 100%;
  margin: 1.4rem auto 0;
}

#container.page .aside.page_control .inner .b_backforw {
  width: 100%;
  /* -------------------------------------
                       pager
                    ------------------------------------- */
}

#container.page .aside.page_control .inner .b_backforw .back,
#container.page .aside.page_control .inner .b_backforw .forw {
  width: 35.9375%;
  margin: 0 auto;
}

#container.page .aside.page_control .inner .b_backforw .back span.txt,
#container.page .aside.page_control .inner .b_backforw .forw span.txt {
  width: 100%;
}

#container.page .aside.page_control .inner .b_backforw .back a,
#container.page .aside.page_control .inner .b_backforw .back a:link,
#container.page .aside.page_control .inner .b_backforw .forw a,
#container.page .aside.page_control .inner .b_backforw .forw a:link {
  display: block;
  text-decoration: none;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 2.6rem;
  padding: 0.8rem 0 0;
  background: #8F7F5D;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside.page_control .inner .b_backforw .back a:before, #container.page .aside.page_control .inner .b_backforw .back a:after,
#container.page .aside.page_control .inner .b_backforw .back a:link:before,
#container.page .aside.page_control .inner .b_backforw .back a:link:after,
#container.page .aside.page_control .inner .b_backforw .forw a:before,
#container.page .aside.page_control .inner .b_backforw .forw a:after,
#container.page .aside.page_control .inner .b_backforw .forw a:link:before,
#container.page .aside.page_control .inner .b_backforw .forw a:link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.3rem solid transparent;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
}

#container.page .aside.page_control .inner .b_backforw .back a:before,
#container.page .aside.page_control .inner .b_backforw .back a:link:before {
  left: -2.6rem;
  border-right: 1.3rem solid #8F7F5D;
}

#container.page .aside.page_control .inner .b_backforw .back a:after,
#container.page .aside.page_control .inner .b_backforw .back a:link:after {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .forw a:before,
#container.page .aside.page_control .inner .b_backforw .forw a:link:before {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .forw a:after,
#container.page .aside.page_control .inner .b_backforw .forw a:link:after {
  right: -2.6rem;
  border-left: 1.3rem solid #8F7F5D;
}

#container.page .aside.page_control .inner .b_backforw .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#container.page .aside.page_control .inner .b_backforw .pager a,
#container.page .aside.page_control .inner .b_backforw .pager a:link {
  display: block;
  text-decoration: none;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  color: #8F7F5D;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 8vw;
  padding: 0.8rem 0 0;
  border: 1px solid #8F7F5D;
  box-sizing: border-box;
  position: relative;
}

#container.page .aside.page_control .inner .b_backforw .pager .parent {
  width: 28vw;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev,
#container.page .aside.page_control .inner .b_backforw .pager .next {
  width: 28vw;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link,
#container.page .aside.page_control .inner .b_backforw .pager .next a,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link {
  border: none;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
  content: "";
  display: block;
  width: 2.66667vw;
  height: 2.66667vw;
  border-top: 1px solid #8F7F5D;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container.page .aside.page_control .inner .b_backforw .pager .parent span.txt {
  width: 100%;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev {
  margin: 0 0 0 1.3rem;
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:before,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before {
  left: 0;
  border-left: 1px solid #8F7F5D;
  transform: translateY(-50%) rotate(-45deg);
}

#container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .pager .next {
  margin: 0 1.3rem 0 0;
}

#container.page .aside.page_control .inner .b_backforw .pager .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:before {
  display: none;
}

#container.page .aside.page_control .inner .b_backforw .pager .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
  right: 0;
  border-right: 1px solid #8F7F5D;
  transform: translateY(-50%) rotate(45deg);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb {
  align-items: stretch;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb a:link {
  color: black;
  font-size: 1.2rem;
  line-height: 1.25;
  height: 100%;
  padding: 0;
  background: none;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next {
  width: 33.33333vw;
  margin: 0;
  position: relative;
  z-index: 1;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link {
  text-align: left;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  display: none;
  border: none;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a .figure,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link .figure,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a .figure,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link .figure {
  width: 28vw;
  height: 18.66667vw;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a .figure img,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link .figure img,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a .figure img,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link {
  padding: 0 0 0 5.33333vw;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid black;
  border-right: 1px solid black;
  z-index: 9;
  right: 2.66667vw;
  transform: translateY(-50%) rotate(45deg);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  right: auto;
  left: 2vw;
  transform: translateY(-50%) rotate(-135deg);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link {
  padding: 0 5.33333vw 0 0;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:before, #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:before,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid black;
  border-right: 1px solid black;
  z-index: 9;
  right: 2.66667vw;
  transform: translateY(-50%) rotate(45deg);
}

#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  right: 2vw;
  transform: translateY(-50%) rotate(45deg);
}

#container.page .section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  /* -------------------------------------
           thanks
        */
  /* -------------------------------------
           404
        */
}

#container.page .section .inner {
  margin: 0 auto;
}

#container.page .section .inner .content {
  margin: 0 auto;
  position: relative;
  /* -------------------------------------
                   link
                ------------------------------------- */
}

#container.page .section .inner .content a,
#container.page .section .inner .content a:link {
  display: block;
  text-decoration: none;
}

#container.page .section .inner .content .h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
}

#container.page .section .inner .content .h3 span {
  display: block;
  line-height: 1;
}

#container.page .section .inner .content .h3.h3_1 {
  width: 100%;
  margin: 9.33333vw auto;
}

#container.page .section .inner .content .h3.h3_1 span {
  letter-spacing: 0.1em;
  color: #585151;
  font-size: 2.1rem;
  line-height: 1.5;
}

#container.page .section .inner .content .h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
}

#container.page .section .inner .content .link {
  width: 100%;
  margin: 0 auto;
}

#container.page .section .inner .content .link a,
#container.page .section .inner .content .link a:link {
  text-decoration: none;
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.175em;
  color: white;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  background: rgba(143, 127, 93, 0.4);
}

#container.page .section .inner .content .link a span,
#container.page .section .inner .content .link a:link span {
  display: inline-block;
  width: auto;
  padding: 0.5rem 3rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  position: relative;
}

#container.page .section .inner .content .link a span:before, #container.page .section .inner .content .link a span:after,
#container.page .section .inner .content .link a:link span:before,
#container.page .section .inner .content .link a:link span:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#container.page .section .inner .content .link a span:after,
#container.page .section .inner .content .link a:link span:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  z-index: 9;
  left: 0.75rem;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.6;
}

#container.page .section .inner .content .link a.close,
#container.page .section .inner .content .link a:link.close {
  color: black;
  background: #e6e6e6;
}

#container.page .section .inner .content .link a.close span,
#container.page .section .inner .content .link a:link.close span {
  border: 1px solid #cccccc;
}

#container.page .section .inner .content .link a.close span:before, #container.page .section .inner .content .link a.close span:after,
#container.page .section .inner .content .link a:link.close span:before,
#container.page .section .inner .content .link a:link.close span:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.6rem;
  background: black;
  border: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 2.66667vw;
}

#container.page .section .inner .content .link a.close span:before,
#container.page .section .inner .content .link a:link.close span:before {
  transform: translateY(-50%) rotate(45deg);
}

#container.page .section .inner .content .link a.close span:after,
#container.page .section .inner .content .link a:link.close span:after {
  transform: translateY(-50%) rotate(-45deg);
}

#container.page .section.thanks {
  width: 100%;
  padding: 1em 0 3em 0;
}

#container.page .section.thanks h3 {
  font-size: 2.1rem;
  padding: 1.0em 0;
}

#container.page .section.thanks p {
  padding: 1.0em 0 0 0;
}

#container.page .section#error404 {
  padding: 4em 0 3em 0;
}

#container.page .section#error404 .inner {
  width: 93.75%;
  margin: 0 auto;
}

#container.page .section#error404 .inner .h3.h3_1 {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1em 0 1em 0;
}

#container.page .section#error404 .inner p {
  padding: 1em 0 1em 0;
}

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  width: 100%;
  padding: 20vw 0 0 0;
  /* -------------------------------------
       pagetop
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#footer #pagetop {
  width: 100%;
  padding: 0;
}

#footer #pagetop .inner {
  width: 9.33333vw;
  margin: 0 auto;
  position: relative;
}

#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: block;
  width: 10.66667vw;
  height: 10.66667vw;
  background: white;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: -5.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#footer #pagetop .inner a:after,
#footer #pagetop .inner a:link:after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  margin: 1.7rem auto 0;
  border-top: 1px solid #8F7F5D;
  border-right: 1px solid #8F7F5D;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

#footer .aside {
  /* -------------------------------------
           aside_1
        */
  /* -------------------------------------
           aside_2
        */
}

#footer .aside.aside_1 {
  width: 100%;
  padding: 8vw 0 6.4vw;
}

#footer .aside.aside_1 .inner {
  width: 93.33333vw;
  margin: 0 auto;
}

#footer .aside.aside_1 .inner .content .h2.h2_1 {
  width: 14.93333vw;
  margin: 0 auto;
}

#footer .aside.aside_1 .inner .content .h3.h3_1 {
  text-align: center;
  width: 100%;
  margin: 6.66667vw auto 0;
}

#footer .aside.aside_1 .inner .content .h3.h3_1 span {
  font-size: 1rem;
}

#footer .aside.aside_1 .inner .content p {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  margin: 2.66667vw auto 0;
}

#footer .aside.aside_2 {
  width: 100%;
}

#footer .aside.aside_2 .inner {
  padding: 0 0 0 0;
}

#footer .aside.aside_2 .inner small {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  color: #585151;
  font-size: 1rem;
  line-height: 1.25;
  width: 100%;
  padding: 0.8rem 0;
  margin: 0 auto;
}

#footer .aside.aside_2 .inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
  /* -------------------------------------
                       content_3
                    */
}

#footer .aside.aside_2 .inner .content.content_2 {
  width: 100%;
  background: #8F7F5D;
  position: relative;
  z-index: 1;
}

#footer .aside.aside_2 .inner .content.content_2:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: white;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
}

#footer .aside.aside_2 .inner .content.content_2 a,
#footer .aside.aside_2 .inner .content.content_2 a:link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  font-size: 1.4rem;
  width: 50vw;
  height: 13.86667vw;
}

#footer .aside.aside_2 .inner .content.content_2 a:nth-of-type(1) img,
#footer .aside.aside_2 .inner .content.content_2 a:link:nth-of-type(1) img {
  width: 5.33333vw;
}

#footer .aside.aside_2 .inner .content.content_2 a:nth-of-type(2) img,
#footer .aside.aside_2 .inner .content.content_2 a:link:nth-of-type(2) img {
  width: 7.33333vw;
}

#footer .aside.aside_2 .inner .content.content_2 a img,
#footer .aside.aside_2 .inner .content.content_2 a:link img {
  margin: 0 2.66667vw 0;
}

#footer .aside.aside_2 .inner .content.content_2 .link {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* =================================================
   Global layout
================================================= */
  /* -----------------------------------------------
    common
----------------------------------------------- */
  html {
    min-width: 1080px;
  }
  #container {
    /* -------------------------------------
    // Effects
    */
  }
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container .pahover a,
  #container .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #container .pahover a:hover,
  #container .pahover a:link:hover {
    opacity: 0.6;
  }
  #container a.transhover .figure img,
  #container a.transhover:link .figure img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 0.6;
  }
  #container a.transhover2 .figure img,
  #container a.transhover2:link .figure img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.5s;
  }
  #container a.transhover2:hover .figure img {
    transform: scale(1.1) translate(-45.5%, -45.5%) !important;
    opacity: 1.0 !important;
  }
  #container .fixfigure {
    position: relative;
  }
  #container .fixfigure .figure {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  #container .fixfigure .figure img {
    width: auto !important;
    height: 100% !important;
    position: relative;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  /* -------------------------------------
   header
------------------------------------- */
  #header {
    width: 100%;
    /* -------------------------------------
       b_open
    ------------------------------------- */
  }
  #header .inner {
    width: 1020px;
    height: 150px;
    margin: 0 auto;
    position: relative;
  }
  #header .inner .h1.h1_1 {
    width: auto;
    background-color: transparent;
    position: static;
  }
  #header .inner .h1.h1_1 a#title {
    display: flex;
    line-height: 1;
    width: 660px;
    height: auto;
    padding: 0 0 0 98px;
    box-sizing: border-box;
    position: static;
  }
  #header .inner .h1.h1_1 span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-weight: 500;
    letter-spacing: 0.275em;
    /*
                &.sns{
                    
                    width: 65px;
                    top: 40px;
                    right: (200px + 20px);
                    
                    transition: 0.3s;
                    
                    a,
                    a:link{
                        
                        
                    }
                }
                */
  }
  #header .inner .h1.h1_1 span.img {
    width: 110px;
    top: 37px;
    left: 0px;
    transition: 0.3s;
  }
  #header .inner .h1.h1_1 span.img img {
    width: 100%;
  }
  #header .inner .h1.h1_1 #b_openmenu {
    display: block;
    width: 200px;
    height: 150px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  #header .inner .h1.h1_1 #b_openmenu .icon {
    display: block;
    width: 114px;
    border-top: 1px solid #8F7F5D;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: 0.1s;
  }
  #header .inner .h1.h1_1 #b_openmenu .icon:before, #header .inner .h1.h1_1 #b_openmenu .icon:after {
    content: "";
    display: block;
    border-top: 1px solid #8F7F5D;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    right: 0;
    transition: 0.2s;
  }
  #header .inner .h1.h1_1 #b_openmenu .icon:before {
    width: 78px;
    bottom: -25px;
  }
  #header .inner .h1.h1_1 #b_openmenu .icon:after {
    width: 136px;
    bottom: 25px;
  }
  #header.open .h1.h1_1 #b_openmenu .icon {
    width: 90px;
    border-top: 1px solid rgba(143, 127, 93, 0);
  }
  #header.open .h1.h1_1 #b_openmenu .icon:before, #header.open .h1.h1_1 #b_openmenu .icon:after {
    width: 90px;
    bottom: 50%;
  }
  /* -------------------------------------
   header property
------------------------------------- */
  #container {
    padding: 150px 0 0;
    overflow: hidden;
    /* -------------------------------------
       page
    */
    /* -------------------------------------
       normal
    */
  }
  #container.fixed {
    padding: 150px 0 0;
  }
  #container #py {
    height: 928px;
  }
  #container.page #py {
    height: 150px;
  }
  #container #header {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  #container #header.fixed {
    height: 50px;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    transition: background 0.3s , height 0.3s;
  }
  #container #header.fixed .inner {
    height: 50px;
    box-shadow: none;
    transition: 0.3s;
  }
  #container #header.fixed .inner .h1.h1_1 {
    height: auto;
  }
  #container #header.fixed .inner .h1.h1_1 a#title {
    width: 50px;
    padding: 0;
  }
  #container #header.fixed .inner .h1.h1_1 span {
    /*
                        &.sns{

                            width: 30px;
                            top: 10px;
                            right: (110px + 20px);

                            a,
                            a:link{


                            }
                        }
                        */
  }
  #container #header.fixed .inner .h1.h1_1 span.img {
    width: 50px;
    top: 7px;
    left: 0;
  }
  #container #header.fixed .inner .h1.h1_1 #b_openmenu {
    width: 110px;
    height: 50px;
  }
  #container #header.fixed .inner .h1.h1_1 #b_openmenu .icon {
    width: 60px;
    border-top: 1px solid #8F7F5D;
  }
  #container #header.fixed .inner .h1.h1_1 #b_openmenu .icon:before, #container #header.fixed .inner .h1.h1_1 #b_openmenu .icon:after {
    border-top: 1px solid #8F7F5D;
  }
  #container #header.fixed .inner .h1.h1_1 #b_openmenu .icon:before {
    width: 40px;
    bottom: -10px;
  }
  #container #header.fixed .inner .h1.h1_1 #b_openmenu .icon:after {
    width: 80px;
    bottom: 10px;
  }
  #container #header.fixed.open .inner .h1.h1_1 span {
    /*
                            &.sns{

                                a,
                                a:link{


                                }
                            }
                            */
  }
  #container #header.fixed.open .inner .h1.h1_1 #b_openmenu .icon {
    width: 40px;
  }
  #container #header.fixed.open .inner .h1.h1_1 #b_openmenu .icon:before, #container #header.fixed.open .inner .h1.h1_1 #b_openmenu .icon:after {
    width: 40px;
    bottom: 50%;
  }
  #container #header .inner {
    position: relative;
    transition: 0.3s;
  }
  #container #header .inner .h1.h1_1 {
    height: auto;
  }
  #container #header.open .inner {
    box-shadow: none;
  }
  #container #header.open .inner .h1.h1_1 #b_openmenu .icon {
    border-top: 1px solid rgba(143, 127, 93, 0);
  }
  #container #header.open #menu #menu_main.menu_1 {
    height: auto;
  }
  #container #header #menu #menu_main.menu_1 {
    padding: 250px 0 0;
  }
  /* -------------------------------
    nav
*/
  #header #menu #menu_main.menu_1 .nav {
    width: 920px;
  }
  #header #menu #menu_main.menu_1 .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background: none;
  }
  #header #menu #menu_main.menu_1 .nav ul li {
    width: 360px;
    margin: 0 0 80px;
  }
  #header #menu #menu_main.menu_1 .nav ul li a,
  #header #menu #menu_main.menu_1 .nav ul li a:link {
    font-size: 2.8rem;
    width: 100%;
    padding: 0;
    border: none;
    transition: 0.3s;
  }
  #header #menu #menu_main.menu_1 .nav ul li a:hover {
    opacity: 0.6;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    width: 100%;
    padding: 150px 0 0;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
  }
  #container {
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #container .aside {
    /* -------------------------------------
           banner_1
        */
    /* -------------------------------------
           sns
        */
  }
  #container .aside .inner .h3.h3_2 {
    color: black;
    width: 100%;
    height: 220px;
    background: white;
  }
  #container .aside .inner .h3.h3_2 span.txt {
    font-size: 3.2rem;
  }
  #container .aside .inner .h3.h3_2 span.en {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
  #container .aside .inner a,
  #container .aside .inner a:link {
    text-decoration: none;
    display: block;
  }
  #container .aside.banner_1 {
    width: 100%;
    margin: 0 auto;
    background: #e6e6e6;
  }
  #container .aside.banner_1 .inner {
    width: 100%;
  }
  #container .aside.banner_1 .inner .content a:hover .figure img {
    opacity: 1;
  }
  #container .aside.banner_1 .inner .content .figure {
    width: 1920px;
    height: 554px;
    overflow: hidden;
  }
  #container .aside.banner_1 .inner .content .figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 {
    margin: 0 auto 30px;
  }
  #container .aside.banner_1 .inner .content .item .h3.h3_1 span.txt {
    font-size: 7.4rem;
  }
  #container .aside.banner_1 .inner .content .item p {
    font-size: 2.1rem;
  }
  #container .aside.banner_1 .inner .content .item .tel {
    margin: 40px auto 0;
  }
  #container .aside.banner_1 .inner .content .item .tel span.txt {
    font-size: 7.4rem;
  }
  #container .aside.banner_1 .inner .content .item .tel span.txt_2 {
    font-size: 2.1rem;
    margin: 0 auto 0;
  }
  #container .aside.banner_1 .inner .content .item .link {
    font-size: 2.1rem;
    width: 345px;
    height: 48px;
    padding: 0 0 0;
    margin: 34px auto 0;
  }
  #container .aside.banner_1 .inner .content .item .link:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container .aside.bnr_sns {
    padding: 0 0 40px;
    margin: 0 auto;
  }
  #container .aside.bnr_sns .inner {
    width: 1020px;
    margin: 0 auto;
  }
  #container .aside.bnr_sns .inner .nav ul {
    justify-content: flex-start;
  }
  #container .aside.bnr_sns .inner .nav ul li {
    width: 50px;
    margin: 0 20px 0 0;
  }
  #container .aside.bnr_sns .inner .nav ul li a,
  #container .aside.bnr_sns .inner .nav ul li a:link {
    width: 50px;
    height: 50px;
  }
  #container .aside.bnr_sns .inner .nav ul li span {
    /*
                                &.txt{
                                    font-size: 1.2rem;
                                    margin: 10px 0 0;
                                }
                                */
  }
  #container .aside.bnr_sns .inner .nav ul li span.img {
    width: 50px;
    margin: 0;
  }
  /* -------------------------------------
   contents
------------------------------------- */
  #container.page {
    /* -------------------------------------
       nav_pankuzu
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page .nav_txt ul {
    width: 1020px;
    padding: 0.2em 0 0;
  }
  #container.page .nav_txt ul li a,
  #container.page .nav_txt ul li a:link {
    font-weight: 400;
  }
  #container.page .aside {
    width: 100%;
    /* -------------------------------------
           main
        ------------------------------------- */
    /* -------------------------------------
           page_control
        ------------------------------------- */
  }
  #container.page .aside#main {
    width: 100%;
  }
  #container.page .aside#main .inner {
    width: 100%;
  }
  #container.page .aside#main .inner .h2.h2_1 {
    min-height: 200px;
  }
  #container.page .aside#main .inner .h2.h2_1 span.txt {
    font-size: 6rem;
  }
  #container.page .aside.page_control .inner {
    width: 1020px;
    margin: 40px auto 0;
  }
  #container.page .aside.page_control .inner .b_backforw {
    /* -------------------------------------
                       section
                    ------------------------------------- */
  }
  #container.page .aside.page_control .inner .b_backforw .back,
  #container.page .aside.page_control .inner .b_backforw .forw {
    width: 350px;
  }
  #container.page .aside.page_control .inner .b_backforw .back a,
  #container.page .aside.page_control .inner .b_backforw .back a:link,
  #container.page .aside.page_control .inner .b_backforw .forw a,
  #container.page .aside.page_control .inner .b_backforw .forw a:link {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    height: 40px;
    padding: 1.5rem 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .back a:before, #container.page .aside.page_control .inner .b_backforw .back a:after,
  #container.page .aside.page_control .inner .b_backforw .back a:link:before,
  #container.page .aside.page_control .inner .b_backforw .back a:link:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:before,
  #container.page .aside.page_control .inner .b_backforw .forw a:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:before,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:after {
    border: 20px solid transparent;
  }
  #container.page .aside.page_control .inner .b_backforw .back a:before,
  #container.page .aside.page_control .inner .b_backforw .back a:link:before {
    left: -40px;
    border-right: 20px solid #8F7F5D;
  }
  #container.page .aside.page_control .inner .b_backforw .forw a:after,
  #container.page .aside.page_control .inner .b_backforw .forw a:link:after {
    right: -40px;
    border-left: 20px solid #8F7F5D;
  }
  #container.page .aside.page_control .inner .b_backforw .pager a,
  #container.page .aside.page_control .inner .b_backforw .pager a:link {
    font-size: 1.6rem;
    height: 40px;
    padding: 1.3rem 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .parent {
    width: 350px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev,
  #container.page .aside.page_control .inner .b_backforw .pager .next {
    width: 180px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev,
  #container.page .aside.page_control .inner .b_backforw .pager .next {
    width: 160px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:before, #container.page .aside.page_control .inner .b_backforw .pager .prev a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:before,
  #container.page .aside.page_control .inner .b_backforw .pager .prev a:link:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:before,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:before,
  #container.page .aside.page_control .inner .b_backforw .pager .next a:link:after {
    width: 10px;
    height: 10px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .prev {
    margin: 0 0 0 20px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager .next {
    margin: 0 20px 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .parent a:link {
    height: 60px;
    transform: translateY(25px);
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next {
    width: 200px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a .figure,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link .figure,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a .figure,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link .figure {
    width: 160px;
    height: 106.66667px;
    margin: 0 auto 10px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link {
    padding: 0 0 0 40px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after {
    top: 50px;
    right: auto;
    left: 0;
    transform: rotate(-135deg);
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link {
    padding: 0 40px 0 0;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:after,
  #container.page .aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
    top: 50px;
    right: 0;
    transform: rotate(45deg);
    opacity: 1;
  }
  #container.page .section {
    width: 100%;
    padding: 0;
    overflow: hidden;
    /* -------------------------------------
           thanks
        */
    /* -------------------------------------
           404
        */
  }
  #container.page .section .inner {
    width: 1080px;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  #container.page .section .inner .content {
    width: 1020px;
    position: relative;
    z-index: 1;
    /* -------------------------------------
                   link
                ------------------------------------- */
  }
  #container.page .section .inner .content .h3.h3_1 {
    width: 100%;
    margin: 80px auto;
  }
  #container.page .section .inner .content .h3.h3_1 span {
    font-size: 3.6rem;
  }
  #container.page .section .inner .content .link {
    text-align: center;
    margin: 0 auto;
  }
  #container.page .section .inner .content .link a,
  #container.page .section .inner .content .link a:link {
    display: inline-block;
    font-size: 1.4rem;
    width: auto;
    padding: 0;
    box-sizing: border-box;
  }
  #container.page .section .inner .content .link a span,
  #container.page .section .inner .content .link a:link span {
    padding: 12px 60px 0;
    height: 40px;
    border: none;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #container.page .section .inner .content .link a span:after,
  #container.page .section .inner .content .link a:link span:after {
    left: 12px;
  }
  #container.page .section.thanks {
    width: 880px !important;
    padding: 20px 0 100px 0;
    margin: 0 auto;
  }
  #container.page .section.thanks h3 {
    font-size: 2.4rem;
    padding: 1.0em 0 1.75em 0;
  }
  #container.page .section#error404 .inner {
    width: 1020px;
  }
  #container.page .section#error404 .inner .h3.h3_1 {
    font-size: 2.4rem;
  }
  /* -------------------------------------
footer
------------------------------------- */
  #footer {
    width: 100%;
    padding: 0;
    margin: 100px auto 0;
    /* -------------------------------------
       pagetop
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #footer #pagetop {
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 200px;
  }
  #footer #pagetop .inner {
    width: 1020px;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    transform: rotate(90deg);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 140px;
    height: 40px;
    padding: 1.2em 0 0 0;
    margin: 0 0 0 0;
    background: #8F7F5D;
    box-sizing: border-box;
    right: -98px;
    bottom: 0;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  #footer #pagetop .inner a:before,
  #footer #pagetop .inner a:link:before {
    content: "";
    display: block;
    line-height: 1;
    height: 20px;
    border: 20px solid transparent;
    border-right: 20px solid #8F7F5D;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -40px;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    display: none;
  }
  #footer .aside {
    /* -------------------------------------
           aside_1
        */
    /* -------------------------------------
           aside_2
        */
  }
  #footer .aside.aside_1 {
    width: 100%;
    padding: 40px 0 50px;
  }
  #footer .aside.aside_1 .inner {
    width: 1020px;
  }
  #footer .aside.aside_1 .inner .content {
    display: flex;
    justify-content: space-between;
  }
  #footer .aside.aside_1 .inner .content .h2.h2_1 {
    width: 150px;
    margin: 0;
  }
  #footer .aside.aside_1 .inner .content .h3.h3_1 {
    text-align: left;
    width: 100%;
    margin: 30px auto 20px;
  }
  #footer .aside.aside_1 .inner .content .h3.h3_1 span {
    font-size: 2.1rem;
  }
  #footer .aside.aside_1 .inner .content p {
    justify-content: flex-start;
    font-size: 2.1rem;
    margin: 10px auto 0;
  }
  #footer .aside.aside_1 .inner .content .nav {
    display: block;
    line-height: 1.2;
    width: 590px;
    padding: 0;
  }
  #footer .aside.aside_1 .inner .content .nav ul {
    width: 245px;
    padding: 0;
  }
  #footer .aside.aside_1 .inner .content .nav ul li {
    white-space: nowrap;
    margin: 0 0 20px;
  }
  #footer .aside.aside_1 .inner .content .nav ul li a,
  #footer .aside.aside_1 .inner .content .nav ul li a:link {
    font-size: 3rem;
    letter-spacing: 0.025em;
    padding: 0;
  }
  #footer .aside.aside_1 .inner .content .nav ul li a:hover {
    text-decoration: underline;
  }
  #footer .aside.aside_1 .inner .content .item:nth-child(1) {
    width: 750px;
  }
  #footer .aside.aside_1 .inner .content .item:nth-child(2) {
    width: 240px;
    padding: 20px 0 0;
  }
  #footer .aside.aside_2 .inner small {
    padding: 20px 0;
  }
}
