@charset "UTF-8";
/* CSS Document */

/* 共通 */
.linkBtn a{
	display: block;
	max-width: 555px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.linkBtn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* ヘッダー */
.mainV{
	position: relative;
	width: 100%;
}
.mainV .btnService{
	position: absolute;
	left: 10%;
	bottom: 10%;
}
.subNav{
	padding: 60px 15px 50px;
}
.subNav ul{
	max-width: 1000px;
	margin: 0 auto;
}
.subNav ul li a{
	display: block;
	float: left;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 60px;
	position: relative;
}
.subNav ul li a span{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	position: relative;
}
.subNav ul li a:after{
	content: "";
	width: 1px;
	height: 30px;
	background: #666;
	position: absolute;
	top: 0;
	right: -30px;
}
.subNav ul li.pickup a span:before{
	content: "";
	background: url(../img/ic_pickup.png) no-repeat left top;
	background-size: 98px;
	width: 98px;
	height: 37px;
	position: absolute;
	top: -45px;
	left: calc(50% - 49px);
}
.subNav ul li.reserve a{
	margin-right: 0;
	padding-left: 10px;
}
.subNav ul li.reserve a span:before{
	content: "";
	background: url(../img/ic_tel.png) no-repeat left top;
	background-size: 14px;
	width: 14px;
	height: 19px;
	position: absolute;
	top: 0;
	left: -18px;
}
.subNav ul li.reserve a:after{
	display: none;
}

/* お客様へ伝えたいこと */
section.intro{
	padding: 80px 0;
	background: url(../img/bg_intro.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
section.intro h1{
	margin-bottom: 40px;
}
section.intro .cap{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
	margin: 40px 0;
}
section.intro .linkBtn a{
	color: #fc75a1;
	border: 1px solid #fc75a1;
}

/* 気軽にご予約 */
section.reserve{
	padding: 80px 0 0;
}
section.reserve h2{
	margin-bottom: 40px;
}
section.reserve .box01{
	margin-bottom: 30px;
}
section.reserve .arrow{
	margin-bottom: -40px;
}
section.reserve .limitBox{
	padding: 80px 0;
	background-color: #add4f2;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #9ccbef), color-stop(.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(left, #9ccbef 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(left, #9ccbef 50%, transparent 50%, transparent);
  background-image: linear-gradient(left, #9ccbef 50%, transparent 50%, transparent);
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}
section.reserve .limitBox .in01{
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
section.reserve .limitBox .in02{
	border: 1px solid #3d99e2;
	padding: 70px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
section.reserve .otokuBox{
	padding: 80px 0;
	background: url(../img/bg_reserve.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
section.reserve .otokuBox .cap{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
	margin: 20px 0 40px;
}
section.reserve .otokuBox .box02{
	margin-bottom: 0;
}

p.arrowSarani{
	margin: 50px 0 -50px;
}

/* お試し無料メニュー */
section.otameshi{
	padding: 80px 0;
	background: #fff4f7;
}
section.otameshi .cap{
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.8em;
	margin: 20px 0 40px;
}
section.otameshi dl dt{
	margin-bottom: 20px;
}
section.otameshi dl dd{
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}

/* ricoダウンロードしよう！ */
section.rico{
	padding: 0 0 100px;
}
section.rico .titleBox{
	padding: 80px 0 120px;
	background: #f6eff9;
}
section.rico .titleBox h5{
	margin-bottom: 50px;
}
section.rico .arrowRico{
	margin: -50px 0 60px;
}
section.rico ul.list{
	max-width: 945px;
	margin: 20px auto 50px;
}
section.rico ul.list li{
	margin-bottom: 10px;
}
section.rico .downloadBox{
	border: 3px solid #bc85d1;
	padding: 80px 15px;
}
section.rico .downloadBox .qr{
	margin: 40px 0 20px;
}
section.rico .downloadBox .qr img{
	border: 1px solid #bc85d1;
}
section.rico .downloadBox dl{
	border: 4px solid #bc85d1;
	max-width: 350px;
	margin: 0 auto 50px;
}
section.rico .downloadBox dl dt{
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	background: #bc85d1;
}
section.rico .downloadBox dl dd{
	text-align: center;
	padding: 10px 0;
}
section.rico .downloadBox dl dd a{
	font-size: 16px;
	color: #333;
}
section.rico .downloadBox .linkBtn a{
	color: #bc85d1;
	border: 1px solid #bc85d1;
}

/* メンテナンスメニュー */
section.maintenance h6{
	margin-bottom: 50px;
}
section.maintenance .bar{
	background: #fc75a1;
	padding: 30px 15px 50px;
	margin-bottom: 50px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
section.maintenance .imagePic{
	max-width: 700px;
	margin: 0 auto 60px;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
section.maintenance .imagePic img{
	padding: 5px;
}
section.maintenance .onayami{
	margin-bottom: 50px;
}
section.maintenance .onayami dt{
	margin-bottom: 30px;
}
section.maintenance .bg{
	padding: 0 0 100px;
	background: url(../img/bg_menu.png) no-repeat center bottom;
}
section.maintenance .bar02{
	background: #fc75a1;
	padding: 20px 15px;
	margin-bottom: 30px;
}
section.maintenance .bar02 p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
section.maintenance .bar02 p span{
	font-size: 20px;
	color: #ffff89;
}
section.maintenance .barCap{
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.8em;
}
section.maintenance .menuBox01{
	padding: 50px 0 0;
	background: #fff4f7;
}
section.maintenance .menuBox01 .ti{
	margin-bottom: 30px;
}
section.maintenance .menuBox01 .menu{
	background: #fff;
	border: 3px solid #fb606d;
	padding: 40px 15px;
	margin-bottom: 40px;
	
}
section.maintenance .menuBox01 dl{
	margin: 40px 0 70px;
	border: 3px solid #fb606d;
}
section.maintenance .menuBox01 dl dt{
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #fb606d;
	padding: 20px 15px;
}
section.maintenance .menuBox01 dl dd{
	font-size: 20px;
	color: #666;
	text-align: center;
	background: #fff;
	padding: 20px 15px;
	font-weight: bold;
}
section.maintenance .menuBox01 dl dd span{
	font-size: 20px;
	color: #fb606d;
}
section.maintenance .menuBox01 dl dd small{
	display: block;
	font-size: 12px;
	color: #666;
	text-align: right;
}
section.maintenance .menuBox01 .arrowTatoe{
	margin-bottom: -50px;
}
section.maintenance .menuBox02{
	padding: 80px 0;
	background-color: #fc75a1;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fc81a9), color-stop(.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(left, #fc81a9 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(left, #fc81a9 50%, transparent 50%, transparent);
  background-image: linear-gradient(left, #fc81a9 50%, transparent 50%, transparent);
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}
section.maintenance .menuBox02 .in01{
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
section.maintenance .menuBox02 .in02{
	border: 1px solid #fc75a1;
	padding: 50px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* ショップリスト */
section.shopList{
	padding: 0 0 50px;
}
section.shopList .bar{
	padding: 70px 15px;
	background: #ffff89;
	margin-bottom: 50px;
}
section.shopList .row > div{
	margin-bottom: 50px;
}
section.shopList .row p{
	margin-bottom: 5px;
}
section.shopList .row dl{
	margin: 15px 0 10px;
}
section.shopList .row dl dt{
	font-size: 20px;
	color: #666;
	margin-bottom: 5px;
}
section.shopList .row dl dd{
	font-size: 14px;
	color: #666;
}

/* フッター */
footer {
	text-align: center;
	background: #221714;
	color: #fff;
	padding: 40px 15px 20px
}
footer nav {
	position: relative;
	overflow: hidden;
}
footer nav ul {
	position: relative;
	left: 48%;
	float: left;
}
footer nav ul li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	padding: 0 7px;
}
footer nav ul li a {
	color: #fff;
	font-size: 12px;
}
footer nav ul li a:hover {
	color: #fff;
}
footer p.logo {
	padding: 20px 0 20px;
}
footer p.copy {
	color: #fff;
}




@media only screen and (min-width: 1200px) {
	section.maintenance .menuBox01 dl dd small{
		padding-right: 150px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.mainV .btnService{
	position: absolute;
	left: 8%;
	bottom: 10%;
}
	
	section.maintenance .menuBox01 dl dd small{
		padding-right: 60px;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
	.mainV .btnService{
		width: 400px;
	position: absolute;
	left: 8%;
	bottom: 10%;
}	
}

@media only screen and (max-width: 845px) and (min-width: 768px) {
	.subNav ul li a{
		margin-bottom: 40px;
}
	
}

@media only screen and (min-width: 768px) {
	.pc_display{
		display: block !important;
	}
	.sp_display{
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.pc_display{
		display: none !important;
	}
	.sp_display{
		display: block !important;
	}
	
	/* ヘッダー */
.mainV .btnService_sp{
	padding: 20px 15px;
}
.subNav{
	padding: 0;
}
.subNav ul{
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #666;
}
.subNav ul li a{
	width: 50%;
	font-size: 14px;
	margin-right: 0;
	text-align: center;
	border-bottom: 1px solid #666;
	padding: 10px 0;
}
	.subNav ul li a span{
	font-size: 14px;
	}
.subNav ul li a:after{
	display: none;
}
	.subNav ul li:nth-child(even) a{
		border-left: 1px solid #666;
	}
.subNav ul li.pickup a span:before{
	content: "";
	background: url(../img/ic_pickup_sp.png) no-repeat left top;
	background-size: 26px;
	width: 26px;
	height: 27px;
	position: absolute;
	top: -6px;
	left: calc(0%);
	left: -30px;
}
.subNav ul li.reserve a{
	width: 100%;
	margin-right: 0;
	padding-left: 0;
}
.subNav ul li.reserve a span:before{
	content: "";
	background: url(../img/ic_tel.png) no-repeat left top;
	background-size: 14px;
	width: 14px;
	height: 19px;
	position: absolute;
	top: -3px;
	left: -20px;
}
	
	/* お客様へ伝えたいこと */
section.intro{
	padding: 40px 0;
	background: none;
	border-bottom: 1px solid #ccc;
}
section.intro h1{
	margin-bottom: 20px;
}
section.intro .cap{
	font-size: 14px;
	color: #666;
	text-align: left;
	margin: 20px 0;
}
section.intro .linkBtn a{
	color: #fc75a1;
	border: 1px solid #fc75a1;
}

/* 気軽にご予約 */
section.reserve{
	padding: 40px 0 0;
}
section.reserve h2{
	margin-bottom: 30px;
}
section.reserve .box01{
	margin: 0 -15px 0;
}
	section.reserve .box01 p{
		padding: 0 2px;
	}
section.reserve .arrow{
	margin-bottom: -30px;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
	section.reserve .arrow img{
		width: 80px;
	}
section.reserve .limitBox{
	padding: 15px 0;
}
section.reserve .limitBox .in02{
	padding: 25px;
}
section.reserve .otokuBox{
	padding: 40px 0;
}
section.reserve .otokuBox .cap{
	margin: 20px 0 30px;
	text-align: left;
}
section.reserve .otokuBox .box02{
	margin-bottom: 0;
}
	section.reserve .otokuBox .box02 p{
		margin-bottom: 10px;
	}
	
	p.arrowSarani{
	margin: 30px 0 -30px;
}

/* お試し無料メニュー */
section.otameshi{
	padding: 40px 0 0;
}
section.otameshi .cap{
	font-size: 14px;
	text-align: left;
	margin: 20px 0 30px;
}
section.otameshi dl{
	margin-bottom: 30px;
}
	
	/* ricoダウンロードしよう！ */
section.rico{
	padding: 0 0 50px;
}
section.rico .titleBox{
	padding: 40px 0 60px;
}
section.rico .titleBox h5{
	margin-bottom: 30px;
}
section.rico .arrowRico{
	margin: -30px 0 30px;
}
section.rico ul.list{
	margin: 20px -15px 30px;
}
section.rico ul.list li{
	margin-bottom: 5px;
}
section.rico .downloadBox{
	border: 2px solid #bc85d1;
	padding: 30px 20px;
}
section.rico .downloadBox .qr{
	margin: 20px 0 10px;
}
section.rico .downloadBox dl{
	margin: 0 auto 20px;
}
section.rico .downloadBox dl dt{
	font-size: 16px;
}
section.rico .downloadBox dl dd{
	text-align: center;
	padding: 10px 0;
}
section.rico .downloadBox dl dd a{
	font-size: 14px;
}
	
	/* メンテナンスメニュー */
section.maintenance h6{
	margin-bottom: 30px;
}
section.maintenance .bar{
	padding: 20px 15px 30px;
	margin-bottom: 30px;
}
section.maintenance .imagePic{
	margin: 0 auto 30px;
}
section.maintenance .onayami{
	margin-bottom: 30px;
}
section.maintenance .onayami dt{
	margin-bottom: 20px;
}
section.maintenance .bg{
	padding: 0 0 50px;
}
section.maintenance .bar02{
	padding: 20px 5px;
	margin-bottom: 20px;
}
section.maintenance .bar02 p{
	font-size: 15px;
}
section.maintenance .bar02 p span{
	font-size: 15px;
}
section.maintenance .barCap{
	text-align: left;
	padding: 0 15px;
}
section.maintenance .menuBox01{
	padding: 30px 0 0;
}
section.maintenance .menuBox01 .ti{
	margin-bottom: 20px;
}
section.maintenance .menuBox01 .menu{
	padding: 30px 15px;
	margin-bottom: 30px;
	
}
section.maintenance .menuBox01 dl{
	margin: 30px 0 50px;
	border: 2px solid #fb606d;
}
section.maintenance .menuBox01 dl dt{
	font-size: 15px;
}
section.maintenance .menuBox01 dl dd{
	font-size: 15px;
}
section.maintenance .menuBox01 dl dd span{
	font-size: 15px;
}
section.maintenance .menuBox01 dl dd small{
}
section.maintenance .menuBox01 .arrowTatoe{
	margin-bottom: -30px;
}
section.maintenance .menuBox02{
	padding: 50px 0 40px;
}
section.maintenance .menuBox02 .in01{
	padding: 5px;
}
section.maintenance .menuBox02 .in02{
	padding: 30px 15px;
}
	
	/* ショップリスト */
section.shopList{
	padding: 0 0 30px;
}
section.shopList .bar{
	padding: 30px 15px;
	margin-bottom: 30px;
}
section.shopList .row > div{
	margin-bottom: 30px;
}
	section.shopList .row p{
		clear: both;
	}
section.shopList .row p.pic{
	float: left;
	width: 40%;
	margin-right: 3%;
}
section.shopList .row dl{
	float: left;
	width: 57%;
	margin: 0;
}
section.shopList .row dl dt{
	font-size: 16px;
}
	section.shopList .row dl dd{
	font-size: 13px;
}
	.moreBtn a{
	display: block;
	max-width: 555px;
	font-size: 14px;
		color: #666;
		border: 1px solid #666;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
		position: relative;
}
	.moreBtn a:after{
		content: ">";
		font-size: 14px;
		position: absolute;
		top: 10px;
		right: 15px;
	}
.moreBtn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
	
	
}