@charset "UTF-8";


@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);


/**************************************************************************************************

■ index.html

**************************************************************************************************/
body.openschool_2019 {
	padding-top: 80px;
}

.l-os17__main-visual{
	background: #a3ca0f;
	position:relative;
	padding: 0 0 140px 0;
}
.l-os17__main-visual:before{
	content:"";
	width: 120px;
	background: #7fbe26;
	height:100%;
	position: absolute;
	top:0;
	right:0;
}

.l-os17__main-visual:after{
	content:"";
	width: 120px;
	background: #7fbe26;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

.l-os17__rise-logo{
	padding:15px;
	display: block;
	position:relative;
	z-index:12;
}


.main-visual__bg{
	background: url(../openschool_2019/images/os-mainvisal__bg.png) center top no-repeat;
	background-size:cover;
	position:relative;
	z-index:10;
	text-align: center;
	height:515px;
	margin-top: -50px;
}

.main-visual__bg__logo{
	position: absolute;
	bottom:-120px;
	left:0;
	right:0;
	margin:auto;
}

.main-visual__bg__day{
	position: absolute;
	bottom:-130px;
	left:50%;
	margin-left: 140px;
}


/*header_fin*/


.l-os-program{
	display: block;
	background: url(../openschool_2019/images/l-programs_list__bg.png) left top no-repeat;
	padding:10px 0 0 180px;
	width: 950px;
	margin:10px auto;
}
.os-program__list{
	float: left;
	width: 350px;
	margin:0 20px 20px 0 ;
	position: relative;
}

.os-program__list a{
	width: 100%;
	position: relative;
	display: block;
border-bottom: #00a4d2 1px solid;
	margin-right: 20px;
}

.os-program__list a:hover{
	background: rgba(0,164,210,.4);
}

.os-program__list a:after{
	content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 0 15px;
		border-right: 1px solid #00a4d2;
		border-bottom: 1px solid #00a4d2;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		right:5px;
		top:5px;
	}

.os-program__list{
}




/*共通設定*/

h3.border_dashed{
	border-bottom:dashed 2px #00a4d2;
	font-size: 30px;
	color:#00a4d2;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.l-image-box{
	overflow: hidden;
	margin-bottom: 40px;
}

.image-box__photo{
	float: right;
	/*border: solid;
	border-color: #FFDA2A;*/
	padding: 3px;
	background: #a3ca0f;
}

.image-box__photo_st{
	text-align: center;
}

.image-box__text{
	float: left;
	margin-right: 30px;
	width:400px;
	/*font-size: 15px;*/
	font-size: 18px;
}

.image-box__text_allday{
	margin-right: 30px;
	width:400px;
	font-size: 15px;
}

.image-box__text_title{
	float: left;
	margin-right: 30px;
	width:100%;
	font-size: 18px;
}

.image-box__text_schedule{
/*	font-size: 25px;
	text-align: right;*/
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}

.image-box__text_no_reserve{
	float: left;
	margin-top: 20px;
margin-right: 30px;
width: 150px;
background-color: #00a4d2;
border: solid;
border-color: #a3ca0f;
border-radius: 5px;
text-align:center;
font-size:15px;
color: #FFFFFF;
font-weight: bold;
}
.image-box__text_no_reserve>a{
	color: #FFF;
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px 0 ;
}

.image-box__text_reserve{
	float: left;
	margin-top: 20px;
margin-right: 30px;
width: 150px;
background-color: #a3ca0f;
border: solid;
border-color: #00a4d2;
border-radius: 5px;
text-align:center;
font-size:15px;
color: #FFFFFF;
font-weight: bold;
}
.image-box__text_link_btn{
	float: left;
	margin-top: 20px;
	background-color: #00a4d2;
	border: #a3ca0f 3px solid;
	border-radius: 5px;
	width: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.image-box__text_link_btn>a{
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	width: 100%;
	position: relative;
	padding-left: 25px;
}
.image-box__text_link_btn>a>span{
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
.image-box__text_link_btn>a>::after{
	content: '';
	position: absolute;
	right: 15px;
	bottom: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);}
}
.l-photo-subject__block{
	table-layout: fixed;
	border-collapse:separate;
	border-spacing:50px 0;
}

.l-photo-subject__block .l-photo__block{
width: 400px;
margin: 0 0 20px 60px;
display: table-cell;
vertical-align: top;
background-color: rgba(0,164,210,0.2);
padding: 10px;
}

.l-photo__block{
width: 400px;
margin: 0 0 20px 60px;
display: inline-block;
vertical-align: top;
background-color: rgba(0,164,210,0.2);
padding: 10px;
}

a.photo__block__btn{
	color:#FFFFFF;
	position: relative;
	background: #a3ca0f;
	display: block;
	width: 100%;
	padding:10px 0;
	text-align: center;
	border-radius:5px;
	font-weight: bold;
}

a.photo__block__btn:after{
	content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 0 15px;
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		right:15px;
		top:15px;
	}

a.photo__block__btn_tokushin{
	color:#FFF;
	position: relative;
	background: #1CADC8;
	display: block;
	width: 100%;
	padding:10px 0;
	text-align: center;
	border-radius:5px;
	font-weight: bold;
}

a.photo__block__btn_tokushin:after{
	content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 0 15px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		right:15px;
		top:15px;
	}

a.photo__block__btn_senbatsu{
	color:#FFF;
	position: relative;
	background: #41AF40;
	display: block;
	width: 100%;
	padding:10px 0;
	text-align: center;
	border-radius:5px;
	font-weight: bold;
}

a.photo__block__btn_senbatsu:after{
	content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 0 15px;
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		right:15px;
		top:15px;
	}
.l-photo__block img{
	width: 100%;
	border:#FFDA2A 2px;
	display: block;
}

.photo__block__image{
	margin-bottom: 20px;
}

.photo__block__name dt,
.photo__block__name dd{
	font-size: 16px;
	color:#00a4d2;
	margin-bottom: 20px;
}
.photo__block__name dd.date{
	border-bottom: 1px dotted #00a4d2;
}
.photo__block__name dt{
	font-weight: bold;
}

dd.photo__block__ntext{
	color: #000;
	font-size: 14px;	
	/*margin-bottom: 20px;*/
}

.clear {
	clear:both;　/*floatの解除*/
}


/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {



body.openschool_2019 {
	padding-top: 60px;
}

.l-os17__main-visual{
	background: #FFDA2A;
	position:relative;
	padding: 135px 0 0;
}
/*
.l-os17__main-visual:before{
	content:"";
	width: 120px;
	background: #F9CC2B;
	height:100%;
	position: absolute;
	top:0;
	right:0;
}

.l-os17__main-visual:after{
	content:"";
	width: 120px;
	background: #F9CC2B;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
*/

.border_dashed#anchor01 , .border_dashed#anchor02 , .border_dashed#anchor03 , .border_dashed#anchor04 , .border_dashed#anchor05 , .border_dashed#anchor06 , .border_dashed#anchor07{
	margin-top:-70px;
	padding-top:70px;
	display: block;
}

.l-os17__rise-logo{
	padding:15px;
	display: block;
	position:absolute;
	z-index:12;
	top:-140px;
	left:-10px;
}


.main-visual__bg{
	background: url(../openschool_2019/images/os-mainvisal__bg.png) center top no-repeat;
	background-size:cover;
	position:relative;
	z-index:10;
	text-align: center;
	height:80vh;
	margin-top: -50px;

}

/*
*/
.main-visual__bg__logo{
	position: absolute;
	bottom:120px;
	left:auto;
	right:auto;
	margin:auto;
}

.main-visual__bg__logo img{
	width: 90%;
	display: block;
	margin:0 auto;
	max-width:800px;
}

.main-visual__bg__day{
	position: absolute;
	bottom:10px;
	left:auto;
	margin-left: 0;
	text-align: center;
	width: 100%;
}

.main-visual__bg__day img{
	width: 90%;
	display: block;
	margin:0 auto;	
	max-width:440px;
	max-height: 110px;
	height: auto;
	
}


/*header_fin*/


.l-os-program{
	display: block;
	background: url(../openschool_2019/images/l-programs_list__bg.png) center top no-repeat;
	padding:100px 0 0 0;
	width: 100%;
	margin:-40px auto 10px;
}

.os-program__list{
	float: left;
	width: 49%;
	margin:0 0 0 1%;
	padding:1% 0;
	position: relative;
}

.os-program__list img{
	width: 80%;
}

.os-program__block+ul{
	padding:10px;
	font-size: 12px;
}
/*
.os-program__list a{
	width: 100%;
	position: relative;
	display: block;
border-bottom: #00a4d2 1px solid;
	margin-right: 20px;
}

.os-program__list a:hover{
	background: rgba(0,164,210,.4);
}

.os-program__list a:after{
	content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #00a4d2;
		border-bottom: 1px solid #00a4d2;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		right:5px;
		top:5px;
	}

.os-program__list{


}

*/


/*共通設定*/

/*
h3.border_dashed{
	border-bottom:dashed 2px #00a4d2;
	font-size: 30px;
	color:#00a4d2;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

.l-image-box{
	overflow: hidden;
	margin-bottom: 40px;
}
*/
.image-box__photo{
	float: none;
	text-align: center;
}

.image-box__photo img{
	width:90%;
	display: block;
	max-width:400px;
	margin:0 auto;
}

.image-box__photo_st img{
	width:90%;
	/*display: block;*/
	max-width:400px;
	margin:0 auto;
}


.image-box__text{
	float: none;
	margin-right: 0;
	width:100%;
	padding:10px;
}

.image-box__text_title{
	float: none;
	margin-right: 0px;
	width:100%;
	padding:10px;
}
.l-photo__block{
	width: 100%;
	margin-left: 0;
	float: none;
	padding:10px;
	display: block;
}

.l-photo__block img{
	width:90%;
	display: block;
	max-width:400px;
	margin:0 auto;
}
.l-photo-subject__block .l-photo__block{
	width: 100%;
	margin-left: 0;
	float: none;
	padding:10px;
	display: block;
}
/*

a.photo__block__btn{
	color:#00a4d2;
	position: relative;
	background: #FFDA2A;
	display: block;
	width: 100%;
	padding:10px 0;
	text-align: center;
	border-radius:5px;
	font-weight: bold;
	margin-bottom: 50px;
}

a.photo__block__btn:after{
	content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #00a4d2;
		border-bottom: 1px solid #00a4d2;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position:absolute;
		right:15px;
		top:15px;
	}

.l-photo__block img{
	width: 100%;
	border:#FFDA2A 2px;
	display: block;
}

.photo__block__image{
	margin-bottom: 20px;
}
.photo__block__name{
	font-size: 16px;
	border-bottom: 1px dotted #00a4d2;
	color:#00a4d2;
	margin-bottom: 20px;
}

.photo__block__name{
	margin-bottom: 20px;
}
*/

h3.border_dashed{
	border-bottom:dashed 2px #00a4d2;
	font-size: 30px;
	color:#00a4d2;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.oc-title-image{
	width: 100%;
	text-align: center;
	height:auto;
}

.oc-title-image img{
	width: 100%;
	max-width:450px;
}

.image-box__text_schedule{
/*	font-size: 18px;
	text-align: right;*/
	font-size: 20px;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}

.image-box__text_link_btn{
	float: none;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #00a4d2;
	border: #a3ca0f 3px solid;
	border-radius: 5px;
	width: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.image-box__text_no_reserve{
	float: none;
	margin-right: 0;
	margin:  0 auto;
	margin-top: 20px;
}

}


