/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding: 80px 0;}

#profile{
	width: 1100px;
	margin: 0 auto;
}

#prof{	margin-bottom: 30px;}

.main_bg{
	padding: 20px;
	background: #ececec;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.main{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** prof_top **/

#prof_top{
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 0 20px 0;
}


/** prof_top_r **/

#prof_top_r{
	position: relative;
	width: calc(100% - 470px);
}

#slider_bg{
	position: relative;
	width: 450px;
	font-size: 0;
	line-height: 0;
}

#slider_bg .taiki{
	position: absolute;
	top: 10px;
	left: 10px;
}
#slider_bg .taiki img{
	width: 50px;
	height: auto;
}

#slider_bg .icon{
	position: absolute;
	top: 0;
	right: 0;
}
#slider_bg .icon img{
	width: 75px;
	height: auto;
}

#slider img{
	width: 450px;
	height: auto;
}

#bx-pager{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

#bx-pager li{
	margin: 0 0 5px 0;
}
#bx-pager li:last-of-type{	margin-bottom: 0;}
#bx-pager li:first-of-type{	margin-bottom: 6px;}

#bx-pager img{
	width: 87px;
	height: auto;
}


/** prof_top_l **/

#prof_top_l{
	width: 450px;
	margin: 0 20px 0 0;
}

#name{
	color: #fff;
	margin: 0 0 10px 0;
	padding: 10px;
	background: url(img/bg1.gif) top center;
	background-size: 50px auto;
}

#name .course{
	font-size: 18px;
	line-height: 35px;
}

#name h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 50px;
}

#name .size{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 9px 0;
	padding: 0 0 23px 0;
	background: url(img/name.png) no-repeat 50% 100%;
	background-size: 100px auto;
}
#name .size span{	color: #caaa55;}

#name .txt{
	font-size: 13px;
	line-height: 16px;
}

#pbt{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

#pbt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(50% - 5px);
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #caaa55;
	box-shadow:0px 0px 0px 1px #caaa55 inset;
	-moz-box-shadow:0px 0px 0px 1px #caaa55 inset;
	-webkit-box-shadow:0px 0px 0px 1px #caaa55 inset;
	border-radius: 17.5px;
	-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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#pbt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#pbt a span{
	width: 20px;
	height: 20px;
	margin-right: 3px;
}
#pbt a:nth-of-type(1) span{	background: url(img/i1.png) no-repeat; background-size: 20px auto;}
#pbt a:nth-of-type(2) span{	background: url(img/i2.png) no-repeat; background-size: 20px auto;}

.data{
	margin: 0 0 10px 0;
}

.data dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
}
.data dl:first-of-type{	border-top: 1px solid #caaa55;}

.data dt,
.data dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #caaa55;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.data dt{
	position: relative;
	font-weight: bold;
	color: #caaa55;
}
.data dt:after{
	content: '';
	height: 20px;
	border-right: 1px dotted #ddd;
	position: absolute;
	top: 5px;
	right: -1px;
}

#mess{
	position: relative;
	text-align: left;
	color: #fff;
	background: #222;
}

#mess h3{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	padding: 5px 0 5px 34px;
	border-bottom: 3px double #caaa55;
}
#mess h3 span{
	font-size: 20px;
	line-height: 20px;
	color: #caaa55;
	position: absolute;
	top: 11px;
	left: 14px;
}

#mess .mess_in{
	height: 112px;
	padding: 10px 15px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#mess .mess_in p{
	font-size: 14px;
	line-height: 22px;
}


/** prof_mid **/

#prof_mid{
	display: flex;
	width: 100%;
}

#point{
	display: flex;
	width: 450px;
	height: 120px;
	border: 1px solid #caaa55;
	margin: 0 20px 0 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#point h3{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	color: #fff;
	background: url(img/bg1.gif) top center;
	background-size: 50px auto;
}
#point h3 em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}
#point h3 span{
	width: 100%;
	font-family: "FontA";
	font-size: 12px;
	line-height: 16px;
	color: #caaa55;
}

#point ul{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% - 100px);
	height: 100px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#point li{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	margin: 2.5px 5px 2.5px 0;
	padding: 0 4px;
	border-radius: 3px;
}

#qr{
	width: calc(100% - 470px);
	display: flex;
}

#qr .qrimg{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin: 0 10px 0 0;
	box-shadow:0px 0px 0px 1px #ececec inset;
	-moz-box-shadow:0px 0px 0px 1px #ececec inset;
	-webkit-box-shadow:0px 0px 0px 1px #ececec inset;
}

#qr .qrtxt{
	width: calc(100% - 130px);
	height: 120px;
	border-top: 1px solid #caaa55;
	border-bottom: 1px solid #caaa55;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#qr .qrtxt p{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	padding: 19px 0 19px 70px;
	background: url(img/ya.png) no-repeat 20px 50%;
	background-size: 43px auto;
}

#qr .qrtxt span{
	display: block;
	font-family: "FontA";
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #caaa55;
	background: #000;
}


/** sche **/

#sche_bg{	margin-bottom: 30px;}

#sche{
	padding: 20px;
}

#sche > ul{
	display: flex;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche > ul li{
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche > ul li:last-of-type{	border-right: none;}
#sche > ul li .day{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	padding: 15px 0;
	color: #caaa55;
	background: #000;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche > ul li .day br{	display: none;}
#sche > ul li .day .sat{	color: #0099ff;}
#sche > ul li .day .sun{	color: #ff3333;}

#sche > ul li div{
	width: 100%;
	height: 75px;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	border-right: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sche > ul li .stxt{
	padding: 0 10px;
	border-right: 1px dotted #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sche > ul li .stxt span{
	display: block;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #53759b;
	border-radius: 3px;
}

#sche > ul li:last-child div,
#sche > ul li:last-child .stxt{	border-right: none;}



/** review **/

#review{
	position: relative;
	max-height: 430px;
	padding: 20px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#review h3{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 3px double #d8c173;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#review h3 span{
	display: inline-block;
	vertical-align: baseline;
	font-family: "FontA";
	font-size: 36px;
	line-height: 36px;
	color: #caaa55;
}

#review h3 em{
	font-size: 16px;
	line-height: 20px;
}

.rvbox{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ddd;
}
.rvbox:last-of-type{
	margin: 0;
	padding: 0;
	border: none;
}

.rvbox.nobox{
	padding:30px 0 30px 0;
}

.rv_top{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.rv_top_l{	width: calc(100% - 265px);}

.rv_top_l h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #caaa55;
}

.rv_top_l h4 span{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

.rv_top_l p{
	font-size: 13px;
	line-height: 20px;
}

.rv_top_l p span{	color: #999;}

.rv_top_r{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 265px;
	height: 40px;
	background: #f5f5f5;
}

.rv_top_r p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #caaa55;
	padding-top: 5px;
}

.rv_top_r div{
	font-size: 0;
	line-height: 0;
}

.rv_top_r div img{
	width: 25px;
	height: auto;
}



.rv_txt{
	font-size: 14px;
	line-height: 25px;
}

.rv_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	width: 220px;
	height: 40px;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	background: #caaa55;
	border: 1px solid #caaa55;
	position: absolute;
	top: 20px;
	right: 20px;
	-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;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rv_bt:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#sche .schetxt{
	font-size: 12px;
	line-height: 1;
	color: #ff0000;
	text-align: center;
	margin: 20px 0 30px 0;
}


/** alert **/

#alert{
	position: relative;
	text-align: center;
	border: 1px solid #caaa55;
	border-radius: 10px;
	margin: 0;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#alert .alert_t{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 230px;
	font-size: 14px;
	line-height: 25px;
	color: #caaa55;
	background: #000;
	position: absolute;
	top: -12.5px;
	left: calc(50% - 115px);
}
#alert .alert_t span{
	font-size: 18px;
	line-height: 1;
}
#alert .alert_p{
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 15px 0;
}
#alert .alert_p2{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #ff0000;
	margin: 0 0 15px 0;
}
#alert .default ul{}
#alert .default ul li{
	margin: 0 0 2px 0;
}
#alert .default ul li:last-of-type{	margin-bottom: 0;}
#alert .default ul li p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
}
#alert .default ul li span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}

#alert .form_div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 20px auto;
}
#alert .form_div dl{
	display: table;
	width: 640px;
	font-size: 0;
	line-height: 0;
	margin: 0 10px 0 0;
}
#alert .form_div dt,
#alert .form_div dd{
	display: table-cell;
	vertical-align: middle;
}
#alert .form_div dt{
	width: 125px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #caaa55;
}
#alert .form_div dd{}

#alert .form_div .submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#alert .form_div .fade{	border-radius: 3px;}

#alert .form_div .submit input,
#alert .form_div .submit a,
#alert .form_div .maga_now a,
#alert .form_div .login_now a,
#alert .re_btn{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	border: none;
	background: #caaa55;
	-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;	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#alert .form_div .submit input:hover,
#alert .form_div .submit a:hover,
#alert .form_div .maga_now a:hover,
#alert .re_btn:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#alert .form_div .submit .fade:nth-of-type(2){	margin-left: 10px;}

#alert .form_div input[type="text"],
#alert .form_div input[type="url"],
#alert .form_div input[type="email"],
#alert .form_div input[type="tel"],
#alert .form_div input[type="password"],
#alert .form_div input[type="number"]{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#alert .form_div input::placeholder,
#alert .form_div textarea::placeholder{	color: #999;}
#alert .form_div input:-ms-input-placeholder,
#alert .form_div textarea:-ms-input-placeholder{	color: #999;}
#alert .form_div input::-ms-input-placeholder,
#alert .form_div textarea::-ms-input-placeholder{	color: #999;}

#alert .error,
#alert .over{
	display: none;
}

.error{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.error span{
	color			: #ff0000;
}

.over{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin			: 0 0 50px 0;
	padding			: 40px 0 0 0;
}
.error+.bt_bg,
.over+.bt_bg{
	text-align: center;
	padding: 30px 0 0 0;
}

.error_text{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
	margin: 0 0 30px 0;
}
#submit .error_text br{	display: inline;}

.error_text:empty{ display: block;}

.error_block .th{
	color: #ff0000 !important;
	animation-name: indfade;
	animation-duration: 2.0s;
	animation-timing-function: ease-out;
	animation-delay: 0.0s;
	animation-iteration-count: infinite;
	animation-fill-mode: backwards;
}
@keyframes indfade {
	0%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	80% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	85% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	90% {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	95% {
		opacity: 0.3;
		filter: alpha(opacity=30);
	}
	100%{
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
}

.error_block input[type="text"],
.error_block input[type="email"],
.error_block input[type="tel"],
.error_block select,
.error_block textarea{
    border-color: #ff0000 !important;
    background: #fff5f5 !important;
}

.regbox .login_now p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 20px 0;
}

.re_btn{
	cursor: pointer;
}



/*spinner*/
.spinner {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(0, 0, 0, 0.1); /* Or use a CSS var for this color */
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 1s ease-in-out infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
	display: none;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}