@charset "UTF-8";
#wrapper {
	background-image: none;
}
section .inner {
		width: 100%;
		padding: 0; 
	}
@media (max-width:750px){ 
	#content .inner {
		padding: 0; 
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
くるるの杜　体験記
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper.experience {
	background-color: #F0EDE1;
}
.experience #main {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/experience/main.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 643px;
	position: relative;
}
.experience #main h1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 231px;
	height: 288px;
}
.experience #copytxt {
	padding: 35px 0 40px;
	text-align: center;
	line-height: 30px;
	background: #fff;
}


.experience #content h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #26AA91;
	padding: 20px 0;
	letter-spacing: 0.1em;
}
.experience #content h2 .ttl {
	font-size: 24px;
	margin-top: 5px;
	font-weight: normal;
	letter-spacing: 0.03em;
}

.experience .theme .bgcg {
	position: relative;
	background: #26AA91;
	height: 310px;
	line-height: 310px;
	margin-bottom: 270px;
}
.experience .theme .bgcg img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 960px;
	max-width: 100%;
}


.experience .experience-box {
	margin-bottom: 30px;
}
.experience .experience-box .ibox {
	background-color: #FFF;
	height: 410px;
	margin-bottom: 40px;
}
.experience .experience-box .ibox .box01 {
	width: 960px;
	margin: 0 auto;
}
.experience .experience-box .ibox .box01 .bimg {
	width: 420px;
	float: left;
	margin-right: 40px;
}
.experience .experience-box .ibox .box01 h3 {
	display: inline-block;
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
}
.experience .experience-box .ibox .box01 .btxt p {
	margin-top: 30px;
	line-height: 30px;
}
.experience .experience-box .ibox .box01 .btxt a {
	text-decoration: underline;
}
.experience .experience-box .ibox .box01 .btxt p rt {
	font-size: 8px;
}

#contactBox,
.infoBox {
	color: #26aa91;
	background: #fff;
	text-align: center;
	padding: 32px 0;
	margin-bottom: 60px;
}
.infoBox {
	font-size: 18px;
	margin-bottom: 20px;
}
.infoBox a {
	text-decoration: underline;
}
#contactBox a,
.infoBox a {
	color: #26aa91;
}
#contactBox .title,
.infoBox .title {
	font-size: 20px;
	font-weight: bold;
}
#contactBox address,
.infoBox address {
	font-size: 16px;
	margin: 17px 0 3px;
}
#contactBox .site,
.infoBox .site {
	font-size: 12px;
}

.ranking .titleBox {
	color: #26aa91;
}

@media (max-width:750px){
	
	.experience #main {
	height: 400px;
	}
	.experience #main h1 {
	width: 172px;
	height: 210px;
	}
	.experience #main h1 img {
	width: 172px;
	height: auto;
	}
	.experience #copytxt {
	text-align: left;
	margin: 0;
	padding: 35px 20px 40px;
	}
	.experience #copytxt br {
	display: none;
	}
	.experience .theme {
	height: 56.3vw;
	}
	.experience .theme .bgcg {
	height: 56.3vw;
	line-height:  auto;
	margin-bottom: 20px;
	}
	.experience .theme .bgcg img {
	position: none;
	width: 100%;
	height: 56.3vw;
	object-fit: cover;
	}


	.experience .experience-box {
	margin-bottom: 30px;
	}
	.experience .experience-box .ibox {
	height: auto;
	padding: 20px;
	margin-bottom: 30px;
	}
	.experience .experience-box .ibox .box01 {
	width: 100%;
	}
	.experience .experience-box .ibox .box01 .bimg {
	width: 100%;
	float: none;
	margin-right: 0;
	}
	.experience .experience-box .ibox .box01 .bimg img {
	width: 100%;
	}
	.experience .experience-box .ibox .box01 h3 {
	font-size: 20px;
	margin-top: 20px;
	}
	.experience .experience-box .ibox .box01 .btxt p {
	margin-top: 20px;
	}

	#contactBox,
	.infoBox {
		padding: 20px 0 18px;
	}
	#contactBox .title,
	.infoBox .title {
		font-size: 18px;
	}
	#contactBox address,
	.infoBox address {
		font-size: 14px;
		margin: 14px 0 1px;
	}
	#contactBox .site,
	.infoBox .site {
		font-size: 14px;
	}
	
}