@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/************************************************
common
************************************************/

a{
	word-break: break-all;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

hr{
    display:block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px dashed #cccccc;
    margin: 30px 0;
}

.colorRed{
	color: #F00;
}

article#wes{
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    line-height: 1.8;
}

article#wes h2,
article#wes h3{
	font-weight: 700;
	color: #f4a200;
}
article#wes h2{
	margin-bottom: 1em;
	font-size: 28px;
	text-align: center;
}
article#wes h3{ font-size: 20px; }

article#wes section{
	width: 100%;
	margin: auto;
	padding: 80px 20px;
	box-sizing: border-box;
}

article#wes p,
article#wes ul,
article#wes ol,
article#wes dl{
	font-size: 16px;
    line-height: 1.8 !important;
}

/**
 * Clearings
 */
.clear:before, .clear:after {
	content: "";
	display: table;
}

.mb0{margin-bottom: 0;}

.clear:after {
	clear: both;
}

@media screen and (max-width:767px) {

    article#wes section{
        padding: 40px 20px;
    }

	article#wes h2{
		font-size: 21px;
	}
	article#wes h3{ font-size: 18px; }
	article#wes p,
	article#wes ul,
	article#wes ol,
	article#wes dl{ font-size: 14px; }

}

/************************************************
mv
************************************************/

section.mv{
	margin-bottom: 40px;
	padding: 30px 20px;
	background-image: url(../../../img/wakuwaku_eco_school/mv_bg_bgimage-pc.png);
	background-size: cover;
	background-position: center;
    position: relative;
}

section.mv .grad{
    width: 100%;
    height: 30%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

section.mv.confirm{
	padding: 20px;
}

.mv_inner{
	width: 100%;
	max-width: 830px;
	margin: auto;
    z-index: 1;
    position: relative;
}

section.mv.confirm .mv_inner{
	max-width: 500px;
}

.mv_inner img{
	width: 100%;    
	height: auto;
}

@media screen and (max-width:767px) {
	section.mv{
		margin-bottom: 40px;
		padding: 10px 10px 30px;
	}
}

/************************************************
top_notice
************************************************/

.top_notice{
	width: calc(100% - 40px);
	max-width: 800px;
	margin: 0 auto 40px;
	padding: 40px;
	border: #ed6100 solid 1px;
	color: #ed6100;
	font-size: 18px;
	box-sizing: border-box;
}

@media screen and (max-width:767px) {

	.top_notice{
		padding: 20px;
		font-size: 16px;
	}
}

/************************************************
about
************************************************/

article#wes .about{
	padding-top: 0;
}

article#wes .about p{
	text-align: center;
	margin-bottom: 1em;
	line-height: 2 !important;
	font-size: 16px;
    font-weight: 700;
}

article#wes .about .sdgsimg{
    max-width: 850px;
    margin: 4em auto;
}

article#wes .about .schedule{
    max-width: 850px;
    margin: 4em auto;
    padding: 40px;
    border: #231815 solid 1px;
    box-sizing: border-box;
    text-align: left;
}

article#wes .about .schedule .schduleTtl{
    margin-bottom: 0.8em;
    text-align: left;
}

article#wes .about .schedule dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article#wes .about .schedule dl dt{
    width: 4em;
    font-weight: 700;
}

article#wes .about .schedule dl dd{
    width: calc(100% - 5em);
    font-weight: 700;
}

article#wes .about .schedule dl dd .desc{
    font-weight: 400;
}

article#wes .about .schedule dl dd .desc ul li{
    padding-left: 4em;
    position: relative;
}

article#wes .about .schedule dl dd .desc ul li span{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}


@media screen and (max-width:767px) {
	article#wes .about p{
		text-align: left;
		margin-bottom: 0.5em;
		font-size: 16px;
	}

	article#wes .about p br{display: none;}
	article#wes .about p br.block{display: block;}



    article#wes .about .schedule{
        padding: 20px;
    }
}

/************************************************
outline
************************************************/

.outline{
    background-image: url(../../../img/wakuwaku_eco_school/outline_bg_repeat.png);
    background-repeat: repeat;
    background-size: 48px auto;
}

article#wes .outline p{
    font-size: 14px !important;
}

.outline__inner{
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 60px;
	background-color: #fff;
	box-sizing: border-box;
}

.outline__inner h3{
	margin:2em 0 0.6em;
	border-bottom: #9f9e9f solid 1px;
}

.outline__inner h3:first-child{
	margin-top: 0;
}

.profile_instructor{
	display: flex;
	justify-content: space-between;
}

.profile_instructor{
	display: flex;
	justify-content: space-between;
}

.profile_instructor dt{
	width: 110px;
}

.profile_instructor dd{
	width: calc(100% - 130px);
}

.profile_instructor_detail{
	padding: 20px;
	background-color: #f4efd9;
}

.profile_instructor_detail.sp{
	display: none;
}

article#wes .profile_instructor_detail p{
	font-size: 14px;
	margin-bottom: 0;
}

article#wes .profile_instructor_detail p.note{
    margin-top: 0.5em;
    font-size: 0.8em;
}

.profile_sc{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.profile_sc dt{
	width: 110px;
}

.profile_sc dd{
	margin-left: 20px;
}

article#wes ul.outline_notelist1,
article#wes ol.outline_notelist2{
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
}

.outline_notelist1 li,
.outline_notelist2 li{
	margin-bottom: 0.5em;
	padding-left: 1.3em;
	position: relative;
}

.outline_notelist1 li span,
.outline_notelist2 li span{
	position: absolute;
	top: 0;
	left: 0;
}

p.APRVnumber{
    margin-top: 2em;
    font-size: 10px !important;
    text-align: right;
}

.gmap{
    margin-bottom: 2em;
}

.parkingFee{
    margin-bottom: 1.1em;
    padding-left: 4em;
    position: relative;
    font-size: 14px;
}

.parkingFee span{
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.photoblock{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photoblock dt{
    width: 125px;
    margin-bottom: 1em;
}

.photoblock dd{
    width: calc(100% - 125px - 20px);
    margin-bottom: 1em;
}

.photoblock dd p.performersTtl{
    font-weight: 700;
}



@media screen and (max-width:767px) {
	.outline__inner{
		padding: 20px;
		background-color: #fff;
		box-sizing: border-box;
	}

	.profile_instructor dt{
		height: 128px;
	}
	
	.profile_instructor_detail.pc{
		display: none;
	}
	
	.profile_instructor_detail.sp{
		display: block;
		margin-top: 15px;
	}

	article#wes ul.outline_notelist1,
	article#wes ol.outline_notelist2{
		font-size: 13px;
	}

    .photoblock{
        display: block;
    }

    .photoblock dt{
        width: 100%;
        margin-bottom: 0.7em;
    }

    .photoblock dd{
        width: 100%;
        margin-bottom: 2em;
    }

    .photoblock dd p.performersTtl{
        font-weight: 700;
    }
}

article#wes section.form_title{
	padding: 0;
	padding-top:10.2vmin;
}

#form {
	width: 85vw;
	max-width: 800px;
	margin: 0 auto;
}

#form h2{
	padding:10.2vmin 0 5vmin;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	color: #D7606C;

}
