@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper a {
  word-break: break-all;
}

#wrapper img {
  vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }
}

.text_red {
  color: #B20202;
  border-bottom: 1px solid #B20202;
}

.text_bold {
  font-weight: bold;
}

.text_normal {
  font-weight: normal;
}

.text_center {
  text-align: center;
}

.text_font_sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.attention {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

.box {
  background: rgba(243, 243, 243, 1.00);
  padding: 20px 30px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: left;
}

.credit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 2px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  width: fit-content;
  margin: 5px 35px 5px auto;
  border-radius: 15px;
}

@media screen and (max-width: 759.9px) {
  .credit {
    margin: 5px 10px 5px auto;
  }
}

/* point04 credit用 */
.credit04_parent {
  position: relative;
}

.credit04 {
  position: absolute;
  bottom: 20px;
  right: -3px;
  padding: 0 10px 2px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  width: fit-content;
  margin: 5px 35px 5px auto;
  border-radius: 15px;
}

@media screen and (max-width: 759.9px) {
  .credit04 {
    margin: 0px auto;
    bottom: 0;
    right: 5px;
  }
}




.mgn_btm20 {
  margin-bottom: 20px;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

a.godetail {
  width: 90%;
  max-width: 350px;
  display: block;
  margin: 50px auto;
  line-height: 65px;
  text-align: center;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: auto 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 1000;
}

a.godetail:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 0.8;
}

a.godetail_gray {
  width: 90%;
  max-width: 350px;
  display: block;
  margin: 50px auto;
  line-height: 65px;
  text-align: center;
  text-decoration: none;
  background: url("../images/button_gray.png") no-repeat center bottom;
  background-size: auto 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 1000;
  pointer-events: none;
}

a.gotop {
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

a.gotop:hover {
  opacity: 0.8;
}

/*--------.page_roof-------------*/
.page_roof {
  position: relative;
  width: 100%;
  background: url("../images/topback_l.jpg") no-repeat center left, url("../images/topback_r.jpg") no-repeat center right;
  background-size: contain, contain;
  padding-top: 450px;
}

.page_roof h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_roof h2 img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 759.9px) {
  .page_roof {
    padding-top: 40%;
  }
}

/*-------------ナビ-   --------------*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media screen and (min-width: 760px) {
  #pageNav nav {
    background: url("../images/bg_menu.png") repeat-x top;
    background-size: auto 100%;
    width: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
  }

  #pageNav nav ul a,
  #pageNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #pageNav nav ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #pageNav nav ul:first-child {
    border-bottom: 1px solid #b8860b;
  }

  #pageNav nav ul a {
    flex-grow: 1;
    height: 55px;
    background: url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }

  #pageNav nav ul a:first-child {
    background: url("../images/menu_line.svg") no-repeat center left,
      url("../images/menu_line.svg") no-repeat center right;
    background-size: 1px;
  }

  #pageNav nav ul a li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  #pageNav nav ul a li p {
    text-align: center;
  }

  /*#pageNav nav ul a li:after{
    font-family: "Font Awesome 5 Free";
    content: "\F107";
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
  }*/
  #pageNav .nav_btnOpen {
    display: none;
  }
}

/****スマホメニュー****/
@media screen and (max-width: 759.9px) {
  #pageNav nav {
    display: none;
  }

  .nav_btnOpen {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #DAA520;
    color: #FFFFFF;
  }

  .nav_btnOpen:after {
    content: "▼　ホテルを選ぶ ▼";
  }

  .nav_btnClose {
    width: 100%;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    background: #DAA520;
    color: #FFFFFF;
  }

  .nav_btnClose:after {
    content: "閉じる";
  }

  #pageNav nav {
    background: #DAA520;
    width: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
  }

  #pageNav nav ul a,
  #pageNav nav ul a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
  }

  #pageNav nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #pageNav nav ul a {
    width: 100%;
  }

  #pageNav nav ul a li {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 0;
    text-align: center;
  }
}


/*-------------トップリード   --------------*/
.paddingTop {
  /*----メニューバーを固定したとき余白追加----*/
  padding-top: 80px;
}

#pageTopLead {
  background: #eeeeee;
  margin: 0;
}

#pageTopLead>.inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 10px;
  text-align: center;
}

#pageTopLead>.inner p {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}

#pageTopLead>.inner img {
  width: 100%;
}

@media screen and (max-width: 759.9px) {
  #pageTopLead>.inner p {
    font-size: 110%;
  }
}

/*-------------ページコンテンツ背景  --------------*/

#point01 {
  width: 100%;
  background: linear-gradient(rgba(255, 250, 225, 0.1) 0%, rgba(255, 250, 225, 1) 30%), url("../images/shinapri_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#point02 {
  width: 100%;
  background: linear-gradient(rgba(230, 245, 250, 0.1) 0%, rgba(230, 245, 250, 1) 30%), url("../images/takanawa_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#point03 {
  width: 100%;
  background: linear-gradient(rgba(250, 240, 255, 0.1) 0%, rgba(250, 240, 255, 1) 30%), url("../images/shintaka_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#point04 {
  width: 100%;
  background: linear-gradient(rgba(240, 255, 230, 0.1) 0%, rgba(240, 255, 230, 1) 30%), url("../images/sakura_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#point05 {
  width: 100%;
  background: linear-gradient(rgba(255, 245, 247, 0.1) 0%, rgba(255, 245, 247, 1) 30%), url("../images/park_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#point06 {
  width: 100%;
  background: linear-gradient(rgba(188, 186, 206, 0.1) 0%, rgba(188, 186, 206, 1) 30%), url("../images/monte_hermana_kobe_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#point07 {
  width: 100%;
  background: linear-gradient(rgba(250, 208, 158, 0.1) 0%, rgba(250, 208, 158, 1) 30%), url("../images/himeji_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#point08 {
  width: 100%;
  background: linear-gradient(rgba(165, 201, 193, 0.1) 0%, rgba(165, 201, 193, 1) 30%), url("../images/kyoto_gaikan.jpg")no-repeat;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  position: relative;
  margin-bottom: 10px;
  padding-top: 200px;
}

@media screen and (max-width: 759.9px) {
  .pageContent {
    padding-top: 60px;
  }
}

.pageContent>.inner {
  width: 80%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.pageContent h1 {
  font-size: 240%;
  font-weight: bold;
}

.pageContent h1.hotel_logo {
  text-align: center;
}

.pageContent h1.hotel_logo img {
  width: 50%;
}

.pageContent .deco {
  font-weight: normal;
  padding: 0 35px;
  background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
  background-size: auto 90%;
}

.pageContent .point_roof {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 10px;
}

@media screen and (min-width: 760px) {
  .pageContent .point_roof {
    width: 94%;
    margin: 0 auto;
  }
}

.pageContent .point_roof>h2 {
  font-size: 240%;
  font-weight: bold;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100px;
  padding-top: 100px;
}

.pageContent .point_roof p {
  font-size: 130%;
  margin: 0 0 30px;
}

.pageContent .point_roof img {
  width: 100%;
  margin-bottom: 20px;
}

.pageContent .yoyaku {
  margin: 10px;
}

.pageContent .yoyaku h2 {
  font-size: 130%;
}

.pageContent .yoyaku a {
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  display: inline-block;
  margin: 20px;
}

.pageContent dl dt img {
  width: 100%;
  margin: 0;
}

.pageContent dl dd h3 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 10px;
}

#point01 dl dd h3 {
  color: #6C3524;
}

#point02 dl dd h3 {
  color: #006A6C;
}

#point03 dl dd h3 {
  color: #47266E;
}

#point04 dl dd h3 {
  color: #006A6C;
}

#point05 dl dd h3 {
  color: #E9BC00;
}

#point06 dl dd h3 {
  color: #4D4398;
}

#point07 dl dd h3 {
  color: #622D18;
}

#point08 dl dd h3 {
  color: #004D25;
}


@media screen and (max-width: 759.9px) {
  .pageContent dl dd h3 {
    font-size: 160%;
  }

  .pageContent .point_roof>h2 {
    font-size: 150%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 70px;
    padding-top: 70px;
  }

  .pageContent .point_roof p {
    font-size: 120%;
    margin: 0 0 30px;
  }
}

@media screen and (min-width: 760px) {
  .pageContent dl.hotel_intro {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }

  .pageContent .hotel_intro dt {
    width: 100%;
    margin: 0;
  }

  .pageContent .hotel_intro dt>img {
    width: 94%;
    padding-bottom: 20px;
  }

  .pageContent .hotel_intro dd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(94% + 2px);
    height: calc(100% - 20px);
    padding: 15px 0px 0px 20px;
    margin: 0 auto;
    text-align: left;
    z-index: 20;
    background: url(../images/bg_hotel_comment.png) no-repeat top -1px left;
    background-size: 101%;
  }

  .pageContent .hotel_intro dd p {
    line-height: 2;
  }
}

@media screen and (max-width: 759.9px) {
  .pageContent dl.hotel_intro {
    width: 100%;
    margin-bottom: 30px;
  }

  .pageContent .hotel_intro dt {
    width: 100%;
    margin: 0;
  }

  .pageContent .hotel_intro dt img {
    width: 100%;
  }

  .pageContent .hotel_intro dd {
    width: 100%;
    height: 100%;
    padding: 10px 20px 20px;
    margin: 0;
    text-align: left;
    z-index: 20;
    background: url(../images/bg_hotel_comment_sp.png) repeat top left #FFFFFF;
    background-size: cover;
  }

  .pageContent .hotel_intro dd p {
    line-height: 2;
  }
}

@media screen and (min-width: 760px) {
  .pageContent dl.horizon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 1%;
  }

  .pageContent dl.horizon dt {
    width: 49.5%;
    margin: 0;
  }

  .pageContent dl.horizon dd {
    width: 49.5%;
    background: #FFFFFF;
    text-align: left;
    padding: 20px 25px;
    margin: 0;
  }

  .pageContent .vertical_unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .pageContent .vertical_unit dl.vertical {
    width: 49.5%;
    margin-bottom: 1%;
    background: #FFFFFF;
  }

  .pageContent dl.vertical dd {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    margin: 0;
  }
}

@media screen and (max-width: 759.9px) {
  .pageContent>.inner {
    width: 90%;
  }

  .pageContent h1 {
    font-size: 180%;
    font-weight: bold;
  }

  .pageContent .deco {
    padding: 0 25px;
    background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
    background-size: auto 90%;
  }

  .pageContent dl.horizon {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 15px;
  }

  .pageContent dl.horizon dt {
    width: 100%;
    margin: 0;
  }

  dl.horizon.reverse {
    flex-direction: column-reverse
  }

  .pageContent .vertical_unit dl.vertical {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 20px;
  }

  .pageContent dl dd {
    width: 100%;
    background: #FFFFFF;
    text-align: left;
    padding: 20px 25px;
    margin: 0;
  }

  .pageContent dl dd h3 span:after {
    content: "\A";
    white-space: pre;
  }
}

.pageContent dl dd p {
  font-family: 'Noto Sans JP', sans-serif;
}

/*--------こども代金半額プラン-------------*/
.familyplan {
  width: 100%;
  margin: 0 auto 20px;
  border: 15px solid #efea3a;
  padding: 20px 10px;
  background: #FFFFFF;
  position: relative;
}

.familyplan h2 {
  font-size: 160%;
}

.familyplan p.lead {
  font-size: 120%;
  margin-bottom: 10px;
}

.familyplan dl.price {
  display: flex;
  justify-content: center;
  font-size: 120%;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}

.familyplan dl.price dd {
  padding: 0 0 0 10px;
}

.familyplan ul {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  justify-content: center;
  width: 80%;
  margin: 0 auto 20px;
}

.familyplan ul .otona {
  width: 50%;
  text-align: right;
  padding: 0 10px;
  font-size: 120%;
}

.familyplan ul .otona span {
  font-weight: bold;
  font-size: 110%;
}

.familyplan ul .kodomo {
  width: 50%;
  text-align: left;
  padding: 0 10px;
  font-size: 120%;
}

.familyplan ul .kodomo span {
  font-weight: bold;
  font-size: 110%;
  color: #e71e19;
}

.familyplan p.attention {
  font-size: 80%;
}

.familyplan p {
  font-size: 120%;
}

.familyplan .yoyaku {
  position: relative;
  z-index: 1;
}

.familyplan .yoyaku a {
  width: 40%;
}

.familyplan .yoyaku a {
  width: 40%;
}

@media screen and (min-width: 760px) {
  .familyplan::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -15px;
    width: 20%;
    height: 90%;
    background: url("../images/family.png")no-repeat bottom right;
    background-size: contain;
  }
}

@media screen and (max-width: 759.9px) {
  .familyplan {
    width: 90%;
    margin: 20px auto;
    border: 10px solid #efea3a;
    padding: 15px 5px;
  }

  .familyplan h2 {
    font-weight: bold;
    font-size: 150%;
  }

  .familyplan p.lead {
    font-size: 110%;
  }

  .familyplan dl.price {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 110%;
    margin: 0 auto 10px;
  }

  .familyplan dl.price dd {
    padding: 0 0 0 20px;
  }

  .familyplan ul {
    width: 100%;
    flex-direction: column;
  }

  .familyplan ul .otona,
  .familyplan ul .kodomo {
    width: 100%;
    text-align: center;
    font-size: 120%;
  }

  .familyplan .yoyaku a {
    width: 90%;
    margin-bottom: 10px;
  }

}

/*--------タワービュー確定プラン-------------*/
.towerview {
  width: 100%;
  margin: 0 auto 20px;
  border: 13px solid #ff373c;
  padding: 20px 10px;
  background: #FFFFFF;
  position: relative;
}

.towerview h2 {
  font-size: 160%;
}

.towerview p.lead {
  font-size: 120%;
  margin-bottom: 10px;
}

.towerview dl.price {
  display: flex;
  justify-content: center;
  font-size: 120%;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}

.towerview dl.price dd {
  padding: 0 0 0 10px;
}

.towerview ul {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  justify-content: center;
  width: 80%;
  margin: 0 auto 20px;
}

.towerview ul .otona {
  width: 50%;
  text-align: right;
  padding: 0 10px;
  font-size: 120%;
}

.towerview ul .otona span {
  font-weight: bold;
  font-size: 110%;
}

.towerview ul .kodomo {
  width: 50%;
  text-align: left;
  padding: 0 10px;
  font-size: 120%;
}

.towerview ul .kodomo span {
  font-weight: bold;
  font-size: 110%;
  color: #e71e19;
}

.towerview p.attention {
  font-size: 80%;
}

.towerview p {
  font-size: 120%;
}

.towerview .yoyaku {
  position: relative;
  z-index: 1;
}

.towerview .yoyaku a {
  width: 40%;
}

.towerview .yoyaku a {
  width: 40%;
}

@media screen and (min-width: 760px) {
  .towerview::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 15%;
    height: 90%;
    background: url("../images/tokyotower.png")no-repeat bottom right;
    background-size: contain;
  }
}

@media screen and (max-width: 759.9px) {
  .towerview {
    width: 90%;
    margin: 20px auto;
    border: 10px solid #ff373c;
    padding: 15px 5px;
  }

  .towerview h2 {
    font-weight: bold;
    font-size: 150%;
  }

  .towerview p.lead {
    font-size: 110%;
  }

  .towerview dl.price {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 110%;
    margin: 0 auto 10px;
  }

  .towerview dl.price dd {
    padding: 0 0 0 20px;
  }

  .towerview ul {
    width: 100%;
    flex-direction: column;
  }

  .towerview ul .otona,
  .towerview ul .kodomo {
    width: 100%;
    text-align: center;
    font-size: 120%;
  }

  .towerview .yoyaku a {
    width: 90%;
    margin-bottom: 10px;
  }

}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container {
  width: 100%;
  margin: 0 auto;

}

.swiper-container .swiper-slide {
  text-align: center;
}

@media screen and (min-width: 760px) {
  .swiper-container .swiper-wrapper {
    padding: 0 20px 20px 20px;
  }

  .swiper-container .swiper-slide img {
    width: 94%;
  }

  .swiper-container .swiper-pagination {
    bottom: 0px;
  }

}

@media screen and (max-width: 759.9px) {
  .swiper-container .swiper-pagination {
    bottom: 15px;
  }
}

.swiper-pagination-bullet-active {
  background: #B20202;
  background: #FFFFFF;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  color: #C7997A;
  font-weight: bold;
  opacity: 0.8;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  opacity: 1;
}

@media screen and (min-width: 760px) {
  .swiper-button-prev {
    left: 0px;
    top: 48%;
  }

  .swiper-button-next {
    right: 0;
    top: 48%;
  }
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev::after,
  .swiper-button-next::after {
    color: #FFF;
    opacity: 0.5;
    font-size: 20px;
  }

  .swiper-button-prev {
    left: 5px;
    top: 46%;
  }

  .swiper-button-next {
    right: 5px;
    top: 46%;
  }
}

/*--------開閉パネル-------------*/
.panel-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px) {
  #wrapper .panel_wrap {
    position: relative;
  }

  #wrapper .btnOpen {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    padding-top: 100px;
    z-index: 999;
  }

  #wrapper #point01 .btnOpen {
    background: linear-gradient(rgba(255, 235, 210, 0) 0%, rgba(255, 235, 210, 1) 150px);
  }

  #wrapper #point02 .btnOpen {
    background: linear-gradient(rgba(190, 230, 240, 0) 0%, rgba(190, 230, 240, 1) 150px);
  }

  #wrapper #point03 .btnOpen {
    background: linear-gradient(rgba(240, 230, 250, 0) 0%, rgba(240, 230, 250, 1) 150px);
  }

  #wrapper #point04 .btnOpen {
    background: linear-gradient(rgba(210, 240, 190, 0) 0%, rgba(210, 240, 190, 1) 150px);
  }

  #wrapper #point05 .btnOpen {
    background: linear-gradient(rgba(242, 213, 138, 0) 0%, rgba(242, 213, 138, 1) 150px);
  }

  #wrapper #point06 .btnOpen {
    background: linear-gradient(rgba(188, 186, 206, 0) 0%, rgba(188, 186, 206, 1) 150px);
  }

  #wrapper #point07 .btnOpen {
    background: linear-gradient(rgba(250, 208, 158, 0) 0%, rgba(250, 208, 158, 1) 150px);
  }

  #wrapper #point08 .btnOpen {
    background: linear-gradient(rgba(165, 201, 193, 0) 0%, rgba(165, 201, 193, 1) 150px);
  }

  #wrapper .btnOpen span {
    display: block;
    position: relative;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    border: 2px solid #333;
    line-height: 60px;
    font-size: 120%;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    background: #EEEEEE;
  }

  #wrapper .btnOpen span::before {
    content: "もっと見る";
  }

  #wrapper .btnOpen span::after {
    font-family: "Font Awesome 5 Free";
    content: "\F107";
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 3px;
  }

  #wrapper .panel {
    height: 350px;
    padding: 0 0 100px;
    overflow: hidden;
    opacity: 1;
    transition: 0.8s;
  }

  #wrapper .panel-trigger:checked+.btnOpen {
    width: 100%;
    height: 100px;
    background: none;
    padding-top: 0;
  }

  #wrapper .panel-trigger:checked+.btnOpen span::before {
    content: "閉じる"
      /*チェックされていたら、文言を変更する*/
  }

  #wrapper .panel-trigger:checked+.btnOpen span::after {
    font-family: "Font Awesome 5 Free";
    content: "\F106";
    font-weight: 900;
    position: absolute;
    right: 30px;
    top: 3px;
  }

  #wrapper .panel-trigger:checked~.panel {
    height: auto;
    /*チェックされていたら、高さを戻す*/
    opacity: 1;
  }
}

/*-------ご予約--------*/
#wrapper #reservation {
  width: 100%;
  padding: 30px 0;
  background: #e8e5e2;
}

/*------中止のお知らせ------*/
#wrapper .caution {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 20px;
  padding: 0 5px;
}

#wrapper .caution p {
  color: red;
  text-align: left;
  font-size: 120%;
}