@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;
}
#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; */
}
h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 15px;
  margin-top: 0;
  color: #063641;
}
/* ========================
　list_rooms
========================== */
h1 {
  /*    margin: 60px auto 70px;*/
  width: 480px;
}
/*
#guidance h2 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 68px;
    color: #063641;
    margin-bottom: 50px;
}
*/
.con_outer {
  margin: 0 auto 30px;
  width: 950px;
  display: flex;
  justify-content: space-between;
}
#guidance {
  display: block;
  margin-bottom: 100px;
}
#guidance .price {
  padding: 40px 0;
  margin-top: 0;
  background-color: #f0f0f0;
  font-size: 15px;
}
#guidance .price dl {
  width: 570px;
  margin: 0 auto 15px;
  padding: 30px 15px;
  border-bottom: 1px solid #fff;
}
#guidance .price dl:first-child {
  margin-bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 15px;
}
#guidance .price dl dt {
  float: left;
}
#guidance .price dl dd {
  text-align: right;
  margin-bottom: 25px;
  line-height: 1.8;
}
#guidance .price dl dd:last-child {
  margin-bottom: 0;
}
#guidance .price p {
  width: 570px;
  padding: 0 15px;
  letter-spacing: 1.4px;
  margin: 0 auto;
}
.con_outer .slider {
  height: 430px;
}
.con_outer .inner,
.wrap_inner {
  width: 35%;
  margin-left: 25px;
  line-height: 1.7;
}
.slider-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 430px;
}
.wrap_inner p {
  font-size: 13px;
  margin: 0 0 15px;
}
.wrap_inner h3 img {
  width: auto;
  height: 75px;
}
.wrap_inner h2 {
  text-align: left;
  margin: 0 0 10px;
}
.wrap_inner h2 img {
  width: auto;
  height: 75px;
  margin: 0 auto;
}
.wrap_inner .pict {
  background-color: #c9a063;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 3px 0;
  margin: 0 auto 10px;
  border-radius: 5px;
}

/* ========================
　rooms
========================== */
.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%;
}
#f_rooftop,
#f_dining,
#f_spa,
#f_spalounge,
#f_esthetic,
#f_gym,
#f_laundry,
#f_front,
#f_lounge,
#f_checkin,
#f_change,
#f_cvs,
#f_ven,
#f_ice,
#f_smo {
  /*	width:1190px;*/
  margin-bottom: 50px;
  margin-top: -100px;
  padding-top: 100px;
}
#contents .room {
  width: 950px;
}
#f_rooftop .main_slide,
#f_dining .main_slide,
#f_spa .main_slide,
#f_spalounge .main_slide,
#f_esthetic .main_slide,
#f_gym .main_slide,
#f_laundry .main_slide,
#f_front .main_slide,
#f_lounge .main_slide,
#f_checkin .main_slide,
#f_change .main_slide,
#f_cvs .main_slide,
#f_ven .main_slide,
#f_ice .main_slide,
#f_smo .main_slide {
  position: relative;
}
#f_front .mainvisual ul {
  list-style: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
  position: absolute;
  z-index: 2;
}

#f_rooftop .mainvisual ul li a,
#f_dining .mainvisual ul li a,
#f_spa .mainvisual ul li a,
#f_spalounge .mainvisual ul li a,
#f_esthetic .mainvisual ul li a,
#f_gym .mainvisual ul li a,
#f_laundry .mainvisual ul li a,
#f_front .mainvisual ul li a,
#f_lounge .mainvisual ul li a,
#f_checkin .mainvisual ul li a,
#f_checkin .mainvisual ul li a,
#f_cvs .mainvisual ul li a {
  font-size: 15px;
  display: block;
  width: 100%;
  text-decoration: none;
}
/**************************
	#hero_image slide
**************************/
.main_slide {
  position: relative;
}
.main_slide:after {
  position: static;
}
.out {
  position: relative;
}
.out img {
  width: 100%;
  height: 90%;
}
.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
}
/*#hero_image.main_slide img{
    display: block;
    width: 100%;
    height: auto;
}*/
input {
  display: none;
}

.in {
  display: flex;
  justify-content: center;
  margin: -40px 0 50px;
}
.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; /* マウスを載せると一時停止 */
}

/* ========================
　con_floor
========================== */
.con_floor {
  margin-bottom: 50px;
}

.box_floor {
  width: 560px;
  margin: 90px auto 70px;
  border: 1px solid #999;
  padding: 0;
}

.box_floor li {
  list-style-type: none;
}

.box_floor .list_f {
  padding: 0;
}

.box_floor .list_f dl {
  display: flex;
  position: relative;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  margin: 0 0 -1px;
}

.box_floor .list_f dl dt {
  font-family: "Oswald", sans-serif;
  color: #063641;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  width: 110px;
  margin-left: -54px;
  background-color: #fff;
}

.box_floor .list_f .item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
}
.box_floor .list_f dd {
  margin-left: 40px;
}

.box_floor .list_f .item li {
  padding-right: 15px;
  line-height: 1.5;
}

.box_floor .list_f .item li a {
  color: #595959;
}

#container .sub {
  display: grid;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto 80px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 3%;
}

#container .sub .sub_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: -100px 0 0 0;
  padding-top: 100px;
  column-gap: 3%;
}

#container .sub .sub_box > div {
  width: 100%;
}

#container section .wrap_faci {
  width: 100%;
  margin: 0 auto;
  margin-right: 3%;
}
#container section .faci_mar dl dd {
  margin: 0;
}

#container .sub .sub_box h2 {
  margin: 5px 0 10px 5px;
  text-align: left;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #063641;
  letter-spacing: 2px;
}

#container section .wrap_inner .date {
  color: #fff;
  text-align: center;
  background-color: #063641;
  padding: 3px 0;
  width: 190px;
  margin: 0 0 15px;
  border-radius: 5px;
}

#container section .wrap_inner dl {
  display: flex;
  padding: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 -1px;
}

#container section .wrap_inner dl dt {
  width: 25%;
}

#container section .wrap_inner dl dd {
  width: 75%;
  margin: 0;
}

#container .sub .sub_box .wrap_faci dl dt {
  width: 60%;
}

#container .sub .sub_box > div img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#container section .wrap_inner 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;
}

#container #f_rooftop .wrap_inner p:nth-of-type(4) .btn.bgleft {
  margin-top: 0;
}
#container #f_dining .wrap_inner p:nth-of-type(3) .btn.bgleft {
  margin-top: 0;
}
#container #f_rooftop .wrap_inner p .btn,
#container #f_dining .wrap_inner p .btn,
#container #f_spa .wrap_inner p .btn {
  z-index: 1;
}

.btn:hover {
  opacity: unset;
}

.btn:hover span {
  color: #fff;
}

a:visited {
  color: #595959;
}

.btn span {
  position: relative;
  z-index: 3;
  color: #063641;
}

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;
}

.btn.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;
}
#container #f_dining .wrap_inner p:nth-of-type(2) .btn.bgleft,
#container #f_dining .wrap_inner p:nth-of-type(2) .btn.bgleft::before,
#container #f_spa .wrap_inner p .btn.bgleft,
#container #f_spa .wrap_inner p .btn.bgleft::before {
  background-image: none;
}
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#container section .wrap_faci dl {
  display: flex;
  padding: 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: -1px;
}
