@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	font-family: '源ノ角ゴシック JP',sans-serif;
	}
body {
	font-size: 16px;
	line-height: 1.6;
	}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
		visibility: hidden;
		display: block;
		content: " ";
		clear: both;
		height: 0;
		}

@media print {
	html,
	html body{overflow: visible !important;}
	}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
img {max-width: 100%;height: auto;vertical-align: bottom;} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
	}
img, x:-moz-any-link, x:default {
		box-shadow: #000 0 0 0; /* IE7対応 */
	}

/* リンク */
a:link		{color:#0066FF; text-decoration: none;}
a:visited {color:#0066FF; text-decoration: none;}
a:hover	 {color:#0066FF; text-decoration: none;}
a:active	{color:#0066FF; text-decoration: none;}

.mincho{
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	position: relative;
	font-weight: normal;
	}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {content: "";display: table;clear: both;}

.container {width: calc(100% - 30px);max-width: 1000px;margin: 0 auto;position: relative;}
.container.white_back{background-color: #FFFFFF;padding: 63px 0 73px;margin-bottom: 100px;}
.inner {width: calc(100% - 30px);max-width: 860px;margin: 0 auto;position: relative;}

/* ブロック関係 */
.row {padding-bottom: 0em;}
.col {display: block;float: left;width: 100%;margin: 0 1%;line-height: 1.5;}
.col:first-child {margin-left: 0;}
.col:last-child {margin-right: 0;}

/* グリッドの設定 */
.span_1 {width: 6.25%;}
.span_2 {width: 15%;}
.span_3 {width: 23.5%;}
.span_4 {width: 32%;}
.span_5 {width: 40.5%;}
.span_6 {width: 49%;}
.span_7 {width: 57.5%;}
.span_8 {width: 66%;}
.span_9 {width: 74.5%;}
.span_10 {width: 83%;}
.span_11 {width: 91.5%;}
.span_12 {width: 100%;}

.pc {display: block;}
.sp {display: none;}
.pc_inline {display: inline;}

/* ▼▼▼ ヘッダー
=====================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	background: #FFFFFF;
	padding: 0;
	z-index: 99999;
	}
header .container{
	position: static;
}
#site_title {
	overflow: hidden;
	}
	#site_title img{
		height: 85px;
		width: auto;
	}
.header_container{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.header_inner{
	flex: 0 0 auto;
}
.menu {display: none;}

/* グローバルナビゲーション */
#gnav {
	flex: 0 0 auto;
	width: calc(100% - 140px);
	max-width: 730px;
	}
	#gnav ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		height: 100%;
		}
	#gnav ul > li {
		height: 100%;
		}
	#gnav ul > li a {
		display: block;
		height: 100%;
		padding: 19px 10px 0;
		text-align: center;
		font-size: 14px;
		color: #AAAAAA;
		}
	#gnav ul > li a:hover,.footer_nav ul li a:hover,.fixed_btn a:hover{
			-ms-filter: "alpha(opacity=60)";
			-moz-opacity:0.6;
			-khtml-opacity: 0.6;
			opacity: 0.6;
		}
	#gnav ul > li a img{
		height: 25px;
		width: auto;
	}
	#gnav .gnav_shopdata .gnav_shopdata_link{
		height: 100%;
		position: relative;
	}
	#gnav .gnav_shopdata:hover .gnav_shopdata_link::after{
		content: '';
		width: 0;
		height: 0;
		border-width: 0 7px 14px;
		border-style: solid;
		border-color: transparent transparent #CC2F2F transparent;
		position: absolute;
		left: calc(50% - 7px);
		bottom: 0;
	}
	#gnav .gnav_shopdata .gnav_shopdata_container{
		display: none;
	}
	#gnav .gnav_shopdata:hover .gnav_shopdata_container{
		display: block;
	}
	#gnav .gnav_shopdata_container{
		width: 100vw;
		background: #CC2F2F;
		padding: 20px 0;
		position: absolute;
		top: 85px;
		left: 0;
	}
	#gnav .gnav_shopdata_inner {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: stretch;
		align-items: stretch;
		align-content: flex-start;
		width: calc(100% - 30px);
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	#gnav .gnav_shopdata_box:nth-child(1){
		-webkit-flex: 0 0 70%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		width: 70%;
		max-width: 70%;
	}
	#gnav .gnav_shopdata_box:nth-child(2){
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		width: 30%;
		max-width: 30%;
	}
	#gnav .gnav_shopdata_box h3{
		margin-bottom: 10px;
		padding: 0 0 0 10px;
		border-left: #FFF 3px solid;
		line-height: 1.2;
	}
	#gnav .gnav_shopdata_box h3 a{
		padding: 0;
		font-size: 22px;
	}
	#gnav .gnav_shopdata_box a{
		color: #FFF!important;
		font-weight: bold;
		text-align: left;
	}
	#gnav .gnav_shopdata_box ul{
		justify-content: flex-start;
	}
	#gnav .gnav_shopdata_box li{
		-webkit-flex: 0 0 200px;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		width: 200px;
		max-width: 200px;
		margin-right: 20px;
	}
	#gnav .gnav_shopdata_box li a{
		padding: 132px 0 0;
		font-size: 20px;
		position: relative;
	}
	#gnav .gnav_shopdata_box li a::before{
		content: '';
		width: 200px;
		height: 128px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#gnav .gnav_shopdata_box li a[href*="#minoh"]::before{
		background: url(../../../common/img/shopdata/minoh_img01.jpg) no-repeat center center/cover;
	}
	#gnav .gnav_shopdata_box li a[href*="#nishinomiya"]::before{
		background: url(../../../common/img/shopdata/nishinomiya_img01.jpg) no-repeat center center/cover;
	}
	#gnav .gnav_shopdata_box li a[href*="#tutujigaoka"]::before{
		background: url(../../../common/img/shopdata/tutujigaoka_img01.jpg) no-repeat center center/cover;
	}
	#gnav .gnav_shopdata_box li a[href*="#sugamo"]::before{
		background: url(../../../common/img/shopdata/sugamo_img01.jpg) no-repeat center center/cover;
	}
/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	background: url(../../../common/img/bg_b_tri.png) center top repeat,url(../../../common/img/bg_b.jpg) center top repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding: 85px 0 0;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}

h1.title{
	padding: 28px 0 38px;
	background-color: #CC2F2F;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	overflow: hidden;
}
h1.title img{
	height: 69px;
	width: auto;
}

/* パンくず */
#path {
	margin-bottom: 38px;
	font-size: 14px;
	overflow: hidden;
	}
	#path li {
		float: left;
		margin-right: 10px;
		color: #FFFFFF;
		}
	#path li:after {
		content: ">";
		margin-left: 10px;
		color: #FFFFFF;
		}
	#path li:last-child:after {content: "";}
	#path li a:visited,
	#path li a:link{
		color: #FFFFFF;
		text-decoration: underline;
	}
	#path li a:hover,
	#path li a:active{
		color: #FFFFFF;
		text-decoration: none;
	}

	/* モア */
a.more{
		display: block;
		width: 54px;
		height: 32px;
		background-image: url(../../../common/img/more_b.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
a.btn.more{
		background-image: url(../../../common/img/more_w.png);
		background-size: 54px 34px;
	}
/* ボタン */
a.btn{
	display: block;
	width: 350px;
	height: 70px;
	line-height: 70px;
	padding: 0 27px;
	text-align: center;
}
/* アロー */
a.arrow{
	display: block;
	position: relative;
	color: #000000;
}
a.arrow::after{
	content: '';
	position: absolute;
	width: 21px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../../../common/img/arrow_b.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
a.btn.arrow{
	color: #FFFFFF;
	background-color: #CC2F2F;
}
a.btn.arrow::after{
	right: 20px;
	background-image: url(../../../common/img/arrow_w.png);
}

a.more.btn.arrow{
	background-color: transparent;
	border: #FFFFFF 2px solid;
}

a.more:hover,a.btn:hover,a.arrow:hover{
	opacity: 0.6;
}
/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	background: #FFFFFF;
	padding: 20px 0;
	border-top: #CC2F2F 10px solid;
	clear: both;
	overflow: hidden;
	}
#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
.footer_nav{
	padding: 50px 0 78px;
}
.footer_nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_nav > ul > li{
	flex: 0 0 25%;
}
.footer_nav ul li a{
	display: inline-block;
	color: #000;
	font-size: 14px;
}

.footer_nav ul li a.footer_link{
	text-decoration: underline;
	vertical-align: top;
}
.footer_nav ul li a img{
	padding: 10px 10px 0 0;
	height: 35px;
	width: auto;
}
.footer_nav > ul > li > ul > li{
	flex: 0 0 100%;
	margin-bottom: 55px;
}
.footer_nav > ul > li > ul > li:last-child{
	margin-bottom: 0;
}

/* ▼ ページ上部へ戻る */
.fixed_btn {
	position: fixed;
	bottom: calc(50vh - 93px);
	right: 0;
	z-index: 2000;
	cursor: pointer;
	}
.fixed_btn > a{
	display: block;
	width: 93px;
	height: 93px;
}
.fixed_btn .order_btn{
	background: #FFF038 url(../../../common/img/btn_cart.png) center center no-repeat;
	background-size: 47px 62px;
}
.fixed_btn .top_btn{
	background: #AAAAAA url(../../../common/img/btn_top_pc.png) center center no-repeat;
	background-size: 26px 59px;
}
/* ▼ コピーライト */
#copyright {
	text-align: center;
	font-size: 12px;
	color: #000000;
	}



/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

#wrapper {width: 100%;}
#screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color:rgba(0,0,0,0.8);
	z-index: 99998;
	}
.span_1,.span_2,.span_3,.span_4,.span_5,.span_6,.span_7,.span_8,.span_9,.span_10,.span_11,.span_12{width: 100%;}
.col {margin: 0;}

.pc {display: none;}
.sp {display: block;}
.pc_inline {display: none;}

/* タイトル */
#site_title {
	overflow: hidden;
	}
/* モア */

	a.more{
		width: 50px;
		height: 30px;
	}
	a.btn.more{
		background-size: 50px 30px;
	}
	/* ボタン */
	a.btn{
		max-width: 100%;
		height: 60px;
		line-height: 60px;
	}

	/* アロー */
	a.arrow::after{
		width: 15px;
	}
	a.btn.arrow::after{
		right: 8px;
	}
/* ▼▼▼ ヘッダー
=====================================*/
body.wrap {overflow: hidden;}

a.more:hover,a.btn:hover,a.arrow:hover{
	opacity: 1;
}
header {
	width: 100%;
	height: 65px;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99997;
	overflow: visible;
	}
	header .container{
		min-width: 100%;
	}
	#site_title img{
		height: 65px;
	}
	.header_inner{
		flex: 0 0 auto;
	}

/* グローバルナビゲーション */
#gnav {
	display: block!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	float: none;
	width: 245px;;
	max-height: 100vh;
	padding-top: 65px;
	margin: 0 0 0 auto;
	position: absolute;
	top: 0;
	right: -1000px;
	z-index: 99998;
	overflow: auto;
	background-color: #FFFFFF;
	}
#gnav.open {
	-moz-transform: translateX(-1000px);
	-webkit-transform: translateX(-1000px);
	transform: translateX(-1000px);
	}
#gnav ul {
	display: block;
	width: 245px;
	min-height: calc(100vh - 65px);
	margin: 0 0 0 auto;
	clear: both;
}
	#gnav ul > li {
		float: none;
		width: 100%!important;
		max-width: 100%!important;
		height: auto;
		text-indent: 0;
		}
	#gnav ul > li:last-child{
		background-color: #FFF038;
	}
	#gnav ul > li > a,#gnav ul > li.gnav_shopdata a{
		height: 50px!important;
		background-size: 10px 10px!important;
		border-bottom: 1px solid #ccc;
		padding: 14px 16px;
		line-height: 22px;
		text-align: left;
		font-size: 12px;
		}
	#gnav ul > li > a:hover {
		text-decoration: none;
		opacity: 1;
		}
	#gnav ul > li > a img{
		margin-right: 8px;
		height: 22px;
	}
	#gnav ul > li:first-child > a{
		border-top: 1px solid #ccc;
	}
	#gnav .gnav_shopdata .gnav_shopdata_link{
		height: 100%;
		position: relative;
	}
	#gnav .gnav_shopdata:hover .gnav_shopdata_link::after{display: none;}
	#gnav .gnav_shopdata .gnav_shopdata_container,
	#gnav .gnav_shopdata:hover .gnav_shopdata_container{
		display: none;
	}
	#gnav .gnav_shopdata_box li a::before{
		display: none;
	}
/* メニューボタン */
.menu {
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	}
.menu > span {
		display:block;
		position:absolute;
		top:22px;
		right:17px;
		width:30px;
		height:2px;
		background:#222222;
		border-radius: 1px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
.menu > span:before {
		content:'';
		position:absolute;
		width:30px;
		height:2px;
		background:#222222;
		border-radius: 1px;
		top:-7px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
.menu > span:after {
		content:'';
		position:absolute;
		width:30px;
		height:2px;
		background:#222222;
		border-radius: 1px;
		bottom:-7px;
		right:0;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
.menu > span > span:before{
		content:'';
		position:absolute;
		width: 65px;
		height: 19px;
		right: -17px;
		top: 14px;
		background: url(../../../common/img/header_menu.png) center center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
}
.menu > span.active {
		background:transparent;
	}
.menu > span.active:before {
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
.menu > span.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
.menu > span.active > span:before{
		background: url(../../../common/img/header_close.png) center center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
}
.order_btn.sp{
	display: block;
	width: 65px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 65px;
	z-index: 99997;
	background: #FFF038 url(../../../common/img/header_cart.png) center center no-repeat;
	-webkit-background-size: 38px 45px;
	background-size: 38px 45px;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#header_inner,
#main,#contents,#side,
footer,#footer_inner {
	float: none;
	width: 100%;
	}

#main {padding: 65px 0 40px;}
.menu_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

h1.title{
	padding: 15px 0 19px;
}
h1.title img{
	height: 50px;
	width: auto;
}
.container{
	max-width: calc(100% - 30px);
}
.container.white_back{
	padding: 15px 15px 50px;
	margin-bottom: 50px;
}
.inner{
	width: 100%;
}
#path {
	margin-bottom: 10px;
}

/* ▼▼▼ フッター
=====================================*/
footer {padding: 0 20px 90px;}

#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}
.footer_nav{
	padding: 30px 0 38px;
}
.footer_nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_nav > ul > li{
	flex: 0 0 100%;
}
.footer_nav ul li a{
	display: inline-block;
}
.footer_nav > ul > li > ul > li{
	flex: 0 0 50%;
	margin-bottom: 22px;
}
.fixed_btn > a.pc{
	display: none;
}
.fixed_btn{
	right: 12px;
	bottom: 12px;
}
.fixed_btn .top_btn{
	width: 66px;
	height: 66px;
	background: #AAAAAA url(../../../common/img/btn_top_sp.png) center center no-repeat;
	background-size: 26px 46px;
}
}
