@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#mainvisual {
  margin-bottom: 196px;
  padding-bottom: 0;
  background: url(../img/room_honkan/mainvisual.jpg) center;
  background-size: cover;
}

.main_nav {
  letter-spacing: 0;
}
@media (any-hover: hover) {
  .main_nav li a:hover .pic_hover {
    opacity: 1;
  }
}
.main_nav .pic_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.5s;
  opacity: 0;
  z-index: 1;
}
.main_nav .pic_hover span + span {
  position: relative;
  margin-top: 16px;
  padding-top: 16px;
}
.main_nav .pic_hover span + span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 50px;
  height: 0;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.main_nav.nav02 {
  position: relative;
  top: 112px;
  margin-top: -56px;
  color: #132e43;
  justify-content: flex-start;
}

.room_sec {
  padding: 96px 0;
}
.room_sec .sec_tit_label {
  width: max-content;
  max-width: 100%;
  margin-bottom: 32px;
  padding: 6px 24px;
  border: 1px solid #8996a1;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.room_sec .sec_tit {
  margin-bottom: 40px;
}
.room_sec .room_slide {
  max-width: 1080px;
  margin: 0 auto 8px;
}
.room_sec .room_slide .swiper-pagination {
  right: 64px;
}
.room_sec .room_slide .slide_item .item_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 16px 96px 16px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: left;
  z-index: 1;
}
.room_sec .slide_thumb {
  max-width: 1080px;
  margin: 0 auto 56px;
  gap: 8px;
  justify-content: flex-start;
}
.room_sec .slide_thumb .slide_item {
  width: calc(16.666% - 7px);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.room_sec .slide_thumb .slide_item-active {
  opacity: 1;
}
.room_sec .room_col .col_txt {
  width: 46.6%;
}
.room_sec .room_col .col_txt p:not([class]) {
  line-height: 2.66;
}
.room_sec .room_col .col_txt .note {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.room_sec .room_col .col_table {
  width: 46.1%;
}
.room_sec .room_col .col_table .table caption {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-family: "Bellefair", serif;
  line-height: 1.5;
  letter-spacing: 0;
}
.room_sec .room_col .col_table .table th,
.room_sec .room_col .col_table .table td {
  padding: 12px 0;
  letter-spacing: 0;
}
.room_sec .room_col .col_table .table th {
  width: 120px;
}
.room_sec .indent_list li {
  padding-left: 18px;
  text-indent: -18px;
}
.room_sec .indent_list li::before {
  content: "・";
  font-weight: bold;
}
.room_sec .note_list {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.66;
}
.room_sec .note_list li {
  padding-left: 18px;
  text-indent: -18px;
}
.room_sec .room_icons {
  margin-top: 56px;
  justify-content: flex-start;
}
.room_sec .room_icons li {
  margin-right: 6px;
}
.room_sec .room_floor {
  margin-top: 44px;
}
.room_sec .room_floor .floor_tit {
  margin-bottom: 24px;
  color: #2b528a;
  font-size: 2.2rem;
  font-family: "Bellefair", serif;
  line-height: 1.5;
  letter-spacing: 0;
}
.room_sec .room_floor .floor_box {
  padding: 32px;
  border: 1px solid #c4cbd0;
  text-align: center;
}
.room_sec .room_floor .floor_box.flexbox > div {
  margin: 0 20px;
}
.room_sec .room_btns {
  margin-top: 64px;
  text-align: center;
}
.room_sec .room_btns .btn {
  width: 340px;
  padding-left: 16px;
  padding-right: 16px;
}
.room_sec .room_btns .btn .more {
  margin-left: 16px;
}
.room_sec .room_btns .btn_reserve {
  width: 380px;
  margin-left: 44px;
}
.room_sec .room_btns .btn_reserve .icon {
  margin-left: 8px;
}

@media screen and (max-width: 810px) {
  #mainvisual {
    margin-bottom: 272px;
  }
  .main_nav.nav02 {
    top: 240px;
    margin-top: -200px;
    justify-content: space-between;
  }
  .room_sec {
    padding: 64px 0 64px;
  }
  .room_sec .sec_tit_label {
    margin-bottom: 12px;
    padding: 6px 16px;
    font-size: 1.6rem;
  }
  .room_sec .sec_tit {
    margin-bottom: 24px;
  }
  .room_sec .room_slide {
    margin-bottom: 32px;
  }
  .room_sec .room_slide .swiper-pagination {
    right: 16px;
  }
  .room_sec .room_slide .slide_item img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .room_sec .room_slide .slide_item .item_caption {
    bottom: auto;
    top: 0;
    padding: 16px;
  }
  .room_sec .slide_thumb {
    display: none;
    margin-bottom: 32px;
    padding: 0 25px;
    gap: 5px;
  }
  .room_sec .slide_thumb .slide_item {
    width: calc(20% - 4px);
  }
  .room_sec .slide_thumb .slide_item img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .room_sec .room_col .col_txt {
    width: 100%;
  }
  .room_sec .room_col .col_txt p:not([class]) {
    line-height: 2.2;
  }
  .room_sec .room_col .col_txt .note {
    margin-top: 24px;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .room_sec .room_col .col_table {
    width: 100%;
    margin-top: 48px;
  }
  .room_sec .room_col .col_table .table caption {
    margin-bottom: 12px;
  }
  .room_sec .room_col .col_table .table th,
  .room_sec .room_col .col_table .table td {
    padding: 10px 14px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .room_sec .room_col .col_table .table th {
    width: 100%;
  }
  .room_sec .note_list {
    margin-top: 16px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .room_sec .note_list li {
    padding-left: 14px;
    text-indent: -14px;
  }
  .room_sec .room_icons {
    margin-top: 40px;
  }
  .room_sec .room_icons li {
    width: 58px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .room_sec .room_icons li:last-of-type {
    margin-right: 0;
  }
  .room_sec .room_floor {
    margin-top: 40px;
  }
  .room_sec .room_floor .floor_tit {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
  .room_sec .room_floor .floor_box {
    padding: 40px 24px;
  }
  .room_sec .room_floor .floor_box img {
    max-width: 80%;
    height: auto;
  }
  .room_sec .room_floor .floor_box.flexbox {
    gap: 40px;
  }
  .room_sec .room_floor .floor_box.flexbox > div {
    width: 100%;
    margin: 0;
  }
  .room_sec .room_btns {
    margin: 48px auto 0;
  }
  .room_sec .room_btns .btn {
    width: auto;
    padding-left: 24px;
    padding-right: 0;
  }
  .room_sec .room_btns .btn .more {
    margin-right: 0;
    margin-left: 12px;
  }
  .room_sec .room_btns .btn_reserve {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
				executivesky
------------------------------------------------------ */
#executivesky .caption {
  letter-spacing: 0.3em;
}

/* ---------------------------------------------------
		executive
------------------------------------------------------ */
@media screen and (max-width: 810px) {
  #executive .sec_tit {
    letter-spacing: 0.02em;
  }
}
/* ---------------------------------------------------
		luxury
------------------------------------------------------ */
#luxury .room_icons {
  width: 120%;
}

@media screen and (max-width: 810px) {
  #luxury .room_icons {
    width: 100%;
  }
}
/* ---------------------------------------------------
				platinum
------------------------------------------------------ */
#platinum .room_icons {
  width: 120%;
}

@media screen and (max-width: 810px) {
  #platinum .caption {
    letter-spacing: 0.11em;
  }
  #platinum .room_icons {
    width: 100%;
  }
}
/* ---------------------------------------------------
								junior
------------------------------------------------------ */
#junior .room_floor .floor_box {
  padding-right: 15%;
}

@media screen and (max-width: 810px) {
  #junior .caption {
    letter-spacing: 0.11em;
  }
  #junior .room_floor .floor_box {
    padding-right: 15%;
    padding-left: 2%;
  }
  #junior .room_floor .floor_box img {
    max-width: 90%;
  }
}
/* ---------------------------------------------------
				amenity
------------------------------------------------------ */
#amenity {
  margin-top: 96px;
  padding: 120px 0 128px;
  background: #eff3f2;
}
#amenity .amenity_col {
  margin-bottom: 40px;
}
#amenity .amenity_col .col_item {
  width: 31.5%;
  margin-right: 2.7%;
  max-width: 340px;
}
#amenity .amenity_col .col_item:last-of-type {
  margin-right: 0;
}
#amenity .amenity_col .col_item p {
  line-height: 1.5;
  letter-spacing: 0;
}
#amenity .amenity_col .col_item .item_pic {
  margin-bottom: 12px;
}
#amenity .table th,
#amenity .table td {
  letter-spacing: 0.05em;
}
#amenity .table th {
  width: 32%;
  padding-left: 4px;
}
#amenity .table .color {
  color: #a50000;
}

@media screen and (max-width: 810px) {
  #amenity {
    width: calc(100% - 32px);
    margin-top: 48px;
    padding: 48px 25px;
  }
  #amenity .min_container {
    width: 100%;
  }
  #amenity .container {
    width: 100%;
  }
  #amenity .table th,
  #amenity .table td {
    letter-spacing: 0;
  }
  #amenity .table th {
    width: 100%;
    padding-left: 12px;
    background: rgba(137, 150, 161, 0.2);
  }
}
@media screen and (max-width: 640px) {
  #amenity .amenity_col {
    max-width: 100%;
    margin: 0 auto 24px;
  }
  #amenity .amenity_col .col_item {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #amenity .amenity_col .col_item .item_pic {
    margin-bottom: 12px;
  }
}
/* ---------------------------------------------------
		info
------------------------------------------------------ */
#info {
  margin-top: 192px;
  margin-bottom: 192px;
  padding: 120px 0 128px;
  background: #eff3f2;
}
#info .sec_tit02 {
  margin-bottom: 32px;
}
#info .table th {
  width: 32%;
  padding-left: 4px;
}
#info .cancel_list dt {
  float: left;
  clear: left;
}
#info .cancel_list dd {
  margin-left: 11em;
}
#info .note {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 810px) {
  #info {
    width: calc(100% - 32px);
    margin-top: 48px;
    margin-bottom: 112px;
    padding: 48px 0 48px;
  }
  #info .sec_tit02 {
    margin-bottom: 32px;
  }
  #info .table th {
    width: 100%;
    padding-left: 12px;
    background: rgba(137, 150, 161, 0.2);
  }
  #info .cancel_list dd {
    margin-left: 5em;
  }
  #info .note {
    margin-top: 16px;
    letter-spacing: 0;
  }
}