


/* 
----------------------------------------------------*/
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/*----------------------------------------------------

 Top©
 
 ----------------------------------------------------*/
/* Main
----------------------------------------------------*/
.mainBg	{
	/*background-image: url(../../main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;*/
}
.mainBg	.bx-viewport {
	left: 0;
	box-shadow: none;
	border: none;
}
.mainBg	.slider li {
	/*height: 500px;*/
	height: 100vh;
	background: center / cover no-repeat;
	text-align:center;
	color:#FFF;
	font-size:1.5rem;
	line-height:2;
	text-shadow:0px 0px 3px #000000;
	padding-top:200px;
}
.mainBg	.slider	.logo	{
	width:150px;
	margin:15px auto;
}
.mainBg	.slider	.logo	img	{
	filter: drop-shadow(0 0 3px rgba(0,0,0,.5));
	margin-top: 20px;
}
.mainBg		a {	
  position: absolute;
  bottom: 20px;
  left: 50%;
 /* left: 46%;*/
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  z-index:9999;
}
.mainBg		a {
  padding-top: 40px;
}
.mainBg		a:link,
.mainBg		a:visited {
	color:#FFF;
}
.mainBg		a span {
  position: absolute;
  top: 0;
  left: 46%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 3s infinite;
  animation: scr 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scr {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes scr {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
	.mainBg	.slider li {
		height: 500px;
		font-size:1.6rem;
		padding-top:160px;
	}
	
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
	.mainBg	.slider li {
		height: 100vh;
		padding-top:38vh;
		letter-spacing:0.2em;
	}
	.mainBg	.slider	.logo	{
		width:240px;
	}
.mainBg		a {	
  left: 50%;
  /*left: 48.5%;*/
}
.mainBg		a span {
  left: 50%;
  /*left: 48.5%;*/
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}

/* Main
----------------------------------------------------*/

/* topCont
----------------------------------------------------*/
#topCont	{
}

#topCont .ttlBox	{
	background:url(../img/bg_concept.jpg) repeat 10px center;
	background-size: cover; 
}
#topCont .topContTtl	{
	padding:20px 0;
	font-size:13px;
	padding:50px 20px;
	line-height:1.5;
	text-align:center;
	/*background-color:#000;*/
	color:#FFF;
}
#topCont .topContTtl .ikehan	{
	display:block;
	padding:20px 0;
	text-align:center;
}
#topCont .topContStayTtl	{
	padding:20px 0;
	font-size:16px;
	line-height:1.5;
	text-align:center;
}
#topCont	ul:after	{
	content:'';
	display:block;
	clear:both;
}
#topCont	li	{
	float:left;
	width:49%;
	margin:0 6px 6px 0;
	position:relative;
}
#topCont	li:nth-child(2n)	{
	margin-right:0;
}
#topCont	a	{
	display:block;
	text-decoration:none;
}
#topCont	.phtBox,
#topCont	.txtBox	{
}
#topCont	.phtBox	{
}
#topCont	.txtBox	{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:8px 5px;
	background:rgba(255,255,255,0.3);
	line-height:1.5;
	letter-spacing:0;
}
#topCont	h3	{
	padding:0 0 0 0px;
	font-weight:700;
	font-size:12px;
    text-align: center;
	position:relative;
}
#topCont	h3:before,
#topCont	h3:after	{
	position:absolute;
	content:'';
	height:100%;
	display:block;
	/*border-left:3px solid #24a439;*/
}
#topCont	h3:before	{
	top:0;
	left:3px;
}
#topCont	h3:after	{
	top:0;
	left:9px;
}
#topCont	.txt,
#topCont	.more	{
	display:none;
}


.newsWrp	{
	background-color:#f9f9f9;
	padding:20px 0 50px;
}
.newsWrp .contBox	{
	padding:0 10px;
}
#topCont dl{
  padding:10px;
  border-bottom:1px dotted #CCC;
}
#topCont dt{
  color:#a42424;
  font-weight:bold;
  padding:0 10px 0 0;
  width: auto;
  float: none;
  margin-bottom:7px;
}
#topCont dd{
  color:#666;
  margin-bottom:7px;
}

#topCont ul.news{
  /*border-bottom:1px dotted #CCC;*/
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size:90%;
}
#topCont ul.news li{	
  padding:20px 0px;
  width: 100%;
}


#topCont .banner {
  position: relative;
  padding:50px 0px;
  width:100%;
  margin:0 auto;
  }

#topCont .banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:5px 10px;
  border:1px solid #fff;
  color:#fff;
  /*文字の装飾は省略*/
  }
#topCont .banner img {
  width: 100%;
  }


/* Past exhibition もっと見る機能追加
----------------------------------------------------*/
#topCont .js-accordion .btn {
	text-align: center;
	font-size: 90%;
	width: fit-content;
	margin: auto;
	position: relative;
	transition: .2s;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#topCont .js-accordion .btn span {
	font-size: 130%;
	padding-right: .5em;
}
#topCont .js-accordion .btn::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #333;
	width: 100%;
	height: 1px;
	bottom: -.5em;
}
/*#topCont .js-accordion .btn::before {
	content: "＋";
	display: block;
	position: absolute;
	left: -2em;
}*/
#topCont .js-accordion .btn:hover,
#topCont .js-accordion .btn:hover::after {
	opacity: .8;
}




@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/

#topCont .ttlBox	{
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	/*background-color:#000;*/
	background:url(../img/bg_concept.jpg) repeat 100px center;
	background-size:100% auto; 
}
#topCont .topContTtl	{
	font-size:14px;
	font-weight:100;
	padding:80px 20px;
	line-height:1.5;
	text-align:center;
	color:#FFF;
	max-width:900px;
	margin:0 auto;
}

#topCont .topContTtl .ikehan	{
	text-align:center;
}
#topCont	ul	{
	display:flex;
	justify-content: space-between;
	}
#topCont	li	{
	border:0;
}
#topCont	li	{
	float:left;
	width:48%;
	margin-bottom:50px;
	position:inherit;
}
#topCont	a	{
	padding:0;
	position:inherit;
}
#topCont	a:hover	h3,
#topCont	a:hover	.txt	{
	color:#333;
}
#topCont	.phtBox,
#topCont	.txtBox	{
	display:block;
}
#topCont	.phtBox	{
	width:100%;
}
#topCont	.txtBox	{
	padding:15px 0 0;
	position:inherit;
	line-height:1.6;
}
#topCont	h3	{
	font-size:1.5rem;
	line-height:1.5;
    text-align: left;
}
#topCont	.txt,
#topCont	.more	{
	display:block;
}
#topCont	.txt	{
	padding:10px 0;
}
#topCont	.more	{
	padding-right:45px;
	text-align:right;
	font-size:1.2rem;
	position:relative;
	line-height:1;
}
#topCont	.more:before	{
	position:absolute;
	content:'';
	display:block;
	width:35px;
	border-bottom:1px solid #aaa;
	bottom:0;
	right:0;
}
#topCont	.more:after	{
	position:absolute;
	content:'';
	display:block;
	width:14px;
	height:14px;
	border-left:1px solid #aaa;
	transform:rotate(-45deg);
	bottom:3px;
	right:-7px;
}
.newsWrp	{
	padding:80px 0 150px;
}
.newsWrp.reserveWrp	{
	padding-bottom: 0px;
}
.newsWrp .contBox	{
	padding:0 50px;
}
#topCont dt{
  padding:0 10px 0 0;
  width:120px;
  float:left;
  margin-bottom:7px;
}
#topCont dd{
  color:#666;
  margin-bottom:7px;
    margin-left: 130px;
}

#topCont ul.news{
  /*border-bottom:1px dotted #CCC;*/
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
#topCont ul.news li{	
  padding:18px;
  width: 330px;
}




#topCont .banner {
  position: relative;
  padding:50px 0px;
  width:50%;
  margin:0 auto;
  }
#topCont .banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:5px 10px;
  border:1px solid #fff;
  color:#fff;
  /*文字の装飾は省略*/
  }
#topCont .banner img {
  width: 100%;
  }

}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}




/*----------------------------------------------------
 池半について
----------------------------------------------------*/
.res01wrp	{
	text-align:center;
	padding:0 0 50px 0;
}
.res02menu	{
	text-align:left;
	background-color:#FFF;
	display:inline-block;
	clear:both;
	padding:10px;
	margin:5px 5px 20px;
}
.res02menu	span{
	font-weight:bold;
}
.s02wrp	{
	text-align:left;
	padding:10px;
	border:solid 1px #ddd;
	background-color:#FFF;
	display:inline-block;
	clear:both;
}
.txt_l{
	font-size:110%;
	font-weight:bold;
	}
.txt_s{
	font-size:90%;
	font-weight: 500;
	}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}




/*----------------------------------------------------
 池半について
----------------------------------------------------*/
#ikehanCont .ttlBox	{
	background:url(../img/bg_ikehan.jpg) repeat center center;
	background-size: cover; 
	padding:50px 0;
}
#ikehanCont .topContTtl	{
	padding:20px 0;
	font-size:13px;
	padding:50px 20px;
	line-height:1.8;
	text-align:left;
	/*background-color:#000;*/
	color:#FFF;
}
#shopinfoCont .ttlBox	{
	padding:50px 0;
	background-color:#000;
}
#shopinfoCont .topContTtl	{
	padding:20px 0;
	font-size:13px;
	padding:50px 20px;
	line-height:1.8;
	text-align:left;
	/*background-color:#000;*/
	color:#FFF;
}

#shopinfoCont .topContTtl a	{
	color:#FFF;
}
/* 予約ボタン */
#ikehanCont .topContTtl .btn-reserve {
	border: 1px solid #fff;
	/* background-color: #333;
	color: #fff; */
	margin: 2em auto 0;
	width: fit-content;
}
#ikehanCont .topContTtl .btn-reserve a {
	display: block;
	padding: 1em 3em;
	color: #fff;
	text-decoration: none;
	transition: .8s;
}
#ikehanCont .topContTtl .btn-reserve a:hover {
	background-color: #fff;
	color: #000;
	opacity: 1;
}
/* アクセス */
#shopinfoCont.access-ikehan .topContTtl {
	/* padding-left: 50px;
	padding-right: 50px; */
	padding-top: 0;
	padding-bottom: 0;
	max-width:1150px;
}
/* ご予約について */
.reserveWrp {
	background-color: #000;
	color: #fff;
}


@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
	/* アクセス */
	#shopinfoCont.access-ikehan .topContTtl {
		padding: 50px 10px 0;
	}
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
	/* アクセス */
	#shopinfoCont.access-ikehan .topContTtl {
		padding: 50px 60px 50px;
	}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#ikehanCont .ttlBox	{
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	/*background-color:#000;*/
	background:url(../img/bg_ikehan.jpg) repeat 100px center;
	background-size:100% auto; 
	padding:150px 0;
}
#ikehanCont .topContTtl	{
	font-size:14px;
	font-weight:100;
	padding:80px 20px;
	line-height:2.4;
	text-align:left;
	color:#FFF;
	max-width:900px;
	margin:0 auto;
}
#shopinfoCont .ttlBox	{
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	/*background-color:#000;*/
	padding: 0 0 150px 0;
}
#shopinfoCont .topContTtl	{
	font-size:14px;
	font-weight:100;
	padding:80px 20px;
	line-height:2.4;
	text-align:left;
	color:#FFF;
	max-width:900px;
	margin:0 auto;
}
/* ご予約について */
.reserveWrp {
	padding-top: 0;
}
/* アクセス */
#shopinfoCont.access-ikehan .topContTtl {
	padding: 100px 60px 0px;
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
	/* ご予約について */
	.reserveWrp {
	padding-top: 150px;
}


}


/*----------------------------------------------------
 分室
----------------------------------------------------*/
#ikehanCont.bunshitsu-wrap .ttlBox	{
	background-image:url(../bunshitsu/img/bg_bunshitsu.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	background-color: #000;
	position: relative;
}
#ikehanCont.bunshitsu-wrap .ttlBox .scroll {	
	position: absolute;
    bottom: 60px;
    left: 50%;
    /* left: 46%; */
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    z-index: 9999;
  }
  #ikehanCont.bunshitsu-wrap .ttlBox .scroll span {
	position: absolute;
    top: 0;
    left: 46%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 3s infinite;
    animation: scr 3s infinite;
    box-sizing: border-box;
  }

/* #ikehanCont.bunshitsu-wrap .ttlBox::after	{
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transform: rotate(45deg) translateX(calc(-50% - 20px));
} */

@media screen and (min-width:	46.25em) {
	#ikehanCont.bunshitsu-wrap .ttlBox .scroll {	
		bottom: 80px;
}
}
@media screen and (min-width:	62.5em) {
	#ikehanCont.bunshitsu-wrap .ttlBox	{
	background-size: 1516px auto;
}
	#ikehanCont.bunshitsu-wrap .ttlBox .scroll {	
    bottom: 160px;
}
}



/*----------------------------------------------------
 歴史
----------------------------------------------------*/

@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}



/*----------------------------------------------------

京町家の宿ご紹介

----------------------------------------------------*/

@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}


/*----------------------------------------------------

 Lower

----------------------------------------------------*/

@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}