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

/* reset-min.css
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html { color: #000; background: #FFF; }
html, body, header, nav, main, article, section, aside, footer, div, figure, figcaption, span, p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,th,td { margin: 0; padding: 0; }
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,
th,var{font-style:inherit;font-weight:inherit;}
ul {list-style:none;}
caption,th{text-align:left;}
h1,/*h2,h3,*/h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
}


html {
	font-size: 62.5%; /* 16px x 0.625=10px(=1rem) */
	/*box-sizing: border-box;*/
}
/**, *:before, *:after {
	box-sizing: inherit;
}*/
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 1.6rem; /* 16px */
}
a {
	color: #583822;
}
a:hover {
	color: #765c47;
	text-decoration: none;
}
ol {
	padding-left: 40px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear {
	display: block; /* brに付けた場合用に */
	clear: both;
}
/* 透過ロールオーバー */
a:hover img,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.btn:hover {
	opacity: 0.7;
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
.sp {
	display: block;
}
.content { /* article */
	width: 95%;
	margin: 0 auto;
	line-height: 1.7;
}
.site-header {
	position: relative; /* 子は.header-minilist */
	line-height: 1.4;
/*	font-size: 0.92rem; /* body（1em）→の0.92 */
	font-family: Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	background-color: #004668;
}
.header-minilist {
	display: none;
}
.site-header-inner {
	text-align: center;
}
.hgroup { /* div */
	padding-top: 0.5em;
	color: #fff;
	background: url('../images/logocircle.png') no-repeat center/auto 90%;
}
.hcta { /* div */
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}
.header-h1 {
	font-size: 1.35rem;
}
.logo {
	position: relative; /* 子は.btn_bars */
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 11%;
}
.shop_title, .logo-media {
	display: inline-block;
	vertical-align: middle;
}
.shop_title {
	padding: 5px 0.9375vw;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 3.75vw;
}
.shop_title,
.site_footer .content a {
	color: #fff;
	text-decoration: none;
}
.logo-media {
	width: 72.5%;
	max-width: 320px;
}
.hcta-inner {
	display: table;
	margin: 6px auto;
	border-spacing: 7px 0;
}
.background_circle {
	width: 54px;
	height: 53px;
	padding: 2px;
	border-radius: 50%;
	font-size: 19px;
	color: #fff;
	background: #FF3500;
	letter-spacing: -0.05em;
	white-space: nowrap;
}
.fa-clock-o + .span_into_block11::after {
	content: "分";
	font-size: 0.71em;
}
.fa + .span_into_block14 {
	padding-top: 4px;
}

/*---------- フォーム ----------*/
.form-control { /* input,textarea,select, */
	box-sizing: border-box;
	border: 1px solid #b0b0b0;
}
.form-control-ask,
.form-control-shoparea-search {
	padding: 11px;
}
.form-control-ask {
	width: 100%;
}
#cse-search-box { /* form */
	padding: 10px 6px;
	position: relative; /*buttonの親*/
}
.form-control-site-search {
	height: 30px;
	width: 75%;
	border-right: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
#cse-search-box button { /* googleカスタム検索ボタン */
	width: 23%;
	height: 30px;
	position: absolute; /*#cse-search-boxの子*/
	top: 10px; /*#cse-search-boxのpadding-top*/
	border: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #80A3B4;
	padding: 0;
	vertical-align: bottom;
	box-sizing: border-box;
}
textarea::-webkit-input-placeholder, /* placeholderのベンダープレフィックスはまとめて書くと適用されない。個別に記述。Webkit用でEdgeも適用される */
input::-webkit-input-placeholder {
	font-size: 14px;
}
textarea::-moz-placeholder, /* Firefox19以上用(18以前はもう不要) */
input::-moz-placeholder {
	font-size: 14px;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	font-size: 14px;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: #fff; /* フォーカス時はfontが白に(消えたように見える)。IEはデフォルトでフォーカス時はfont消えるので記述省略 */
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
	color: #fff;
}
.radio-label,
.iopt_radio_label {
	margin-right: 10px;
}
.radio-group {
	display: inline-block;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
input[type=radio],
input[type=checkbox] {
	width: 1.4em;
	height: 1.4em;
	vertical-align: middle;
	margin-right: 4px;
}

/*---------- ヘッダーメニュー ----------*/
.li-floatNav { /* li */
	box-sizing: border-box;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}
.hnav {
	background-color: #FFB800;
	font-size: 1.472rem;
	margin-bottom: 2rem;
}
.hnav .li-floatNav { /* parentになるli */
	position: relative; /* .hnav-childの親に指定 */
	width: 33.33%;
	border-right-color: #A47700;
}
.hnav a { /* parent・child両方に指定 */
	width: 100%;
	padding: 1.2rem 0;
	display: block;
	color: #382800;
	text-decoration: none;
	background-color: #FFB800;
}
.hnav a:hover, /* parent・child両方に指定 */
.hnav .active {
	color: #fff;
	background-color: #755500;
}
.hnav .li-floatNav:nth-child(3),
.hnav .li-floatNav:nth-child(6) { /* ソースコードにはタブレット・PC表示のliもあるので、last-childだと望む結果(ブラウザ表示上で3番目と最後6番目のborder-rightをnone)が得られない */
	border-right: none; /* 右端のliのborder-rightをnone */
}
.hnav .row1 { /* li */
	border-bottom: 1px solid #A47700;
}
.hnav-child { /* ul */
	position: absolute; /* 親要素は.li-floatNav */
	/*top: 100%; /* 親の真下に表示 */
	/*left: 0;*/
	z-index: 3; /* 重なりの最前面に表示 */
	width: 100%;
}
.hnav-child li {
	overflow: hidden;
	height: 0; /* 表示しない */
}
.hnav-child .wide { /* li */
	width: 130%; /* カスタム投稿storeのmenucat表示の場合 */
}
.li-floatNav:hover li { /* .hnav-childの中のli */
	height: 100%; /*44px*/
	border-bottom: 1px solid #A47700;
	border-left: 1px solid #A47700;
	border-right: 1px solid #A47700;
}

/* コンテンツ
=============================================*/
.topicPath {
	margin-bottom: 1.6rem;
}
.topicPath li[itemprop="itemListElement"] {
	display: inline-block;
	font-size: 1.5rem;
}
.topicPath li[itemprop="itemListElement"]:first-of-type::before {
	font-family: 'FontAwesome';
	font-size: 1.25em;
	content: '\f015'; /* ホームicon */
	vertical-align: middle;
}
.topicPath li[itemprop="itemListElement"]:nth-of-type(n+2)::before {
	content: ">";
	margin-left: 0.4rem;
	margin-right: 0.4rem;
}

.subNav_heading { /* h6 */
	background-color: #C14838;
	padding: 2px 0;
	color: #FFF;
	text-align: center;
}
.subNav_heading .a-block {
	color: inherit;
}
.subNav { /* ul */
	font-size: 0;
	box-sizing: border-box;
}
.subNav li {
	display: inline-block;
	height: 40px;
	padding: 2% 0;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #998F8A;
}
#oneColumn_page .subNav:last-of-type li {
	border-bottom: none;
	border-top: 1px solid #998F8A;
}
.subNav_menu li {
	width: 20%;
}
.subNav_menu .wide {
	width: 40%;
}
.subNav_shop li {
	width: 33%;
}
.subNav li div {
	display: table;
	width: 100%;
	height: 100%;
	border-right: 2px dotted #3E3A39;
}
.subNav_menu .last div,
.subNav li:last-of-type div {
	border-right: none;
}
.subNav li a {
	display: table-cell;
	color: #000;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.4;
	vertical-align: middle;
}
.subNav li.active {
	border-bottom: 2px solid #CA231D;
}
#oneColumn_page .subNav:last-of-type li.active {
	border-bottom: none;
	border-top: 2px solid #CA231D;
}
.subNav li.active a {
	color: #CA231D;
}
.menuList { /* ul */
	font-size: 0;
}
.menuList_li { /*.menuList > li */
	padding-top: 4%;
	padding-bottom: 4%;
	width: 100%;
	border-bottom: 2px dotted #3E3A39;
}
.menuList_li .a-block {
	color: #000;
}
.menuList_li-attachment { /*.menuList > li img,*/
	float: left;
	width: 27%;
	margin-right: 3%;
}
.menuList_li-detail { /* menuList_li ul */
	display: inline-block;
	width: 69%;
	font-size: 1.5rem;
}
.item_heading,
.item_text {
	line-height: 1.4;
}
.item_heading {
	font-size: 1.65rem;
	font-weight: bold;
}

button, /* サイト内検索ボタン */
input[type=button],
input[type=submit],
.btn {
	-webkit-appearance: none;
	display: inline-block;
	padding: 12px 8px;
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}
.btn-default {
	background-color: #CC4400;
	border: 1px solid #cc2a00;
}
.btn-cta {
	font-size: 24px;
	font-weight: bold;
}
.btn-cta + small,
.margin-top10-blockBox {
	margin-top: 10px;
	display: block;
}
.btn-blue {
	background-color: #0172A9;
	border: 1px solid #004668;
}
.btn-gray,
input[type=submit].btn-gray {
	background-color: #e7e8e9;
	border: 1px solid #ccc;
	color: #333;
}
.btn-sns {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 1;
	border: 0;
}
.btn-tw {
	background-color: #1b95e0;
}
.btn-fb {
	background-color: #4267b2;
}
.btn-line {
	padding-right: 4px;
	padding-left: 30px;
	background-color: #00C300;
	background-image: url("../images/linebutton_25x25.png");
	background-size: 25px 25px;
	background-position: 3px center;
	background-repeat: no-repeat;
	vertical-align: 1px;
}
.fa-twitter:before,
.fa-facebook-official:before {
	font-size: 16px;
	vertical-align: -1px;
}
.fa-phone {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg );
	transform: rotate(15deg); /* 電話フォントを16度回転 */
}
.fa.fa-thumbs-o-up,
.fa.fa-hand-o-right,
.fa-phone:before {
	font-size: 1.18em;
}
.btn-header .fa-lg { /*カート右横電話 */
	font-size: 2.1em;
}
.fa-search:before {
	vertical-align: 0.06em;
}
.btn .fa-chevron-right {
	font-size: 0.9em;
}
.btn-header {
	margin: 6px 0;
	background-color: #D02B00; /* header内は色が違う */
}
.btn-header-tel {
	width: 99%;
	padding: 3px 0 2px;
	font-family: 'Open Sans', sans-serif; /* 電話番号フォント */
	font-size: 2.2em;
}
@font-face {
	font-family: 'myFont';
	src: url('../images/genshin-p-bold-koga.woff') format('woff');
}
.btn-header-text {
	width: 99%;
	padding: 5.5px 0;
	font-family: 'myFont'; /* webフォント（源真ゴシックp-bold） */
	font-size: 2.723rem;
}
.hcta-inner-inner {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}
.btn-header.hcta-inner-inner {
	padding: 3px 6px 0;
}
.btn-usces .fa {
	font-size: 1.5em;
}
.btn-usces {
	background-color: #80a3b4;
	padding: 10px 4px;
	white-space: nowrap;
}
.btn_bars { /* fa-bars=\f0c9 */
	position: absolute; /* 親は.logo */
	right: 2%; /*-25%*/
	top: 50%; /*14%*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 11.0vw;
}
.btn-shoparea_search_link { /* 出前配達店検索ボタン */
	position: absolute;
	right: 0;
	top: 0;
}
.topic .col-xs-12 {
	margin-bottom: 2rem;
}
.a-head {
	color: inherit;
}
.a-block {
	display: block;
	width: 100%;
	text-decoration: none;
}
.a-head-inner {
	display: inline-block;
	width: 92%; /* 行末で[>]アイコンフォントと重ならないように */
}
.news_alink {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #98B4C2;
	color: #000;
}
.news_alink-title {
	margin-right: -160px;
	padding-right: 160px;
	width: 100%;
	box-sizing: border-box;
	float: left;
}
.news_alink-title:hover {
	text-decoration: underline;
}
.news_alink-image {
	width: 150px;
	height: 150px;
	margin-left: 10px;
	float: right;
}
.news_alink-image img { /* catch_that_imageで表示した画像をheight150pxで表示させる */
	width: auto;
	height: 100%;
}
.text_align-right {
	text-align: right;
}
.main-h1,
.main-h2,
.h3,
.sletter,
small,
legend,
.wp-caption-text,
.img-figcaption {
	line-height: 1.4;
}
.main-h1,
.main-h2 {
	margin-bottom: 20px;
	padding: 12px 4px 8px;
	font-size: 2rem; /* body（1rem）→の1.25倍 */
	font-weight: bold;
	color: #fff;
}
.main-h1 {
	background-color: #004668;
}
.main-h2 {
	background-color: #0172A9;
}
.main-h1-page_name {
	margin-top: 15px;
	font-size: 1.85rem;
}
.brown {
	background-color: #4d1208;
}
.h3, .h3font {
	font-size: 1.188em;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
}
.h3 {
	margin-bottom: 18px;
}
figcaption.h3 {
	margin-bottom: 0;
}
.heading_border {
	padding-top: 7px;
	padding-bottom: 2px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
article p {
	margin: 18px 0;
}
.infobox { /* div,ul,p */
	border: 1px solid #ccc;
	padding: 1.4rem 1rem;
}
.infobox-heading {
	margin: -1.4rem -1rem 1.8rem;
	padding: 0.8rem;
	background-color: #ddd;
}
.media-list.infobox .infobox-heading {
	margin: -2.4rem -2rem 2rem;
}
.head_image { /* img */
	width: 100%;
}
#map_canvas { /* googlemaps api */
	width: 100%;
	height: 480px;
}
#info #map_canvas { /*not api*/
	height: 320px; /*g-mapはrem認識しない*/
}
.l-picture,
.r-picture,
.l-picture-xs,
.r-picture-xs {
	margin-bottom: 18px;
}
.l-picture-xs,
.alignleft-xs {
	float: left;
}
.l-picture-xs {
	margin-right: 3.925%; /* 以前は10px */
}
.r-picture-xs,
.alignright-xs {
	float: right;
}
.r-picture-xs {
	margin-left: 3.925%; /* 以前は10px */
}
.r-picture-xs-ojisanwidth {
	width: 35%;
}
.aligncenter {
	text-align: center;
}

.list-disc {
	list-style-type: disc;
	padding-left: 2.5em;
}
.list-disc li {
	list-style-type: disc;
}
.sletter { /* h2,p,span、.b_big_xと組み合わせて使う */
	margin: 36px 0 18px;
}
.sletter-panel {
	padding: 18px 15px;
	background-color: #F5D6DD;
}
.sletter small {
	display: block;
}
.sletter small,
.small {
	font-size: 0.71em; /* 親要素の補文的なsmallなのでemで */
	font-weight: normal;
}

/*---------- 文字装飾 ----------*/
.baseline { /* 半角括弧のベースライン揃え用 */
	vertical-align: 0.14em; /* menulistのh3fontではtopがベストだがその他では… */
	font-size: 93%;
}
.kerning:after { /* 文字間詰めした[・]挿入 */
	content: "";
	margin-left: -0.2em;
}
.kerning:before { /* 文字間詰めした[・]挿入 */
	content: "\30FB"; /* [・] */
	margin-left: -0.15em;
}
.kerning2:after { /* 文字間開けした[/]挿入 */
	content: "";
	margin-left: 0.1em;
}
.kerning2:before { /* 文字間開けした[/]挿入 */
	content: "/";
	margin-left: 0.1em;
}
.narrow-letter-space { /* 文字間狭くfont小さく */
	letter-spacing: -0.12em;
	font-size: 0.985em;
}
.letter-space-narrow { /* 文字間狭く */
	letter-spacing: -0.05em;
}
.letter-space-tracking { /* 「・」の後ろと直前文字の後ろ,「、。」の後ろを狭く */
	letter-spacing: -0.19em;
}
.kerning4:after, /* 文字間詰めした[、]挿入 */
.kerning5:after { /* 文字間詰めした[。]挿入 */
	content: "";
	margin-left: -0.27em;
}
.kerning4:before { /* 文字間詰めした[、]挿入 */
	content: "\3001"; /* [、] */
	margin-left: -0.08em;
}
.kerning5:before { /* 文字間詰めした[。]挿入 */
	content: "\3002"; /* [。] */
	margin-left: -0.08em;
}
.markfont { /* span(■●raquo等の記号を大きく) */
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.b_big {
	font-size: 1.25em; /* body（1em）→の1.25 */
}
.b_big_x {
	font-size: 1.65em;
	font-weight: bold;
	line-height: 1.4;
}
mark {
	background: linear-gradient(transparent 50%, #ffe000 50%);
}
.price-font,
.price-box {
	/*font-size: 1.094em; /* 1.10em */
	font-family: Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.price-box:after {
	content: "\FF08\7A0E\8FBC\FF09"; /* （税込） */
	margin-left: -0.5em; /* 円と（税込）間を字詰め */
	font-size: 0.857em;
}

.check_bg {
	padding: 10px 18px 5px;
	color: #6c4e1f;
	border: solid 5px #ded0b2;
	background-color: #faf1e3;
}
.check_bg-wrap .check_bg { /* title付ける.check_bg-wrapで包む場合は */
	padding-top: 26px; /* titleとlistの間隔を広く*/
}
.check_bg li {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 28px;
	text-indent: -1.5em;
}
.check_bg li::before {
	font-family: 'FontAwesome';
	content: '\f046\00a0';
	font-size: 1.25em;
	vertical-align: middle;
}
.check_bg-wrap {
	position: relative;
	margin-top: 50px;
}
.check_bg-heading {
	position: absolute;
	top: -25px;
	left: 18px;
	padding: 6px 12px;
	color: #6c4e1f;
	background-color: #ded0b2;
	border-radius: 20px;
}
.inline-list li,
.inline-list dl,
.inline-list dt,
.inline-list dd {
	display: inline;
}
.list-floatSide {
	overflow: hidden;
}
.inline-list.list-floatSide {
	border-bottom: 2px solid #ccc;
	margin-top: 2rem;
	margin-bottom: 0.8rem;
}
.inline-list.list-floatSide dt {
	padding-left: 7px;
	border-left: 8px solid #ccc;
	margin-bottom: 4px;
	display: inline-block;
}
.notes-list { /* ul */
	font-size: 1.4rem;
	line-height: 1.5;
}
.burasage { /* .notes-listのぶら下げ部分をパーツ化*/
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}
.sideNav-child,
.nest-indent-list .children, /* .childrenはワードプレスnativeのcss*/
.nest-indent-list dd,
.nest-indent-list ul {
	padding-left: 16px;
}
.media-list-heading {
	font-size: 1.094em;
	font-weight: bold;
	line-height: 1.4;
	background-color: transparent;
}
.media-list .media-list-heading {
	margin-bottom: 1.6rem;
}
.media-list.infobox {
	padding-top: 2.4rem;
	padding-bottom: 2rem;
}
.logolist_listItem {
	width: 222px;
	margin-right: 18px;
}
.main_box {
	padding-bottom: 6rem;
}
.sub-article { /* 記事アーカイブページの個別記事を囲う */
	margin-bottom: 6rem;
}
.maki4box {
	margin-bottom: 30px;
	background-color: #ffe8bf;
}
.maki4box h3, .maki4box p {
	padding-right: 10px;
	padding-left: 10px;
}
.maki4box h3 {
	padding-top: 15px;
	text-indent: -0.5em;
	color: #4d1208;
}
.maki4box p {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.maki4box .l-picture,
.maki4box .r-picture {
	margin-bottom: 0;
}
.span_into_block14 {
display: block;
line-height: 1.4;
}
.span_into_block1110,
.span_into_block11 {
display: block;
line-height: 1.1;
}
.span_into_block1110 {
margin-top: 10px;
}

#modal, #modal2 {
	display: none;
}
#modal:target, #modal2:target {
	display: block;
	position: fixed;
	top: 8%;
	left: 10%; /* right10%(=100-80%-10%)*/
	width: 80%;
	z-index: 30;
}
.modal_content {
	padding: 1.8rem 1rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	background-color: #fff;
}
.modal_heading {
	color: #E74C3C;
}
.modal_menu a {
	color: inherit;
	display: block;
	padding: 1.3rem 0;
	float: left;
	width: 50%;
}
.btn-close_link {
	font-size: inherit;
	background-color: #E74C3C;
	width: 100%;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -10;
}

/* 特集・限定のメニュー */
.menuList,
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.related_sites .flex-wrapper {
	max-width: 735px; /* ie11のバグ対策 */
}
.limitMenu_listItem {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted #3E3A39;
}
.shop-btns {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.btn-deepOrange {
	width: 110px;
	margin: 5px 5px 0;
	background-color: #CD3815;
}
.btn-deepOrange::after {
	content: " »"
}

/*---------- グリッドシステム ----------*/
.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box; /* ★ */
}
.container.content {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 670px) { /* ★ 680px*/
	.container,
	.content {
		width: 650px; /* ★648px */
	}
}
@media (min-width: 1024px) { /* 921px★ */
	.container {
		width: auto; /* inherit★ */
	}
}
/*@media (min-width: 1200px) {
/*  .container {
		width: 1170px;
	}*/
/*}*/
.row {
	margin-right: -10px;
	margin-left: -10px;
	box-sizing: inherit; /* ★ */
	display: block; /* ★ */
}
/*.col-xs-1,*/ .col-sm-1,/*.col-md-1, .col-lg-1, .col-xs-2,*/.col-sm-2,/*.col-md-2, .col-lg-2,*/ .col-xs-3, .col-sm-3,/*.col-md-3, .col-lg-3,*/.col-xs-4, .col-sm-4, .col-md-4,/*.col-lg-4, */.col-xs-5, .col-sm-5,/*.col-md-5, .col-lg-5,*/ .col-xs-6, .col-sm-6,/*.col-md-6, .col-lg-6, */.col-xs-7, .col-sm-7,/* .col-md-7, .col-lg-7,*/ .col-xs-8,/*.col-sm-8, */.col-md-8,/* .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10,.col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,*/.col-xs-12
/*.col-sm-12, .col-md-12, .col-lg-12*/ {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: inherit; /* ★ */
}
/*.col-xs-1, .col-xs-2,*/.col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9,/*.col-xs-10, .col-xs-11,*/
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
/* 以下、.col-xs-11～.col-xs-10は不使用につき記載しない {
}*/
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
/* 以下、.col-xs-2～1、.col-xs-pull-、.col-xs-push-、.col-xs-offset-は不使用につき記載しない */
.col-sm-5-6:last-of-type { /* 配達エリア検索の注釈文box専用*/
	padding-left: 1.8em;
	text-indent: -1.8em;
}
@media (min-width: 670px) { /* 667px以上 */
	.col-sm-1, .col-sm-1-2, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-5-6, .col-sm-6, .col-sm-8, .col-sm-9, .col-sm-7,/* .col-sm-10, .col-sm-11, .col-sm-12*/ {
		float: left;
	}
/*	以下、.col-sm-12～.col-sm-8は不使用につき記載しない {
	}*/
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5-6 {
		width: 44.5%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-1-2 {
		width: 9.2%;
		margin-right: 10px;
	}
/* 以下、、.col-sm-pull-、.col-sm-push-は不使用につき記載しない */
}
@media (min-width: 1024px) {
	.col-md-4 {
		width: 33.33333333%;
		}
	.col-md-8 {
		width: 66.66666667%;
	}
}

.option-heading {
	margin-bottom: 1.4rem;
	padding-top: 0.2rem; /*height48px＝.option-labelのheight*/
	padding-bottom: 0.2rem;
	background-color: #ffad99;
}
.iopt_radio_label,
label[for^="payment_name"],
.iopt_checkbox_label {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: inline-block;
}
.customkey_container .iopt_radio_label {
	display: block;
}
.option-name {
	float: left;
	padding-right: 0.5em;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.line-bottombox {
	margin-right: 3.5em;
	position: relative;
	top: -14px;
	text-align: right;
	border-bottom: dotted 2px #bbbbbb;
}
.line-bottombox span {
	padding-left: 0.3em;
	position: relative;
	top: 14px;
	background-color: #fff;
}

/*---------- アコーディオン,タブ切り替え ----------*/
.accordion { /* div */
	position: relative; /* .option-label,.btn-blueの基準box */
}
input[name="tabset"],
.bellows,
.option-label { /* input[type="checkbox"] */
	display: none;
}
.tab-panel .infobox { /* labelタブパネル切替用 */
	border-color: #0172A9;
	padding-top: 3.2rem;
}
.tab { /* labelタブパネル切替用 */
	display: block;
	padding: 10px 5px;
	width: 49%;
	box-sizing: border-box;
	line-height: 1.4;
	background-color: #fff;
	border-width: 1px 1px 0px 1px; /* 下線はなし */
	border-style: solid;
	border-color: #ccc;
	border-radius: 6px 6px 0px 0px; /* 左上・右上のみ丸く*/
	cursor: pointer;
	text-align: center;
}
input[name="tabset"]:checked + .tab {
	background-color: #0172A9; /* #96bed2,#80A3B4,#569BA8 */
	border-color: #0172A9;
	color: #fff;
}
.tab-panel {
	display: none; /* height: 0;だと表示される。包含するinputがインラインなのでheight指定できない */
}
#tab-area:checked ~ #area-panel,
#tab-zip:checked ~ #zip-panel {
	display: block;
}

/*------ サイドエリア・ページ内目次 ------*/
.sidebar .sideNav { /* ul,dl */
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 3rem;
}
.main_box .sideNav { /* 目次 */
	margin-bottom: 5rem;
}
.sideNav_heading, /* サイドバーメニューの項目タイトル */
.sideNav a {
	padding: 14px 10px 11px;
	text-decoration: none;
	line-height: 1.4;
	color: #000;
}
.sideNav_listItem,
.sideNav_heading {
	border-bottom: 1px solid #ccc;
}
li .sideNav-child .sideNav_listItem:first-child {
	border-top: 1px solid #ccc;
}
.sideNav-child .sideNav_listItem:last-child {
	border-bottom: none;
}
.sideNav_listItem .small {
	font-size: 0.813em;
}
.sideNav a:hover {
	color: #54351f;
	background: #e7e8e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7e8e9 0%, #eeeeee 58%, #f4f4f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e7e8e9 0%,#eeeeee 58%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e7e8e9 0%,#eeeeee 58%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e8e9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.link-gtmark { /* a */
	position: relative; /* .link-gtmark::afterの親(基準)になる */
	display: block;
	text-decoration: none;
	color: inherit;
}
.link-gtmark::after {
	position: absolute; /* 親は.link-gtmarkか.article-banner */
	font-family: FontAwesome;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 1.4em;
}
.link-gtmark-mininone::after,
.link-gtmark-mini::after {
	content: "\f054"; /* [>]右向き矢印 */
}
.link-gtmark-minibig::after {
	content: "\f054"; /* [>]右向き矢印 */
	font-size: 1.4em;
	right: 0; /* 標準0.2em */
}
.link-gtmark-big::after {
	content: "\f105"; /* [>]fa-angle-right */
	color: #fff;
	font-size: 5.4em;
	line-height: 1.4;
	right: 0.07em;
	opacity: 0.6;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6),-4px -4px 6px rgba(0, 0, 0, 0.6);
}
.link-gtmark-mininone::after,
.sideNav .link-gtmark-mini::after {
	right: 0.625em;
	color: #bdbfbf;
}
.main-h1 .link-gtmark-mini:hover,
.shop_title:hover,
.site_footer .content a:hover {
	color: #80a3b4;
}
.main-h2 .link-gtmark-mini:hover {
	color: #b5e6ff;
}
.gallery-caption {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
img + .wp-caption-text,
img + .img-figcaption {
	padding-top: 3px;
}
.gallery-caption,
.img-figcaption-small {
	font-size: 0.9375em;
	font-weight: normal;
}
.h3font.img-figcaption .img-figcaption-small {
	display: block;
}
.h3font.img-figcaption .img-figcaption-small::after,
.h3font.img-figcaption .img-figcaption-small::before {
	content: "～";
}
.imgTitle { /* span */
	position: absolute;
	bottom: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: rgba(255,255,255,0.75);
}
.addMark {
	display: inline-block;
	margin-right: 2%;
	padding: 0 2%;
	font-size: 1.2rem;
	background-color: #FF0000;
	color: #FFF;
	vertical-align: 0.2em;
	white-space: nowrap;
}
time + .addMark {
	margin-left: 20px;
}
.addMark.cat_med {
	background: #B21E26;
}
.addMark.shop {
	background: #608A40;
}
.addMark.cat_menu {
	background: #F1982E;
}
.addMark.cat_shopinfo {
	background: #3A79FF;
}
hr.line {
	padding: 0;
	border: 0; /* RessetCssこうしないとブラウザデフォルトが表示される */
	border-bottom: dotted 1px #666666;
}
.table_line {
	width: 100%;
	border-bottom: 1px solid #4B4440;
}
.table_line th,
.table_line td {
	padding: 8px;
	border-top: 1px solid #4B4440;
}
.table_line th {
	background: #EBE7E4;
	width: 25%;
}
.tab-panel td {
	padding-left: 4px;
	padding-right: 4px;
}
.width30 {
	width: 30%;
}
.width45 {
	width: 45%;
}
blockquote {
	padding: 2em 1em;
	position: relative;
	background-color: whitesmoke;
}
blockquote::before,
blockquote::after {
	font-size: 500%;
	line-height: 0.5em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #999;
	position: absolute;
}
blockquote::before {
	content: "“";
	left: 0;
}
blockquote::after {
	content: "”";
	right: 0;
}
.fukidashi { /*親に何かboxを設定すること*/
	position: absolute;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 5px;
	background-color: rgba(178,30,37,0.75);
	color: #fff;
	line-height: 1.4;
	border-radius: 5px;
}
.fukidashi::before {
	top: 38%;
	position: absolute;
	content: '';
	display: block;
	width: 0; /*ここで位置調整*/
	height: 0;  /*ここで位置調整*/
	border-style: solid;
	border-width: 12px 0px 12px 24px;
	border-color: transparent transparent transparent rgba(178,30,37,0.75);
}
.fukidashi_left-side::before {
	right: -24px;
}
.fukidashi_right-side::before {
	left: -24px;
	transform: rotateY(180deg);
}
@media (min-width: 415px) {
	.fukidashi {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*---------- ページネーション ----------*/
.pagination { /* nav,div */
	overflow: hidden;
	background-color: transparent;
	text-align: center;
}
.pagination.clearfix { /* 次ページ/前ページのnav */
	clear: both;
	padding-top: 5rem;
}
.page-numbers { /* a,span */
	display: inline-block;
	padding: 6px 14px;
	text-decoration: none;
}
a.page-numbers {
	color: #666666;
	background-color: #fff;
	border: solid 1px #cccccc;
}
a.page-numbers:hover {
	background-color: #e8e8e8;
}
.pagination .current { /* span */
	color: #fff;
	background-color: #666666;
	border: solid 1px #666666;
}
.prev-nonumbers { /* 前のページへのリンク(1,2,3というようなページ番号付きページャーの場合は、paginate_links関数に組み込みのクラス.prevが出力される) */
	float: left;
}
.next-nonumbers { /* 次のページへのリンク(1,2,3というようなページ番号付きページャーの場合は、paginate_links関数に組み込みのクラス.nextが出力される) */
	float: right;
}
.prev-nonumbers,
.next-nonumbers {
	width: 49.5%;
}

/* ユーティリティー */
.margin-top-zero {
	margin-top: 0;
}
.margin-top-small {
	margin-top: 36px;
}
.margin-top-large {
	margin-top: 54px;
}
.margin-bottom-zero {
	margin-bottom: 0;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.margin-bottom30 {
	margin-bottom: 30px;
}
.margin-bottom40 {
	margin-bottom: 40px;
}
.margin-bottom50 {
	margin-bottom: 50px;
}

/* フッター
===========================================*/
/*----- トップに戻る -----*/
.page_top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	background: #FF3500;
	text-align: center;
	line-height: 50px;
	z-index: 30;
	opacity: 0.8;
}
.page_top:hover {
	color: #fff;
	opacity: 1.0;
}
.site_footer {
	position: relative;
	padding-top: 3.5rem;
	padding-bottom: 3rem;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/namiback.jpg);
	background-color: #004668;
	color: #fff;
}
#oneColumn_page .site_footer {
	margin-top: 6rem;
}
.site_footer .nest-indent-list {
	line-height: 1.85;
}
.nest-indent-list .container { /*タブレットwidth:650pxなので*/
	width: auto;
}
.site_footer-list_heading {
	display: block;
	margin-bottom: 1rem;
	width: 90%;
	border-bottom: 1px solid #fff;
}

@media (max-width: 669px) { /* 679px以下 679px*/
	.option-label { /* label個別商品ページのオプション開閉用 */
		position: absolute; /* 親要素はrelative設定された.accordion */
		cursor :pointer;
	}
	.option-label { /* label */
		top: -62px; /* h3左上端に配置(h3のheight:44px＋margin-bottom:8px)、.accordionはlabelの下にあるのでマイナス値を設定 */
		left: 0; /* h3左上端に配置 */
		display: block; /* h3領域のどこをタッチしてもcheckedできるように */
		width: 100%; /* h3領域のどこをタッチしてもcheckedできるように */
		height: 48px; /* h3のheightと揃える */
	}
	.option-label:after {
		position: absolute; /* 親要素はabsolute設定されたlabel */
		display: inline-block;
		font-family: FontAwesome;
	}
	.option-label:after {
		top: 0; /* =(label:afterのheight:48px-labelのheight:44px)/2 */
		right: 10px;
		content: "\f078"; /* 下向き矢印 */
		font-size: 1.8em; /* height:48px */
	}
	.accordion .optionlist { /* dl,ul,div 開閉時アニメーション */
		-webkit-transition: height 0.5s;
		-moz-transition: height 0.5s;
		-ms-transition: height 0.5s;
		-o-transition: height 0.5s;
		transition: height 0.5s; /* 開閉アニメーション:変化させるプロパティheightのみ,変化の継続時間0.5秒 */
		height: 0; /* チェックが入っていない時の高さ */
		overflow: hidden;
	}
	.accordion .checked_displayBlock {
		display: none; /* チェックが入っていない時 */
	}
	.bellows:checked + .option-label:after { /* checkedされた時のアイコンフォントの動き */
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg );
		transform: rotate(180deg); /* 下向き矢印を180度回転、上向き矢印に */
	}
	.bellows:checked ~ .optionlist {
		height: auto; /* チェックが入っている時の高さ */
	}
	.bellows:checked ~ .optionlist-margin-bottom {
		margin-bottom: 3rem;
	}
	.bellows:checked ~ .checked_displayBlock {
		display: block; /* チェックが入っている時 */
	}
	.container .aligncenter.checked_displayBlock { /* cta-button */
		margin-left: -9px;
		margin-right: -9px;
	}
	.btn-shoparea_search_link {
		width: 40%;
	}
	.pc {
		display: none;
	}
	.limitMenu_listItem .menuList_li-detail { /*特集・限定のメニュー*/
		width: 100%;
		margin-top: 20px;
		font-size: 1.6rem;
		text-align: center;
	}
	.header-minilist {
		position: absolute; /* 親は.site-header */
		top: 43%;
		z-index: 30;
		background-color: #fff;
		width: 100%;
	}
	.sp.btn_bars::before {
		font-family: 'FontAwesome';
	}
	.sp.btn_bars.open::before { /*.toggleClass('open')で追加・削除*/
		content: '\f00d'; /* ×印 */
	}
	.sp.btn_bars::before {
		content: '\f0c9'; /*ハンバーガー*/
	}
	.option-heading > .small, /* span */
	.spBlock_pcInline { /* span */
		display: block;
	}
	.sidebar .sideNav:last-child {
		margin-bottom: 5rem;
	}
}
@media (min-width: 670px) and (max-width: 767px) {
	.btn-header.hcta-inner-inner {
		width: 124px;
	}
}
@media (min-width: 670px) and (max-width: 1023px) { /*min768px*/
	.hgroup {
		max-width: 50%; /*435px*/
	}
	.l-picture.menu_image {
		float: none;
	}
	.menuList_li:nth-of-type(2n),
	.limitMenu_listItem:nth-of-type(2n) {
		padding-right: 0;
	}
}

@media (min-width: 670px) { /*667px*/
	body {
		-webkit-text-size-adjust: none;
	}
	.alignleft,
	.l-picture {
		float: left;
	}
	.l-picture,
	.l-picture-xs { /* text回り込ませ用 */
		margin-right: 20px;
	}
	.alignright,
	.r-picture {
		float: right;
	}
	.r-picture,
	.r-picture-xs { /* text回り込ませ用 */
		margin-right: 4px;
		margin-left: 20px;
	}
	.news_alink,
	.btn-gray.margin-top10-blockBox {
		margin-left: auto;
		margin-right: auto;
		width: 94%;
	}
	.alignleft-oppositeBox { /* 幅固定.responsive-bannerの反対側のbox */
		width: 100%;
		margin-right: -340px;
		padding-right: 340px;
		box-sizing: border-box;
	}
	.maki4box .r-picture {
		margin-right: 0;
	}
	.r-picture-xs-ojisanwidth {
		width: 25%;
	}
	.responsive-banner { /* img,figure 不要か？と思ったが、限定おすすめページ等でコンテンツ内でテキスト回り込ませて表示する場合に使う*/
		width: 316px;
	}
	#info #map_canvas {
		height: 600px;
	}
	.b_big {
		font-size: 1.40em;
	}
	.b_big_x {
		font-size: 1.95em;
	}
	.optionlist-margin-bottom {
		margin-bottom: 3rem;
	}
	.sp { /* ここから以前はmin-width768px */
		display: none;
	}
	#cse-search-box { /* google検索box */
		padding: 0;
	}
	.form-control-site-search {
		border: none;
	}
	#cse-search-box button {
		width: 22%;
		top: 0; /*#cse-search-boxのpadding-top*/
		left: 75%;
	}
	.site-header-inner,
	.hnav-inner {
		width: 100%;
		margin-left: auto;
		margin-right:auto;
	}
	.hgroup { /* floatするがwidth指定なしでOK。初期値autoがshrink-to-fitしてくれる。 */
		float: left;
		padding-top: 15px; /* .h_infoと同じ値に揃える */
		padding-bottom: 14px; /* .h_infoと同じ値に揃える */
		padding-left: 10px;
		height: 104px; /* .h_infoと同じ値になるように */
	}
	.header-h1 {
		font-size: 1.5rem;
	}
	.logo {
		padding-right: 0;
	}
	.logo-media {
		width: 71%; /*2文字の店名なら76%*/
	}
	.logo_notShop .logo-media {
		width: 87%;
	}
	.hcta {
	/* width: auto; width指定なしでOK。初期値autoがshrink-to-fitしてくれる。 */
		padding-top: 15px; /* .hgroupと同じ値に揃える */
		padding-bottom: 14px; /* .hgroupと同じ値に揃える */
		padding-right: 10px;
		color: #fff;
		float: right;
		background-color: transparent;
	}
	.btn-header-tel, .btn-header-text {
		width: 280px;
	}
	.shop_title {
		font-size: 1.8rem;
	}

/*---------- ヘッダーメニュー ----------*/
	.hnav .li-floatNav:nth-child(3) {
		border-right: 1px solid #A47700;
	}
	.li-floatNav.row1 { /* li、.subnavにも効く */
		border-bottom: none;
	}
	.hnav { /* nav */
		clear: both;
		font-size: 1.6rem;
	}
	.page-id-111 .hnav,
	.page-template-uscescart .hnav,
	.page-template-uscesmember .hnav { /*TOP,cart,member*/
		margin-bottom: 5rem;
	}
	.hnav .li-floatNav {
		width: 16.667%;
	}
	.hnav .li-floatNav:last-child {
		border-right: none;
	}
	.header-minilist {
		display: flex;
		justify-content: center;
		background: rgba(35,24,21,0.50);
	}
	.header-minilist .sideNav_listItem {
		border-bottom: none;
	}
	.header-minilist .sideNav_listItem:last-child { /*google検索box*/
		padding-top: 4px;
	}
	.sideNav.header-minilist a {
		padding-top: 8px;
		padding-bottom: 8px;
		color: #fff;
	}
	.sideNav.header-minilist a:hover {
		color: #000;
	}
	.link-gtmark-minibig::after {
		content: "\f105"; /* [>]fa-angle-right */
		font-size: 5.4em;
		color: #fff;
		right: 0.15em; /* leftは初期値auto */
		opacity: 0.6;
		text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6),-4px -4px 6px rgba(0, 0, 0, 0.6);
	}
	.link-gtmark-mininone::after {
		content: none;
	}
	.addMark {
		margin-right: 5px;
		padding: 0 5px;
		font-size: 1.4rem;
	}
	.main-h1 {
		font-size: 2.4rem;
	}

	.subNav { /* ul */
		display: table;
		width: 100%;
		padding: 0 5px;
	}
	.subNav li {
		display: table-cell;
		padding: 1% 0;
	}
	.subNav_menu li,
	.subNav_menu .wide {
		width: auto;
	}
	.subNav_menu li.last div {
		border-right: 2px dotted #3E3A39;
	}
	.subNav li a {
		padding: 0 25px;
	}
	.menuList_li { /*.menuList > li */
		position: relative;
		width: 310px;
		padding: 30px 20px 30px 0;
	}
	.menuList_li-attachment {
		width: 100%;
	}
	.menuList_li-add { /* menuList_li ul */
		position: absolute;
		top: 30px;
	}
	.menuList_li-detail { /* menuList_li ul */
		width: 100%;
		margin-top: 20px;
		font-size: 1.6rem;
		text-align: center;
	}
	.item_heading {
		font-size: 1.85rem;
	}
	.media-list.infobox {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#modal:target, #modal2:target {
		top: 25%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 80rem;
	}
	.limitMenu_listItem { /*特集・限定のメニュー*/
		padding-right: 20px;
		max-width: 310px;
	}

/*---------- フォーム ----------*/
	.radio-group,
	.form-control-ask {
		width: 65%;
	}
	select.form-control-ask {
		width: auto;
	}
	.label-askform {
		width: 30%;
		display: inline-block;
		padding-top: 9px;
		vertical-align: top;
	}
	.page_top {
		right: 40px;
	}
}

@media (min-width: 1024px) {
	.header-minilist .sideNav_listItem {
		margin: 0 20px;
	}
	.header-h1 {
		font-size: 1.6rem;
	}
	.shop_title {
		font-size: 2.2rem;
		font-weight: bold;
		margin-right: 5px;
	}
	.content, /* article,topicPath */
	.site-header-inner,
	.hnav-inner {
		width: 980px;
	}
	.sidebar {
		float: left;
		width: 26%;
	}
	.main_box {
		float: right;
		width: 70%;
	}
	.menuList_li:nth-of-type(3n) {
		padding-right: 0;
	}
}
