/*=================================================
 * 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 .icon{
	position: absolute;
	bottom: 3px;
	right: 5px;
}
#slider_bg .icon img{
	width: 110px;
	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;
	color: #caaa55;
	background: #fff;
}

#pbt a span{
	font-size: 20px;
	line-height: 20px;
	margin-right: 3px;
}

.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 li{
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#sche li:last-of-type{	border-right: none;}
#sche li .day{
	font-size: 14px;
	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 li .day br{	display: none;}
#sche li .day .sat{	color: #0099ff;}
#sche li .day .sun{	color: #ff3333;}

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

#sche 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 li .stxt span{
	display: block;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #53759b;
	border-radius: 3px;
}

#sche li:last-child div,
#sche 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);
}
