@charset "utf-8";
@import url("https://www.granbellhotel.jp/kyoto/rakuten/top/css/font_style.css");

/* CSS Document */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#contents {
  width: 950px;
  margin: 0 auto;
}
#contents .main_copy {
  text-align: center;
  margin-top: 40px;
  line-height: 1.6;
}
#contents h2 {
  font-size: 23px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 50px 0 20px;
}
#contents ul {
  list-style: none;
  padding: 0;
  position: relative;
}
#contents ul img {
  width: 480px;
  margin-right: 30px;
  float: left;
}
#contents li {
  margin-top: 0px;
  padding-top: 40px;
}
#contents section {
  width: 440px;
  float: left;
}
#contents section p {
  margin: 10px 0 20px 10px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 15px;
}
#contents section dl {
  padding: 20px 0 20px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
}
#contents section dl span {
  font-size: 14px;
  line-height: 1.4;
}
#contents section dt {
  float: left;
}
#contents section dd {
  margin: 0 0 8px 110px;
}
#contents .r_btn {
  margin: 0;
}
#contents .r_btn a {
  background-color: #8e6126;
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
}
#contents .r_btn a:hover {
  opacity: 0.75;
  color: #fff;
}

/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin: 0 auto;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  position: absolute;
  z-index: 2;
}
#hero_image .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 .mainvisual ul.nav_01 li {
  width: 14%;
  text-align: center;
  position: relative;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 16%;
  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: 13px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 18px 0px;
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  top: 20px;
  background-color: rgba(229, 229, 229, 0.5);
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before {
  content: none;
}

/*=======================
 .slider
=======================*/
#contents ul li .facilities_box {
  position: relative;
}
#contents ul li .facilities_box .slider {
  height: 320px;
  width: 480px;
  margin-right: 30px;
  float: left;
}
#contents ul li .facilities_box .out {
  position: relative;
}
#contents ul li .facilities_box .out img {
  width: 100%;
  height: 90%;
}
.in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
#contents ul li .facilities_box .slider input {
  display: none;
}

#contents ul li .facilities_box .in {
  display: inline-flex;
  justify-content: center;
  margin: -30px 0 0 0;
  width: 480px;
}

#contents ul li .facilities_box .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%;
}

/* #spa */
#spa input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#spa input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
#spa input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
#spa input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before,
#spa input:nth-of-type(5):checked ~ .in label:nth-of-type(5) span::before {
  background: #404040;
  opacity: 1;
}
#spa label span::before {
  animation: slidebutton1 17.5s infinite;
}
@keyframes slidebutton1 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  3.5% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  12% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  33% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
#spa label:nth-of-type(2) span::before,
#spa label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#spa label:nth-of-type(3) span::before,
#spa label:nth-of-type(3) img {
  animation-delay: 7s;
}
#spa label:nth-of-type(4) span::before,
#spa label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
#spa label:nth-of-type(5) span::before,
#spa label:nth-of-type(5) img {
  animation-delay: 14s;
}
#spa input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#spa input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
#spa input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
#spa input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img,
#spa input:nth-of-type(5):checked ~ .in label:nth-of-type(5) img {
  opacity: 1;
  z-index: 1;
}
#spa .in img {
  animation: slide1 17.5s infinite; /* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide1 {
  0% {
    opacity: 0;
  }
  3.5% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  25% {
    opacity: 1;
  } /* 100÷c=z */
  28.5% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
  32% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

/* #lounge */
#lounge input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#lounge input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before {
  background: #404040;
  opacity: 1;
}
#lounge label span::before {
  animation: slidebutton2 7s infinite;
}
@keyframes slidebutton2 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  7% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  53% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  60% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
#lounge label:nth-of-type(2) span::before,
#lounge label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#lounge input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#lounge input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img {
  opacity: 1;
  z-index: 1;
}
#lounge .in img {
  animation: slide2 7s infinite; /* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide2 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  53% {
    opacity: 1;
  } /* 100÷c=z */
  60% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

/* #laundromat */
#laundromat input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#laundromat input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before {
  background: #404040;
  opacity: 1;
}
#laundromat label span::before {
  animation: slidebutton3 7s infinite;
}
@keyframes slidebutton3 {
  0% {
    opacity: 1;
    background: #c0c0c0;
  }
  7% {
    opacity: 1;
    background: #404040;
  } /* b÷x×100=y */
  53% {
    opacity: 1;
    background: #404040;
  } /* 100÷c=z */
  60% {
    opacity: 1;
    background: #c0c0c0;
  } /* y+z */
}
#laundromat label:nth-of-type(2) span::before,
#laundromat label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#laundromat input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#laundromat input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img {
  opacity: 1;
  z-index: 1;
}
#laundromat .in img {
  animation: slide3 7s infinite; /* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide3 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  53% {
    opacity: 1;
  } /* 100÷c=z */
  60% {
    opacity: 0;
    z-index: 0;
  } /* y+z */
}

#spa input:checked ~ .in img,
#spa input:checked ~ .in span::before,
#lounge input:checked ~ .in img,
#lounge input:checked ~ .in span::before,
#laundromat input:checked ~ .in img,
#laundromat input:checked ~ .in span::before {
  animation: none;
}
#spa .in:hover img,
#spa .in:hover span::before,
#lounge .in:hover img,
#lounge .in:hover span::before,
#laundromat .in:hover img,
#laundromat .in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}

/* ==============================
   　　　表
============================== */
#contents table {
  margin: 20px 0;
  font-size: 14px;
}
#contents table tr td {
  width: 24%;
  height: 30px;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 8%;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#contents table tr .pl_20 {
  padding: 10px 20px 10px;
}
#contents table tr .lh {
  line-height: 1.5;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
