@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);
}
#container a {
  color: #595959;
}
table a:hover,
#contents a:hover {
  opacity: 0.75;
}
a:link,
a:visited {
  color: #595959;
}
dl dd {
  margin: 0;
}
li {
  list-style: none;
}

.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;
}
#f_front {
  width: 950px;
  margin-bottom: 40px;
}
.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 auto 0;
  position: relative;
  overflow: hidden;
  height: 300px;
}
.sub_fv .head_bg img {
  width: 950px;
  height: 300px;
  object-fit: cover;
}
.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: 80px;
  margin-bottom: 50px; */
  margin-bottom: 50px;
  margin-top: -100px;
  padding-top: 100px;
}
h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
  color: #063641;
  margin-bottom: 20px;
  font-weight: 400;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  margin-top: 0;
}
/* ========================
　list_rooms
========================== */
h1 {
  width: 480px;
}
#container {
  width: 950px;
  margin: 0 auto;
  line-height: 1.7;
}

#container .heading {
  width: 90%;
  margin: 0 auto 50px;
  padding: 60px 0 0;
  text-align: center;
}
#container .heading .title {
  text-align: center;
  color: #063641;
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto 10px;
}
#onsen h2,
#facilities h2,
#amenity h2 {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 68px;
  color: #063641;
  margin: 45px 0 50px;
  margin-top: -100px;
  padding-top: 100px;
}
.con_outer {
  margin-bottom: 100px;
}
#onsen {
  margin-top: -100px;
  padding-top: 100px;
}
#detail h2,
#rates h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
#RthCustomizeW .spa_note h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

/* ========================
　list_spa
========================== */
.list_spa {
  /* width: 90%; */
  margin: 0 auto 40px;
}
.list_spa ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.list_spa ul li {
  width: 170px;
  text-align: center;
  border-left: 1px solid #ccc;
  margin-bottom: 12px;
  list-style: none;
}
.list_spa ul li:last-child {
  border-right: 1px solid #ccc;
}
.list_spa ul li a {
  position: relative;
  display: inline-block;
  color: #333;
  padding-bottom: 15px;
  text-decoration: none;
}
.list_spa ul 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;
}
/* ========================
　tab_spa
========================== */

.tab_spa {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.tab_menu {
  width: 465px;
  font-size: 30px;
  text-align: center;
  color: #063641;
  display: block;
  float: left;
  transition: all 0.2s ease;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 8px 0.5em;
  margin: 0 5px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid #e6eaec;
}
.tab_spa input:checked + .tab_menu {
  border-bottom: 4px solid #063641;
}
input[name="tab_menu"] {
  display: none;
}
.tab_contents {
  display: none;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
  transition: 0.5s opacity;
}
.tab_contents img {
  width: 100%;
}
#menu01:checked ~ #menu01,
#menu02:checked ~ #menu02,
#menu03:checked ~ #menu03,
#menu04:checked ~ #menu04 {
  display: block;
}
.spa_head {
  text-align: center;
  margin: 0 auto 50px;
  /* padding: 80px 0 0; */
  padding: 40px 0 0;
  font-size: 13px;
}
/* ========================
　spa_content
========================== */
.wrap_spa ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
.wrap_spa ul {
  padding: 0;
}
.wrap_spa ul li img {
  width: 55%;
  margin-right: 4%;
  object-fit: contain;
}
.wrap_spa ul li .spa_dit {
  margin: 20px auto 45px;
  text-align: left;
}
.wrap_spa ul li .spa_dit > dl dt {
  text-align: left;
  font-size: 30px;
  color: #063641;
  margin-bottom: 15px;
}
.wrap_spa ul li .spa_dit .dit_list {
  margin-top: 30px;
}
.wrap_spa ul.column {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.wrap_spa ul.column li {
  display: initial;
  width: 48%;
  margin-bottom: 0;
}
.wrap_spa ul.column li img {
  width: 100%;
  margin-right: 4%;
  object-fit: contain;
}
/* ========================
　detail
========================== */
#detail,
#rates {
  width: 700px;
  margin: 0 auto 100px;
}
#detail dl {
  border-top: #ccc 1px solid;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
#rates dl,
.dit_list dl {
  border-top: #ccc 1px solid;
  display: flex;
  justify-content: space-between;
  padding: 10px 1%;
}
#detail dl:last-child,
#rates dl:last-child,
.dit_list dl:last-child {
  border-bottom: #ccc 1px solid;
}
#detail dl dt,
#rates dl dt,
.dit_list dl dt {
  width: 25%;
}
#detail dl dd,
#rates dl dd,
.dit_list dl dd {
  width: 70%;
}
/* ========================
　facilities
========================== */
#facilities .con_bg {
  background-color: #f0f0f0;
}
#facilities .inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: inherit;
}
#facilities .inner img {
  width: 60%;
  object-fit: contain;
}
#facilities .inner .wrap_faci {
  width: 36%;
  margin: 0;
}
#facilities .wrap_faci > dl {
  margin-bottom: 15px;
}
#facilities .wrap_faci > dl dt {
  text-align: left;
  font-size: 30px;
  margin-bottom: 8px;
}
#facilities .wrap_faci > dl dd {
  margin: 0;
}
#facilities .wrap_faci .wrap_dit dl {
  display: flex;
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #fff;
}
#facilities .wrap_faci .wrap_dit dl:last-of-type {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
#facilities .wrap_faci .wrap_dit dt {
  text-align: left;
  font-size: initial;
  width: 30%;
  margin-left: 2%;
}
#facilities .column_faci {
  width: 950px;
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 3%;
}
#facilities .column_faci li {
  width: 31.3%;
  list-style: none;
}
#facilities .column_faci li img {
  width: 100%;
}
#facilities .column_faci li dl dt {
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0 10px;
}
#facilities .column_faci li dl dd {
  margin: 0;
}
#facilities .btn span {
  position: relative;
  z-index: 3;
  color: #063641;
}
#facilities .btn:hover span {
  color: #fff;
}
#facilities p .btn {
  width: 80%;
  margin-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #063641;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
}
#facilities p .btn.bgleft {
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink_b.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
#facilities .btn:hover {
  opacity: unset;
}
#facilities .bgleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #063641;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  box-sizing: border-box;
  background-image: url(https://www.granbellhotel.jp/img/common/img_externalLink.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: top 50% right 10px;
}
#facilities .bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* ========================
  amenity
========================== */
#amenity {
  width: 90%;
  margin: 0 auto 100px;
}
#amenity dl {
  margin: 0 0 30px;
}
#amenity .pickup_item {
  display: flex;
  margin-bottom: 30px;
}
#amenity .pickup_item img {
  width: 40%;
  margin-right: 4%;
}
#amenity .pickup_item dt {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 5px;
  border-bottom: #ccc 1px solid;
}
#amenity .pickup_item dd {
  margin: 0;
}
/* ========================
  spa_note
========================== */
.spa_note {
  width: 85%;
  margin: 0 auto 30px;
}
.spa_note ul {
  padding: 0;
}
.spa_note ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
