@charset "utf-8";
/**
/* テキスト CSS
----------------------------------------------- */
.page-guide p.bg-text{
	font-size: 36px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
.page-guide p.text{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.page-guide p.bg-text{
		font-size: 4.2vw;
	}
	.page-guide p.text{
		font-size: 3.8vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide p.bg-text{
		font-size: 24px;
	}
	.page-guide p.text{
		font-size: 18px;
	}
}
/**
/* LP CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	position: relative;
	background: url(../img/mv_bg.png) bottom center;
	background-size: cover;
	height: 800px;
}
.mv-view .mv-view-img{
	position: absolute;
	width: 100%;
	max-width: 1015px;
	top: 13%;
	right: 50%;
	transform: translate(50%, 0%);
}
@media only screen and (max-width: 767px) {
	.mv-view{
		background: url(../img/sp_mv_bg.png) top center;
		background-size: cover;
		height: 100vw;
	}
	.mv-view .mv-view-img{
		width: 120%;
		top: 13%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view{
		height: 600px;
	}
	.mv-view .mv-view-img{
		top: 10%;
	}
}
/*　　insta-feed　　*/
.insta-feed{
	align-items: center;
}
.insta-feed li{
	width: 18.4%;
	height: 166px!important;
	margin-right: 2%;
}
.insta-feed li:nth-child(5n),
.insta-feed li:last-child{
	margin-right: 0;
}
.insta-feed li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.insta-feed li{
		width: 32%;
		height: 30vw!important;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.insta-feed li:nth-child(5n){
		margin-right: 2%;
	}
	.insta-feed li:nth-child(3n){
		margin-right: 0;
	}
}
/*　　section01　　*/
.section01{
	background: linear-gradient(180deg, #73b857 0%, #73b857 45%, #ffffff 45%, #ffffff 100%);
	padding: 20px 0;
	margin-top: -40px;
}
.section01 .inner{
	max-width: 1095px;
}
.section01 .message{
	color: #ffffff;
	margin-bottom: 90px;
}
.section01 .floorArea{
	position: relative;
	margin-bottom: 70px;
}
.section01 .floorArea h2{
	position: absolute;
	right: 70px;
	top: -48px;
}
.section01 .galleryArea{
	max-width: 900px;
	margin: auto;
	margin-bottom: 35px;
}
.section01 .galleryArea .logo{
	margin-bottom: 25px;
}
.section01 .thought h2{
	font-size:26px;
	margin:30px 0 20px;
	font-weight:normal;
}
.section01 .thought dt{
	font-size:20px;
}
.section01 .thought dd{
	margin-bottom:30px;
}
	
@media only screen and (max-width: 767px) {
	.section01{
		background: linear-gradient(180deg, #73b857 0%, #73b857 45%, #ffffff 45%, #ffffff 100%);
		padding: 3% 0;
		margin-top: -5%;
	}
	.section01 .message{
		margin-bottom: 10%;
	}
	.section01 .floorArea{
		margin-bottom: 15%;
		margin-bottom: 0;
	}
	.section01 .floorArea h2{
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
		margin-bottom: 5%;
	}
	.section01 .floorArea h2 img{
		width: 50vw;
	}
	.section01 .galleryArea{
		margin-bottom: 3%;
		margin-top:150px;
	}
	.section01 .galleryArea .logo{
		margin-bottom: 3%;
	}
	.section01 .galleryArea .logo img{
		width: 50vw;
	}
	.section01 .thought h2{
		font-size:20px;
		margin:30px 0 20px;
		font-weight:normal;
	}
	.section01 .thought dt{
		font-size:16px;
	}
	.section01 .thought dd{
		margin-bottom:16px;
		font-size:14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.section01 .message{
		margin-bottom: 70px;
	}
	.section01 .floorArea{
		margin-bottom: 50px;
	}
	.section01 .floorArea h2{
		position: absolute;
		width: 200px;
		right: 30px;
		top: -40px;
	}
	.section01 .galleryArea{
		margin-bottom: 30px;
	}
	.section01 .galleryArea .logo{
		margin-bottom: 25px;
	}
	.section01 .galleryArea .logo img{
		width: 260px;
	}
}
/**
/* concept CSS
----------------------------------------------- */
.concept-nav li{
	width: 16%;
	max-width: 162px;
	margin: 0 2%;
}
.concept-nav li:nth-child(even){
	margin-top: 100px;
}
.concept-guide .inner{
	max-width: 950px;
}
.concept-guide .concept-icon{
	margin-bottom: 20px;
}
.concept-guide a.link{
	color: #73b857;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.concept-nav li{
		width: 26%;
		max-width: inherit;
		margin: 0 -4%;
	}
	.concept-nav li:nth-child(even){
		margin-top: 30%;
	}
	.concept-guide .concept-icon{
		margin-bottom: 3%;
	}
	.concept-guide .concept-icon img{
		width: 25vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept-nav li{
		width: 18%;
		margin: 0 1%;
	}
	.concept-nav li:nth-child(even){
		margin-top: 70px;
	}
	.concept-guide .concept-icon{
		margin-bottom: 10px;
	}
	.concept-guide .concept-icon img{
		width: 141px;
	}
}
/*　　concept01　　*/
.concept01 .main-guide,
.concept01 .main-guide .inner-wrap{
	position: relative;
}
.concept01 .main-guide:before,
.concept01 .main-guide:after,
.concept01 .main-guide .inner-wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.concept01 .main-guide:before{
	background: url(../img/top-orange.png) top center;
	background-size: cover;
	height: 286px;
	top: 0;
}
.concept01 .main-guide:after{
	background: url(../img/bottom-orange.png) bottom center;
	background-size: cover;
	height: 286px;
	bottom: 0;
}
.concept01 .main-guide .inner-wrap:before{
	height: calc(100% - 520px);
	top: 260px;
	background: #f9e0cf;
}
.concept01 .main-guide .concept-items{
	align-items: center;
}
.concept01 .main-guide .contentArea{
	width: 60%;
	margin-right: -22.3%;
	padding-bottom: 90px;
	z-index: 1;
}
.concept01 .main-guide .imgArea{
	width: 62.3%;
	margin-right: -50px;
}
.concept01 .bottom-guide{
	padding: 20px 0 40px 0;
}
@media only screen and (max-width: 767px) {
	.concept01 .main-guide:before{
		height: 25vw;
	}
	.concept01 .main-guide:after{
		height: 25vw;
	}
	.concept01 .main-guide .inner-wrap:before{
		height: calc(100% - 40vw);
		top: 20vw;
	}
	.concept01 .main-guide .contentArea{
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding-bottom: 5%;
	}
	.concept01 .main-guide .imgArea{
		width: 120%;
		margin: 0 -10%;
	}
	.concept01 .bottom-guide{
		padding: 2% 0 4% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept01 .main-guide:before{
		height: 200px;
	}
	.concept01 .main-guide:after{
		height: 200px;
	}
	.concept01 .main-guide .inner-wrap:before{
		height: calc(100% - 370px);
		top: 196px;
	}
	.concept01 .main-guide .contentArea{
		width: 65%;
		margin-right: -25%;
		padding-bottom: 70px;
	}
	.concept01 .main-guide .imgArea{
		width: 60%;
		margin-right: -50px;
	}
	.concept01 .bottom-guide{
		padding: 10px 0 30px 0;
	}
}
/*　　concept02　　*/
.concept02 .main-guide,
.concept02 .main-guide .inner-wrap{
	position: relative;
}
.concept02 .main-guide:before,
.concept02 .main-guide:after,
.concept02 .main-guide .inner-wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.concept02 .main-guide:before{
	background: url(../img/top-blue.png) top center;
	background-size: cover;
	height: 286px;
	top: 0;
}
.concept02 .main-guide:after{
	background: url(../img/bottom-blue.png) bottom center;
	background-size: cover;
	height: 286px;
	bottom: 0;
}
.concept02 .main-guide .inner-wrap{
	padding-bottom: 150px;
}
.concept02 .main-guide .inner-wrap:before{
	height: calc(100% - 520px);
	top: 260px;
	background: #d9eced;
}
.concept02 .main-guide .bg-text .marker{
	background: linear-gradient(transparent 75%, #51bcde 75%);
}
.concept02 .main-guide .bg-text .bg{
	position: relative;
	display: inline-block;
	background: #ffffff;
	padding: 0 20px;
	margin-right: 20px;
	border-radius: 10px;
}
.concept02 .main-guide .bg-text .bg:before{
	content: '';
	position: absolute;
	background: url(../img/icon2.png) top center;
	background-size: cover;
	width: 43px;
	height: 40px;
	top: -30px;
	left: -35px;
}
.concept02 .main-guide .line{
	padding: 60px 0 40px 0;
}
.concept02 .bottom-guide .inner{
	align-items: center;
}
.concept02 .bottom-guide .icon{
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.concept02 .main-guide:before{
		height: 25vw;
	}
	.concept02 .main-guide:after{
		height: 25vw;
	}
	.concept02 .main-guide .inner-wrap{
		padding-bottom: 15%;
	}
	.concept02 .main-guide .inner-wrap:before{
		height: calc(100% - 40vw);
		top: 20vw;
	}
	.concept02 .main-guide .bg-text .bg{
		padding: 5px 10px;
		margin-right: 0;
		margin-top: 8vw;
		margin-bottom: 2%;
	}
	.concept02 .main-guide .bg-text .bg:before{
		width: 11vw;
		height: 10vw;
		top: -8vw;
		left: -8vw;
	}
	.concept02 .main-guide .line{
		padding: 6% 0 4% 0;
	}
	.concept02 .bottom-guide .inner{
		display: block;
	}
	.concept02 .bottom-guide .icon{
		display: none;
	}
	.concept02 .bottom-guide .icon img{
		width: 60%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept02 .main-guide:before{
		height: 200px;
	}
	.concept02 .main-guide:after{
		height: 200px;
	}
	.concept02 .main-guide .inner-wrap{
		padding-bottom: 150px;
	}
	.concept02 .main-guide .inner-wrap:before{
		height: calc(100% - 370px);
		top: 196px;
	}
	.concept02 .main-guide .imgArea img{
		width: 600px;
	}
	.concept02 .main-guide .bg-text .bg{
		padding: 0 15px;
		margin-right: 15px;
	}
	.concept02 .main-guide .bg-text .bg:before{
		width: 43px;
		height: 40px;
		top: -30px;
		left: -35px;
	}
	.concept02 .main-guide .line{
		padding: 40px 0 20px 0;
	}
	.concept02 .bottom-guide .icon img{
		width: 200px;
	}
}
/*　　concept03　　*/
.concept03 .main-guide,
.concept03 .main-guide .inner-wrap{
	position: relative;
}
.concept03 .main-guide:before,
.concept03 .main-guide:after,
.concept03 .main-guide .inner-wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.concept03 .main-guide:before{
	background: url(../img/top-y-green.png) top center;
	background-size: cover;
	height: 286px;
	top: 0;
}
.concept03 .main-guide:after{
	background: url(../img/bottom-y-green.png) bottom center;
	background-size: cover;
	height: 286px;
	bottom: 0;
}
.concept03 .main-guide .inner-wrap{
	padding-bottom: 150px;
}
.concept03 .main-guide .inner-wrap:before{
	height: calc(100% - 520px);
	top: 260px;
	background: #e3e8aa;
}
.concept03 .main-guide .line{
	padding: 70px 0 0 0;
}
.concept03 .ibento02 .imgArea{
	margin: 0 -50px;
}
.concept03 .ibento02 .text{
	margin-top: -60px;
}
@media only screen and (max-width: 767px) {
	.concept03{
		padding: 6% 0 12% 0;
	}
	.concept03 .main-guide:before{
		height: 25vw;
	}
	.concept03 .main-guide:after{
		height: 25vw;
	}
	.concept03 .main-guide .inner-wrap{
		padding-bottom: 15%;
	}
	.concept03 .main-guide .inner-wrap:before{
		height: calc(100% - 40vw);
		top: 20vw;
	}
	.concept03 .main-guide .line{
		padding: 7% 0 0 0;
	}
	.concept03 .ibento02 .imgArea{
		margin: 0 -8%;
	}
	.concept03 .ibento02 .text{
		margin-top: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept03 .main-guide:before{
		height: 200px;
	}
	.concept03 .main-guide:after{
		height: 200px;
	}
	.concept03 .main-guide .inner-wrap{
		padding-bottom: 100px;
	}
	.concept03 .main-guide .inner-wrap:before{
		height: calc(100% - 370px);
		top: 196px;
	}
	.concept03 .main-guide .line{
		padding: 50px 0 0 0;
	}
	.concept03 .ibento02 .text{
		margin-top: -40px;
	}
}
/*　　concept04　　*/
.concept04{
	padding: 100px 0 50px 0;
	z-index:2;
}
.concept04 .main-guide,
.concept04 .main-guide .inner-wrap{
	position: relative;
}
.concept04 .main-guide:before,
.concept04 .main-guide:after,
.concept04 .main-guide .inner-wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.concept04 .main-guide:before{
	background: url(../img/top-green.png) top center;
	background-size: cover;
	height: 286px;
	top: 0;
}
.concept04 .main-guide:after{
	background: url(../img/bottom-green.png) bottom center;
	background-size: cover;
	height: 286px;
	bottom: 0;
}
.concept04 .main-guide .inner-wrap{
	padding-bottom: 220px;
}
.concept04 .main-guide .inner-wrap:before{
	height: calc(100% - 520px);
	top: 260px;
	background: #d3eae8;
}
.concept04 .inner{
	position: relative;
}
.concept04 .inner:before{
	content: '';
	position: absolute;
	xbackground: url(../img/balloon2.png) top center;
	background-size: cover;
	background-repeat:no-repeat;
	width: 164px;
	height: 336px;
	left: -10px;
	top: -365px;
}
.concept04 .bottom-guide{
	margin-top: 80px;
}
.concept04 .bottom-guide .inner:before{
	content: none;
}

.concept04 .main-guide:after{
	background: url(../img/bottom-green.png) bottom center;
	background-size: cover;
	height: 286px;
	bottom: 0;
}
.concept04 .photo{
	text-align:center;
}
@media only screen and (max-width: 767px) {
	.concept04{
		padding: 10% 0 15% 0;
	}
	.concept04 .main-guide:before{
		height: 25vw;
	}
	.concept04 .main-guide:after{
		height: 25vw;
	}
	.concept04 .main-guide .inner-wrap{
		padding-bottom: 22%;
	}
	.concept04 .main-guide .inner-wrap:before{
		height: calc(100% - 40vw);
		top: 20vw;
	}
	.concept04 .inner:before{
		width: 25vw;
		height: 50vw;
		left: auto;
		top: -44vw;
		right: -2vw;
	}
	.concept04 .bottom-guide{
		margin-top: 8%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept04{
		padding: 60px 0 100px 0;
	}
	.concept04 .main-guide:before{
		height: 200px;
	}
	.concept04 .main-guide:after{
		height: 200px;
	}
	.concept04 .main-guide .inner-wrap{
		padding-bottom: 140px;
	}
	.concept04 .main-guide .inner-wrap:before{
		height: calc(100% - 370px);
		top: 196px;
	}
	.concept04 .inner:before{
		width: 150px;
		height: 310px;
		left: -10px;
		top: -260px;
	}
	.concept04 .bottom-guide{
		margin-top: 50px;
	}
}
/*　　concept05　　*/
.concept05 .main-guide,
.concept05 .main-guide .inner-wrap{
	position: relative;
}
.concept05 .main-guide:before,
.concept05 .main-guide:after,
.concept05 .main-guide .inner-wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}
.concept05 .main-guide:before{
	background: url(../img/top-yellow.png) top center;
	background-size: cover;
	height: 286px;
	top: 0;
}
.concept05 .main-guide:after{
	background: url(../img/bottom-yellow.png) bottom center;
	background-size: cover;
	height: 286px;
	bottom: 0;
}
.concept05 .main-guide .inner-wrap{
	padding-bottom: 168px;
	z-index: 2;
}
.concept05 .main-guide .inner-wrap:before{
	background: #fcf7ca;
	height: calc(100% - 520px);
	top: 260px;
	z-index: -1;
}
.concept05 .inner{
	position: relative;
}
.concept05 .inner:before{
	content: '';
	position: absolute;
	xbackground: url(../img/balloon1.png) top center;
	background-size: cover;
	width: 131px;
	height: 302px;
	right: 0;
	top: -320px;
}
.concept05 .concept-icon{
	margin-bottom: 80px;
}
.iyashi-list .iyashi-items{
	margin-bottom: 160px;
}
.iyashi-list .iyashi-items:last-child{
	margin-bottom: 0;
}
.iyashi-list .iyashi-items .grid-ttl{
	max-width: 800px;
	margin: auto;
	margin-bottom: 60px;
}
.iyashi-list .iyashi-items .grid-ttl h2{
	background: linear-gradient(transparent 85%, #f4dd7a 85%);
	line-height: 1.5;
}
.iyashi-list .iyashi-items .contentArea{
	max-width: 800px;
	margin: auto;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.concept05 .main-guide:before{
		height: 25vw;
	}
	.concept05 .main-guide:after{
		height: 25vw;
	}
	.concept05 .main-guide .inner-wrap{
		padding-bottom: 16%;
	}
	.concept05 .main-guide .inner-wrap:before{
		height: calc(100% - 40vw);
		top: 20vw;
	}
	.concept05 .inner:before{
		width: 22vw;
		height: 50vw;
		right: auto;
		top: -55vw;
		left: 0;
	}
	.concept05 .concept-icon{
		margin-bottom: 8%;
	}
	.iyashi-list .iyashi-items{
		margin-bottom: 16%;
	}
	.iyashi-list .iyashi-items .grid-ttl{
		margin-bottom: 6%;
	}
	.iyashi-list .iyashi-items .contentArea{
		margin-bottom: 6%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept05 .main-guide:before{
		height: 200px;
	}
	.concept05 .main-guide:after{
		height: 200px;
	}
	.concept05 .main-guide .inner-wrap{
		padding-bottom: 100px;
	}
	.concept05 .main-guide .inner-wrap:before{
		height: calc(100% - 370px);
		top: 196px;
	}
	.concept05 .inner:before{
		width: 120px;
		height: 280px;
		right: 0;
		top: -260px;
	}
	.concept05 .concept-icon{
		margin-bottom: 40px;
	}
	.iyashi-list .iyashi-items{
		margin-bottom: 100px;
	}
	.iyashi-list .iyashi-items .grid-ttl{
		margin-bottom: 40px;
	}
	.iyashi-list .iyashi-items .contentArea{
		margin-bottom: 40px;
	}
}
/**
/* お問い合わせフォーム CSS
----------------------------------------------- */
#contact{
	padding-top: 20px;
}
.contact_btn a{
	display: block;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	width: 250px;
	background-color: #73b857;
	margin: auto;
}
.contact-guide{
	xbackground: #81c265;
	padding: 50px 0 100px 0;
	xmargin-top: -350px;
}






.contact-guide .main-guide,
.contact-guide .main-guide .inner-wrap{
	position: relative;
}
.contact-guide .main-guide:before,
.contact-guide .main-guide:after,
.contact-guide .main-guide .inner-wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1;
}
.contact-guide .main-guide:before{
	xbackground: url(../img/top-green2.png) top center;
	background-size: cover;
	xheight: 574px;
	top: 0;
	xmargin-top:-280px;
	z-index:-1;
}
















.contact-guide .grid-ttl h2{
	font-size: 36px;
}
.form-box{
	max-width: 800px;
	margin: auto;
}
.form-box dl{
	margin-bottom: 30px;
}
.form-box dl dt{
	font-size: 24px;
	margin-bottom: 10px;
}
.form-box dl dt.required span{
	color: #e31f1f;
}
.form-box dl dd{
	font-size: 22px;
	font-weight: 400;
}
.form-box dl dd label{
	margin-right: 15px;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	border: none;
	background: #ffffff;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 1em;
}
input[type="checkbox"]{
	transform: scale(1.5);
	margin-right: 10px;
    vertical-align: baseline;
    cursor: pointer;
}
textarea{
	height: 200px;
}
.form-box .submit_btn{
	text-align: center;
	margin-top: 35px;
}
.form-box .submit_btn li{
	display: inline-block;
	width: 100%;
	max-width: 480px;
}
.form-box .submit_btn input.submit{
	display: block;
	background: #ffffff;
	border: 2px solid #252b2d;
	font-family: 'Zen Maru Gothic', serif;
	width: 100%;
	color: #252b2d;
	font-size: 32px;
	font-weight: 400;
	line-height: 2.35;
	letter-spacing: 0.1em;
	box-shadow: 6px 6px 0 #51bcde;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 24% 0 10% 0;
		margin-top: -20%;
	}
	.contact-guide .grid-ttl h2{
		font-size: 5.2vw;
	}
	.form-box dl{
		margin-bottom: 3%;
	}
	.form-box dl dt{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.form-box dl dd{
		font-size: 3.8vw;
	}
	.form-box dl dd label{
		display: inline-block;
		margin-right: 2%;
		margin-top: 1%;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 3.6vw;
		padding: 0.8em;
	}
	textarea{
		height: 40vw;
	}
	.form-box .submit_btn{
		margin-top: 5%;
	}
	.form-box .submit_btn li{
		width: 80%;
		max-width: initial;
	}
	.form-box .submit_btn input.submit{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-guide{
		padding: 140px 0 80px 0;
		margin-top: -160px;
	}
	.contact-guide .grid-ttl h2{
		font-size: 24px;
	}
	.form-box dl{
		margin-bottom: 20px;
	}
	.form-box dl dt{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.form-box dl dd{
		font-size: 20px;
	}
	.form-box dl dd label{
		margin-right: 10px;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		padding: 0.8em;
	}
	.form-box .submit_btn{
		margin-top: 30px;
	}
	.form-box .submit_btn li{
		max-width: 400px;
	}
	.form-box .submit_btn input.submit{
		font-size: 24px;
	}
}
/**
/* LINE CSS
----------------------------------------------- */
.line-guide{
	padding: 0;
}
.line-guide .ttlArea{
	display: inline-block;
	position: relative;
	margin-bottom: 60px;
}
.line-guide .ttlArea:before,
.line-guide .ttlArea:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 120%;
	bottom: 0;
	background-color: #000;
	-webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.line-guide .ttlArea:before {
  left: -60px;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.line-guide .ttlArea:after {
  right: -60px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.line-guide .ttlArea h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.1em;
}
.line-guide .ttlArea h2 span{
	display: inline-block;
	color: rgb(27, 175, 90);
	font-size: 36px;
}
.line-guide p{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	.line-guide{
		padding: 0;
	}
	.line-guide .ttlArea{
		margin-bottom: 10%;
	}
	.line-guide .ttlArea:before,
	.line-guide .ttlArea:after{
		width: 2px;
		height: 10vw;
	}
	.line-guide .ttlArea:before {
	  left: -10vw;
	}
	.line-guide .ttlArea:after {
	  right: -10vw;
	}
	.line-guide .ttlArea h2{
		font-size: 4vw;
	}
	.line-guide .ttlArea h2 span{
		font-size: 5vw;
	}
	.line-guide p{
		font-size: 3.6vw;
		margin-bottom: 6%;
	}
	.line-guide .line_btn img{
		width: 40vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.line-guide{
		padding: 80px 0 40px 0;
	}
	.line-guide .ttlArea{
		margin-bottom: 40px;
	}
	.line-guide .ttlArea:before,
	.line-guide .ttlArea:after{
		width: 2px;
		height: 100%;
	}
	.line-guide .ttlArea:before {
	  left: -40px;
	}
	.line-guide .ttlArea:after {
	  right: -40px;
	}
	.line-guide .ttlArea h2{
		font-size: 18px;
	}
	.line-guide .ttlArea h2 span{
		font-size: 24px;
	}
	.line-guide p{
		font-size: 15px;
		margin-bottom: 40px;
	}
	.line-guide .line_btn img{
		width: 180px;
	}
}
/**
/* 旭幼稚園　周り案内図 CSS
----------------------------------------------- */
.map-guide .mapArea{
	margin-bottom: 40px;
}
.map-guide .mapArea img{
	border-radius: 34px;
}
.map-guide .link{
	color: #1067d7;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.map-guide h2 img{
		width: 70%;
	}
	.map-guide .mapArea{
		margin-bottom: 5%;
	}
	.map-guide .link{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.map-guide h2 img{
		width: 410px;
	}
	.map-guide .mapArea{
		margin-bottom: 20px;
	}
	.map-guide .link{
		font-size: 18px;
	}
}
/**
/* 確認　完了 CSS
----------------------------------------------- */
.pageWrap .page-view{
	background: url(../img/page-bg.png) top center;
	background-size: 100% 170px;
	background-repeat: no-repeat;
	padding: 160px 0 60px 0;
}
.pageWrap .page-view img{
	width: 320px;
}
.form-guide{
	background: #81c265;
}
.form-guide .grid-ttl h2{
	font-size: 36px;
}
.form-guide .confirm,
.form-guide .thanks{
	text-align: center;
}
.form-guide .confirm h4{
	color: #252b2d;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.form-guide .thanks p{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.form-guide .thanks .link{
	background: #ffffff;
	border: 2px solid #252b2d;
	font-family: 'Zen Maru Gothic', serif;
	display: inline-block;
	width: 400px;
	color: #252b2d;
	font-size: 32px;
	font-weight: 400;
	line-height: 2.35;
	letter-spacing: 0.1em;
	box-shadow: 6px 6px 0 #51bcde;
}
.form-guide .submit_btn{
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-top: 40px;
}
.form-guide .submit_btn li{
	position:relative;
	margin-bottom: 20px;
}
.form-guide .submit_btn li:after{
	content: "\f138";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    color:#51bcde;
    font-size: 32px;
}
.form-guide .submit_btn li input[type="submit"],
.form-guide .submit_btn li input[type="button"]{
	background: #ffffff;
	border: 2px solid #252b2d;
	font-family: 'Zen Maru Gothic', serif;
	width: 100%;
	color: #252b2d;
	font-size: 32px;
	font-weight: 400;
	line-height: 2.35;
	letter-spacing: 0.1em;
	box-shadow: 6px 6px 0 #51bcde;
}
@media only screen and (max-width: 767px) {
	.pageWrap .page-view{
		background-size: 100% 15vw;
		padding: 20% 0 8% 0;
	}
	.pageWrap .page-view img{
		width: 45vw;
	}
	.form-guide{
		padding: 10% 0;
	}
	.form-guide .grid-ttl h2{
		font-size: 5.2vw;
	}
	.form-guide .confirm h4{
		font-size: 4vw;
		margin-bottom: 8%;
	}
	.form-guide .thanks p{
		font-size: 4vw;
		margin-bottom: 8%;
	}
	.form-guide .thanks .link{
		width: 80%;
		font-size: 5vw;
	}
	.form-guide .submit_btn{
		width: 80%;
		margin-top: 5%;
	}
	.form-guide .submit_btn li{
		margin-bottom: 5%;
	}
	.form-guide .submit_btn li:after{
	    right: 5%;
		font-size: 5vw;
	}
	.form-guide .submit_btn li input[type="submit"],
	.form-guide .submit_btn li input[type="button"]{
		font-size: 5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pageWrap .page-view{
		background-size: 100% 100px;
		padding: 120px 0 30px 0;
	}
	.pageWrap .page-view img{
		width: 260px;
	}
	.form-guide .grid-ttl h2{
		font-size: 24px;
	}
	.form-guide .confirm h4{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.form-guide .thanks p{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.form-guide .thanks .link{
		width: 340px;
		font-size: 24px;
	}
	.form-guide .submit_btn{
		width: 340px;
		margin-top: 30px;
	}
	.form-guide .submit_btn li{
		margin-bottom: 10px;
	}
	.form-guide .submit_btn li:after{
	    right: 10%;
	    font-size: 24px;
	}
	.form-guide .submit_btn li input[type="submit"],
	.form-guide .submit_btn li input[type="button"]{
		font-size: 24px;
	}
}



.wrap {
  xmargin: 2em 0;
  xpadding: 0;
}

.wrap label {
  display: block;
  xpadding : 8px;
  xcolor: #fff;
  xfont-weight: bold;
  xbackground: #999;
  cursor: pointer;
}

.wrap input[type="checkbox"] {
  display: none;
}

.wrap .content {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.switch:checked + .content {
 height: auto;
}

.fonix {
	font-size:14px;
}

