@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */
/* @font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 200;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-ExtraLight.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Light.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-SemiBold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: url(https://www.granbellhotel.jp/fonts/NotoSerifJP-Black.otf) format("opentype");
  font-display: swap;
} */

#RthCustomizeW {
  background: url(https://www.granbellhotel.jp/sapporo/rakuten/top/img/common/back_img.png) no-repeat;
  background-size: 100%;
  background-position-y: -480px;
}
#htlContents {
  width: 1190px !important;
  margin: auto !important;
  min-width: 1190px !important;
}
#htlMainContent {
  /* width: 1190px; */
}
div#RthCustomizeW {
  margin-right: 240px;
}
div#htlContents div#htlMainContent div div#trvlHtlSubNav ul {
  /* width: 1165px; */
}
#htlSide-A {
  /* position: absolute; */
  /* top: 1050px; */
  /* left: 20px; */
  /* margin-top: 100px; */ /* バナー高さ + 10px*バナー数　*/
}

/*バナー CSSで表示・非表示を切り替える*/
.bnr_area {
  width: 950px;
  text-align: center;
  display: none;
}
.bnr_area p {
  margin-bottom: 10px;
}
.bnr_area .bnr_single {
  display: flex;
  flex-direction: column;
}
.bnr_area .bnr_single p:nth-child(1) {
  display: none;
}
.bnr_area .bnr_single p:nth-child(2) {
  display: none;
}
.bnr_area .bnr_single p:nth-child(3) {
  display: none;
}
.bnr_area .bnr_toku {
  width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
/*

.bnr_area .bnr_toku p:nth-child(2){
	display: none;
}
*/
.bnr_area .bnr_toku p:nth-child(3) {
  display: none;
}

.over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
a#rc_rightArea {
  width: 150px; /*画像の全体幅*/
  position: fixed;
  top: 200px;
  right: -100px; /*マウスを乗せた時に出てくる幅*/
  display: inline-block;
  transition: all 0.2s ease;
  z-index: 9999;
}
a#rc_rightArea:hover {
  right: 100;
}
a:hover {
  opacity: 0.75;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin-bottom: 40px;
}
#hero_image .mainvisual {
  position: relative;
  height: 559px;
}
.mainvisual h1 {
  position: absolute;
  z-index: 4;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  width: 100%;
}
.mainvisual h1 span {
  font-size: 2.8rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 5px;
}
#hero_image .mainvisual ul {
  list-style: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  position: absolute;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li {
  width: 17%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 19%;
  background-color: rgb(142, 97, 38, 1);
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(100, 100, 100, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #aa895c;
}

#hero_image .mainvisual ul li a {
  font-size: 15px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 25px 0;
  color: #fff;
  letter-spacing: 1px;
}
#hero_image .mainvisual ul.nav_01 li a.rest_nav {
  padding: 13.5px 0;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 43%;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
#hero_image .mainvisual .out label span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 7px;
  margin: -107px 0 0;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
/**************************
	#hero_image slide
**************************/
#hero_image.main_slide {
  position: relative;
}
#hero_image.main_slide:after {
  position: static;
}
#hero_image .out {
  position: relative;
}
#hero_image .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;
}
#hero_image input {
  display: none;
}
#hero_image .in {
  display: flex;
  justify-content: center;
  height: 30px;
  align-items: center;
}
#hero_image .in a:hover {
  opacity: 1;
}
#hero_image label span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  margin: -120px 0 0;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#hero_image label span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  border-radius: 100%;
}
#hero_image input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#hero_image input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
#hero_image input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
#hero_image input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
#hero_image input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before,
#hero_image input:nth-of-type(6):checked ~ .in label:nth-of-type(6) span::before,
#hero_image input:nth-of-type(7):checked ~ .in label:nth-of-type(7) span::before,
#hero_image input:nth-of-type(8):checked ~ .in label:nth-of-type(8) span::before,
#hero_image input:nth-of-type(9):checked ~ .in label:nth-of-type(9) span::before,
#hero_image input:nth-of-type(10):checked ~ .in label:nth-of-type(10) span::before {
  background: #000;
  opacity: 1;
}
#hero_image label span::before {
  animation: slidebutton 21s infinite;
}
@keyframes slidebutton {
  0% {
    opacity: 1;
    background: #fff;
  }
  2.38% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  16.66% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  19.04% {
    opacity: 1;
    background: #fff;
  } /* 100÷c=z */
}
#hero_image label:nth-of-type(2) span::before,
#hero_image label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#hero_image label:nth-of-type(3) span::before,
#hero_image label:nth-of-type(3) img {
  animation-delay: 7s;
}
#hero_image label:nth-of-type(4) span::before,
#hero_image label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
#hero_image label:nth-of-type(5) span::before,
#hero_image label:nth-of-type(5) img {
  animation-delay: 14s;
}
#hero_image label:nth-of-type(6) span::before,
#hero_image label:nth-of-type(6) img {
  animation-delay: 17.5s;
}
#hero_image label:nth-of-type(7) span::before,
#hero_image label:nth-of-type(7) img {
  animation-delay: 21s;
}
#hero_image label:nth-of-type(8) span::before,
#hero_image label:nth-of-type(8) img {
  animation-delay: 24.5s;
}
#hero_image label:nth-of-type(9) span::before,
#hero_image label:nth-of-type(9) img {
  animation-delay: 28s;
}
#hero_image label:nth-of-type(10) span::before,
#hero_image label:nth-of-type(10) img {
  animation-delay: 31.5s;
}

#hero_image input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#hero_image input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
#hero_image input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
#hero_image input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
#hero_image input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img,
#hero_image input:nth-of-type(6):checked ~ .in label:nth-of-type(6) img,
#hero_image input:nth-of-type(7):checked ~ .in label:nth-of-type(7) img,
#hero_image input:nth-of-type(8):checked ~ .in label:nth-of-type(8) img,
#hero_image input:nth-of-type(9):checked ~ .in label:nth-of-type(9) img,
#hero_image input:nth-of-type(10):checked ~ .in label:nth-of-type(10) img {
  opacity: 1;
  z-index: 1;
}
#hero_image .in img {
  animation: slide 21s infinite; /* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  2.38% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  16.66% {
    opacity: 1;
  } /* 100÷c=z */
  /*28.5% {
    opacity: 1;
  } /* 100÷c=z */
  19.04% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}
#hero_image input:checked ~ .in img,
#hero_image input:checked ~ .in span::before {
  animation: none;
}
#hero_image .in:hover img,
#hero_image .in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}
/*----------------------
　#contents
----------------------*/
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
#contents {
  width: 950px;
  margin: 0 auto;
  color: #000;
  padding-top: 30px;
  /* padding-left: 240px; */
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
.service li img {
  width: 100%;
}
.plan,
.concept,
.charm,
.service {
  font-size: 14px;
  margin: 80px 0 40px;
}
/*プランflex*/
#contents .plan ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  padding-left: 0;
}
#contents .plan ul li {
  margin: 0 25px 0 0;
  width: 300px;
  padding: 0;
}
#contents .plan ul li:last-child {
  margin: 0;
}
#contents .plan ul li a {
  text-decoration: none;
}
#contents .plan ul li a p {
  color: #000;
  width: 100%;
  padding: 0;
  margin: 10px 0 20px;
}
#contents .plan ul li a p span {
  color: #000;
  font-size: 13px;
  margin-top: 5px;
}

#contents .plan .list_link a {
  width: 100%;
  text-align: right;
  text-decoration: none;
  color: #8e6127;
  font-size: 14px;
}
#contents .plan .list_link a:hover {
  text-decoration: underline;
}
#contents a {
  display: block;
  width: 100%;
  height: auto;
}

#contents .dayuse {
  margin-bottom: 20px;
}
/*----------------------
.pickup_plan
----------------------*/
#contents .pickup_plan {
  margin: 20px auto 0;
}
#contents .pickup_plan ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
#contents .pickup_plan ul li {
  width: 465px;
}
#contents .pickup_plan ul li img {
  width: 100%;
}
/*----------------------
　.plan
----------------------*/
.service {
  overflow: hidden;
  margin-top: 50px;
}
.plan li {
  width: 210px;
  float: left;
  list-style: none;
}
.plan li:nth-child(2) {
  margin: 0 22px;
}
.plan li p,
.service li p {
  padding: 0 5px;
  margin: 10px 0;
  line-height: 1.5;
}
.plan li a:hover {
  text-decoration: none;
}
.service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.service li {
  width: 220px;
  list-style: none;
  margin-bottom: 20px;
}
.service p a {
  text-decoration: underline;
  color: #000000;
}
.service p a:hover {
  text-decoration: none;
}
/*----------------------
　.concept
----------------------*/
/*----------------------
　.charm
----------------------*/
.charm p {
  margin-bottom: 10px;
}
/*----------------------
　.photo
----------------------*/
.photo {
  width: 950px;
  margin-bottom: 70px;
}
.photo > .btn {
  width: 470px;
  margin: 30px auto 0;
}
.photo > .btn a {
  background-color: #8e6127;
  color: #fff;
  font-size: 16px;
  background-image: url(../../img/common/yazi_white.png);
  background-repeat: no-repeat;
  background-position: 13px 20px;
  background-size: 5px;
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}
.photo > .btn a:hover {
  opacity: 0.75;
}
/*----------------------
　.hotel_detail
----------------------*/
.hotel_detail {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  border-top: 1px solid #ccc;
}
.hotel_detail p {
  font-size: 19px;
  margin: 20px 20px 0px;
}
.hotel_detail ul {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}
