@charset "UTF-8";

.gh_bg{
	background-image: url(../img/common/bg02.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 0 20px;
	overflow-x: hidden;
}
.gh_area .content_inner{
	margin: 0 auto;
	width: 83.55%;
	max-width: 1604px;
}
.gh_inner{
	margin:0 auto;
	width: 70%;
	max-width: 1040px;
	padding: 60px 20px 110px;
	box-sizing: border-box;
	background-color: rgb(24 56 52 / 80%);
	position: relative;
}
.link-btn_area{
	right:-3%;
	top:1%;
}
.details{
	margin-bottom:50px;
}
/* ------------ gh_common ------------ */

.page-ttl_img{
	max-width: 600px;
	width: 60%;
	margin: 0 auto 50px;
	text-align:center;
}
.gh_ttl{
	position:relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.085em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.gh_ttl:after{
	position:absolute;
	content:"";
	width:100%;
	height: 10px;
	background-image: url(../img/guesthouse/ttl_un.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.gh_subttl{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.085em;
	line-height: 1.2;
	margin-bottom: 40px;
	position:relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.read{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.085em;
	margin-bottom: 40px;
	line-height: 1.6;
}
.read:nth-last-of-type(1){
	margin-bottom:0;
}
.read.icon{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.read.icon:before{
	position:absolute;
	content:"";
	width: 20px;
	height: 16px;
	background-image: url(../img/guesthouse/icon_beans.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	left: 0px;
	transform: translate(0%, -50%);
}

/* menu */
.menu{
	max-width:600px;
	margin: 0 auto 50px;
}
.menu_ttl{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.085em;
	line-height: 1;
	text-align: center;
	display:inline-block;
	margin: 0 auto 30px;
	padding-bottom:10px;
	padding: 0 40px 10px;
	border-bottom: 1px solid #fff;
	position: relative;
	transform: translateX(-50%);
	left: 50%;
}
.menu_btn{
	margin-bottom: 20px;
}
.menu_btn a{
	color:#fff;
	position:relative;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.085em;
}

.menu_btn a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	background-image: url(../img/guesthouse/ttl_un.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, 100%);
	transition-duration:0.6s;
	opacity:0;
}
.menu_btn a:hover:after{
	transition-duration:0.6s;
	opacity:1;
	bottom: 0;
}

.gh_img{
margin-top:30px;
}


/* shop */

.shop_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.shop_in{
	width: 48%;
	margin-bottom: 30px;
}
.shop_ttl{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 0.16em;
	line-height: 1.6;
	position: relative;
	padding-left: 10px;
	margin-left: 28px;
}
.shop_ttl:after{
	position: absolute;
	content: "";
	left: 0%;
	top: 50%;
	transform: translate(-100%,-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 28px;
	height: 26px;
}
.name .shop_ttl:after{
	background-image: url(../img/guesthouse/details_ttl_name.png);
}
.tell .shop_ttl:after{
	background-image: url(../img/guesthouse/details_ttl_tell.png);
}
.access .shop_ttl:after{
	background-image: url(../img/guesthouse/details_ttl_access.png);
}
.sta .shop_ttl:after{
	background-image: url(../img/guesthouse/details_ttl_sta.png);
}
.map .shop_ttl:after{
	background-image: url(../img/guesthouse/details_ttl_map.png);
}
.shop_sub_ttl{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 0.16em;
	line-height: 1.6;
}
.map{
	width:100%;
}
.g-map{
	width:80%;
	max-width: 800px;
	height:500px;
	margin:0 auto 30px;
}
.g-map iframe{
	width:100%;
	height: 100%;
}
.g_map_cap{
	margin-bottom: 30px;
}

.g_map_cap p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.16em;
}

.link_btn{
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	transition-duration:0.6s;
}
.link_btn:hover{
	opacity:0.5;
	transition-duration:0.6s;
}
.link_btn a{
	text-align: center;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #d6ad42;
}
/* gallery */

.cap_rel{
	position: relative;
}
.img_cap{
	position: absolute;
	bottom: 0;
	transform: translateX(0%);
	background: rgb(0 0 0 / 50%);
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
}
.img_cap.cap_l{
	left: 50%;
	transform: translateX(-100%);
}
.cap_r{
	right: 0;
}

/* calendar */
.map{
	width:100%;
}
.g-calendar{
	width: 100%;
	max-width: 800px;
	height: 700px;
	margin: 0 auto 20px;
}
.g-calendar iframe{
	width:100%;
	height: 100%;
}


.cap{
	font-size: 12px;
	color:#fff;
	letter-spacing: 0.05em;
	font-weight: 400;
	width: 100%;
	max-width: 800px;
	margin: 10px auto 0;
}

/* rules */
.details.rules .read.icon{
	margin-bottom:10px;
}
.gh_read_top{
	font-size: 18px;
}

/* contact */
.link_btn.res{
	width: 100%;
	max-width: 290px;
	margin: 0px auto 50px;
	text-align: center;
}
.link_btn.res:hover{
	opacity: 1;
	scale:1.05;
}
.link_btn.res a{
	text-align: center;
	display: block;
	padding: 30px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #38847a;
	position:relative;
}
.link_btn.res a:after{
	position:absolute;
	content:"";
	width:42px;
	height:10px;
	background-image:url(../img/shop/con_arrow.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	top: 50%;
	right: 5%;
	transform: translate(0%,-50%);
	transition-duration:0.6s;
}

.link_btn.res:hover a:after{
	right: 3%;
	transition-duration:0.6s;
}


.br1300{
	display: none;
}
.br1000{
	display: none;
}
.br750{
	display: none;
}
.br550{
	display: none;
}
@media(max-width:1300px){
	.br1300{
		display: block;
	}
}
@media(max-width:1000px){
	.br1000{
		display: block;
	}
	.dn1000{
		display: none;
	}
	.gh_list ul li{
		font-size:14px;
	}

}
@media(max-width:750px){
	.br750{
		display: block;
	}
	.dn750{
		display: none;
	}
	.page-ttl_img{
		width:100%;
	}
	
	/* 	gh */
	.gh_inner{
		width: 100%;
		padding: 30px 20px 55px;
	}
	.page-ttl{
		width: 95%;
		max-width: 350px;
		font-size: 20px;
		padding: 15px 0;
		margin: 0 auto 40px;
	}
	.gh_ttl{
		margin-bottom: 35px;
		font-size: 16px;
		padding-bottom: 10px;
	}
	.gh_ttl:after{
		bottom: 5px;
	}
	.gh_subttl {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
	}
	.read{
		font-size: 12px;
		margin-bottom: 30px;
		text-align:left;
	}
	.read.icon{
	font-size: 14px;
	}
	/* contact */
	.shop_ttl{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.shop_sub_ttl{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.shop_in .read:last-of-type{
		margin-bottom:0;
	}
	.shop_in{
		width: 100%;
		margin-bottom: 20px;
	}
	.g-map{
		width:100%;
		height: 300px;
	}
	.g_map_cap{
		margin-bottom:10px;
	}
	.g_map_cap p{
		font-size: 12px;
	}
	.link_btn{
		max-width: 200px;
		width: 60%;
	}
	.link_btn a{
		font-size: 14px;
		padding: 10px 0;
	}
	.link_btn.con a{
		font-size: 14px;
		padding: 20px 0;
	}

	/* calendar */
	.g-calendar{
		width:100%;
		height: 500px;
	}

	/* contact */
	.link_btn.res a {
    font-size: 14px;
    padding: 20px 0;
	}
	.menu_btn a{
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	}

}

@media(max-width:550px){
	.br550{
		display: block;
	}
}



/* slick */
main .slider{
	/* padding-top:46px; */
	width:100%;
	max-width: 800px;
	list-style:none;
	margin: 0 auto;
}
.slick-arrow{
	z-index:100;
}
.slick-next{
	right:10px;
}
.slick-prev{
	left:10px;
}

