@charset "utf-8";
@media screen and (max-width:768px) {
/*-------------------
  common
--------------------*/
.for-sp{
	display: block !important;
}
.for-pc{
	display: none !important;
}
body{
	min-width: 0;
}
main{
	margin-top: 60px;
}
/*-------------------
  header
--------------------*/
header{
	width: 100%;
	height: 60px;
}

header > div{
	min-width: 0;
	height: 60px;
	margin: 0 auto;
	padding :5px 20px 0;
}

header h1{
	font-size: 8px;
}
header h1 span{/**/
	display: block;
	margin-bottom: 7px;
}

header h1 img{
	height: 20px;
}
header nav{
	display: none;
	position: fixed;
	z-index: 500;
	top: 60px;
	right: 0;
	width : 100%;
	height: auto;
	background:#9d1d22;
}
header nav.open{
	display: block;
}
header nav > ul{
	font-size: 0;
}
header nav > ul > li{
	position: relative;
	display: block;
	margin-left: 0;
	vertical-align: top;
	font-size: 14px;
	border-top: dashed 1px #fff;
}

header nav a{
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	color: #fff;
    font-family: 'WebSubsetFont', sans-serif !important;
	text-decoration: none;
}
header nav a:after{
	position:absolute;
	display: inline-block;
	top: 50%;
	right: 20px;
	width: 11px;
	height: 7px;
	margin-top: -3px;
	margin-left: 8px;
	background: url(../img/arrow.png) no-repeat 0 0 scroll;
	content: "";
}
header .btn-menu-buger{
	position: fixed;
	top: 13px;
	right: 5px;
	width: 35px;
	min-width: 0;
	padding: 0;
	height: 35px;
	border: none;
	box-shadow: none;
	background:#fff url(../img/icon-menu-bager.png) no-repeat 0 0 scroll;
	background-size: 35px;
}
header .btn-menu-buger.open{
	background:#fff url(../img/icon-menu-bager-close.png) no-repeat 0 0 scroll;
	background-size: 35px;
}

/*-------------------
  footer
--------------------*/

footer p{
	font-size: 10px;
}


.page-skipper{
	bottom: 30px;
	right: 10px;
}
.page-skipper a{/**/
	display: block;
	width: 50px;
	height: 50px;
	background: #880c11 url(../img/arrow-link-05.png) no-repeat center center scroll;
}
/*-------------------
  section
--------------------*/

section > div{
	min-width: 0;
	margin: 0 auto;
	padding: 30px 0 50px;
}

/*-------------------
  other-parts
--------------------*/
/*-- h2 --*/
h2 {/**/
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}
h2 p{/**/
	text-align: center;
}
h2 span{/**/
	position: relative;
	display: block;
	width: 125px;
	margin: 0 auto;
	border-bottom: solid 1px #9d1d22;
	color:#9d1d22;
}
h2.large span{/**/
	width: 250px;
}
/*-- mainvisual --*/
section#mainvisual{/**/
	background:#9d1d22;
	border-bottom: solid 2px #9d1d22;
}
section#mainvisual > div{/**/
	padding: 0;
}


/*-- block01 --*/

section#block01 > div{
	padding-bottom:30px;
}

section#block01 h2{
	margin-bottom: 20px;
}
section#block01 .fb-area{
	height: auto;
	width: 80%;
	margin: 0 10%;
	font-size: 20px;
	line-height: 300px;
}
section#block01 .fb-area iframe,
.fb_iframe_widget span,
section#block01 .fb-area .fb-page{
	display : block !important;
	margin: 0 auto;
}
.fb_iframe_widget.for-sp{
	display : block !important;
}
._2p3a{
	width: 100% !important;
}
/*-- block02 --*/

section#block02 .mes-box{
	font-size: 0;
}
section#block02 .mes-box > div{
	display: block;
}
section#block02 .mes-box > div:first-child{
	width: 100%;
}

section#block02 .mes-box > div:last-child{
	width: 100%;
}
section#block02 .mes-box .message{
	position: static;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 30px 15px;
	background: url(../img/img-concept01.png) no-repeat center 0 scroll;
}
section#block02 .mes-box .message p{
}


/*-- block03 --*/
section#block03{/**/
	border-bottom: solid 1px #fff;
}
section#block03 > div{/**/
}
section#block03 h2{/**/
	margin-bottom: 40px;
}
section#block03 h3{
	min-width:0;
	margin: 40px 15px 0;
	font-size: 18px;
	border-bottom: solid 1px #fddbdd;
	
}

section#block03 div > p{
	margin: 30px 15px 0;
}
section#block03 ul{
	width: 100%;
	margin-top: 30px;
	padding : 0 15px;
	box-sizing: border-box;
	font-size: 0;
}
section#block03 ul.no-margin{
	margin-top: 0;
}
section#block03 ul li{
	display: inline-block;
	width: 100%;
	margin-right:0%;
	padding-bottom: 15px;
	vertical-align: top;
}
section#block03 ul.single{
	display: block;
	width: 100%;
	padding-right: 0;
}
section#block03 ul.single li{
	width: 100%;
	margin-right: 0%;
	padding-bottom: 15px;
}
section#block03 ul li p{
	display: inline-block;
	width:70%;
	vertical-align: top;
	font-size: 14px;
}
section#block03 ul li span.price{
	display: inline-block;
	width: 30%;
	padding-right: 15px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 14px;
	text-align:right;
}
section#block03 figure.wide{
	margin-top: 30px;
}
section#block03 .has-img{
}
section#block03 .has-img figure{
	display: inline-block;
	width: 100%;
}

section#block03 .has-img figure img,
section#block03 figure.wide img{/**/
	width: 100%;
}
/*-- block04 --*/

section#block04{/**/
	background:#9d1d22;
}
section#block04 h2 span{/**/
	border-color: #fff;
	color: #fff;
}
section#block04 > div{/**/
	padding-bottom: 0;
}
section#block04 div.infobox{/**/
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 15px;
	font: 0;
}
section#block04 div.infobox dl{
	display:block;
	width: 100%;
	margin-right: 0;
	font-size: 14px;
}
section#block04 div.infobox dt{/**/
	border-bottom: solid 1px #f19292;
}
section#block04 div.infobox dd{/**/
	margin-top: 10px;
}
section#block04 div.infobox dd.address{/**/
	margin-top: 20px;
}
section#block04 div.infobox dd.time{/**/
	position:relative;
	display: inline-block;
	padding-left: 60px;
	padding-right: 20px;
}
section#block04 div.infobox dd.time span.label{/**/
	position: absolute;
	top: 0;
	left: 0;
}
section#block04 div.infobox  p{/**/
	display: block;
	width: 290px;
	margin: 30px auto 0;
	padding: 15px 15px;
	border: solid 1px #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
}
section#block04 div.infobox  p span{/**/
	display: block;
	text-align: center;
}
section#block04 div.infobox  p span.tel{/**/
	position:relative;
	padding-left: 30px;
	text-align: left;
	font-size:24px;
	font-weight: 600;
}
section#block04 div.infobox  p span.tel:before{/**/
	position: absolute;
	top: 8px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../img/icon-phone.png) no-repeat 0 0 scroll;
	background-size: cover;
	content:"";
}


}
