@charset "utf-8";
/*
 base width: 1000px
 side padding: 0px 

*/

/* reset -------------------------------------------
	layout-base.css
*/


/* サイト別基本設定 ------------------------------------- */
html {
	cursor: auto;
	font-size: 62.5%;
}

body {
	min-width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
a {
	color: #00c;
}
a img {
	text-decoration: none;
}
a:active {
}
a:hover {
	text-decoration: underline;
}
a img {
	transition: all 500ms ease;
}
a img:hover {
	opacity: .9;
}



/* module --------------------------------------- */
.sp_show {
	display: none;
}
span.small {
	font-size: 75%;
}
.mt2em {
	margin-top: 2em;
}


/* header --------------------------------------- */
header {
	
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	padding: 0 55px 0;
}
header .logo {
	display: flex;
	align-items: center;
	width: 400px;
}
header .logo img + img {
	margin-left: 20px;
}
header .contact {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 350px;
}
header .contact .tel span {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 3.6rem;
}
header .contact .tel span::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	background: url(../../../img/lp/ico_tel.png) center center / contain no-repeat;
}


/* footer --------------------------------------- */
footer {
	margin-top: 220px;
	margin-bottom: 600px;
}
footer .top {
	height: 505px;
	margin: 0 auto;
	background: #e9f9e8;
}
footer .top .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 0 85px 0 115px;
}
footer .top .left {
	width: 400px;
	padding: 26px 0 0;
}
footer .logo {
	margin-bottom: 10px;
}
footer .logo img + img {
	margin-left: 20px;
}
footer .top .right {
	width: 560px;
	padding: 46px 0 86px;
}
footer .contact {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
}
footer .contact .addr {
	line-height: 1.5;
}
footer .contact .tel span {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 3.6rem;
}
footer .contact .tel span::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	background: url(../../img/lp/ico_tel3.png) center center / contain no-repeat;
}

footer .bottom {
	width: 1200px;
	margin: 0 auto;
}

footer .pop {
	position: absolute;
}
footer .pop1 {
	position: absolute;
	top: -160px;
	right: 85px;
	width: 451px;
	height: 190px;
}
footer .pop2 {
	position: absolute;
	top: 190px;
	left: -43px;
	width: 87px;
	height: 124px;
}
footer .pop3 {
	position: absolute;
	bottom: -35px;
	left: 58px;
	width: 181px;
	height: 258px;
}
footer .pop4 {
	position: absolute;
	bottom: -55px;
	right: 18px;
	width: 153px;
	height: 218px;
}

footer .copy {
	text-align: center;
	line-height: 38px;
}


/* main ----------------------------------------- */
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}



.sec01 {
	background: #fce7be;
}
.sec01 .inner {
	width: 1200px;
	margin: 0 auto 0;
	padding: 97px 0 110px;
}
.sec01 h2 {
	position: relative;
	margin-bottom: -8px;
	z-index: 2;
}
.sec01 .main_img {
	position: relative;
	margin-bottom: 50px;
}
.sec01 .pop1 {
	position: absolute;
	top: calc(100% - 117px);
	left: 16px;
}
.sec01 .text {
	padding: 0 0 0 615px;
	line-height: 1.5;
}
.sec01 .text p {
	font-size: 1.9rem;
}


.sec02 {
	background: url(../../img/lp/sec02_bg.jpg) center center / cover no-repeat;
}
.sec02 .inner {
	width: 1200px;
	margin: 0 auto 0;
	padding: 60px 0 66px;
}
.sec02 h3 {
	margin: 0 0 0.5em;
	font-size: 2.0rem;
	font-weight: normal;
}
.sec02 .consultation_box {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 60px;
}
.sec02 .consultation_box > .kids,
.sec02 .consultation_box > .adult {
	width: 441px;
}
.sec02 .consultation_box > .kids > .img,
.sec02 .consultation_box > .adult > .img {
	margin-bottom: 15px;
}
.sec02 .consultation_box .points {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec02 .consultation_box .points > .img {
	margin-bottom: 10px;
}
.sec02 .text {
	margin-bottom: 65px;
	font-size: 1.9rem;
	line-height: 1.75;
	text-align: center;
}
.sec02 .frame1 {
	position: relative;
	width: 785px;
	height: 205px;
	margin: 0 auto;
	padding: 20px 0 0;
	background: #fff;
	border-radius: 15px;
}
.sec02 .frame1 .label {
	margin-bottom: 15px;
	text-align: center;
}
.sec02 .frame1 > p {
	font-size: 2.0rem;
	text-align: center;
}
.sec02 .frame1 .tel span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.6rem;
	letter-spacing: 0.15em;
}
.sec02 .frame1 .tel span::before {
	content: "";
	display: inline-block;
	width: 69px;
	height: 69px;
	margin-right: 10px;
	background: url(../../img/lp/ico_tel2.png) center center / contain no-repeat;
}
.sec02 .frame1 .pop1 {
	position: absolute;
	top: -180px;
	right: -170px;
}


.sec03 {
	
}
.sec03 .inner {
	width: 1200px;
	margin: 0 auto 0;
}



























