@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: #f2dd28;
	position:relative;
	padding: 0 0 140px 0;
}
.l-os17__main-visual:before{
	content:"";
	width: 120px;
	background: #eab608;
	height:100%;
	position: absolute;
	top:0;
	right:0;
}

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

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


.main-visual__bg{
	background: url(../openschool_2025/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: 160px;
}


/*header_fin*/
.dn{
	    display: none;
}
.osend{
	    font-size: 23px;
    text-align: center;
    padding: 6em;
    line-height: 2;
}
.l-os-program{
	display: block;
	background: url(../openschool_2025/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;
	color: #064188;
}

.os-program__list a{
	    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 5px;
    border-bottom: #064188 1px solid;
    margin-right: 20px;
    color: #064188;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
  }

.os-program__list a:hover{
	background: rgba(6,65,136,.4);
}

.os-program__list a:after{
	content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 0 0 15px;
		border-right: 1px solid #064188;
		border-bottom: 1px solid #064188;
		-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: #064188 dashed;
    font-size: 48px;
    color: #064188;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 40px;
    margin-top: 80px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    /* font-size: 48px; */
    letter-spacing: 12px;
    font-weight: 900;
}
h3.border_dashed span.mini{
	font-size: 80%;
    letter-spacing: 2px;
}
h3 .brsp{
	    display: none;
}

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

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

.image-box__photo_st{
	text-align: center;
}
.l-image-map{
	     position: relative;
    margin: auto;
    /* text-align: center; */
    max-width: 700px;
}
/*  モバイル時に領域がはみ出すので注意！  */      
.anc01{
	    position: absolute;
    top: 29px;
    left: 66px;
    width: 608px;
    height: 39px;
}

.anc021{
	position: absolute;
    top: 67px;
    left: 66px;
    width: 608px;
    height: 88px;

}

.anc03{
	position: absolute;
    top: 194px;
    left: 66px;
    width: 608px;
    height: 111px;
}

.anc04{
	position: absolute;
    bottom: 115px;
    left: 66px;
    width: 608px;
    height: 39px;
}
.anc022{
	position: absolute;
    bottom: 24px;
    left: 66px;
    width: 608px;
    height: 91px;

}


.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: #064188;
    border: 3px solid yellow;
    border-radius: 5px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.orage-border{
	    border: 3px solid #ffd29b;
}
.blue-back{
	background: rgba(0,164,210,0.2);
}

.blue-border{
	border: 3px solid #00a4d2;
}
.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;
}

.pink-back{
background-color: #ffd29b;
}
.pink-back .photo__block__name dt,.pink-back .photo__block__name dd{
	color: #dc4b18;
}
.pink-back .photo__block__name dd.photo__block__ntext{
	color: black;
}
.high01{
	height: 740px;
}
.high01 dl{
}
.high01 dl dd.txt1{
	    height: 5em;

}
.high02{	
	height: 600px;
}
.high05{
	 height: 530px;
}
.high05 dl dd.txt1{
	    height: 6em;

}

.high06{
	    height: 530px;
}
.high06 dl dd.txt1{
	    height: 5em;

}

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;
	    overflow-wrap: break-word;
}
.pink-back .photo__block__name dd.date{
	border-bottom: 1px dotted #dc4b18;
}
.photo__block__name dt{
	font-weight: bold;
}

dd.photo__block__ntext{
	color: #000;
	font-size: 14px;	
	overflow-wrap: break-word;
	/*margin-bottom: 20px;*/
}
.photo__block__name dd.date.red-color{
	color: #ee3398;
}
.photo__block__name dd.date.red-color:after{
	content: url(../openschool_2025/images/addding.png);
    padding-left: 5px;
    vertical-align: middle;
}
.photo__block__name dd.date.nb{
	border: none;
    margin: 0;
}
.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:100px;
	        line-height: 1.5;
	/* 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_2025/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_2025/images/l-programs_list__bg.png) center top no-repeat;
	padding:100px 0 0 0;
	width: 100%;
	margin:-40px auto 10px;
}
.ancm01{
	    position: absolute;
        top: 3%;
        left: 14%;
        width: 78%;
        height: 10%;
}
.ancm021{
	           position: absolute;
        top: 12%;
        left: 14%;
        width: 78%;
        height: 19%;

}
.ancm03{
	  position: absolute;
        top: 37%;
        left: 14%;
        width: 78%;
        height: 23%;}

.ancm04{
	        position: absolute;
        bottom: 20%;
        left: 14%;
        width: 78%;
        height: 13%;
}
.ancm022{
	          position: absolute;
        bottom: 8%;
        left: 14%;
        width: 78%;
        height: 15%;

}


.os-program__list{
	width: 100%;
    margin: 0 0 0 1%;
    padding: 2% 2%;
    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;
}
*/
h3 .long-event{
}
h3 .brsp{
	display: block;
}
.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: #064188 dashed 2px;
    font-size: 28px;
    color: #064188;
    text-align: center;
    padding-bottom: 19px;
    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;
}
.orage-border {
    border: 3px solid #ffd29b;
}
.blue-border {
    border: 3px solid #00a4d2;
}
.image-box__text_no_reserve{
	float: none;
	margin-right: 0;
	margin:  0 auto;
	margin-top: 20px;
}
	
}


