@charset "UTF-8";
/*------------------------------------------------------------------ ------------------------------------------------------------------------*/
:root {
  --key: #070a4a;
  --main: #14273c;
  --main_thin: #435c8f;
  --accent: #bd0000;
  --accent_thin: #d59e36;
  --accent_very_thin: #f1e6cf;
  /*--primary: #ff9800;*/
  --primary: #E77006;
  --accent: #a91818;
  --reservation: ;
  --reservation_thin: ;
  --need: #4caf50;
  #E77006
  --thin_gold: ;
  --light_gold: ;
  --deep_gold: ;
  --dark_gold: ;
  --dull_gold: ;
  --bg: ;
  --footer_bg: #f4f4f4;
  --white: #fff;
  --black: #333;
  --gray: #ddd;
  --dark: #999;
  --key_gray: #c9caca;
  --gray_thin: #ddd;
  /*--very_thin: #f7f8fa;*/
  --very_thin: #F8F8F8;
  --green: #739c2c;
  --size_3s: 0.8em; /*12px*/
  --size_2s: 0.86em; /*13px*/
  --size_1s: 0.9em;
  --size_r: 1em; /*15px*/
  --size_m: 1.1em; /*16px*/
  --size_1l: 1.2em; /*18px*/
  --size_2l: 1.33em; /*20px*/
  --size_3l: 1.6em; /*24px*/
  --size_4l: 1.86em; /*28px*/
  --size_5l: 2.13em; /*32px*/
  --size_6l: 2.4em; /*40px*/
  --size_7l: 3.2em; /*48px*/
  --size_8l: 3.8em; /*58px*/
  --request_gradient: linear-gradient(135deg, rgba(68, 131, 144, 1) 0%, rgba(68, 131, 144, 1) 39%, rgba(77, 137, 150, 1) 40%, rgba(90, 146, 157, 1) 50%, rgba(70, 140, 150, 1) 60%, rgba(68, 131, 144, 1) 61%, rgba(68, 131, 144, 1) 100%);
  --reservation_gradient: linear-gradient(135deg, rgba(128, 64, 80, 1) 0%, rgba(128, 64, 80, 1) 39%, rgba(134, 74, 89, 1) 40%, rgba(143, 87, 101, 1) 50%, rgba(134, 74, 89, 1) 60%, rgba(128, 64, 80, 1) 61%, rgba(128, 64, 80, 1) 100%);
  --bottom_contact_gradient: linear-gradient(0deg, #448390 0%, #435c8f 100%);
  --bottom_contact_btn_gradient: linear-gradient(135deg, rgba(227, 236, 238, 1) 0%, rgba(227, 236, 238, 1) 39%, rgba(236, 243, 244, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(236, 243, 244, 1) 60%, rgba(227, 236, 238, 1) 61%, rgba(227, 236, 238, 1) 100%);

  --tel_gradient: #666;
  --map_gradient: #666;
}
/**------------------------------------------------------------------------
------------------------------------------------------------------------*/

html {
  background-color: transparent;
  overflow-x: hidden;
  scroll-padding-top: 120px;
}
.inner {
  position: relative;
  width: 1170px;
  /*padding-left: 10px;
  padding-right: 10px;*/
  margin: 0 auto;
  box-sizing: border-box;
}
.inner1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.inner_narrow {
  width: 974px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.inner_full {
  min-width: 1170px;
  margin-bottom: 80px;
}
.inner_full_fit {
  min-width: 1170px;
}
.img_full {
  width: 100%;
}
/*.inner.narrow {
  position: relative;
  width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
*/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  font-feature-settings: "palt";
  overflow-x: hidden;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;

}
.mincyou {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img {
  vertical-align: bottom;
}
.anker {
  margin-top: -130px;
  padding-top: 130px;
}
.wrapper {
  position: relative;
}
.fixed_btn {
  position: fixed;
  z-index: 1001;
}
.first_item:not(:last-child) {
  margin-bottom: 5rem;
}
.second_item:not(:last-child) {
  margin-bottom: 4rem;
}
.third_item:not(:last-child) {
  margin-bottom: 3rem;
}
.fourth_item:not(:last-child) {
  margin-bottom: 2rem;
}

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

.flex_box.switch {
  flex-flow: row-reverse;
}
.flex_box.wrap {
  flex-flow: wrap;
  justify-content: flex-start;
}
.flex_box.no_wrap {
}
.col_2 {
  width: 170px;
}
.col_3 {
  width: 268px;
}
.col_4 {
  width: 366px;
}

.col_5_plan {
  width: 438px;
}
.col_5 {
  width: 464px;
}
.col_5_5 {
  width: 549px;
}
.col_6 {
  width: 562px;
}
.col_6_5 {
  width: 620px;
}
.col_7 {
  width: 660px;
}
.col_8 {
  width: 758px;
}
.col_9 {
  width: 856px;
}
.col_10 {
  width: 954px;
}

.row,
.two_to_one,
.three_to_two,
.three_to_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.row:not(:last-child) {
  margin-bottom: 26px;
}
.three_to_two > div,
.three_to_two > li,
.three_to_one > div,
.three_to_one > li {
  width: calc((100% - 52px) / 3);
  margin-bottom: 26px;
}
.four_to_two > div,
.four_to_two > li {
  width: calc((100% - 78px) / 4);
  margin-bottom: 26px;
}
.row > div:not(:last-child) {
  margin-right: 26px;
}
.two_to_one > div,
.two_to_one > li {
  width: calc((100% - 26px) / 2);
  margin-bottom: 26px;
}

.two_to_one.large_space > div,
.two_to_one.large_space > li {
  width: calc((100% - 52px) / 2);
  margin-bottom: 52px;
}
@media only screen and (min-width: 768px) {
  .four_to_two > div:not(:nth-child(4n)),
  .four_to_two > li:not(:nth-child(4n)) {
    margin-right: 26px;
  }

  .three_to_two > div:not(:nth-child(3n)),
  .three_to_two > li:not(:nth-child(3n)),
  .three_to_one > div:not(:nth-child(3n)),
  .three_to_one > li:not(:nth-child(3n)) {
    margin-right: 26px;
  }
  .two_to_one > div:not(:nth-child(2n)),
  .two_to_one > li:not(:nth-child(2n)) {
    margin-right: 26px;
  }
  .two_to_one.large_space > div:not(:nth-child(2n)),
  .two_to_one.large_space > li:not(:nth-child(2n)) {
    margin-right: 52px;
  }
}
figure {
  position: relative;
}
figure p.caption_txt {
  font-family: "Noto Sans JP";
  position: absolute;
  bottom: 0.5em;
  line-height: 1em;
  right: 0.5em;
  font-size: 12px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  color: #000;
}
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
}

.under main > section:nth-of-type(n + 2):nth-of-type(even) {
  background: var(--very_thin);
}
/*
.under main > section:nth-child(1 of .contents) {
  padding-top: 30px;
}
*/
figure {
  xmargin-bottom: 0.5rem;
}
figure img {
  width: 100%;
}
figure figcaption {
  font-size: var(--size_2s);
  line-height: 1.5;
  margin-top: 6px;
}
picture:not(:last-child) img {
  margin-bottom: 20px;
}
.item-image a:hover {
  opacity: 0.8;
}
.expansion a {
  position: relative;
  display: block;
}
.expansion a:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  background: url(../../images/zoom.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  pointer-events: none;
}
.catch {
  font-size: var(--size_4l);
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.6em;
}
.catch:not(:last-child) {
  margin-bottom: 2rem;
}
.headline_box {
  margin-bottom: 4rem;
}
h2.headline_title {
  font-size: var(--size_4l);
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.5;
}
.headline {
  line-height: 2rem;
  font-size: var(--size_1l);
  letter-spacing: 0.1rem;
  text-align: center;
}
.lead {
  font-size: var(--size_m);
  line-height: 1.6em;
}
.lead:not(:last-child) {
  margin-bottom: 2rem;
}
.tyuusyaku {
  text-align: left;
  line-height: 1.5em;
  padding: 30px 0px 30px 0px;
  background: #fff;
  font-size: var(--size_3s);
}
.tyuusyaku p:not(:last-child) {
  font-size: 12px;
}

.textright {
  text-align: right;
}
.textcenter,
.textcenter_pc {
  text-align: center;
}
.jp {
  font-family: "Noto Serif JP", "Shippori Mincho", serif;
}
.en {
  /*font-family: "EB Garamond", serif;*/
}
/*告知帯 start*/
.obi_area {
  background: var(--key);
  color:white;
  padding-top: 20px;
  padding-bottom: 20px;
  /*background: var(--need);
  /*background: repeating-linear-gradient(311deg, #e8f1ff 0, #e8f1ff 5px, #ffffff 5px, #ffffff 10px);*/
}
.obi_box {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.obi_project {
  font-size: 3rem;
  margin-right: 30px;
  color:white;
  /*color: #fff;*/
  /*font-weight: 700;*/
}
.obi_shidou {
  font-size: 2.3rem;
  /*color: var(--key);*/
}
/*告知帯 end*/
/*予告広告 start*/
.yokoku {
  padding: 40px 0px;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  margin: 0;
  background: #fff;
  border-top: 1px SOLID #eee;
}
.yokoku dl {
  display: flex;
  align-items: stretch;
}
.yokoku dl dt {
  text-align: center;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yokoku dl dd {
  flex-basis: calc(100% - 20px - 6rem);
}
/*予告広告 end*/

.second_items:not(:last-child) {
  margin-bottom: 4rem;
}
.third_items:not(:last-child) {
  margin-bottom: 3rem;
}
.fourth_items:not(:last-child) {
  margin-bottom: 2rem;
}

ul.two_column,
ul.three_column {
  display: flex;
  flex-wrap: wrap;
}
ul.two_column li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 30px;
}

ul.three_column li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  ul.two_column li:nth-child(2n) {
    margin-right: 0;
  }

  ul.three_column li:nth-child(3n) {
    margin-right: 0;
  }
}
.detail {
  font-size: var(--size_2s);
  line-height: 1.4em;
}
.notes {
  font-size: var(--size_3s);
  line-height: 1.4em;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
  text-align: left;
  padding: 6px;
  font-size: 12px;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  color: #333;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 3px;
  color: #999;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  color: #999;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*
ul.global-list li a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}
ul.global-list li a:hover:before {
  width: 100%;
}
ul.global-list li a:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
}
body.top ul.global-list li.nav_top a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
}
*/

/*-------------------------

index

---------------------------*/
/*-------------------------

  top-news
  ---------------------------*/
.information {
  position: relative;
  padding: 100px 0;
  color: #fff;
  /*background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);*/
}

.information__items {
  display: flex;
  justify-content: space-between;
}
.information__item {
  width: 480px;
}
.information__head {
  font-size: 1.3rem;
  line-height: 2;
  xborder-bottom: double 3px #f1cc89;
  border-bottom: double 3px #908e65;
  letter-spacing: 0.1rem;
  xcolor: #f1cc89;
  color: #908e65;
}
.information__lists {
  margin-bottom: 22px;
}
.information__list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px 0 15px 15px;
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed #6e7955;
}
.information__list::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 26px;
  left: 0;
  background: url(../../../images/icn_point_1.svg) no-repeat center/contain;
}
.information__list .days {
  font-size: 0.8rem;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: 0.1rem;
  color: #410407;
}
.information__list .text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.information__list a {
  transition: 0.3s;
  color: #574738;
  text-decoration: none;
  font-size: 14px;
}
.information__list a:hover {
  opacity: 0.6;
}
/*下層*/
.pagetitle {
  height: 220px;
  background-color: var(--key);
}
.pagetitle .title_box.title_h1 h1 {
  margin-top: 0;
  padding-bottom: 0px;
  height: 248px;
  display: flex;
  justify-content: center;
}
.title_box.title_h1 h1 {
  padding-bottom: 30px;
}
.title_box.title_h1 h1 {
  text-align: center;
  color: var(--key);
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  letter-spacing: 0.15em;
}
.title_box.title_h1 h1 strong {
  font-size: var(--size_5l);
  font-weight: normal;
  line-height: 1.2em;
  color: #fff;
}
.title_box.title_h1 h1 small {
  font-size: var(--size_2s);
  color: #d1d1d1;
}
.title_box h3 {
  font-size: var(--size_3l);
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
  border-left: 4px solid var(--key);
  padding-left: 10px;
}
.title_box h4 {
  font-size: var(--size_2l);
  border-left: 4px solid var(--key);
  padding-left: 10px;
  margin-bottom: 16px;
}
.title_box h2 {
  font-size: var(--size_5l);
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.6em;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 10px;
}
.title_box h2:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: var(--main_thin);
  bottom: 0;
}
.title_box h2 span.en_title {
  font-size: 18px;
  color: var(--key);
  line-height: 1.4;
  display: block;
}
.title_box.title_h2.act_x_art {
  background-image: url(../../images/act_x_art.png);
  background-repeat: no-repeat;
  height: 114px;
  margin-bottom: 60px;
  background-position: center;
  background-size: contain;
}
.title_box.title_h2.act_x_art h2 {
  margin-bottom: 0;
  height: 114px;
}
/*-------------------------

  topics
  ---------------------------*/
.news p.day {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0;
  border-top: 1px solid var(--dark);
  padding-top: 10px;
}
.news p.ttl {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--dark);
  font-weight: 400;
  padding-bottom: 17px;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.news .topicsText {
  line-height: 1.6rem;
  margin-bottom: 2rem;
}

.news p.item-image {
  text-align: center;
}

.news p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.news .news_area_box {
}
.news .news_area {
  padding: 50px 50px;
  background-color: var(--very_thin);
}

.news .news_area:not(:last-child) {
  margin-bottom: 50px;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
ul.news-ph-area {
  display: flex;
/*flex-wrap: wrap;*/
  justify-content: center;
  margin-bottom: 50px;
}
.news-ph-area li {
  width: 40%;
/*width: calc((100% - 40px) / 3);
  height: 200px;*/
  display: inline-block;
  background-color: #f6f6f6;
  vertical-align: top;
  text-align: center;
}

.news-ph-area li img{
/*height: 200px;*/
  max-width: 100%;
  object-fit: contain;
}
.news-ph-area li:not(:last-child){
margin-right:20px;
}
.pdf li {
  margin: 10px 0;
  height: auto;
  border: 1px solid #808080;
  background: #fff;
  zoom: 1;
  text-align: left;
  position: relative;
  display: flex;
}
.pdf li a {
  display: flex;
}
.pdf li span {
  line-height: 1.3rem;
  font-size: 0.8rem;
  padding: 8px 8px;
  display: block;
  vertical-align: top;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
}
.pdf li img {
  display: block;
  height: 35px;
}
.download_button {
  background: var(--key);
  height: 40px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}

@media screen and (max-width: 480px) {
  .pdf li a {
    flex-flow: column;
    width: 100%;
  }
  .download_button {
    width: 100%;
  }
}



/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
  margin-right: 10px;
  list-style: none;
}
ul.pageArea-navi-number li a {
  text-decoration: none;
}
ul.pageArea-navi-number li a:hover {
  background-color: #f9e33e;
}
span.pager_index {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #333;
  display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
  border: 1px solid #5f76a0;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/*--------------------------

top slider

---------------------------*/

.swiper-container .swiper-wrapper .swiper-slide.slide1{
  background: url(../../images/bg_00.jpg);
  display: flex;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.mainv_logo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainv_logo img{
  max-height:550px;
}
.swiper-container .swiper-wrapper .swiper-slide{
    background-position: center 60%;
}
.swiper-container .swiper-wrapper .swiper-slide p.text_slide{
  text-shadow:none;
  position: static;
  color:var(--key);
  font-family: "M PLUS 1p", sans-serif;
}
.swiper-container .swiper-wrapper .swiper-slide p.text_slide span{
  display: inline;
  font-size:1.5em;
}
.main_grid{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mainv_image{
  max-height:550px;
  position: absolute;
  right: 70px;
  bottom: 50px;
}
a.btn_instagram{
  position: fixed;
  top: 98px;
  right: 33px;
}
a.btn_instagram img{
  width: 35px;
  height: 35px;
}
/*メニューが増えるまで-------------------------*/
.inner ul.main_menu_items{
  column-count: 1;
}
.inner ul.main_menu_items{
  height:auto;
}
.drawer-menu .menu_inner{
  align-items: center;
}
.drawer-menu .inner {
  max-width: 800px;
}
/*-------------------------

  topics

  ---------------------------*/
.section_topics{
  padding:80px 0;
}
h2{
  position:relative;
  font-size: var(--size_6l);
  font-weight: 800;
  padding-bottom:10px;
  color:var(--key);
  text-align:center;
  margin-bottom:80px;
  font-family: "M PLUS 1p", sans-serif;
}
h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  width: 200px;
  height: 6px;
  background-color: var(--key);
  border-radius: 3px;
}
a.button_topics{
  height:60px;
  max-width:280px;
  font-size:20px;
  display:flex;
  justify-content: center;
  align-items:center;
  border:2px solid var(--key);
  border-radius:30px;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  opacity:1;
  color: var(--key);
  transition: background 0.3s;
}
a.button_topics:hover{
  background-color: var(--key);
  opacity:1;
  color:#fff;
}
.section_topics ul li{
  padding:1em 0;
}
.section_topics ul li a{
  color:var(--key);
}
.section_topics ul li span{
  min-width:0px;
}

/*-------------------------

  overview

  ---------------------------*/
.section_overview{
    background-attachment: fixed;
    background-image: url(../../images/bg_01.jpg);
    background-size: cover;
    padding:80px 0;
}
.section_overview p{
  line-height: 1.8;
  text-align: center;
}
.table_overview{
  width:100%;
  border-collapse: separate;
  border-spacing:0 15px;
  font-size:var(--size_m);
  line-height: 2;
  margin-top:40px;
}
.table_overview th{
  max-width:370px;
  width:30%;
  background-color: var(--key);
  text-align: left;
  padding:20px 50px;
  color:var(--white);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .table_overview th{
    max-width:auto;
  }
}
.table_overview td{
  color:var(--key);
  padding:20px 50px;
  border: 1px solid var(--key);
}
.table_overview td a{
  color:var(--key);
  text-decoration: underline;
}
img.icon_blank{
  position: relative;
  top: -10px;
  width: 15px;
  height: 15px;
}
.text_point{
  display: inline-block;
  margin-top: 20px;
  border: 2px solid #E77006;
  padding: 10px;
  background: #fff;
}
/*-------------------------

  entry_contact

  ---------------------------*/

.section_entry_contact {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center; 
}
.section_entry_contact > div {
  flex: 1;
  width: 50%;
  /*width: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 60px 20px;
}
.section_entry_contact > div:first-child{
  background:#9c9ea1;
}
.section_entry_contact > div:last-child{
  background:#DCDCDC;
}
.section_entry_contact h2 {
  font-size: var(--size_6l);
  font-weight: bold;
  color: var(--key);
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 3;
}
.section_entry_contact h2 span {
  font-size: 12px;
}
.section_entry_contact h2::before,
.section_entry_contact h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top:20px;
  transform: translate(-50%, -50%) skewX(-10deg);
  width: 300px;
  height: 90px;
}
.section_entry_contact h2::before {
  background-color: #FDC62D;
  z-index: -1;
}
.section_entry_contact:first-child h2::before {
  background-color: var(--primary);
}
.section_entry_contact h2::after {
  background-color: var(--key);
  transform: translate(calc(-50% + 10px), calc(-50% + 10px)) skewX(-10deg);
  z-index: -2;
  border-radius: 0;
}
.section_entry_contact p {
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 400px;
  min-height:100px;
  text-align:center;
}
a.button_entry{
  height: 60px;
  width: 300px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary);
  border-radius: 30px;
  background:var(--key);
  color:#fff;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a.button_entry:hover{
  background:var(--primary);
  color:var(--key);
  border-color: var(--key);
}

a.button_contact{
  height: 60px;
  width: 300px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FDC62D;
  border-radius: 30px;
  background:var(--key);
  color:#fff;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a.button_contact:hover{
  background:#FDC62D;
  color:var(--key);
  border-color: var(--key);
}
/*-------------------------

  entry

  ---------------------------*/
.section_entry{
  background-attachment: fixed;
  background-image: url(../../images/bg_02.jpg);
  background-size: cover;
  padding:80px 0;
}
.section_entry .lead {
  text-align: center;
}
.entry_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  margin-top:50px;
  gap: 1.5rem 2.5rem;
}
.entry_grid span{
  font-weight:bold;
}
.entry_grid div {
  background:white;
  display: flex;
  padding:15px;
  flex-direction: column;
  text-align: center;
  border:1px solid var(--key);
}
.text_entry_right{
  text-align:right;
  margin-top:20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .entry_grid {
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}
p.entry_title_person{
  width:100%;
  padding: 15px 0;
  margin-top:50px;
  position:relative;
  text-align:center;
  border-top: 2px solid;
  background: #eee;
}
p.entry_title_person img{
  width: 10px;
  height:10px;
  position: absolute;
  top: 50%;
  transform: translate(10px, -5px);
}
table.entry_person{
  margin-bottom:100px;
}
/*-------------------------

  sponsorship

  ---------------------------*/
.section_sponsorship{
  padding:80px 0 100px 0;
  background-attachment: fixed;
  background-image: url(../../images/bg_03.jpg);
  background-size: cover;
}
.section_sponsorship h2{
  color:#fff;
}
.section_sponsorship h2::after{
  background-color:#fff;
}
.sponsorship_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  gap:1.5rem 2.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sponsorship_grid {
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}
.sponsorship_grid div {
  background:white;
  padding:15px;
  display: flex;
  flex-direction: column;
  text-align: center;
  border:1px solid var(--key);
}

/*-------------------------

  school

  ---------------------------*/

.district {
  border-bottom: 1px solid #ddd;
}
.school-header {
  background-color: #f0f0f0;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  user-select: none;
  pointer-events: none;
}
.school-header:hover {
  background-color: #e0e0e0;
}
.school-content {
  padding: 10px;
  background-color: #fff;
}
.school-content ul{
  list-style-type:circle;
  list-style-position: inside;
}
/*-------------------------

  entry

  ---------------------------*/
.entry_head{
  margin-bottom: 50px;
  border: 2px solid #E77006;
  padding: 20px;
  background: #eee;
}
.entry_head p{
  line-height: 1.6;
  padding:20px;
}
.entry_head .entry_head_title{
  font-size: var(--size_3l);
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  color: white;
  background:#e77006;
  padding: 10px;
}
.entry_head .entry_head_title_sub{
  font-size: var(--size_2l);
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
.accordion {
  border: 1px solid #ccc;
  margin-bottom:20px;
}
.legend_text{
  margin-top:20px;
  padding-left:10px;
  padding-bottom:5px;
  color: #222;
}
.accordion-section {
  border-bottom: 1px solid #ddd;
}
.accordion-header {
  background-color: #eeeeef;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
.accordion-header:hover {
  background-color: #e0e0e0;
}
.accordion-content {
  display: none;
  padding: 10px;
  background-color: #fff;
}
label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
/*-------------------------

  footer

  ---------------------------*/

.footer_head{
  background: #F8F8F8;
  font-size: var(--size_2l);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer { 
  background-color: var(--key);
  color:#fff;
}
.footer a{ 
  color:#fff;
}
.footer .inner {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
}
.footer_left {
  width: 30%;
}
.footer_right {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
} 
ul.footer_btn{
  display: flex;
  flex-direction: row;
}
ul.footer_btn .button_entry{
  width:auto;
  padding:0 50px;
  font-size: 16px;
  height:50px;
}
ul.footer_btn .button_contact{
  width:auto;
  padding:0 50px;
  font-size: 16px;
  height:50px;
  margin-top: 0;
}
ul.footer_btn li{
  padding-left:1em;
}
ul.footer-menu.forPC {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
  border-right: 1px solid #7a6a56;
  letter-spacing: 0.2em;
  padding: 1px 20px;
  vertical-align: bottom;
  color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
  text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
  border: none
}
footer span.adress {
  padding-right: 10px;
}
footer span.fax {
  padding: 0pc 10px;
}
footer {
  background-color:#fff;
  position: relative;
  
}
footer .inner {
  position: relative;
  padding: 50px 0;
}
footer .wrapper {
  overflow: hidden;
}

footer .footer-logo .logo {
  display: inline-block;
  position: relative;
  width: 270px;
  height: 115px;
  overflow: hidden;
}
p.footer-logo {
  margin: 0 auto;
}
footer .column {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
footer .column div {
  margin: 20px 50px;
}
footer .column a {
  color: #fff;
}
footer .foot_logo img {
  width: 320px;
  height: auto;

}
footer .column:last-child {
  margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
  margin-bottom: 0;
}
footer .column li a {
  display: block;
  padding: 5px;
}
footer .column li a:hover {
  text-decoration: underline;
}
footer .column li ul {
  margin-left: 15px;
  color: #808080;
}
footer .column li li {
  font-weight: 400;
  margin-bottom: 1px;
}
footer .foot_address_area {
  text-align: left;
  font-size: var(--size_1s);
  line-height: 1.4;
}
p.foot_contact {
  font-weight: 700;
  font-size: var(--size_m);
}
footer .column:last-child ul {
  margin-bottom: 25px;
}
footer .column:last-child ul ul {
  margin-bottom: 0;
}
p.foot_logo {
  margin-top: 10px;
  font-weight: 700;
  font-size: var(--size_m);
  color: var(--key);
}
.footer_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
ul.footer-menu li{
  xmargin-right:1rem;
  margin-bottom: 12px;
}
ul.footer-menu li{
  border-right:1px solid #ddd ;
}
ul.footer-menu li.blank {
  opacity: 0.4;
}
ul.footer-menu li.blank a {
  pointer-events: none;
}
ul.footer-menu li:first-child{
  border-left:1px solid #ddd ;
}
ul.footer-menu li a{
  font-size: var(--size_1s);
  min-width: 130px;
  display: block;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
}
p.contact_btn a {
  background-color: #fff;
  padding: 5px 30px;
  border: 1px solid #000;
  font-weight: 700;
}
p.contact_btn a:hover {
  background-color: #9f9080
}
footer .column p.contact_btn {
  margin-left: auto;
}
footer span.tel {
  padding-left: 10px;
}
.copyright {
  text-align: center;
  padding: 1em 0;
  letter-spacing: 0.1em;
  background-color: var(--key);
  color: #fff;
  font-size: var(--size_3s);
}
.copyright a{
  color: #fff;
}

/*.form_under .s_footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}*/

/*-------------------------

  contact
  ---------------------------*/
.table {
  width: 100%;
}

.table.table_01 {
  margin: 0 auto;
  margin-bottom: 2rem;
}
.table.table_01 th,
.table.table_01 td {
  border-bottom: 1px solid #c7b897;
  padding: 0.9rem;
  font-size: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .table.table_01 th,
  .table.table_01 td {
    display: block;
  }
}
.table.table_01 th {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .table.table_01 th {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .table.table_01 th {
    background-color: #eeeeef;
  }
}
.table.table_outline {
}
@media only screen and (min-width: 768px) {
  .table.table_outline tr:nth-child(odd) th,
  .table.table_outline tr:nth-child(odd) td {
    background-color: var(--very_thin);
    mix-blend-mode: multiply;
  }
}

.table.table_outline tr:first-child th,
.table.table_outline tr:first-child td {
  xborder-top: 1px solid var(--gray);
}
.table.table_outline th,
.table.table_outline td {
  border-bottom: 1px solid var(--gray);
  padding: 0.9rem;
}
@media only screen and (max-width: 767px) {
  .table.table_outline th,
  .table.table_outline td {
    display: block;
    border-bottom: 0;
  }
}
.table.table_outline th {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .table.table_outline th {
    text-align: left;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .table.table_outline th {
    /*background-color: #ddd;*/
    background-color: #ebf3f5;
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  .table.table_confirm {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .table.table_confirm th {
    width: 40%;
  }
}

#contactArea {
  xmargin: 2em auto;
  xtext-align: left;
}

@media only screen and (min-width: 768px) {
  .contents-body {
    width: 60%;
    margin: 0 auto;
  }
}

#contactFormArea {
  color: #000;
}

#contactForm {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  xfont-size: 80%;
  border-style: none;
}
#contactForm tbody {
  xbackground-color: var(--bg);
}
#contactForm th,
#contactForm td {
  border-color: #ddd;
  border-bottom-width: 1px;
  border-style: solid;
  padding: 15px 0;
  vertical-align: middle;
}
#contactForm th {
  width: 220px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #contactForm th {
    box-sizing: border-box;
    border-bottom: 0;
  }
  #contactForm th span {
    box-sizing: border-box;
  }
}

#contactForm td {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #contactForm td {
    box-sizing: border-box;
  }
}

.address-button a {
  box-sizing: content-box;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: auto;
  color: #fff;
  font-family: Arial;
  letter-spacing: normal;
  font-size: 80%;
  padding: 10px 15px;
  margin: 10px auto;
  background-color: var(--accent);
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

a:link[class~="address-button"],
.address-button a:link {
  color: #fff !important;
}

a:visited[class~="address-button"],
.address-button a:visited {
  color: #fff !important;
}

a:hover[class~="address-button"],
.address-button a:hover {
  color: #fff !important;
  opacity: 0.8;
}

#contactForm td ul.address-list li,
ul.yoyaku-list li {
  margin: 0 0 10px 0;
}
#contactForm .tel_txt01 a {
  color: #333;
  font-weight: bold;
}
#contactForm-privacypolicy {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  xfont-size: 80%;
  border-style: none;
  margin-bottom: 40px;
  margin-top:100px;
}

#contactForm-privacypolicy th {
  width: 100%;
  xtext-align: center;
  font-weight: normal;
  border-width: 0;
  padding: 5px 15px;
  margin: auto 0;
  background-color: #fff;
  vertical-align: top;
  border-color: #c8c9ca;
  color: #fff;
  background-color: var(--need);
}

#contactForm-privacypolicy td {
  font-size: 90%;
  border-width: 0 0 1px 0;
  text-align: left;
  background-color: var(--bg);
  border-color: #c8c9ca;
}

#contactForm-privacypolicy td div.iframe-box {
  overflow-y: scroll;
  /*width: 100%;*/
  height: 250px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: #222;
}
#contactForm-privacypolicy td div.iframe-box h3 {
  font-size: var(--size_m); 
  font-weight: 600;
}
#contactForm-privacypolicy td div.iframe-box h4 {
  font-size: var(--size_z); 
  font-weight: 600;
}　
#contactForm-privacypolicy div.iframe-box p {
  margin-bottom: 10px;
}
#contactForm-privacypolicy div.iframe-box ol li  {
  margin-bottom: 0;
}

div.iframe-box > h3,
div.iframe-box > h4,
div.iframe-box > ol,
div.iframe-box > p {
  margin-bottom: 1em;
}

.radio_list {
  text-align: left;
}

.radio_list li {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

ul.radio_list.flex_four {
  display: flex;
  flex-wrap: wrap;
}

ul.radio_list.flex_four li {
  width: 25%;
}
ul.radio_list.flex_three li {
  width: 32%;
}
ul.radio_list.flex_three.width75 {
}
ul.radio_list.flex_four,
.radio_list.flex_three {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  ul.radio_list.flex_four li {
    width: 49%;
  }
  ul.radio_list.flex_three li {
    width: 49%;
  }
}

#contactForm-privacypolicy td div.policybutton {
  padding: 20px 0;
  text-align: center;
  background-color: #ccc;
  font-weight: bold;
}

#mail-form-header {
  background-color: #eeeeef;
  padding: 10px 0;
  margin: 15px auto 15px auto;
  text-align: center;
  font-size: 90%;
}

#mail-form-footer {
  xbackground-color: #eeeeef;
  xpadding: 20px 0;
  margin: 30px auto 0 auto;
  text-align: center;
}

.formhead-greed {
  width: 180px;
  xwidth: 100%;
  display: inline-block;
  color: #fff;
  background-color: var(--accent_thin);
  padding: 5px 15px;
  margin: auto 0;
  text-align: center;
}
.formhead {
  width: 180px;
  display: inline-block;
  color: #fff;
  background-color: var(--key);
  padding: 5px 15px;
  margin: auto 0;
  text-align: center;
}
.need {
  color: var(--need);
}
.formhead-need {
  width: 180px;
  xwidth: 100%;
  display: inline-block;
  color: #fff;
  background-color: var(--need);
  padding: 5px 15px;
  margin: auto 0;
  text-align: center;
}
.ques span.formhead-need {
  width: auto;
  margin-left: 0.4em;
  padding: 0px 8px 2px;
  font-size: 0.85em;
  position: initial;
  display: inline-block;
  line-height: 1.4em;
}
.cat-list li {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

/*-- iPhone繝舌げ蝗樣∩ --*/
#contactForm input,
#contactForm select,
#contactForm textarea {
  padding: 5px 10px 5px 10px;
  margin-top: 2px;
  font-family: sans-serif;
}

#contactForm select {
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 10px;
  xfont-size: 14px !important;
}
input,
button {
  font-family: sans-serif;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  xwidth: 100%;
  xborder-style: solid;
  xborder-width: 1px;
  xborder-color: #666;
}

input[type="submit"],
input[type="reset"] {
}
input[type="submit"]:hover,
input[type="reset"]:hover {
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*====================

   ====================*/
@media screen and (max-width: 900px) {
  #contactFormArea {
    padding: 0;
    margin: 0 auto 20px auto;
  }
  #contactForm th {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #contactForm td {
    display: block;
    width: 100%;
    xpadding: 0;
  }
  #contactForm td > p {
    xmargin: 0;
  }
  #mfp_confirm_table th {
    font-size: 80%;
  }
  .formhead-greed {
    width: 100%;
  }
  .formhead-need,
  .formhead {
    width: 100%;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 5px;
    width: 100%;
    margin-top: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[type="submit"],
  input[type="reset"] {
  }
}

/*====================
  ページ先頭ボタン
   ====================*/

.page-top {
  display: none;
  margin: 0;
  padding: 0;
}
.page-top div {
  xheight: 80px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 20px;
  z-index: 200;
  /* box-sizingリセット */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.page-top img {
  height: 30px;
  vertical-align: center;
}
.move-page-top {
  background-color: var(--dark);
  color: #fff;
  display: block;
  xfont-size: 20px;
  xheight: 60px;
  xline-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  xwidth: 60px;
  cursor: pointer;
  padding: 10px 12px;
}
.page-top a:active,
.page-top a:hover {
  color: #fff;
}

.page-top .fa-2x {
  font-size: 1.5em;
}

/*====================
  来場予約ページ
   ====================*/

.pagetitle .inner h2.reserve {
  text-align: center;
  color: #fff;
}
.pagetitle .inner h2.reserve strong {
  font-size: 2rem;
  line-height: 1.66667;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  color: #b89a40;
}
.pagetitle .inner h2.reserve small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.pagetitle .inner h2.reserve small::before,
.pagetitle .inner h2 small::after {
  content: "";
  width: 100px;
  height: 1px;
  margin: 0 20px;
  background: #707070;
}

.headerColor-default {
  color: #333;
  /* （画像よりも下までスクロールした時に変えたい文字色） */
}
.information__lists {
  display: flex;
}
.bg {
}
a[href^="tel:"] {
  pointer-events: none;
}
.center {
  text-align: center;
}
.pt_0 {
  padding-top: 0;
}
.pb_0 {
  padding-bottom: 0;
}
.mt_0 {
  margin-top: 0;
}
.mt_05 {
  margin-top: 0.5rem;
}
.mt_10 {
  margin-top: 1rem;
}
.mt_20 {
  margin-top: 2rem;
}
.mt_30 {
  margin-top: 3rem;
}
.mt_40 {
  margin-top: 4rem;
}
.mt_50 {
  margin-top: 5rem;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_05 {
  margin-bottom: 0.5rem;
}
.mb_10 {
  margin-bottom: 1rem;
}
.mb_20 {
  margin-bottom: 2rem;
}
.mb_30 {
  margin-bottom: 3rem;
}
.mb_40 {
  margin-bottom: 4rem;
}
.mb_50 {
  margin-bottom: 5rem;
}

.for_SP {
  display: none;
}
.for_SPyoko {
  display: none;
}
.for_PC {
  display: block;
}
/*------------------------

ヘッダー

-------------------------*/

.under .global_header {
  xbox-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
}
.global_header {
  position: absolute;
  z-index: 201;
  top: 0;
  width: 100%;
}
.global_header_box {
  display: flex;
}
/*.header_logo {
  width: 320px;
  padding: 0.7em 0;
}*/
.header_logo{
  display: none;
}
ul.fundament_menu {
  display: flex;
}
.header_logo a .en {
  font-size: 0.6rem;
}
.header_logo h1 a img {
  width: 280px;
}

.header_logo img.scroll_no {
  display: none;
}
.header_logo img.scroll_default {
  display: block;
}
.top .header_top {
  background: none;
  display: flex;
  align-self: center;
}
.top .header_bottom {
  background: none;
  border-bottom: none;
}
/*
.header_top {
  display: flex;
  height: 100px;
  min-width: 1024px;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  background-color: #fff;
}*/
/*
.header_top {
  background-color: #fff;
  xtransition: all 0.3s;
  position: relative;
}
*/
.header_bottom {
  background: #fff;
  xtransition: all 0.3s;
  padding-top: 4px;
  padding-bottom: 4px;
}
.top .header h1 {
  display: none;
  /*padding: 10px 20px;
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
  font-size: var(--size_1l);*/
}
/*.header h1 a {
  color: #fff;
}*/

/*-------------------------

sub_nav

  ---------------------------*/

.sub_nav_box {
  display: flex;
  margin-right: 80px;
}
ul.sub_nav_txt {
  display: flex;
  justify-content: center;
  padding-right: 2rem;
  line-height: 1.5;
  white-space: nowrap;
}

ul.sub_nav_txt li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.sub_nav_txt li:not(:last-child) {
  margin-right: 1.5rem;
}
ul.sub_nav_txt li a {
  color: #000;
  font-size: var(--size_1s);
  transition: all 0.3s;
}
ul.sub_nav_txt li a:hover {
  opacity: 0.7;
}
ul.sub_nav_txt li a::after {
  content: "\f105";
  margin: 0 auto;
  width: 16px;
  height: 16px;
  font-family: "FontAwesome";
  padding-left: 6px;
}
/*
ul.sub_nav_txt li a::before {
  content: "";
  margin: 0 auto;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
	ul.sub_nav_txt li.sub_nav_map a::before {
		background: url(../../images/icon_map_key.svg) no-repeat;
	}
	ul.sub_nav_txt li.sub_nav_outline a::before {
		background: url(../../images/icon_outline_key.svg) no-repeat;
	}
		*/

ul.cta_btn {
  display: flex;
  justify-content: center;
}
ul.cta_btn li {
}
ul.cta_btn li:not(:last-child) {
  margin-right: 20px;
}

ul.cta_btn li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
ul.top_cta.cta_btn li a {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
}
/*
ul.cta_btn li a:hover {
  transition: all 0.3s;
}
	*/
ul.cta_btn li a img.icon_cta_btn {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
/*
ul.cta_btn li a:hover:after {
  right: 3px;
  bottom: 3px;
}
	*/
ul.cta_btn li a {
  overflow: hidden;
  transition: background 0.5s ease-in-out; /* 背景を0.5秒かけて変化させる */
  position: relative; /* :before の位置指定の基準とするため追加 */
}
ul.cta_btn li.btn_request a {
  /*background: var(--request_gradient);*/
  /*background: var(--need);*/
  background:#FFC530;
}
ul.cta_btn li:last-child.btn_request a {
  background:#E77006;
}
ul.cta_btn.move_btn li a:before {
  content: "";
}

ul.cta_btn.move_btn li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* 初期位置を左端の外側に設定 */
  width: 200%; /* グラデーションの幅を広げ、流れる範囲を確保 */
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 80%);
  opacity: 0;
  transition: all 0.5s ease-in-out; /* opacity と left の両方を変化させる */
}

ul.cta_btn.move_btn li a:hover:before {
  opacity: 1;
  left: 200px; /* ホバー時に左端まで移動 */
}

ul.cta_btn.move_btn_key li a:before {
  content: "";
}

ul.cta_btn.move_btn_key li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* 初期位置を左端の外側に設定 */
  width: 200%; /* グラデーションの幅を広げ、流れる範囲を確保 */
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255) 50%, rgba(255, 255, 255, 0) 80%);
  opacity: 0;
  transition: all 0.5s ease-in-out; /* opacity と left の両方を変化させる */
}

ul.cta_btn.move_btn_key li a:hover:before {
  opacity: 1;
  left: 200px; /* ホバー時に左端まで移動 */
}

/*
ul.cta_btn li.btn_request a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.cta_btn li.btn_request a:hover::before {
  left: 100%;
}
		*/

ul.cta_btn li.btn_reservation a {
  background: var(--reservation_gradient);
}

ul.cta_btn li.btn_reservation a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transition: opacity 0.3s;
}
ul.cta_btn li.btn_reservation a:hover:before {
  opacity: 1;
}
/*
ul.cta_btn li.btn_reservation a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.cta_btn li.btn_reservation a:hover::before {
  left: 100%;
}
		*/
.cta_btn li {
  position: relative; /* 疑似要素の基準位置とするため */
}
.cta_btn li:after {
  content: "";
  position: absolute;
  right: 0; /* 右端に配置 */
  top: 50%; /* 天地中央に配置 */
  transform: translateY(-50%); /* 天地中央に微調整 */
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.5s ease-out, width 0.5s ease-out; /* ホバー時のアニメーション */
}
.cta_btn li:hover:after {
  width: 10px; /* 幅を0にして消す */
}

ul.bottom_contact_btn.cta_btn li a {
  background: var(--bottom_contact_btn_gradient);
  color: var(--key);
}
ul.bottom_contact_btn.cta_btn li:after {
  background: var(--key);
}
ul.menu_cta.cta_btn {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.menu_cta.cta_btn li {
  width: 100%;
}
/*-------------------------

  nav

  ---------------------------*/
#global_nav {
}

ul.global-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.global-list li {
  width: calc(100% / 8);
  position: relative;
}
ul.global-list li:not(:last-child) {
  border-right: 1px solid rgb(0 0 0 / 10%);
}
ul.global-list li.blank a {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
ul.global-list li a {
  color: #000;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  xtransition: all 0.3s;
  font-size: var(--size_1s);
}
ul.global-list li a:hover {
}
span.menu_new {
  position: absolute;
  font-size: 10px;
  color: #fff;
  background: #d00;
  display: block;
  line-height: 1.4;
  padding: 0px 4px;
  top: -9px;
  left: 8px;
  transition: all 0.3s;
}

/*トップメニューdefault start*/
.top .header_logo img.scroll_no {
  display: block;
}
.top .header_logo img.scroll_default {
  display: none;
}

.top .scroll-nav ul.global-list li a {
  color: #000;
}
/*トップメニューdefault end*/

/*トップメニューscroll前 start*/

.top ul.global-list li:not(:last-child) {
  border-right: 1px solid rgb(255 255 255 / 50%);
  transition: all 0.3s;
}
.top .header {
  background-color: none;
  transition: all 0.3s;
}
.top ul.global-list li a {
  color: #fff;
}
.top ul.global-list li.blank a {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.top ul.sub_nav_txt li a {
  color: #000;
}

.top span.menu_new {
  xcolor: #fff;
}
/*トップメニューscroll前 end*/
/*トップメニューscroll後 start*/
/*
.top .scroll-nav ul.global-list li:not(:last-child) {
  border-right: 1px solid rgb(0 0 0 / 10%);
  transition: all 0.3s;
}
	*/
.top .scroll-nav .header {
  background-color: #fff;
  transition: all 0.3s;
}
/*
.top .scroll-nav span.menu_new {
  xcolor: #d00;
  xtransition: all 0.3s;
}
.top .scroll-nav ul.sub_nav_txt li a {
  color: #000;
}
.top .scroll-nav .header_logo img.scroll_no {
  display: none;
}
.top .scroll-nav .header_logo img.scroll_default {
  display: block;
}
.top .scroll-nav .header_top {
  xbackground-color: #fff;
  xtransition: all 0.3s;
}
.top .scroll-nav .header_bottom {
  xbackground: #fff;
  xtransition: all 0.3s;
}
.top .scroll-nav ul.global-list li.blank a {
  color: rgba(0, 0, 0, 0.25);
}
*/
/*トップメニューscroll後 end*/
/*モーダルウインドウ start*/
.modal {
  xdisplay: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 22;
}
.modal__bg {
  background: rgba(255, 255, 255, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 4px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}

.modal__content a:hover {
  opacity: 0.8;
}
.modal__content a.js-modal-close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 26px;
  font-weight: 700;
  background: #fff;
  display: flex;
  color: #666;
  justify-content: center;
  align-items: center;
}
/*モーダルウインドウ end*/

.close-btn {
  position: absolute;
  right: -5px;
  top: -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
}
.close-btn i {
  font-size: 16px;
  color: #333;
  background: #fff;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  z-index: 1;
  cursor: pointer;
}

/* footer start
  -------------------------------------------------------------------------------- */

.bottom_contact {
  line-height: 1.5;
  text-align: center;
  position: relative;
  background: var(--bottom_contact_gradient);
  color: #fff;
}

.bottom_contact::before {
  content: "";
  background-color: rgb(255 255 255 / 15%);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
}
h3.bottom_contact_title span.sub_title {
  display: block;
  font-size: var(--size_1l);
  margin-bottom: 1rem;
}
h3.bottom_contact_title span.title {
  display: block;
  font-size: var(--size_4l);
  margin-bottom: 2rem;
}
.bottom_contact_box {
  padding: 80px 0;
}
.bottom_contact_txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 0.6em;
}
.bottom_contact_tel {
  font-size: var(--size_7l);
  margin-bottom: 10px;
}
.bottom_contact_tel a {
  display: inline-block;
  pointer-events: none;
  letter-spacing: 0.2rem;
  padding-left: 58px;
  background: url(../../images/icon_freedial_white.svg) no-repeat left 5px;
  background-size: 45px;
  background-position: center left;
  color: #fff;
  transition: opacity 0.3s;
}
.bottom_contact_tel a:hover {
  opacity: 0.6;
}
.bottom_contact_tel .sans {
  font-weight: 300;
}
.bottom_contact_caption_items {
  display: flex;
  justify-content: center;
}
p.bottom_contact_caption_item span {
  border: 1px solid #fff;
  padding: 2px 4px;
  display: inline-block;
  margin-right: 10px;
  font-size: var(--size_1s);
}

p.bottom_contact_caption_item:not(:last-child) {
  margin-right: 30px;
}
/* footer end
  -------------------------------------------------------------------------------- */

/* header start
  -------------------------------------------------------------------------------- */
.header {
}
.header_inner {
  display: flex;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* header end
  -------------------------------------------------------------------------------- */

/* main start
  -------------------------------------------------------------------------------- */
#main {
  list-style: none;
  font-weight: 400;
  font-size: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
  margin: 0px auto;
  width: 100%;
}
main {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  /*padding-top: 100px;*/
}
main > section {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* main end
  -------------------------------------------------------------------------------- */

/* index start
  -------------------------------------------------------------------------------- */
.point_area {
  background: #f6f6f6;
}
.point_box ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 115px;
}
.point_box ul li {
  color: var(--key);
  font-size: 23px;
  font-weight: 700;
}
.point_box ul li .point_strong {
  color: var(--accent);
}
.point_box ul li .point_access {
  font-size: 1.26em;
}
.point_box ul li .point_time {
  font-size: 1.66em;
}
.modelroom .modelroom_ban {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .modelroom .modelroom_ban {
    width: 90%;
    margin: 0 auto;
  }
}
/*--------------------
  本広告第一弾限定css start
  ----------------------*/
section.top_reservation {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 450px;
  background-image: url(../../images/top_reservation_bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
p.top_reservation_txt {
  margin-bottom: 20px;
  text-align: center;
}
.top_reservation_title_box span {
  ｘcolor: var(--main);
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 12px;
}
.top_reservation_title_box p.kouhyou {
  text-align: center;
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.top_reservation_title_box h2 {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: var(--size_8l);
  line-height: 1.4em;
  margin-bottom: 2rem;
  color: var(--main);
}

.top_reservation_title_box h2 div {
  display: flex;
  line-height: 1.2em;
  flex-flow: column;
}
.top_reservation_title_box h2 div span.yoyaku {
  font-size: 0.5em;
  line-height: 1em;
  height: 40px;
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  padding: 0px 15px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}
.top_reservation_title_box h2 {
  display: flex;
  justify-content: center;
}
/*
	.top_reservation_title_box h2:before,
	.top_reservation_title_box h2:after {
		height: 1em;
		width: 120px;
		line-height: 1em;
	}
	.top_reservation_title_box h2:before {
		content: url(../../images/decoration.svg);
		margin-right: 1rem;
	}
	.top_reservation_title_box h2:after {
		content: url(../../images/decoration.svg);
		margin-left: 1rem;
		transform: scale(-1, 1);
	}
	*/
.top_reservation_catch {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.top_reservation_btn {
  text-align: center;
}
.top_reservation_btn a {
  background: var(--accent);
  color: #fff;
  border-radius: 0;
  padding: 10px;
  width: 240px;
  margin-top: 30px;
}
/*
	.top_reservation_btn a:before {
		content: "";
		position: absolute;
		top: -4px;
		bottom: -4px;
		left: -4px;
		right: -4px;
		border: solid 1px var(--accent);
	}
	*/
.top_reservation_btn img {
  transition: 1s all;
}
.top_reservation_btn img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
/*--------------------
			本広告第一弾限定css end
			----------------------*/

section.top_modelroom {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 450px;
  background-image: url(../../images/top_modelroom_bg.jpg);
  background-position: center center;
  background-size: cover;
}
.top_modelroom_pre {
  border: 1px solid #fff;
  background: rgb(0 0 0 / 50%);
  color: #fff;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_modelroom_pre p {
  font-size: var(--size_5l);
  letter-spacing: 1px;
}
/*インフォメーション*/
.information_block {
  padding: 70px 0;
  z-index: 10;
  margin: 0 auto;
  xbackground: var(--bg);
  xborder-top: 1px solid #ddd;
  xborder-bottom: 1px solid #ddd;
}
/*予告広告のみend*/
.information_box {
  height: auto;
  padding: 30px 1em;
  xbackground: #f9f9f9;
  overflow-y: auto;
}
/*.information_block h2 {
  color: var(--key);
  margin-bottom: 2em;
  font-weight: normal;
  text-align: center;
  font-size: var(--size_4l);
  position: relative;
}
.information_block h2::after {
  content: "";
  display: block;
  background: var(--key);
  height: 2px;
  width: 60px;
  margin: 0 auto;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
}*/
.information_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1rem;
  border-bottom: 1px solid var(--gray);
}
.information_block dl dt {
  width: 120px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 1px;
  font-size: 0.8em;
}

.information_block dl dt.days {
  padding-bottom: 16px;
  padding-top: 16px;
  color: var(--dark);
}
.information_block dl dd {
  width: calc(100% - 120px);
  letter-spacing: 0.1em;
}
.information_block dl dd a {
  color: var(--key);
  padding-bottom: 16px;
  padding-top: 16px;
  display: block;
  transition: all 0.5s;
}
.information_block dl dd a:hover {
  color: var(--dark);
  transition: all 0.5s;
}

/*優先説明会概要start*/
.reservation_outline {
  border: 1px solid var(--reservation);
  padding: 32px;
  margin-bottom: 40px;
  background: #fdf8fb;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}
.reservation_outline .inner {
  width: auto;
}
.reservation_outline_table {
  display: table;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

.reservation_outline_table span.date,
.reservation_outline_table span.tel {
  font-size: var(--size_m);
}
.reservation_outline_table dl {
  display: table-row;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.reservation_outline_table dl dt {
  background: #f6f6f6;
  text-align: center;
}

.reservation_outline_table dl dd {
  background: #ffffff;
  text-align: center;
}
.reservation_outline_table dl dt,
.reservation_outline_table dl dd {
  padding: 10px;
  display: table-cell;
  border: 1px solid #ddd;
}
/*優先説明会概要end*/

/* index end
  -------------------------------------------------------------------------------- */

/* 下層 start
  -------------------------------------------------------------------------------- */
/*information*/
.info {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.info .newsBox {
  overflow: hidden;
  border-style: solid;
  border-color: var(--accent_thin);
  border-width: 0 0 0 7px;
  padding: 0 0 0 18px;
  margin: 0 0 60px 0;
}

.info .newsBox > .title {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: var(--accent_thin);
  padding: 0 0 10px 0;
  margin: 0 0 1.2em 0;
  font-size: 120%;
  font-weight: bold;
}
.info .newsBox .text {
  font-size: 95%;
}
.info .newsBox > .image_area .topicsPhoto {
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.info .newsBox > .image_area .topicsPhoto:last-child {
  margin: 0;
  width: 300px;
  height: 250px;
  overflow: hidden;
}
.image_area .topicsPhoto:last-child {
  margin: 0;
}

.image_area .topicsPhoto {
  width: 300px;
  height: auto;
}

















/*concept*/

/*contact*/

section.sendview {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact_wrap {
  overflow-x: hidden;
}
.contact-01 .cnt_c {
  text-align: left;
  margin-bottom: 15px;
}
.contact-01 .cnt_c a {
  color: #222980;
  font-weight: bold;
}
.contact-01 p {
  margin-bottom: 1rem;
}
.contact-01 p.m_no {
  text-align: left;
}
.contact-01 p.tel_txt01 {
  margin-bottom: 0;
  text-align: left;
}
.contact-01 p.tel_txt01 a {
  color: #333;
  margin-top: 20px;
  line-height: 1.8;
}

.contact-01 p.f_blue {
  color: #222980;
  font-weight: 500;
  font-size: 85%;
}
.contact-01 p.f_blue a {
  color: #222980;
  font-weight: bold;
}

.cont-wrap {
  width: 80%;
  margin: 0 auto;
  min-width: 700px;
}
.info div.contents-box a.for_a {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
.list_other li span {
  padding-right: 5px;
}
#contactForm .nane_area span {
  padding-right: 5px;
}
#contactForm  span.nen {
  padding-left: 5px;
}
.ques h2.qus_ttl {
  font-size: 100%;
  background-color: #eeeeef;
  padding: 10px 0;
  margin: 15px auto 0 auto;
  text-align: center;
}
.ques_box {
  xpadding: 0 20px 20px 20px;
  xborder: 1px solid #eeeeef;
  margin-bottom: 50px;
  xbackground: var(--bg);
}
.ques_box h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem 0.5rem 105px;
  border: 2px solid var(--key);
  background-color: #eee;
  width: 100%;
  margin-top: 20px;
}

.ques_box h2 > span.en {
  font-size: 40px;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 0px;
  padding-left: 16px;
  color: var(--key);
  line-height: 2.4rem;
}
.ques_box dl {
  clear: both;
  zoom: 1;
  border-top: solid 1px #cccccc;
}
.ques_box dl.first {
  border-top: none;
  padding-top: 5px;
}
.ques_box dl dt {
  width: 210px;
  font-weight: normal;
  border-width: 0 0 1px 0;
  padding: 20px 10px;
  vertical-align: top;
  border-color: #c8c9ca;
  box-sizing: border-box;
  float: left;
}
.ques_box dl dd {
  padding: 15px 10px 8px 210px;
  box-sizing: border-box;
  line-height: 2;
  xfont-size: 15px;
}
.ques_box input,
.ques_box select {
  padding: 5px 10px 5px 10px;
  margin-left: 10px;
}
.ques_box select {
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 10px;
}
.reservation #contactFormArea {
  margin: 0 auto 60px auto;
}
.reservation_book_box {
  border: 2px solid var(--key);
  padding: 0 2rem;
  margin-bottom: 20px;
  background: var(--bg);
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

/* 下層 end
  -------------------------------------------------------------------------------- */
/*メニューの文字の入れ替え start*/
/* ボタン本体 */
.menu_text_switch {
  position: relative;
  line-height: 60px;
  overflow: hidden;
}

/* ボタンのテキスト */
.btn__text {
  position: absolute;
  left: 0;
  display: block;
  height: 100%; /* 縦幅をボタンと同じにする */
  width: 100%; /* 横幅をボタンと同じにする */
  text-align: center; /* テキストを中央揃え */
  transition: all 0.3s; /* アニメーション実行時間 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ボタンのテキスト(デフォルトのテキスト) */
.btn__text:nth-child(1) {
  top: 0;
}

/* ボタンのテキスト(隠れているテキスト) */
.btn__text:nth-child(2) {
  top: -100%;
}

/* ボタンホバーアクション */
.menu_text_switch:hover .btn__text:nth-child(1) {
  top: 100%;
}

.menu_text_switch:hover .btn__text:nth-child(2) {
  top: 0;
}

/*メニューの文字の入れ替え end*/
input.zip_search {
  padding: 5px 10px !important;
  margin-top: 10px !important;
  cursor: pointer;
}
input.zip_search:hover {
  opacity: 0.8;
}

/*スライダー表示切替*/
.slide_SP {
  display: none;
}
.slide_PC {
  display: block;
}
.slide_SPyoko {
  display: none;
}