@charset "utf-8";
@import url("https://www.granbellhotel.jp/osaka/rakuten/top/css/font_style.css");
/* CSS Document */
#RthCustomizeW {
  background: url(https://www.granbellhotel.jp/osaka/rakuten/top/img/back_img.png) no-repeat;
  background-size: 100%;
  background-position-y: -195px;
}
#htlContents {
  width: 1190px !important;
  margin: auto !important;
  min-width: 1190px !important;
  line-height: 1.5;
}
/* #htlMainContent {
  width: 1190px;
} */
div#RthCustomizeW {
  margin-right: 240px;
}
/* div#htlContents div#htlMainContent div div#trvlHtlSubNav ul {
  width: 1165px;
} */
/*----------------------------------------
	FV上バナー
----------------------------------------*/
/* #htlSide-A {
  position: absolute;
  top: 250px;
  left: 20px;
  margin-top: 100px; バナー高さ + 10px*バナー数　 
} */

.over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.bnr_area {
  width: 950px;
  text-align: center;
}
.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;
  display: none;
}

/*
.bnr_area .bnr_toku p:nth-child(1){
display: none;
}
*/
.bnr_area .bnr_toku p:nth-child(2) {
  display: none;
}

.bnr_area .bnr_toku p:nth-child(3) {
  display: none;
}
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;
}
#contents img {
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin-bottom: 40px;
}
#hero_image .mainvisual {
  position: relative;
  height: 560px;
}
#hero_image .mainvisual h1 {
  position: absolute;
  z-index: 4;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 1.45rem;
  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%;
}
#hero_image .mainvisual h1 span {
  font-size: 2.8rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 5px;
}
#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: 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: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 20px 0px;
  color: #fff;
  letter-spacing: 1px;
}
#hero_image .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 .mainvisual ul.nav_01 li:last-child:before,
#hero_image .mainvisual ul.nav_01 li:first-child:before {
  content: none;
}
/**************************
	#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 {
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero_image .in a:hover {
  opacity: 1;
}
#hero_image label span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  margin: 600px 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 {
  background: #794100;
  opacity: 1;
}
#hero_image label span::before {
  animation: slidebutton 24.5s infinite;
}
@keyframes slidebutton {
  0% {
    opacity: 1;
    background: #fff;
  }
  2.0% {
    opacity: 1;
    background: #794100;
  } /* b÷x×100=y */
  14.2% {
    opacity: 1;
    background: #794100;
  } /* 100÷c=z */
  16.2% {
    opacity: 1;
    background: #fff;
  } /* y+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 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 {
  opacity: 1;
  z-index: 1;
}
#hero_image .in img {
  animation: slide 24.5s infinite; /* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  2.0% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  14.2% {
    opacity: 1;
  } /* 100÷c=z */
  16.2% {
    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: 25px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#contents {
  width: 950px;
  margin: 0 auto;
  color: #000;
  padding-top: 30px;
}
.plan,
.concept,
.charm,
.service {
  font-size: 14px;
  margin-bottom: 60px;
}
#contents .concept {
  overflow: hidden;
  width: 100%;
}
/*----------------------
.pickup_plan
----------------------*/
#contents .pickup_plan {
  margin: 0 auto;
}
#contents .pickup_plan ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
#contents .pickup_plan ul li {
  width: 465px;
  margin-bottom: 24px;
}
#contents .pickup_plan ul li img {
  width: 100%;
}
/* =======================
	　info
========================== */
.info {
  width: 100%;
  margin: 60px auto 20px;
}
.info p {
  border: 1px #999 solid;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}
/*----------------------
　.rest
----------------------*/
.rest {
  margin: 0 0 50px;
}
/*----------------------
　.plan
----------------------*/
.col_sp2_pc3 ul {
  padding: 0;
  margin-bottom: 20px;
}
.plan ul li {
  width: 32%;
  float: left;
  margin: 0 0 0 2%;
  border-bottom: none;
  list-style: none;
  padding: 0;
}
.plan ul li:first-child {
  margin: 0;
}
.col_sp2_pc3 ul li a p {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  margin: 10px 0;
  color: #000;
}
.col_sp2_pc3 ul li a {
  display: inline-block;
}
.plan ul li a:hover p,
.plan ul li a:hover p span {
}
.col_sp2_pc3 ul li a p span {
  color: #000;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
}
.plan .list_link a {
  top: 4px;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #8e6127;
  text-decoration: none;
}
.plan .list_link a:hover {
  color: #d2ab79;
  text-decoration: underline;
}
#contents .service {
  overflow: hidden;
  margin: 0 auto 60px;
}
#contents .service ul {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 20px;
}
#contents .service li {
  width: calc((100% - 60px) / 4);
  list-style: none;
}
#contents .service li p a {
  color: #000;
  text-decoration: underline;
}
#contents .service li p a:hover {
  text-decoration: none;
}
#contents .service li:last-child {
  margin-right: 0;
}
#contents .service li img {
  width: 100%;
}
#contents .service li p {
  font-size: 14px;
  margin: 10px 0 20px;
  line-height: 1.5;
}
/*----------------------
　.concept
----------------------*/
.concept {
  position: relative;
}
.concept img {
  width: 100%;
}
.concept .pc_concept_copy {
  position: absolute;
  top: 19%;
  left: 50%;
  margin-left: -302px;
  width: 604px;
}
.concept .pc_concept_text {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: 6%;
  width: 405px;
}
.bnr {
  padding: 10px 0 0 0;
}
/*----------------------
　.charm
----------------------*/
.charm p:first-of-type {
  margin-bottom: 10px;
}
.charm div {
  position: relative;
}
.pc_charm_copy {
  position: absolute;
  top: 52%;
  left: 50%;
  margin-left: -423px;
  width: 857px;
  pointer-events: none;
}
.pc_charm_copy img {
  width: 95%;
}
/*----------------------
　.photo
----------------------*/
.photo {
  width: 800px;
  margin: 0 auto 60px;
  margin-bottom: 60px;
}
.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 {
  border-top: 1px solid #ccc;
  line-height: 1.4;
}
.hotel_detail p {
  font-size: 19px;
  margin: 20px 20px 0px;
}
.hotel_detail ul {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}
