@charset "utf-8";

/* common */

.wrapper{
	padding: 0 4vw;
}


/* header */

header{
	width: 100%;
	padding: 3vw 4vw;
	background: #00504A;
	position: fixed; top: 0; left: 0;
	z-index: 100;
}
header .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header h1{
	width: 28vw;
	position: relative;
	z-index: 100;
	font-size: 0;
}
header .btn_box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	letter-spacing: 0;
}
header .btn_box > div{
	margin-left: 3vw;
}
header .btn_box a{
	width: 14vw;
	height: 14vw;
	padding: 0.7vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-size: 0;
}
header .btn_box .text{
	font-size: 3.5vw;
	font-weight: 700;
	line-height: 1.2;
	color: #FCD06F;
}
header .btn_box .tel_btn{
	margin-left: 0;
}
header .btn_box .tel_btn a{
	width: 10vw;
	padding: 0;
}
header .tel_btn .icon{
	width: 10vw;
}
header .line_btn a{
	background: #4CC764;
	border: 2px solid #4CC764;
}
header .line_btn .icon{
	width: 7vw;
	margin-top: 1vw;
}
header .line_btn .text{
	margin-top: 0.5vw;
	color: #FFF;
}
header .mail_btn a{
	border: 2px solid #FCD06F;
}
header .mail_btn .icon{
	width: 6.5vw;
	margin-top: 1.5vw;
}
header .mail_btn .text{
	margin-top: 1vw;
}
header .nav_btn{
	width: 14vw;
	height: 14vw;
	padding: 0.7vw;
	border: 2px solid #FCD06F;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 100;
	cursor: pointer;
}
header .nav_btn div:first-child{
	height: 6vw;
	position: relative;
}
header .nav_btn span {
	width: 8vw;
	height: 2px;
	margin-left: -4vw;
	background: #FCD06F;
	display: block;
	position: absolute; top: 50%; left: 50%;
	transition: 0.2s;
}
header .nav_btn span:before,
header .nav_btn span:after {
	content: "";
	width: 8vw;
	height: 2px;
	background: #FCD06F;
	display: block;
	position: absolute; top: 0; left: 0;
	transition: 0.3s;
}
header .nav_btn span:before {
	margin-top: -8px;
}
header .nav_btn span:after {
	margin-top: 8px;
}
header .nav_btn.on span {
	background: transparent;
}
header .nav_btn.on span:before,
header .nav_btn.on span:after {
	margin-top: 0;
}
header .nav_btn.on span:before {
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
header .nav_btn.on span:after {
	transform: rotate(-150deg);
	-webkit-transform: rotate(-150deg);
}
header .nav_btn p{
	font-size: 3.5vw;
	font-weight: 700;
	line-height: 1.2;
	color: #FCD06F;
}
header .nav_btn p + p{
	display: none;
}
header .nav_btn.on div p:first-child{
	display: none;
}
header .nav_btn.on p + p{
	display: block;
}
header .nav_box{
	width: 100%;
	height: calc(100% - 20vw);
	background: #F7F1EC;
	position: fixed; top: 20vw; left: 0;
	display: none;
	z-index: 90;
	text-align: left;
	pointer-events: auto;
	overflow: auto;
}
header .nav_box nav{
	display: flex;
	justify-content: center;
}
header .nav_box ul{
	padding-top: 4vw;
	list-style: none;
}
header .nav_box ul li{
	margin-top: 10vw;
	display: flex;
	align-items: center;
}
header .nav_box ul li::before{
	content: "";
	width: 5vw;
	height: 5vw;
	margin-right: 3vw;
	background: url(../images/common/webp/nav_icon_sp.webp) no-repeat;
	background-size: 100% 100%;
}
header .nav_box ul li a{
	font-size: 5vw;
	font-weight: 600;
}
header .nav_box .tel{
	margin-top: 10vw;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
header .nav_box .number{
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 8vw;
	color: #00504A;
}
header .nav_box .number::before{
	content: "";
	width: 9vw;
	height: 9vw;
	margin-right: 3vw;
	background: url(../images/common/webp/tel.webp) no-repeat;
	background-size: 100% 100%;
}
header .nav_box .number a{
	color: #00504A;
}
header .nav_box p{
	margin-top: 2vw;
}


/* main */

main{
	padding-top: 20vw;
}
h2{
	padding-bottom: 6vw;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 5.5vw;
	text-align: center;
}
h2::after{
	content: "";
	width: 40vw;
	height: 3vw;
	margin-left: -20vw;
	background: url(../images/common/webp/h2.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; bottom: 0; left: 50%;
}

.kv{
	text-align: center;
}
.kv .wrapper{
	padding: 0;
	position: relative;
}
.kv .catch{
	padding: 0 8vw;
	position: absolute; top: 80%; left: 0;
}
.kv .catch .item{
	margin-bottom: 3vw;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}

.coupon{
	padding: 6vw 2vw;
	background: #00504A;
}
.kv + .coupon{
	padding: 38vw 2vw 12vw 2vw;
}
.coupon .image{
}
.coupon p{
	font-size: 3.5vw;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}
.coupon p span{
	color: #FCD06F;
}

.trouble{
}
.trouble .wrapper{
	padding: 0;
	position: relative;
}
.trouble h2{
	position: absolute; top: 6vw; right: 6vw;
	font-size: 7vw;
}
.trouble h2::after{
	display: none;
}
.trouble h2 small{
	font-size: 6.5vw;
}
.trouble h2 span{
	position: relative;
	font-size: 11vw;
}
.trouble h2 span::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #4A2708;
	position: absolute; bottom: 0; left: 0;
}
.trouble .image{
}

.intro{
	padding: 10vw 0;
	background: #F7F1EC;
}
.intro h2{
	font-size: 6.5vw;
}
.intro h2 span{
	color: #B20000;
}
.intro h2 strong{
	font-size: 7.5vw;
}
.intro .box{
	padding-top: 4vw;
}
.intro .item{
	margin-top: 6vw;
	padding: 1.5vw;
	background: #FFF;
	border: 2px solid #DEDEDE;
	outline: 1.5vw solid #FFF;
	position: relative;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
}
.intro .icon{
	width: 16vw;
}
.intro p{
	margin-left: 4vw;
	font-weight: 600;
	font-size: 4.5vw;
}
.intro .btn{
	margin-top: 10vw;
	padding: 0 2vw;
}
.intro .btn a{
	padding: 5vw 2vw;
	background: #B20000;
	border: 2px solid #B20000;
	border-radius: 12vw;
	display: block;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 4.8vw;
	line-height: 6vw;
	color: #FFF;
	text-align: center;
}
.intro .btn a::after{
	content: "";
	width: 2vw;
	height: 4vw;
	margin-top: -2vw;
	background: url(../images/common/webp/arrow.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: calc(50% + 2px); right: 3vw;
}

.case{
	padding: 10vw 0;
}
.case h2{
	font-size: 6.8vw;
}
.case h2 span{
	color: #B20000;
}
.case .box{
	padding-top: 4vw;
}
.case .item{
	margin-top: 6vw;
}

.point{
	padding: 10vw 0;
	background: #F7F1EC;
}
.point h2{
	font-size: 6.8vw;
}
.point h2 span{
	color: #B20000;
}
.point h2 strong{
	font-size: 9vw;
}
.point .box{
}
.point .item{
	margin-top: 10vw;
}
.point .thum{
	width: 90%;
	position: relative;
	z-index: 20;
}
.point .box .item:nth-child(even) .thum{
	margin-left: 10%;
}
.point .inner{
	width: 90%;
	margin: -10vw 0 0 10%;
	padding: 15vw 4vw 10vw 4vw;
	background: #FFF;
	position: relative;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}
.point .box .item:nth-child(even) .inner{
	margin-left: 0;
	margin-right: 10%;
}
.point h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 4.5vw;
	font-weight: 600;
	color: #B49B64;
}
.point h4{
	padding-bottom: 5vw;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 6.8vw;
}
.point h4::after{
	content: "";
	width: 100%;
	height: 2px;
	background: url(../images/point/webp/border.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; bottom: -1px; left: 0;
}
.point p{
	margin-top: 5vw;
	position: relative;
	z-index: 10;
}
.point .num{
	opacity: 0.16;
	font-family: 'Noto Serif JP', serif;
	font-size: 6vw;
	line-height: 1;
	position: absolute; bottom: 0; right: 0;
}
.point .num span{
	font-size: 20vw;
}

.access{
	padding: 10vw 0 20vw 0;
	background: #F7F1EC;
}
.access h2{
	font-size: 6.8vw;
}
.access .gmap{
	margin-top: 25px;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.access .gmap iframe {
	width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;
}
.access ul{
	padding-top: 2vw;
	list-style: none;
}
.access li{
	margin-top: 2vw;
	display: flex;
	align-items: flex-start;
}
.access li::before{
	content: "";
	width: 6vw;
	height: 6vw;
	margin: 1vw 2vw 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.access li.address::before{
	background-image: url(../images/access/webp/pin.webp);
}
.access li.park::before{
	background-image: url(../images/access/webp/park.webp);
}
.access li span{
	flex: 1;
}


/* under_column */

.h2_box{
	padding: 10vw 0;
	background: #F7F1EC;
}

.breadcrumb{
	padding: 4vw 0;
	position: relative;
}
.breadcrumb::before,
.breadcrumb::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #F7F1EC;
	position: absolute; left: 0;
}
.breadcrumb::before{
	top: 1vw;
}
.breadcrumb::after{
	bottom: 1vw;
}
.breadcrumb .box{
	font-size: 3.5vw;
}
.breadcrumb a{
}

.fee{
	padding: 10vw 0 20vw 0;
	background: #F7F1EC;
}
.fee .box{
}
.fee .item{
	padding: 6vw 3vw;
	background: #FFF;
	border: 1px solid #DEDEDE;
	outline: 1vw solid #FFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}
.fee .box + .box,
.fee .item + .item{
	margin-top: 6vw;
}
.fee h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 3.5vw;
	color: #B49B64;
	text-align: center;
}
.fee h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 5vw;
	text-align: center;
}
.fee ul{
	margin-top: 4vw;
	list-style: none;
	border-top: 2px solid #DDD;
}
.fee ul.campaign + .inner > ul{
	margin-top: 0;
	border-top: none;
}
.fee li{
	padding: 4vw 0;
	border-bottom: 2px solid #DDD;
	font-weight: 600;
	font-size: 4.2vw;
}
.fee .title{
}
.fee .title span{
	min-width: 20vw;
	margin-left: 2vw;
	padding: 0.5vw 2vw;
	background: #EBE0D6;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	font-size: 3.2vw;
	font-weight: 700;
	text-align: center;
}
.fee ul.campaign .title span{
	background: #B20000;
	color: #FFF;
}
.fee .price{
	margin-top: 3vw;
	font-size: 4.5vw;
}
.fee .price small{
	margin-left: 1vw;
	font-size: 3.5vw;
}
.fee ul.campaign .price span{
	display: inline-block;
	vertical-align: middle;
}
.fee ul.campaign .price img{
	width: 60%;
	margin-left: 2vw;
	display: inline-block;
	vertical-align: middle;
}
.fee .inner{
}
.fee .caution{
	margin-top: 3vw;
	font-weight: 600;
	font-size: 3.8vw;
}
.fee .caution span{
	color: #B20000;
}

.qa{
	padding: 10vw 0 20vw 0;
	background: #F7F1EC;
}
.qa .box{
}
.qa .item{
	background: #FFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}
.qa .item + .item{
	margin-top: 6vw;
}
.qa .title{
	padding: 4vw;
	border-bottom: 2px solid #DDD;
	display: flex;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 5vw;
}
.qa .title::before{
	content: "";
	width: 10vw;
	height: 10vw;
	margin-right: 3vw;
	background: url(../images/qa/webp/q.webp) no-repeat;
	background-size: 100% 100%;
}
.qa .title span{
	width: calc(100% - 13vw);
	margin-top: 0.5vw;
}
.qa .text{
	margin-top: 2px;
	padding: 4vw;
	border-top: 2px solid #DDD;
}

.about{
	padding-top: 10vw;
	background: #F7F1EC;
	position: relative;
	z-index: 10;
}
.about .box{
	padding: 8vw 4vw;
	background: #FFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}
.about .item{
	border-bottom: 2px solid #DDD;
	position: relative;
}
.about .item::after{
	content: "";
	width: 45%;
	height: 2px;
	background: #B49B64;
	position: absolute; bottom: -2px; left: 0;
}
.about .item + .item{
	margin-top: 4vw;
}
.about .title{
	padding-bottom: 0;
	font-weight: 700;
}
.about .text{
	padding: 2vw 2vw 3vw 2vw;
}

.contact{
	padding: 10vw 0 20vw 0;
	background: #F7F1EC;
}
.contact .comfirm{
	text-align: center;
}
.contact .comfirm span{
	color: #EA3E32;
}
.contact .box{
	padding-top: 2vw;
}
.contact .item{
	margin-top: 6vw;
}
.contact .title{
}
.contact .title span{
	color: #EA3E32;
}
.contact .input{
	margin-top: 2vw;
}
.contact .input.flex{
	display: flex;
	align-items: center;
}
.contact .input.flex span{
	width: 5em;
	margin-right: 1.5vw;
}
.contact .input.flex span.year{
	width: 6em;
}
.contact .input.flex p{
	margin-right: 1.5vw;
	font-size: 3vw;
}
.contact .btn{
	margin-top: 8vw;
	text-align: center;
}
.contact .btn button{
	min-width: 40vw;
	margin: 0 2vw;
	padding: 4vw;
	background: #000;
	outline:  none;
	border: none;
	display: inline-block;
	font-size: 4.5vw;
	line-height: 6vw;
	color: #FFF;
}
.contact .btn button[type="submit"]{
	margin-left: 0;
	background: #CC0E10;
}

.thanks{
	padding: 10vw 0 20vw 0;
	background: #F7F1EC;
	text-align: center;
}

.category_list{
	padding-top: 10vw;
	background: #F7F1EC;
}
.category_list h3{
	font-weight: 700;
	font-size: 4.5vw;
}
.category_list h3 a{
	font-weight: 600;
	color: #000;
	display: inline-block;
	letter-spacing: 0.05em;
}
.category_list h3 a::after{
	content: "";
	width: 3vw;
	height: 3vw;
	margin: -1vw 0 0 3vw;
	background: url(../images/common/webp/plus.webp) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: middle;
}
.category_list h3 a.on::after{
	height: 2px;
	margin: -1.5vw 0 0 3vw;
	background-image: url(../images/common/webp/minus.webp);
}
.category_list .box{
	display: block;
}
.category_list .inner{
	padding-top: 3vw;
	display: flex;
	flex-wrap: wrap;
}
.category_list .item{
	width: 32.5%;
	margin: 1vw 1.25% 0 0;
}
.category_list .item:nth-child(3n){
	margin-right: 0;
}
.category_list .item a{
	padding: 1.5vw 3vw;
	border: 1px solid #00504A;
	background: #FFF;
	display: block;
	color: #00504A;
	text-align: center;
}
.category_list .item a.on,
.category_list .item a:hover{
	background: #00504A;
	color: #FFF;
}

.voice{
	padding: 4vw 0 20vw 0;
	background: #F7F1EC;
}
.voice.top_voice{
	padding: 10vw 0 20vw 0;
	background: #FFF;
}
.voice.top_voice h2 span{
	color: #B20000;
}
.voice .box{
	display: flex;
	flex-wrap: wrap;
}
.voice.top_voice .slide{
	overflow: scroll;
}
.voice.top_voice .box{
	width: 200%;
	margin-top: 6vw;
}
.voice .item{
	width: 49%;
	margin-top: 2vw;
	padding: 2vw;
	border: 1px solid #DFD3C7;
	background: #FFF;
}
.voice .item:nth-child(even){
	margin-left: 2%;
}
.voice.top_voice .item{
	width: 23%;
}
.voice .thum{
}
.voice .thum img{
	width: 100%;
	height: 30vw;
	object-fit: cover;
}
.voice .inner{
}
.voice .date{
	margin-top: 2vw;
	font-weight: 500;
	font-size: 3.2vw;
	color: #222;
}
.voice .cate{
	margin-top: 2vw;
	display: inline-block;
	padding: 0.7vw 2.5vw;
	background: #00504A;
	font-size: 2.5vw;
	color: #FFF;
	text-align: center;
}
.voice .title{
	margin-top: 2vw;
	font-weight: 700;
	color: #222;
	font-size: 3.5vw;
	line-height: 1.5;
}
.voice .title a{
	color: #222;
}
.voice .btn{
	margin-top: 10vw;
	padding: 0 2vw;
}
.voice .btn a{
	padding: 5vw 2vw;
	background: #B20000;
	border: 2px solid #B20000;
	border-radius: 12vw;
	display: block;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 4.8vw;
	line-height: 6vw;
	color: #FFF;
	text-align: center;
}
.voice .btn a::after{
	content: "";
	width: 2vw;
	height: 4vw;
	margin-top: -2vw;
	background: url(../images/common/webp/arrow.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: calc(50% + 2px); right: 3vw;
}

ul.pagination {
	padding-top: 15vw;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.pagination li {
	margin: 3vw 1.5vw 0 1.5vw;
}
ul.pagination li a,
ul.pagination li span {
	width: 10vw;
	height: 10vw;
	background: #B49B64;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5vw;
	color: #FFF;
	text-decoration: none;
}
ul.pagination li a:hover,
ul.pagination li.active span {
	background: #00504A;
	color: #FFF;
}

.detail{
	padding-bottom: 20vw;
	background: #F7F1EC;
}
.detail h1{
	padding: 8vw 2vw 2vw 2vw;
	border-bottom: 1px solid #00504A;
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 1.7;
	color: #00504A;
}
.detail .date_box{
	margin-top: 4vw;
}
.detail .date{
	color: #222;
}
.detail .cate{
	padding-top: 1vw;
	display: flex;
	flex-wrap: wrap;
}
.detail .cate .item{
	margin: 2vw 2vw 0 0;
}
.detail .cate .item a{
	padding: 1vw 3vw;
	background: #00504A;
	border-radius: 0;
	display: inline-block;
	font-size: 3.2vw;
	color: #FFF;
	text-decoration: none;
}
.detail .main_image{
	margin-top: 5vw;
	text-align: center;
}
.detail .detail_inner{
}
.detail .detail_inner h2{
	margin-top: 8vw;
	padding: 1.5vw 2vw;
	border-top: 1px solid #00504A;
	border-bottom: 1px solid #00504A;
	font-family: "Noto Sans JP", "Hiragino Sans W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.7;
	color: #00504A;
	text-align: left;
}
.detail .detail_inner h2::after{
	display: none;
}
.detail .detail_inner h3{
	margin-top: 8vw;
	padding: 1.5vw 2vw;
	background: #AAA59A;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.7;
	color: #FFF;
}
.detail .detail_inner h4{
	margin-top: 8vw;
	padding: 0 2vw 1.5vw 2vw;
	background: none;
	border-bottom: 1px dashed #B8B8B8;
	font-weight: 700;
	font-size: 4.5vw;
	color: #222;
}
.detail .detail_inner h4::before{
	content: "\f14a";
	margin-right: 2vw;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #B20000;
}
.detail .detail_inner h5{
	margin-top: 8vw;
	padding: 0 2vw 1.5vw 2vw;
	border-bottom: 1px dashed #B8B8B8;
	font-weight: 700;
	font-size: 4.5vw;
	color: #222;
}
.detail .detail_inner h5::before{
	content: "\f101";
	margin-right: 2vw;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #222;
}
.detail .detail_inner h6{
	margin-top: 8vw;
	padding: 0 2vw;
	font-weight: 400;
	font-size: 3.5vw;
}
.detail .detail_inner h6::before{
	content: "\f0c1";
	margin-right: 2vw;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #2F60B4;
}
.detail h6 a{
	color: #2F60B4;
}
.detail .detail_inner .photo{
	margin-top: 8vw;
}
.detail .detail_inner p{
	margin-top: 8vw;
	color: #222;
}
.detail .detail_inner h2 + p,
.detail .detail_inner h3 + p,
.detail .detail_inner h4 + p,
.detail .detail_inner h5 + p{
	margin-top: 6vw;
}
.detail .detail_inner .side_by_side{
	padding-top: 4vw;
}
.detail .detail_inner .side_by_side img{
	margin-top: 4vw;
}
.detail .detail_inner .side_by_side p{
	margin-top: 4vw;
	color: #333;
}
.detail .detail_inner .side_by_side img + p{
}
.detail .detail_inner .two_photo{
	padding-top: 4vw;
}
.detail .detail_inner .two_photo img{
	margin-top: 4vw;
}
.detail .detail_inner table{
	width: 100%;
	margin-top: 8vw;
	border-collapse: collapse;
	color: #3D3D3D;
}
.detail .detail_inner table tr{
	border: 1px solid #AAA59A;
}
.detail .detail_inner table th,
.detail .detail_inner table td{
	padding: 3vw;
	display: block;
}
.detail .detail_inner table th{
	background: #F2EDE7;
	border-bottom: 1px solid #AAA59A;
	font-weight: 700;
	color: #222;
}
.detail .detail_inner .link_btn{
	margin-top: 6vw;
}
.detail .detail_inner .link_btn a{
	min-width: 60vw;
	padding: 3vw 4vw;
	background: #2B2B2B;
	border-radius: 6vw;
	display: inline-block;
	font-weight: 700;
	line-height: 6vw;
	color: #FFF;
	text-align: center;
}
.detail .detail_inner ul{
	padding-top: 4vw;
	list-style: none;
}
.detail .detail_inner li{
	padding: 3vw 2vw;
	border-bottom: 1px dashed #B49B64;
	position: relative;
	color: #3D3D3D;
}
.detail .detail_inner li::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2vw;
	height: 2vw;
	margin-right: 2vw;
	border-radius: 50%;
	background: #3D3D3D;
}
.detail .detail_inner .box_line{
	margin-top: 8vw;
	padding: 4vw;
	border: 1px solid #DFD3C7;
	color: #333;
}
.detail .detail_inner .box_dot{
	margin-top: 8vw;
	padding: 4vw;
	border: 1px dashed #B49B64;
	color: #333;
}
.detail .detail_inner .box_line_b{
	margin-top: 8vw;
	padding: 4vw;
	border: 2px solid #DFD3C7;
	color: #333;
}
.detail nav{
	margin-top: 10vw;
	padding: 2vw;
	background: #AAA59A;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail nav div{
	width: 30%;
	margin: 0 1.5vw;
	text-align: center;
}
.detail nav div:first-child{
	margin-left: 0;
}
.detail nav div:last-child{
	margin-right: 0;
}
.detail nav a{
	padding: 2vw;
	background: #FFF;
	border: none;
	display: block;
	color: #222;
	font-size: 3.5vw;
}

.sns_area{
	margin: 4vw 0 0;
	line-height: 1;
    overflow: hidden;
}
.sns_area div{
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}
.linebutton img{
	width: 21px;
}


/* footer */

footer{
	background: #F7F1EC;
}
footer .navi{
	border-bottom: 2px solid #DDD;
}
footer .navi nav{
}
footer .navi nav ul{
	padding: 4vw 0 8vw 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
footer .navi nav li{
	width: 50%;
	margin-top: 4vw;
	display: flex;
	align-items: center;
}
footer .navi nav li::before{
	content: "";
	width: 4vw;
	height: 4vw;
	margin-right: 2vw;
	background: url(../images/common/webp/nav_icon_sp.webp) no-repeat;
	background-size: 100% 100%;
}
footer .info{
	margin-top: 10vw;
}
footer .info .box{
	padding: 10vw 0;
	position: relative;
}
footer .info .box::before,
footer .info .box::after{
	content: "";
	width: 100%;
	height: 3.5vw;
	background: url(../images/common/webp/footer_border_sp.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; left: 0;
}
footer .info .box::before{
	top: 0;
}
footer .info .box::after{
	bottom: 0;
}
footer .info .thum{
}
footer .info .inner{
}
footer .info .title{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 6vw;
}
footer .info ul{
	padding-top: 2vw;
	list-style: none;
}
footer .info li{
	margin-top: 2vw;
	display: flex;
	align-items: flex-start;
}
footer .info li::before{
	content: "";
	height: 5vw;
	margin: 1vw 2vw 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
footer .info li.address::before{
	width: 4vw;
	margin-right: 3.5vw;
	background-image: url(../images/common/webp/pin.webp);
}
footer .info li.park::before{
	width: 5.5vw;
	background-image: url(../images/common/webp/park.webp);
}
footer .info li span{
	flex: 1;
}
footer .info .tel{
	margin-top: 6vw;
	padding: 4vw;
	background: #FFF;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .info .number{
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 8vw;
	color: #00504A;
}
footer .info .number::before{
	content: "";
	width: 9vw;
	height: 9vw;
	margin-right: 3vw;
	background: url(../images/common/webp/tel_g.webp) no-repeat;
	background-size: 100% 100%;
}
footer .info .number a{
	color: #00504A;
}
footer .info p{
}
footer .copy{
	padding: 6vw 0;
	font-size: 3.5vw;
	text-align: center;
}

.float{
	width: 100%;
	padding: 2vw 4vw;
	background: #00504A;
	position: fixed; bottom: 0; left: 0;
	z-index: 90;
}
.float .box{
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
	flex-shrink: 0;
}
.float .box > div{
	margin-left: 3vw;
}
.float .box a{
	width: 20vw;
	height: 14vw;
	padding: 0.7vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 0;
}
.float .box .text{
	font-size: 3.5vw;
	font-weight: 700;
	line-height: 1.2;
	color: #FCD06F;
}
.float .box .tel_btn{
	margin-left: 0;
	flex: 1;
}
.float .box .tel_btn a{
	width: 100%;
	background: #F7F1EC;
	flex-direction: row;
	justify-content: center;
}
.float .tel_btn .icon{
	width: 10vw;
}
.float .box .tel_btn .text{
	margin-left: 2vw;
	font-size: 3vw;
	font-weight: 400;
	color: #222;
}
.float .box .tel_btn .text strong{
	font-weight: 700;
}
.float .line_btn a{
	background: #4CC764;
	border: 2px solid #4CC764;
}
.float .line_btn .icon{
	width: 7vw;
}
.float .line_btn .text{
	margin-top: 0.5vw;
	color: #FFF;
}
.float .mail_btn a{
	border: 2px solid #FCD06F;
}
.float .mail_btn .icon{
	width: 6.5vw;
	margin-top: 1vw;
}
.float .mail_btn .text{
	margin-top: 1vw;
}
