/*------------------------------------------------------------
	RESPONSIVE
------------------------------------------------------------*/
.pconly{display:none;}
.sponly{display:block;}

/*------------------------------------------------------------
	GOTOTOP
------------------------------------------------------------*/
.fixedMenuAdjust{
height:60px;
background:#333;
width:100%;
}

.fixedfoot{
position:fixed;
bottom:0;
left:0;
width:100%;
height:60px;
padding:10px;
background:rgba(0,0,0,0.5);
box-sizing:border-box;
z-index:9999;
}
.fixedfmenu {
overflow:hidden;
}
.fixedfmenu li{
width:48%;
float:left;
margin-right:4%;
}
.fixedfmenu li:last-child{
margin-right:0;
}
.fixedtel a{
display:block;
color:#fff;
background:#cc2728;
text-align:center;
font-weight:bold;
font-size:15px;
line-height:40px;
height:40px;
border-radius:4px;
}

.gototop a{
display:block;
color:#fff;
background:#cc2728;
text-align:center;
font-weight:bold;
font-size:15px;
line-height:40px;
height:40px;
border-radius:4px;
}

/*------------------------------------------------------------
BTNS
------------------------------------------------------------*/
.btn a{
padding:10px 40px;
font-weight:bold;
background:#cc2728;
border-radius:4px;
color:#fff;
text-align:center;
transition:all 0.3s;
}
.btn a:hover{
background:#f00;
}

.btn2 a{
padding:10px 0;
display:block;
font-weight:bold;
border:1px solid #2f9018;
border-radius:4px;
background:#2f9018;
text-align:center;
transition:all 0.3s;
position:relative;
color:#fff;
}

.btn2 a:hover{
background:#fff;
color:#2f9018;
}

.btn2 a::after{
font-family:fontawesome;
content'\f105';
position:absolute;
top:50%;
margin-top:-15px;
right:20px;
}

.btn3 a{
padding:10px 0;
display:block;
font-weight:bold;
border:1px solid #0099e5;
border-radius:30px;
background:#0099e5;
text-align:center;
transition:all 0.3s;
position:relative;
color:#fff;
}

.btn3 a:hover{
background:#fff;
color:#0099e5;
}

.btn3 a::after{
font-family:fontawesome;
content'\f105';
position:absolute;
top:50%;
margin-top:-15px;
right:20px;
}

.btnNeo a{
display:inline;
padding: 3px 10px;
margin-bottom:5px;
}

.sideBtn a{
color:#cc2728;
font-size:16px;
line-height:25px;
text-align:center;
display:block;
transition:all 0.3s;
border:2px solid #cc2728;
padding:10px 0;
font-weight:bold;
position:relative;
}
.sideBtn a::after{
content:'\f105';
font-family:fontawesome;
position:absolute;
top:50%;
margin-top:-12.5px;
right:10px;
}

.sideBtn a span{
display:block;
font-size:11px;
letter-spacing:2px;
color:#999;
}
.sideBtn a:hover{
background:#cc2728;
color:#fff;
}

.sideBtn a:hover span{
color:#fff;
}


/*------------------------------------------------------------
	SP BASIC
------------------------------------------------------------*/
body{
font-size:14px;
line-height:25px;
color:#333;
}


/*------------------------------------------------------------
	SP ADJUSTMENT
------------------------------------------------------------*/

.inner{
width:90%;
margin:0 auto;
}

section{
}

.wrap{
overflow:hidden;
}


/*------------------------------------------------------------
PC TOP SLIDER
------------------------------------------------------------*/

.bx-wrapper{
margin-bottom:0 !important;
}

.bx-viewport {
left: 0;
box-shadow: none;
border: none;
}

.bxslider li{
height:100vh;
overflow:hidden;
}
.slide1{
background:url(img/spslide1.jpg) no-repeat center center;
background-size:cover;
}
.slide2{
background:url(img/spslide2.jpg) no-repeat center center;
background-size:cover;
}
.slide3{
background:url(img/spslide3.jpg) no-repeat center center;
background-size:cover;
}
.slide4{
background:url(img/spslide4.jpg) no-repeat center center;
background-size:cover;
}

.magiotoplink{
  width:300px;
  height:30px;
  position:absolute;
  top:25px;
  margin-top:0px;
  left:10px;
  margin-left:0px;
}

.magiotoplink a{
  padding: 10px 20px;
  font-weight: bold;
/*  background: #cc2728;
*/  border-radius: 4px;
/*   border:solid 2px #cc2728; */
  text-align: center;
  transition: all 0.3s;
  background: #fff;
/*   background: linear-gradient(#ffffff, #ffd3d8);
 */
  color: #cc2728;
	
  background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  background-image:         linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
  box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset,0 2px 10px 0 rgba(255,255,255,.2) inset,0 -2px 2px 0 rgba(0,0,0,.1) inset;
  border: 1px solid rgba(0,0,0,.2);
}

.magiotoplink a:hover{
	color:#fff;
}


.magiologo{
width:300px;
height:30px;
position:absolute;
top:50%;
margin-top:-15px;
left:50%;
margin-left:-150px;
text-align:center;
}
.magiologo img{
max-width:100%;
}

.headCatch{
position:absolute;
top:55%;
left:0;
text-align:center;
width:100%;
}
.headCatch h2{
font-size:18px;
font-weight:bold;
line-height:30px;
text-align:center;
color:#fff;
text-shadow:0 0 10px #999;
}
.headCatch p{
width:80%;
margin:0 auto;
font-size:14px;
font-weight:bold;
text-align:center;
color:#fff;
text-shadow:0 0 10px #999;
}

/*------------------------------------------------------------
	SP PAGE HEADER
------------------------------------------------------------*/
#pheader{
border-top:4px solid #cc2728;
border-bottom:1px solid #dcdcdc;
}
#pheader_inner{
width:90%;
margin:0 auto;
padding:20px 0;
overflow:hidden;
}

.sitelogo{
width:80%;
float:left;
}
.hninka{
margin-bottom:5px;
font-weight:bold;
font-size:12px;
line-height:20px;
}

/*------------------------------------------------------------
	SP MENU BTN (DROWER MENU)
------------------------------------------------------------*/

#menubtn{
color:#fff;
display:block;
position:fixed;
top:15px;
right:10px;
width:44px;
height:44px;
background:#cc2728;
border-radius:6px;
text-align:center;
font-size:21px;
line-height:44px;
z-index:9999;
}

#menubtn.active{
color:#fff;
}

#menubox{
width:100%;
margin:0 auto;
position:fixed;
top:0;
left:0;
background:#fff;
padding:30px 15px 0;
display:none;
z-index:9000;
box-sizing:border-box;
height:100vh;
border:3px solid #cc2728;
}

.menulogo{
width:80%;
margin-bottom:20px;
}

.menubox_inner{
height:90%;
overflow:auto;
}

#menubox ul{
margin-bottom:20px;
}

#menubox ul li{
position:relative;
border-bottom:1px dotted #dcdcdc;
}

h4.menuTitle{
padding:10px 0;
color:#000;
font-size:15px;
line-height:20px;
}


#menubox ul li:last-child{
border:0;
}
#menubox ul li {
color:#cc2728;
font-weight:bold;
letter-spacing:4px;
display:block;
font-size:13px;
line-height:20px;
}

#menubox ul li a{
color:#cc2728;
font-weight:bold;
letter-spacing:4px;
display:block;
font-size:13px;
padding:10px 10px;
line-height:20px;
}

#menubox ul li::after {
position: absolute;
top: 45%;
right: 10px;
display: block;
content: '';
width: 4px;
height: 4px;
border-top:1px solid #bdb76b;
border-right:1px solid #bdb76b;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

#menubox ul li ul.sub{
height:100%;
}

.spMenuBtn a{
border:2px solid #cc2728;
color:#cc2728;
font-size:18px;
line-height:20px;
padding:10px;
text-align:center;
display:block;
font-weight:bold;
border-radius:4px;
}
.spMenuBtn a span{
display:block;
font-size:10px;
color:#999;
line-height:15px;
}





/*------------------------------------------------------------
PC TOPPAGE INDEX0
------------------------------------------------------------*/
#index0{
width:90%;
margin:0 auto;
padding:40px 0;
overflow:hidden;
}
#index0 h2{
font-size:18px;
line-height:30px;
margin-bottom:20px;
color:#cc2728;
text-align:center;
}
#index0 h2 span{
display:inline-block;
border-top:1px solid #cc2728;
border-bottom:1px solid #cc2728;
padding:5px 10px;
}

.points{}

.points li{
overflow:hidden;
margin-bottom:40px;
}
.points li:last-child{
margin:0;
}
.num{
float:left;
display:inline-block;
font-size:30px;
line-height:30px;
width:40px;
text-align:center;
font-weight:bold;
}
.pointsText{
margin-left:50px;
padding-left:20px;
border-left:5px solid #cc2728;
}
#index0 h3{
font-size:18px;
line-height:30px;
margin-bottom:10px;
}






.index0L{
margin-bottom:20px;
}

.index0R{
}




#index1{
background:#fffcf9;
}

#index1_inner{
width:90%;
margin:0 auto;
padding:40px 0;
overflow:hidden;
}
.index1L{
margin-bottom:40px;
}
.index1R{
}

#index1 h3{
color:#cc2728;
font-size:18px;
text-align:center;
line-height:30px;
margin-bottom:10px;
border-bottom:2px solid #cc2728;
}

.feed{
margin-bottom:20px;
}
.feed li{
position:relative;
border-bottom:1px dashed #eee;
transition:all 0.3s;
padding:10px;
}
.feed li:last-child{
border-bottom:0;
}
.feed li:hover{
background:#fff;
}

.feed li a.feedLink{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
}

.feedTitle{
color:#f00;
}
.feedTitle span{
display:inline-block;
margin-right:10px;
font-size:13px;
color:#666;
font-weight:bold;
}

/*------------------------------------------------------------
PC TOP INDEX2
------------------------------------------------------------*/
#index2{
width:90%;
margin:0 auto;
padding:40px 0;
overflow:hidden;
}

#index2 h2{
font-size:20px;
line-height:30px;
margin-bottom:30px;
color:#cc2728;
text-align:center;
}
#index2 h2 span{
display:inline-block;
border-top:1px solid #cc2728;
border-bottom:1px solid #cc2728;
padding:5px 20px;
}


.index2L{
}
.index2R{
}

.schoolList{
margin-left:0.5em;
margin-bottom:30px;
}

.schoolList dt{
width:5em;
}

.schoolList dd{
margin-left:6em;
margin-top:-25px;
}

.schoolList dd span{
display:inline-block;
}


/*------------------------------------------------------------
PC TOP INDEX3
------------------------------------------------------------*/
#index3{
width:90%;
margin:0 auto;
padding:0 0 40px;
overflow:hidden;
}

#index3 h2{
font-size:20px;
line-height:30px;
margin-bottom:30px;
color:#cc2728;
text-align:center;
}

.licenses{
overflow:hidden;
}
.licenses li{
width:48%;
float:left;
margin-right:4%;
position:relative;
transition:all 0.3s;
}
.licenses li:nth-child(2n){
margin-right:0;
}

.licenses li a.licLink{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
}
.licenses li:hover{
opacity:0.7;
filter:alpha(opacity=70);
}

.licenses li:last-child{
margin-right:0;
}
#index3 h3{
font-size:13px;
text-align:center;
color:#cc2728;
line-height:20px;
}


/*------------------------------------------------------------
SP PAGE LAYOUT
------------------------------------------------------------*/
#content_wrap{
width:90%;
margin:0 auto 50px;
overflow:hidden;
padding-top:20px;
}

#main{
margin-bottom:40px;
}

#side{
}

/*------------------------------------------------------------
	SP PAGE EXPLAINATION
------------------------------------------------------------*/
.appflows{
margin-bottom:30px;
}
.appflows li{
padding-bottom:30px;
}
.appflows li img{
text-align:center;
margin:0 auto;
display:block;
}



/*------------------------------------------------------------
SP SCHOOL SINGLE
------------------------------------------------------------*/
#school h2{
font-size:18px;
line-height:30px;
padding-left:10px;
border-left:3px solid #cc2728;
margin-bottom:20px;
}

#school h3{
font-size:16px;
padding-left:10px;
border-left:3px solid #cc2728;
margin-bottom:10px;
line-height:20px;
}

#school section{
margin-bottom:40px;
}

.schoolInfo{
overflow:hidden;
/*margin-bottom:40px;*/
}
.schoolInfoL{
margin-bottom:20px;
}

.schoolInfoVideo{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.schoolInfoVideo iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.schoolInfoR{
}

.school_license{
overflow:hidden;
margin-bottom:20px;
}
.school_license li{
float:left;
width:36px;
height:36px;
border:2px solid #cc2728;
border-radius:4px;
margin-right:10px;
box-sizing:border-box;
}
.school_license li:last-child{
margin:0;
}

.school_option{
overflow:hidden;
}
.school_option li{
float:left;
width:36px;
height:36px;
border:2px solid #cc2728;
border-radius:4px;
margin-right:10px;
box-sizing:border-box;
margin-bottom:20px;
}

/*
.school_navi{
overflow:hidden;
}
.school_navi li{
float:left;
width:75px;
height:75px;
border:2px solid #2f9018;
border-radius:4px;
margin-right:5%;
box-sizing:border-box;
margin-bottom:20px;
}
.school_navi li.fork_link{
background:url(img/fork_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.school_navi li.koiku_link{
background:url(img/koiku_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.school_navi li.yukaue_link{
background:url(img/yukaue_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.school_navi li.tamakake_link{
background:url(img/tamakake_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.school_navi li.hai_link{
background:url(img/hai_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.school_navi li.fees_access_link{
background:url(img/fees_access_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.school_navi li a {
width:100%;
height:100%;
display:block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}	

.school_navi li:hover {
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;	
}	
*/

.school_navi{
overflow:hidden;
}
.school_navi li{
float:left;
width: 110px;
height:55px;
border:1px solid #2f9018;
border-radius:2px;
margin-right:10px;
box-sizing:border-box;
margin-bottom:20px;
text-align:center;
background:url(img/inverted_triangle.png) no-repeat center bottom #2f9018;
background-size:20px 12px;
}
.school_navi li.fork_link,
.school_navi li.koiku_link,
.school_navi li.yukaue_link,
.school_navi li.tamakake_link,
.school_navi li.hai_link,
.school_navi li.fees_access_link
{
background:url(img/inverted_triangle.png) no-repeat center bottom #2f9018;
background-size:20px 14px;
} 
  
.school_navi li.mr0{
margin-right:0px;
}
.school_navi li a {
width: 110px;
height:50px;
padding-top:5px;
text-indent: 0;
white-space: normal;
overflow: auto;
font-size:10px;
line-height: 17px;
color:#fff;
display:block;
} 

.school_navi li a span{
    font-size:10px;
}


.schoolPriceTitle{
overflow:hidden;
}

.schoolPrice{
overflow:hidden;
padding:20px 0;
}
.schoolPrice li,
.schoolPriceTitle li{
float:left;
width:30%;
margin-right:5%;
}
.schoolPrice li:last-child,
.schoolPriceTitle li:last-child{
margin-right:0;
}

.schoolSubject{
font-weight:bold;
}

.course_navi{
overflow:hidden;
}
.course_navi li{
float:left;
width:75px;
height:75px;
border:2px solid #2f9018;
border-radius:4px;
margin-right:5%;
box-sizing:border-box;
margin-bottom:20px;
}

.course_navi li.course35_link{
background:url(img/course35_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.course_navi li.course31_link{
background:url(img/course31_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	
.course_navi li.course11_link{
background:url(img/course11_link.png) no-repeat center center #2f9018;
background-size:75px 75px;
}	

.course_navi li a {
width:100%;
height:100%;
display:block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}	

.course_navi li:hover {
opacity: 0.7;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;	
}	

.coursePrice dt{
float:left;
width:10em;
}
.coursePrice dd{
font-weight:bold;
color:#cc2728;
width:8em;
float:right;
text-align:right;
}

.textPrice{
font-weight:bold;
color:#cc2728;
text-align:right;
}

.otherL{
}

.lm1{
margin-bottom:30px;
}

.lm1 li{
background:url(img/lm_gray8.png) no-repeat left 8.5px;
padding-left:18px;
}

.daytime{
margin-bottom:30px;
}

.daytime dt{
width:5em;
}
.daytime dd{
color:#cc2728;
font-weight:bold;
margin-left:8em;
margin-top:-30px;
}

.reservation_end {
    max-width: 820px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.reservation_end span {
    font-size:14px;
    font-weight: normal;    
}



.mapR{
}

.mapWrap{
margin-bottom:30px;
}


#shopmap{
width:100% !important;
height:300px !important;
}

.btn_ctype {
  margin: 10px;
  width: 80%;
}

.btn_ctype a{
background-size:40px;
padding:10px 40px 10px 50px;
display:block;
font-weight:bold;
border:1px solid #0099e5;
border-radius:4px;
background-color:#0099e5;
text-align:center;
transition:all 0.3s;
position:relative;
color:#fff;
background-repeat: no-repeat;
background-position: left center;
}

.btn_ctype a:hover{
background:#fff;
color:#0099e5;
}

.btn_ctype a::after{
font-family:fontawesome;
content'\f105';
position:absolute;
top:50%;
margin-top:-15px;
right:20px;
}

.btn_fork a{
background-image: url(img/fork_w.png);
}

.btn_koiku a{
/*background:url(img/koiku_vector.png) no-repeat left center;*/
background-image: url(img/koiku_w.png);
}

.btn_yukaue a{
background-image: url(img/yukaue_w.png);
}

.btn_tamakake a{
background-image: url(img/tamakake_w.png);
}

.btn_hai a{
background-image: url(img/hai_w.png);
}


#school h3.course_forklift{
background:url(img/fork.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:24px;
}

#school h3.course_unic{
background:url(img/koiku.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}
#school h3.course_yukaue{
background:url(img/yukaue.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}

#school h3.course_tamakake{
background:url(img/tamakake.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}

#school h3.course_hai{
background:url(img/hai.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}

#school h3.course_calendar{
background:url(img/calendar.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}

#school h3.course_time{
background:url(img/time.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}
	
#school h3.course_calendar{
background:url(img/calendar.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}

#school h3.course_baggage{
background:url(img/bag.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}	

#school h3.course_access{
background:url(img/map.png) no-repeat left center;
background-size:30px;
border-bottom:1px solid #000;
border-left:0;
padding-left:30px;
margin-bottom:20px;
line-height:30px;
font-size:18px;
}	

.chushaku{
font-size:13px;
font-weight:normal;
color:#666;
}


.forkcourse,
.koikucourse,
.tamakakecourse,
.haicourse{
overflow:hidden;
margin-bottom:20px;
}

.forkcourse li{
width:100%;
margin-bottom:10px;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#fff9f9;
border-radius:8px;
border:1px solid #ffe0e0;
}

.koikucourse li{
width:100%;
margin-bottom:10px;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#f4fff9;
border-radius:8px;
border:1px solid #e0ffe0;
}


.tamakakecourse li{
width:100%;
margin-bottom:10px;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#f4f9ff;
border-radius:8px;
border:1px solid #e0efff;
}

.haicourse li{
width:100%;
margin-bottom:10px;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#fffff4;
border-radius:8px;
border:1px solid #ff0;
}

.forkInfo li{
float:none;
width:100%;
padding:0 0 0 12px;
background:url(img/lm_gray8.png) no-repeat left 7px;
border:0 !important;
margin:0 !important;
}

.forkcourse h4,
.koikucourse h4,
.tamakakecourse h4,
.haicourse h4{
text-align:center;
color:#cc2728;
font-size:15px;
line-height:30px;
}
.forkcourse h4 span,
.koikucourse h4 span,
.tamakakecourse h4 span,
.haicourse h4 span{
display:block;
font-size:15px;
color:#666;
}

.forkcourse h5,
.koikucourse h5,
.tamakakecourse h5,
.haicourse h5{
font-size:13px;
line-height:20px;
text-align:center;
color:#666;
margin-bottom:10px;
}

.course_inner{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
}

.course_inner2{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
}
.course_inner3{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
}
.course_inner4{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
}
.courseYen{
color:#cc2728;
font-weight:bold;
text-align:center;
font-size:20px;
line-height:30px;
}
.courseYen span{
display:inline-block;
font-size:13px;
color:#666;
font-weight:normal;
}

.motimono{
background:#fff9f4;
border:1px solid #dcd3b2;
padding:20px 20px 15px;
box-sizing:border-box;
}
.documents{
padding:10px 15px;
border:1px solid #dcd3b2;
background:#fff;
margin-bottom:10px;
}
.docu li{
display:inline-block;
margin-right:15px;
background:url(img/lm_gray8.png) no-repeat left 11px;
font-size:14px;
line-height:30px;
padding-left:15px;
}
.belo li{
display:inline-block;
margin-right:15px;
background:url(img/lm_gray8.png) no-repeat left 11px;
font-size:14px;
line-height:30px;
padding-left:15px;
}

.meeting{
overflow:hidden;
}
.meeting li{
width:100%;
margin-bottom:15px;
}

.schoolContent{
}





/*------------------------------------------------------------
PC CATEGORY TOPICS & HELPFUL
------------------------------------------------------------*/
.archive h3{
font-size:16px;
line-height:30px;
border-bottom:1px solid #000;
margin-bottom:20px;
}

.archive li{
padding:20px 0;
border-bottom:1px dotted #dcdcdc;
}
.archive li:last-child{
border:0;
}

.archives{
margin-bottom:20px;
padding:0 10px;
}


.postinfo{
font-size:11px;
line-height:16px;
}

/*------------------------------------------------------------
SP CATEGORY SCHOOL
------------------------------------------------------------*/
#area h2{
font-size:18px;
line-height:30px;
padding-left:10px;
border-left:3px solid #cc2728;
}

.area{
margin-bottom:40px;
}

.area li{
padding:20px 0;
border-bottom:1px dotted #dcdcdc;
overflow:hidden;
position:relative;
}
.area li:last-child{
border:0;
}
.area li a.catLink{
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.schoolThumb{
margin-bottom:10px;
text-align:center;
}
.schoolVideo{
  margin: 0 auto;
  position:relative;
  width:100%;
  max-width: 400px;
  padding-top:56.25%;
}
.schoolVideo iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.schoolText{
}
#area h3{
font-size:18px;
color:#cc2728;
line-height:30px;
margin-bottom:10px;
}
#area h3 span{
font-size:14px;
display:inline-block;
margin-right:10px;
}

.add{
font-size:14px;
line-height:20px;
margin-bottom:10px;
}
#area h4{
background:url(img/listmark_square_gray.png) no-repeat left center;
padding-left:24px;
font-size:14px;
line-height:24px;
margin-bottom:10px;
}
.cat_license{
overflow:hidden;
margin-bottom:10px;
}
.cat_license li{
float:left;
border:1px solid #cc2728;
border-radius:4px;
margin-right:5px;
width:50px;
padding:0;
background:#fff;
}
.cat_license li:last-child{
border:1px solid #cc2728;
}

.cat_option{
overflow:hidden;
}
.cat_option li{
width:50px;
padding:0;
float:left;
border:1px solid #cc2728;
border-radius:4px;
margin-right:5px;
background:#fff;
}
.cat_option li:last-child{
border:1px solid #cc2728;
}


/*

*/
.reserve_area h2{
/* font-size:18px;
line-height:30px;
padding-left:10px;
border-left:3px solid #cc2728; */
}

.reserve_area{
margin-bottom:40px;
}

.reserve_area li{
padding:20px 0;
border-bottom:1px dotted #dcdcdc;
overflow:hidden;
position:relative;
}
.reserve_area li:last-child{
border:0;
}
.reserve_area li a.catLink{
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.reserve_area .schoolText2 h3{
font-size:24px;
color:#cc2728;
line-height:30px;
margin-bottom:10px;
}
.reserve_area h3 span{
font-size: 20px;
display:inline-block;
margin-right:10px;
}

.reserve_area h4{
border-left:3px solid #cc2728;
padding-left:10px;
line-height:24px;
}

.reserve_area p.license{
padding-left:10px;
font-size:14px;
}

/*------------------------------------------------------------
SP PAGE MAIN
------------------------------------------------------------*/
#main h2,
#fullw h2{
font-size:18px;
line-height:30px;
padding-left:10px;
border-left:3px solid #cc2728;
margin-bottom:20px;
}

#main section,
#fullw section{
margin-bottom:40px;
}


#main h3.mid01,
#fullw h3.mid01{
font-size:16px;
line-height:25px;
margin-bottom:10px;
}
#main h3.mid01 span,
#fullw h3.mid01 span{
display:inline-block;
width:25px;
height:25px;
border-radius:12.5px;
margin-right:10px;
background:#cc2728;
color:#fff;
text-align:center;
font-weight:bold;
}

#main h3.mid02,
#fullw h3.mid02{
font-size:16px;
line-height:25px;
margin-bottom:20px;
}
#main h3.mid02 span,
#fullw h3.mid02 span{
display:inline-block;
border-left:3px solid #cc2728;
border-right:3px solid #cc2728;
padding:0 10px;
}

#main h4.mid01,
#fullw h4.mid01{
font-size:16px;
line-height:25px;
margin-bottom:5px;
}
#main h4.mid01 span,
#fullw h4.mid01 span{
background:#f66;
color:#fff;
display:inline-block;
padding:0 10px;
}

#main h4.mid02,
#fullw h4.mid02{
font-size:16px;
line-height:25px;
margin-bottom:5px;
}
#main h4.mid02 span,
#fullw h4.mid02 span{
background:#6cc;
color:#fff;
display:inline-block;
padding:0 10px;
}



/*------------------------------------------------------------
SP SIDE
------------------------------------------------------------*/

#side h2{
border-bottom:1px solid #000;
}

#side h3{
font-size:18px;
margin-bottom:10px;
border-left:4px solid #cc2728;
padding-left:10px;
}

.sideList{
margin-bottom:20px;
}
.sideList li{
overflow:hidden;
padding:10px 0;
border-bottom:1px dotted #dcdcdc;
position:relative;
}
.sideList li:last-child{
border:0;
}

.sideThumb{
width:80px;
float:left;
}
.sideText{
margin-left:90px;
overflow:hidden;
}
.sideText h4{
color:#cc2728;
font-size:18px;
line-height:20px;
margin:5px 0;
}


.sideList li:hover .sidePostTitle{
color:#cc2728;
}

.sideList li a.sideLink{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
}
.sideList li a:hover{
color:#f63bb2;
}

.lList{
overflow:hidden;
}
.lList li{
float:left;
margin:0 5px 5px 0;
font-size:11px;
line-height:18px;
font-weight:bold;
border:0;
}
.lList li.icon_fork{
padding:0 5px;
color:#fff;
background:#6cc;
border-radius:2px;
}
.lList li.icon_koiku{
padding:0 5px;
color:#fff;
background:#fc0;
border-radius:2px;
}
.lList li.icon_tamakake{
padding:0 5px;
color:#fff;
background:#09f;
border-radius:2px;
}
.lList li.icon_hai{
padding:0 5px;
color:#fff;
background:#f66;
border-radius:2px;
}
.lList li.icon_yukaku{
padding:0 5px;
color:#fff;
background:#ff7800;
border-radius:2px;
}

.sideAdd{
font-size:12px;
line-height:20px;
margin-bottom:5px;
}

.sidePostTitle{
font-size:14px;
line-height:20px;
height:60px;
overflow:hidden;
margin-bottom:5px;
}
.sidePostInfo{
text-align:right;
font-size:12px;
line-height:15px;
color:#999;
font-style:italic;
margin-right:10px;
}

/*------------------------------------------------------------
	BLOCKQUOTE
------------------------------------------------------------*/
.bq1{
background:#f8f8f8;
border:1px solid #dcdcdc;
border-radius:4px;
padding:15px 20px;
width:100%;
box-sizing:border-box;
}


/*------------------------------------------------------------
PC PAGE FAQ
------------------------------------------------------------*/
.faq dt{
font-size:16px;
line-height:30px;
margin-bottom:15px;
font-weight:bold;
background:url(img/capital_q.png) no-repeat left top;
background-size:30px;
padding-left:40px;
}

.faq dd{
background:url(img/capital_a.png) no-repeat left top;
background-size:30px;
padding-left:40px;
margin-left:20px;
font-size:18px;
line-height:30px;
margin-bottom:40px;
}

.faq_new {
  clear: both;
  display:none;
  padding-top:20px;
}

.faq_new dt{
font-size:16px;
line-height:30px;
margin-bottom:15px;
font-weight:bold;
background:url(img/capital_q.png) no-repeat left top;
background-size:30px;
padding-left:40px;
}

.faq_new dd{
background:url(img/capital_a.png) no-repeat left top;
background-size:30px;
padding-left:40px;
margin-left:20px;
font-size:18px;
line-height:30px;
margin-bottom:40px;
}


#main .slidetoggle_menu{
  clear: both;
  width:100%;
}
#main h2.slidetoggle_menu{
  padding: 5px 0px 5px 10px;
}
#main h3.slidetoggle_menu {
  font-size:16px;
  line-height:25px;
  padding-top:20px;
  padding-bottom:20px;
}

#main .slidetoggle_menu span,
#fullw .slidetoggle_menu span{
/*  float:left;*/
  display:inline-block;
  border-left:3px solid #cc2728;
  padding:0 10px;
}
#main .slidetoggle_menu button,
#fullw .slidetoggle_menu button{
	float:right;
	width:200px;
  margin-right: 15px;
	line-height: 25px;
	color: white;
  font-size:14px;
  border:1px solid #0099e5;
  background:#0099e5;
  filter: drop-shadow(1px 1px 1px #035b87);
}
#main .slidetoggle_menu button:hover,
#fullw .slidetoggle_menu button:hover
{
  font-size:14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.8;
}

#main .slidetoggle_menu button.close,
#fullw .slidetoggle_menu button.close{
	color: #0099e5;
	background-color: white;
}
#main .slidetoggle_menu button.close:hover,
#fullw .slidetoggle_menu button.close:hover{
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.8;
}

/*
reserve_course
*/
#main div.reserve_course,
#fullw div.reserve_course{
  clear: both;
  display: none;
  margin: 20px 0 50px 10px;
}

#main div.reserve_course p,
#fullw div.reserve_course p{
  margin-top: 30px;
  color:#cc2728;
}

#main div.reserve_course_inner,
#fullw div.reserve_course_inner{
  margin: 15px 0px;
  padding: 10px 0px 30px 0px;
  border:solid 1px silver;
  width: 98%;
}

#main div.reserve_course_inner .reserve_course_box,
#fullw div.reserve_course_inner .reserve_course_box{
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
}

p.cost {
  width: 100%;
  text-align: center;
  margin-top: 0px!important;
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 14px;
}

div.reserve_course_inner p{
  color:#000!important;
  padding:3px 0 3px 10px;
}

div.reserve_course_inner ul {
  margin: 10px 0 10px 10px;
  padding-bottom:10px;
}

div.reserve_course_inner li {
  font-size:12px;
  width: 96%;
}
div.reserve_course_inner .emp {
  font-size:18px;
  font-weight: bold;
  color:#cc2728;
}


.reserve_course .btn,#reserve_confirm .btn{
  width: 100%;
  text-align: center;
  margin: 30px 0 30px 0;
}


.f35 {
    background-color: #CCFFFF;
    margin: 0 auto;
}

.f31{
    background-color: #93FFAB;
    margin: 0 auto;
}
.f11{
    background-color: #FFD5EC;
    margin: 0 auto;
}


#reserve_confirm p.description_text{
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
}

#reserve_confirm span{
}

#reserve_confirm p.course{
width: 90%;
margin: 0 auto;
font-size:16px;
line-height:24px;
padding: 20px 0 0 0;
}

#reserve_confirm p.btn_description{
font-size:0.9em;
line-height: 20px;
margin: 0 auto;
padding: 0;
width: 80%;
}

#reserve_confirm .description_box2 {
border:solid 0px #CCCCCC;
margin: 40px 0 20px 0;
border-radius: 5px;
padding: 0px 0px 8px 0px;
background-color: yellow;
box-shadow: 2px 2px rgba(0,0,0,0.4);
}    

#reserve_confirm p.description_text_title2 {
margin: 0;
width: 100%;
background-color:#cc2728;
color:#fff;
font-weight: bold;
}

#reserve_confirm p.description_text2 {
padding: 0px 0 0 20px;
font-size: 1.0em;
line-height: 2.0;
letter-spacing: 0.05em;

color:#cc2728;
}

#reserve_confirm p.description_text_sub2 {
margin: 0 0 0px 20px;
padding: 0;
font-size: 0.9em;
line-height: 2.50;
letter-spacing: 0.05em;
}

/*------------------------------------------------------------
PC PAGE SUMMARY
------------------------------------------------------------*/
.summaryCatch{
text-align:center;
color:#cc2728;
font-size:18px;
line-height:30px;
margin-bottom:30px;
font-weight:bold;
}

.summaryT{
width:100%;
border:1px solid #dcdcdc;
font-size:14px;
line-height:25px;
}
.summaryT thead tr{
border-bottom:3px double #dcdcdc;
background:#f8f8f8;
}
.summaryT thead th,
.summaryT thead td{
border:1px solid #dcdcdc;
padding:10px;
}

.summaryT tbody th,
.summaryT tbody td{
border:1px solid #dcdcdc;
padding:10px;
}
.summaryT tbody th{
}

.summaryT tbody tr:nth-child(even){
background:#FFFCF9;
}

/*------------------------------------------------------------
PC PAGE BENEFIT SYSTEM
------------------------------------------------------------*/
.decimal li{
list-style-type:decimal;
margin-left:1.5em;
}


/*------------------------------------------------------------
SP FOOTER
------------------------------------------------------------*/
#footer{
background:#cc2728;
padding:40px 0 30px;
text-align:center;
color:#fff;
}
.ninka{
font-size:14px;
font-weight:bold;
margin-bottom:20px;
}
.flogo{
margin-bottom:40px;
width:60%;
margin:0 auto;
}
.ftel{
font-size:30px;
line-height:40px;
margin-bottom:10px;
font-weight:bold;
}
.fdesk{
font-size:12px;
line-height:20px;
font-weight:bold;
margin-bottom:20px;
}

.fmenus{
overflow:hidden;
margin:0 auto;
width:90%;
}
.fmenus li{
margin-bottom:10px;
}
.fmenus li:last-child{
margin-right:0;
}
.fmenus li a{
border-radius:4px;
color:#fff;
font-size:14px;
font-weight:bold;
text-align:center;
display:block;
padding:0 20px;
border:1px solid #fff;
line-height:40px;
}

.copy{
text-align:center;
padding:10px 0;
background:#333;
color:#fff;
font-size:11px;
line-height:15px;
}

a.PDFLink {
	background-image:url(img/pdf_download.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px 25px;
    padding-left: 20px;
    padding: 6px 28px 6px 0px;
    margin-right: 5px;
}

a.DownloadLink {
    background-image: url(img/download_link_on.png);
    background-repeat: no-repeat;
    background-position: left 7px center;
    background-size: 17px 17px;
    padding: 1px 5px 1px 30px;
    /* border: solid 1px #2f9018; */
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 15px;
    /* white-space: nowrap; */
    text-decoration: underline;
    font-weight: bold;
}

span.circle {
	display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 15px;
    background: #cc2728;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.due_date_warning {
    background-image: url(img/00002563_d5c3bf.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    background-color: yellow;
    color: #cc2728;
    font-weight: bold;
    text-align: center;
    border: 1px #cc2728 solid;
    width: 80%;
    margin: 0 auto;
    padding: 10px 5px 10px 45px;
    letter-spacing: .2em;
}


.fbanner{
width:94%;
margin:30px auto 0;
}
.fbanner li{
width:100%;
text-align:left;
margin-bottom:10px;
}
.fbanner li img{
margin-bottom:5px;
}

.fbanner li:last-child{
margin-bottom:0;
}
