@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Oswald:wght@500;600&display=swap");

body {
  background-size: 100%;
  font-size: 13px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
}
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
table a:hover,
#contents a:hover {
  opacity: 0.75;
}
.contents {
  width: 950px;
  margin: 0 auto;
}
.contents h2 {
  width: 950px;
  margin: 80px auto 50px;
  font-family: "Oswald", sans-serif;
}
.box_room {
  margin: 80px 0;
}
#hero_image {
  width: 950px;
  margin: 0 auto 0;
}
#hero_image_corner_suite,
#hero_image_suite,
#hero_image_terrace_tcjs,
#hero_image_corner_juniorsuite,
#hero_image_twin,
#hero_image_bunk,
#hero_image_queen,
#hero_image_universal_queen {
  width: 950px;
  margin-bottom: 40px;
}
#hero_image.main_slide,
#hero_image_corner_suite.main_slide,
#hero_image_suite.main_slide,
#hero_image_terrace_tcjs.main_slide,
#hero_image_corner_juniorsuite.main_slide,
#hero_image_twin.main_slide,
#hero_image_bunk.main_slide,
#hero_image_queen.main_slide,
#hero_image_universal_queen.main_slide {
  position: relative;
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
header .pc_gnav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
header .pc_gnav nav {
  width: 950px;
  margin: 0 auto;
  position: relative;
  height: 62px;
  display: flex;
  align-items: center;
}
header #logo {
  margin-top: 7px;
  left: 0;
  position: absolute;
  margin-left: 20px;
  top: 0;
  z-index: 3;
}
header #logo a {
  display: block;
  width: 100%;
  margin: 0;
}
header #logo img {
  width: 155px;
}
header .pc_gnav nav ul {
  position: absolute;
  right: 0;
  font-size: 14px;
  background-color: transparent;
  width: 650px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .pc_gnav nav ul li {
  width: 120px;
  text-align: center;
  letter-spacing: 0.4px;
  list-style: none;
}
header .pc_gnav nav ul li a:link,
header .pc_gnav nav ul li a:visited {
  color: #fff;
  text-decoration-line: none;
}
header .pc_gnav nav ul li:last-child a {
  background-color: #fff;
  display: block;
  padding: 23px 0;
  color: #063641;
}
.sub_fv {
  width: 950px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 300px;
  margin: 0 auto 0;
}
.sub_fv .head_bg img {
  width: 100%;
}
.sub_fv .head_tit {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 52px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#RthCustomizeW h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 68px;
  color: #063641;
  margin-top: -100px;
  margin-bottom: 50px;
  padding-top: 100px;
}
h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
/* ========================
　list_rooms
========================== */
.list_rooms {
  width: 90%;
  margin: 70px auto 80px;
}
.list_rooms ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.list_rooms .type li {
  width: 33%;
  text-align: center;
  border-left: 1px solid #ccc;
  margin-bottom: 12px;
}
.list_rooms .type li:nth-child(3) {
  border-right: 1px solid #ccc;
}
.list_rooms .type li:last-child {
  border-right: 1px solid #ccc;
}
.list_rooms ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
}
.list_rooms .type li a:before {
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  bottom: 7px;
  content: " ";
  height: 5px;
  right: 40%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 5px;
}
.list_rooms .detail li {
  width: 33%;
  text-align: center;
}
.list_rooms .detail li a:before {
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  bottom: 7px;
  content: " ";
  height: 5px;
  right: 40%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 5px;
}
.list_rooms .type li,
.list_rooms .detail li {
  font-size: 16px;
  width: 25%;
}
.list_rooms ul li:nth-child(3) {
  border-right: none;
}
.list_rooms .type li,
.list_rooms .detail li {
  width: 220px;
  list-style: none;
}
/* ========================
　rooms
========================== */
.box_room .mainvisual img {
  width: 100%;
  height: 60dvh;
  object-fit: cover;
}
.box_room .room_det {
  width: 950px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.box_room .room_det .lbox {
  width: 50%;
  font-size: 15px;
}

.box_room .room_det .lbox .txt {
  margin-bottom: 20px;
  line-height: 1.7;
}

.box_room .room_det .lbox .r_table {
  padding: 0;
}

.box_room .room_det .lbox .r_table li {
  border-top: 1px dashed #ccc;
  padding: 10px 0;
  list-style-type: none;
}

.box_room .room_det .lbox .r_table li dl {
  display: flex;
  margin: 0;
}

.box_room .room_det .lbox .r_table li dl dt {
  width: 35%;
  padding-left: 5%;
}

.box_room .room_det .lbox .r_table li:last-child {
  border-bottom: 1px dashed #ccc;
}

.box_room .room_det .rbox {
  width: 420px;
  border: 1px solid #ccc;
  height: 220px;
}

.box_room .room_det .rbox img {
  height: auto;
  width: 100%;
}

#hero_image_corner_suite,
#hero_image_suite,
#hero_image_terrace_tcjs,
#hero_image_corner_juniorsuite,
#hero_image_twin,
#hero_image_bunk,
#hero_image_queen,
#hero_image_universal_queen {
  /*	width:1190px;*/
  margin-bottom: 40px;
}
#contents .room {
  width: 950px;
}
#hero_image_corner_suite .main_slide,
#hero_image_suite .main_slide,
#hero_image_terrace_tcjs .main_slide,
#hero_image_corner_juniorsuite .main_slide,
#hero_image_twin .main_slide,
#hero_image_bunk .main_slide,
#hero_image_queen .main_slide,
#hero_image_universal_queen .main_slide {
  position: relative;
}
#hero_image_corner_suite .mainvisual ul,
#hero_image_suite .mainvisual ul,
#hero_image_terrace_tcjs .mainvisual ul,
#hero_image_corner_juniorsuite .mainvisual ul,
#hero_image_twin .mainvisual ul,
#hero_image_bunk .mainvisual ul,
#hero_image_queen .mainvisual ul,
#hero_image_universal_queen .mainvisual ul {
  list-style: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
  position: absolute;
  z-index: 2;
}
#hero_image_corner_suite .mainvisual ul.nav_01,
#hero_image_suite .mainvisual ul.nav_01,
#hero_image_terrace_tcjs .mainvisual ul.nav_01,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01,
#hero_image_twin .mainvisual ul.nav_01,
#hero_image_bunk .mainvisual ul.nav_01,
#hero_image_queen .mainvisual ul.nav_01,
#hero_image_universal_queen .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  bottom: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

#hero_image_corner_suite .mainvisual ul.nav_01 li,
#hero_image_suite .mainvisual ul.nav_01 li,
#hero_image_terrace_tcjs .mainvisual ul.nav_01 li,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01 li,
#hero_image_twin .mainvisual ul.nav_01 li,
#hero_image_bunk .mainvisual ul.nav_01 li,
#hero_image_queen .mainvisual ul.nav_01 li,
#hero_image_universal_queen .mainvisual ul.nav_01 li {
  width: 17%;
  text-align: center;
  position: relative;
}
#hero_image_corner_suite .mainvisual ul.nav_01 li:last-child,
#hero_image_suite .mainvisual ul.nav_01 li:last-child,
#hero_image_terrace_tcjs .mainvisual ul.nav_01 li:last-child,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01 li:last-child,
#hero_image_twin .mainvisual ul.nav_01 li:last-child,
#hero_image_bunk .mainvisual ul.nav_01 li:last-child,
#hero_image_queen .mainvisual ul.nav_01 li:last-child,
#hero_image_universal_queen .mainvisual ul.nav_01 li:last-child {
  width: 19%;
  background-color: rgb(142, 97, 38, 1);
  display: block;
}
#hero_image_corner_suite .mainvisual ul.nav_01 li:hover,
#hero_image_suite .mainvisual ul.nav_01 li:hover,
#hero_image_terrace_tcjs .mainvisual ul.nav_01 li:hover,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01 li:hover,
#hero_image_twin .mainvisual ul.nav_01 li:hover,
#hero_image_bunk .mainvisual ul.nav_01 li:hover,
#hero_image_queen .mainvisual ul.nav_01 li:hover,
#hero_image_universal_queen .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image_corner_suite .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_suite .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_terrace_tcjs .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_twin .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_bunk .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_queen .mainvisual ul.nav_01 li:last-child:hover,
#hero_image_universal_queen .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}

#hero_image_corner_suite .mainvisual ul li a,
#hero_image_suite .mainvisual ul li a,
#hero_image_terrace_tcjs .mainvisual ul li a,
#hero_image_corner_juniorsuite .mainvisual ul li a,
#hero_image_twin .mainvisual ul li a,
#hero_image_bunk .mainvisual ul li a,
#hero_image_queen .mainvisual ul li a,
#hero_image_universal_queen .mainvisual ul li a {
  font-size: 15px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image_corner_suite .mainvisual ul.nav_01 li a,
#hero_image_suite .mainvisual ul.nav_01 li a,
#hero_image_terrace_tcjs .mainvisual ul.nav_01 li a,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01 li a,
#hero_image_twin .mainvisual ul.nav_01 li a,
#hero_image_bunk .mainvisual ul.nav_01 li a,
#hero_image_queen .mainvisual ul.nav_01 li a,
#hero_image_universal_queen .mainvisual ul.nav_01 li a {
  padding: 20px 0px;
  color: #fff;
  letter-spacing: 1px;
}
#hero_image_corner_suite .mainvisual ul.nav_01 li:before,
#hero_image_suite .mainvisual ul.nav_01 li:before,
#hero_image_terrace_tcjs .mainvisual ul.nav_01 li:before,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01 li:before,
#hero_image_twin .mainvisual ul.nav_01 li:before,
#hero_image_bunk .mainvisual ul.nav_01 li:before,
#hero_image_queen .mainvisual ul.nav_01 li:before,
#hero_image_universal_queen .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 26px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image_corner_suite .mainvisual ul.nav_01 li:last-child:before,
#hero_image_suite .mainvisual ul.nav_01 li:first-child:before,
#hero_image_terrace_tcjs .mainvisual ul.nav_01 li:last-child:before,
#hero_image_corner_juniorsuite .mainvisual ul.nav_01 li:last-child:before,
#hero_image_twin .mainvisual ul.nav_01 li:last-child:before,
#hero_image_bunk .mainvisual ul.nav_01 li:last-child:before,
#hero_image_queen .mainvisual ul.nav_01 li:last-child:before,
#hero_image_universal_queen .mainvisual ul.nav_01 li:last-child:before {
  content: none;
}
/**************************
	#hero_image slide
**************************/
.main_slide {
  position: relative;
}
.out {
  position: relative;
}
.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 0;
}
input {
  display: none;
}
.in {
  display: flex;
  justify-content: center;
  margin: -40px 0 80px;
  align-items: center;
}
.in a:hover {
  opacity: 1;
}
label span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
label span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #c0c0c0;
  opacity: 1;
  border-radius: 100%;
}

input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before,
input:nth-of-type(7):checked ~ .in label:nth-of-type(7) span::before,
input:nth-of-type(8):checked ~ .in label:nth-of-type(8) span::before,
input:nth-of-type(9):checked ~ .in label:nth-of-type(9) span::before {
  background: #404040;
  opacity: 1;
}
label span::before {
  /*6枚スライド*/
  animation: slidebutton 21s infinite;
}
.two label span::before {
  /*2枚スライド*/
  animation: slidebutton2 7s infinite;
}
.three label span::before {
  /*3枚スライド*/
  animation: slidebutton3 10.5s infinite;
}
.four label span::before {
  /*4枚スライド*/
  animation: slidebutton4 14s infinite;
}
.five label span::before {
  /*5枚スライド*/
  animation: slidebutton5 17.5s infinite;
}
@keyframes slidebutton {
  /*6枚スライド*/
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  2.38% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  16.66% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  19.04% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
@keyframes slidebutton2 {
  /*2枚スライド*/
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  7.14% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  50.00% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  57.14% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
@keyframes slidebutton3 {
  /*3枚スライド*/
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  4.76% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  33.33% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  38.09% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
@keyframes slidebutton4 {
  /*4枚スライド*/
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  3.57% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  25.00% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  28.57% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
@keyframes slidebutton5 {
  /*5枚スライド*/
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  2.85% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  20.00% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  22.85% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
label:nth-of-type(2) span::before,
label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
label:nth-of-type(3) span::before,
label:nth-of-type(3) img {
  animation-delay: 7s;
}
label:nth-of-type(4) span::before,
label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
label:nth-of-type(5) span::before,
label:nth-of-type(5) img {
  animation-delay: 14s;
}
label:nth-of-type(6) span::before,
label:nth-of-type(6) img {
  animation-delay: 17.5s;
}
label:nth-of-type(7) span::before,
label:nth-of-type(7) img {
  animation-delay: 21s;
}
label:nth-of-type(8) span::before,
label:nth-of-type(8) img {
  animation-delay: 24.5s;
}
label:nth-of-type(9) span::before,
label:nth-of-type(9) img {
  animation-delay: 28s;
}
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img,
input:nth-of-type(7):checked ~ .in label:nth-of-type(7) img,
input:nth-of-type(8):checked ~ .in label:nth-of-type(8) img,
input:nth-of-type(9):checked ~ .in label:nth-of-type(9) img {
  opacity: 1;
  z-index: 1;
}
.in img {
  animation: slide 21s infinite; /* (a+b)×c=x */
}
.two img {
  animation: slide2 7s infinite; /* (a+b)×c=x */
}
.three img {
  animation: slide3 10.5s infinite; /* (a+b)×c=x */
}
.four img {
  animation: slide4 14s infinite; /* (a+b)×c=x */
}
.five img {
  animation: slide5 17.5s infinite; /* (a+b)×c=x */
}
@keyframes slide {
  /*6枚スライド*/
  0% {
    opacity: 0;
  }
  2.38% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  16.66% {
    opacity: 1;
  } /* 100÷c=z */
  19.04% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide2 {
  /*2枚スライド*/
  0% {
    opacity: 0;
  }
  7.14% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  50.00% {
    opacity: 1;
  } /* 100÷c=z */
  57.14% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide3 {
  /*3枚スライド*/
  0% {
    opacity: 0;
  }
  4.76% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  33.33% {
    opacity: 1;
  } /* 100÷c=z */
  38.09% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide4 {
  /*4枚スライド*/
  0% {
    opacity: 0;
  }
  3.57% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  25.00% {
    opacity: 1;
  } /* 100÷c=z */
  28.57% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
@keyframes slide5 {
  /*5枚スライド*/
  0% {
    opacity: 0;
  }
  2.85% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  20.00% {
    opacity: 1;
  } /* 100÷c=z */
  22.85% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

input:checked ~ .in img,
input:checked ~ .in span::before {
  animation: none;
}
.in:hover img,
.in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}

/* ========================
　information
========================== */
#information {
  margin: -20px auto 0;
  padding-top: 100px;
}
.box_info ul {
  letter-spacing: 1px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.box_info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 4%;
}
.box_info ul li dl {
  width: 80px;
  margin-right: 6%;
}
.box_info ul li dl img {
  width: 54px;
}
.box_info ul li:last-child {
  margin-right: 0;
}

.box_info ul li dd {
  width: 100%;
}
/* ========================
　amenity / facility
========================== */
#amenity,
#facility {
  margin: -20px auto 0;
  padding-top: 100px;
}
#amenity section,
#facility section {
  margin-top: 40px;
}
#amenity section h4,
#facility section h4 {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}
#amenity section p,
#facility section p {
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}
/* ========================
　service
========================== */
#service {
  margin: -20px auto 0;
  padding-top: 100px;
}
#service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service ul li {
  width: 230px;
  display: initial;
  margin-bottom: 15px;
}
#service ul li img {
  width: 230px;
  height: auto;
  margin-right: 2%;
}
#service ul li dl dd {
  margin: 0;
  margin-top: 2px;
  line-height: 1.7;
}
#service ul li dl dt {
  font-weight: 600;
}
.con_outer .inner {
  width: 950px;
  margin: 50px auto 40px;
  padding: 0;
  line-height: 2.2;
  letter-spacing: 0.8px;
}
#service ul li dl dd a {
  text-decoration: underline;
  color: #595959;
}
#service ul li dl dd a:hover {
  text-decoration: none;
}
