@charset "UTF-8";
/* CSS Document */
img{
	max-width: 100%;
}
h2{
	text-align: center;
}
.bdTtl{
	margin-bottom: 70px;
	position: relative;
	text-align: center;
	line-height: 1;
}
.bdTtl span{
	display: block;
	padding: 0 0 20px;
	font-size: 22px;
}
.bdTtl::after{
	content: "";
	display: block;
	background:#ff88bf ;
	width: 225px;
	height: 4px;
	margin: 28px auto 0;
}

@media screen and (max-width:768px) {
	.bdTtl{
	margin-bottom: 40px;
}
	.bdTtl img{
		max-height: 35px;
	}
.bdTtl span{
	display: block;
	padding: 0 0 20px;
	font-size: 15px;
	line-height: 1.5;
}
.bdTtl::after{
	width: 125px;
	height: 3px;
	margin: 14px auto 0;
}
}
/* sec01
--------------------------------------------------*/
.sec01{
	position: relative;
	padding: 1px 0;
	margin: 0 0 22px;
}
.sec01::after{
	position: absolute;
	bottom: -22px;
	left: 0;
	display: block;
	content: "";
	background: url(../img/top/mainimg_bar.png) no-repeat center top;
	background-size: 100% 100%;
	width: 100%;
	height: 22px;
}
.sec01 > img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
h1#mainImage{
	position: relative;
	background: rgba(255,255,255,0.50);
	margin: 27.85% 0 1.15%;
	text-align: center;
}


/* sec02
--------------------------------------------------*/
.sec02{
	background:rgba(255,136,191,0.20) ;
	padding: 110px 10px 80px; 
}
.sec02 h2{
	margin-bottom: 45px;
}
.sec02 ul{
	max-width: 964px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.sec02 ul li{
	width: 49%;
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.sec02{
	padding: 40px 15px 30px; 
}
.sec02 ul li{
	margin-bottom: 10px;
}
}

/* sec03 points
--------------------------------------------------*/
.sec03{
	max-width: 974px;
	padding: 110px 10px 85px;
	margin: 0 auto;
}
#points h3{
	border-radius: 30px;
	border: 1px #ff88bf solid;
	background: #fff3f9;
	padding: 14px 10px 15px 35px;
	margin-bottom: 20px;
	font-weight: bold;
}
#points h3 span{
	margin-right: 1em;
	font-weight: bold;
	font-size: 25px;
}
#points h4{
	margin-bottom: 5px;
	font-weight: bold;
}
#points h3 + p{
	margin-bottom: 20px;
}
#points .point02{
	padding-bottom: 100px;
}
#points .point02 > div{
	width: 62%;
}
#points .point02 figure{
	width: 35%;
	max-width: 334px;
}
#points .point03 p{
	width: 66%;
}
#points .point03 figure{
	width: 32%;
	max-width: 301px;
}
#points .point03 + dl{
	border: 1px #ff88bf solid;
	margin: 65px 0 35px;
}
#points .point03 + dl dt{
	border-bottom: 1px #ff88bf solid;
	padding: 5px 34px;
	font-weight: bold;
}
#points .point03 + dl dd{
	padding: 1px 34px 35px;
}
#points dd h5{
	margin: 25px 0 5px;
	font-size: 25px;
	font-weight: bold;
}
#points dd p + p{
	margin-top: 1em;
}
#points .btn a{
	position: relative;
	display: block;
	background: #ff88bf;
	max-width: 448px;
	padding: 30px 10px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 21px;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}
#points .btn a:hover{
	-moz-opacity:0.80;
	opacity:0.80;
}
#points .btn a::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100% ;
	height: 100%;
	border-right: 3px #be8dcd solid;
	border-bottom: 3px #be8dcd solid;
}
#points .btn a::after{
	content: "";
	display: block;
	border-top: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width:768px) {
	.sec03{
	padding: 40px 15px 70px;
}
#points h3{
	border-radius: 20px;
	padding: 10px 10px 12px 10px;
	margin-bottom: 15px;
	text-align: center;
}
#points h3 span{
	display: block;
	margin-right: 0;
	font-size: 13px;
	text-align: center;
}
#points h4{
	margin-bottom: 5px;
}
#points h3 + p{
	margin-bottom: 15px;
}
#points .point02{
	padding-bottom: 55px;
}
#points .point02 > div{
	width: auto;
}
#points .point02 figure{
	width: 55%;
	margin: 25px auto 0;
	text-align: center;
}
#points .point03 p{
	width: auto;
}
#points .point03 figure{
	width: 55%;
	margin: 25px auto 0;
	text-align: center;
}
#points .point03 + dl{
	margin: 50px 0 35px;
}
#points .point03 + dl dt{
	padding: 5px 20px;
}
#points .point03 + dl dd{
	padding: 1px 20px 25px;
}
#points dd h5{
	margin: 15px 0 5px;
	font-size: 13px;
	line-height: 1.5;
}

#points .btn a{
	width: 75%;
	padding: 15px 30px 15px 20px;
	font-size: 15px;
	text-align: left;
}
#points .btn a::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100% ;
	height: 100%;
	border-right: 3px #be8dcd solid;
	border-bottom: 3px #be8dcd solid;
}
#points .btn a::after{
	width: 10px;
	height: 10px;
	right: 15px;
}
}

/* sec04 more
--------------------------------------------------*/
.sec04 {
	background: url("../img/top/bg_more.png") repeat-x top left #f9f4fa;
	padding: 120px 10px 160px;
}
#more h2::after{
	background: #be8dcd;
}

#more h3{
	border-radius: 30px;
	border: 1px #be8dcd solid;
	background: #eadbef;
	padding: 14px 10px 15px 35px;
	margin-bottom: 20px;
	font-weight: bold;
}
#more h3 span{
	margin-right: 1em;
	font-weight: bold;
	font-size: 25px;
}
#more .point01{
	padding-bottom: 90px;
}
#more .point01 p,
#more .point02 p{
	width: 48%;
}
#more .point01 figure{
	width: 44%;
	padding-left: 45px;
}
#more .point02{
	padding-bottom: 45px;
}
#more .point02 figure{
	width: 44%;
	padding-left: 65px;
}
#more .point03 {
	padding: 25px 0 90px;
}
#more .point03 li{
	position: relative;
	width: 48%;
}
#more .point03 li:first-child::after{
	content: "";
	display: block;
    width: 12px;
    height:12px;
    border:12px solid transparent;
    border-left: 15px solid #be8dcd;
	position: absolute;
	top: 18px;
	right: -13%;
}
#more .point03 li:last-child{
	overflow: hidden;
	width: 44%;
}
#more .point03 h4{
	background: #be8dcd;
	padding: 7px 25px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
#more .point03 h4 span{
	margin-right: 1em;
	font-size: 25px;
	font-weight: bold;
}
#more .point03 h5{
	margin-bottom: 10px;
	font-weight: bold;
}
#more .point03 .fLeft{
	float: left;
	width: 44%;
}
#more .point03 img{
	float: right;
	width: 53%;
	max-width: 226px;
}
#more .btn{
	margin-bottom: 60px;
}
#more .btn span{
	position: relative;
	display: block;
	border-radius: 12px;
	border-bottom: 2px #413f3f solid;
	background: url("../img/top/more_bg_btn.png") repeat;
	max-width:303px;
	padding: 14px 0;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}
#more .btn span::after{	
	content: "";
	display: block;
	border-bottom: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;

}
#more .btn span:hover{	
	-moz-opacity:0.80;
	opacity:0.80;

}
#more .scroll{
	margin: 5px 0 170px;
}
#more h4.acc{
	    margin-bottom: 16px;
    padding: 10px 24px;
    border: solid #ff88bf;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 6px;
    color: #ff88bf;
    font-size: 2.4rem;
    font-weight: bold;
}
#more .accbox{
	padding: 0 0 60px;
}
#more h4.bd{
	border-bottom: 1px #be8dcd solid;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
}
#more h5{
	margin-bottom: 15px;
}
#more .point05-1{
	border-bottom: 1px #413f3f solid;
	padding: 0 0 65px;
	margin-bottom: 45px;
}
#more .point05-1 p{
	width: 48.5%;
}
#more .point05-1 figure{
	width: 46.3%;
}
#more .point05-2{
	padding: 0 0 50px;
}
#more .point05-2 p{
	width: 65.6%;
}
#more .point05-2 figure{
	width: 31.4%;
}
#more .point05-3{
	border-top: 1px #413f3f solid;
	border-bottom: 1px #413f3f solid;
	padding: 35px 0 70px;
	margin-bottom: 50px;
}
#more .point05-3 div{
	width: 48.4%;
}
#more .point05-3 dl{
	background: #FFFFFF;
	padding: 15px 25px 25px;
	margin-top: 25px;
}
#more .point05-3 dt{
	margin-bottom: 5px;
	font-size: 17px;
}
#more .point05-3 dd{
	font-size: 18px;
}
#more .point05-4{
	padding: 35px 0 130px;
}
#more .point05-4 div{
	width: 44%;
}
#more .point05-4 div:last-child{
	width: 48.6%;
}
#more .point05-4 h6{
	background: #be8dcd;
	padding: 7px 0;
	margin-bottom: 15px;
	color: #FFFFFF;
	text-align: center;
}
#more .point05-4 p.colPl{
	margin-bottom: 10px;
}
#more .point05-4 p.min_h{
    min-height: 120px;
}
#more .point05-4 figure{
	padding: 10px 0 0;
}

@media screen and (max-width:768px) {
.sec04 {
	background: url("../img/top/bg_more.png") repeat-x top left #f9f4fa;
	background-size: 15px auto;
	padding: 45px 15px 80px;
}
#more h3{
	border-radius: 20px;
	padding: 10px 10px 12px 10px;
	margin-bottom: 15px;
	text-align: center;
}
#more h3 span{
	display: block;
	margin-right: 0;
	font-size: 13px;
	text-align: center;
}

#more .point01{
	padding-bottom: 35px;
}
#more .point01 p,
#more .point02 p{
	width: auto;
}
#more .point01 figure{
	width: 62%;
	padding-top: 15px;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
}
#more .point02{
	padding-bottom: 45px;
}
#more .point02 figure{
	width: 62%;
	padding-top: 15px;
	padding-left: 0;
	margin: 0 auto;
	text-align: center;
}
#more .point03 {
	padding: 20px 0 25px;
}
#more .point03 li{
	width: auto;
}
#more .point03 li:first-child::after{
    border:12px solid transparent;
    border-top: 15px solid #be8dcd;
	top: inherit;
	right: 0;
	left: 0;
	bottom: -40px;
	margin: 0 auto;
}
#more .point03 li:last-child{
	margin: 40px 0 0; 
	width: auto;
}
#more .point03 h4{
	padding: 5px 20px;
	margin-bottom: 10px;
	text-align: center;
}
#more .point03 h4 span{
	display: block;
	margin-right: 0;
	font-size: 13px;
	text-align: center;
}
#more .point03 h5{
	margin-bottom: 8px;
}
#more .point03 .fLeft{
	width: 55%;
}
#more .point03 img{
	width: 38%;
}
#more .btn{
	margin-bottom: 30px;
}
#more .btn span{
	border-radius: 12px;
	width: 75%;
	padding: 12px 0;
	font-size: 13px;
	margin: 0 auto;
}
#more .btn span::after{
	width: 10px;
	height: 10px;
	right: 15px;
}
#more .scroll{
	margin: 5px 0 80px;
}
	#more .scroll{
		overflow-x: scroll;
	}
	#more .scroll p{
		width: 964px;
	}
#more h4.acc{
	position: relative;
	border: none;
	border-radius: 20px;
	background: #be8dcd;
	margin-bottom: 15px;
 padding: 10px 12px;
	color: #FFFFFF;
 font-size: 1.4rem;
	text-align: center;
}
	#more h4.acc::after{
		content: "";
		display: block;
		border-right: 2px #FFFFFF solid;
		border-bottom: 2px #FFFFFF solid;
	width: 10px;
	height: 10px;
		-webkit-transform: rotate(45deg);
transform: rotate(45deg);
		position: absolute;
		top: -2px;
	right: 20px;
bottom: 0;
		margin: auto;
	}
#more .accbox{
	display: none;
	padding: 0 0 30px;
}
	#more table{
		margin-bottom: 30px;
	}
	#more table th{
		width: 30%;
	}
	#more table th.ttl{
		width: auto;
	}
	#more .accbox + h3{
		margin-top: 30px;
	}
#more h4.bd{
	margin-bottom: 10px;
	font-size: 13px;
}
#more h5{
	margin-bottom: 8px;
}
#more .point05-1{
	padding: 0 0 45px;
	margin-bottom: 20px;
}
#more .point05-1 p{
	width: auto;
}
#more .point05-1 figure{
	width: 77%;
	margin: 15px auto 0;
	text-align: center;
}
#more .point05-2{
	padding: 0 0 25px;
}
#more .point05-2 p{
	width: auto;
}
#more .point05-2 figure{
	width: 64%;
	margin: 15px auto 0;
	text-align: center;
}
#more .point05-3{
	padding: 25px 0 18px;
	margin-bottom: 25px;
}
#more .point05-3 div{
	width: auto;
}
#more .point05-3 dl{
	padding: 10px 15px 15px;
	margin-top: 25px;
}
#more .point05-3 dt{
	margin-bottom: 5px;
	font-size: 12px;
}
#more .point05-3 dd{
	font-size: 12px;
}
#more .point05-4{
	padding: 15px 0 40px;
}
#more .point05-4 div{
	width: auto;
}
#more .point05-4 div:last-child{
	width: auto;
	padding-top: 45px;
}
#more .point05-4 h6{
	padding: 5px 0;
	margin-bottom: 10px;
}
#more .point05-4 p.colPl{
	margin-bottom: 10px;
}
#more .point05-4 p.min_h{
    min-height: inherit;
}
#more .point05-4 figure{
	width: 64%;
	padding: 15px 0 0;
	margin: 0 auto;
	text-align: center;
}
}
/* sec05 message
--------------------------------------------------*/
.sec05 {
	background: #f3fbe6;
	padding: 70px 15px 50px;
}
#message h2::after{
	background: #8cdc0a;
}
#message h2 + p{
	max-width: 964px;
	margin: 0 auto;
}
#message-list{
	max-width:964px;
	margin:40px auto;
}
#message-list .item{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px dotted #ff88bf;
}
#message-list .item .photo{
	width: 31.19%;
	margin-right: 36px;
}
#message-list .item .photo img {
	width: 100%;
	height: auto;
}
#message-list .item .photo p{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
    align-items: flex-start;
	margin-top:10px;
}
#message-list .item .photo p .day,
#message-list .item .photo p .night{
	width:4em;
	padding:12px 0;
	/*border-radius:6px;*/
	color:#ffffff;
	font-size:1.4rem;
	letter-spacing:-0.015em;
	text-align:center;
}
#message-list .item .photo p .day{
	background-color:#ff88bf;
}
#message-list .item .photo p .night{
	background-color:#a688bd;
}
#message-list .item .photo p .name{
	flex:1;
	font-size:1.6rem;
	font-weight:bold;
	margin-left:10px;
}
#message-list .item .photo p .name small{
	display:block;
	/*font-size:1.2rem;
	font-weight:normal;*/
}
#message-list .item .photo p .name small span{
	display: inline-block;
	width: 4em;
	}
#message-list .item .message{
	flex:1;
}
.text-lead {
    display: block;
    color: #ff88bf;
    font-size: 2.2rem;
    font-weight: bold;
}
 .item.night .message .text-lead {
    color: #9070af;
}
#message-list .item .message .text-lead{
	margin-bottom:10px;
	line-height:1.4;
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
#message-list .item .message .text-lead + p{
	font-size: 1.6rem;
}
#message-list .item .message .to-student{
	position:relative;
	display:block;
	margin-top:40px;
	padding:12px;
	border:1px dashed #f6ad3c;
	border-radius:6px;
}
#message-list .item .message .to-student:before{
	content:'\53D7\9A13\751F\3078\4D\65\73\73\61\67\65';
	display:block;
	position:absolute;
	top: -12px;
	left: 6px;
	width: auto;
	padding: 0 0.5em;
	background-color:#f3fbe6;
	color:#f6ad3c;
	font-size: 1.4rem;
	text-align: center;
}

.text-indent {
	display: block;
	text-indent: 2.1em;
}
@media screen and (max-width:768px) {
	.sec05 {
	padding: 35px 15px 45px;
}
#message-list{
	background: #FFFFFF;
		width:100%;
	padding: 10px;
		margin:20px 0;
	}
#message-list .item{
		display:flex;
		flex-flow:column wrap;
		justify-content:flex-start;
		margin-bottom:40px;
		padding-bottom:40px;
	}
#message-list .item .photo{
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	#message-list .item .photo img{
		max-width: none;
		width: 100%;
	}
#message-list .item .photo p{
		display:flex;
		flex-flow:row wrap;
		justify-content:space-between;
		margin-top:10px;
	}
#message-list .item .photo p .day,
#message-list .item .photo p .night{
		width:4em;
		padding:12px 0;
		border-radius:6px;
		color:#ffffff;
		font-size:1.4rem;
		letter-spacing:-0.015em;
		text-align:center;
	}
#message-list .item .photo p .day{
		background-color:#ff88bf;
	}
#message-list .item .photo p .night{
		background-color:#a688bd;
	}
#message-list .item .photo p .name{
		flex:1;
		font-size:1.6rem;
		font-weight:bold;
		margin-left:10px;
	}
#message-list .item .photo p .name small{
		display:block;
		/*font-size:1.2rem;
		font-weight:normal;*/
	}
#message-list .item .message{
		flex:1;
	}
#message-list .item .message .text-lead{
		margin-bottom:10px;
		line-height:1.4;
		font-size: 1.6rem;
	}
#message-list .item .message .to-student{
		position:relative;
		display:block;
		margin-top:20px;
		padding:12px;
		border:1px dashed #f6ad3c;
		border-radius:6px;
	}
#message-list .item .message .to-student:before{
		content:'\53D7\9A13\751F\3078\4D\65\73\73\61\67\65';
		display:block;
		position:absolute;
		top: -12px;
		left: 6px;
		width: 10.5em;
		padding: 0;
		background-color:#ffffff;
		color:#f6ad3c;
		font-size: 1.4rem;
		text-align:center;
	}
}

/* sec06 faq
--------------------------------------------------*/
.sec06 {
	background: #fff5f1;
	padding: 85px 0px 60px;
}
#faq h2::after{
	background: #fa8c64;
}
#faq dl{}
#faq dt{
	border-radius: 28px;
	border: 1px #fa8c64 solid;
	background: #fee6dd;
	padding: 10px 30px 10px 48px;
	font-size: 27px;
	line-height: 1.6;
}
#faq dt::before{
	content: "Q.";
	display: inline-block;
	margin-right: 35px;
	color: #fa8c64;
	font-size: 30px;
	font-weight: bold;
}
#faq dd{
	padding: 25px 0 35px 1em;
	text-indent: -1em;
	color: #fa8c64;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
#faq dd::before{
	content: "A.";
	display:inline-block;
	text-indent: 0;
}

@media screen and (max-width:768px) {
	.sec06 {
	padding: 45px 0px 25px;
}
#faq dt{
	border-radius: 24px;
	padding: 10px 25px 10px 25px;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
#faq dt::before{
	margin-right: 10px;
	font-size: 15px;
}
#faq dd{
	padding: 10px 0 20px 0em;
	text-indent: 0em;
	font-size: 14px;
	line-height: 1.5;
}
#faq dd::before{
	text-indent: 0;
}
}

/* sec07 visit
--------------------------------------------------*/
.sec07 {
	padding-top: 130px;
	padding-bottom: 235px;
}
#visit h2{
	margin-bottom: 50px;
}
#visit h2::after{
	background: #ff88bf;
}
#visit h3{
	font-weight: bold;
	margin-bottom: 20px;
}
#visit h3 span{
	text-decoration: underline;
}
#visit p{}
#visit .btn{
	margin: 55px 0 0;
}
#visit .btn a{
	position: relative;
	display: block;
	background: #ff88bf;
	max-width: 448px;
	padding: 30px 10px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 21px;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}

#visit .btn a:hover{
	-moz-opacity:0.80;
	opacity:0.80;
}
#visit .btn a:hover::before{
}
#visit .btn a::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100% ;
	height: 100%;
	border-right: 3px #413f3f solid;
	border-bottom: 3px #413f3f solid;
}
#visit .btn a::after{
	content: "";
	display: block;
	border-top: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#visit dl{
	border: 1px #ff88bf solid;
	padding: 40px 0 55px;
	margin: 75px 0 0;
	text-align: center;
}
#visit dt{
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#visit dd{
	width: 69%;
	max-width:658px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width:768px) {
	.sec07 {
	padding-top: 60px;
	padding-bottom: 25px;
}
#visit h2{
	margin-bottom: 25px;
}
#visit h3{
	margin-bottom: 10px;
}
#visit .btn{
	margin: 25px 0 0;
}
#visit .btn a{
	width: 75%;
	padding: 15px 10px;
	margin: 0 auto;
	font-size: 15px;
}
#visit .btn a::before{
	border-right: 2px #413f3f solid;
	border-bottom: 2px #413f3f solid;
}
#visit .btn a::after{
	width: 10px;
	height: 10px;
	right: 15px;
}
#visit dl{
	border: 1px #ff88bf solid;
	padding: 20px 15px 30px;
	margin: 40px 0 0;
	text-align: center;
}
#visit dt{
	margin-bottom: 12px;
	font-size: 15px;
}
#visit dd{
	width: auto;
	max-width:658px;
	margin: 0 auto;
	text-align: center;
}
}

/* sec08 opencampus
--------------------------------------------------*/
.sec08 {
	background: url("../img/top/bg_opencampus.jpg") repeat-y center top;
	background-size: 100% auto;
	padding: 750px 15px 155px;
}
#opencampus h2{
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#opencampus h2 span{
	display: block;
	margin-bottom: 30px;
	color: #413f3f;
	font-size: 32px;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	#opencampus h2 span{
		letter-spacing: 0.57em;
	}
}
#opencampus .contentIn{
	width: 1150px;
	padding: 90px 80px 100px;
	background: #FFFFFF;
	padding-top: 90px;
}
@media screen and (max-width: 1150px) {
	#opencampus .contentIn{
		width: auto;
	}
}
#opencampus .contentIn .pct{
	position: absolute;
	top: -70px;
	right: 58px;
}
#opencampus .contentIn > p.colPl{
	position: relative;
	margin: 0 0 35px;
	z-index: 2;
	line-height: 1.45;
}

.sec08 .boxContent01 {
	position: relative;
	border-bottom: 1px solid #FF88BF;
	margin-top: 55px;
}
.sec08 .boxContent01 .innerTtl {
	position: relative;
	z-index: 1000;
}
.sec08 .boxContent01 .innerTtl span {
	margin-right: 2em;
}
.sec08 .boxContent02 {
	margin-top: 30px;
	border-radius: 200px;
}
.sec08 .boxContent02:nth-of-type(even) {
	flex-flow: row-reverse;
}
.sec08 .boxContent02.bl {
	background: #ECF7FF;
}
.sec08 .boxContent02.pk {
	background: #FFF3F9;
}
.sec08 .boxContent02.gr {
	background: #F7FCE8;
}
.sec08 .boxContent02.yl {
	background: #FFF4EA;
}
.sec08 .boxContent02 .boxTxt04 {
	padding: 50px 80px;
	flex-grow: 2;
}
.sec08 .boxContent02:nth-of-type(even) .boxTxt04{
	padding: 50px 40px;
}
.sec08 .boxContent02 .ttlStyle05{
	margin-bottom: 10px;
	text-align: left;
}
.innerTxt08 {
	margin: 30px 0 60px;
}
.boxTxt05 {
	margin: 100px 0 0;
}
.eventSchedule {
	padding: 30px;
	border: 1px solid #FF88BF;
	border-radius: 20px;
	margin-top: 10px;
	text-align: left;
	background: #fff;
	color: #FF88BF;
	font-size: 30px;
	font-weight: bold;
}
.eventSchedule li .time {
	color: #666464;
}
.boxContent03 {
	padding: 90px 0 0px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.sec08 .boxContent03 {
	padding: 90px 0 0px;
	width: 100%;
	max-width: 674px;
	margin: 0 auto;
}
.boxContent03 a {
    display: block;
    width: 100%;
}
.boxContent03 a img {
    width: 100%;
    height: auto;
}
.sec08 .boxContent02 .boxImg04 {
	width: 240px;
}
@media screen and (max-width:768px) {
	.sec08 {
		padding: 39% 15px 0;
	}
#opencampus h2{
	margin-bottom: 15px;
}
#opencampus h2 span{
	margin-bottom: 15px;
	font-size: 14px;
}
	#opencampus .contentIn{
		padding: 14% 15px 20px;
	}
	#opencampus .contentIn .pct{
	position: absolute;
	top: 0;
	right: 0;
		width: 100%;
}
#opencampus .contentIn > p.colPl{
	margin: 0 0 15px;
}
	.innerTxt08 {
		margin: 5% 0 10%;
	}
	.sec08 .boxContent02 {
		margin-top: 5%;
		margin: 5% -15px 0;
		border-radius: 0px;
		position: relative;
		flex-direction: column-reverse !important;
		background: transparent !important;
	}
	.sec08 .boxContent02.bl > .boxTxt04 {
		background: #ECF7FF;
	}
	.sec08 .boxContent02.pk > .boxTxt04 {
		background: #FFF3F9;
	}
	.sec08 .boxContent02.gr > .boxTxt04 {
		background: #F7FCE8;
	}
	.sec08 .boxContent02.yl > .boxTxt04 {
		background: #FFF4EA;
	}
	.sec08 .boxContent02 .ttlStyle05{
		text-align: center;
	}
	.sec08 .boxContent02 .boxImg04 {
		width: 33%;
		margin: 0 auto -2%;
	}
	.sec08 .boxContent02 .boxTxt04,
	.sec08 .boxContent02:nth-of-type(even) .boxTxt04{
		padding: 5% 0;
		border-radius: 0;
		text-align: center;
	}
	.boxTxt05 {
		margin: 6% 0;
	}
	.eventSchedule {
		text-align: left;
		font-size: 15px;
		padding: 4.8% 8% 2%;
		line-height: 1.6;
	}
	.eventSchedule li{
		margin-bottom: 15px;
	}
	.eventSchedule .date{
		display: block;
	}
	.boxContent03{
        width: 90%;
	    padding: 50px 0 40px;
		margin: 0 auto;
}
}



/* sec09 access
--------------------------------------------------*/
.sec09 {
	padding-top: 185px;
	padding-bottom: 55px;
}
#access h2::after{
	background: #8cdc0a;
}
#access .pcFlex > div{
	width: 60%;
}
#access h3{
	margin-bottom: 20px;
	font-weight: bold;
}
#access .pcFlex figure{
	width: 35%;
	max-width: 334px;
}
@media screen and (max-width:768px) {
	.sec09 {
	padding-top: 40px;
	padding-bottom:9%;
}
	#access .pcFlex > div{
	width: auto;
}
#access h3{
	margin-bottom: 4%;
}
#access .pcFlex figure{
	width: 53%;
	max-width: 334px;
	margin: 4.6% auto 0;
}
}


/* secMap
--------------------------------------------------*/
.google-maps {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

