/* 下層ページ */
/*Q&A　archive-qa.php*/
.qa_bk h3 {
  padding: 20px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #ebebec;
  border-top: 1px solid #ebebec;
}

.qa_bk li {
  padding: 20px;
  border-bottom: 1px dotted #eee;
}

.qa_bk dt {
  padding-bottom: 20px;
  font-weight: bold;
}

.qa_bk dt span,
.qa_bk dd span {
  display: inline-block;
  margin-left: 40px;
  margin-top: 5px;
  line-height: 1.6;
}

.qa_bk dt::before {
  content: "Q";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  color: #86A2B7;
  position: absolute;
  font-weight: normal;
}

.qa_bk dd::before {
  content: "A";
  display: inline-block;
  font-size: 3rem;
  padding-right: 10px;
  position: absolute;
}

/* ページ内リンク追加分 20250519 */
.qa_top_btn {
  margin: 30px;
}

.qa_top_btn ul {
  width: 85%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.qa_top_btn li {
  background-color: unset;
  border-radius: 10px;
  position: relative;
  width: auto;
  padding: 10px;
  text-align: center;
  margin: 1rem 0rem;
}

.qa_top_btn li a {
  display: block;
  line-height: 50px;
  color: #333;
  text-align: left;
}

/* ページ内リンク追加分 20250519  END*/
/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  /* .qa_top_btn ul {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  } */

  /* .qa_top_btn li {
    border-radius: 10px;
    position: relative;
    padding: 10px 20px;
    margin: 7px auto;
    width: 80%;
  } */
  /* 
  .qa_top_btn a {
    color: #333;
    cursor: pointer;
  } */

  .qa_top_btn li::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('arrow.png');
    background-size: 100%;
    width: 7px;
    height: 17px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
}

/*END*/
/*END*/
/* QAデザイン変更 250520 */
.qa_bk .container {
  width: 94%;
}

.qa_bk h3 {
  padding: 35px 0;
  margin: 10px 0 10px;
}

.qa_top_btn {
  margin: 0px 30px 70px;
}

.qa_top_btn li {
  margin: 10px auto;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.qa_top_btn li a {
  line-height: 24px;
}

.faq_wrap .h_ttl_middle:not(:first-of-type) {
  margin-top: 100px;
}

.faq_list {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebec;
}

@media screen and (max-width:896px) {
  .faq_list {
    margin-bottom: 10px;
  }

  .qa_top_btn ul {
    width: 100%;
  }

  .qa_top_btn li {
    padding: 9px 0px;
    margin: 4px;
    width: 118px;
  }
}

.faq_list .q_wrap {
  position: relative;
  margin-bottom: 1rem;
}

.faq_list .q_wrap::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 20px;
  right: 0;
  transition: 0.3s ease-in-out;
}

.faq_list .q_wrap.active::after {
  transform: rotate(-180deg);
}

.faq_list .question {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
}

.faq_list .question::before {
  content: "Q";
  display: inline-block;
  font-size: 2.5rem;
  color: #86A2B7;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  padding-top: 14px;
}

.faq_list .answer {
  position: relative;
  padding: 1rem 0 1rem 3rem;
}

.faq_list .answer::before {
  content: "A";
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  padding-top: 16px;
}

.qa_bk dt::before,
.qa_bk dd::before {
  display: none;
}

.qa_bk dt {
  padding-bottom: 0px;
}

/* QAデザイン変更 250520 END */
/* ------------------------------
 施設　room
------------------------------ */
.page_top_view img.room_top {
  object-position: 50% 80%;
}

#room {
  padding: 80px 0 0px;
}

#room h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#room p.msg,
.top_rental p.msg {
  text-align: center;
  margin-bottom: 60px;
}

#room .box {
  margin-bottom: 65px;
}

#room .map {
  background: #fff;
  padding: 40px 30px 30px;
}

#room .map img {
  margin: 0 auto;
  width: 100%;
}

#room .inner {
  display: flex;
  justify-content: space-between;
  padding: 100px 20px;
  box-sizing: border-box;
}

#room .txt {
  width: 35%;
  margin: 0 auto;
  padding: 20px 0 0 80px;
}

#room .txt p.type {
  font-size: 2rem;
  margin-bottom: 30px;
}

#room .txt table {
  border-top: 1px solid #EAECEF;
  border-bottom: 1px solid #EAECEF;
  width: 100%;
}

#room .txt_width table {
  border-top: 1px solid #EAECEF;
  border-bottom: 1px solid #EAECEF;
  width: 100%;
  margin: 0 auto;
}

#room .txt table th,
#room .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #EAECEF;
  width: 30%;
  text-align: left;
}

#room .txt table td,
#room .txt_width table td {
  width: 70%;
  font-size: 1.6rem;
  padding: 20px 25px;
  line-height: 1.5;
}

#room .txt table td {
  border-bottom: 1px dotted #EAECEF;
}

#room ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#room ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}

#room ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}

#room ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}

#room ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}

.bk_white {
  background: #fff;
}

.rm_slide {
  width: 55%;
}
.rm_slide .rm_silde_noimage{
  display: inline;
  width: 100%;
  height: auto;
}

.afm_map {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

.afm_map img {
  width: 100%;
  object-fit: cover;
  display: inline-block;
}

@media screen and (max-width:896px) {
  .afm_map {
    width: 100%;
  }
}

/*規約　続きを読む*/
.cp_box p {
  border-bottom: 1px solid #EAECEF;
  padding-bottom: 10px;
}

.cp_box ul {
  padding-top: 10px;
}

.cp_box ul li {
  padding: 10px 0;
  line-height: 1.5;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.cp_box input:checked+label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 220px;
  content: '続きをよむ';
  font-size: 16px;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #9CA4AF;
  padding: 5px 0;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 140px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box input:checked+label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked+label:after {
  content: ' 閉じる';
}

.cp_box input:checked~.cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/*PC*/
@media screen and (min-width: 897px) {
  #room .txt_width table td {
    border-bottom: 1px dotted #EAECEF;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #room .map {
    padding: 0;
  }

  #room .inner {
    flex-direction: column;
    padding: 40px 3%;
  }

  #room .txt {
    width: 80%;
    padding: 40px 0 0 0;
    margin-top: 20px;
    margin: 0 auto;
  }

  #room .txt_width table {
    width: 100%;
  }

  #room .txt table th,
  #room .txt_width table th {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 0 16px 3px;
    width: 25%;
    box-sizing: border-box;
  }

  #room .txt table td,
  #room .txt_width table td {
    width: 75%;
    font-size: 1.4rem;
    box-sizing: border-box;
  }

  #room .txt_width table th,
  #room .txt_width table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #room .txt_width table th {
    text-align: center;
  }

  #room .txt_width table td {
    border-bottom: 1px solid #EAECEF;
  }

  .rm_slide {
    width: 100%;
  }
}

/*END*/
/* ------------------------------
  食事　meal
------------------------------ */
.meal_top {
  object-position: 50% 70%;
}

#meal {
  padding: 0 0 80px;
}

#meal h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#meal .box {
  padding: 60px 30px;
}

/*画像はイメージです*/
.p_menu {
  padding: 10px 0;
  font-size: 1.4rem;
  color: #888;
}

#meal img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#meal .inner {
  display: flex;
  justify-content: space-around;
}

.me_inner {
  width: 48%;
}

@media screen and (max-width:896px) {
  .me_inner {
    width: 100%;
  }
}

#meal .txt {
  width: 52%;
  padding-left: 20px;
  box-sizing: border-box;
}

#meal .menu_p {
  border-bottom: 1px solid #EAECEF;
  font-size: 18px;
  padding-left: 3px;
}

#meal .txt ul {
  width: 100%;
}

#meal .txt ul li {
  font-size: 1.6rem;
  padding: 8px 16px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}

#meal .txt ul li::after {
  position: absolute;
  content: '・';
  width: 1px;
  top: 12px;
  left: 0;
  color: rgba(119, 119, 119, 1.00);
}

#meal .txt ul li>ul>li::after {
  position: absolute;
  content: '';
}

/*PC*/
@media screen and (min-width: 897px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #meal img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  #meal .inner {
    flex-direction: column;
  }

  #meal .box {
    padding: 60px 15px;
  }

  #meal .txt {
    width: 85%;
    padding-left: 0;
    margin: 0 auto;
  }

  #meal .menu_p {
    font-size: 16px;
  }

  #meal .txt ul li {
    font-size: 1.4rem;
    padding: 12px 0 12px 13px;
    text-align: left;
  }

  #meal .menu_p {
    margin-top: 40px;
  }
}

/*END*/
.contacts {
  width: 330px;
  margin: 100px auto 80px;
}

.contacts input.wpcf7-text {
  padding: 3px 2px;
}

/* ------------------------------
 サウナ　sauna
------------------------------ */
.page_top_view img.sauna_top {
  object-position: 50% 80%;
}

#sauna {
  padding: 80px 0 0px;
}

#sauna h4 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

#sauna p.msg,
.top_rental p.msg {
  text-align: center;
  margin-bottom: 60px;
}

#sauna .box {
  margin-bottom: 65px;
}

#sauna .map {
  background: #fff;
  padding: 40px 30px 30px;
}

#sauna .map img {
  margin: 0 auto;
  width: 100%;
}

#sauna .inner,
#sauna .inner_re {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  box-sizing: border-box;
}

#sauna .inner_re {
  flex-direction: row-reverse
}

#sauna .txt {
  width: 35%;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

#sauna .txt p.type {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  color: #333;
  text-shadow: 0 0 2px #9d9d9d;
}

#sauna .txt p.type:before {
  content: "";
  position: absolute;
  background: rgb(219 238 245 / 80%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

#sauna .txt p.type2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  color: #333;
  text-shadow: 0 0 2px #9d9d9d;
}

#sauna .txt p.type2:before {
  content: "";
  position: absolute;
  background: rgb(233 233 233 / 80%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

#sauna .txt table {
  border-top: 1px solid #EAECEF;
  border-bottom: 1px solid #EAECEF;
  width: 100%;
}

#sauna .txt_width table {
  border-top: 1px solid #EAECEF;
  border-bottom: 1px solid #EAECEF;
  width: 100%;
  margin: 0 auto;
}

#sauna .txt table th,
#sauna .txt_width table th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px dotted #EAECEF;
  width: 30%;
  text-align: left;
}

#sauna .txt table td,
#sauna .txt_width table td {
  width: 70%;
  font-size: 1.6rem;
  padding: 20px 25px;
  line-height: 1.5;
}

#sauna .txt table td {
  border-bottom: 1px dotted #EAECEF;
}

#sauna ul.label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sauna ul.label li {
  width: 48%;
  display: flex;
  margin-bottom: 14px;
}

#sauna ul.label li p {
  padding: 20px 0;
  font-size: 1.6rem;
}

#sauna ul.label li .green {
  width: 40%;
  color: #fff;
  background: #19a495;
  text-align: center;
  font-weight: 500;
}

#sauna ul.label li .white {
  width: 60%;
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}

#sauna .rm_slide {
  width: 55%;
}

#sauna .rm_slide img {
  width: 100%;
}

/*PC*/
@media screen and (min-width: 897px) {
  #sauna .txt_width table td {
    border-bottom: 1px dotted #EAECEF;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  #sauna .box {
    margin-bottom: 0;
  }

  #sauna .map {
    padding: 0;
  }

  #sauna .inner,
  #sauna .inner_re {
    flex-direction: column;
    padding: 40px 3%;
  }

  #sauna .txt {
    width: 90%;
    padding: 40px 0 0 0;
    margin-top: 20px;
    margin: 0 auto;
  }

  #sauna .txt_width table {
    width: 100%;
  }

  #sauna .txt table th,
  #sauna .txt_width table th {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 16px 0 16px 3px;
    width: 25%;
    box-sizing: border-box;
  }

  #sauna .txt table td,
  #sauna .txt_width table td {
    width: 75%;
    font-size: 1.4rem;
    box-sizing: border-box;
  }

  #sauna .txt_width table th,
  #sauna .txt_width table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #sauna .txt_width table th {
    text-align: center;
  }

  #sauna .txt_width table td {
    border-bottom: 1px solid #EAECEF;
  }

  #sauna .rm_slide {
    width: 100%;
  }
}

.roomnamelinkbox {
  padding: 1.5em 2em;
  margin: 4em 0;
  border: solid 2px #000000;
}

.roomnamelinkbox .boxinner {
  margin: 0;
  padding: 0;
}

.roomnamelinkbox .boxinner p {
  font-weight: bold;
}

#page-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

#page-link li {
  margin-bottom: 20px;
}

#page-link li a {
  color: #333;
  padding: 0 20px;
  text-decoration: none;
  line-height: 1.5;
}

#page-link li a::before {
  content: '▼';
  font-size: 0.8rem;
  padding: 0 10px 0 0;
  color: #222;
}

@media screen and (max-width:896px) {
  #page-link {
    padding: 20px 0;
    justify-content: left;
  }
}

/* ------------------------------
 カフェ　cafe
------------------------------ */
#cafe {
  padding: 80px 0 0px;
}

#cafe .about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#cafe .img {
  width: 45%;
  margin: 5px;
}

#cafe .img img {
  width: 100%;
  border-radius: 5px;
}

#cafe .txt {
  width: 45%;
  margin: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#cafe .about .txt dl {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

#cafe .about .txt dt {
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 10px;
}

#cafe .about .txt dd {
  margin-left: 0;
  font-size: 1.6rem;
  color: #555;
  padding: 10px;
}

#cafe .about .txt .close ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#cafe .about .txt .close ul li {
  font-size: 1.6rem;
  color: #555;
  padding: 10px 0;
}

#cafe h3 {
  text-align: center;
  font-size: 3.6rem;
  color: #72bdcc;
  padding: 10px;
  margin-bottom: 50px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Noto Sans", 'GFS Neohellenic', sans-serif;
}

#cafe .menu_box h4 {
  background: #72bdcc;
  color: #fff;
  padding: 8px 30px;
  border-radius: 20px;
  font-size: 2rem;
  width: fit-content;
  margin-left: 12px;
  margin-bottom: 5px;
}

#cafe .menu_box h4.left {
  margin-right: 12px;
  margin-left: auto;
}

#cafe .menu_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

#cafe .reverse {
  flex-direction: row-reverse;
}

#cafe .menu_type .txt ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

#cafe .menu_type .txt dt {
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 10px;
}

#cafe .menu_type .txt dd {
  margin-left: 0;
  font-size: 1.6rem;
  color: #555;
  padding: 10px;
}

#cafe .menu_type .txt ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-bottom: 1px solid #ddd;
}

#cafe .menu_type .txt ul li {
  font-size: 1.6rem;
  color: #555;
  padding: 10px 0;
  font-weight: bold;
  padding: 10px;
  line-height: 1.5;
}

#cafe .yoko_box {
  align-items: unset;
}

#cafe .about .yoko {
  width: 45%;
}

#cafe .about .yoko .img {
  width: 100%;
}

#cafe .about .yoko .txt {
  width: 100%;
}

#cafe .yoko .menu_type {
  display: block;
  margin-bottom: 80px;
}

span.off {
  color: #72bdcc;
  font-weight: bold;
}

@media screen and (max-width:896px) {
  #cafe .img {
    width: 100%;
    margin: 0;
  }

  #cafe .txt {
    width: 100%;
  }

  #cafe .about .txt {
    text-align: center;
  }

  #cafe h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  #cafe .menu_box h4 {
    font-size: 1.6rem;
    margin-left: 8px;
    padding: 6px 25px;
  }

  #cafe .menu_box h4.left {
    margin-right: 0px;
    margin-left: 12px;
  }

  #cafe .about .yoko {
    width: 48%;
  }

  #cafe .about .yoko .txt {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  #cafe .about .yoko .mb_40 {
    margin-bottom: 40px !important;
  }

  #cafe .about .yoko .txt ul li {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 5px;
  }

  #cafe .about .yoko .txt p {
    font-size: 1.4rem;
  }
}

/* ビーチページ　250428 */

#beach .txt {
  width: 100%;
}

#beach .menu_type {
  margin-bottom: 150px;
}

#beach .mt_20 {
  margin-bottom: 0px;
}

@media screen and (min-width:897px) {
  #beach .txt {
    width: 52%;
  }

  #beach .menu_type .img img {
    opacity: 0;
    transform: scale(0.8);
    /* 初期サイズを設定 */
    transform-origin: center center;
    /* デフォルト */
    transition: transform 0.3s ease-in-out;
    /* 滑らかな変化のためのトランジション */
  }

  #beach .menu_box:hover .menu_type .img img {
    display: block;
    opacity: 1;
  }

  #beach .menu_box:hover .menu_type .img.animation img {
    transform: scale(1) rotate(-7deg);
    /* 拡大と回転を同時に適用 */
  }

  #beach .menu_box:hover .menu_type.reverse .img img {
    transform: scale(1) rotate(7deg);
    /* 拡大と回転を同時に適用 */
  }
}

#beach .image_circle div {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center;
  object-fit: cover;
  margin: 2px;
  background-position: 26% 65%;
}

#beach .image_circle1 {
  background-image: url(../img/beach/circle1.jpg);
}

#beach .image_circle2 {
  background-image: url(../img/beach/circle2.jpg);
}

#beach .image_circle3 {
  background-image: url(../img/beach/circle3.jpg);
}

#beach .menu_box h4 {
  margin-top: 50px;
}

#beach .image_circle {
  width: 100%;
  justify-content: space-evenly;
  margin-top: 20px;
}

#beach .image_circle p {
  text-align: center;
  margin-top: 1rem;
}

#beach .sub {
  width: 50%;
  margin: 0 0 0 auto;
}

#beach .sub.sub_reverse {
  margin: 0 auto 0 0;
}

#beach .sub img {
  width: 100%;
  border-radius: 5px;
}

#beach .sub p {
  margin-top: 1rem;
}

#beach table {
  font-size: 1.5rem;
}

#beach table th {
  padding: 1rem;
  width: 30%;
}

#beach table td {
  padding: 1rem;
}

/* 予約ボタン 250507*/
.button-summer {
  display: inline-block;
  background: linear-gradient(135deg, #3acfd5 0%, #3a4ed5 100%);
  color: #fff;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (max-width:896px) {}

.button-summer a:hover {
  background: #58ADD0;
  color: white;
  border: 1px solid white;
}

/* 予約ボタン 250507 end*/
@media screen and (max-width:896px) {
  #beach h3 {
    font-size: 2.2rem;
  }

  #beach .menu_type {
    margin-bottom: 100px;
  }

  #beach .sub {
    width: 100%;
    margin: 0 auto;
  }

  #beach .image_circle div {
    width: 100px;
    height: 100px;
  }
}

/* スクロール時に画像を拡大表示 */
@media screen and (max-width:896px) {

  #beach .animation {
    /* width: 250px; */
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  #beach .animation img {
    vertical-align: middle;
    transform: scale(0);
    transition: all .3s ease-in-out .3s;
  }

  #beach .animation.js-on img {
    transform: scale(1);
  }
}

/* スクロール時に画像を拡大表示 END*/
#beach .activity-box {
  background-color: #e8f4f8;
  /* 爽やかな水色ベース */
  border: 1px solid #b2dbe6;
  /* 優しいブルーグレーの枠 */
  border-radius: 10px;
  padding: 1.5em;
  margin: 2em 0;
  color: #2c4f56;
  /* すっきりしたネイビーブルー系 */
  font-size: 1rem;
}

#beach .activity-box .activity-title {
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 1em;
  color: #1c708b;
  /* アクアブルー系でアクセント */
}

#beach .activity-schedule {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#beach #cafe .menu_type .txt ul {
  border-bottom: unset;
}

#beach .activity-schedule li {
  margin-bottom: 0.6em;
  padding-left: 0.5em;
  line-height: 1.6;
  position: relative;
}

#beach .activity-schedule .time {
  font-weight: bold;
  color: #328fa8;
  /* 爽やかなブルーグリーン */
  margin-right: 0.4em;
}

#beach .early-checkin-box {
  background-color: #e8f4f8;
  /* 爽やかな水色ベース */
  border: 1px solid #b2dbe6;
  /* 優しいブルーグレーの境界線 */
  padding: 1.5em;
  border-radius: 10px;
  margin-top: 2em;
  font-size: 1rem;
  color: #2c4f56;
  /* ネイビーブルー */
}

#beach .early-checkin-box .checkin-lead {
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
  color: #1c708b;
  /* 深みのあるアクアブルー */
}

#beach .early-checkin-box .limited-offer {
  font-weight: bold;
  margin-top: 0.5em;
  color: #328fa8;
  /* 明るめのブルーグリーン */
}

#beach .button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 4em;
  width: 93px;
  color: #fff;
  font-size: 18px;
  background-color: #72bdcc;
  border-radius: 50px;
  transition: 0.3s;
}

#beach .button a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #72bdcc;
  border: 1px #72bdcc solid;
}

/* ビーチページ　250428 END */

/* instagram_archive */
ul.instagram_archive_ul{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
}
ul.instagram_archive_ul li{
  width: 31%;
  margin: 30px 1%;
  background-color: #dde3eb;
}

ul.instagram_archive_ul li .list_instagram_img{
  display: inline-block;
  position: relative;
  width: 100%;
}
ul.instagram_archive_ul li .list_instagram_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
ul.instagram_archive_ul li .list_instagram_img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 0 0;
}
ul.instagram_archive_ul li .list_instagram_note{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
ul.instagram_archive_ul li .list_instagram_note h3.food_content__ttl a{
  word-break: break-all;
  line-height: 1.7;
}

/* instagram_main_contents */
.instagram_main_contents{
  width: 100%;
  margin: 30px 0;
}
.instagram_main_contents h1.insta_title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.instagram_contents{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.instagram_contents .instagram_img_box{
  width: 60%;
}
.instagram_contents .instagram_img_box .instagram_img{
  width: 100%;
}
.instagram_contents .instagram_img_box .instagram_img img{
  display: initial;
  width: 100%;
  height: auto;
}
.instagram_contents .instagram_note{
  width: 37%;
  margin-left: 3%;
}
@media screen and (max-width:896px) {
  ul.instagram_archive_ul li{
    width: 48%;
    margin: 15px 1%;
  }
  .instagram_main_contents{
    margin: 0;
  }
  .instagram_contents .instagram_img_box{
    width: 100%;
  }
  .instagram_contents .instagram_note{
    width: 100%;
    margin-left: 0%;
    margin-top: 30px;
  }
}