@charset "utf-8";

@media screen and (min-width:913px){

/* common */

.wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/* header */

header{
	width: 100%;
	padding: 15px 0;
	background: #00504A;
	position: fixed; top: 0; left: 0;
	z-index: 100;
}
header .box{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header h1{
	width: 156px;
	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: 10px;
}
header .btn_box a{
	width: 50px;
	height: 50px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	font-size: 0;
	text-decoration: none;
}
header .btn_box .text{
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: #FCD06F;
}
header .btn_box .line_btn{
	margin-left: 0;
}
header .line_btn a{
	background: #4CC764;
	border: 2px solid #4CC764;
}
header .line_btn .icon{
	width: 25px;
	margin-top: 0;
}
header .line_btn .text{
	margin-top: 0;
	color: #FFF;
}
header .mail_btn a{
	border: 2px solid #FCD06F;
}
header .mail_btn .icon{
	width: 22px;
	margin-top: 0;
}
header .mail_btn .text{
	margin-top: 4px;
}
header .nav_box{
	width: auto;
	height: 50px;
	background: none;
	position: static;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-shrink: 0;
	z-index: 90;
	text-align: left;
	pointer-events: auto;
	overflow: hidden;
}
header .nav_box nav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .nav_box ul{
	padding-top: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .nav_box ul li{
	margin: 0 30px 0 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .nav_box ul li::before{
	content: "";
	width: 10px;
	height: 10px;
	margin: 1px 8px 0 0;
	background: url(../images/common/webp/nav_icon_pc.webp) no-repeat;
	background-size: 100% 100%;
}
header .nav_box ul li a{
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}
header .nav_box .tel{
	margin-top: 0;
	display: block;
}
header .nav_box .number{
	display: flex;
	align-items: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 22px;
	color: #B49B64;
}
header .nav_box .number::before{
	content: "";
	width: 28px;
	height: 28px;
	margin-right: 3px;
	background: url(../images/common/webp/tel.webp) no-repeat;
	background-size: 100% 100%;
}
header .nav_box .number a{
	color: #B49B64;
	pointer-events: none;
}
header .nav_box p{
	margin-top: 0;
	font-size: 10px;
	color: #FFF;
}


/* main */

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

.kv{
	height: 480px;
	background: url(../images/kv/webp/bg.webp) no-repeat center top;
	background-size: cover;
	text-align: center;
}
@media screen and (min-width:1366px){
	.kv{
		width: 1366px;
		margin: 0 auto;
	}
}
.kv .wrapper{
	padding: 0;
	position: relative;
}
.kv .image{
	width: 722px;
	padding: 41px 0 0 50px;
}
.kv .catch{
	padding: 0;
	position: absolute; top: 425px; left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.kv .catch .item{
	width: 230px;
	margin: 0 20px;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}

.coupon{
	padding: 40px 0 20px 0;
	background: #00504A;
	text-align: center;
}
.kv + .coupon{
	padding: 105px 0 50px 0;
}
.coupon .image{
	width: 760px;
	margin: 0 auto;
}
.coupon p{
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
}
.coupon p span{
	color: #FCD06F;
}

.trouble{
	height: 623px;
	background: url(../images/trouble/webp/bg.webp) no-repeat;
	background-size: cover;
}
.trouble .wrapper{
	padding: 0;
	position: relative;
}
.trouble h2{
	position: absolute; top: 100px; right: 73px;
	font-size: 37px;
}
.trouble h2::after{
	display: none;
}
.trouble h2 small{
	font-size: 36px;
}
.trouble h2 span{
	position: relative;
	font-size: 54px;
}
.trouble h2 span::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #4A2708;
	position: absolute; bottom: 0; left: 0;
}
.trouble .image{
	width: 857px;
	padding: 219px 0 0 70px;
}

.intro{
	padding: 95px 0 100px 0;
	background: #F7F1EC;
}
.intro h2{
	font-size: 36px;
}
.intro h2 span{
	color: #B20000;
}
.intro h2 strong{
	font-size: 50px;
}
.intro .box{
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intro .item{
	width: 300px;
	margin-top: 40px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #DEDEDE;
	outline: 5px solid #FFF;
	position: relative;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
	display: flex;
	align-items: center;
}
.intro .icon{
	width: 70px;
}
.intro p{
	margin-left: 11px;
	font-weight: 600;
	font-size: 20px;
}
.intro .btn{
	width: 380px;
	margin: 40px auto 0 auto;
	padding: 0;
}
.intro .btn a{
	padding: 18px 0;
	background: #B20000;
	border: 2px solid #B20000;
	border-radius: 30px;
	display: block;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.intro .btn a::after{
	content: "";
	width: 6px;
	height: 12px;
	margin-top: -6px;
	background: url(../images/common/webp/arrow.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: calc(50% + 2px); right: 20px;
}
.intro .btn a:hover{
	background: #FFF;
	color: #B20000;
}
.intro .btn a:hover::after{
	background-image: url(../images/common/webp/arrow_r.webp);
}

.case{
	padding: 117px 0 100px 0;
}
.case h2{
	font-size: 36px;
}
.case h2 span{
	color: #B20000;
}
.case .box{
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case .item{
	width: 480px;
	margin-top: 20px;
}

.point{
	padding: 100px 0;
	background: #F7F1EC;
}
.point h2{
	font-size: 36px;
}
.point h2 span{
	color: #B20000;
}
.point h2 strong{
	font-size: 46px;
}
.point .box{
	padding-top: 0;
}
.point .item{
	margin-top: 40px;
}
.point .thum{
	width: 480px;
	position: relative;
	z-index: 20;
}
.point .box .item:nth-child(even) .thum{
	margin-left: 520px;
}
.point .inner{
	width: 560px;
	min-height: 270px;
	margin: -240px 0 0 440px;
	padding: 27px 40px 50px 80px;
	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: 440px;
	padding: 27px 80px 50px 40px;
}
.point h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 600;
	color: #B49B64;
}
.point h4{
	padding-bottom: 16px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
}
.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: 21px;
	position: relative;
	z-index: 10;
	font-size: 14px;
}
.point .num{
	opacity: 0.16;
	font-family: 'Noto Serif JP', serif;
	font-size: 35px;
	line-height: 1;
	position: absolute; bottom: 0; right: 12px;
}
.point .box .item:nth-child(even) .num{
	right: 55px;
}
.point .num span{
	font-size: 100px;
}

.access{
	padding: 100px 0;
	background: #F7F1EC;
}
.access h2{
	font-size: 36px;
}
.access .gmap{
	margin-top: 40px;
	height: 0;
	padding-bottom: 400px;
	position: relative;
	overflow: hidden;
}
.access .gmap iframe {
	width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;
}
.access .box{
	display: flex;
	justify-content: center;
}
.access ul{
	padding-top: 10px;
	list-style: none;
}
.access li{
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}
.access li::before{
	content: "";
	width: 30px;
	height: 30px;
	margin: 0 10px 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: 80px 0;
	background: #F7F1EC;
}

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

.fee{
	padding: 60px 0 100px 0;
	background: #F7F1EC;
}
.fee .box{
}
.fee .item{
	padding: 40px 45px;
	background: #FFF;
	border: 1px solid #DEDEDE;
	outline: 5px solid #FFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}
.fee .box + .box,
.fee .item + .item{
	margin-top: 40px;
}
.fee .box.two_column{
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fee .box.two_column .item{
	width: 480px;
	margin-top: 40px;
}
.fee h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 14px;
	color: #B49B64;
	text-align: center;
}
.fee h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}
.fee ul{
	margin-top: 20px;
	list-style: none;
	border-top: 1px solid #DDD;
}
.fee ul.campaign + .inner > ul{
	margin-top: 0;
	border-top: none;
}
.fee li{
	padding: 20px 0;
	border-bottom: 1px solid #DDD;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
}
.fee .title{
}
.fee .title span{
	min-width: 70px;
	margin-left: 12px;
	padding: 2px 14px;
	background: #EBE0D6;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.fee ul.campaign .title span{
	background: #B20000;
	color: #FFF;
}
.fee .price{
	margin-top: 0;
	font-size: 18px;
}
.fee .price small{
	margin-left: 5px;
	font-size: 16px;
}
.fee ul.campaign .price span{
	display: inline-block;
	vertical-align: middle;
}
.fee ul.campaign .price img{
	width: 200px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.fee .inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: none;
}
.fee .inner ul li{
	width: 430px;
}
.fee .inner ul li:nth-child(1),
.fee .inner ul li:nth-child(2){
	border-top: 1px solid #DDD;
}
.fee .caution{
	margin-top: 20px;
	font-weight: 600;
	font-size: 16px;
}
.fee .caution span{
	color: #B20000;
}

.qa{
	padding: 60px 0 100px 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: 30px;
}
.qa .title{
	padding: 10px 12px 15px 12px;
	border-bottom: 1px solid #DDD;
	display: flex;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 20px;
}
.qa .title::before{
	content: "";
	width: 50px;
	height: 50px;
	margin-right: 15px;
	background: url(../images/qa/webp/q.webp) no-repeat;
	background-size: 100% 100%;
}
.qa .title span{
	width: calc(100% - 65px);
	margin-top: 8px;
}
.qa .text{
	margin-top: 2px;
	padding: 19px 50px 23px 50px;
	border-top: 1px solid #DDD;
	font-size: 16px;
}

.about{
	padding-top: 60px;
	background: #F7F1EC;
	position: relative;
	z-index: 10;
}
.about .box{
	padding: 40px 50px;
	background: #FFF;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}
.about .item{
	border-bottom: 1px solid #DDD;
	position: relative;
	display: flex;
	font-size: 14px;
}
.about .item::after{
	content: "";
	width: 200px;
	height: 1px;
	background: #B49B64;
	position: absolute; bottom: -1px; left: 0;
}
.about .item + .item{
	margin-top: 20px;
}
.about .title{
	width: 200px;
	padding-bottom: 18px;
	font-weight: 700;
}
.about .text{
	width: 700px;
	padding: 0 0 18px 17px;
}

.contact{
	padding: 100px 0 180px 0;
	background: #F7F1EC;
}
.contact .wrapper{
	width: 700px;
}
.contact .comfirm{
	font-size: 15px;
	text-align: center;
}
.contact .comfirm span{
	color: #EA3E32;
}
.contact .box{
	padding-top: 50px;
}
.contact .item{
	margin-top: 20px;
}
.contact .title{
	font-size: 15px;
}
.contact .title span{
	color: #EA3E32;
}
.contact .input{
	margin-top: 18px;
	font-size: 15px;
}
.contact .input.flex{
	display: flex;
	align-items: center;
}
.contact .input.flex span{
	width: 60px;
	margin-right: 20px;
}
.contact .input.flex span.year{
	width: 100px;
}
.contact .input.flex p{
	margin-right: 20px;
	font-size: 15px;
}
.contact .btn{
	margin-top: 90px;
	text-align: center;
}
.contact .btn button{
	min-width: 0;
	width: 280px;
	margin: 0 20px;
	padding: 18px;
	background: #000;
	outline:  none;
	border: 2px solid #000;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	transition: .2s;
}
.contact .btn button:hover{
	background: #FFF;
	color: #000;
}
.contact .btn button[type="submit"]{
	margin-left: 0;
	background: #CC0E10;
	border-color: #CC0E10;
}
.contact .btn button[type="submit"]:hover{
	background: #FFF;
	color: #CC0E10;
}

.thanks{
	padding: 100px 0 150px 0;
	background: #F7F1EC;
	text-align: center;
}

.category_list{
	padding-top: 56px;
	background: #F7F1EC;
}
.category_list h3{
	font-weight: 700;
	font-size: 25px;
}
.category_list h3 a{
	font-weight: 600;
	color: #000;
	display: inline-block;
	letter-spacing: 0.05em;
}
.category_list h3 a::after{
	content: "";
	width: 12px;
	height: 12px;
	margin: -4px 0 0 22px;
	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: -5px 0 0 22px;
	background-image: url(../images/common/webp/minus.webp);
}
.category_list .box{
	display: block;
}
.category_list .inner{
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.category_list .item{
	width: 330px;
	margin: 5px 5px 0 0;
}
.category_list .item:nth-child(3n){
	margin-right: 0;
}
.category_list .item a{
	padding: 10px;
	border: 1px solid #00504A;
	background: #FFF;
	display: block;
	font-size: 14px;
	color: #00504A;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in 0s;
}
.category_list .item a.on,
.category_list .item a:hover{
	background: #00504A;
	color: #FFF;
}

.voice{
	padding: 45px 0 140px 0;
	background: #F7F1EC;
}
.voice.top_voice{
	padding: 100px 0 140px 0;
	background: #FFF;
}
.voice.top_voice h2 span{
	color: #B20000;
}
.voice .box{
	display: flex;
	flex-wrap: wrap;
}
.voice.top_voice .slide{
	overflow: hidden;
}
.voice.top_voice .box{
	width: 100%;
	margin-top: 40px;
}
.voice .item{
	width: 320px;
	margin: 20px 20px 0 0;
	padding: 20px 20px 25px 20px;
	border: 1px solid #DFD3C7;
	background: #FFF;
}
.voice.top_voice .item{
	width: 230px;
}
.voice .item:nth-child(even){
	margin-left: 0;
}
.voice .item:nth-child(3n){
	margin-right: 0;
}
.voice.top_voice .item:nth-child(3n){
	margin-right: 20px;
}
.voice.top_voice .item:nth-child(4n){
	margin-right: 0;
}
.voice .thum{
}
.voice .thum img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.voice .inner{
}
.voice .date{
	margin-top: 9px;
	font-weight: 500;
	font-size: 14px;
	color: #222;
}
.voice .cate{
	margin-top: 10px;
	display: inline-block;
	padding: 4px 18px;
	background: #00504A;
	border: 1px solid #00504A;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.voice .title{
	margin-top: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #222;
}
.voice .title a{
	color: #222;
}
.voice .btn{
	width: 380px;
	margin: 40px auto 0 auto;
	padding: 0;
}
.voice .btn a{
	padding: 18px 0;
	background: #B20000;
	border: 2px solid #B20000;
	border-radius: 30px;
	display: block;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.voice .btn a::after{
	content: "";
	width: 6px;
	height: 12px;
	margin-top: -6px;
	background: url(../images/common/webp/arrow.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute; top: calc(50% + 2px); right: 20px;
}
.voice .btn a:hover{
	background: #FFF;
	color: #B20000;
}
.voice .btn a:hover::after{
	background-image: url(../images/common/webp/arrow_r.webp);
}

ul.pagination {
	padding-top: 140px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.pagination li {
	margin: 10px 5px 0 5px;
}
ul.pagination li a,
ul.pagination li span {
	width: 40px;
	height: 40px;
	background: #B49B64;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.2s ease-in 0s;
}
ul.pagination li a:hover,
ul.pagination li.active span {
	background: #00504A;
	color: #FFF;
}

.detail{
	padding-bottom: 130px;
	background: #F7F1EC;
}
.detail h1{
	padding: 65px 15px 10px 15px;
	border-bottom: 1px solid #00504A;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.7;
}
.detail .date_box{
	margin-top: 0;
	padding-top: 10px;
	display: flex;
}
.detail .date{
	padding-top: 10px;
}
.detail .cate{
	padding: 0 0 0 10px;
	display: flex;
	flex-wrap: wrap;
}
.detail .cate .item{
	margin: 10px 10px 0 0;
}
.detail .cate .item a{
	padding: 5px 13px;
	background: #00504A;
	border: 1px solid #00504A;
	border-radius: 0;
	display: inline-block;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.detail .cate .item a:hover{
	background: #FFF;
	color: #00504A;
}
.detail .main_image{
	margin-top: 30px;
	text-align: center;
}
.detail .detail_inner{
}
.detail .detail_inner h2{
	margin-top: 30px;
	padding: 12px 20px;
	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: 18px;
	line-height: 1.7;
	color: #00504A;
	text-align: left;
}
.detail .detail_inner h2::after{
	display: none;
}
.detail .detail_inner h3{
	margin-top: 40px;
	padding: 13px 20px;
	background: #AAA59A;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7;
	color: #FFF;
}
.detail .detail_inner h4{
	margin-top: 40px;
	padding: 0 20px 10px 20px;
	background: none;
	border-bottom: 1px dashed #B8B8B8;
	font-weight: 700;
	font-size: 18px;
	color: #222;
}
.detail .detail_inner h4::before{
	content: "\f14a";
	margin-right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #B20000;
}
.detail .detail_inner h5{
	margin-top: 40px;
	padding: 0 20px 10px 20px;
	border-bottom: 1px dashed #B8B8B8;
	font-weight: 700;
	font-size: 18px;
	color: #222;
}
.detail .detail_inner h5::before{
	content: "\f101";
	margin-right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #222;
}
.detail .detail_inner h6{
	margin-top: 40px;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
}
.detail .detail_inner h6::before{
	content: "\f0c1";
	margin-right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #2F60B4;
}
.detail .detail_inner h6 a{
	color: #2F60B4;
}
.detail .detail_inner .photo{
	margin-top: 30px;
}
.detail .detail_inner p{
	margin-top: 30px;
	color: #222;
	font-size: 15px;
}
.detail .detail_inner h2 + p,
.detail .detail_inner h3 + p,
.detail .detail_inner h4 + p,
.detail .detail_inner h5 + p{
	margin-top: 25px;
}
.detail .detail_inner .side_by_side{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.detail .detail_inner .side_by_side img{
	width: 500px;
	margin-top: 0;
}
.detail .detail_inner .side_by_side p{
	width: 480px;
	margin: 0 20px 0 0;
	color: #333;
	font-size: 15px;
}
.detail .detail_inner .side_by_side img + p{
	margin: 0 0 0 20px;
}
.detail .detail_inner .two_photo{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.detail .detail_inner .two_photo img{
	width: 490px;
	margin-top: 0;
}
.detail .detail_inner table{
	width: 100%;
	margin-top: 40px;
	border-collapse: collapse;
	color: #3D3D3D;
	font-size: 15px;
}
.detail .detail_inner table tr{
	border: 1px solid #AAA59A;
}
.detail .detail_inner table th,
.detail .detail_inner table td{
	padding: 15px 30px;
	display: table-cell;
}
.detail .detail_inner table th{
	width: 250px;
	background: #F2EDE7;
	border-right: 1px solid #AAA59A;
	font-weight: 700;
	color: #222;
}
.detail .detail_inner .link_btn{
	margin-top: 40px;
}
.detail .detail_inner .link_btn a{
	min-width: 280px;
	padding: 14px 20px;
	background: #2B2B2B;
	border: 1px solid #2B2B2B;
	border-radius: 25px;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.detail .detail_inner .link_btn a:hover{
	background: #FFF;
	color: #2B2B2B;
}
.detail .detail_inner ul{
	padding-top: 20px;
	list-style: none;
}
.detail .detail_inner li{
	padding: 20px 10px;
	border-bottom: 1px dashed #B49B64;
	position: relative;
	color: #3D3D3D;
	font-size: 16px;
}
.detail .detail_inner li::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	margin-right: 3px;
	border-radius: 50%;
	background: #3D3D3D;
}
.detail .detail_inner .box_line{
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #DFD3C7;
	color: #333;
	font-size: 15px;
}
.detail .detail_inner .box_dot{
	margin-top: 40px;
	padding: 20px;
	border: 1px dashed #B49B64;
	color: #333;
	font-size: 15px;
}
.detail .detail_inner .box_line_b{
	margin-top: 40px;
	padding: 20px;
	border: 2px solid #DFD3C7;
	color: #333;
	font-size: 15px;
}
.detail nav{
	margin-top: 160px;
	padding: 15px;
	background: #AAA59A;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail nav div{
	width: 310px;
	margin: 0 10px;
	text-align: center;
}
.detail nav div:first-child{
	margin-left: 0;
}
.detail nav div:last-child{
	margin-right: 0;
}
.detail nav a{
	padding: 18px;
	background: #FFF;
	border: none;
	display: block;
	color: #222;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.2s ease-in 0s;
}
.detail nav a:hover{
	background: #222;
	color: #FFF;
}


/* footer */

footer{
	background: #F7F1EC;
}
footer .navi{
	border-bottom: 2px solid #DDD;
}
footer .navi nav{
}
footer .navi nav ul{
	padding: 30px;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
footer .navi nav li{
	width: auto;
	margin: 0 15px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
footer .navi nav li::before{
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background: url(../images/common/webp/nav_icon_sp.webp) no-repeat;
	background-size: 100% 100%;
}
footer .info{
	margin-top: 100px;
}
footer .info .box{
	width: 900px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .info .box::before,
footer .info .box::after{
	content: "";
	width: 100%;
	height: 12px;
	background: url(../images/common/webp/footer_border_pc.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{
	width: 370px;
}
footer .info .inner{
	width: 490px;
}
footer .info .title{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
}
footer .info ul{
	padding-top: 10px;
	list-style: none;
}
footer .info li{
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}
footer .info li::before{
	content: "";
	height: auto;
	margin: 2px 8px 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
footer .info li.address::before{
	width: 16px;
	height: 21px;
	margin-right: 12px;
	background-image: url(../images/common/webp/pin.webp);
}
footer .info li.park::before{
	width: 20px;
	height: 17px;
	background-image: url(../images/common/webp/park.webp);
}
footer .info li span{
	flex: 1;
}
footer .info .tel{
	width: 360px;
	margin-top: 20px;
	padding: 10px;
	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: 29px;
	color: #00504A;
}
footer .info .number::before{
	content: "";
	width: 39px;
	height: 39px;
	margin-right: 4px;
	background: url(../images/common/webp/tel_g.webp) no-repeat;
	background-size: 100% 100%;
}
footer .info .number a{
	color: #00504A;
	pointer-events: none;
}
footer .info p{
	font-size: 14px;
}
footer .copy{
	padding: 60px 0 110px 0;
	font-size: 12px;
	text-align: center;
}

.float{
	width: 100%;
	padding: 5px 0;
	background: #00504A;
	position: fixed; bottom: 0; left: 0;
	z-index: 90;
}
.float .box{
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
	flex-shrink: 0;
}
.float .box > div{
	margin-left: 5px;
}
.float .box a{
	width: 135px;
	height: 60px;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 0;
	text-decoration: none;
}
.float .box .text{
	margin-left: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #FCD06F;
}
.float .box .tel_btn{
	margin-left: 0;
	flex: 1;
}
.float .box .tel_btn a{
	width: 620px;
	background: #F7F1EC;
	flex-direction: row;
	justify-content: center;
	font-size: 29px;
	pointer-events: none;
}
.float .tel_btn .icon{
	width: 39px;
	margin: -5px 4px 0 0;
}
.float .tel_btn .number{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 29px;
	color: #00504A;
}
.float .box .tel_btn .text{
	margin-left: 20px;
	font-size: 14px;
	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: 30px;
}
.float .line_btn .text{
	margin-top: 0;
	color: #FFF;
}
.float .mail_btn a{
	border: 2px solid #FCD06F;
}
.float .mail_btn .icon{
	width: 22px;
	margin-top: 0;
}
.float .mail_btn .text{
	margin-top: 0;
}

}
