@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
#lower .main_title {
  margin: 0 0 20px;
}
.anc_link_list {
  margin: 40px auto 150px;
  max-width: 850px;
}
.bgi_gradation {
  background: url(/maihama/p_common/images/bgi_contents.png) no-repeat center top / cover;
}

/*宿泊トップ*/
#rooms_top {
  background: #fafafa;
}
.reservation_box form > div {
  gap: 10px 20px;
}
#rooms_top_list {
  overflow: hidden;
}
#rooms_top_list .wrap {
  padding: 45px 0 120px;
}
#rooms_top_list .lead_txt {
  margin-bottom: 70px;
}
#rooms_top_list .room_box {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
#rooms_top_list .room_box .images {
  position: relative;
  left: -60px;
  width: 50%;
  z-index: 3;
  transform: scale(1.07);
  transform-origin: left;
}
#rooms_top_list .room_box .contents {
  padding: 50px 60px 40px 20px;
  width: 50%;
  position: relative;
  z-index: 2;
}
#rooms_top_list .room_box.reverce .contents {
  padding: 50px 20px 40px 60px;
}
#rooms_top_list .room_box .contents:before {
  content: '';
  width: 150%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#rooms_top_list .room_box .contents .cts_title {
  text-align: left;
  margin-bottom: 15px;
}
#rooms_top_list .room_box .contents p {
  color: var(--mainColor);
}
#rooms_top_list .room_box .contents .spec {
  margin: 15px 0 0 0;
  justify-content: space-between;
}
#rooms_top_list .room_box .contents .room_spec {
  margin: 25px 0 0 0;
  justify-content: flex-start;
  gap: 25px;
}
#rooms_top_list .room_box .contents .room_spec {
  margin: 25px 0 0 0;
  justify-content: flex-start;
  gap: 25px;
}
#rooms_top_list .room_box .contents .room_spec .spec_box {
  width: calc((100% - 25px*2)/3);
}
#rooms_top_list .room_box .contents .room_spec .spec_box a.btn {
  background: #fff;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  width: 100%;
  height: 88px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}
#rooms_top_list .room_box .contents .room_spec .spec_box a.btn span {
  padding: 0 0 10px;
  background: url(/maihama/p_common/images/icon/btn_circle_arrow.png) no-repeat center bottom / 14px auto;
  transition: .3s;
}
#rooms_top_list .room_box .contents .room_spec .spec_box p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 10px 0 0 0;
}
#rooms_top_list .room_box .contents .room_spec .spec_box a.btn:hover {
  background: var(--mainColor);
  color: #fff;
  opacity: 1;
}
#rooms_top_list .room_box .contents .room_spec .spec_box a.btn:hover span {
  background: url(/maihama/p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center bottom / 14px auto;
  opacity: 1;
}
#rooms_top_list .room_box.reverce {
  flex-direction: row-reverse;
}
#rooms_top_list .room_box.reverce .images {
  left: unset;
  right: -60px;
}
#rooms_top_list .room_box.reverce .contents:before {
  right: unset;
  left: 0;
}
.cancel_policy {
  width: 100%;
  display: block;
  margin: 100px 0 0 0;
}
.cancel_policy .bdr_box {
  justify-content: flex-start;
  align-items: center;
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  padding: 15px;
  flex-wrap: nowrap;
  max-width: 1000px;
  margin: 0 auto;
}
.cancel_policy .bdr_box h4 {
  width: 320px;
  text-align: center;
  font-size: 28px;
  line-height: 2em;
  font-weight: 600;
  padding: 10px 0;
  border-right: 1px solid var(--mainColor);
}
.cancel_policy .bdr_box p {
  padding: 0 35px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
}

#room_search .main_title {
  margin-bottom: 50px!important;
}
#room_search .search_wrap {
  justify-content: flex-start;
  gap: 0 60px;
}
#room_search .search_wrap .reservation_box {
  width: calc(50% + 20px);
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px 50px;
  filter: drop-shadow(2px 2px 10px rgba(0,0,0,.1));
  align-items: center;
}
#room_search .search_wrap .reservation_box h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--mainColor);
  margin: 0 0 20px;
  padding: 0;
}
#room_search .search_wrap .reservation_box h3 span {
  padding: 0 0 0 40px;
  background: url(/maihama/p_common/images/icon/hotel.png) no-repeat left center / contain;
}
#room_search .reservation_box form fieldset.HHchildren .HHchildren-selects {
  flex-wrap: wrap;
  gap: 20px;
}
#room_search .reservation_box #searchBox {
  gap: 0 20px;
}
#room_search .reservation_box form .HHseparate {
  width: 100%;
}
#room_search .reservation_box form fieldset.checkin,
#room_search .reservation_box form fieldset.HHcheckin {
  width: calc(100% - 130px*2 - 20px*2);
}
#room_search .reservation_box form fieldset.HHnights,
#room_search .reservation_box form fieldset.HHrooms {
  width: 130px;
}
#room_search .reservation_box form fieldset.HHadults {
  width: 72px;
}
#room_search .reservation_box form fieldset.children,
#room_search .reservation_box form fieldset.HHchildren {
  width: calc(100% - 72px - 20px);
}
#room_search .reservation_box form .HHchildren select {
  width: 72px;
  min-width: 72px;
}
#room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHchild1 label,
#room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHbed-and-meal label,
#room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHbed-only label,
#room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHno-bed-and-meal label {
  width: 100%;
}
#room_search .reservation_box form .HHchildren-selects .HHchild1,
#room_search .reservation_box form .HHchildren-selects .HHbed-and-meal,
#room_search .reservation_box form .HHchildren-selects .HHbed-only,
#room_search .reservation_box form .HHchildren-selects .HHno-bed-and-meal {
  width: calc((100% - 20px)/2);
}
#room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > div label {
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4em;
  width: 100%;
}
#room_search .reservation_box form button.btn {
  width: 100%;
}
#room .reservation_box .other_lang .lang_btn_list {
  gap: 20px 25px;
}
#room .reservation_box .other_lang .lang_btn_list li {
  width: calc((100% - 25px)/2);
}
#room_search .search_wrap .link_cts {
  width: calc(50% - 80px);
}
#room_search .search_wrap .link_cts .btn_list {
  justify-content: flex-start;
  gap: 35px;
}
#room_search .search_wrap .link_cts .btn_list a.btn {
  text-decoration: none;
  width: 100%;
  height: 90px;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edede4;
  border-radius: 10px;
}
#room_search .search_wrap .link_cts .btn_list a.btn span {
  padding: 0 20px 0 0;
  position: relative;
}
#room_search .search_wrap .link_cts .btn_list a.btn span:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(/maihama/p_common/images/icon/link.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#room_search .search_wrap .link_cts .btn_list a.btn.plan {
  width: 100%;
  color: #fff;
  background: #897d55;
  position: relative;
}
#room_search .search_wrap .link_cts .btn_list a.btn.plan:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(/maihama/p_common/images/icon/link_wht.png) no-repeat center / contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0,-50%);
}
#room_search .search_wrap .link_cts ul.link_list {
  width: 100%;
  margin: 35px 0 0 0;
}
#room_search .search_wrap .link_cts ul.link_list li {
  width: 100%;
  display: inline-block;
  margin: 0 0 10px;
}
#room_search .search_wrap .link_cts ul.link_list li:last-child {
  margin: 0;
}
#room_search .search_wrap .link_cts ul.link_list li a {
  text-decoration: none;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.6em;
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
}
#room_search .search_wrap .link_cts ul.link_list li a:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(/maihama/p_common/images/icon/link.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}

#plan .wrap {
  padding: 50px 0 30px;
}
#plan .plan_wrap {
  justify-content: flex-start;
}
#plan .plan_wrap .title_box {
  width: 310px;
}
#plan .plan_wrap .title_box .cts_title {
  text-align: left;
}
#plan .plan_wrap .title_box .btn_wrap {
  justify-content: flex-start;
}
#plan .plan_wrap .plan_list {
  width: calc(100% - 310px);
  flex: 1;
  margin-right: calc(50% - 50vw);
  padding: 0 10% 0 0;
  overflow: hidden;
}
#plan .plan_wrap .plan_list .plan_carousel {
  margin: 0;
  padding: 0 0 80px;
}
#plan .plan_wrap .plan_list .plan_carousel .slick-arrow {
  top: unset;
  bottom: 20px;
  transform: translate(0, 0);
}
#plan .plan_wrap .plan_list .plan_carousel .slick-arrow.slick-prev {
  left: unset;
  right: 65px;
}
#plan .plan_wrap .plan_list .plan_carousel .slick-arrow.slick-next {
  right: 0;
}
#plan .plan_wrap .plan_list .plan_carousel .slick-list:before,
#plan .plan_wrap .plan_list .plan_carousel .slick-list:after {
  content: none;
}
#plan .plan_wrap .plan_list .slick-list {
  overflow: visible;
}

/*他の客室を見る*/
#other_rooms {
  background: #fff;
}
#other_rooms .wrap {
  padding: 110px 0 60px;
}
#other_rooms .main_title {
  margin-bottom: 55px!important;
}
#other_rooms .room_list {
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
#other_rooms .room_list .wrap {
  padding: 110px 0 60px;
}
#other_rooms .room_list .room_box {
  width: calc((100% - 60px*2)/3);
}
#other_rooms .room_list .room_box a {
  display: block;
  text-decoration: none;
  color: var(--mainColor);
}
#other_rooms .room_list .room_box a .image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#other_rooms .room_list .room_box a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#other_rooms .room_list .room_box a .cts {
  width: 100%;
  margin-top: 25px;
}
#other_rooms .room_list .room_box a h3 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}
#other_rooms .room_list .room_box a p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: 20px;
}

#service .wrap {
  padding: 40px 0 60px;
}

#rental .wrap {
  padding: 60px 0 110px;
}
#service .main_title {
  margin-bottom: 50px!important;
}
#rental .main_title {
  margin-bottom: 20px!important;
}
#rental .lead_txt {
  margin-bottom: 50px!important;
}

.service_list {
  justify-content: flex-start;
  gap: 40px;
}
.service_list .cts_box {
  width: calc((100% - 40px*3)/4);
  background: #f0f0dc;
  border-radius: 10px;
  padding: 20px 30px;
  color: var(--mainColor);
}
.service_list .cts_box.half {
  width: calc((100% - 40px)/2);
}
.service_list .cts_box.half.flex {
  justify-content: flex-start;
  gap: 0 30px;
}
.service_list .cts_box.half.flex > div {
  width: calc((100% - 30px)/2);
}
.service_list .cts_box.half dl {
  width: 100%;
  border-top: 1px solid var(--mainColor);
  padding: 10px 0;
}
.service_list .cts_box.half dl:last-of-type {
  border-bottom: 1px solid var(--mainColor);
}
.service_list .cts_box.half dl dt {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
}
.service_list .cts_box.half dl dd {
  width: 100%;
  font-size: 15px;
  line-height: 1.6em;
}
.service_list .cts_box h3 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 46px;
  position: relative;
}
.service_list .cts_box h3 span {
  display: block;
  font-size: 10px;
  line-height: 1.2em;
}
.service_list .cts_box h4 {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 500;
  margin-top: 15px;
}
.service_list .cts_box p {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: -0.10em;
}
.service_list .cts_box h3 + p {
  margin-top: 15px;
}
.service_list .cts_box p.caution {
  font-size: 14px;
  line-height: 1.8em;
}
#rental .service_list {
  gap: 20px 40px;
}
#rental .service_list .cts_box {
  display: flex;
  align-items: center;
  padding: 15px 5px 15px 30px;
  min-height: 75px;
}
#rental .service_list .cts_box h3 {
  line-height: 1.4em;
}
#rental .caution {
  font-size: 14px;
  line-height: 1.6em;
  color: var(--mainColor);
  margin: 1em 0 0 0;
}
.service_list .cts_box h3:before {
  content: '';
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.service_list .cts_box h3.laundry:before {
  background: url(/maihama/p_common/images/icon/laundry.png) no-repeat center / contain;
}
.service_list .cts_box h3.coin_laundry:before {
  background: url(/maihama/p_common/images/icon/coin_laundry.png) no-repeat center / contain;
}
.service_list .cts_box h3.room:before {
  background: url(/maihama/p_common/images/icon/room.png) no-repeat center / contain;
}
.service_list .cts_box h3.renji:before {
  background: url(/maihama/p_common/images/icon/renji.png) no-repeat center / contain;
}
.service_list .cts_box h3.seihyouki:before {
  background: url(/maihama/p_common/images/icon/seihyouki.png) no-repeat center / contain;
}
.service_list .cts_box h3.takuhai:before {
  background: url(/maihama/p_common/images/icon/takuhai.png) no-repeat center / contain;
}
.service_list .cts_box h3.jyuudenki:before {
  background: url(/maihama/p_common/images/icon/jyuudenki.png) no-repeat center / contain;
}
.service_list .cts_box h3.wifi:before {
  background: url(/maihama/p_common/images/icon/wifi.png) no-repeat center / contain;
}
.service_list .cts_box h3.kurumaisu:before {
  background: url(/maihama/p_common/images/icon/kurumaisu.png) no-repeat center / contain;
}
.service_list .cts_box h3.baby_bed:before {
  background: url(/maihama/p_common/images/icon/baby_bed.png) no-repeat center / contain;
}
.service_list .cts_box h3.bed_guard:before {
  background: url(/maihama/p_common/images/icon/bed_guard.png) no-repeat center / contain;
}
.service_list .cts_box h3.mouhu:before {
  background: url(/maihama/p_common/images/icon/mouhu.png) no-repeat center / contain;
}
.service_list .cts_box h3.sobamakura:before {
  background: url(/maihama/p_common/images/icon/sobamakura.png) no-repeat center / contain;
}
.service_list .cts_box h3.child_amenity:before {
  background: url(/maihama/p_common/images/icon/child_amenity.png) no-repeat center / contain;
}
.service_list .cts_box h3.dvd:before {
  background: url(/maihama/p_common/images/icon/dvd.png) no-repeat center / contain;
}
.service_list .cts_box h3.dyson:before {
  background: url(/maihama/p_common/images/icon/dyson.png) no-repeat center / contain;
}
.room_detail {
  margin: 0 0 90px;
  gap: 0 120px;
}
#lower .room_detail .gallery {
  width: calc(50% - 20px);
}
#lower .room_detail .detail {
  width: calc(50% - 100px);
  color: var(--mainColor);
}
#lower .room_detail .cts_title {
  text-align: left;
  margin-bottom: 0;
}
#lower .room_detail p {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 15px;
}
#lower .room_detail p.caution {
  font-size: 14px;
}
#lower .room_detail table {
  width: 100%;
  margin-top: 30px;
}
#lower .room_detail table tr {
  width: 100%;
  border-bottom: 1px solid var(--mainColor);
}
#lower .room_detail table tr th,
#lower .room_detail table tr td {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  vertical-align: top;
  padding: 10px 0;
}
#lower .room_detail table tr th {
  width: 30px;
}
#lower .room_detail table tr td {
  width: 110px;
  text-align: center;
}
#lower .room_detail table tr td.txt {
  width: calc(100% - 140px);
  text-align: left;
}
#lower .room_detail .amenity {
  margin: 15px 0 0 0;
}
#lower .room_detail .amenity .acc_tab {
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  font-size: 14px;
  line-height: 1.4em;
  cursor: pointer;
  text-decoration: none;
}
#lower .room_detail .amenity .acc_tab .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: relative;
}
#lower .room_detail .amenity .acc_tab .btn:before {
  content: '';
  width: 14px;
  height: 6px;
  background: url(/maihama/p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#lower .room_detail .amenity .acc_cts {
  padding: 20px 0 0 0;
}
#lower .room_detail .amenity .acc_cts h4 {
  width: 100%;
  background: #e1e1e1;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  padding: 10px 20px;
  margin: 0 0 15px;
}
#lower .room_detail .amenity .acc_cts p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
#lower .room_detail .btn_wrap a.btn {
  display: flex;
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: #897d55;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}
#lower .room_detail .btn_wrap a.btn span {
  padding: 0 20px 0 0;
  position: relative;
}
#lower .room_detail .btn_wrap a.btn span:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(/maihama/p_common/images/icon/link_wht.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#lower .room_detail .btn_wrap {
  justify-content: flex-end;
  margin-top: 30px;
}
#lower #rooms a.btn.gold.link {
  max-width: 520px;
}
/*gallery*/
.gallery .slider {
  border-radius: 10px;
  padding-bottom: 60px;
  overflow: hidden;
}
.gallery .slider img,
.gallery .thumbnail img {
  border-radius: 10px;
}
.gallery .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: unset;
  bottom: 15px;
  transform: translate(0,0);
}
.gallery .slick-arrow.slick-prev:before,
.gallery .slick-arrow.slick-next:before {
  width: 12px;
  height: 5px;
}
.gallery .slick-arrow.slick-prev {
  left: calc(50% - 40px);
}
.gallery .slick-arrow.slick-next {
  right: calc(50% - 40px);
}
.gallery .thumbnail-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery .thumbnail .slick-track {
  transform: unset !important;
  width: calc(100% + 20px)!important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -10px;
}
.gallery .thumbnail .slick-slide {
  width: calc(100% / 3) !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
}
.thumbnail .slick-current .thumbnail-img:after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 10px;
  border: 4px solid #f75c2f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#other_links .other_room_cts {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 50px 0 0 0;
  border-top: 1px solid var(--mainColor);
}
#other_links .other_room_cts a.wht_box {
  max-width: 740px;
  text-decoration: none;
  color: var(--mainColor);
  background: #fff;
  margin: 0 auto;
  padding: 40px 40px 50px;
  justify-content: center;
  gap: 40px;
  position: relative;
}
#other_links .other_room_cts a.wht_box .image {
  width: 287px;
}
#other_links .other_room_cts a.wht_box .cts {
  width: calc(100% - 287px - 40px);
}
#other_links .other_room_cts a.wht_box .cts h3 {
  font-size: 28px;
  line-height: 1.8em;
  font-weight: 600;
}
#other_links .other_room_cts a.wht_box .cts p {
  font-size: 16px;
  line-height: 2em;
}
#other_links .other_room_cts a.wht_box .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#other_links .other_room_cts a.wht_box .btn:after {
  content: '';
  width: 14px;
  height: 6px;
  background: url(/maihama/p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#other_links .other_room_cts a.wht_box:hover,
#other_links .other_room_cts a.wht_box:hover img {
  opacity: 1;
}
#other_links .other_room_cts a.wht_box:hover .btn:after {
  animation: btnArrow .3s ease-out .1s forwards;
}




/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
  #rooms_top_list .room_box .contents {
    padding: 50px 100px 40px 30px;
  }
  #rooms_top_list .room_box.reverce .contents {
    padding: 50px 30px 40px 100px;
  }
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #room_search .search_wrap {
    gap: 30px 0;
  }
  #room_search .search_wrap .reservation_box,
  #room_search .search_wrap .link_cts {
    width: 100%;
  }
  #room_search .search_wrap .link_cts ul.link_list {
    margin: 20px 0 0 0;
  }
  #room_search .search_wrap .link_cts ul.link_list li {
    text-align: center;
  }
  #rooms_top_list .room_box:not(:first-of-type) {
    margin-top: 2%;
  }
  #rooms_top_list .room_box .contents .spec {
    gap: 20px;
  }
  #rooms_top_list .room_box .contents {
    padding: 30px 60px 40px 30px;
  }
  #rooms_top_list .room_box.reverce .contents {
    padding: 30px 30px 40px 60px;
  }
  #plan .plan_wrap .title_box {
    width: 240px;
  }
  #plan .plan_wrap .plan_list {
    width: calc(100% - 240px);
  }
  #rooms_top_list .room_box .contents {
    padding: 15px 20px 20px 20px;
  }
  #room_search .reservation_box form .field-button {
    margin-top: 25px;
  }
  .reservation_box form > div {
    gap: 30px 15px;
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #lower .room_detail .gallery,
  #lower .room_detail .detail {
    width: 100%;
  }
  #lower .room_detail .btn_wrap {
    justify-content: center;
    margin-top: 30px;
  }
  .service_list,
  #rental .service_list {
    gap: 15px;
  }
  .service_list .cts_box {
    width: calc((100% - 15px) / 2);
    padding: 20px;
  }
  .service_list .cts_box.half {
    width: 100%;
  }
  #other_rooms .wrap {
    padding: 45px 0;
  }
  #other_rooms .main_title {
    margin-bottom: 25px !important;
  }
  #other_rooms .room_list {
    justify-content: flex-start;
    gap: 25px 0;
  }
  #other_rooms .room_list .room_box {
    width: 100%;
  }
  #other_rooms .room_list .room_box a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
  #other_rooms .room_list .room_box a .image,
  #other_rooms .room_list .room_box a .cts {
    width: calc((100% - 15px)/2);
    margin: 0;
  }
  #other_rooms .room_list .room_box a h3 {
    font-size: 14px;
  }
  #other_rooms .room_list .room_box a p {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 6px;
  }
  .service_list .cts_box h3 {
    font-size: 14px;
    padding: 0 0 0 30px;
  }
  .service_list .cts_box h3:before {
    width: 25px;
    height: 25px;
    top: 0;
    transform: translate(0, 0);
  }
  .service_list .cts_box h4 {
    font-size: 14px;
    margin-top: 10px;
  }
  .service_list .cts_box p {
    font-size: 12px;
  }
  .service_list .cts_box h3 + p {
    margin-top: 10px;
  }
  .service_list .cts_box p.caution {
    font-size: 11px;
  }
  #rental .caution {
    font-size: 11px;
  }
  #rental .service_list .cts_box {
    padding: 5px 5px 5px 15px;
    min-height: 60px;
  }
  #service .main_title,
  #rental .main_title {
    margin-bottom: 20px !important;
  }
  #service .wrap {
    padding: 25px 0;
  }
  #rental .wrap {
    padding: 25px 0 40px;
  }
  #rental .service_list .cts_box h3 {
    line-height: 1.8em;
  }
  #lower .room_detail p {
    font-size: 14px;
    margin-top: 10px;
  }
  #lower .room_detail p.caution {
    font-size: 12px;
  }
  #lower .room_detail .gallery {
    margin: 20px 0 0 0;
  }
  .gallery .thumbnail .slick-track {
    width: calc(100% + 10px) !important;
    gap: 5px 0;
    margin: 0 -5px;
  }
  .gallery .thumbnail .slick-slide {
    padding: 0 5px;
  }
  #lower .room_detail table tr th,
  #lower .room_detail table tr td {
    font-size: 12px;
    padding: 8px 0;
  }
  #lower .room_detail table tr th {
    width: 20px;
  }
  #lower .room_detail table tr td {
    width: 90px;
  }
  #lower .room_detail table tr td.txt {
    width: calc(100% - 90px);
  }
  #lower .room_detail .amenity .acc_tab {
    justify-content: center;
    gap: 0 10px;
    font-size: 12px;
  }
  #lower .room_detail .amenity .acc_tab .btn {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  .room_detail {
    margin: 0 0 50px;
  }
  #rooms .wrap {
    padding: 40px 0;
  }
  .anc_link_list {
    margin: 25px 0 40px;
  }
  #lower .room_detail .amenity .acc_cts h4 {
    font-size: 12px;
    padding: 10px 15px;
    margin: 0 0 15px;
  }
  #lower .room_detail .amenity .acc_cts p {
    font-size: 12px;
    line-height: 1.6em;
  }
  #lower .room_detail .btn_wrap a.btn {
    margin: 0;
    border-radius: 5px;
  }
  .service_list .cts_box.half.flex {
    gap: 15px 0;
  }
  .service_list .cts_box.half.flex > div {
    width: 100%;
  }

  .service_list .cts_box.half dl {
    display: flex;
    justify-content: space-around;
    gap: 0 10px;
  }
  .service_list .cts_box.half dl dt {
    width: 55%;
    font-size: 11px;
  }
  .service_list .cts_box.half dl dt span {
    font-size: 8px;
    display: block;
  }
  .service_list .cts_box.half dl dd {
    width: 100%;
    font-size: 12px;
  }
  #room_search .search_wrap .reservation_box h3 {
    font-size: 14px;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }
  #room_search .search_wrap .reservation_box h3 span {
    padding: 0 0 0 30px;
  }
  #room_search .search_wrap .reservation_box {
    padding: 20px 10px 30px;
  }
  #room_search .search_wrap .link_cts .btn_list a.btn {
    height: 60px;
    font-size: 12px;
    border-radius: 5px;
  }
  #room_search .search_wrap .link_cts .btn_list a.btn span {
    padding: 0;
    text-align: center;
    line-height: 1.1em;
  }
  #room_search .search_wrap .link_cts .btn_list a.btn span:after {
    right: -27px;
  }
  #room_search .search_wrap .link_cts ul.link_list li {
    margin-bottom: 5px;
  }
  #room_search .search_wrap .link_cts ul.link_list li a {
    font-size: 12px;
  }
  #plan .plan_wrap .title_box {
    width: 100%;
  }
  #plan .plan_wrap .sp_btn {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #plan .plan_wrap .title_box .btn_wrap {
    display: none;
  }
  #plan .plan_wrap .plan_list .plan_carousel {
    margin: 0 0 0 auto;
    padding: 60px 0 0 0;
  }
  #plan .plan_wrap .plan_list .plan_carousel .slick-arrow {
    top: 5px;
    bottom: unset;
  }
  #plan .plan_wrap .plan_list .plan_carousel .slick-arrow.slick-next {
    right: -32%;
  }
  #plan .plan_wrap .plan_list .plan_carousel .slick-arrow.slick-prev {
    right: calc(-32% + 60px);
  }
  #plan .plan_wrap .plan_list .plan_carousel .slick-slide {
    margin: 0 20px 0 0;
  }
  #plan .plan_wrap .plan_list {
    width: 100%;
    margin-top: -60px;
    padding: 0 30% 0 0;
  }
  #rooms_top_list .room_box .images {
    width: 100%;
    transform: scale(1);
  }
  #rooms_top_list .room_box .contents {
    padding: 15px 0 20px 20px;
    width: 100%;
  }
  #rooms_top_list .room_box.reverce .contents {
    padding: 15px 20px 20px 0;
  }
  #rooms_top_list .room_box .contents .cts_title {
    margin-bottom: 10px;
  }
  #rooms_top_list .room_box .contents p {
    font-size: 12px;
    line-height: 1.6em;
  }
  #rooms_top_list .room_box .contents:before {
    width: 100vw;
    border-radius: 10px 0 0 10px;
    right: unset;
    left: 0;
    top: unset;
    bottom: 0;
    padding-top: 50%;
  }
  #rooms_top_list .room_box.reverce .contents:before {
    border-radius: 0 10px 10px 0;
    right: 0;
    left: unset;
  }
  #rooms_top_list .lead_txt {
    margin-bottom: 30px;
  }
  #rooms_top_list .room_box:not(:first-of-type) {
    margin-top: 10%;
  }
  #rooms_top_list .wrap {
    padding: 40px 0 50px;
  }
  #room_search .main_title {
    margin-bottom: 20px !important;
  }
  #room_search .reservation_box #searchBox .separate {
    display: none;
  }
  #room_search .reservation_box #searchBox {
    gap: 20px 15px;
  }
  #room_search .reservation_box form fieldset.checkin,
  #room_search .reservation_box form fieldset.HHcheckin,
  #room_search .reservation_box form fieldset.HHnights,
  #room_search .reservation_box form fieldset.HHrooms,
  #room_search .reservation_box form fieldset.HHadults,
  #room_search .reservation_box form .HHchildren-selects .HHchild1,
  #room_search .reservation_box form .HHchildren-selects .HHbed-and-meal,
  #room_search .reservation_box form .HHchildren-selects .HHbed-only,
  #room_search .reservation_box form .HHchildren-selects .HHno-bed-and-meal {
    width: calc((100% - 15px)/2);
  }
  #room_search .reservation_box form fieldset.HHchildren,
  #room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHchild1 label,
  #room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHbed-and-meal label,
  #room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHbed-only label,
  #room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > .HHno-bed-and-meal label {
    width: 100%;
  }
  #room_search .reservation_box form fieldset.HHchildren .HHchildren-selects {
    flex-wrap: wrap;
    gap: 30px 15px;
  }
  #room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > div label {
    justify-content: flex-end;
    gap: 10px 5px;
    font-size: 14px;
    line-height: 1.4em;
    width: 100%;
  }
  #room_search .reservation_box form .field-button {
    margin-top: 0;
  }
  #room_search .reservation_box form legend {
   font-size: 13px;
 }
 #room_search .reservation_box form fieldset.HHchildren .HHchildren-selects > div label {
   font-size: 11px;
   line-height: 1.2em;
 }
 #room_search .search_wrap .link_cts .btn_list {
  gap: 20px;
  }
  #room .reservation_box .other_lang .lang_btn_list {
    gap: 10px 15px;
  }
  #room .reservation_box .other_lang .lang_btn_list li {
    width: calc((100% - 15px)/2);
  }
  #rooms_top_list .room_box .contents .room_spec {
    margin: 20px 0 0 0;
    gap: 10px;
  }
  #rooms_top_list .room_box .contents .room_spec .spec_box {
    width: calc((100% - 10px) / 2);
  }
  .cancel_policy {
    margin: 50px 0 0 0;
  }
  .cancel_policy .bdr_box {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .cancel_policy .bdr_box h4 {
    width: 100%;
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid var(--mainColor);
  }
  .cancel_policy .bdr_box p {
    width: 100%;
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    padding: 0;
  }
  #other_links .other_room_cts a.wht_box {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    gap: 0;
  }
  #other_links .other_room_cts a.wht_box .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  #other_links .other_room_cts a.wht_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  #other_links .other_room_cts a.wht_box .cts {
    width: 100%;
    padding: 40px 20px 50px;
  }
  #other_links .other_room_cts a.wht_box .cts h3 {
    font-size: 20px;
  }
  #other_links .other_room_cts a.wht_box .cts p {
    font-size: 14px;
  }
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}