@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#efeeeb;}
section:nth-of-type(even){background-color:#ddd9d5;}

html {scroll-behavior: smooth;}/*smooth scroll*/





/*759px以下*/
@media screen and (max-width: 759.9px) {  /*SP*/
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
.inner{
	width: 100%;
	margin: 0;
	padding: 24px 0;
	box-sizing: border-box;
}

#kokyu{
font-size: 14px;
line-height: 1.6;
}

/*slider共通*/
figure{
  margin:0;
  padding:0;
}
.slick-slide img{
  width: 100%;
}

.slick-prev, 
.slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.slick-prev {
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right:2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:-20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  background:#b2b2b2;
}
.slick-dots .slick-active button{
  background:#383533;
}



}/*SP*/



@media (min-width: 760px) and (max-width: 820px),print {  /*TB*/

#kokyu p,
#kokyu li,
#kokyu dt,
#kokyu dd{
font-size: 14px;
line-height: 1.6;
}


}/*TB*/





/*760px以上*/
@media screen and (min-width: 760px),print {  /*PC*/
/* CSS */
#wrapper {line-height: 1.231;}
.pcnone{display:none;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
.inner{
	width: 96%;
	max-width:1010px;
	margin: 0 auto;
	padding:60px 0;
	display: block;
}


#kokyu{
font-size: 16px;
line-height: 1.6;
}

/*slider共通*/
figure{
  margin:0;
  padding:0;
}
.slick-slide img{
  width: 100%;
}
.slick-prev, 
.slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.slick-prev {
  left:2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right:2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:-20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  background:#b2b2b2;
}
.slick-dots .slick-active button{
  background:#383533;
}



}/*PC*/





/*
  header 〜　nav
==================================================== */


@media screen and (max-width: 759.9px) {  /*SP*/

#header{
  position: relative;
  width:100vw;
  height: 400px;
  overflow: hidden;
  background: #000;
}

/*　背景スライドショー　*/
.mvslider {
  position: relative;
}
.slider-item01 {background:url(../images/mv01.jpg);}
.slider-item02 {background:url(../images/mv02.jpg);}
.slider-item03 {background:url(../images/mv03.jpg);}
.slider-item04 {background:url(../images/mv04.jpg);}

.slider-item {
  width: 100%;
  min-height: 400px;
  max-height: 860px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mvslider::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

#title h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-width: 280px;
  height: auto;
}
#title h2 img{
  width: 100%;
  height: auto;
}
#title h2 span{
  display: none;
}




/*nav*/
.gnav{
  width:100%;
  text-align: center;
  padding: 0;
  border-top:solid 1px #645e5a;
}
.gnav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
  z-index: 999;
}

.gnav ul.arealist{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap:3px;
}
.gnav ul.arealist li{
background: #ddd9d5;
width: 32%;
border-radius: 3px;
}
.gnav ul.arealist li a{
display: block;
width: 100%;
padding:10px 0;
color: #000;
}
.gnav ul.arealist li.active{
background: #383533;
}
.gnav ul.arealist li.active a{
color: #efeeeb;
}

.gnav_actab {
	overflow-x: hidden;
	margin: 0 auto;
	color: #000;
  background: #efeeeb;
}
.gnav_actab .cp_actab {
	padding: 0;
}
.gnav_actab label {
	display: block;
  position: relative;
	margin: 0;
	padding: 14px;
	cursor: pointer;
  color: #fff;
  background: #383533;
}
.gnav_actab .cp_actab-content {
	font-size: 0.8em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
  background: #efeeeb;
}
.gnav_actab .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 10px;
  opacity: 1;
  margin: 0;
}
.gnav_actab .cp_plus {
	font-size: 1.4em;
  color: #fff;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 14px 0 0 20px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.gnav_actab .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
  margin-left:20px;
}
.gnav_actab .cp_actab input[type=checkbox] {
  display: none;
}


}/*SP*/



@media screen and (min-width: 760px),print {  /*PC*/

#headerBox{
  position: relative;
}

#header{
  width:100%; /* 100vw */
  height: calc(2 / 3 * 100%);
  min-height: 650px;
  max-height: 860px;
  overflow: hidden;
  background: #000;
}

/*　背景スライドショー　*/
.mvslider {
  position: relative;
}
.slider-item01 {background:url(../images/mv01.jpg);}
.slider-item02 {background:url(../images/mv02.jpg);}
.slider-item03 {background:url(../images/mv03.jpg);}
.slider-item04 {background:url(../images/mv04.jpg);}

.slider-item {
  width: 100%;
  min-height: 650px;
  max-height: 860px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mvslider::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

#title h2{
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  max-width: 360px;
  height: auto;
}
#title h2 img{
  width: 100%;
  height: auto;
}
#title h2 span{
  display: none;
}


/*nav*/
.gnav ul{
  position: absolute;
  bottom:2em;
  left: 50%;
  transform: translateX(-50%);
  max-width: 970px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:10px;
  z-index: 999;
}
.gnav ul li{
    width: 150px;
    text-align: center;
}
.gnav ul li a{
    display: block;
    padding: 15px 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border: solid 1px #fff;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
font-weight: 400;
    transition: .5s;
}
.gnav ul.arealist li.active a{
color: #000;
background: #fff;
}
.gnav ul li a:hover{
    opacity: 1;
    background: #fff;
    color: #000;
}
.gnav .cp_actab input[type=checkbox],
.gnav .cp_actab .cp_plus,
.gnav .cp_actab label{
  display: none;
}


/*m_fixed 上部固定に*/
.gnav.m_fixed {
width: 100%;
height: 100px;
margin: 0 auto;
}
.gnav.m_fixed{
background: #000;
}
.gnav.m_fixed ul.arealist{
  position: fixed;
  top:0;
  left:50%;
  bottom:inherit;
  z-index: 99999;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap:0;
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
  border-bottom: solid 1px #383533;
}
.gnav.m_fixed ul li{
    width: calc(1 / 12 * 100%);
    text-align: center;
    white-space: nowrap;
}
.gnav.m_fixed ul li:nth-child(5){
width: 7em;
}
.gnav.m_fixed ul li a{
    display: block;
    padding: 10px;
    color: #fff;
    background: #383533;
    border: none;
    border-right: solid 1px #fff;
    font-size: 16px;
}
.gnav.m_fixed ul li:last-child a{
border-right: none;
}
.gnav.m_fixed ul li a:hover{
    opacity: 1;
    background: #fff;
    color: #000;
}


}/*PC*/





/*
  担当者おすすめのお宿
==================================================== */

/*施設情報アコーディオン　共通*/
.yado_info_actab .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 7px 10px 5px 3em;
  background: linear-gradient(90deg, #383533 0%, #383533 2em, #fff 2em, #fff 100%);
  color: #000;
  cursor: pointer;
  transition: all .2s ease-in-out;
  border:solid 1px #000;
  line-height: 1;
}
.yado_info_actab .accordion-container .accordion-title:hover,
.yado_info_actab .accordion-container .accordion-title:active,
.yado_info_actab .accordion-title.open { 
  background: linear-gradient(90deg, #383533 0%, #383533 2em, #fff 2em, #fff 100%);
}
.yado_info_actab .accordion-container .accordion-title::before {
  content: "＋";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2em;
  height: 1em;
  transition: all .2s ease-in-out;
  display: block;
  text-align: center;
  color: #fff;
}
.yado_info_actab .accordion-container .accordion-title.open::before {
  content: "＋";
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
  color: #fff;
  top: 7px;
  left: 0;
}
.yado_info_actab .accordion-content {
  padding: 10px;
  border-left:solid 1px #000;
  border-right:solid 1px #000;
  border-bottom:solid 1px #000;
  margin-bottom: 10px;
  background: #fff;
}

.yado_info_actab .accordion-content dl dt::before{
content: "■";
color: #383533;
}
.yado_info_actab .accordion-content dl dt{
color: #383533;
}
.yado_info_actab .accordion-content dl dd{
padding: 0 0 7px 1em;
}



@media screen and (max-width: 759.9px) {  /*SP*/

#recommend {
padding-bottom: 20px;
}
#recommend .tit_head{
width: 30%;
height: auto;
margin: 0 auto 20px auto;
}
#recommend .tit_head img{
width: 100%;
height: auto;
}
#recommend .tit_head span{
display: none;
}
#recommend .txt_head{
font-family: "Noto Serif JP", serif;
text-align: center;
margin: 0 15px 50px 15px;
}

/*宿*/
#recommend .yado_area{
text-align: center;
font-family: "Noto Serif JP", serif;
font-weight: 400;
}
#recommend .yado_area span{
display: inline-block;
padding: 0 2px;
border-bottom:solid 1px #000;
}
#recommend .yado_name{
padding: 5px 0 0 0;
text-align: center;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 2em;
}

#recommend .yado_reco_inner{
margin: 10px 0 0 0;
}
#recommend .slider_yado{
  width: 100%;
  height: auto;
}
#recommend .yado_info{
  padding: 20px;
}
#recommend .yado_txt{
padding-bottom: 20px;
}

/*リンクボタン*/
#recommend .bt_link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
  margin: 0 15px;
}
#recommend .bt_link li{
width: 32%;
}
#recommend .bt_link li a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 0 1.5em 0;
  color: #fff;
  background-color: #383533;
  transition: 0.3s;
  text-align: center;
border-radius: 3px;
}

#recommend .bt_link li a::before {
  content: '';
    position: absolute;
    bottom: 0.7em;
    left: calc(50% - -5px);
    transform: translate(-50%,-3px) rotate(30deg);
    width: 8px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}

#recommend .bt_link li a::after {
  content: '';
  position: absolute;
  bottom: 0.7em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}


}/*SP*/




@media screen and (min-width: 760px),print {  /*PC*/

#recommend .tit_head{
width: 120px;
height: 120px;
margin: 0 auto 30px auto;
}
#recommend .tit_head img{
width: 100%;
height: auto;
}
#recommend .tit_head span{
display: none;
}
#recommend .txt_head{
font-family: "Noto Serif JP", serif;
text-align: center;
margin: 0 auto 70px auto;
}

/*宿*/
#recommend .yado_area{
text-align: center;
font-family: "Noto Serif JP", serif;
font-weight: 400;
}
#recommend .yado_area span{
display: inline-block;
padding: 0 2px;
border-bottom:solid 1px #000;
}
#recommend .yado_name{
padding: 5px 0 0 0;
text-align: center;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 36px;
letter-spacing: 1px;
padding-left: 1px;
}

#recommend .yado_reco_inner{
display: flex;
justify-content: space-between;
margin: 30px 0;
background: #fff;

}
#recommend .slider_yado{
  width: 70%;
  height: calc(2 / 3 * 100%);
  max-width: 630px;
  max-height: 420px;
}
#recommend .yado_info{
  padding: 30px 15px 30px 15px;
}
#recommend .yado_txt{
padding-bottom: 30px;
}

/*リンクボタン*/
#recommend .bt_link{
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}
#recommend .bt_link li a {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 1em 1em 20px;
  min-width: 200px;
  color: #fff;
  background-color: #383533;
  transition: 0.3s;
}

#recommend .bt_link li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 8px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

#recommend .bt_link li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

#recommend .bt_link li a:hover {
  text-decoration: none;
  background-color: #634d3e;
  opacity: 1 ;
}

#recommend .bt_link li a:hover::before,
#recommend .bt_link li a:hover::after {
  right: 0.5em;
}


}/*PC*/






/*
  エリア別の宿　／　テーマ別の宿
==================================================== */

@media screen and (max-width: 759.9px) {  /*SP*/

/*エリア別の宿*/
#area_yado .inner {
padding: 0 0 30px 0;
}

#area_yado .headtitle{
}
#area_yado .tit_head{
display: block;
}
#area_yado .tit_head span{
display: block;
margin: 0 15px 20px 15px;
padding: 30px 10px 5px 15px;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 1.4em;
border-left: solid 1px #000;
border-bottom: solid 1px #000;
/*white-space: nowrap;*/
}
#area_yado .tit_head span br{display: none;}
#area_yado .txt_head{
display: inline-block;
text-align: left;
margin: 0 0 30px 0;
padding: 0 15px;
font-family: "Noto Serif JP", serif;
}

/*テーマ別の宿*/
#theme .inner {
padding: 0 0 30px 0;
}

#theme .headtitle{
}
#theme .tit_head{
display: block;
}
#theme .tit_head span{
display: block;
margin: 0 15px 20px 15px;
padding: 30px 10px 5px 15px;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 1.4em;
border-left: solid 1px #000;
border-bottom: solid 1px #000;
white-space: nowrap;
}
#theme .txt_head{
display: inline-block;
text-align: left;
margin: 0;
padding: 0 15px;
font-family: "Noto Serif JP", serif;
}

#theme .tit_thema{
padding: 15px 15px 10px 15px;
margin: 50px auto 10px auto;
width: 80%;
border-bottom:solid 1px #000;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 1.3em;
text-align: center;
}
#theme .txt_thema{
text-align: center;
margin: 0;
padding: 0 15px;
font-family: "Noto Serif JP", serif;
}



/*大カセット宿*/
#area_yado .yadoBox.sizeL{
background: #fff;
padding: 20px 20px;
margin: 0 10px 20px 10px;
box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
}
#area_yado .yadoBox.sizeL .yado_name{
padding: 2px 10px;
border-left: solid 1px #000;
margin-bottom: 15px;
}
#area_yado .yadoBox.sizeL .yado_area{
display: inline-block;
font-family: "Noto Serif JP", serif;
font-weight: 400;
line-height: 1;
padding: 0 0 5px 1px;
}
#area_yado .yadoBox.sizeL .yado_area span{
}
#area_yado .yadoBox.sizeL .yado_name h3{
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 1.3em;
line-height: 1;
}

#area_yado .yadoBox.sizeL .yado_areablock_inner{
margin: 0;
}
#area_yado .yadoBox.sizeL .yado_info{
  padding: 0;
  background: #fff;
}
#area_yado .yadoBox.sizeL .yado_txt{
padding: 20px 0 0 0;
}

/*リンクボタン*/
#area_yado .bt_link,
#theme .bt_link{
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap:10px;
  margin-top: 20px;
}
#area_yado .bt_link li,
#theme .bt_link li{
width: 32%;
}
#area_yado .bt_link li a ,
#theme .bt_link li a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 0 1.5em 0;
  color: #fff;
  background-color: #383533;
  transition: 0.3s;
  text-align: center;
border-radius: 3px;
}

#area_yado .bt_link li a::before,
#theme .bt_link li a::before{
  content: '';
    position: absolute;
    bottom: 0.7em;
    left: calc(50% - -5px);
    transform: translate(-50%,-3px) rotate(30deg);
    width: 8px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}

#area_yado .bt_link li a::after,
#theme .bt_link li a::after{
  content: '';
  position: absolute;
  bottom: 0.7em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

/*小カセット宿*/
.yado_sizeSblock{
padding: 30px 0 0 0;
}

.yado_sizeSblock > .slick-dots, 
.yado_sizeSblock > .slick-dots {
  margin:10px;
}
.yado_sizeSblock > .slick-dots button {
  width:20px;
  height:5px;
}

.yadoBox.sizeS{
position: relative;
width: 100%;
background: #fff;
padding:10px 10px 15px 10px;
margin: 0 10px;
box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.5);
}
.yadoBox.sizeS .yado_name{
padding: 7px 10px 10px 0;
}
.yadoBox.sizeS .yado_area{
font-family: "Noto Serif JP", serif;
font-weight: 400;
line-height: 1;
padding: 0 0 5px 1px;
}
.yadoBox.sizeS .yado_name h3{
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 1.3em;
line-height: 1.2;
}

.yadoBox.sizeS .yado_areablock_inner{
display: flex;
flex-wrap: wrap;
}
.yadoBox.sizeS .slider_yado{
  width: 100%; /* 50% */
  margin: 5px 10px 0 0;
  float: left;
}
.yadoBox.sizeS .slick-dots {
  margin:6px 0 0 0;
}
.yadoBox.sizeS .slick-prev, 
.yadoBox.sizeS .slick-next {
  top: calc(50% - 20px);
}

.yadoBox.sizeS .yado_info{
  padding: 0;
  background: #fff;
}
.yadoBox.sizeS .yado_txt{
padding: 0;
}

/*リンクボタン*/
.yadoBox.sizeS .bt_link{
  clear: both;
}



}/*SP*/




@media screen and (min-width: 760px),print {  /*PC*/

/*エリア別の宿*/
#area_yado .inner {
padding: 0 0 60px 0;
}

#area_yado .headtitle{
display: flex;
align-items: flex-end;
}
#area_yado .tit_head{
display: block;
}
#area_yado .tit_head span{
display: block;
margin: 0 30px 30px 0;
padding: 70px 10px 10px 20px;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 24px;
border-left: solid 1px #000;
border-bottom: solid 1px #000;
white-space: nowrap;
}
#area_yado .txt_head{
display: inline-block;
text-align: left;
margin: 0 0 45px 0;
font-family: "Noto Serif JP", serif;
}

/*テーマ別の宿*/
#theme .inner {
padding: 0 0 60px 0;
}
#theme .headtitle{
display: flex;
align-items: flex-end;
}
#theme .tit_head{
display: block;
}
#theme .tit_head span{
display: block;
margin: 0 30px 0 0;
padding: 70px 10px 10px 20px;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 24px;
border-left: solid 1px #000;
border-bottom: solid 1px #000;
white-space: nowrap;
}
#theme .txt_head{
display: inline-block;
text-align: left;
margin: 0 0 15px 0;
font-family: "Noto Serif JP", serif;
}
#theme .tit_thema{
padding: 15px 15px 10px 15px;
margin: 70px auto 10px auto;
width: 70%;
border-bottom:solid 1px #000;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 1.4em;
text-align: center;
}
#theme .txt_thema{
text-align: center;
margin: 0;
padding: 0 15px;
font-family: "Noto Serif JP", serif;
}


/*大カセット宿*/
#area_yado .yadoBox.sizeL{
background: #fff;
padding: 30px 20px;
margin-bottom: 40px;
}
#area_yado .yadoBox.sizeL .yado_name{
display: flex;
align-items: center;
justify-content: center;
}
#area_yado .yadoBox.sizeL .yado_area{
display: inline-block;
font-family: "Noto Serif JP", serif;
font-weight: 400;
border-right: solid 1px #000;
}
#area_yado .yadoBox.sizeL .yado_area span{
padding: 0 15px;
}
#area_yado .yadoBox.sizeL .yado_name h3{
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 26px;
padding-left: 15px;
}

#area_yado .yadoBox.sizeL .yado_areablock_inner{
display: flex;
justify-content: space-between;
margin: 20px 0 0 0;
}
#area_yado .yadoBox.sizeL .slider_yado{
  width: 45%;
  height: calc(2 / 3 * 100%);
  max-width: 437px;
  max-height: 291px;
}
#area_yado .yadoBox.sizeL .yado_info{
  padding: 0 0 0 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#area_yado .yadoBox.sizeL .yado_txt{
padding-bottom: 20px;
}

/*リンクボタン*/
#area_yado .yadoBox.sizeL .bt_link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#area_yado .yadoBox.sizeL .bt_link li{
width:31%;
}
#area_yado .yadoBox.sizeL .bt_link li a{
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 0 1em 15px;
  color: #fff;
  background-color: #383533;
  transition: 0.3s;
}

#area_yado .yadoBox.sizeL .bt_link li a::before{
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 8px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

#area_yado .yadoBox.sizeL .bt_link li a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

#area_yado .yadoBox.sizeL .bt_link li a:hover{
  text-decoration: none;
  background-color: #634d3e;
  opacity: 1 ;
}

#area_yado .yadoBox.sizeL .bt_link li a:hover::before,
#area_yado .yadoBox.sizeL .bt_link li a:hover::after {
  right: 0.5em;
}



/*小カセット宿*/
.yado_sizeSblock{
display: flex;
flex-wrap:wrap;
justify-content: center;
gap:10px;
margin-top: 40px;
}
.yadoBox.sizeS{
position: relative;
width: calc(1 / 3 * (100% - 20px));
background: #fff;
}
.yadoBox.sizeS .yado_name{
position: absolute;
top:20px;
left: 20px;
width: calc(100% - 60px);
padding: 7px 10px 5px 10px;
background: rgba(0,0,0,.6);
color: #fff;
z-index: 9999;
}
.yadoBox.sizeS .yado_area{
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 14px;
line-height: 1;
padding: 0 0 5px 1px;
}
.yadoBox.sizeS .yado_name h3{
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 16px;
line-height: 1.2;
}

.yadoBox.sizeS .yado_areablock_inner{
margin: 0;
padding: 20px;
}
.yadoBox.sizeS .slider_yado{
  width: 100%;
  height: calc(2 / 3 * 100%);
  max-width: 290px;
  max-height: 203px;
}
.yadoBox.sizeS .yado_info{
  padding: 0;
  background: #fff;
}
.yadoBox.sizeS .yado_txt{
padding: 30px 0 20px 0;
min-height: 4em;
font-size: 14px;
}

.yadoBox.sizeS .slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin:10px 0 0 0;
}


/*リンクボタン*/
.yadoBox.sizeS .bt_link{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  width: 100%;
}
.yadoBox.sizeS .bt_link li{
width: 32%;
}
.yadoBox.sizeS .bt_link li a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 0 1.5em 0;
  color: #fff;
  background-color: #383533;
  transition: 0.3s;
  text-align: center;
  font-size: 14px;
}

.yadoBox.sizeS .bt_link li a::before {
  content: '';
    position: absolute;
    bottom: 10px;
    left: calc(50% - -5px);
    transform: translate(-50%,-3px) rotate(30deg);
    width: 8px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.yadoBox.sizeS .bt_link li a::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.yadoBox.sizeS .bt_link li a:hover {
  text-decoration: none;
  background-color: #634d3e;
  opacity: 1 ;
}

.yadoBox.sizeS .bt_link li a:hover::before{
  left: calc(50% + 10px);
}
.yadoBox.sizeS .bt_link li a:hover::after {
  left: calc(50% + 5px);
}



}/*PC*/





@media (min-width: 760px) and (max-width: 820px),print {  /*TB*/

#area_yado .yadoBox.sizeL .bt_link li a{
font-size:0.8em;
}
.yadoBox.sizeS .yado_areablock_inner{
padding: 20px 15px;
}
.yadoBox.sizeS .yado_name{
left: 15px;
width: calc(100% - 50px);
}
.yadoBox.sizeS .yado_txt{
padding-top: 0;
}
.yadoBox.sizeS .bt_link li a{
font-size:0.8em;
}

}/*TB*/










/*
  Q&A
==================================================== */

#qa .qa_actab{
padding: 0;
}
#qa .accordion-container .accordion-title {
  position: relative;
  margin: 10px 0 0 0;
  padding: 10px 2.5em 10px 2.5em;
  color: #000;
  cursor: pointer;
  transition: all .2s ease-in-out;
  background: #fff;
}
#qa .accordion-container .accordion-title:hover,
#qa .accordion-container .accordion-title:active,
#qa .accordion-title.open { 
}
#qa .accordion-container .accordion-title::after {
  content: "＋";
  position: absolute;
  top: 22px;
  right: 0;
  transform: translateY(-50%);
  width: 2em;
  transition: all .2s ease-in-out;
  display: block;
  text-align: center;
  color: #634d3e;
  font-size: 1.4em;
}
#qa .accordion-container .accordion-title.open::after {
  content: "＋";
  color: #634d3e;
  top: 7px;
  right: 0;
	-webkit-transform: rotate(45deg);
	        transform:rotate(45deg);
}
#qa .accordion-content {
  position: relative;
  padding: 10px 2.5em 10px 2.5em;
  margin: 0 0 10px 0;
  background: #fff;
}
#qa .accordion-container .accordion-title::before {
  content: "Q.";
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 600;
  color: #383533;
}
#qa .accordion-container .accordion-content::before {
  content: "A.";
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 600;
  color: #a4a09c;
}


@media screen and (max-width: 759.9px) {  /*SP*/

#qa .inner {
padding: 0 0 50px 0;
}
#qa .qa_actab{
padding: 0 10px;
}
#qa .headtitle{
}
#qa .tit_head{
display: block;
}
#qa .tit_head span{
display: block;
margin: 0 10px 20px 10px;
padding: 30px 10px 5px 15px;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 1.4em;
border-left: solid 1px #000;
border-bottom: solid 1px #000;
white-space: nowrap;
}
#qa .txt_head{
display: inline-block;
text-align: left;
margin: 0 0 30px 0;
padding: 0 15px;
}



}/*SP*/




@media screen and (min-width: 760px),print {  /*PC*/

#qa .inner {
padding: 0 0 60px 0;
}
#qa .headtitle{
margin-bottom: 30px;
}
#qa .tit_head{
display: block;
}
#qa .tit_head span{
display: block;
margin: 0;
padding: 70px 10px 10px 20px;
font-family: "Noto Serif JP", serif;
font-weight: 400;
font-size: 24px;
border-left: solid 1px #000;
border-bottom: solid 1px #000;
white-space: nowrap;
}

#qa .accordion-container .accordion-title {
  margin: 15px 0 0 0;
  padding: 20px 3.5em 20px 3.5em;
}
#qa .accordion-container .accordion-title::after {
  top: 34px;
}
#qa .accordion-container .accordion-title.open::after {
  top: 17px;
}
#qa .accordion-content {
  position: relative;
  padding: 10px 3.5em 20px 3.5em;
  margin: 0 0 10px 0;
  background: #fff;
}
#qa .accordion-container .accordion-title::before {
  top: 20px;
  left: 15px;
}
#qa .accordion-container .accordion-content::before {
  top: 10px;
  left: 15px;
}



}/*PC*/






