@charset "UTF-8";
@import "/include_2015/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */
#higashimurayama {
	width: 100%;
	margin:auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	color:#333;
}

#higashimurayama .pc {
	display:none
}

#higashimurayama a.bt01 {
	display:block;
	background:#e54702;
	padding:20px;
	color:#fff;
	font-size:20px;
	line-height:1.3;
	text-decoration:none;
	margin-top:3%;
	border-radius:50px;
	font-weight:700;
}

#higashimurayama .bt01 span:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;
	background-image: url(../images/allow01.png);
	background-size: contain;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 8px;
}

#higashimurayama a.bt01:hover {
	background:#fa4202;
}

#higashimurayama .bt01_off {
	display:block;
	background:#ccc;
	padding:15px;
	color:#fff;
	font-size:23px;
	line-height:1.3;
	text-decoration:none;
	margin-top:3%;
	border-radius:50px
}

#higashimurayama a.bt02 {
	display:block;
	background:#e54702;
	padding:15px;
	color:#fff;
	font-size:17px;
	line-height:1.3;
	text-decoration:none;
	margin:3% 5%;
	border-radius:50px;
	text-align:center;
}

#higashimurayama a.bt02:hover {
	background:#fa4202;
}

#higashimurayama .bt02 span:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;
	background-image: url(../images/allow01.png);
	background-size: contain;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 7px;
}

#higashimurayama .bt02_off {
	display:block;
	background:#ccc;
	padding:20px;
	color:#fff;
	font-size:20px;
	line-height:1;
	text-decoration:none;
	margin-top:3%;
	border-radius:10px;
	font-weight:normal
}

#higashimurayama a.bt03 {
	width:100%;
	display:inline-block;
	background:#fff;
	padding:10px;
	color:#333;
	font-size:17px;
	line-height:1.3;
	text-decoration:none;
	border:2px solid #009d8e;
	border-radius:10px;
	font-weight:normal;
	font-weight:500;
	margin-bottom:2%
}

#higashimurayama a.bt03:hover {
	background:#caf8f3;
}

#higashimurayama .bt03 span:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 12px;
	background-size: contain;
	vertical-align: top;
	margin-top: 4px;
}

#higashimurayama .title01 {
	background:url(../images/ti01.png) no-repeat,#fffab8;
	background-position:top center;
	padding:0 6%;
	font-size:15px;
	line-height:1.3;
}

#higashimurayama .title01 span{
	display:block;
	padding:3% 0 0;
	font-size:19px;
	font-weight:700
}

#higashimurayama .title01 img {
	margin:15px 0 0;
}

#higashimurayama .lead01 {
	font-size:25px;
	line-height:35px;
	text-align:center;
	font-weight:700;
	padding:5% 5% 0;
}

#higashimurayama mark {
	background: linear-gradient(transparent 85%, #4cd3c6 85%);
	color:#333
}

#higashimurayama div.youtube {
	background:url(../images/bk01.png) no-repeat,#fffab8;
	width:100%;
	padding: 5% 2%;
	box-sizing: border-box;
}

#higashimurayama .youtube span {
	font-size:16px;
	line-height:1.3;
	display:block;
	background:#fff;
	margin-bottom:2%;
	padding:2%;
	border-radius:50px;
	font-weight:500;
	border:1px solid #ccc
}

#higashimurayama .youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#higashimurayama .area01 {
	background:#f1ea9e;
	padding:5% 2%;
}

.sb_t01 {
	color:#50443f;
	font-size:20px;
	line-height:25px;
	height:45px;
	margin:0 0 30px;
	font-weight:900;
}

.sb_t01 span {
	display:inline-block;
}

.sb_t01::before {
	font-size:30px;
	content: "＼";
}
.sb_t01::after {
	font-size:30px;
	content: "／";
}

.sb_t02 {
	background:#009d8e;
	font-size:20px;
	line-height:1.3;
	margin:0 2% 5%;
	font-weight:700;
	color:#fff;
	padding:3%;
	border-radius:10px;
}

#higashimurayama .ske01 .sb_t02 {
	margin:-7% 2% 2%;
}

.couse{
    margin:2%
}

.couse li div{
	position: relative; 
	background:#fff;
	border-radius:20px;
	font-size:16px;
	line-height:22px;
	text-align:left;
	margin-bottom:10px;
	border:3px solid #605146;
	padding-bottom:20px;
	position: relative;
}

.couse li strong{
	display:block;
	background:#fffab8;
	font-size:20px;
	line-height:1.3;
	font-weight:700;
	border-radius:20px 20px 0 0;
	padding:13px 20px 15px;
	color:#50443f;
	text-align:center
}

.couse .no{
	display:inline-block;
	background:#fff;
	border:3px solid #605146;
	font-size:30px;
	font-weight:900;
	color:#605146;
	border-radius:100%;
	text-align:center;
	padding:10px 12px 12px 12px;
	position: absolute;
	z-index: 2;
	top:-10px;
	left:15px
}

.couse .img01 {
	display:block;
	margin:11px auto 0;
	text-align:center;
}

.couse .img02 {
	position: absolute;
	top: 50px;
	right: 10px;
}

.couse .img03 {
	position: absolute;
	top: 50px;
	right: 10px;
}

.couse .img04 {
	position: absolute;
	top: 40px;
	right: 10px;
}

.couse li div p{
	padding:0 20px;
}

.couse li div .dt01{
	padding:15px 10px 5px;
}

.couse li div p.ki01{
	margin:15px 0 10px;
	padding:0 20px 0;
	font-size:19px;
	line-height:1.3;
	font-weight:700
}

.couse li div p.ki01 span{
	display:block;
	font-size:13px;
}


.couse li div p.ki01 .ki_na01{
	float:left;
	background:#009d8e;
	color:#fff;
	font-weight:700;
	padding:10px;
	margin-right:5px;
	border-radius:10px
}

#higashimurayama .area02 {
	background:#fffab8;
	padding:5% 4%;
}

#higashimurayama .area02 .co01 {
	background:#fff;
	border:3px solid #f594a4;
	font-size:17px;
	line-height:23px;
	font-weight:700;
	padding:3%;
	width:100%;
	border-radius:20px;
	text-align:left;
}

#higashimurayama .area02 .co01_inner {
	display:inline-block;
	background:#fff;
	font-size:17px;
	line-height:23px;
}

#higashimurayama .area02 .setu_obj_01 {
	background:#ea5971;
	font-size:20px;
	padding:3%;
	margin-bottom:10px;
	color:#fff;
	border-radius:10px;
	text-align:center;
}

#higashimurayama .area02 .co01 .date01 {
	padding-top:10px;
}

#higashimurayama .area02 .co01 .date01 .dt_obj01 {
	border:1px solid #CCC;
	display:block;
	margin-bottom:5px;
	padding:4px 10px;
	font-size:15px;
	line-height:1;
	color:#666;
}

#higashimurayama .area02 .co01 .date01 span {
	font-size:22px;
}

#higashimurayama .area02 .co01 .text02 {
	font-size:16px;
	line-height:1.3;
	margin:15px 0 0;
	font-weight:normal
}

#higashimurayama .area03 div{
	margin:4%
}

#higashimurayama .area03 div p{
	padding:5px 0;
}

#higashimurayama .area03 .st03 strong{
	display:block;
	font-size:20px;
	color:#fff;
	background:#009d8e;
	padding:8px;
	border-radius:10px;
	text-align:center
}

#higashimurayama .area03 div span{
	display:block;
	vertical-align:top;
	font-size:17px;
	line-height:20px;
	color:#333;
}

#higashimurayama .area03 div span.bosyu_obj01{
	background:#eee;
	font-size:16px;
	padding:5px 10px;
	border-radius:50px;
	margin:0 0 5px;
	text-align:left;
	font-weight:700
}

#higashimurayama .area03 div span.bosyu_obj02{
	line-height:26px;
	text-align:left;
}

#higashimurayama .area04 {
	padding:5% 2%;
	text-align:center;
	background:#ffefca;
}

#higashimurayama .area05 {
	background:#f1ea9e;
	padding:5% 2%;
}

#higashimurayama .area05_inner  {
	margin:auto;
	font-size:17px;
}

#higashimurayama .area05_inner p {
	text-align:left;
	line-height:1.4
}

#higashimurayama .area05 p.faq_q {
	font-size:17px;
	font-weight:600;
	margin:5px 0 5px 2.5em;
	text-indent:-2.1em;
}

#higashimurayama .area05 p.faq_q::before {
	content:"Ｑ.";
	margin-right:15px;
	color:#009d8e
}

#higashimurayama .area05 p.faq_a {
	font-size:15px;
	font-weight:400;
	margin:5px 0 10px 3em;
	text-indent:-1.6em;
}

#higashimurayama .area05 p.faq_a::before {
	content:"Ａ.";
	margin-right:5px
}

#higashimurayama .footer01 {
	background: #009d8e;
	padding:3% 5% 7%;
	font-size:15px;
	line-height:23px;
	color:#fff;
	font-weight:700;
}

#higashimurayama .footer01 .toiawase01 {
	display: flex;
	align-items: center;
	padding:10px 0;
	font-size:18px;
}

#higashimurayama .footer01 .toiawase01:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background:#fff;
	display: block;
	margin-right:15px;
}

#higashimurayama .footer01 .toiawase01:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background:#fff;
	display: block;
	margin-left:15px;
}

#higashimurayama .footer01 .tel01 strong {
	font-size:25px;
	letter-spacing:1.5;
	font-weight:700
}

#higashimurayama .footer01 .tel01 span {
	font-size:15px;
}