
@charset "utf-8";

/* RESPONSIVE BOTH---------------------------------------------------- */

body {
	background: #fff;
	color: #333;
}

img {
	max-width:100%;
}

.contents {
    margin: 0 auto;
	overflow:hidden;
}

.contents_inr {
    width: 100%;
    margin: 0;
    color: #333;
}

.notice{
	padding:5px 0;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
}

.notice a{
	text-decoration:underline;
	color:#ff3300;
}

.navigation,#infscr-loading{
	text-align: center;
}

.navigation a{
	background:#f64141;
	border-radius: 50px;
	padding:10px 20px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	display: inline-block;
}

/* RESPONSIVE PC---------------------------------------------------- */

@media screen and (min-width: 765px) {

.hide_pc{
	display:none;
}

/*::::::::::contents::::::::::*/

.contents {
    width: 840px;
}

.contents_inr {
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    color: #333;
}

/*::::::::::contents::::::::::*/

/*::::::::::中身::::::::::*/

.white{
	margin:0;
}

header{
	margin:0;
	padding:0;
	position:relative;
}

header ul{
	display:table;
	table-layout:fixed;
	width:100%;
	margin:15px 0;
}

header ul li{
	display:table-cell;
	vertical-align:top;
}

header a:hover{opacity:0.8;}

.header_text{
	display:table;
	width:100%;
	margin:30px 0;
}

.header_text div{
	display:table-cell;
	vertical-align:bottom;
}

.header_text div.pickup{
	width:375px;
	vertical-align:top;
	line-height:1.4;
	font-size:14px;
}

.header_text div.pickup section{
	position:relative;
}

.header_text div.pickup section p{
	position:absolute;
	top:0;
	right:0;
}

.header_text div.pickup section p a:hover{
	opacity:0.8;
}

.header_text div.pickup p.mi{
	font-size:110%;
	font-weight:bold;
	color:#f64141;
	margin-top:10px;
}

/*--nav--*/
	nav article .social{
		position:absolute;
		top:5px;
		right:0;
		color:#000;
		font-weight:700;
	}
	
	nav{
	width: 100%;
	}
	.not{
		margin-right: 0px;
	}
    
    nav article {
       vertical-align: middle;
       /* margin-right: 48px; */
       /* padding-right: 27px; */
       width: 100%;
       margin-top: 15px;
    }
    
    nav article a{
        text-decoration: none;
        margin-right: 32px;
        margin-top: 20px;
        color: #f64141;
        font-size: 13.5px;
        font-weight: bold;
    }
/*--nav--*/
    
.banner{
		margin:30px 0;
	}

.banner a:hover img{
	opacity:0.8;
	}

.article{
	padding:0;
}

.article ul{
	display:table;
	width:100%;
}

.article ul li{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

.article_inner_left{
	background:#eee;
	border:1px solid #dbd9d9;
	margin:0 5px 15px  0;
}

.article_inner_right{
	background:#eee;
	border:1px solid #dbd9d9;
	margin:0 0 15px 5px;
}

.title{
	height:70px;
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
	line-height:0;
	position:relative;
}

.title p{
	margin:0;
	padding:10px;
	line-height:1;
}

.title p span{
	position:absolute;
	top:30px;
	left:70px;
}

.photo{
	width:413px;
	height:413px;
	overflow:hidden;
	text-align:center;
}

.photo img{
	width:100%;
	height:100%;
}
.cap{
	height:145px;
	margin:0;
	padding:0;
	color:#000;
	line-height:1.4;
	font-size:14px;
}

.cap p{
	margin:0;
	padding:10px;
	line-height:1.4;
}

#oubo {
	background:#fde3e0;
	margin:30px 0 50px;
	width:100%;
	border-top:1px solid #d2b0ac;
	border-bottom:1px solid #d2b0ac;
}

.navigation{
	padding:30px 0;
}

#oubo section{
	width: 840px;
	margin:0 auto;
	padding:30px 0;
}

#oubo section ul{
	display:table;
	width:100%;
	margin-bottom:20px;
}

#oubo section ul li{
	display:table-cell;
	vertical-align:bottom;
	padding:10px 0;
	line-height:1.4;
}

#oubo section ul li:last-child{
	width:270px;
	text-align:center;
}
#oubo section ul li:last-child a:hover{
	opacity:0.8;
}

.notice{
	font-size:12px;
	line-height:1.4;
}

/*::::::::::中身::::::::::*/

/*::::::::::付属物::::::::::*/

#pagetop{
	position:fixed;
	bottom:0;
	right:30px;
	line-height:0;
}

.cr {
	text-align: center;
	color:#000;
	margin:20px 0 50px;
	font-size:11px;
}

.school{
	margin:30px auto 0;
	text-align: center;
}

.school img{
	width:125px;
}

.school a:hover{opacity:0.8;}

/*::::::::::付属物::::::::::*/

}

/* RESPONSIVE SP---------------------------------------------------- */

@media screen and (max-width: 765px) {

.hide_sp{
	display:none;
}
/*::::::::::contents::::::::::*/

/*::::::::::contents::::::::::*/

    
/*::::::::::nav::::::::::*/
    
    body{
        position: relative;
    }
    
    nav.nav_sp{
        height: 40px;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        padding:5px 10px;
        box-sizing: border-box;
        border-bottom: 1px #f64141 solid;
    }
    
    .sollogo{
        width: 18%;
    }
    .social a img{
        width: 14%;
    }
    
    nav.nav_sp article{
        position: relative;
    }
    
    .social{
        position: absolute;
        top: 0;
        right: 0px;
        margin-top: 2px;
        width: 50%;
        text-align: -webkit-center;
        text-align: center;
    }
    
    
    .hamburger{
        margin-top: 2px;
    }
    
    .bar{
        width: 40px;
        height: 3px;
        background-color: black;
        margin: 2px auto;
    }
    .bar.top,.bar.middle{
        margin-bottom: 3px;
    }
    
    .bar {
   -webkit-transition: all .7s ease;
   -moz-transition: all .7s ease;
   -ms-transition: all .7s ease;
   -o-transition: all .7s ease;
   transition: all .7s ease;
 }
    
    .col {
   display: inline-block;
   width: 50px;
   text-align: center;
   height: auto;
   z-index: 2000;
 }
    
    .col.absolute{
        position: absolute;
        top: 5px;
        right: -7px;
    }
    
    .con .top.active{
    -webkit-transform: translateY(4.5px) rotateZ(45deg) translateX(2px);
   -moz-transform: translateY(4.5px) rotateZ(45deg) translateX(2px);
   -ms-transform: translateY(4.5px) rotateZ(45deg) translateX(2px);
   -o-transform: translateY(4.5px) rotateZ(45deg) translateX(2px);
   transform: translateY(4.5px) rotateZ(45deg) translateX(2px);
 }
    
    .con .bottom.active{
   -webkit-transform: translateY(-6.5px) rotateZ(-44deg);
   -moz-transform: translateY(-6.5px) rotateZ(-44deg);
   -ms-transform: translateY(-6.5px) rotateZ(-44deg);
   -o-transform: translateY(-6.5px) rotateZ(-44deg);
   transform: translateY(-6.5px) rotateZ(-44deg);
 }
 
 .con .middle.active {
   width: 0;
 }
    
.globalMenuSp{
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background: #fff;
color: #000;
text-align: center;
width: 100%;
height: 100%;
padding-top: 40px;
    }    

.globalMenuSp div{
    display: table;
    table-layout: fixed;
    margin: 0 3%;
    }

.globalMenuSp div .close{
    position: absolute;
    top: 15px;
    right: 42px;
    font-size: 10px;
    }
    
.menu_l,.menu_r{ 
 display: table-cell;
 width: 50%;
 font-size: 20px;
 font-weight: bold;
 line-height: 2.2;
 text-align: left;
    }
 
.menu_l li a,.menu_r li a{
text-decoration: none;
color: #413210;
    }
    
    .fix{
        position: fixed;
        top:11px;
        right: 3px;
    }
    
/*::::::::::nav::::::::::*/
    
/*::::::::::中身::::::::::*/

.white{
	margin:0;
}

header{
	margin-top: 40px;
	padding:0;
	line-height:0;
}

header img{
	width:100%;
}

.header_text{
	margin:0;
}

.text{
	border-top:1px solid #f64141;
	border-bottom:1px solid #f64141;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:1.2;
	padding:5px 0;
}

.header_text div.pickup{
	line-height:1.4;
	font-size:14px;
	margin:20px 0;
}

img.pick_icon{
	width:40%;
}

.header_text div.pickup{
	margin:20px 5px;
}
.header_text div.pickup section{
	position:relative;
}

.header_text div.pickup section p{
	position:absolute;
	top:0;
	width:100%;
	text-align:right;
}

.header_text div.pickup section p a img{
	width:50%;
}

.header_text div.pickup p.mi{
	font-size:110%;
	font-weight:bold;
	color:#f64141;
	margin-top:10px;
}

.banner{
	margin:20px 0;
	padding:0 10px;
	}

.banner img{
	width:100%;
	}

.article{
	padding:0;
	background:#fff;
}

.article ul{
	display:block;
	width:100%;
}

.article ul li{
	display:block;
	width:100%;
	vertical-align:top;
}

.article_inner_left,.article_inner_right{
	background:#eee;
	border-top:1px solid #dbd9d9;
	border-bottom:1px solid #dbd9d9;
	margin:0 0 20px;
}

.title{
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
	line-height:0;
	position:relative;
}

.title p{
	margin:0;
	padding:10px;
	line-height:1;
}

.title p img{
	width:10%;
}

.title p span{
	position:absolute;
	top:35%;
	left:15%;
}

.photo{
	text-align:center;
}

.photo img{
	width:100%;
}
.cap{
	margin:0;
	padding:0;
	color:#000;
	line-height:1.4;
	font-size:14px;
}

.cap p{
	margin:0;
	padding:5px;
	line-height:1.4;
	font-size:12px;
}

#oubo {
	background:#fde3e0;
	margin:20px 0;
	width:100%;
	border-top:1px solid #d2b0ac;
	border-bottom:1px solid #d2b0ac;
}

#oubo section{
	margin:0 auto 15px;
	padding:15px 5px 0;
}

#oubo section ul{
	display:block;
	width:100%;
	margin-bottom:20px;
}

#oubo section ul li{
	display:block;
	vertical-align:top;
	padding: 0 0 5px;
	line-height:1.4;
	font-size:14px;
}

#oubo section ul li span{
	font-weight:bold;
	color:#24b5f2;
	font-size:18px;
}

#oubo section ul li p.syuku_icon{
	display:inline;
	background:#f64141;
	color:#fff;
	font-weight:bold;
	padding:3px 6px;
	border-radius:5px;
	margin:0 5px 0 0;
	line-height:2.0;
}

#oubo section ul li:last-child{
	text-align:center;
}

#oubo section ul li:last-child img{
	width:50%;
}

.notice{
	font-size:11px;
	line-height:1.4;
}

/*::::::::::中身::::::::::*/

/*::::::::::付属物::::::::::*/

#pagetop{
	position:fixed;
	bottom:0;
	right:5px;
	line-height:0;
}

.cr {
	text-align: center;
	color:#000;
	margin:20px 0 50px;
	font-size:11px;
}

.school{
	margin:30px auto 0;
	text-align: center;
}

.school img{
	width:125px;
}

.school a:hover{opacity:0.8;}

/*::::::::::付属物::::::::::*/

}
