@charset "UTF-8";

/***************************************************

	共通コンテンツ部

***************************************************/
body , html {

}

body{
	position: relative;
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "メイリオ", Meiryo,  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,sans-serif;
	line-height: 1.8;
	word-wrap: break-word;
}

.mincho{
	font-family: A1 Mincho,Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.en01{
	font-family: 'Raleway', sans-serif;
}

.pc-on{ display: block!important; }
.sp-on{ display: none !important; }

a:hover.opacity img,
a:hover.opacity,
a:hover img{
	/*opacity: 0.8;*/
}

a img,
a:hover img{
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.fade image,
.fade{
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.w-fit{
	width: 100%;
	height: auto;
}

.h-fit{
	width: auto;
	height: 100%;
}

.center{
	text-align: center;
}

a{
	color: #0099ff;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

.anchor{
	margin-top: -120px;
	padding-top: 120px;
}

::selection {
	background:#E8E8E8;
}

::-moz-selection {
	background:#E8E8E8;
}

strong{
	font-weight: bold;
}


.small {font-size:80%;}
.price {font-size:160%;}
.noon {background:#ff6666;}
.night {background:#6699ff;}



.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f23{font-size:23px;}
.f24{font-size:24px;}
.f25{font-size:25px;}
.f26{font-size:26px;}
.f27{font-size:27px;}
.f28{font-size:28px;}
.f29{font-size:29px;}
.f30{font-size:30px;}
.bold{font-weight: bold;}






/********** layout *********/

#wrapper{

}

#wrapper{
	margin-top: 83px;
}

.wrapper{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}


.content-wrapp{
	margin: 0px 0 60px;
	padding: 0px 0 0;
}


/********** header *********/

header#header{
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 24px 0;
}

header#header.bg{
	background: #e43e50;
}

header#header.active{
	background: #e43e50;
	padding: 16px 0;
}

header#header .wrapper{
	display: table;
	/*width: 1200px;
	margin: 0 auto;*/
}

header#header #navi,
header#header #logo{
	display: table-cell;
	vertical-align: middle;
}

header#header #logo{
	width: 300px;
}

header#header #navi{
	width: auto;
}

header#header #navi .menu-trigger{
	display: none;
}

header#header #navi nav{
	float: right;
}

header#header #navi nav ul{
	display: table;
}

header#header #navi nav ul li{
	display: table-cell;
	vertical-align: middle;
}

header#header #navi nav ul li a{
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,.75);
	padding: 0 1em;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

header#header #navi nav li a:hover,
header#header #navi nav li.current a{
	color: rgba(255,255,255,1);
	border-bottom: 2px solid #e38cb7;
}

header#header #navi nav li.reservation a:hover,
header#header #navi nav li.reservation.current a{
	border-bottom: 2px solid transparent;
}

header#header #navi nav li a .bt{
	display: inline-block;
	line-height: 1;
	border: 1px solid #fff;
	padding: 6px 12px;
	border-radius: 4px;
}

header#header #navi nav li a:hover .bt,
header#header #navi nav li.current a .bt{
	background: #fff;
	color: #e43e50;

}

header#header #navi nav li a i{
	margin-right: 6px;
}





/********** main *********/

main{
	padding: 0 0 80px;

}






/********** footer *********/

#page-top{
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	z-index: 999;
	width: 100px;
}

#page-top a:hover img,
#page-top a:hover{
	opacity: 1;
}

#page-top:hover{
	animation: hurueru .2s  infinite;
}

@keyframes hurueru {
	0% {transform: translate(0px, 0px) rotateZ(0deg)}
	25% {transform: translate(2px, 2px) rotateZ(1deg)}
	50% {transform: translate(0px, 2px) rotateZ(0deg)}
	75% {transform: translate(2px, 0px) rotateZ(-1deg)}
	100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


footer{
	background: #4169e1;
	padding: 48px 0 16px;
}

footer #footer_main{
	/*width: 1200px;*/
	margin: 0 auto;*/
	display: table;
	font-size: 14px;
}

footer #footer_main .footer-box{
	display: table-cell;
	vertical-align: top;
}

footer #footer_main .footer-box a{
	display: block;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding-left: 17px;
	position: relative;
}

footer #footer_main .footer-box.type04 a:before,
footer #footer_main .footer-box.type03 a:before,
footer #footer_main .footer-box.type02 a:before,
footer #footer_main .footer-box.type01 a:before{
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}


footer #footer_main .footer-box > ul > li{
	margin: 0 0 8px;
}

footer #footer_main .footer-box .area-listbox > li{
	float: left;
	width: 140px;
}

footer #footer_main .footer-box .area-listbox > li.li02{
	width: 86px;
}

footer #footer_main .footer-box .area-listbox > li.li03{
	width: 158px;
}

footer #footer_main .footer-box .area-listbox > li > ul{
	margin: 0 0 12px;
}

footer #footer_main .footer-box .area-listbox > li > ul > li{
	margin: 0 0 8px;
}

footer #footer_main .footer-box.type01{
	width: 283px;
}

footer #footer_main .footer-box.type02{
	width: 146px;
}

footer #footer_main .footer-box.type03{
	width: 175px;
}

footer #footer_main .footer-box.type04{
	width: 180px;
}

footer #footer_main .footer-box .f-title{
	color: #fff;
	margin: 0 0 6px;
}

footer #footer_main .footer-box .f-area{
	color: #fff;
	margin: 0 0 6px;
}


footer #footer_main .footer-box.type05{
	text-align: center;
}

footer #footer_main .footer-box.type05 .sns{
	display: inline-block;
	margin: 18px 0 0;
}

footer #footer_main .footer-box.type05 .sns li{
	display: inline-block;
	font-size: 32px;
	margin: 0 8px;
}

footer #footer_main .footer-box.type05 .sns li a{
	padding: 0;
}

footer #copyright{
	font-size: 13px;
	text-align: center;
	color: #fff;
}




/********** contents *********/

#breadcrumbs{
	margin: 0 auto 40px;
}

#breadcrumbs .bc-wrapp{
	width: 1200px;
	margin: 0 auto;
}

#page h1{
	text-align: center;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 50px 0;
	color: #BF8080;
}

#page h1 span{
	font-weight: bold;
}

.column-single h3,
h2{
	text-align: center;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 40px;
	color: #BF8080;
}

.column-single h3 span,
h2 span{
	position: relative;
	display: block;
	font-weight: bold;
	letter-spacing: 3px;
	box-shadow: 0px 6px 3px -3px rgba(219,196,196,0.6);
	padding: 20px 20px;
	color: #C89393;
	background: #FDFBFB;
}

/*
.column-single h3 span::after,
.column-single h3 span::before,
h2 span::after,
h2 span::before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	top: -2px;
}

.column-single h3 span::before,
h2 span::before{
	background: #e43e50;
	left: -40px;
}

.column-single h3 span::after,
h2 span::after{
	background: #4169e1;
	right: -35px;
}
*/



h3.heading,
h2.heading{
	color: #fff;
	line-height: 1.2;
}

h3.heading span,
h2.heading span{
	box-shadow: none;
	padding: 0;
}

h2.heading span::after,
h2.heading span::before{
	width: 0;
	height: 0;
}


h3.heading span.char,
h2.heading span.char{
	text-shadow:1px 1px 0 rgba(0,0,0,0.6), -1px -1px 0 rgba(0,0,0,0.6),
		-1px 1px 0 rgba(0,0,0,0.6), 1px -1px 0 rgba(0,0,0,0.6),
		0px 1px 0 rgba(0,0,0,0.6),  0-1px 0 rgba(0,0,0,0.6),
		-1px 0 0 rgba(0,0,0,0.6), 1px 0 0 rgba(0,0,0,0.6);
}


#page h2{
	text-align: left;
	border-top: none;
	border-bottom: none;
	border-left: 10px solid #4169e1;
	line-height: 1;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 0 14px;
	margin: 0 0 40px;
}


#page .cont-wrapp{
	margin: 0 6%;
}



p{
	line-height: 1.6;
	margin: 0 0 1em;
}


#in-house_info .section-block{
	padding: 82px 0 0;
}





/*------ Maysonry ------*/

.list_container{
	width: auto;
	margin: 0 auto;
	position: relative;
}

.list_container .item{
	margin: 10px;
	width: 240px;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 6px;
	box-sizing: border-box;

	-webkit-transition: all 0.2s linear;
	-webkit-transition: -webkit-all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.list_container .item a{
	display: block;
}

.list_container .item img {
	width: 100%;
}

.list_container .item:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/*------ shopリスト系 ------*/

#shop-list .item {
	margin: 10px;
	width: 240px;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 6px;
	box-sizing: border-box;
}

#shop-list .item a{
	color: #000;
	text-decoration: none;
}

#shop-list .item .image{
	display: block;
	margin: 0 0 14px;
}

#shop-list .item .title{
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 9px;
}

#shop-list .item .phone{
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 11px;
}

#shop-list .item .phone i{
	margin-right: 6px;
}

#shop-list .item a .more{
	background: #4169e1;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 31px;
	border-radius: 4px;
}

#shop-list .item a:hover .more{
	background: #e43e50;
}




/*------ 関連カテゴリーリンク ------*/

.cat_wrapp{
	margin: 0 0 40px;
	position: relative;
	overflow: hidden;
}

.cat_wrapp ul{
	position: relative;
	left: 50%;
	float: left;
}

.cat_wrapp ul li{
	position: relative;
	left: -50%;
	float: left;
	display: inline-block;
	margin: 0 10px 20px;

}

.cat_wrapp ul li a{
	display: block;
	line-height: 1;
	padding: 6px 8px;
	background: #ccc;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
}



/*------ 投稿記事表示 ------*/

.readmore_btn{
	width: 180px !important;
	margin: -17px auto 60px;
	background: #e43e50;
	line-height: 1;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
}

.post_cont_wrapp{
	margin: 0 0 60px;
}

.post_cont{
	max-width: 1060px;
	margin: 0 auto 40px;
}

.post_cont .text_box{
	margin: 0 6%;
}


.upcont-wrapp{
	border: 2px solid #ccc;
	padding: 20px 0 0;
	border-radius: 8px;
}



/*------ クーポンフッター ------*/

#cont-linkbox{
	width: 860px;
	margin: 120px auto 0;
	position: relative;
	overflow: hidden;
}

#cont-linkbox ul{
	position: relative;
	left: 50%;
	float: left;
}

#cont-linkbox ul li{
	position: relative;
	left: -50%;
	float: left;
	width: 200px;
	margin: 0 30px;
}

#cont-linkbox ul li a{
	display: block;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background: #4169e1;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 86px 0 0;
}

#cont-linkbox ul li a:hover{
	background: #e43e50;
}

#cont-linkbox ul li a span{
	display: block;
}

#cont-linkbox ul li a span.m-title{
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 8px;
	text-shadow:1px 1px 2px #13216e;
}

#cont-linkbox ul li a span.s-title{
	font-size: 15px;
	line-height: 1.4;
}





/********** 404 **********/

#notfound-wrap{
	text-align: center;
	padding: 180px 0 70px;
}

#notfound-wrap h1{
	font-size: 70px;
	color: #4169e1;
	font-weight: bold;
	margin: 0 0 24px;
}

#notfound-wrap h2{
	color: #4169e1;
}



/********** 固定ページ **********/







/********* single ********/

#column-single-head{
	margin: 0 20px 14px;
}

#column-single-head .category{
	float: left;
}

#column-single-head .category .c-icon{
	margin: 0 8px 0 0;
}

#column-single-head .category .c-icon a{
	display: inline-block;
	background: #6FC7C8;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	padding: 6px 12px;

}

#column-single-head .category .c-icon a:hover{
	opacity: 0.8;
}

#column-single-head .category .c-icon a.baguio_school{
	background: #0F4A24;
}

#column-single-head .category .c-icon a.baguio{
	background: #3399FF;
}

#column-single-head .category .c-icon a.student_life{
	background: #FA962C;
}

#column-single-head .category .c-icon a.learning_english{
	background: #FF3333;
}

#column-single-head .date{
	float: right;
	text-align: right;
	font-size: 14px;
}


.sns{
	text-align: right;
	margin: 0 20px;
}

.sns .sns-link{
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	overflow: hidden;
    margin: 0 0 0 10px;
}

.sns .sns-link li a img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}

.sns .sns-link:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


.column-single #main_image{
	margin: 0 0 40px;
	text-align: center;
}

.column-single #main_caption{
	margin: 0 20px 40px;
}

.column-single .normal_wrapp{
	max-width: 960px;
	margin: 0 auto 40px;
}

.column-single .text_box{
	margin: 0 20px;
}

.column-single .text_box p{
	margin: 0 0 16px;
}

.column-single .text_box p:last-child{
	margin-bottom: 0;
}

.column-single h4{
	text-align: center;
	margin: 0 0 30px;
}

.column-single h4 span{
	display: inline-block;
	position: relative;
	line-height: 1.4;
	padding: 0 30px 8px;
	margin: 0 20px;
	font-size: 20px;
	border-bottom: 1px solid #C89393;
}

.column-single h4 span:before{
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	width: 8px;
	height: 30px;
	background: #C89393;
	border-radius: 4px;
}

.column-single h4 span:after{
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	width: 8px;
	height: 30px;
	background: #C89393;
	border-radius: 4px;
}

.column-single h5{
	position: relative;
	display: inline-block;
	padding-left: 24px;
	margin: 0 20px 8px;
	font-size: 20px;
	font-weight: bold;
}

.column-single h5:before {
	content: '';
	width: 18px;
	height: 18px;
	background: #E32D62;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
}

.column-single h5:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 7px #ffffff;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -4px;
}


.column-single .image_box{
	margin: 0 20px 40px;
	text-align: center;
}

.column-single .image_box.left{
	float: left;
	width: 40%;
	margin: 0 15px 12px 20px;
}

.column-single .image_box.right{
	float: right;
	width: 40%;
	margin: 0 20px 12px 15px;
}

.column-single .map_box{
	margin: 0 20px 40px;
}

.column-single .map_box iframe{
	width: 100%;
	height: 260px;
}

.column-single .link_box_image,
.column-single .link_box{
	margin: 0 20px 40px;
}

.column-single .link_box a{
	display: inline-block;
	background-image: url(/images/common/icon_link02.png);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	background-color: #fff;
	background-size: 24px;
	padding: 4px 26px 6px 36px;
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	text-decoration: none;
}

.column-single .link_box a:hover{
	background-color: #50BCBC;
	color: #fff;
}


#toc{
	border: 1px solid #e6e6e6;
	padding: 15px;
	margin: 0 0 40px;
	border-radius: 6px;
}

#toc ol li a{
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 0 4px 8px;
	line-height: 1.2;
}

#toc ol li a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #E32D62;
    position: absolute;
    top: 11px;
    left: 0;
    margin-top: -4px;
    display: inline-block;
}

.talk_wrapp{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 680px;
	margin: 0 auto 40px;
}

.talk_wrapp.right{
	flex-direction: row-reverse;
}

.talk_wrapp .image_box{
	width: 140px;
	margin: 0 !important;
	padding: 0 !important;
}

.talk_wrapp .image_box .img_wrapp{
	display: block;
	width: 140px;
	text-align: center;
}

.talk_wrapp .image_box .img_wrapp img{
	width: 100%;
	height: auto;
}

.talk_wrapp .text_box{
	width: 540px;
	margin: 0 !important;
	padding: 0 0 0 40px !important;
	box-sizing: border-box;
}

.talk_wrapp.right .text_box{
	padding: 0 40px 0 0 !important;
}

.talk_wrapp .text_box .text_wrapp{
	display: block;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	padding: 6px;
	border-radius: 10px;
	position: relative;
}

.talk_wrapp .text_box .text_wrapp:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

.talk_wrapp .text_box .text_wrapp:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -29px;
	margin-top: -14px;
	border: 14px solid transparent;
	z-index: 1;
}

.talk_wrapp.right .text_box .text_wrapp:before {
	left: auto;
	right: -24px;
	border-left: 12px solid #FFF;
	border-right: 12px solid transparent;
}

.talk_wrapp.right .text_box .text_wrapp:after {
	left: auto;
	right: -29px;
	border-right: 14px solid transparent;
}


/********** システムページ共有 *********/

#wrapper h1{
	text-align: center;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0 70px;
	color: #BF8080;
}

#wrapper h1 span{
	position: relative;
	display: block;
	font-weight: bold;
	letter-spacing: 3px;
	box-shadow: 0px 6px 5px -3px rgba(219,196,196,0.6);
	padding: 20px 0;
	color: #C89393;
	background: #FDFBFB;
}


#news h2,
#handling_model h2,
#in-house_info h2{
	margin: 0 0 0;
	padding: 50px 0;
}

#news .caption,
#handling_model .caption,
#in-house_info .caption{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 50px;
}













/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

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

html { font-size: 62.5%; }
body {
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}

.sp-on{ display: block !important; }
.pc-on{ display: none !important; }


.anchor{
	margin-top: -80px;
	padding-top: 80px;
}


/********** layout *********/

#wrapper{
	margin-top: 0px;
}

.wrapper{
	max-width: 100%;
	margin: 0 0;
}

.content-wrapp{
	margin: 0px 0 40px;
	padding: 0px 0 0;
}



/********** header *********/

header#header{
	padding: 0;
}

header#header .wrapper{
	display: table;
	/*width: 100%;
	margin: 0 auto;*/
	overflow-x: hidden;
	position: relative;
}

header#header #navi,
header#header #logo{
	display: block;
}

header#header #logo{
	width: 47%;
	position: absolute;
	top: 16px;
	left: 6%;
}

header#header #navi{
	width: auto;
}

header#header #navi .menu-trigger{
	display: inline-block;
}

header#header #navi nav{
	float: none;
}

header#header #navi nav ul{
	display: block;
}

header#header #navi nav ul li{
	display: block;
}

header#header #navi nav ul li a{
	font-size: 1.6rem;
	color: rgba(255,255,255,1);
	padding: .7em 1em;
	border-bottom: 1px solid #fff;
	text-align: left;
	position: relative;
}

header#header #navi nav ul li.reservation.current a,
header#header #navi nav ul li.reservation a{
	border-bottom: none;
	text-align: center;
}

header#header #navi nav li a:hover,
header#header #navi nav li.current a{
	color: rgba(255,255,255,1);
	border-bottom: 1px solid #fff;
}

header#header #navi nav ul li a:after{
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #fff;
	position: absolute;
	top: 50%;
	right: 6%;
	margin-top: -4px;
}

header#header #navi nav ul li.reservation a:after{
	border: none;
}

header#header #navi nav li a .bt{
	padding: 6px 0;
	width: 90%;
	text-align: center;
	background: #fff;
	color: #e43e50;
	font-size: 1.8rem;
	font-weight: bold;
}

header#header #navi nav li a:hover .bt,
header#header #navi nav li.current a .bt{
	background: #fff;
	color: #e43e50;

}


#sp_banner{
	width: 90%;
	margin: 0 auto 20px;
	border-radius: 8px;
	overflow: hidden;
}


.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
    position: fixed;
    top: 0;
    left: 0;
}

.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}


.menu-trigger {
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 13px;
	right: 4%;
	z-index: 100;
	background: #000;
	border-radius: 50%;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 9px;
	width: 50%;
	height: 2px;
	background-color: #fff;
	transition: all .5s;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 11px
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 17px;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 9px;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-6px) rotate(45deg);
}
 
nav {
	width: 238px;
	height: 100%;
	padding-top: 60px;
	background-color: #4169e1;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(250px);
	transition: all .5s;
	box-shadow:-1px 0px 8px 2px #171717;
}

nav.open {
  transform: translateZ(0);
}

nav li {
	color: #fff;
	text-align: center;
	padding: 0 0;
}





/********** main *********/

main {
	padding: 0 0 0;
	transition: all .5s;
}

main.open {
	transform: translateX(-250px);
}


/********** footer *********/

#page-top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
}

#page-top a:hover img,
#page-top a:hover{
	opacity: 1;
}

#page-top:hover{
	animation: hurueru .2s  infinite;
}

@keyframes hurueru {
	0% {transform: translate(0px, 0px) rotateZ(0deg)}
	25% {transform: translate(2px, 2px) rotateZ(1deg)}
	50% {transform: translate(0px, 2px) rotateZ(0deg)}
	75% {transform: translate(2px, 0px) rotateZ(-1deg)}
	100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


footer{
	padding: 0 0 14px;
}

footer #footer_main{
	/*width: auto;
	margin: 0 auto;*/
	display: block;
	font-size: 1.4rem;
}

footer #footer_main .footer-box{
	display: block;
}

footer #footer_main .footer-box a{
	padding: 18px 6% 18px 47px;
	border-bottom: 1px solid #fff;
}

footer #footer_main .footer-box ul li ul li a{
	background: #708FE4;
}

footer #footer_main .footer-box.type04 a:before,
footer #footer_main .footer-box.type03 a:before,
footer #footer_main .footer-box.type02 a:before,
footer #footer_main .footer-box.type01 a:before{
	content: "■";
	position: absolute;
	top: 18px;
	left: 6%;
	display: inline-block;
}


footer #footer_main .footer-box > ul > li{
	margin: 0;
}

footer #footer_main .footer-box .area-listbox > li{
	float: none;
	width: auto;
}

footer #footer_main .footer-box .area-listbox > li.li02{
	width: auto;
}

footer #footer_main .footer-box .area-listbox > li.li03{
	width: auto;
}

footer #footer_main .footer-box .area-listbox > li > ul{
	margin: 0 0 0;
}

footer #footer_main .footer-box .area-listbox > li > ul > li{
	margin: 0 0 0;
}

footer #footer_main .footer-box.type01{
	width: auto;
}

footer #footer_main .footer-box.type02{
	width: auto;
}

footer #footer_main .footer-box.type03{
	width: auto;
}

footer #footer_main .footer-box.type04{
	width: auto
}

footer #footer_main .footer-box .f-title{
	display: block;
	width: 100%;
	margin: 0 ;
	padding: 6px 6%;
	border-bottom: 1px solid #fff;
	position: relative;
}

footer #footer_main .footer-box .f-title:after{
	content: '';
	width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -6px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

footer #footer_main .footer-box .f-title.active:after{
    margin-top: -2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

footer #footer_main .footer-box .f-area{
	display: none;
}


footer #footer_main .footer-box.type05{
	padding: 30px 0 16px;
}

footer #footer_main .footer-box.type05 .footer-logo{
	width: 60%;
	margin: 0 auto;
}

footer #footer_main .footer-box.type05 .sns{
	display: inline-block;
	margin: 22px 0 20px;
}

footer #footer_main .footer-box.type05 .sns li{
	display: inline-block;
	font-size: 4.3rem;
	margin: 0 12px;
}

footer #footer_main .footer-box.type05 .sns li a{
	padding: 0;
	border-bottom: none;
}

footer #copyright{
	font-size: 1.1rem;
}






/********** contents *********/

#breadcrumbs .bc-wrapp {
    width: auto;
    margin: 0 6%;
    font-size: 1.2rem;
}

#page h1{
	font-size: 1.8rem;
	padding: 30px 6%;
	line-height: 1.2;
}


.column-single h3,
h2{
	font-size: 1.8rem;
	padding: 8px 0;
	margin: 0 0 20px;
	line-height: 1.4;
}

.column-single h3 span,
h2 span {
	padding: 15px 14px;
}

/*
.column-single h3 span::after,
.column-single h3 span::before,
h2 span::after,
h2 span::before {
	width: 16px;
	height: 16px;
	top: 4px;
}

.column-single h3 span::before,
h2 span::before {
	left: -30px;
}

.column-single h3 span::after,
h2 span::after {
	right: -26px;
}
*/


#page h2{
	text-align: left;
	border-top: none;
	border-bottom: none;
	border-left: 10px solid #4169e1;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0 0 0 14px;
	margin: 0 0 20px;
}


#in-house_info .section-block{
	padding: 0px 0 0;
}





/*------ Maysonry ------*/

.list_container{
	width: auto;
	margin: 0 6%;
	position: relative;
}

.list_container .item{
	float: left;
	margin: 0 0 20px;
	width: 48%;
	padding: 6px;
}

.list_container .item:nth-child(even){
	float: right;
}



/*------ shopリスト系 ------*/

#shop-list .list_container{
	margin: 0 6%;
	width: 88% !important;
}

#shop-list .item {
	margin: 0 0 18px;;
	width: auto;
	padding: 4px;
}

#shop-list .item  .shoplink-wrapp{
	display: table;
	width: 100%;
}

#shop-list .item .text-wrapp,
#shop-list .item .image{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

#shop-list .item .text-wrapp{
	padding: 0 0 0 6px;
}

#shop-list .item .image{
	width: 38%;
}

#shop-list .item .title{
	font-size: 1.6rem;
	margin: 0 0 16px;
}

#shop-list .item .phone{
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 0 16px;
}

#shop-list .item .phone i{
	margin-right: 6px;
}

#shop-list .item .more a{
	background: #4169e1;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 21px;
	border-radius: 4px;
	font-size: 1.2rem;
	
}

#shop-list .item .more a:hover{
	background: #e43e50;
}



/*------ 投稿記事表示 ------*/

.readmore_btn{
	width: 60% !important;
	margin: -17px auto 40px;
	padding: 8px 0;
}

.post_cont_wrapp{
	margin: 0 0 60px;
}

.post_cont{
	max-width: 100%;
	margin: 0 auto 40px;
}

.post_cont .text_box{
	margin: 0;
}


.upcont-wrapp{
	width: auto !important;
	padding: 10px 10px 0;
	margin: 0 6%;
}



/*------ クーポンフッター ------*/

#cont-linkbox{
	width: auto;
	margin: 40px 6% 40px;
}

#cont-linkbox ul{
	left: 0;
	float: none;
}

#cont-linkbox ul li{
	left: 0;
	float: none;
	width: 100%;
	margin: 0 auto 18px;
}

#cont-linkbox ul li a{
	width: auto;
	height: auto;
	border-radius: 6px;
	padding: 12px 0;
}

#cont-linkbox ul li a span.m-title{
	font-size: 1.8rem;
	margin: 0 0 8px;
}

#cont-linkbox ul li a span.s-title{
	font-size: 1.4rem;
}





/********** 404 **********/

#notfound-wrap{
	text-align: center;
	padding: 60px 0 10px;
}

#notfound-wrap h1{
	font-size: 3.0rem;
	margin: 0 0 0;
}


/********** 固定ページ **********/





/********* single ********/

#column-single-head{
	margin: 0 0px 14px;
}

#column-single-head .category{
	float: none;
	margin: 0 0 8px;
}

#column-single-head .category .c-icon a{
	font-size: 1.2rem;
}

#column-single-head .date{
	float: none;
	text-align: left;
	font-size: 1.4rem;
	margin: 0 6%;
}


.sns{
	text-align: center;
	margin: 0 0 12px;
}

.sns .sns-link{
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	overflow: hidden;
    margin: 0 14px;
}


.column-single #main_image{
	margin: 0 0 20px;
}

.column-single #main_caption{
	margin: 0 0px 20px;
}

.column-single .text_box{
	margin: 0 6% 20px;
}

.column-single .text_box p{
	margin: 0 0 14px;
}

.column-single h4{
	margin: 0 0px 20px;
}

.column-single h4 span{
	position: relative;
	padding: 4px 20px 10px;
	font-size: 1.4rem;
}

.column-single h4 span:before{
	left: 0;
	height: 26px;
}

.column-single h4 span:after{
	right: 0;
	height: 26px;
}

.column-single h5{
	padding-left: 24px;
	margin: 0 0 8px;
	font-size: 1.6rem;
}

.column-single h5:before {
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.column-single h5:after {
	content: '';
	border: solid 3px transparent;
	border-left: solid 5px #ffffff;
	left: 6px;
	margin-top: -3px;
}


.column-single .image_box{
	margin: 0 6% 20px;
	text-align: center;
}

.column-single .image_box.left{
	float: none;
	width: auto;
	margin: 0 6% 20px;
}

.column-single .image_box.right{
	float: none;
	width: auto;
	margin: 0 6% 20px;
}

.column-single .map_box{
	margin: 0 0px 20px;
}

.column-single .map_box iframe{
	height: 200px;
}

.column-single .link_box_image,
.column-single .link_box{
	margin: 0 6% 30px;
}

.column-single .link_box a{
	background-position: 5px 3px;
	background-size: 20px;
	padding: 4px 18px 6px 28px;
	line-height: 1.2;
	font-size: 1.3rem;
}


#toc{
	padding: 8px;
	margin: 0 0 30px;
}

#toc ol li a{
	font-size: 1.3rem;
	margin: 0 0 6px 8px;
}

#toc ol li a:before {
	top: 8px;
}

.talk_wrapp{
	width: auto;
	margin: 0 0 30px;
}

.talk_wrapp .image_box{
	width: 80px;
}

.talk_wrapp .image_box .img_wrapp{
	width: 80px;
}

.talk_wrapp .text_box{
	padding: 0 0 0 20px !important;
}

.talk_wrapp.right .text_box{
	padding: 0 40px 0 0 !important;
}

.talk_wrapp .text_box .text_wrapp{
	padding: 4px;
	font-size: 1.2rem;
}



/********** システムページ共有 *********/

.sys-wrapp{
	margin-top: 0 !important;
}

#wrapper h1{
	font-size: 1.7rem;
	padding: 0px 0;
	margin: 0 0 20px;
	line-height: 1.4;
}

#wrapper h1 span{
	padding: 15px 14px;
}


#news h2,
#handling_model h2,
#in-house_info h2{
	margin: 0 0 0;
	padding: 30px 0;
	font-size: 2.0rem;
}

#news .caption,
#handling_model .caption,
#in-house_info .caption{
	text-align: left;
	font-size: 1.7rem;
	margin: 0 6% 30px;
}





}
