@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */

#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 部分も変更 
1つ…20px　2つ…110px　3つ…330px　4つ…330px 1バナー＋横置き…180px*/
  /* top: 337px; */
  /* left: 20px; */
}
.toku_bnr {
  width: 1190px;
  margin: 0 auto 20px;
  text-align: center;
}
.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;
}
#contents img {
  width: 100%;
}

.bnr_area {
  width: 950px;
}

/*=======================
mainvisual
=======================*/
#hero_image {
  width: 950px;
  margin-bottom: 40px;
}
#hero_image .mainvisual {
  position: relative;
}
.mainvisual h1 {
  position: absolute;
  z-index: 4;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  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%;
}
.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;
  bottom: 0px;
  width: 100%;
  padding: 0 4%;
  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: 23.5px 0px;
  color: #fff;
  letter-spacing: 2px;
}
#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 {
  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;
}
#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 {
  background: #000;
  opacity: 1;
}
#hero_image label span::before {
  animation: slidebutton 10.5s infinite;
}
@keyframes slidebutton {
  0% {
    opacity: 1;
    background: #fff;
  }
  3.5% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  33% {
    opacity: 1;
    background: #000;
  } /* b÷x×100=y */
  38.5% {
    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 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 {
  opacity: 1;
  z-index: 1;
}
#hero_image .in img {
  animation: slide 10.5s infinite; /* (a+b)×c=x */
  opacity: 0;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  3.5% {
    opacity: 1;
    z-index: 1;
  } /* b÷x×100=y */
  33% {
    opacity: 1;
  } /* 100÷c=z */
  38.5% {
    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 {
  width: 950px;
  margin: 0 auto;
  color: #000;
  /* padding-left: 240px; */
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
#contents h2 {
  font-size: 23px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.plan,
.concept,
.charm,
.service {
  font-size: 14px;
  margin-bottom: 60px;
}
#contents .concept {
  overflow: hidden;
  width: 100%;
}

/*----------------------
　.info_popup
----------------------*/
#contents .info_popup {
  margin: 50px auto 20px;
}
#contents .info_popup p {
  border: #999 solid 1px;
  text-align: center;
  margin: 10px 0 20px 0;
  font-size: 14px;
  font-weight: 100;
}
#contents .info_popup p a {
  display: block;
  color: #000;
  padding: 13px;
  text-decoration: none;
}
#contents .info_popup p a:hover {
  text-decoration: underline;
  opacity: 1;
}
#contents .inner {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}
/*----------------------
　.plan
----------------------*/
.plan,
.service {
  overflow: hidden;
  margin-top: 50px;
}
.service ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
.service li img {
  width: 100%;
}
#contents .plan ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  padding-left: 0;
}
.plan li,
.service li {
  width: 32%;
  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 li {
  margin-bottom: 20px;
}
.service li:last-child {
  margin-right: 0px;
}
.service p a {
  text-decoration: underline;
  color: #000000;
}
.service p a:hover {
  text-decoration: none;
}
.plan,
.concept,
.charm,
.service {
  font-size: 14px;
  margin: 100px 0 40px;
}
.col_sp2_pc3 ul li a p {
  color: #333;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  margin: 10px 0 20px 0;
}
.col_sp2_pc3 ul li a {
  text-decoration: none;
}
#contents .plan .list_link a {
  width: 100%;
  text-decoration: none;
  color: #8e6127;
  font-size: 14px;
}
#contents .plan .list_link {
  text-align: right;
}
#contents .plan .list_link a:hover {
  color: #d2ab79;
  text-decoration: underline;
}
/*----------------------
　.concept
----------------------*/
/*----------------------
　.charm
----------------------*/
.charm p {
  margin-bottom: 10px;
}
.charm p:last-of-type {
  margin-bottom: 0;
}
/*----------------------
　.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 {
  border-top: 1px solid #ccc;
}
.hotel_detail p {
  font-size: 19px;
  margin: 22px 20px 10px;
}
.hotel_detail ul {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}
.hotel_detail ul li {
  margin-bottom: 5px;
}
