@charset "utf-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.66;
	min-width:inherit;
}
.innerWrap{
	width:100%;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
a:hover,
a:hover img,
.ro:hover{
	opacity:1;
}
.pcCont{
	display: none!important;
}
.spCont{
	display:block;
}
#spMenuOverlay,
#spMenu{
	display: block;
}
/* commons */
.f_left{float:none;}
.f_right{float:none;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■box_inner,block,hd,btn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------
	box_inner
--------------------------------*/
.box_inner{
	padding: 25px 0;
}

/*--------------------------------
	block
--------------------------------*/
.block{
	-webkit-background-size: 60px auto;
	background-size: 60px auto;
	padding: 10px 25px 17px 25px;
	margin-bottom: 15px;
}
.block h4:not(.hd03){
	font-weight:bold;
	font-size:15px !important;
	margin-bottom: 13px !important;
	margin-left:-10px;
	margin-right: -10px;
}
.block .inner{
	padding-top: 0;
}
.block .img{
	float:none;
	width:100%;
	margin-bottom: 15px;
}
.block .img img{
	width: 160px;
	height: auto;
}
.block .f_right,
.block .f_left{
	width:100%;
	padding-top: 0;
}
.block .txt{
	text-align:left;
}
.block .movie{
	margin-top: 0;
	margin-bottom: 15px;
}
.block .movie li{
	width: 100%;
	float:none;
	margin-bottom: 5px;
}
.block .movie li:last-of-type{
	margin-bottom: 0;
}
.block .movie li:nth-of-type(2n){
	float:none;
}
.block .movie li .youtube{
	width:100%;
}
.block .btn02{
	margin-top: 20px;
}

/*--------------------------------
	hd
--------------------------------*/
.hd01{
	margin-bottom: 28px;
}
.hd01 img{
	width: auto;
	height: 44px;
	max-width:100%;
}
#voice .hd01 img{
	height:36px;
}
#plan .hd01 img{
	height:22px;
}
.hd01:before,
.hd01:after{
	width:23px;
	height: 30px;
	-webkit-background-size: 23px 19px;
	background-size: 23px 19px;
}
.hd01:before{
	margin-right: 10px !important;
}
.hd01:after{
	margin-left: 10px !important;
}

.hd02{
	font-size: 15px;
	padding: 6px 10px;
	margin-bottom: 13px;
}

.hd03{
	font-size: 17px;
	margin-bottom: 6px;
}

/*--------------------------------
	btn
--------------------------------*/
.btn01 a{
	width: 100%;
	font-size:13px;
	font-weight:bold;
	padding:12px 0;
}
.btn01 a span{
	width: 100%;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}
/*btn02*/
.btn02 a{
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	width: 100%;
	font-weight:bold;
}
.btn02 a span{
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
	padding:0 20px;
}

/*--------------------------------
box_list
--------------------------------*/
.box_list li{
	width: 100%;
	max-width: inherit;
	padding: 25px;
	margin-bottom: 15px;
}
.box_list li .img + .txt_area{
	margin-top: 10px;
}
.box_list li .txt_area{
	font-size: 12px;
}
/*3つ並び*/
.box_list3:after{
	content: none;
}
.box_list3 li{
	width: 49%;
	padding: 10px;
	margin-bottom: 10px;
	max-width: inherit;
}
.box_list3 .hd02{
	font-size: 13px;
	margin-bottom: 5px;
}

/*--------------------------------
read_area
--------------------------------*/
.hd01 + .read_area{
	margin-top: -10px;
}
.read_area{
	margin-bottom: 20px;
}
.read_area .read_txt{
	font-size: 15px;
}
.read_area .read_txt + .kome{
	margin-top: 6px;
}
.read_area .kome{
	font-size: 11px;
}

/*--------------------------------
notes_box
--------------------------------*/
.notes_box{
	justify-content: flex-start;
}
.notes_box .kome li{
	font-size: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	height:73px;
	background: #fff;
	border-bottom: 1px solid #25143c;
}
header h1{
	position:static;
	margin-left: 0;
	float:left;
	padding: 24px 0 0 10px;
}
header h1 img{
	width: auto;
	height: 28px;
}
header .menuBtn{
	float:right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_img
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_img{
	position:static;
}
/*#main_img .btn01{
	width: 100%;
	position:absolute;
	top:inherit;
	left:0;
	bottom: 11%;
	margin-left: 0;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■type
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#type{
	padding: 12px 0 5px 0;
}
#type h3{
	background-position: left 30px;
	-webkit-background-size: auto 26px;
	background-size: auto 26px;
	margin-bottom: 25px;
}
#type h3:before{
	-webkit-background-size: auto 38px;
	background-size: auto 38px;
	width:159px;
	height:38px;
	top:24px;
	margin-left: -290px;
}
#type h3:after{
	-webkit-background-size: auto 36px;
	background-size: auto 36px;
	width:113px;
	height:36px;
	top:23px;
	margin-left: 135px;
}

#type .innerWrap{
	padding:0 !important;
}
#type .box{
	display:block;
	width:auto;
	padding:0;
	margin-bottom: 25px;
}
#type h4{
	font-size:14px;
	-webkit-background-size: 70px auto;
	background-size: 70px auto;
	padding:12px 0;
	margin: 0 15px 15px 15px;
}
#type h4:after{
	bottom:-8px;
	margin-left: -4px;
	border-width: 8px 4px 0 4px;
}
#type .box ul{
	margin-bottom: 16px;
}
#type .box li{
	width:220px;
	height:252px;
	font-size:10px;
	padding-top: 76px;
	margin-bottom: 0;
	-webkit-background-size: 220px 252px;
	background-size: 220px 252px;
}
#type .box.type03 li.photo08{
	padding-top: 0;
}
#type .box li a{
	position:relative;
	display:block;
	padding-top: 75px;
}
#type .txt_area{
	height:176px;
	padding:75px 12px 2px 12px;
	-webkit-background-size: 219px 176px;
	background-size: 220px 176px;
}
#type .type02 .txt_area{
	padding-top: 86px;
}
#type .box ul{
	margin-bottom: 13px;
}
#type .box li .catch{
	font-size:13px;
	margin-bottom: 7px;
}
#type .box li .anchor{
	font-size:9px;
	width:214px;
	padding-top: 2px;
}
#type .box li .anchor:before,
#type .box li .anchor:after{
	width:6px;
	height: 5px;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
}
#type .box li .anchor:before{
	margin-right: 7px;
}
#type .box li .anchor:after{
	margin-left: 7px;
}
#type .box .btn01{
	background: none;
	min-height:inherit;
	padding-top: 0;
}
#type .box .btn01 a{
	width: 260px;
	font-size:13px;
	padding: 9px 0;
}
#type .box .btn01 a span{
	width: 260px;
	background: url(../../img/ico_arrow06.png) no-repeat 94% center;
	-webkit-background-size: 10px auto;
	background-size:10px auto;
}

#type .box li a:before,
#type .box li a:after{
	width:220px;
	height:252px;
	-webkit-background-size: 220px 252px;
	background-size: 220px 252px;
}
#type .box li a:hover:after{
	opacity:1;
}

/*#type .box.type01 li.photo01 a:after{
	background-image: url(../../img/type_photo01_on.jpg);
}
#type .box.type01 li.photo02 a:after{
	background-image: url(../../img/type_photo02_on.jpg);
}
#type .box.type01 li.photo03 a:after{
	background-image: url(../../img/type_photo03_on.jpg);
}*/
#type .box.type03 li.photo08 a:after{
	background-image: url(../../img/type_photo08_on.jpg);
}

#type .box.type01 li.photo01{
	background-image: url(../../img/type_photo01_on.jpg);
}
#type .box.type01 li.photo02{
	background-image: url(../../img/type_photo02_on.jpg);
}
#type .box.type01 li.photo03{
	background-image: url(../../img/type_photo03_on.jpg);
}
#type .box.type02 li.photo04{
	background-image: url(../../img/type_photo04_on.jpg);
}
#type .box.type02 li.photo05{
	background-image: url(../../img/type_photo05_on.jpg);
}
#type .box.type02 li.photo06{
	background-image: url(../../img/type_photo06_on.jpg);
}
#type .box.type03 li.photo07{
	background-image: url(../../img/type_photo07_on.jpg);
}
#type .box.type03 li.photo09{
	background-image: url(../../img/type_photo09_on.jpg);
}

#type .slider{
	width:100%;
	text-align:center;
}
#type .slick-slide {
	margin:0 10px;
}
#type .slick-prev:before,
#type .slick-next:before {
	color: black;
}
#type .slick-prev,
#type .slick-next{
	left:50%;
	z-index:30;
	height:32px;
	width:32px;
	margin-top: -16px;
	text-indent:-9999px;
}
#type .slick-prev{
	margin-left:-157px;
	background:url(../../img/ico_back.png) no-repeat left center;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}
#type .slick-next{
	margin-left:122px;
	background:url(../../img/ico_next.png) no-repeat left center;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■reservation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.reservation{
	font-weight:bold;
	font-size:13px;
	padding:30px 0;
}
.reservation p strong{
	font-size:18px;
}
.reservation .pr{
	border-width: 1px;
	margin-bottom: 7px;
	padding:4px 27px;
}
.reservation .txt{
	margin-bottom: 10px;
	font-size:12px;
	line-height: 1.5;
}
.reservation .btn{
	margin-bottom: 10px;
}
.reservation .btn a{
	font-size:14px;
	width: 100%;
	padding:12px 0;
}
.reservation .btn a span{
	width: 100%;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}
.reservation .other{
	display:block;
	padding-right: 0;
	margin-bottom: 7px;
}
.reservation .btn_other{
	display:block;
	padding-left: 0;
}
.reservation .btn_other a{
	width: 240px;
	font-size:13px;
	padding: 10px 0;
	line-height: 1.0;
	display:inline-block;
}
.reservation .btn_other a span{
	width: 240px;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■point
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#point:before{
	content:none;
}
#point .main_img{
	margin-bottom: 17px;
}
#point .main_img img{
	width: 100%;
	height: auto;
}
#point .intro{
	margin-bottom: 25px;
}
#point .intro .catch{
	margin-bottom: 13px;
	text-align:center;
}
#point .intro .catch img{
	width: 240px;
	height: auto;
}
#point .intro .sub{
	font-size:16px;
	margin-bottom: 3px;
}

#point .block .point{
	margin-bottom: 8px;
}
#point .block .point img{
	width:auto;
	height: 16px;
}
#point #point05 .img{
	float:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■curriculum
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#curriculum{
	background: #fbf5eb;
}
#curriculum .hd01{
	margin-bottom: 15px;
}
#curriculum .hd01:before{
	margin-right: 6px !important;
}
#curriculum .hd01:after{
	margin-left: 6px !important;
}
#curriculum .hd01 img{
	height:63px;
}
#curriculum .about{
	font-size:inherit;
	height:auto;
	margin-bottom: 15px;
}
#curriculum .about .img{
	position:static;
}
#curriculum .about .img img{
	width: 146px;
	height: auto;
}
#curriculum .about .box{
	padding:107px 30px 14px 30px;
	position:static;
	margin-top: -100px;
}
#curriculum .about .catch{
	font-size:16px;
	line-height: 1.5;
	margin-bottom: 5px;
}

#curriculum .course{
	margin-bottom: 0;
}
#curriculum .course .catch{
	font-size:12px;
}
#curriculum .course .catch span{
	-webkit-background-size: auto 16px;
	background-size: auto 16px;
	padding:0 18px;
}
#curriculum .course h4{
	font-weight:bold;
	font-size:16px;
	line-height:1.43;
	margin-bottom: 15px;
}
#curriculum .course .img{
	margin-bottom: 17px;
}
#curriculum .course .img img{
	width: 100%;
	height: auto;
}
#curriculum .course .txt{
	margin-bottom: 17px;
	text-align:left;
}

#curriculum .block{
	padding-top: 20px;
	margin-bottom: 25px;
}
#curriculum .block .hd{
	font-weight:bold;
	padding: 7px;
	font-size:11px;
}
#curriculum .block .movie{
	position:static;
	margin-top: 15px;
}
#curriculum .block .movie li:nth-of-type(1):after{
	content:"";
	display:inline-block;
	height:20px;
	width: 20px;
	background: url(../../img/ico_arrow05.png) no-repeat center bottom;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	margin-top: 10px;
}

#curriculum .criterion{
	margin-bottom: 15px;
}
#curriculum .criterion .box{
	width: 100%;
	float:none;
	margin-bottom: 30px;
}
#curriculum .criterion .box:last-of-type{
	float:none;
	margin-bottom: 0;
}
#curriculum .criterion h4{
	font-size:15px;
	margin-bottom: 15px;
}
#curriculum .criterion li{
	border-width: 2px;
	margin-bottom: 20px;
	padding: 10px 15px 10px 5px;
}
#curriculum .criterion li:after{
	height: 16px;
	-webkit-background-size: auto 16px;
	background-size: auto 16px;
	bottom:-18px;
}
#curriculum .criterion .year{
	text-align:center;
	margin-bottom: 5px !important;
}
#curriculum .criterion .year img{
	width:60px;
	height:auto;
}
#curriculum .criterion .txt_area{
	width: auto;
	padding: 0 0 0 10px;
	font-size:11px;
	line-height: inherit;
}
#curriculum .criterion h5{
	font-size:13px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
	padding-left: 22px;
}
#curriculum .criterion .kome{
	font-size:9px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#voice{
	background: url(../../img/voice_bg.jpg) no-repeat left top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 25px 0;
}
#voice .box{
	text-align:left;
	float:none;
	width:100%;
	margin-right: 0;
	padding: 0;
	background: #fff;
	margin-bottom: 18px;
	position:relative;
}
#voice .box:last-of-type{
	margin-bottom: 0;
}
#voice .age{
	margin:0;
	top:-10px;
	left:15px;
	font-size:11px;
	min-width:110px;
	padding: 6px 5px;
	height: 24px;
} 
#voice h4{
	font-weight:bold;
	font-size:14px !important;
	padding:23px 20px 14px 20px;
	height: auto;
	background: #f2f2f2;
	margin-bottom: 0;
}
#voice h4.small{
	margin-right: 0;
}
#voice .box .inner{
	overflow:hidden;
	padding:15px 20px 15px 15px;
}
#voice .img{
	float:none;
	text-align:center;
	margin-bottom: 15px;
}
#voice .img img{
	width: 160px;
	height:auto;
}
#voice .txt_area{
	float:none;
	font-size:11px;
	line-height: inherit;
	width: 100%;
}
#voice .txt_area .strong{
	font-size:14px;
	margin-bottom: 3px;
}
#voice .txt_area .txt{
	margin-bottom: 12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■plan
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#plan{
	background: #fbf5eb;
}
#plan .box{
	background: #fff;
	border:1px solid #713d7b;
	margin-bottom: 17px;
}
#plan .other{
	text-align:center;
	color: #fff;
	font-weight:bold;
	margin:18px 0 13px 0;
	padding: 7px 5px;
	background: #713d7b;
	font-size:15px;
}
#plan h4{
	background: url(../../img/btn_anc01.png) no-repeat 96% center #f5f5f5;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:8px 0;
	position:relative;
}
#plan h4.open{
	background-image: url(../../img/btn_anc02.png);
}
#plan h4 img{
	position:absolute;
	left:10px;
	top:-10px;
	width: 23px;
	height:auto;
}
#plan h4 span.icon{
	padding:2px 5px;
	margin-right: 10px;
	font-size:10px;
	position:static;
	vertical-align:middle;
}
#plan .box .inner{
	display:none;
}
#plan h5{
	color:#fff;
	text-align:center;
	font-weight:bold;
	background: #713d7b;
	padding: 5px 0;
}
#plan h5 span{
	font-size:10px;
}
#plan .txt{
	padding: 10px 13px;
}
#plan .txt span{
	font-weight:bold;
	color: #cd1f1f;
}
#plan .txt .kome{
	font-size:10px;
	margin-top: 5px;
}
#plan .txt small.bk{
	display: block;
}
#plan .g05 h4 img{
	top: -13px;
	width:20px;
}
#plan .g06 h4 img{
	top:-3px;
}
#plan .g07 h4 img{
	width:20px;
}
#plan .g08 h4 img{
	width:18px;
	top: -7px;
	left: 11px;
}

#plan .catch{
	font-size:11px;
	line-height: 1.5;
	margin-bottom: 10px;
}
#plan .catch span{
	-webkit-background-size: auto 26px;
	background-size: auto 26px;
	padding:0 18px;
}

#plan .note_txt{
	margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#style{
	background-image: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■step
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#step{
	background-image: none;
}
#step .box_list li{
	padding-top: 33px;
}
#step .box_list .hd02{
	font-size: 14px;
	margin-left: 0;
	padding: 20px 10px 10px;
}
#step .box_list .hd02 .num{
	width: 36px;
	height: 36px;
	left: 50%;
	top: -18px;
	margin: 0 0 0 -18px;
}
#step .box_list .hd02 .num img{
	height: 12px;
}
#step{

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■textbook
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#textbook{
	background-image: none;
}
#textbook .hd01.pcCont:before{
	background-position: left bottom 24px;
}
#textbook .hd01.pcCont:after{
	background-position: right bottom 24px;
}

#textbook .block{
	padding-top: 30px;
	padding-bottom: 30px;
}
#textbook .block .img{
	width: 50%;
	max-width: 205px;
	margin: 0 auto;
}
#textbook .block .f_right{
	width: 100%;
	margin-top: 12px;
}
#textbook .block .hd03{
	text-align: center;
}
#textbook .block .txt{
	font-size: 12px;
}
/*エクササイズブック*/
#textbook .block_book{
	padding-bottom: 30px;
}
#textbook .info_area{
	margin: 15px 0 0 0;
	padding: 12px 68px 12px 12px;
	font-size: 11px;
}
#textbook .info_area .img{
	width: auto;
	height: auto;
	border: 2px solid #fff;
	border-radius: 0;
	right: 10px;
	margin-top: -36px;
}
#textbook .info_area .img img{
	width: 45px;
}

#textbook .score_area{
	border-width: 2px;
	margin: 24px 0 0;
	padding-top: 15px;
}
#textbook .score_area .hd03{
	font-size: 15px;
	text-align: left;
}
#textbook .score_area .step{
	flex-wrap: wrap;
}
#textbook .score_area .step li{
	width: 100%;
	padding-top: 17px;
	padding-bottom: 15px;
	margin-bottom: 16px;
}
#textbook .score_area .step li:after{
	width: 22px;
	height: 16px;
	background: url(../../img/ico_arrow07.png) no-repeat center bottom;
	position: absolute;
	top: auto;
	bottom: -18px;
	right: auto;
	left: 50%;
	margin-left: -11px;
}
#textbook .score_area .step .ttl{
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 5px;
}
#textbook .score_area .step .img{
	max-width: inherit;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer{
	height:auto;
	padding: 10px 0;
}
footer .innerWrap{
	position:static;
	font-size:13px;
}
footer .logo{
	position:static;
}
footer .logo img{
	width: auto;
	height: 52px;
}
footer #pageTop{
	position:static;
	margin-bottom: 25px;
}
footer #pageTop a{
	-webkit-background-size: auto 14px;
	background-size: auto 14px;
	background-position: left center;
	padding: 0 0 0 33px;
}
footer .copyright{
	padding-top: 20px;
	font-size:8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■spMenu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#spMenuOverlay {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 998;
}
#spMenu {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	padding: 0;
	overflow: hidden;
	z-index: 999;
	
}
#spMenu.open {
	display:block;
}
#spMenu .inner {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#spMenu ul{
	border-top: 1px solid #25143c;
	background: #f5f5f5;
	margin-top: 73px;
}
#spMenu ul li{
	border-bottom: 1px solid #ccc;
}
#spMenu ul li a{
	display: block;
	font-size:15px;
	padding: 15px 10px 15px 48px;
	position: relative;
	font-weight:normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 20px center;
	-webkit-background-size: auto 24px;
	background-size: auto 24px;
	background-color: #25143c;
	color: #fff;
}
#spMenu ul li:last-of-type{
	border-bottom: none;
}
#spMenu ul li:nth-of-type(1) a{
	background-image: url(../../img/hd_ico01.png);
}
#spMenu ul li:nth-of-type(2) a{
	background-image: url(../../img/hd_ico02.png);
}
#spMenu ul li:nth-of-type(3) a{
	background-image: url(../../img/hd_ico03.png);
	background-position: 15px center;
}
#spMenu ul li:nth-of-type(4) a{
	background-image: url(../../img/hd_ico04.png);
	background-position: 15px center;
}
/*#spMenu ul li a:after{
	content: "";	
	border-right: 1px solid #25143c;
	border-top: 1px solid #25143c;
	height: 4px;
	width: 4px;
	right: 15px;
	position: absolute;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	top: 50%;
	margin: -2px 0 0 0;
}*/

#spMenu .close{
	position:absolute;
	right:0;
	top:0;
	text-align:center;
	width:100%;
}
#spMenu .close a{
	display:block;
	width:73px;
	height:73px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:1000;
	background: #fff;
	float:right;
}



/*#####################################################################

2019/12
ロゴ変更/料金注意書き追加

#####################################################################*/
header h1 {
	padding: 16px 0 0 30px;
	margin-top: 0;
}
header h1 img {
	max-width: 110px;
	height: auto;
}
.notice {
	margin-bottom: 40px;
	font-size: 10px;
}
