@charset "utf-8";
/*------------------------------------------------------------
	plan
------------------------------------------------------------*/
.pageTitle {
	background-image: url("../img/plan/page_title_bg.jpg");	
}
#main {
	margin-bottom: 0;
}
#main .text {
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.95;
}
#main .imgBox {
	margin-bottom: 65px;
	align-items: flex-end;
}
#main .imgBox .photoBox {
	width: 642px;
}
#main .imgBox .textBox {
	padding: 25px;
	margin-left: -130px;
	width: 465px;
	height: 300px;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	background-color: #fbfbfb;
}
#main .imgBox .textBox .topBox {
	margin-bottom: 16px;
	align-items: flex-end;
}
#main .imgBox .textBox .ttl {
	margin: 0 10px 0 0;
	text-align: center;
}
#main .imgBox .textBox .ttl img {
	height: 36px;
}
#main .imgBox .textBox .price {
	text-align: center;
}
#main .imgBox .textBox .number {
	font-size: 2.9rem;
	display: inline-block;
	line-height: 1;
    font-family: 'gobold';
}
#main .imgBox .textBox .txt {
	font-size: 1.4rem;
	display: inline-block;
}
#main .imgBox .textBox .txt small,
#main .imgBox .textBox .txt span {
	display: block;
}
#main .imgBox .textBox .txt small {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
}
#main .imgBox .textBox .txt span {
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .imgBox .textBox .txt01 {
	padding-bottom: 4px;
	margin: 0 0 0 5px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
}
#main .imgBox .textBox .photo {
	margin: 0 -7px;
}
#main .imgBoxL {
	margin-bottom: 75px;
}
#main .imgBoxL .photoBox {
	order: 3;
}
#main .imgBoxL .textBox {
	width: 465px;
	margin: 0 -130px 0 0;
}
#main .imgBoxL .textBox .photo {
	margin: 0;
}
#main .imgBox01 {
	margin-bottom: 30px;
}
#main .imgBox01 .textBox {
	padding-right: 15px;
	width: 548px;
	margin-left: -210px;
}
#main .imgBox01 .textBox .topBox {
	margin-bottom: 20px;
}
#main .imgBox01 .textBox .photo {
	margin: 0 5px 0 3px;
}
#main .text01 {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.6;
    font-family: 'honokamarugo';
}
#main .planSec {
	margin-bottom: 77px;
}
#main .locationSec .imgUl {
	margin-bottom: 40px;
}
#main .locationSec .imgUl li {
	margin-right: 32px;
	width: 305px;
}
#main .locationSec .imgUl li:nth-child(3n) {
	margin-right: 0;
}
#main .locationSec {
	margin-bottom: 58px;
}
#main .bgBox {
	padding: 35px 0 25px;
	background: url(../img/plan/bg01.png) no-repeat center center / cover;
}
#main .imgUl01 {
	margin-bottom: 5px;
}
#main .imgUl01 li {
	margin-right: 15px;
	width: 305px;
}
#main .imgUl01 li:nth-child(3n) {
	margin-right: 0;
}
#main .imgUl01 li:first-child {
	width: 335px;
}
#main .bgBox p {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
    font-family: 'TetsubinGothic';
}
@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url("../img/plan/sp_page_title_bg.jpg");	
	}
	#main .text {
		margin-bottom: 20px;
	}
	#main .imgBox {
		margin-bottom: 20px;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
	}
	#main .imgBox img {
		width: 100%;
	}
	#main .imgBox .textBox {
		padding: 25px;
		margin-left: 0;
		width: auto;
		height: auto;
	}
	#main .imgBox .textBox .topBox {
		margin-bottom: 16px;
	}
	#main .imgBox .textBox .ttl {
		margin: 0 0 10px;
		width: 100%;
		text-align: left;
	}
	#main .imgBox .textBox .ttl img {
		width: auto;
		max-width: inherit;
		height: 26px;
	}
	#main .imgBox .textBox .number {
		font-size: 3rem;
	}
	#main .imgBox .textBox .txt {
		font-size: 1.2rem;
	}
	#main .imgBox .textBox .txt small {
		font-size: 0.8rem;
	}
	#main .imgBox .textBox .txt01 {
		padding-bottom: 2px;
		font-size: 1.2rem;
	}
	#main .imgBox .textBox .photo {
		margin: 0;
	}
	#main .imgBoxL {
		margin-bottom: 20px;
	}
	#main .imgBoxL .textBox {
		width: auto;
		margin: 0;
	}
	#main .imgBoxL .textBox .photo {
		margin: 0;
	}
	#main .imgBox01 {
		margin-bottom: 20px;
	}
	#main .imgBox01 .textBox {
		padding-right: 25px;
		width: auto;
		margin-left: 0;
	}
	#main .imgBox01 .textBox .photo {
		margin: 0;
	}
	#main .text01 {
		font-size: 1.3rem;
	}
	#main .planSec {
		margin-bottom: 30px;
	}
	#main .locationSec .imgUl {
		margin-bottom: 20px;
		display: block;
	}
	#main .locationSec .imgUl li {
		margin: 0 0 10px;
		width: auto;
		text-align: center;
	}
	#main .locationSec .imgUl li:last-child {
		margin-bottom: 0;
	}
	#main .bgBox {
		padding: 35px 0 25px;
		background: url(../img/plan/bg01.png) repeat center center / 1000px;
	}
	#main .imgUl01 {
		margin-bottom: 5px;
		display: block;
	}
	#main .imgUl01 li {
		margin: 0 0 10px;
		width: auto;
		text-align: center;
	}
	#main .imgUl01 li:first-child {
		width: auto;
	}
	#main .bgBox p {
		font-size: 1.8rem;
	}
}