@charset "UTF-8";
:root {
  --main-color: #FFCC00;
  --dark-gray: #666;
  --gray: #CCC;
  --light-gray:#F2F2F2;
  --en-font: "Jost",
      sans-serif;
}

body{
  max-width: 1600px;
  margin: 0 auto;
}

/*=========
基本設定
===========*/
.alert-text-box,
.alert-text-box ul li{
  color: red;
  font-weight: 700;
}
.open{
 display:block; 
}
.hidden{
 display:none; 
}
@media screen and (max-width: 896px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: initial;
  }
}
@media screen and (min-width: 897px) {
  .is-pc {
    display: initial;
  }
  .is-sp {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.683125;
  color: #000000;
  counter-reset: feature_no 0;
}

.inner {
  max-width: 1280px;
  width: 100%;
  padding: 1em 2em;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 14px;
  }

  .inner {
    padding: 0.5em 1em;
  }
}


a {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  opacity: 0.4;
}

a.application,
.questionnaire_button a,
.questionnaire a,
.booking_button a,
.option_button a {
  color: #000000;
  background-color: var(--main-color);
}

span.small6{
  font-size: 60%;
}
span.small8{
  font-size: 80%;
}
span.font-gray{
  color:var(--gray);
}

p.text-small{
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 80%;
}

.available::before{
    content: "●";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    color: #66FF33;
}

.only_a_few::before{
    content: "▲";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    color: #FF9933;
}

.unavailable::before{
    content: "✗";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    color: #FF0000;
}

.availability{
  color:#666;
  font-size: 80%;
}

.blinking{
    animation:blink 0.5s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.blinkingBgRed{
    animation:blinkBgRed 1.5s ease-in-out infinite alternate;
}
@keyframes blinkBgRed{
    0% {background-color: #fff;}
    100% {background-color: #f99;}
}

.bold700{
  font-weight: 700;
}

.logo {
  font-family: var(--en-font);
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0;
}

img.icon{
  height:1em;
  display: inline;
}
img.iconM{
  height:2em;
  display: inline;
  margin: 0 0.25em;
}
img.iconL{
  height:3em;
  display: inline;
  margin: 0 0.25em;
}

.bgw{
  background-color: #fff;
}

.flexBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
}

.flexBox .list-member{
  min-width:390px;
  max-width:48%;
  border:1px solid #ddd;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 896px) {
  .flexBox .list-member{
    min-width:100%;
    max-width:100%;
  }
}

.sampleImage{
 width: 45%;
}

.inputFormBox{
  width: 50%;
}
@media screen and (max-width: 896px) {
  .sampleImage{
   width: 100%;
  }

  .inputFormBox{
    width: 100%;
  }
}
.borderBox{
  border: 1px solid #000000;
  border-radius: 8px;
  padding:1em;
  margin: 1em 0;
}


section .inner input.bg-main,
a.bg-main,
a.submit,
input.submit,
button.submit{
  background-color: var(--main-color);
}
section .inner select,
section .inner input,
section .inner textarea{
  padding: 0.6em 1em;
  margin: 10px 0;
  border:1px solid #ddd;
  border-radius: 8px;
}

section .inner select{
  padding: 0.6em 2em 0.6em 1em;
  margin: 10px 0;
}
section .inner textarea,
section .inner input.textForm{
  width: 90%;
}
section .inner textarea{
  height: 6em;
}
section .inner input.numericForm{
  text-align: right;
  width: 10em;
}
@media screen and (max-width: 896px) {
    section .inner textarea,
    section .inner input[type="text"]{
        min-width: 80vw;
    }
    section .inner fieldset fieldset input[type="text"]{
        min-width: 70vw;
    }
}
section .inner input[type="checkbox"],
section .inner input[type="radio"] {
    width: 1em;
    min-width: 1em;
    padding: 0;
    margin: 0 1em;
}

section.headerSectionMenu{
  padding: 0;
}


div.profile-box{
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  right: 0;
  padding: 1em;
  border-radius: 8px;
  margin-right: 1em;
  color: #666;
  font-size: 90%;
  background-color: var(--light-gray);
}

div.profile-box a.button{
  margin: 0.5em 0;
  padding: 0.5em 1em;
  font-size: 90%;
  text-align: center;
  background-color: var(--main-color);
}
/*=========
header
===========*/
header.header {
  height: 100px;
  background: #fff;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  max-width: 1600px;
  box-shadow: 0 1px 10px 1px rgba(100, 100, 100, 0.1);
}
@media screen and (max-width: 896px) {
  header.header {
    height: 120px;
  }
}

header.header .contents {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content:space-between;
}
@media screen and (max-width: 896px) {
  header.header .contents {
    height: 60px;
    display: block;
  }
}

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

header.header .logo {
}


header.header .navigation ul {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 896px) {
  header.header .navigation ul {
    justify-content: space-between;
    font-size: 12px;
  }
}

header.header .navigation ul li {
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  header.header .navigation ul li {
    padding: 0 10px;
  }
}

header.header .button {
  margin-left: 45px;
}
@media screen and (max-width: 896px) {
  header.header .button {
    margin: 20px 0;
    text-align: center;
  }
}
header.header .button a {
  color: #000000;
  padding: 17px 60px;
  border: 1px solid #000000;
  border-radius: 8px;
}
@media screen and (max-width: 896px) {
  header.header .button a {
    padding: 10px 15px;
  }
}

#header_spacer{
      margin-top: 100px;
}
@media screen and (max-width: 896px) {
    #header_spacer{
      margin-top: 110px;
    }
}


/*=========================================
sectionのデフォルト設定
===========================================*/
section{
  padding: 1em 0 2em;
  font-size: 14px;
}
@media screen and (max-width: 896px) {
    section{
      padding: 1em 0 30px;
    }
}

main section:nth-child(even) {
    background: #F8F8F8;
}


section h1 {
  font-size: clamp(52px, 4.1666666vw, 80px);
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  section h1 {
    font-size: clamp(24px, 6.4vw, 60px);
  }
}

section h1 .small {
  font-size: clamp(28px, 2.08333333vw, 40px);
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  section h1 .small {
    padding-top: 60px;
    font-size: clamp(18px, 4.8vw, 30px);
  }
}

section h2 {
  font-size: clamp(28px, 2.08333333vw, 32px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 896px) {
  section h2 {
    font-size: clamp(20px, 5.33vw, 24px);
  }
}
section h2.middle_title{
  margin-bottom: 20px;
}

section h2.pageTitle{
  margin: 1em 0;
}

section h3 {
  font-size: clamp(28px, 2.08333333vw, 32px);
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  section h3 {
    font-size: clamp(20px, 5.33vw, 24px);
  }
}

section h4 {
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 700;
}

section input.number{
  width: 11em;
}

section div.message {
  border: #ddd 3px solid;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
  text-align: center;
}

section div.message p{
  font-size: 120%;
  text-align: left;
}

section p {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
}
section p.small {
  font-size: 12px;
}
section p.text_bold {
  font-size: clamp(28px, 2.03125vw, 36px);
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  section .bold {
    font-size: clamp(16px, 4.2666vw, 24px);
  }
}
section p.annotation {
  font-size:80%;
  line-height: 0.1em;
}
section p.align_right{
  text-align: right;
  margin: 0.5em 0;
}

section .button {
  margin: 21px auto 0;
  width: fit-content;
}

section .button a {
  font-size: 24px;
  font-weight: 400;
  display: block;
  width: fit-content;
  padding: 23px 46px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 896px) {
  input.button {
    min-width: 100%;
  }
}

section .smart_button a{
  display: block;
  width: fit-content;
  padding: 0.5em 2em;
  border-radius: 8px;
  position: relative;
  min-width: 6em;
  margin-bottom: 0.5em;
}

section .smart_button select.option_hm{
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    width: 5em;
    text-align: right;
}

section .normal {
  font-size: 14px;
}

section .contents {
  margin-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 896px) {
  section .contents {
    margin-top: 40px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 896px) {
  section .button a {
    padding: 15px 25px;
    font-size: 16px;
  }
}

section .baloon {
  display: flex;
  flex-wrap:wrap;
  margin-top: 1em;
}
@media screen and (max-width: 896px) {
  section .baloon  {
    justify-content: space-around;
  }
}

section .baloon span {
  border: 1px solid var(--main-color);
  border-radius: 8px;
  padding: 0 0.5em;
  margin:2px;
  min-width: 10em;
  height:2em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  section .baloon span {
    min-width: 6em;
  }
}
section footer.option_item{
    border: 1px #ddd solid;
    border-radius: 8px;
    padding: 1em;
    background-color: #eee;
    align-items: center;
}

section .item footer.option_item div.price{
    font-weight: 700;
    font-size:150%;
    text-align: right;
}

section.header{
  padding: 1em 0 0;
}

/*=========================================
kv　キービジュアル
===========================================*/
section.kv {
  padding: 0;
  text-align: center;
}
section.kv img{
  max-width: 100%;
  margin: 0 auto;
}

/*=========================================
vam　ビジュアル＆メッセージ
===========================================*/
section.vam {
  background: var(--light-gray);
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 896px) {
  section.vam {
    min-height: 500px;
    padding: 30px 0;
  }
}

section.vam p {
  font-size: 22px;
  position: relative;
  z-index: 100;  
}

section.vam .button {
  margin: 21px 0;
  position: relative;
  z-index: 100;  
}

section.vam h1{
  position: relative;
  z-index: 100;  
}

section.vam .img_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(440px, 35.0520833vw, 673px);
}
@media screen and (max-width: 896px) {
  section.vam .img_box {
    width: 300px;
  }
}
section.vam .img_box img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  section.vam .img_box img {
    opacity: 0.4;
  }
}

/*=========================================
mesText　メッセージ
===========================================*/
section.mesText {
  min-height: 600px;
  position: relative;
}
@media screen and (max-width: 896px) {
  section.mesText {
    min-height: 500px;
    padding: 30px 0;
  }
}

section.mesText p {
  font-size: 22px;
  position: relative;
  z-index: 100;  
}

section.mesText .button {
  margin: 21px auto;
  position: relative;
  z-index: 100;  
}

section.mesText h1{
  position: relative;
  z-index: 100;  
}

section.mesText .img_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(440px, 35.0520833vw, 673px);
}
@media screen and (max-width: 896px) {
  section.mesText .img_box {
    width: 300px;
  }
}
section.mesText .img_box img {
  width: 100%;
}

/*=========================================
予約に進むボタン
===========================================*/

section.goto_reservation {
  padding: 10px 0 30px;
  background-color: var(--gray);
}
section.goto_reservation .inner{
  text-align: center;
}

section.goto_reservation .button a {
  background: var(--main-color);
}
/*=========================================
特徴紹介
===========================================*/
section.detail .item {
  display: flex;
  flex-wrap : wrap;
  justify-content: space-between;
}

section.detail .item .text_box_introduction {
  padding: 1em;
  margin:0 1em;
  width:60%;
}
@media screen and (max-width: 896px) {
  section.detail .item .text_box_introduction {
    width:100%;
    margin-bottom:1em;
  }
}

section.detail .item .text_box_items {
  margin:0 0 0 1em;
  width:35%;
}
@media screen and (max-width: 896px) {
  section.detail .item .text_box_items {
    width:100%;
  }
}

section.detail .item .text_box_items dt {
  font-weight: 700;
}

section.detail .item .text_box_items dd {
  padding: 0 0 1em 2em;
}

section.detail .item .text_box_items dd li {
  list-style: decimal-leading-zero;
  margin-left:2em;
}

/*=========================================
特徴紹介
===========================================*/
section.feature .item {
  display: flex;
  margin-top: 55px;
}
@media screen and (max-width: 896px) {
  section.feature .item {
    display: block;
    margin-top: 40px;
  }
}

section.feature .text_box {
  width: 43%;
}
@media screen and (max-width: 896px) {
  section.feature .text_box {
    width: 100%;
  }
}

section.feature .item-number{
  font-size: 32px;
  display: none;
}

section.feature .item-number:before {
  counter-increment: feature_no 1;      /* number カウンタの増加数をセット */
  content: counter(feature_no, decimal-leading-zero) " ";      /* 表示形式を指定 */
}
@media screen and (max-width: 896px) {
  section.feature .item-number {
    line-height: 1;
  }
}

section.feature .img_box {
  width: 57%;
  margin: auto;
}
@media screen and (max-width: 896px) {
  section.feature .img_box {
    width: 100%;
  }
}

section.feature .item-img {
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 896px) {
  section.feature .item-img {
    margin-top: 10px;
  }
}
section.feature .item-img img {
  width: 90%;
}
@media screen and (max-width: 896px) {
  section.feature .item-img img {
    width: 80%;
  }
}

section.feature .item:nth-child(even) {
  flex-direction: row-reverse;
}

/*=========================================
panels　パネルセクション
===========================================*/
section.panels .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 24px;
}
@media screen and (max-width: 896px) {
  section.panels .items {
    grid-template-columns: 1fr 1fr;
  }
}

section.panels .item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 122px;
  margin: auto;
  position: relative;
}
section.panels .item-img::after {
  position: absolute;
  content: "";
  width: 122px;
  height: 122px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
section.panels .item-img img{
  max-width: 88px;
  max-height: 75px;
}

section.panels dt {
  font-weight: 700;
  font-size: 15px;
  margin-top: 26px;
  text-align: center;
  line-height: 1.448;
}

section.panels dd {
  font-size: 13px;
  font-weight: 400;
  margin-top: 14px;
  line-height: 1.4476923077;
}


/*=========================================
qa
===========================================*/
section.qa .item {
  margin-top: 21px;
}

section.qa .q {
  background-color: var(--main-color);
  font-weight: 700;
  font-size: 20px;
  padding: 25px 10px 25px 160px;
  position: relative;
}
@media screen and (max-width: 896px) {
  section.qa .q {
    padding: 10px 10px 10px 50px;
    font-size: 14px;
  }
}
section.qa .q::before {
  position: absolute;
  content: "Q";
  font-family: var(--en-font);
  font-size: 32px;
  font-weight: 600;
  color: #000;
  background: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 50%;
  margin-left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 896px) {
  section.qa .q::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    margin-left: -35px;
  }
}

section.qa .a {
  padding: 25px 10px 25px 160px;
}
section.qa .a img{
  max-width:60%;
  float: left;
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 896px) {
  section.qa .a {
    padding: 10px 10px 10px 10px;
  }
  section.qa .a img{
    max-width:100%;
    float: left;
    margin: 0 15px 15px 0;
  }
}

/*=======================================================
# お知らせ
=======================================================*/
section.news .item {
  padding: 40px 0;
  border-top: 1px solid var(--gray);
}
@media screen and (max-width: 896px) {
  section.news .item {
    padding: 20px 0;
  }
}
section.news .item:last-child {
  border-bottom: 1px solid var(--gray);
}

section.news .item-day {
  display: block;
  font-weight: 500;
  position: relative;
}
section.news .item-day::after {
  position: absolute;
  content: "お知らせ";
  font-size: 12px;
  font-weight: 500;
  color: #000;
  background-color: var(--main-color);
  padding: 2px 16px;
  margin-left: 30px;
}

section.news .item-title {
  font-weight: 500;
  font-size: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 896px) {
  section.news .item-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

section.news .item-text {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  section.news .item-text {
    margin-top: 20px;
  }
}

/*=========================================
お問い合わせ
===========================================*/
section.form {
  width: 100%;
  margin: 50px auto 0;
}

.contact__p {
  display: block;
  font-weight: 400;
}

.row {
  margin-top: 32px;
}
@media screen and (max-width: 896px) {
  .row {
    margin-top: 20px;
  }
}

.contact dt {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 896px) {
  .contact dt {
    font-size: 14px;
  }
}

.is-required {
  position: relative;
}
.is-required::after {
  position: absolute;
  content: "必須";
  background: #FF626F;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 20px;
  margin-top: 2px;
}
@media screen and (max-width: 896px) {
  .is-required::after {
    margin-left: 10px;
    font-size: 10px;
    width: 30px;
    height: 15px;
  }
}

.contact dd {
  margin-top: 8px;
  font-size: 16px;
}
.contact dd [type=text],
.contact dd [type=email] {
  width: 100%;
  padding: 15px 32px;
  font-weight: 400;
  border: 1px solid var(--gray);
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .contact dd [type=text],
  .contact dd [type=email] {
    padding: 12px 15px;
    font-size: 14px;
  }
}
.contact dd textarea {
  width: 100%;
  padding: 15px 32px;
  font-weight: 400;
  border: 1px solid var(--gray);
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (max-width: 896px) {
  .contact dd textarea {
    padding: 12px 15px;
    font-size: 14px;
  }
}

.contact-footer-text {
  text-align: center;
}
.contact-footer-text a {
  color: #1571DA;
}

.contact-privacy {
  display: block;
}

.contact-form__submit {
  text-align: center;
  margin-top: 17px;
}
.contact-form__submit .util-link {
  font-weight: 700;
  font-size: 24px;
  padding: 23px 148px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #8F8F8F;
}
@media screen and (max-width: 896px) {
  .contact-form__submit .util-link {
    font-size: 20px;
    padding: 15px 50px;
  }
}
.contact-form__submit .util-link.-active {
  color: #000;
  cursor: pointer;
}

.-active {
  color: #000;
}

/*=========================================
chart
===========================================*/

section.chart .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 896px) {
  section.chart .table-row {
    padding: 20px 0;
  }
}

section.chart .table-dt {
  width: 25%;
  padding-left: 40px;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  section.chart .table-dt {
    padding-left: 0;
    width: 30%;
  }
}

section.chart .table-dd {
  width: 85%;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 896px) {
  section.chart .table-dd {
    font-size: 14px;
    width: 70%;
  }
}


/*=========================================
フォトギャラリー
===========================================*/
section.photo dl {
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  gap: 23px;
  margin-top: 15px;
}
@media screen and (max-width: 896px) {
  section.photo dl {
    margin-top: 40px;
  }
}

section.photo dl .photo_item {
  padding: 22px 12px;
  border: 1px solid #000;
  border-radius: 8px;
  max-width: 30%;
}
@media screen and (max-width: 896px) {
  section.photo dl .photo_item {
    display: block;
    margin: 30px auto 0;
    max-width: 45%;
  }
}

section.photo dl .photo_item figure {
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  min-height: 90px;
  background-color: var(--dark-gray);
}
section.photo dl .photo_item figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 200px;
}
section.photo dl .photo_item figure figcaption{
  width: 100%;
  padding: 3px 5px;
  color:#fff;
  text-align: center;
}

/*=========================================
予約一覧
===========================================*/
/* section.flyer .item , */
section.questionnaire .questionnaireList,
section.flyer .booking,
section.flyer .option{
  border: 1px solid #000;
  border-radius: 8px;
  padding: 22px 12px;
  margin-bottom: 21px;
  display: flex;
  justify-content:space-between;
  align-items: center;
}

section.flyer .booking .booking_button,
section.flyer .option .option_button{
  display: flex;
}
@media screen and (max-width: 896px) {
  section.flyer .booking,
  section.flyer .option{
    flex-wrap: wrap;
  }
  
  section.flyer .booking .booking_button,
  section.flyer .option .option_button{
   justify-content: space-between;
   width: 100%;
   flex-wrap: wrap;
  }
}


section.flyer .closed_item {
  opacity: 0.3;
}
section.flyer .item .points{
  text-align:right;
  font-size: 20px;
}
section.flyer .item .image {
  float:left;
  max-width: 30%;
  margin-right: 1em;
}

section.flyer .item .image img {
  width: 100%;
}

section.flyer .item footer {
  clear: both;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0.5em;
}
@media screen and (max-width: 896px) {
  section.flyer .item footer {
    display: block;
    width:auto;
  }
}

section.flyer .item footer h3  {
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  section.flyer .item footer h3 {
    width: 100%;
    text-align: right;
  }
}

section.flyer .booking .price,
section.flyer .option .price{
  font-size:160%;
  font-weight: 600;
  margin-right: 1em;
}
section.flyer .item footer .price  {
  font-size:120%;
}
@media screen and (max-width: 896px) {
  section.flyer .item footer .price  {
  }
}

section.flyer .option{
    width: 100%;
}

section.flyer .option.notChoice{
  background-color: #ddd;
}
section.flyer .option.choiced{
  background-color: var(--main-color);
}
    

/*=========================================
レビュー
===========================================*/
section.review header {
  text-align: center;
  font-size: clamp(28px, 2.08333333vw, 32px);
}
section.review header .points{
  font-size: 150%;
}

section.flyer .item,
section.review .item{
  border: 1px solid #000;
  border-radius: 8px;
  padding: 1em;
  margin-bottom:1em;
  min-height: 14em;
  clear:both;
  background-color: #fefefe;
}

section.review .item .star_box{
  font-size: 14px;
  float:left;
  margin: 0 1em 1em 0;
  padding: 1em;
  text-align: center;
}
section.review .item .star_box .points ,
section.review .item .star_box .times_number{
  font-size: 26px;
}
/*=========================================
レビューの星部分
===========================================*/
.review_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: var(--gray);
}



.review_rating:before, .review_rating:after{
  content: '★★★★★';
}

.review_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.review_rating[data-rate="5"]:after{  width: 100%; } 
.review_rating[data-rate="4.9"]:after{  width: 98%; }
.review_rating[data-rate="4.8"]:after{  width: 96%; }
.review_rating[data-rate="4.7"]:after{  width: 94%; }
.review_rating[data-rate="4.6"]:after{  width: 92%; }
.review_rating[data-rate="4.5"]:after{  width: 90%; }
.review_rating[data-rate="4.4"]:after{  width: 88%; }
.review_rating[data-rate="4.3"]:after{  width: 86%; }
.review_rating[data-rate="4.2"]:after{  width: 84%; }
.review_rating[data-rate="4.1"]:after{  width: 82%; }
.review_rating[data-rate="4"]:after{  width: 80%; }
.review_rating[data-rate="3.9"]:after{  width: 78%; }
.review_rating[data-rate="3.8"]:after{  width: 76%; }
.review_rating[data-rate="3.7"]:after{  width: 74%; }
.review_rating[data-rate="3.6"]:after{  width: 72%; }
.review_rating[data-rate="3.5"]:after{  width: 70%; }
.review_rating[data-rate="3.4"]:after{  width: 68%; }
.review_rating[data-rate="3.3"]:after{  width: 66%; }
.review_rating[data-rate="3.2"]:after{  width: 64%; }
.review_rating[data-rate="3.1"]:after{  width: 62%; }
.review_rating[data-rate="3"]:after{  width: 60%; }
.review_rating[data-rate="2.9"]:after{  width: 58%; }
.review_rating[data-rate="2.8"]:after{  width: 56%; }
.review_rating[data-rate="2.7"]:after{  width: 54%; }
.review_rating[data-rate="2.6"]:after{  width: 52%; }
.review_rating[data-rate="2.5"]:after{  width: 50%; }
.review_rating[data-rate="2.4"]:after{  width: 48%; }
.review_rating[data-rate="2.3"]:after{  width: 46%; }
.review_rating[data-rate="2.2"]:after{  width: 44%; }
.review_rating[data-rate="2.1"]:after{  width: 42%; }
.review_rating[data-rate="2"]:after{  width: 40%; }
.review_rating[data-rate="1.9"]:after{  width: 38%; } 
.review_rating[data-rate="1.8"]:after{  width: 36%; } 
.review_rating[data-rate="1.7"]:after{  width: 34%; } 
.review_rating[data-rate="1.6"]:after{  width: 32%; } 
.review_rating[data-rate="1.5"]:after{  width: 30%; } 
.review_rating[data-rate="1.4"]:after{  width: 28%; } 
.review_rating[data-rate="1.3"]:after{  width: 26%; } 
.review_rating[data-rate="1.2"]:after{  width: 24%; } 
.review_rating[data-rate="1.1"]:after{  width: 22%; } 
.review_rating[data-rate="1"]:after{  width: 20%; }
.review_rating[data-rate="0.9"]:after{  width: 18%; } 
.review_rating[data-rate="0.8"]:after{  width: 16%; } 
.review_rating[data-rate="0.7"]:after{  width: 14%; } 
.review_rating[data-rate="0.6"]:after{  width: 12%; } 
.review_rating[data-rate="0.5"]:after{  width: 10%; } 
.review_rating[data-rate="0.4"]:after{  width: 8%; } 
.review_rating[data-rate="0.3"]:after{  width: 6%; } 
.review_rating[data-rate="0.2"]:after{  width: 4%; } 
.review_rating[data-rate="0.1"]:after{  width: 2%; } 
.review_rating[data-rate="0"]:after{  width: 0%; }

/*=========================================
フッター
===========================================*/
footer.footer {
  background: var(--light-gray);
}
footer.footer .logo {
  text-align: center;
  padding: 70px 0 1em;
  font-size: 32px;
  font-weight: 700;
  margin:0;
}
@media screen and (max-width: 896px) {
  footer.footer .logo {
    padding: 30px 0 1em;
    font-size: 24px;
  }
}

footer.footer .inner{
  display: flex;
  justify-content:space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 896px) {
  footer.footer .inner {
    padding-bottom: 30px;
  }
}

footer.footer .p {
  font-family: var(--en-font);
  text-align: center;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
}
@media screen and (max-width: 896px) {
  footer.footer .p {
    padding: 10px 0;
    font-size: 12px;
  }
}

/*=========================================
topへ戻る
===========================================*/
.to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 70px;
}
@media screen and (max-width: 896px) {
  .to-top {
    right: 10px;
    bottom: 50px;
  }
}
.to-top a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/to-top.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 896px) {
  .to-top a {
    width: 30px;
    height: 30px;
  }
}

#commerce_law table{
  border-bottom: solid 1px #ddd;
  margin:30px 0;
}

#commerce_law table td{
  border-top: solid 1px #ddd;
  padding: 30px 30px;
}


/*=========================================
カード　パーツ
===========================================*/
dl.cards {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 23px;
  margin-top: 15px;
}
@media screen and (max-width: 896px) {
  dl.cards {
    display: block;
    margin-top: 40px;
  }
}

dl.cards .card {
  padding: 22px 12px;
  border: 1px solid #000;
  border-radius: 8px;
  max-width: 292px;
}
@media screen and (max-width: 896px) {
  dl.cards .card {
    display: block;
    margin: 30px auto 0;
  }
}

dl.cards .card-title {
  font-size: clamp(28px, 2.08333333vw, 32px);
  font-weight: 500;
  text-align: center;
  font-family: var(--en-font);
}
@media screen and (max-width: 896px) {
  dl.cards .card-title {
    font-size: 24px;
  }
}

dl.cards .card-img {
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  min-height: 90px;
}
dl.cards .card-img img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90px;
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 2em 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 999;
}
.modal-container img{
    max-width: 100%;
    max-height: 100%;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-inactive{
    opacity: 0;
    visibility: hidden;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-active{
    opacity: 1;
    visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
}
/*モーダルを閉じるボタンの指定
.closeInstructor{
    position: absolute;
    top: -1.5em;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    background: #fff;
    padding: 1em 2em;
}
@media screen and (max-width: 896px) {
  .modal-content{
      padding: 1em 0;
  }
}
.modal-contentInstructor{
    padding: 1em 0;
}
.modal-contentInstructor iframe{
    background: #fff;
}
.modal-contentInstructor p{
    width: fit-content;
    padding: 1em 2em;
    background-color: #fff;
    border-radius: 8px;
}


body#iframeBody section{
  background:#fff;
}



/*
マイページメニュー
*/
div.menuFrame{
  padding: 0 0 10vw 2vw;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
div.menuFrame div.menuBox{
  width: 22%;
  margin: 0.5em;
  background-color: #eee;
  border: solid 4px #ccc;
  border-radius: 10px;
  text-align: center;
  color: #999;
}
div.menuFrame div.menuBox h3{
  margin: 1em 0 0;
  font-size: 120%;
}
div.menuFrame div.menuBox p{
  text-align: left;
  margin:0;
  padding:1em;
}
@media screen and (max-width: 896px) {
  div.menuFrame div.menuBox{
    width: 45%;
  }
}

.option_name{
  margin-right: 2em;
}

section.questionnaire{
  padding: 1em 0;
}
section.questionnaire .width70{
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  section.questionnaire .width70{
    width: 100%;
  }
}
section.questionnaire h2{
  margin:0;
}
section.questionnaire .flexBox{
  display:flex;
  justify-content:flex-start;
  box-sizing:border-box;
  align-items: center;
  flex-wrap: wrap;
}
section.questionnaire span.label{
  font-size: 120%;
  font-weight: 600;
  width:25%;
  text-align: right;
  padding: 0 1em;
}
section.questionnaire span.form{
  width:75%;
}
section.questionnaire span.form input,
section.questionnaire span.form textarea{
  width: 100%;
  min-width: 100%;
  border-radius: 8px;
}
section.questionnaire span.form input[type="checkbox"]{
  width:1em;
  min-width: 1em;
  border-radius: 0;
}
section.questionnaire span.form input[type="radio"]{
  width:1em;
  min-width: 1em;
}

section.questionnaire div.fillIn{
  font-size: 100%;
  padding-left: 25%;
}

section.questionnaire div.img_box img{
  max-width: 100%;
  object-fit: cover;
  height: 20em;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  section.questionnaire span.label{
    width:100%;
    text-align: left;
    padding: 0;
  }
  section.questionnaire span.form{
    width:100%;
  }
  section.questionnaire div.fillIn{
    padding-left: 0;
  }
}

section .markdown_box p{
  margin:0;
}

ul.footer_menu{
  margin:1em;
}
ul.footer_menu li.list__item{
  white-space: nowrap;
}

div.tradeName{
    padding: 1em 0;
    font-weight: 600;
}