@charset "utf-8";

body {
	min-width: inherit;
	font-size: 12px;
	line-height: 1.66;
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
}
#container{
	padding-top: 60px;
}
.innerWrap{
	max-width: inherit;
	min-width: inherit;
	margin: 0 auto;
}
a,
a:hover{
	color: rgba(51,51,51,1);
}
a:hover img,
.ro:hover,
.ro:hover img,
.ro a:hover,
.ro a:hover img{
	transition: none;
	opacity: 1;
}
.spCont,
#spMenuOverlay,
#spMenu{
	display: block;
}
.pcCont{
	display: none!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	min-width: inherit;
	padding: 15px;
}
header h1{
	float: none;
	margin-top:0;
}
header h1 img{
	height: 30px;
	width: auto;
}
header nav{
	display: none;
}
header .menuBtn{
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 20px;
	line-height: 1;
}
header .menuBtn img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------
access
------------------------------*/
.access{
	padding-top: 30px;
	padding-bottom: 30px;
}
.access .map{
	margin-top: 10px;
	position: relative;
}
.access #map_area{
	height: 240px;
}
.access .map .link{
	position: static;
	margin: 15px 0 0 0;
	padding: 0 20px;
	background: none;
}
.access .map .link a{
	position: static;
	display: block;
	text-align: center;
	border: 1px solid #333;
	border-radius: 50px;
	font-size: 13px;
	padding: 8px 25px;
	background: url(../../img/ico_arrow01.png) 94% center no-repeat;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}
/*------------------------------
sns
------------------------------*/
.sns{
	padding: 30px 20px 75px 20px;
	background: #f5f5f5;
}
.sns .facebook{
	width: 100%;
	height: 400px;
	overflow: hidden;
	float: none;
	margin-bottom: 5px;
}
.sns .facebook iframe{
	height: 400px!important;
}
.sns .bnrs{
	padding: 0;
}
.sns .bnrs > ul > li > img,
.sns .bnrs > ul > li > a >img{
	width: 243px;
	height: auto;
}
.sns .bnrs > ul > li{
	margin-bottom: 5px;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
}
.sns .bnrs > ul > li:last-child{
	padding: 16px 0 14px;
}
.sns .bnrs > ul > li > a{
	padding: 15px 0 16px;
}
.sns .bnrs > ul > li > ul{
	margin-top: 12px;
}
.sns .bnrs > ul > li > ul > li{
	margin: 0 3px;
}
.sns .bnrs > ul > li > ul > li img{
	height: 30px;
	width: auto;
}
/*------------------------------
footer
------------------------------*/
footer{
	text-align: center;
	padding: 20px 0 0;
}
footer:after{
	display: none!important;
}
footer .logo{
	float: none;
}
footer .logo img{
	height: 40px;
	width: auto;
}
footer .addressTel{
	float: none;
}
footer .addressTel{
	font-size: 11px;
	margin: 15px 0 0 0;
}
footer .addressTel .tel{
	font-size: 17px;
	padding: 0;
	margin: 15px 20px 0;
	background: none;
}
footer .addressTel .tel a{
	display: block;
	padding: 12px;
	border: 1px solid #dedede;
	border-radius: 2px;
}
footer .addressTel .tel a span{
	display: inline-block;
	padding-left: 18px;
	background: url(../../img/ico_tel.png) left top no-repeat;
	-webkit-background-size: auto 16px;
	background-size: auto 16px;
}
footer .copyright{
	float: none;
	font-size: 9px;
	line-height: 1;
	padding: 12px;
	margin-top: 20px;
	background: #f5f5f5;
}
/* pageTop */
footer .hotpepper{
	display: none;
}
footer .pageTop{
	width: 60px;
	height: 60px;
	bottom: 60px;
	right: 15px;
}
footer .pageTop.stop{
	position: fixed;
	bottom: 15px;
}
footer .pageTop a img{
	height: 15px;
	width: auto;
}
footer .pageTop a p{
	font-size: 9px;
	margin-top: 6px;
}
/* bottomFix */
footer #bottomFix{
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1000;
	transition: 0.25s linear;
}
footer #bottomFix.active{
	opacity: 1;
}
footer #bottomFix.stop{
	position: absolute;
	bottom: inherit;
	top: -45px;
}
footer #bottomFix li{
	width: 50%;
	float: left;
}
footer #bottomFix li a{
	display: block;
	font-size: 13px;
	text-align: center;
	padding: 12px 12px 12px 24px;
}
footer #bottomFix li:nth-child(1) a{
	color: #fff;
}
footer #bottomFix li:nth-child(1){
	background: #8f3356 url(../../img/ico_pc.png) 15px center no-repeat;
	-webkit-background-size: auto 16px;
	background-size: auto 16px;
}
footer #bottomFix li:nth-child(2){
	background: #ddd4b9 url(../../img/ico_tel.png) 15px center no-repeat;
	-webkit-background-size: auto 19px;
	background-size: auto 19px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■spMenu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#spMenu {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(212,97,143,0.85);
	z-index: 9999;
	padding: 0;
	overflow: hidden;
}
#spMenu .inner {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding: 17% 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#spMenu nav ul li{
	margin-bottom: 10%;
}
#spMenu nav ul li a{
	font-size: 11px;
	color: #fff;
}
#spMenu nav ul li a span{
	font-size: 28px;
	margin-right: 10px;
}
#spMenu nav ul li a span .ja{
	font-size:16px;
	margin-left: 5px;
}
#spMenu .close{
	position: absolute;
	top: 22px;
	right: 22px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------
#mainImg
------------------------------*/
#mainImg{
	height: 95px;
	margin-bottom:25px;
}
#mainImg .innerWrap{
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}
/*------------------------------
hd
------------------------------*/
/* hd01 */
.hd01 span{
	font-size: 31px;
	margin-bottom: 7px;
}
.hd01 small{
	font-size: 10px;
}
.hd01 small.ja{
	font-size:16px;
	margin-left: 5px;
}
.hd01 span:before,
.hd01 span:after{
	width: 16px;
	height: 12px;
	-webkit-background-size: 16px 12px;
	background-size: 16px 12px;
}
.hd01 span:before{
	left: -15px;
}
.hd01 span:after{
	right: -15px;
}
/* hd02 */
.hd02{
	font-size:16px;
	margin-bottom:20px;
}
.hd02 span:before,
.hd02 span:after{
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	width:10px;
	height:10px;
}
.hd02 span:before{
	padding-left:13px;
}
.hd02 span:after{
	padding-right:13px;
}

/*------------------------------
btn
------------------------------*/
.btn{
	text-align: center;
}
.btn a{
	display: block;
	min-width: inherit;
	font-size: 13px;
	padding: 8px 25px;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}
.btn02 a{
	display: block;
	min-width: inherit;
	font-size: 13px;
	padding: 8px 25px;
	-webkit-background-size: auto 7px;
	background-size: auto 7px;
}

/*------------------------------
note
------------------------------*/
.note{
	font-size: 11px;
	margin-top: 8px;
}

/*------------------------------
fukidashi
------------------------------*/
.fukidashi:before,
.fukidashi:after{
	width: 1px;
	margin-top: -8px;
}
.fukidashi:before{
	margin-right: 20px;
}
.fukidashi:after{
	margin-left: 20px;
}

/*------------------------------
list_box
------------------------------*/
.list_box li.box{
	padding-left:20px;
	padding-right:20px;
}
.list_box li.box .ttl{
	font-size:21px;
}

/*------------------------------
butterfly
------------------------------*/
.butterfly{
	width: 100%;
	overflow:hidden;
}
.butterfly img{
	height: 74px;
	width: auto;
}
.butterfly .right{
	right: 0;
}
.butterfly .right img{
	transform: translate(10px, 0);
}
.butterfly .left{
	left: 0;
}
.butterfly .left img{
	transform: translate(-10px, 0);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　system
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.system{
	padding: 30px 20px;
}
.system .copy{
	font-size: 16px;
	margin-top: 12px;
}
.system .copy:after{
	margin-left: 15px;
}
.system ul.price{
	margin-top: 16px;
}
.system ul.price li{
	width: 100%;
	float: none;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 12px 0 8px 0;
}
.system ul.price li:last-child{
	margin-bottom: 0;
}
.system ul.price li .price{
	margin-top: 3px;
}
.system ul.price li .price span{
	font-size: 28px;
	margin-right: 5px;
}
.system .btn{
	margin-top: 10px;
}
.system ul.price + .note{
	text-align:left;
}

/* other */
.system .other{
	margin-top: 15px;
	margin-bottom: 20px;
}
.system .hd02{
	margin-bottom: 0;
	font-size: 14px;
}
.system ul.anchor{
	display: block;
	border-bottom: none;
}
.system ul.anchor li{
	display: block;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: none!important;
	border-right: none!important;
	background-position: left center!important;
	-webkit-background-size: auto 38px!important;
	background-size: auto 38px!important;
}
.system ul.anchor li a,
.system ul.anchor li .wrap{
	font-size: 13px;
	padding: 12px 0 12px 70px;
	background-position: 97% center;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
}
.system ul.anchor li a strong,
.system ul.anchor li .wrap strong{
	font-size: 16px;
}
.system ul.anchor li:nth-child(2){
	background-position: 8px center !important;
}