@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/gabriola');

/* 全体------------------------------------------------------------ */ * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.gabriola {
  font-family: "Gabriola", sans-serif;
}
.cookie-regular {
  font-family: "Cookie", cursive;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 100%;
}
body img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  height: auto;
}
body img.full {
  width: 100%;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0px;
}
.inlineblock {
  display: inline-block;
}
.center_note {
	text-align: center;
}
.para-wide {
  margin-bottom: 2em;
}
.para {
  margin-bottom: 1.5em;
}
.para-half {
  margin-bottom: 1em;
}
.para-little {
  margin-bottom: 0.5em;
}

@media (min-width: 320px) {
  /* ヘッダ */
  header {
      width: 100%;
      height: 90px;
      position: fixed;
      top: 0px;
      z-index: 1000;
//      pointer-events: none;
      background: #fff;
  }
  header div.head_info {
    height: 90px;
      max-width: 1300px;
    vertical-align: middle;
    position: relative;
//      pointer-events: none;;
  }
.logo_main {
      width: 100%;
      text-align: center;
      position: relative;
      mix-blend-mode: multiply;
      position: fixed;
      top: 10px;
      z-index: 1100;
      pointer-events: none;;
  }
.logo_main a {
      pointer-events: auto;;
  }
.logo_main img {
      width: 120px;
  }
    
  /* Ｗｅｂ予約 */
  header .side_link {
      height: 60px;
      width: 100%;
      position: fixed;
      right: 0px;
      bottom: 0px;
      display: table;
  }
  header .side_link a {
      display: table-cell;
      font-size: 1.8rem;
      color: #fff;
      line-height: 60px;
      text-align: center;
      vertical-align: middle;
      background: #666;
      text-decoration: none;
      -webkit-box-flex: 1;
      flex-grow: 1;
  }
  header .side_link a.webreserve {
      background: #371b16;
      background: linear-gradient(0deg, #9c8772 0%, #371b16 90%);
  }
  header .side_link a.beginner {
      background: #6d9242;
      background: linear-gradient(0deg, #8ca288 0%, #6d9242 90%);
  }
  header .side_link a img {
      width: auto;
      height: 26px;
      margin: 0 5px 3px 0;
      vertical-align: middle;
  }
    
  /* コンテンツ */
article.page_title {
    background: #482e25;
    margin-top: 90px;
    padding: 0 10px;
    height: 200px;
    text-align: center;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    position: relative;
  }
//article.page_title:before {
//    content: '';
//    display: block;
//    width: 100%;
//    height: 100%;
//      background: #a7937f;
//      background: linear-gradient(-225deg, rgba(41,9,9,1) 0%, rgba(255,255,255,0) 100%);
//    opacity: 0.41;
//    position: absolute;
//    top: 0px;
//    left: 0px;
//  }
article.page_title .page_title_deco {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
article.page_title .page_title_deco .deco1 {
    background: url("../images/common/header_deco1.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
article.page_title .page_title_deco .deco2 {
    background: url("../images/common/header_deco2.png") no-repeat;
    background-size: 100% 100%;
    display: block;
	width: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 36px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 36px);/*Firefox4~15対応*/
	width: calc(100% - 36px);  
    height: 100%;
    position: absolute;
    top: 0px;
    left: 18px;
  }
article.page_title .page_title_deco .deco3 {
    background: url("../images/common/header_deco3.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
  }

article.page_title h1 .title_en {
  font-family: "Gabriola", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: block;
    position: relative;
  }
article.page_title h1 .title_jp {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    display: block;
    position: relative;
  }

.pankuzu {
    display: none;
  }

article.contents {
      padding: 40px 20px;
  }
article.contents > div {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
  }
    
article.stoneback {
      background: #f6f1e8 url("../images/common/back_stone.jpg") repeat-x center top;
      background-size: contain;
  }
article.stoneback .stone_inner {
      background: rgba(254,254,253,0.5);
    margin: 0 -10px;
    padding: 20px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  }

  /* 見出し */
  article h2.sub_title {
      text-align: center;
      margin-bottom: 30px;
  }
  article h2.sub_title .sub_title_en {
  font-family: "Gabriola", sans-serif;
      font-size: 3rem;
      font-weight: 400;
	  line-height: 1.5;
      color: #2b120d;
      text-transform: uppercase;
      display: block;
	  padding-bottom: 0.5em;
      margin-bottom: 0.5em;
      background: url("../images/common/decoline4.png") no-repeat center bottom;
      background-size: 200px;
  }
  article h2.sub_title .sub_title_jp {
      font-size: 1.6rem;
      font-weight: 400;
      color: #2b120d;
      display: block;
  }
  article h2.sub_title .sub_title_jp * {
      color: #2b120d;
  }
    
  /* フッタ */
  footer {
      background: #3d211a;
      padding-bottom: 60px;
    position: relative;
  }
  footer .footer_info_innner {
      padding: 20px 20px 0;
      background: #e9eae9;
      background: linear-gradient(0deg, #fdfdfc 0%, #e9eae9 100%);
  }
  footer .footer_info_map {
      padding: 40px 20px 20px;
      position: relative;
  }
  footer iframe {
      width: 100%;
      height: 300px;
      position: relative;
  }
  footer .footer_info_map:before {
      content: '';
      display: block;
      width: 110px;
      height: 225px;
      background: url("../images/common/leaf_footer.png") no-repeat;
      background-size: contain;
      position: absolute;
      top: 0px;
      left: -15px;
  }
  footer .footer_info_contact {
      text-align: center;
  }
  footer .footer_info_contact .footer_logo {
      display: table;
      width: 200px;
      margin: 0 auto 15px;;
      mix-blend-mode: multiply;
  }
  footer .footer_info_contact .footer_add {
      margin-bottom: 1.5em;
  }
  footer .footer_info_contact .footer_tel a {
      font-size: 2rem;
      line-height: 2.3;
      color: #fff;
      text-decoration: none;
      background: #371b16;
      background: linear-gradient(0deg, #9c8772 0%, #371b16 100%);
      width: 10em;
      margin: 0 auto 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  }
  footer .footer_info_contact .footer_tel a img {
      width: 20px;
      margin-right: 5px;
  }
  footer .footer_info_img img {
      margin-bottom: -1px;
  }
  footer .copyright {
      color: #fff;
    width: 100%;
      height: 60px;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    padding: 10px 10px 20px;
      background: #3d211a;
  }
    
  footer .pagetop {
    clear: both;
    position: relative;
    right: 10px;
    overflow: hidden;
    bottom: 0px;
	z-index: 600;
  }
  footer .pagetop a {
	  font-weight: 100;
	  color: #3d211a;
    display: block;
      padding-top: 1.5em;
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
  }
  footer .pagetop a:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border: solid 1px #3d211a;
      border-width: 1px 1px 0 0;
      position: absolute;
      top: 0px;
      left: 46%;
      transform: rotate(-45deg)translateX(-50%);
      -moz-transform: rotate(-45deg)translateX(-50%);
      -webkit-transform: rotate(-45deg)translateX(-50%);
      -o-transform: rotate(-45deg)translateX(-50%);
      -ms-transform: rotate(-45deg)translateX(-50%);
  }
  .nomal_size {
    font-size: 1.4rem;
  }
  .mid_size {
    font-size: 1.3rem;
  }
  .small_size {
    font-size: 1.2rem;
  }
}
@media (min-width: 360px) {
}
@media (max-width: 399px) {
}
@media (min-width: 400px) {
  #content {
    padding: 0px 0px 60px;
  }
  #content article {
    margin: 30px auto 80px;
    clear: both;
  }
  #content article.last_entry {
    margin-bottom: 60px;
  }
  article h3.yellowline, article h4.yellowline {
    background-size: auto;
    margin: 0px auto 28px;
    padding-bottom: 28px;
  }
  article h3.yellowline img, article h4.yellowline img {
    height: 26px;
    width: auto;
  }
}
@media (max-width: 519px) {
}
@media (min-width: 520px) {
  header {
  }
  header div.head_info {
  }
}
@media (min-width: 768px) {
  /* ヘッダ */
  header {
      height: 110px;
  }
  header div.head_info {
    height: 110px;
  }
.logo_main {
      top: 10px;
  }
.logo_main img {
      width: 160px;
  }
    
  /* Ｗｅｂ予約 */
  header .side_link a {
      width: 50%;
  }
    
  /* コンテンツ */
article.page_title {
    margin-top: 110px;
    height: 290px;
  }
article.page_title h1 .title_en {
    font-size: 6rem;
  }
article.page_title h1 .title_jp {
    font-size: 2rem;
  }
article.page_title .page_title_deco .deco1 {
    width: 26px;
  }
article.page_title .page_title_deco .deco2 {
	width: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 52px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 52px);/*Firefox4~15対応*/
	width: calc(100% - 52px);  
    left: 26px;
  }
article.page_title .page_title_deco .deco3 {
    width: 26px;
  }

article.contents {
      padding: 50px;
  }
article.contents > div {
  }


  #content {
    padding: 30px 0px 60px;
  }

  #content .pankuzu {
      display: block;
      width: 100%;
    max-width: 1300px;
    text-align: left;
    padding: 0 50px;
    position: absolute;
    top: 0px;
      left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  }
    
article.stoneback .stone_inner {
    margin: 0;
    padding: 40px 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
  }
    
  /* 見出し */
  article h2.sub_title {
      margin-bottom: 50px;
  }
  article h2.sub_title .sub_title_en {
      font-size: 3.6rem;
      background-size: 280px;
	  padding-bottom: 0.4em;
  }
  article h2.sub_title .sub_title_jp {
      font-size: 1.8rem;
  }
    

#content article {
    margin: 50px auto 110px;
      padding: 0 50px;
  }
  #content article.last_entry {
    margin-bottom: 40px;
  }
    
  /* フッタ */
  footer {
      padding-bottom: 60px;
  }
  footer .footer_info_innner {
      padding: 30px 50px 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  footer .footer_info_map {
      padding: 30px 0 0;
      width: 50%;
      max-width: 600px;
      -webkit-box-ordinal-group: 2;
      order: 1;
  }
  footer iframe {
      height: 400px;
  }
  footer .footer_info_map:before {
      width: 174px;
      height: 196px;
      top: -15px;
      left: -50px;;
  }
  footer .footer_info_contact {
      width: 50%;
      max-width: 600px;
      margin-top: 15px;
      padding-right: 30px;
      -webkit-box-ordinal-group: 1;
      order: 0;
  }
  footer .footer_info_contact .footer_logo {
      width: 180px;
  }
  footer .footer_info_contact .footer_add {
      margin-bottom: 2em;
  }
  footer .footer_info_contact .footer_tel a {
      font-size: 2.5rem;
      line-height: 2.3;
      width: 9em;
  }
  footer .footer_info_contact .footer_tel a img {
      width: 23px;
      margin: 3px 10px 0 0;
  }
  footer .footer_info_img {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      order: 2;
  }
  footer .footer_info_img img {
      width: 430px;
  }
  footer .copyright {
      height: 60px;
    margin: 0px auto;
      padding-top: 1.5em;
  }
  footer .pagetop {
    right: 20px;
  }
  footer .pagetop a {
    line-height: 50px;
  }
  footer .pagetop a:before {
      width: 25px;
      height: 25px;
  }
    
  .nomal_size {
    font-size: 1.6rem;
  }
  .mid_size {
    font-size: 1.4rem;
  }
  .small_size {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  /* ヘッダ */
  header {
      height: 120px;
  }
  header div.head_info {
    height: 120px;
      margin: auto;
      padding: 35px 50px 0;
  }
.logo_main {
    width: 100%;
    max-width: 1300px;
    text-align: left;
    padding: 0 50px;
      top: 10px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  }
.logo_main img {
      width: 176px;
  }
    
  /* コンテンツ */
article.page_title {
    margin-top: 120px;
    height: 330px;
  }
article.page_title h1 .title_en {
    font-size: 7.2rem;
  }
article.page_title h1 .title_jp {
    font-size: 2.4rem;
  }
article.page_title .page_title_deco .deco1 {
    width: 30px;
  }
article.page_title .page_title_deco .deco2 {
	width: 90%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 60px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 60px);/*Firefox4~15対応*/
	width: calc(100% - 60px);  
    left: 30px;
  }
article.page_title .page_title_deco .deco3 {
    width: 30px;
  }

.pankuzu {
    display: block;
    padding: 0 50px;
    margin: 5px 0;
  }
.pankuzu p {
    max-width: 1200px;
    margin: auto;
  }

article.contents {
    padding-bottom: 80px;
  }
    
  /* Ｗｅｂ予約 */
  header .side_link {
      height: auto;
      width: 47px;
      bottom: auto;
      top: 340px;
      display: block;
  }
  header .side_link a {
      width: 47px;
      display: block;
      font-size: 1.6rem;
      line-height: 1.5;
      padding: 1.3em 0;
      -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  }
  header .side_link a.webreserve {
      margin-bottom: 1px;
  }
  header .side_link a img {
      margin: 0 0 10px;
      vertical-align: middle;
  }
    
  header div.page_title {
    top: 290px;
  }
  header div.page_title h2 {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
  header div.page_title h2 br {
      line-height: 1;
  }
  header div.page_title h2 span {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
      line-height: 1;
  }
    
      
article.stoneback {
	padding-top: 80px;
  }
article.stoneback .stone_inner {
    padding: 50px 30px;
  }
    
/* 見出し */
  article h2.sub_title {
      margin-bottom: 90px;
  }
  article h2.sub_title .sub_title_en {
      font-size: 4.6rem;
      background-size: auto;
  }
  article h2.sub_title .sub_title_jp {
      font-size: 2rem;
  }
    

    
  #content footer {
    display: block !important;
  }
  #content article {
    margin: 50px auto 160px;
  }
  #content article.last_entry {
    margin: 50px auto 110px;
  }
  article h3.yellowline, article h4.yellowline {
    background-size: auto;
    margin-bottom: 40px;
  }
  /* フッタ */
  footer {
      padding-bottom: 0;
  }
  footer .footer_info_innner {
      padding-top: 70px;
  }
  footer .footer_info_map {
      padding: 30px 0 0;
      width: 50%;
  }
  footer iframe {
      height: 400px;
  }
  footer .footer_info_map:before {
      top: -35px;
      left: -65px;;
  }
  footer .footer_info_contact {
      margin-top: 15px;
      padding-right: 80px;
  }
  footer .footer_info_contact .footer_logo {
      width: 180px;
  }
  footer .footer_info_contact .footer_add {
      margin-bottom: 2em;
  }
  footer .footer_info_contact .footer_tel a {
      font-size: 3rem;
  }
  footer .footer_info_contact .footer_tel a img {
      width: 23px;
      margin: 3px 10px 0 0;
  }
  footer .footer_info_img {
      max-width: 1200px;
  }
  footer .footer_info_img img {
      width: 430px;
  }
  footer .copyright {
      height: 80px;
  }
    
    
  .nomal_size {
    font-size: 1.8rem;
  }
  .mid_size {
    font-size: 1.6rem;
  }
  .small_size {
    font-size: 1.4rem;
  }

}
@media screen and (min-width: 1400px) {
}
@media (min-width: 1500px) {
header {
}
}


/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */
/* スマホ */
@media screen and (min-width: 320px) {
  #menu-box {
    position: fixed;
    display: block;
    top: 65px;
    right: 0px;
    width: 100%;
  }
  #toggle {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
      pointer-events: auto;;
  }
  #toggle a {
    display: block;
    position: relative;
    margin: 0px;
    padding-top: 30px;
    font-size: 1.4em;
      font-weight: 400;
      color: #371b16;
    text-decoration: none;
    text-align: center;
  }
  #toggle span {
    display: block;
    width: 44px;
    height: 2px;
    background: #371b16;
    position: absolute;
    top: 13px;
    left: 3px;
    transition: .2s;
  }
  #toggle span:before {
    margin-top: -10px;
  }
  #toggle span:after {
    margin-top: 10px;
  }
  #toggle span:before, #toggle span:after {
    display: block;
    content: "";
    width: 44px;
    height: 2px;
    background: #371b16;
    position: absolute;
    top: 0px;
    transition: .3s;
  }
  #toggle span.close {
    background: transparent;
  }
  #toggle span.close:before, #toggle span.close:after {
    margin-top: 0;
  }
  #toggle span.close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #toggle span.close:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  header .menu_main {
    display: none;
  }
  #footer_menu {
    display: none;
    width: 100%;
	height: 95%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 90px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 90px);/*Firefox4~15対応*/
	height: calc(100vh - 90px);  
    z-index: 999;
    position: fixed;
    top: 90px;
    left: 0px;
    margin: 0;
    padding: 20px;
    background: #ecece7;
      z-index: 5000;
  }
  #footer_menu div {
      margin-bottom: 60px;
  }
  #footer_menu ul {
    padding: 0px;
    list-style: none;
  }
  #footer_menu ul.footer_menu_base {
      font-size: 1.6rem;
      max-width: 400px;
      margin: auto;
	height: 95%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 160px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 160px);/*Firefox4~15対応*/
	height: calc(100vh - 160px);  
      overflow-y: auto;
  }
  #footer_menu ul.footer_menu_base > li {
      border-bottom: dotted 2px #5d4641;
  }
  #footer_menu ul.footer_menu_base > li a {
    display: block;
    padding: 0.5em 0em;
      text-decoration: none;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu {
      cursor: pointer;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu ul {
      display: none;
      margin-bottom: 1em;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu ul il {
      margin-bottom: 0.5em;
  }
  #footer_menu ul.footer_menu_base > li .footer_menu_cate {
      font-size: 1.6rem;
    padding: 0.5em 0em;
  }
  #footer_menu ul.footer_menu_base > li .footer_menu_cate:after {
      content: '　＋';
  }
  #footer_menu ul.footer_menu_base > li.active .footer_menu_cate:after {
      content: '　－';
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu a {
    display: block;
    padding: 0;
      margin: 0 0 0 1em;
  }
  #footer_menu ul.footer_menu_base > li.footer_menu_ex {
      border-bottom: none;
  }
  #footer_menu ul.footer_menu_base > li.footer_menu_ex a {
      border-bottom: dotted 2px #5d4641;
  }
    
    
    
  body.opmenu {
//      background: #fff;
  }
  .opmenu {
      overflow: hidden;
  }
}
@media screen and (min-width: 520px) {
}
/* タブレット */
@media screen and (min-width: 768px) {
  /* ヘッダ */
  #toggle {
    width: 70px;
    height: 70px;
//    top: -88px;
    right: 30px;
  }
  #toggle a {
    margin: 0px;
    padding-top: 50px;
    font-size: 1.8em;
      line-height: 1;
  }
  #toggle span {
    width: 54px;
    height: 3px;
    top: 23px;
    left: 8px;
  }
  #toggle span:before {
    margin-top: -13px;
  }
  #toggle span:after {
    margin-top: 13px;
  }
  #toggle span:before, #toggle span:after {
    width: 54px;
    height: 3px;
    top: 0px;
  }
  #footer_menu {
	height: 95%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 110px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 110px);/*Firefox4~15対応*/
	height: calc(100vh - 110px);  
    top: 110px;
    left: 0px;
    margin: 0;
    padding: 20px;
    background: #ecece7;
      z-index: 5000;
  }
  #footer_menu div {
      margin-bottom: 80px;
  }
  #footer_menu ul.footer_menu_base {
      font-size: 1.8rem;
	height: 95%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 230px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 230px);/*Firefox4~15対応*/
	height: calc(100vh - 230px);  
  }
  #footer_menu ul.footer_menu_base > li a {
    padding: 0.8em 0em;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu ul {
      margin-bottom: 1em;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu ul il {
      margin-bottom: 0.8em;
  }
  #footer_menu ul.footer_menu_base > li .footer_menu_cate {
      font-size: 1.8rem;
    padding: 0.8em 0em;
  }
}
/* PC */
@media screen and (min-width: 1200px) {
  /* メインメニュー */
  #menu-box {
      height: auto;
    margin: 0;
      z-index: 15;
  }
  #toggle {
    display: none;
  }

  header .menu_main {
    display: block;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
  }
  header .menu_main li {
      list-style: none;
  }
  header .menu_main > li {
      margin-left: 30px;
      height: 75px;
  }
  header .menu_main > li a {
      display: block;
      text-decoration: none;
      pointer-events: auto;
  }
  header .menu_main > li .menu_en {
  font-family: "Gabriola", sans-serif;
      font-size: 2.2rem;
	  line-height: 1.2;
      display: block;
      text-align: center;
      padding: 0 0.5em;
      border-bottom: solid 1px #371b16;
      white-space: nowrap;
  }
  header .menu_main > li .menu_jp {
      font-size: 1.4rem;
      display: block;
      text-align: center;
      padding: 0 0.5em;
      white-space: nowrap;
  }
  header .menu_main > li.service_menu {
      position: relative;
  }
  header .menu_main > li.service_menu > p {
      cursor: pointer;
  }
  header .menu_main > li.service_menu:hover:after {
    bottom: 0px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(89, 58, 36, 0);
    border-bottom-color: #ecece7;
    border-width: 10px;
    margin-left: -10px;
  }
  header .menu_main > li .top_submenu {
      width: 100%;
      background: #ecece7;
      padding-top: 35px;
      position: fixed;
      top: 110px;
      left: 0px;
      transform-origin: -20px 0;
	height: 95%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	height: -webkit-calc(100vh - 110px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 110px);/*Firefox4~15対応*/
	height: calc(100vh - 110px);  
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    z-index: 100;
  }
  header .menu_main > li.service_menu:hover .top_submenu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    transition: .2s;
  }
  header .menu_main > li.service_menu ul {
      width: 1110px;
      margin: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  header .menu_main > li.service_menu ul li {
      background: #a7937f;
      background: linear-gradient(0deg, rgba(102,77,66,1) 0%, rgba(102,77,66,1) 10%, rgba(167,147,127,1) 50%);
	width: 97.9%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc((100% - 44px) / 3);/*Chrome19~25対応*/
	width: -moz-calc((100% - 44px) / 3);/*Firefox4~15対応*/
	width: calc((100% - 44px) / 3);
      margin: 0 22px 22px 0;
  }
  header .menu_main > li.service_menu ul li:nth-child(3n) {
      margin-right: 0;
  }
  header .menu_main > li.service_menu ul .submenu_microbubble {
      background: #a7937f;
      background: linear-gradient(0deg, rgba(55,28,22,0.6) 0%, rgba(55,28,22,0.6) 10%, rgba(55,28,22,0) 50%), url("../images/menu/menuimg_microbubble_l.jpg") no-repeat;
      background-size: cover;
  }
  header .menu_main > li.service_menu ul .submenu_premium {
      background: #a7937f;
      background: linear-gradient(0deg, rgba(55,28,22,0.6) 0%, rgba(55,28,22,0.6) 10%, rgba(55,28,22,0) 50%), url("../images/menu/menuimg_premium_l.jpg") no-repeat;
      background-size: cover;
  }
  header .menu_main > li.service_menu ul .submenu_pack {
      background: #a7937f;
      background: linear-gradient(0deg, rgba(55,28,22,0.6) 0%, rgba(55,28,22,0.6) 10%, rgba(55,28,22,0) 50%), url("../images/menu/menuimg_marshmallow_l.jpg") no-repeat;
      background-size: cover;
  }
  header .menu_main > li.service_menu ul .submenu_herbal {
      background: #a7937f;
      background: linear-gradient(0deg, rgba(55,28,22,0.6) 0%, rgba(55,28,22,0.6) 10%, rgba(55,28,22,0) 50%), url("../images/menu/menuimg_herb_l.jpg") no-repeat;
      background-size: cover;
  }
  header .menu_main > li.service_menu ul .submenu_massage {
      background: #a7937f;
      background: linear-gradient(0deg, rgba(55,28,22,0.6) 0%, rgba(55,28,22,0.6) 10%, rgba(55,28,22,0) 50%), url("../images/menu/menuimg_massage_l.jpg") no-repeat;
      background-size: cover;
  }
  header .menu_main > li.service_menu ul li a {
      display: block;
      position: relative;
  }
  header .menu_main > li.service_menu ul li a:before {
      content: '';
      display: block;
      width: 10%;
      height: 10px;
      object-fit: cover;
      object-position: 100% 100%;
      background: url("../images/menu/arrow.png") no-repeat right bottom;
      background-size: cover;
      position: absolute;
      left: 30px;
      bottom: 25px;
      opacity: 0;
      z-index: 10;
  }
  header .menu_main > li.service_menu ul li a:hover:before {
	width: 70%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 60px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 60px);/*Firefox4~15対応*/
	width: calc(100% - 60px);
      opacity: 0.9;
    transition: .2s;
  }
  header .menu_main > li.service_menu ul li a:hover:after {
      content: '　';
      display: block;
      width: 100%;
      height: 100%;
      background: url("../images/menu/dot.png") center top;
      position: absolute;
      top: 0px;
      left: 0px;
      mix-blend-mode: soft-light;
  }
  header .menu_main > li.service_menu ul li .submenu_en {
  font-family: "Gabriola", sans-serif;
      font-size: 2.8rem;
      font-style: italic;
      color: #fff;
      position: absolute;
      left: 30px;
      bottom: 40%;
      	text-shadow: 0px 0px 10px rgba(0,0,0,0.5),0px 0px 10px rgba(0,0,0,0.5);
      z-index: 7;
  }
  header .menu_main > li.service_menu ul li .submenu_jp {
      font-size: 1.2rem;
      color: #fff;
      position: absolute;
      left: 30px;
      bottom: 30px;
      z-index: 8;
  }
  header .menu_main > li.service_menu ul li .flame_submenu {
      text-align: center;
      padding: 6px 0;
      position: relative;
      z-index: 6;
  }

  #footer_menu {
    display: block !important;
	height: auto;
    position: static;
    padding: 30px 0;
    background: #3d211a;
  }
  #footer_menu div {
      margin-bottom: 0;
  }
  #footer_menu ul {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
  }
  #footer_menu ul.footer_menu_base {
      font-size: 1.4rem;
      max-width: none;
      margin: auto;
	height: auto;
  }
  #footer_menu ul.footer_menu_base > li {
      border-bottom: solid 1px #fff;
      margin: 0 1em;
  }
  #footer_menu ul.footer_menu_base > li a {
      color: #fff;
    display: inline-block;
    padding: 0;
      text-decoration: none;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu {
      border-bottom: none;
      pointer-events: none;
      cursor: default;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu ul {
      display: block !important;
      margin-bottom: 0;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu ul il {
      margin-bottom: 0.5em;
  }
  #footer_menu ul.footer_menu_base > li .footer_menu_cate {
      font-size: 1.4rem;
      color: #fff;
    padding: 0;
      margin-bottom: 0.5em;
      border-bottom: solid 1px #fff;
      pointer-events: none;
      cursor: default;
  }
  #footer_menu ul.footer_menu_base > li .footer_menu_cate:after {
      content: none;
  }
  #footer_menu ul.footer_menu_base > li.footer_submenu a {
    display: block;
    padding: 0;
      margin: 0;
      pointer-events: auto;
      cursor: pointer;
  }
  #footer_menu ul.footer_menu_base > li.footer_menu_ex {
      border-bottom: none;
  }
  #footer_menu ul.footer_menu_base > li.footer_menu_ex a {
      border-bottom: solid 1px #fff;
      display: table;
      margin-bottom: 0.5em;
  }

  .opmenu {
      overflow-y: auto;
  }
    
}
@media screen and (min-width: 1400px) {
  #menu-box #menu ul.menu_main > li > a {
    padding: 1em 0.5em 2em;
  }
}


/* ポジション配置用初期タグ */
.positionSet {
  position: relative;
}
/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* end clearfix */
/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */