/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/room/pagetit_bg.jpg) center;
  background-size: cover;
}

.page_nav_wrap .sec_tit02 {
  margin-bottom: 32px;
  text-align: left;
}
.page_nav_wrap .sec_tit02 .en {
  margin-right: 24px;
}

.page_nav li a.row02 {
  padding-top: 10px;
  padding-bottom: 11px;
}
.page_nav li .small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.88em;
}
.page_nav + .sec_tit02 {
  margin-top: 32px;
}
.page_nav.white li a {
  background: #fff;
  border: 1px solid #0056b1;
  color: #0056b1;
}
@media (any-hover: hover) {
  .page_nav.white li a:hover {
    background: #3378c1;
    color: #fff;
  }
  .page_nav.white li a:hover::after {
    border-color: #80aad8;
  }
}

.room_sec {
  padding: 96px 0 0;
}
.room_sec .room_box {
  margin-top: 64px;
  padding: 64px 0;
  border: 1px solid #99bbe0;
}
.room_sec .room_box .box_btn {
  margin-top: 56px;
  text-align: center;
}
.room_sec .room_box .box_col {
  align-items: center;
}
.room_sec .room_box .box_col .col_pic {
  width: 50%;
}
.room_sec .room_box .box_col .col_txt {
  width: 44%;
}
.room_sec .room_box .box_col02 {
  margin-top: 56px;
  gap: 48px 24px;
}
.room_sec .room_box .box_col02 .col_item {
  width: calc(25% - 18px);
  text-align: center;
}
.room_sec .room_box .box_col02 .col_item p {
  line-height: 1.6;
}
.room_sec .room_box .box_col02 .col_item .item_pic {
  margin-bottom: 16px;
}
.room_sec .room_list {
  margin-top: 60px;
  gap: 24px 24px;
  line-height: 1.4;
}
.room_sec .room_list .row {
  display: flex;
  flex-grow: 1;
  border-bottom: 1px solid #99bbe0;
}
.room_sec .room_list dt {
  width: 104px;
  padding: 4px 12px;
  background: #ccddef;
  color: #0056b1;
  text-align: center;
}
.room_sec .room_list dd {
  padding: 4px 20px;
}
.room_sec .room_col {
  align-items: center;
}
.room_sec .room_col .col_pic {
  width: 50%;
  text-align: right;
}
.room_sec .room_col .col_pic img {
  min-height: 500px;
  object-fit: cover;
}
.room_sec .room_col .col_txt {
  width: 50%;
  padding: 0 62px;
  letter-spacing: 0.035em;
}
.room_sec .room_col .col_txt .txt_container {
  max-width: 478px;
}
.room_sec .room_col .col_txt .sec_tit {
  text-align: left;
}
.room_sec .room_col .col_txt .txt_btn {
  margin-top: 48px;
}
.room_sec .room_col.reverse .col_pic {
  text-align: left;
}
.room_sec .room_col.reverse .col_txt .txt_container {
  margin-left: auto;
}
.room_sec .room_col.reverse .noarrow_slide {
  margin-left: 0;
}
.room_sec .room_col.reverse .noarrow_slide .slick-dots {
  text-align: left;
}
.room_sec .room_btn {
  margin-top: 56px;
  text-align: center;
}
.room_sec .room_btn .btn_reserve {
  width: 368px;
}
.room_sec .room_btn .btn + .btn {
  margin-left: 30px;
}
.room_sec .btn[href="#amenity"]::after {
  right: 20px;
  bottom: 4px;
  transform: rotate(135deg);
}

.arrow_slide {
  max-width: 1280px;
  margin: 0 auto 60px;
}
.arrow_slide .slick-prev {
  left: 24px;
}
.arrow_slide .slick-next {
  right: 24px;
}

.noarrow_slide {
  max-width: 640px;
  margin-left: auto;
}
.noarrow_slide .slick-dots {
  bottom: 24px;
  padding: 0 14px;
  text-align: right;
}

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/room/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
  .page_nav_wrap .sec_tit02 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .page_nav_wrap .sec_tit02 .en {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 2.8rem;
  }
  .page_nav li a.row02 {
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .page_nav li .small {
    display: block;
    margin-bottom: 4px;
    font-size: 0.88em;
  }
  .page_nav + .sec_tit02 {
    margin-top: 32px;
  }
  .page_nav.white {
    border-top-color: #0056b1;
  }
  .page_nav.white li a {
    background: #fff;
    border: none;
    border-bottom: 1px solid #0056b1;
  }
  .room_sec {
    padding: 48px 0 24px;
  }
  .room_sec .room_box {
    margin-top: 40px;
    padding: 32px 20px;
  }
  .room_sec .room_box .container {
    width: 100%;
  }
  .room_sec .room_box .sec_tit02 .en {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .room_sec .room_box .box_btn {
    margin-top: 32px;
  }
  .room_sec .room_box .box_col {
    align-items: center;
  }
  .room_sec .room_box .box_col .col_pic {
    width: 100%;
  }
  .room_sec .room_box .box_col .col_txt {
    width: 100%;
    margin-top: 24px;
  }
  .room_sec .room_box .box_col .col_txt p {
    line-height: 2;
  }
  .room_sec .room_box .box_col02 {
    margin-top: 32px;
    gap: 16px 16px;
  }
  .room_sec .room_box .box_col02 .col_item {
    width: calc(50% - 8px);
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .room_sec .room_box .box_col02 .col_item p {
    line-height: 1.4;
  }
  .room_sec .room_box .box_col02 .col_item .item_pic {
    margin-bottom: 8px;
  }
  .room_sec .room_list {
    margin-top: 32px;
    gap: 10px 0;
    line-height: 1.4;
  }
  .room_sec .room_list .row {
    width: 100%;
  }
  .room_sec .room_list dd {
    padding-left: 16px;
    padding-right: 0;
  }
  .room_sec .room_col .col_pic {
    width: calc(100% - 48px);
    margin: 0 auto 32px;
  }
  .room_sec .room_col .col_pic img {
    aspect-ratio: 684/592;
    min-height: 0;
  }
  .room_sec .room_col .col_txt {
    width: 100%;
    padding: 0;
  }
  .room_sec .room_col .col_txt .txt_container {
    max-width: calc(100% - 48px);
    margin: 0 auto;
  }
  .room_sec .room_col .col_txt .sec_tit {
    text-align: center;
  }
  .room_sec .room_col .col_txt .txt_btn {
    margin-top: 40px;
  }
  .room_sec .room_col.reverse .col_txt .txt_container {
    margin-left: auto;
  }
  .room_sec .room_col.reverse .noarrow_slide .slick-dots {
    text-align: center;
  }
  .room_sec .room_btn {
    margin-top: 32px;
  }
  .room_sec .room_btn .btn_reserve {
    width: 100%;
  }
  .room_sec .room_btn .btn + .btn {
    margin-left: 0;
    margin-top: 16px;
  }
  .room_sec .btn[href="#amenity"] {
    width: 88%;
  }
  .room_sec .btn[href="#amenity"]::after {
    right: 20px;
    bottom: 4px;
    transform: rotate(135deg);
  }
  .arrow_slide {
    width: calc(100% - 24px);
    margin-bottom: 28px;
  }
  .arrow_slide .slide_item img {
    aspect-ratio: 684/592;
    object-fit: cover;
  }
  .arrow_slide .slick-prev {
    left: -8px;
  }
  .arrow_slide .slick-next {
    right: -8px;
  }
  .noarrow_slide .slide_item img {
    aspect-ratio: 654/478;
    object-fit: cover;
  }
  .noarrow_slide .slick-dots {
    bottom: 16px;
    text-align: center;
  }
}
/* ---------------------------------------------------
		japanesesuite
------------------------------------------------------ */
#japanesesuite {
  padding: 96px 0;
  background: rgba(0, 86, 177, 0.7);
  color: #fff;
}
#japanesesuite .japanesesuite_col {
  align-items: center;
}
#japanesesuite .japanesesuite_col .col_pic01 {
  width: 50%;
}
#japanesesuite .japanesesuite_col .col_pic01 img {
  width: 100%;
  min-height: 550px;
  object-fit: cover;
}
#japanesesuite .japanesesuite_col .col_txt {
  width: 24%;
  padding: 0 3%;
}
#japanesesuite .japanesesuite_col .col_pic02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26%;
}
#japanesesuite .japanesesuite_col .col_pic02 .pic_top {
  width: 61.3%;
}
#japanesesuite .japanesesuite_col .col_pic02 .pic_top img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
#japanesesuite .japanesesuite_col .col_pic02 .pic_btm {
  margin-top: 4%;
}
#japanesesuite .japanesesuite_col .col_pic02 .pic_btm img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#japanesesuite .page_nav {
  margin-top: 56px;
}
#japanesesuite .page_nav li a {
  background: #fff;
  color: #0056b1;
}
@media (any-hover: hover) {
  #japanesesuite .page_nav li a:hover {
    background: #0056b1;
    color: #fff;
  }
}
#japanesesuite .sec_tit {
  color: currentColor;
}
#japanesesuite .caption {
  color: currentColor;
}
#japanesesuite .btn_reserve {
  border-color: #fff;
}

@media screen and (max-width: 1720px) {
  #japanesesuite .japanesesuite_col .col_pic01 {
    width: 40%;
  }
  #japanesesuite .japanesesuite_col .col_pic01 img {
    aspect-ratio: 702/681;
  }
  #japanesesuite .japanesesuite_col .col_txt {
    width: 34%;
    padding: 0 3%;
  }
  #japanesesuite .japanesesuite_col .col_pic02 {
    width: 26%;
  }
  #japanesesuite .japanesesuite_col .col_pic02 .pic_top {
    width: 61.3%;
  }
  #japanesesuite .japanesesuite_col .col_pic02 .pic_btm {
    margin-top: 4%;
  }
}
@media screen and (max-width: 810px) {
  #japanesesuite {
    padding: 48px 0 24px;
  }
  #japanesesuite .japanesesuite_col {
    align-items: center;
  }
  #japanesesuite .japanesesuite_col .col_pic01 {
    width: 100%;
    padding-right: 24px;
  }
  #japanesesuite .japanesesuite_col .col_pic01 img {
    width: 100%;
    min-height: 0;
  }
  #japanesesuite .japanesesuite_col .col_txt {
    width: calc(100% - 48px);
    margin: 40px auto 40px;
    padding: 0 0;
  }
  #japanesesuite .japanesesuite_col .col_pic02 {
    display: block;
    width: 100%;
    padding-left: 24px;
  }
  #japanesesuite .japanesesuite_col .col_pic02 .pic_top {
    width: 61.3%;
  }
  #japanesesuite .japanesesuite_col .col_pic02 .pic_top img {
    min-height: 0;
  }
  #japanesesuite .japanesesuite_col .col_pic02 .pic_btm {
    margin-top: 4%;
  }
  #japanesesuite .japanesesuite_col .col_pic02 .pic_btm img {
    min-height: 0;
  }
  #japanesesuite .page_nav {
    margin-top: 32px;
  }
}
/* ---------------------------------------------------
	standard
------------------------------------------------------ */
#standard {
  padding: 96px 0;
}
#standard .room_sec .sec_tit {
  color: #4abfd4;
}

#moderatesingle .btn_reserve {
  padding-left: 16px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 810px) {
  #standard {
    padding: 48px 0 24px;
  }
  #standard .arrow_slide .slide_item img {
    aspect-ratio: 654/478;
  }
  #standard .noarrow_slide .slide_item img {
    aspect-ratio: 654/478;
  }
  #renewal .btn_reserve {
    letter-spacing: 0.05em;
  }
  #moderatesingle .btn_reserve {
    padding-left: 16px;
    letter-spacing: 0.05em;
  }
}
/* ---------------------------------------------------
	amenity
------------------------------------------------------ */
#amenity {
  padding: 96px 0;
  background: #e5eef7;
}
#amenity .amenity_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  color: #0056b1;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.095em;
  text-align: center;
}
#amenity .amenity_tit::before, #amenity .amenity_tit::after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid #99bbe0;
  flex-grow: 1;
}
#amenity .amenity_tit::before {
  margin-right: 32px;
}
#amenity .amenity_tit::after {
  margin-left: 32px;
}
#amenity .amenity_col {
  gap: 60px 0;
  justify-content: flex-start;
}
#amenity .amenity_col .col_item {
  width: 31.9%;
  max-width: 344px;
  margin: 0 2.2% 0 0;
  letter-spacing: 0.05em;
}
#amenity .amenity_col .col_item:nth-of-type(3n) {
  margin-right: 0;
}
#amenity .amenity_col .col_item .item_pic {
  margin-bottom: 16px;
}
#amenity .amenity_col .col_item p {
  line-height: 2;
}
#amenity .amenity_col .col_item .caption {
  margin-bottom: 8px;
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
#amenity .amenity_col + .amenity_tit {
  margin-top: 88px;
}
#amenity .table {
  margin-top: 60px;
}

@media screen and (max-width: 810px) {
  #amenity {
    padding: 48px 0;
  }
  #amenity .amenity_tit {
    display: block;
    margin-bottom: 24px;
    padding-top: 16px;
    border-top: 1px solid #99bbe0;
    font-size: 1.8rem;
    letter-spacing: 0.095em;
    text-align: center;
  }
  #amenity .amenity_tit::before, #amenity .amenity_tit::after {
    content: none;
  }
  #amenity .amenity_col {
    gap: 16px 16px;
    justify-content: space-between;
  }
  #amenity .amenity_col .col_item {
    width: calc(50% - 8px);
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #amenity .amenity_col .col_item p {
    line-height: 1.6;
  }
  #amenity .amenity_col .col_item .item_pic {
    margin-bottom: 8px;
  }
  #amenity .amenity_col .col_item .item_pic img {
    aspect-ratio: 313/210;
    object-fit: cover;
  }
  #amenity .amenity_col .col_item .caption {
    margin-bottom: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1.3;
  }
  #amenity .amenity_col + .amenity_tit {
    margin-top: 40px;
  }
  #amenity .table {
    margin-top: 40px;
  }
}
/* ---------------------------------------------------
	info
------------------------------------------------------ */
#info {
  padding: 96px 0;
}

@media screen and (max-width: 810px) {
  #info {
    padding: 48px 0;
  }
}