﻿@charset "utf-8";
/* CSS Document */

/*popup_modal*/
.scroll_div td div .popup_wrap{
	display: none!important;
}

#popup_overray{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.3;
    z-index:10000;
    display:none;
}

#popup_box {
	width: 400px;
	background: transparent;
	position: fixed;
	box-sizing: border-box;
	z-index: 10001;
	top: 0;
	left: calc(50% - 200px);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#popup_box .popup-header{
	position: relative;
	width: 100%;
	box-shadow: 10px 10px 10px #00000063;
}
#popup_box .close{
    width:40px;
    height:40px;
    /* background:#ccc; */
    /* border-radius:50%; */
    /* border:solid 4px #fff; */
    position:absolute;
    top: 5px;
    right: 8px;
    background: url(./img/menu_close.png) no-repeat right 0;
    background-size:cover;
    z-index:10002;
    cursor:pointer;
}
/*
#popup_box .close::before{
    content:'';
    width:4px;
    height: 36px;
    background-color: #fff;
    display:block;
    position:absolute;
    top: 2px;
    left: 20px;
    transform:rotate(45deg);
}
#popup_box .close::after{
    content:'';
    width:4px;
    height: 36px;
    background-color: #fff;
    display:block;
    position:absolute;
    top: 2px;
    left: 20px;
    transform:rotate(-45deg);
}
*/

#popup_box .close:hover{
    /* background:#fff; */
    /* border-color:#ccc; */
}
#popup_box .close:hover::before,
#popup_box .close:hover::after{
   background-color:#999;
}

#popup_box .scroll{
	max-height: calc(100% - 10vh - 136px);
	background-color: #fff;
	overflow-y:auto;
	box-shadow: 10px 10px 10px #00000063;
	z-index: 10002;
	width: 100%;
}
#popup_box #ocans-i-btn-box{
	background-color: #fff;
	box-shadow: 10px 10px 10px #00000063;
	z-index: 10003;
	width: 100%;
	background-color: #fff;
	padding: 5px 0;
}
#popup_box #ocans-i-detail-img-wrap{
	text-align: center;
	margin-bottom: 30px;
}

#popup_box .popup-header h2  {
	font-size: 18px;
	min-height: 40px;
    padding: 20px 40px;
}
#popup_box .popup-header.Briefing h2 {
	background:#009cc7;
}

#popup_box .popup-header.trial_lesson h2 {
	background:#004EA1;
}

#popup_box .popup-header.guidance h2 {
	background:#29ABE2;
}

#popup_box .popup-header.other_events h2 {
	background:#00A99D;
}
#popup_box .scroll p.subtitle,
#popup_box .popup_addlist p.subtitle
{
	font-size: 16px;
    /*
	text-align:center;
    */
	color:#ffffff;
	margin:0;
	padding:10px;
	width: 100%;
	box-sizing: border-box;
}
#popup_box .scroll.Briefing p.subtitle,
#popup_box .popup_addlist p.subtitle{
	background:#4CBAD8;
}

#popup_box .scroll.trial_lesson p.subtitle{
	background:#4C83BD;
}

#popup_box .scroll.guidance p.subtitle{
	background:#7FCDEE;
}
#popup_box .scroll.other_events p.subtitle{
	background:#4DC3BB;
}

#popup_box .scroll .content {
	margin: 0;
	max-width: unset;
	width: 100%;
	min-height: 240px;
}
#popup_box .scroll .content > ul {
	display:flex;
	justify-content: space-between;
	width: 90%;
	margin: 10px auto;
}
#popup_box .scroll .content > ul.no-item {
	margin: 10px auto 0px auto;
}
#popup_box .scroll .content > ul > li {
	letter-spacing:normal;
	font-size: 12px;
	width:calc(33.3% - 10px);
	margin-right:6px;
	text-align:center;
	border-radius:3px;
	max-width:160px;
}

/*icons*/
#popup_box .scroll .content .icon01a{
	border: 1px solid #29ABE2;
	background:#29ABE2;
	color:#ffffff;
}

#popup_box .scroll .content .icon01a{
	border: 1px solid #29ABE2;
	background:#29ABE2;
	color:#ffffff;
}

#popup_box .scroll .content .icon01b {
	border: 1px solid #FBB03B;
	background:#FBB03B;
	color:#ffffff;
}

#popup_box .scroll .content .icon01c {
	border: 1px solid #ED4654;
	background:#ED4654;
	color:#ffffff;
}

#popup_box .scroll .content .icon02  {
	border:1px solid #004DA0;
	color:#004DA0;
}

#popup_box .scroll .content .icon02_none {
	opacity:0;
}

#popup_box .scroll .content .icon03 {
	border:1px solid #6594C6;
	background:#6594C6;
}

#popup_box .scroll .content .icon03_none{
	opacity:0;
}

#popup_box .scroll .content .icon03 a {
	text-decoration:none;
	color:#ffffff;
	display:block;
}

#popup_box .scroll .content .icon03 a:hover,
#schedule.schedule_under .content a:hover {
	background:#004DA0;
}

#popup_box .scroll .content > p.teacher,
#popup_box .popup_addlist p.teacher
{
	display:block;
	width:90%;
	margin:auto;
	text-align:justify;
	word-break:break-all;
}

#popup_box .scroll .content p.place {
	border-top:1px solid #004DA0;
	padding: 10px 3% 7px 3%;
    margin-top:10px;
}

#popup_box div.two_btn 
,#popup_box div.one_btn{
/*
	position: absolute;
	width: calc(100% - 10%);
*/
	margin:0 auto;
	letter-spacing:-0.4em;

	bottom: 4px;
	left: 5%;
	max-width: unset;
}
#popup_box .scroll div.one_btn.top_btn {
	bottom: 60px;
}

#popup_box div.two_btn a
,#popup_box div.one_btn a
{
	padding:20px 0;
    font-size:16px;
	margin: 0 25px;
	width: calc(100% - 50px);
}
#popup_box *{
    font-family: 'Noto Sans JP', 'Noto Sans Japanese';
    font-weight: 500;
}
#popup_box h2{
	background:#004ea1;
	color:#ffffff;
	text-align:center;
	font-size:large;
	padding:15px;
	line-height:1.6;
}
#ocans-i-btn-detail
{
    background-image:none;
    height:auto;
    background-color:transparent;
    border-width:2px;
}
body.mypage-noedit #ocans-i-btn-reserve{
    display:none!important;
}

/*popup_addlist -------------------------------*/
#popup_box .popup_addlist{
	display: none;
	padding-top: 50px;
}

#popup_box .popup_addlist div.title{
	background: #04969e;
	color:#fff;
	text-align:center;
	font-size: 18px;
	padding: 12px 50px 12px 30px;
	min-height: 40px;
	line-height: 1.6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#popup_box .popup_addlist.scroll .content{
	max-height:400px;
	height: 400px;
	padding: 0 30px;
	box-sizing: border-box;
}

#popup_box .popup_addlist .content h4{
	color:red;
	font-size:20px;
	text-align:center;
	margin:20px 0;
}
#popup_box .popup_addlist .content h2{
	padding: 12px 30px 12px;
}

#popup_box .popup_addlist.scroll .content p.teacher {
    width: 100%;
    margin:10px 0;
}
#popup_box .popup_addlist .content p.place{
	padding:10px 0;
	padding: 7px 3%;
}

#popup_box .popup_addlist a.btn_reserve{
	background:#04969e;
}

@media only screen and (min-width: 768px) {
	#popup_box #ocans-i-detail-img{
		max-height: 203px;
		max-width: 360px;
	}
	#popup_box #ocans-i-detail-img.aspect-x {
		width: 360px;
	}
	#popup_box #ocans-i-detail-img.aspect-y {
		height: 203px;
	}
}
@media only screen and (max-width: 767px) {

	body.mobile .Horizontalaxis_title div{
		line-height:1.4;
		font-size:2.6vw;
	}

	#popup_box {
		width: 86vw;
		left: calc(50% - 43vw);
	}

	#popup_box .scroll div.two_btn a
	,#popup_box .scroll div.one_btn a
	{
		font-size: 3.2vw;
	}

	#popup_box .popup_addlist .content h4{
		font-size:4.5vw;
	}
	#popup_box .scroll h2  {
		font-size: 4vw;
	}
	#popup_box .scroll p.subtitle, #popup_box .popup_addlist p.subtitle{
		font-size: 4vw;
	}

	#popup_box #ocans-i-detail-img{
		max-height: 45vw; /*calc(80vw / 16 * 9);*/
		max-width: 80vw;
	}
	#popup_box #ocans-i-detail-img.aspect-x {
		width: 80vw;
	}
	#popup_box #ocans-i-detail-img.aspect-y {
		height: 45vw; /*calc(80vw / 16 * 9);*/
	}
}



/**/
#popup_overray2{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000ad;
	z-index: 20000;
}

#popup_overray2 > div.roading{
	width:100px;
	height:100px;
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 50px);
	background:url(./img/loader.svg) no-repeat;
	background-size:contain;
	z-index: 20001;
}


#popup_overray2 > div.roaded_message{
	width:600px;
    /*
	height:100px;
    */
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 300px);
	background:rgba(255, 255, 255, 0.79);
	text-align:center;
	padding:20px;
	border-radius:10px;
}


#popup_overray2 > div.roaded_message p{
	font-size:16px;
}

#popup_overray2 > div.roaded_message .btn-div span{
	display:block;
	background:#04969e;
	margin:10px auto 0;
	border-radius:5px;
	padding:5px;
	width:100px;
	color:#fff;
	cursor: pointer;
}
#popup_overray2 > div.roaded_message span.popup-btn {
	display: inline-block;
	margin: 0.5em;
	width: auto;
	min-width: 100px;
	padding: 0.5em 1em;
}
#popup_overray2 > div.roaded_message span:hover{
	opacity:0.8;
}

/*/FPTASKS-648*/
#popup_overray_guide{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.46);
	z-index: 20000;
}
#popup_overray_guide p.popup-text{
    text-align:left;
}
#popup_overray_guide > div.roading{
	width:100px;
	height:100px;
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 50px);
	background:url(./img/loader.svg) no-repeat;
	background-size:contain;
	z-index: 20001;
}


#popup_overray_guide > div.roaded_message{
	width:60%;
	height:60%;
	position:absolute;
	top:calc(200px);
	left:calc(50% - 30%);
	background: rgba(255, 255, 255, 1);
	text-align:center;
	padding: 20px 20px 60px;
	border-radius:10px;
	overflow: hidden;
}
#popup_overray_guide > div.roaded_message .inner{
	height:100%;
	overflow-y: auto;
	padding: 5px;
}
#popup_overray_guide > div.roaded_message h4{
	font-size: 20px;
	margin-bottom: 20px;
}

#popup_overray_guide > div.roaded_message p{
	font-size: 14px;
}

#popup_overray_guide > div.roaded_message span{
	display:block;
	background:#04969e;
	margin:10px auto 0;
	border-radius:5px;
	padding:5px;
	width:100px;
	color:#fff;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 50px);
}

#popup_overray_guide > div.roaded_message span:hover{
	opacity:0.8;
}

#schedule-more .page-header {
	padding-top: 5px;
	padding-right: 50px;
}

#schedule-more header .close {
	top: 0px;
}

#popup_overrayC{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000000ad;
	z-index: 20000;
}
#popup_overrayC > div.roading{
	width:100px;
	height:100px;
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 50px);
	background:url(./img/loader.svg) no-repeat;
	background-size:contain;
	z-index: 20001;
}
#popup_overrayC > div.roaded_message{
	width:300px;
    /*
	height:100px;
    */
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 150px);
	background:rgba(255, 255, 255, 0.79);
	text-align:center;
	padding:20px;
	border-radius:10px;
}
#popup_overrayC > div.roaded_message p{
	font-size:16px;
}
#popup_overrayC > div.roaded_message span{
	display:inline-block;
	background:#04969e;
	margin:10px 10px 0;
	border-radius:5px;
	padding:5px;
	width:100px;
	color:#fff;
	cursor: pointer;
}
#popup_overrayC > div.roaded_message span:hover{
	opacity:0.8;
}
#popup_box .intro {
	color: #ffffff;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	box-sizing: border-box;
}
#popup_box #ocans-i-intro {
	margin-bottom: 15px;
	font-size: 14px;
	padding: 10px;
	background: #ededed;
	color: #000;
	display: block;
}

@media only screen and (max-width: 767px) {
	#popup_overray_guide > div.roaded_message{
		width:90%;
		height:75%;
		position:absolute;
		top:10vw;
		left:calc(50% - 45%);
		background: rgba(255, 255, 255, 1);
		text-align:center;
		padding: 20px 20px 60px;
		border-radius:10px;
		overflow: hidden;
	}
	#popup_overray2 > div.roaded_message {
		width: 90%;
		left: 5%;
	}
}