@charset "utf-8";
/*
Theme Name: Original
Theme URI: --
Description: A theme by MIYASAKA
Version: 1.0
Author: --
Author URI: --
*/

/* ================================================================================================
	Grobal Setting
================================================================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, main, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
	vertical-align: baseline;
	word-wrap:break-word;
}
body{
	letter-spacing: 0em;
	line-height: 1em;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #595959;
}

main {
	display: block;
}

/* ================================================================================================
		common
================================================================================================ */
a {
	color:#595959;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 0.65;
}

/* ================================================================================================
		Header.php
================================================================================================ */
#wrapper {
	width: 1000px;
	margin: 0 auto 20px auto;
	position: relative;
}

#top #wrapper:after {
	display: block;
	clear: both;
	content: "";
}

#top-headerbg {
	background: #fff;
	height: 100px;
}

@media screen and (max-width:1000px) {
	#wrapper {
		width: auto;
		margin: 0 auto 0 auto;
	}
	#top-headerbg {
		padding-bottom: 10px;
		height: auto;
	}
}

#top-header {
	background-size: cover;
}

@media screen and (max-width:540px) {
	#top-header {
		background-size: 500px;
	}
	#top-headerbg {
		padding-top: 10px;
		height: auto;
	}
}

@media screen and (max-width:1000px) {
	#top header {
		padding: 0 10px;
	}
	
	#top header:after {
		display: block;
		content: "";
		clear: both;
	}
}

#logo {
	float: left;
	width: 228px;	
}

@media screen and (max-width:1000px) {
	#logo {
		width: 190px;
	}
	#top #logo {
		margin-top: 10px;
	}
}

@media screen and (max-width:520px) {
	#logo {
		width: 31%;
		margin-top: 0;
	}
	#top #logo {
		margin-top: 0;
	}
}

#logo img {
	width: 100%;
}

#glovalnav {
	width: 670px;
	float: right;
	margin-top: 11px;
}

@media screen and (max-width:1000px) {
	#top #glovalnav {
		width: 249px;
		padding-right: 45px;
		margin-top: 15px;
	}
}

@media screen and (max-width:1000px) {
	#sub #glovalnav {
		width: 251px;
		padding-right: 37px;
		margin-top: 5px;
	}
}

@media screen and (max-width:540px) {
	#sub #glovalnav {
		width: 150px;
		padding-right: 37px;
		margin-top: 0;
	}
}

@media screen and (max-width:520px) {
	#top #glovalnav {
		width: auto;
		padding-right: 50px;
		margin: 0;
	}
}


@media screen and (max-width:520px) {
	#top #glovalnav {
		width: auto;
		padding-right: 37px;
		margin: 0;
	}
}

#glovalnav ul {
	display: inline-block;
	width: 490px;
}

@media screen and (max-width:1000px) {
	#glovalnav ul {
		width: auto;
	}
}

#glovalnav ul li {
	margin: 0;
	padding: 10px 40px 10px 44px;
	list-style: none;
	display: inline-block;
}

@media screen and (max-width:1000px) {
	#glovalnav ul li {
		padding: 0;
	}
}

#glovalnav ul a {
	color: #5e421a;
	font-weight: bold;
}

#glovalnav #menu {
	background: url(images/common/icon_menu.png) no-repeat left center;
}

@media screen and (max-width:1000px) {
	#glovalnav #menu {
		display: none;
	}
}

#glovalnav #order {
	background: url(images/common/icon_order.png) no-repeat left center;
}

@media screen and (max-width:1000px) {
	#glovalnav #order {
		background: none;
	}
}

@media screen and (max-width:1000px) {
	#glovalnav #order a {
		border: 1px solid #887355;
		background: url(images/common/icon_order.png) no-repeat 10px 7px #f9f5ee;
		background-size: 25px;
		border-radius: 5px;
		display: inline-block;
		padding: 10px 20px 10px 40px;
		font-size: 20px;
	}
}

@media screen and (max-width:520px) {
	#glovalnav #order a {
		border: 1px solid #887355;
		background: url(images/common/icon_order.png) no-repeat 8px 6px #f9f5ee;
		background-size: 15px;
		border-radius: 5px;
		display: inline-block;
		padding: 5px 4px 3px 26px;
		font-size: 13px;
		
	}
}

#glovalnav #shop-search {
	background: url(images/common/icon_shop-search.png) no-repeat left center;
}

@media screen and (max-width:1000px) {
	#glovalnav #shop-search {
		display: none;
	}
}

#english {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:1000px) {
	#english {
		padding-left: 3px;
	}
}

@media screen and (max-width:520px) {
	#english {
		padding-left: 0px;
		font-size: 11px;
	}
}

#english a {
	padding: 12px;
	display: inline-block;
	color: #fff;
	background: #887355;
}

@media screen and (max-width:1000px) {
	#english a {
		padding: 10px 8px;
		display: inline-block;
		color: #fff;
	}
}

@media screen and (max-width:520px) {
	#english a {
		padding: 5px;
		display: inline-block;
		color: #fff;
		background: #887355;
	}
}

#hamburger {
	position: absolute;
	top: 30px;
	right: 0;
}

#hamburger:hover {
	opacity: 0.7;
}

@media screen and (max-width:1000px) {
	#top #hamburger {
		top: 15px;
		right: 10px;
		width: 44px;
	}
}

@media screen and (max-width:520px) {
	#top #hamburger {
		width: 30px;
		top: 1px;
		right: 10px;
	}
}

header {
	position: relative;
	padding-top: 20px;
}

@media screen and (max-width:520px) {
	header {
		padding-top: 0;
	}
}


header nav.navi {display:none; background-color: #473015; position: absolute; top: 100px; z-index:99999;}

@media screen and (max-width:1000px) {
	header nav.navi { width: 100%; margin: 0; box-sizing: border-box; padding: 10px; top: 70px; left: 0;}
}


@media screen and (max-width:1000px) {
	#sub header nav.navi { top: 70px;}
}

@media screen and (max-width:520px) {
	header nav.navi {
		top: 41px;
		padding: 10px;
	}
	
	#sub header nav.navi {
		top: 49px;
		padding: 10px;
	}
}

header nav.navi .inner {margin:0 auto 0 auto; padding:10px 0; max-width:980px;}
.sub-menu {
	list-style: none;
}
header nav.navi .inner li a {padding: 15px 0; text-align:center; display:block; color: #fff;}
header nav.navi .inner > ul > li { width: 188px; display:inline-block; vertical-align:top; float: left; margin: 0 10px 10px 0;}
header nav.navi .inner > ul > li:last-child { margin: 0 0 10px 0;border-bottom:1px solid #fff;}
header nav.navi .inner > ul > li > a:hover {background-color: #454545;}
header nav.navi .inner > ul > li > a {border: 1px solid #fff;}
header nav.navi .inner > ul > li > ul > li {text-align:left;}
header nav.navi .inner > ul > li > ul > li > a {padding-left:25px; text-align:left; border-top:1px solid #fff; position:relative;}

header nav.navi .inner > ul > li > ul > li > a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #473015;
}
header nav.navi .sub-menu .sub-menu a {text-align: left; padding-left: 4em; border-bottom: 1px dotted #fff;}
header nav.navi .sub-menu .sub-menu li:first-child a { border-top: 1px solid #fff;}
header nav.navi .sub-menu .sub-menu li:last-child a {border: none;}
header nav.navi .sub-menu li:last-child a {border-bottom: 1px solid #fff;}

@media screen and (min-width:1000px) {
	
	header nav.navi {
		padding: 0 10px 0 10px;
	}
	.smart {display:none;}
	.pc {display:block;}
	header nav.navi .sub-menu .sub-menu {display:none;}

	header .inner .right_box .float_left {width: 305px; margin-right: 30px;}
	header .inner .right_box .float_left li {text-align:right;}
	header .inner .right_box .float_left .myshop {margin-top:20px;}

	header nav.navi .inner ul li { list-style: none;}
	header nav.navi .inner > ul > li:first-child {width: 1000px;}
	header nav.navi .inner > ul > li:first-child > a {width: 188px; display:inline-block;}
	header nav.navi .inner > ul > li:first-child > ul,
	header nav.navi .inner > ul > li:first-child > ul > li {display:inline-block; vertical-align:top;}
	header nav.navi .inner > ul > li:first-child > ul > li a {margin-top: 15px;  padding: 0 20px; font-size: 12px; border:0; border-right:1px solid #ddd;}
	header nav.navi .inner > ul > li:first-child > ul > li a:before,
	header nav.navi .inner > ul > li:first-child > ul > li a:after {content:initial;}
	header nav.navi .inner > ul > li:first-child > ul > li:last-child a {border:0;}

	#wrapper.gb_index { background-image:url(images/index/bg.png),url(images/common/bg.jpg); background-repeat:no-repeat,repeat; background-position:center top,left top; background-size: contain,auto; }

	#contents.single.menu .thumbnail {max-width:500px; float:left;}
	#contents.single.menu .text {width:450px; float:right;}

	#contents.archive.menu form {margin-right:12px;}
	#contents.archive.menu form.form_menu2 {display:none;}
}


@media screen and (max-width:1000px) {
header nav.navi .inner > ul > li:first-child > a { margin-bottom: 10px;}
	header .inner {padding: 10px 10px; width: initial;}
	header .inner .left_box { width:43%; height: 60px; }
	header .inner .left_box a { line-height: 80px; }
	header .inner .left_box img { width:100%; max-width:211px; height:auto; }
	header .inner .right_box { width:53%; position:relative; min-height:60px; }
	header .inner .right_box .float_left { width: 60%; float:none; position:absolute; top:0; right: 75px;}
	header .inner .right_box .float_right { float:none; position:absolute; top:0; right:0; }
	header .inner .right_box .float_left .myshop p {margin-top: 7.5%; padding:5px 10px; text-align: center;}
	header .inner .right_box .float_left .myshop p span {display:inline-block;}
	header .inner .right_box .float_left .myshop p span:first-child {padding: 0 10px 0 20px;}

	header nav.navi .inner > ul {text-align:center;}
	header nav.navi .inner > ul > li {width: 100%; margin-bottom: 10px;}
}

/* ================================================================================================
		Index.php
================================================================================================ */

#top {
	background: url(images/common/top.gif);
}

#carousel {
	clear: both;
	height: 560px;
}

@media screen and (max-width:520px) {
	#carousel {
		height: 340px;
	}
}

@media screen and (max-width:450px) {
	#carousel {
		height: 285px;
	}
}

@media screen and (max-width:400px) {
	#carousel {
		height: 245px;
	}
}

@media screen and (max-width:350px) {
	#carousel {
		height: 195px;
	}
}

#arrows {
    width: 550px;
    height: 10px;
    position: relative;
    margin: 0px auto 0 auto;
}

@media screen and (max-width:650px) {
	#arrows {
		display: none;
	}
}

#arrows img:hover {
	opacity: 0.7;
}

#prev {
	top: -277px;
	left: 0px;
	z-index: 10000;
	position: absolute;
	cursor: pointer;
}

#next {
	top: -277px;
	right: 0px;
	z-index: 10000;
	position: absolute;
	cursor: pointer;
}

.slick001 {
	display: none;
}

#carousel .slick-dots {
	bottom: -9px;
}

.slick-dots li:hover {
	opacity: 0.7;
}

.slick-slide a:hover {
	opacity: 1;
}

.slick-slide a:hover img {
	opacity: 0.8;
}

#top-nav {
	text-align: center;
}

#top-nav li {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0 30px;
	display: inline-block;
}

@media screen and (max-width:760px) {
	#top-nav li {
		width: 135px;
		margin: 0 8px;
	}
}

@media screen and (max-width:520px) {
	#top-nav li {
		width: 86px;
		margin: 0 4px;
		font-size: 14px;
	}
}

#top-nav a {
	width: 165px;
	height: 165px;
	display: block;
	color: #432714;
	font-weight: bold;
}

@media screen and (max-width:760px) {
	#top-nav a {
		width: 135px;
	}
}

@media screen and (max-width:520px) {
	#top-nav a {
		width: 86px;
	}
}

#top-nav span {
	vertical-align: middle;
	text-align: center;
	display: block;
	padding-top: 105px;
}

#top-menu span {
	background: url(images/common/btn-menu-hover.png) no-repeat left -1000px;
}

#top-order span {
	background: url(images/common/btn-order-hover.png) no-repeat left -1000px;
}

#top-shop-search span {
	background: url(images/common/btn-shop-search-hover.png) no-repeat left -1000px;
}

@media screen and (max-width:760px) {
	#top-nav span {
		padding-top: 105px;
	}
}

@media screen and (max-width:520px) {
	#top-nav span {
		padding-top: 93px;
		font-size: 12px;
	}
}

#top-menu a {
	background: url(images/common/btn-menu.png) no-repeat left center;
	background-size: 100%;
}

#top-menu a:hover {
	background: url(images/common/btn-menu-hover.png) no-repeat left center;
	opacity: 1;
	background-size: 100%;
}

#top-order a {
	background: url(images/common/btn-order.png) no-repeat left center;
	background-size: 100%;
}

#top-order a:hover {
	background: url(images/common/btn-order-hover.png) no-repeat left center;
	background-size: 100%;
	opacity: 1;
}

#top-shop-search a {
	background: url(images/common/btn-shop-search.png) no-repeat left center;
	background-size: 100%;
}

#top-shop-search a:hover {
	background: url(images/common/btn-shop-search-hover.png) no-repeat left center;
	opacity: 1;
	background-size: 100%;
}

#recommend {
	background: url(images/common/top-recommend-list.png) no-repeat center;
}

#recommend h2 {
	padding: 20px 0 20px 210px;
	margin: 0 0 40px 40px;
	background: url(images/common/top-recommend.png) no-repeat left center;
	color: #fff;
	text-shadow: 0px 0px 2px #999;
	font-size: 24px;
}

@media screen and (max-width:1000px) {
	#recommend h2 {
		margin: 20px 0 20px 0px;
		width: auto;
		padding: 28px 0 28px 0;
		text-align: center;
		background-position: center;
		background-size: 480px;
		font-size: 22px;
	}
}

@media screen and (max-width:520px) {
	#recommend h2 {
		margin: -20px 0 20px 0px;
		width: auto;
		padding: 15px 0 15px 0;
		text-align: center;
		font-size: 16px;
		background-position: center;
		background-size: 340px;
	}
}

#recommend .inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	min-height: 500px;
}

@media screen and (max-width:1000px) {
	#recommend .inner {
		width: auto;
	}
}

#recommend-image {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 500px;
	margin-bottom: -430px;
}

@media screen and (max-width:1000px) {
	#recommend-image {
		display: none;
	}
}

.relative {
	position: relative;
}

.image-right {
	position: relative;
	left: 50%;
	height: 100px;
	width: 500px;
}

.image-right div {
	position: absolute;
	top: 0;
	left: 353px;
	height: 100px;
	width: 100px;
}

.image-left {
	position: relative;
	left: 50%;
	height: 100px;
	width: 500px;
}

.image-left div {
	position: absolute;
	top: 120px;
	left: -850px;
	height: 100px;
	width: 100px;
}

#recommend .item {
	width: 400px;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}

@media screen and (max-width:1000px) {
	#recommend .item {
		width: auto;
		padding-right: 10px;
		display: block;
	}
	#recommend .item:after {
		display: block;
		content: "";
		clear: both;
	}
}

#recommend .image {
	float: left;
	padding: 0 20px 0 0;
	width: 130px;
}

@media screen and (max-width:1000px) {
	#recommend .image {
		padding: 0 10px 0 10px;
	}
}

#recommend .item .image img {
	border-radius: 10px;
	width: 130px;
}

#recommend .tag {
	padding: 7px 10px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	background: #e59926;
	display: inline-block;
	color: #fff;
}

@media screen and (max-width:760px) {
	#recommend .tag {
		padding: 4px 6px;
		margin: 0 5px 5px 0;
	}
}

#recommend dl {
	margin: 0;
	padding: 0;
	margin-left: 150px;
}

#recommend dt {
	color: #785b2e;
	text-decoration: underline;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 150%;
}

#recommend dd {
	line-height: 150%;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (min-width:1000px) {
	#recommend a:nth-child(2) {
		margin-right: 20px;
	}
	
	#recommend a:nth-child(4) {
		margin-left: 50px;
	}
	
	#recommend a:nth-child(6) {
		margin-left: 100px;
	}
}

@media screen and (max-width:760px) {
	#recommend dd {
		font-size: 12px;
	}
}

@media screen and (max-width:760px) {
	#deals .inner {
		width: auto;
	}
}

#list {
	background: url(images/common/list.png) no-repeat left top;
	text-align: center;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 65px;
	margin-top: -20px;
}

@media screen and (max-width:1000px) {
	#list {
		position: static;
		margin: 0 auto 40px auto;
	}
}

#list a {
	background: url(images/common/icon-arrow.png) no-repeat 42px 25px;
	font-size: 12px;
	color: #432714;
	padding: 22px 5px 0 0;
	display: block;
	text-align: center;
}

#deals {
	margin-top: 50px;
	position: relative;
	width: 100%;
}

@media screen and (max-width:540px) {
	#deals {
		margin-top: 10px;
	}
}

#deals .inner {
	width: 1000px;
	margin: 0 auto;
	min-height: 400px;
}

@media screen and (max-width:1000px) {
	#deals .inner {
		width: auto;
	}
}

#deals-image {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 517px;
	margin-bottom: -490px;
}

@media screen and (max-width:1000px) {
	#deals-image {
		display: none;
	}
}

#deals h2 {
	padding: 30px 0 30px 0;
	margin: 0 0 50px 270px;
	width: 620px;
	background: url(images/common/h2-deals.png) no-repeat left top;
	color: #fff;
	text-shadow: 0px 0px 2px #999;
	text-align: center;
	font-size: 24px;
}

@media screen and (max-width:1000px) {
	#deals h2 {
		margin: 0 0 20px 0px;
		width: auto;
		padding: 28px 0 28px 0;
		text-align: center;
		background-position: center;
		background-size: 480px;
		font-size: 22px;
	}
}

@media screen and (max-width:520px) {
	#deals h2 {
		margin: -20px 0 20px 0px;
		width: auto;
		padding: 15px 0 15px 0;
		text-align: center;
		background-size: 100%;
		font-size: 16px;
		background-position: center;
		background-size: 340px;
	}
}

#deals-content {
	margin-left: 180px;
	text-align: center;
}

@media screen and (max-width:1000px) {
	#deals-content {
		margin-left: 0px;
	}
}

#deals-content a {
	background: url(images/common/deals-item.png) no-repeat center top;
	width: 225px;
	display: inline-block;
	padding-top: 25px;
	text-align: center;
	color: #86681e;
	margin: 0 30px 30px 30px;
}

@media screen and (max-width:760px) {
	#deals-content a {
		background: url(images/common/deals-item.png) no-repeat center top;
		width: 230px;
		display: inline-block;
		padding-top: 25px;
		text-align: center;
		color: #86681e;
		margin: 0 15px 20px 20px;
	}
}

@media screen and (max-width:520px) {
	#deals-content a {
		background: url(images/common/deals-item.png) no-repeat center top;
		background-size: 100%;
		width: 90%;
		box-sizing: border-box;
		padding-top: 50px;
		margin: 0px 5% 5% 5%;
	}
}

@media screen and (max-width:400px) {
	#deals-content a {
		background: url(images/common/deals-item.png) no-repeat center top;
		background-size: 100%;
		width: 90%;
		box-sizing: border-box;
		padding-top: 24px;
		margin: 0 5% 5% 5%;
	}
}

#deals-content span {
	padding: 3px 18px 3px 3px;
	font-size: 15px;
	display: inline-block;
	background: url(images/common/icon-arrow2.png) no-repeat right center;
}

#deals-content .thumbnail {
	text-align: center;
	margin: -2px auto 0 auto;
	width: 170px;
}

@media screen and (max-width:520px) {
	#deals-content .thumbnail {
		margin: 7px auto 15% auto;
		width: 75%;
	}
}


#deals-content .thumbnail img {
	vertical-align: middle;
}

#deals-content p {
	margin-top: 30px;
	color: #000;
	font-size: 13px;
	text-align: left;
	line-height: 180%;
}
#top #contents {
	background: url(images/common/contents.png) no-repeat center center;
	min-height: 400px;
	margin-top: 50px;
}

@media screen and (max-width:1000px) {
	#top #contents ul {
		text-align: center;
	}
}

@media screen and (max-width:540px) {
	#top #contents {
		margin-top: 30px;
	}
}
#top #contents-image {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 430px;
	margin-bottom: -430px;
}

@media screen and (max-width:1000px) {
	#top #contents-image {
		display: none;
	}
}
#top #contents .inner {
	width: 1000px;
	margin: 0 auto;
	min-height: 400px;
}

@media screen and (max-width:1000px) {
	#top #contents .inner {
		width: auto;
	}
}
#top #contents h2 {
	padding: 30px 0 30px 0;
	margin: 0 0 30px 118px;
	width: 620px;
	background: url(images/common/contents-h2.png) no-repeat left top;
	color: #fff;
	text-shadow: 0px 0px 2px #999;
	text-align: center;
	font-size: 24px;
}

@media screen and (max-width:1000px) {#top #contents h2 {
		margin: 0 0 20px 0px;
		width: auto;
		padding: 28px 0 28px 0;
		text-align: center;
		background-position: center;
		background-size: 480px;
		font-size: 22px;
	}
}

@media screen and (max-width:520px) {#top #contents h2 {
		margin: -20px 0 20px 0px;
		width: auto;
		padding: 15px 0 15px 0;
		text-align: center;
		background-size: 100%;
		font-size: 16px;
		background-position: center;
		background-size: 340px;
	}
}

@media screen and (max-width:1000px) {#top #contents ul {
		margin: 0 10px;
	}
}
#top #contents li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:760px) {
	#top #contents li {
		width: auto;
		display: block;
	}
}
#top #contents li:nth-child(1) {
	padding-top: 30px;
}

@media screen and (max-width:1000px) {
	#top #contents li:nth-child(1) {
		padding: 0;
		text-align: left;
	}
}
#top #contents li:nth-child(2) {
	padding-top: 10px;
	margin-left: 40px;
}

@media screen and (max-width:1000px) {
	#top #contents li:nth-child(2) {
		padding: 0;
		margin: 0 20px 0 20px;
		text-align: right;
	}
}
#top #contents li:nth-child(3) {
	padding-top: 160px;
	margin-left: -40px;
}

@media screen and (max-width:1000px) {
	#top #contents li:nth-child(3) {
		padding: 0;
		margin: 0;
		text-align: left;
	}
}

footer {
	margin-top: 50px;
	background: url(images/common/footer.png) no-repeat center bottom 80px;
}

@media screen and (max-width:760px) {
	footer {
	margin-top: 20px;
	background: url(images/common/footer.png) no-repeat center bottom 40px;
	}
}

footer .inner {
	width: 920px;
	margin: 0 auto 40px auto;
}

footer iframe {
	width: 1px;
	height: 1px;
	float: left;
}

@media screen and (max-width:1000px) {
	footer .inner {
		width: auto;
		padding: 0 10px;
	}
}

#card {
	width: 418px;
	float: left;
	padding-top: 25px;
}

@media screen and (max-width:1000px) {
	#card {
		width: 100%;
		float: none;
		padding-top: 0;
	}
}

#card p {
	margin-bottom: 24px;
	text-align: center;
	color: #4c3310;
	font-weight: bold;
	font-size: 15px;
}

@media screen and (max-width:1000px) {
	#card p {
		font-size: 14px;
	}
}

@media screen and (max-width:1000px) {
	#card ul {
		text-align: center;
		padding-bottom: 20px;
	}
}

#card li {
	display: inline-block;
	padding-right: 18px;
}

@media screen and (max-width:1000px) {
	#card li {
		display: inline-block;
		padding-right: 10px;
		text-align: center;
	}
}

@media screen and (max-width:520px) {
	#card li img {
		width: 50px;
	}
}

#shop {
	display: none;
}

@media screen and (max-width:1000px) {
	#shop {
		width: 100%;
		box-sizing: border-box;
		border-radius: 10px;
		background: #fff;
		padding: 20px;
		text-align: center;
		display: block;
		margin-bottom: 10px;
	}
}

#shop-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #41240d;
}

#shop-link {
    border: 1px solid #503721;
    border-radius: 3px;
    font-size: 13px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}

#shop-link a {
	display: block;
	padding: 10px;
}

#shop-link a:before {
	background: url(images/common/icon_shop.png) no-repeat;
	content: "";
	display: inline-block;
	width: 21px;
	height: 14px;
	vertical-align: bottom;
}

#consultation {
	width: 435px;
	float: right;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	position: relative;
}

@media screen and (max-width:1000px) {
	#consultation {
		width: 100%;
		box-sizing: border-box;
		border-radius: 10px;
		background: #fff;
		padding: 20px;
		text-align: center;
	}
}

#consultation-title2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	color: #41240d;
}

@media screen and (min-width:1001px) {
	#consultation-title2 {
		display: none;
	}
}

#consultation-head {
	color: #ec6b54;
	font-weight: bold;
}

#consultation-title {
	display: inline-block;
	padding: 5px 0 5px 0;
	font-size: 13px;
}

@media screen and (max-width:1000px) {
	#consultation-title {
		font-size: 18px;
		padding-right: 10px;
	}
}

#consultation-tel {
	background: url(images/common/freedial.gif) no-repeat left center;
	background-size: 25px;
	padding: 5px 0 5px 28px;
	color: #41240d;
	display: inline-block;
	margin-left: 5px;
	font-size: 22px;
}

@media screen and (max-width:1000px) {
	#consultation-tel {
		font-size: 18px;
		margin-left: 0;
	}
}

#consultation-caution {
	margin: 10px 0;
	font-size: 13px;
}

#consultation-time {
	font-size: 13px;
	padding-top: 5px;
}

@media screen and (max-width:1000px) {
	#consultation-time {
		font-size: 11px;
	}
}

#consultation-time span {
	color: #fff;
	background: #ec6b54;
	font-size: 11px;
	padding: 5px;
	display: inline-block;
	margin-right: 10px;
}

#consultation-mail {
	border: 1px solid #503721;
	border-radius: 3px;
	font-size: 13px;
	width: 130px;
	position: absolute;
	top: 25px;
	right: 20px;
	text-align: center;
}

@media screen and (max-width:1000px) {
	#consultation-mail {
		position: static;
		width: 200px;
		display: block;
		margin: 15px auto 0 auto;
	}
}

#consultation-mail a {
	display: block;
	padding: 15px 0px;
	cursor: pointer;
}

@media screen and (max-width:1000px) {
	#consultation-mail a {
		padding: 10px 0px;
	}
}

#consultation-mail a:before {
	background: url(images/common/icon-mail.gif) no-repeat;
	content: "";
	display: inline-block;
	width: 21px;
	height: 14px;
	vertical-align: bottom;
}

#link {
	clear: both;
	padding-top: 50px;
}

@media screen and (max-width:1000px) {
	#link {
		padding-top: 20px;
	}
}

#link div {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}

@media screen and (max-width:1000px) {
	#link div {
		display: block;
		padding-right: 0;
	}
}

@media screen and (min-width:1000px) {
	#link #contents-contents {
		width: 192px;
		padding: 0;
	}
	
	#link #menu-contents {
		width: 130px;
		padding: 0;
	}
	
	#link #info-contents {
		width: 203px;
		padding: 0;
	}
	
	#link #company-contents {
		width: 135px;
		padding: 0;
	}
	
	body #link div:nth-child(5) {
		width: 140px;
		padding: 0;
	}
}

#link p {
	font-size: 18px;
	border-bottom: 1px solid #6f5f3e;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #4c3310;
}

@media screen and (max-width:1000px) {
	#link p {
		display: block;
		margin-top: 10px;
		background: url(images/common/toggle-on.png) no-repeat right center;
		background-size: 10px;
	}
	#link .on {
		background: url(images/common/toggle-off.png) no-repeat right center;
		background-size: 10px;
		border: none;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1000px) {
	#link .menu {
		background: #f0e8d9;
		padding: 10px;
	}
}

#link li {
	font-size: 12px;
	color: #4c3310;
	line-height: 180%;
	list-style: none;
}

#link li a {
	color: #4c3310;
}
@media screen and (max-width:540px) {
	#link li a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px dotted #6f5f3e;
	}
	
	#link li:last-child a {
		border: none;
	}
}

#link li:before {
	content: "・";
	font-size: 10px;
}

@media screen and (max-width:1000px) {
	#link li:before {
		content: "";
	}
	#link #contents-contents,
	#link #menu-contents,
	#link #info-contents,
	#link #company-contents {
		display: none;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1000px) {
	#sns {
		text-align: center;
	}

	#sns p {
		display: none;
	}
}

#sns li {
	display: inline-block;
	list-style: none;
}

#sns li a {
	border: none;
}

#sns li:before {
	content: "";
}

#sns li:nth-child(2) {
	padding: 0 10px;
}

#copyright {
	background: #000;
	padding: 30px 0 30px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

@media screen and (max-width:760px) {
	#copyright {
		padding: 20px 0;
		font-size: 9px;
	}
}

/* ================================================================================================
		下層ページ全般
================================================================================================ */
#sub {
	background: url(images/common/top.gif);
}

#sub #wrapper {
	width: auto;
	background: #fff;
	margin: 0 auto;
}

#sub header {
	width: 1000px;
	margin: 0 auto;
	min-height: 80px;
	padding-top: 20px;
	position: relative;
}

@media screen and (max-width:1000px) {
	#sub header {
		width: auto;
		min-height: auto;
		padding: 10px 10px 0 10px;
		min-height: 60px;
	}
}

@media screen and (max-width:520px) {
	#sub header {
		min-height: 35px;
	}
}

@media screen and (max-width:1000px) {
	#sub #order {
		background: none;
	}
}

#sub main {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
	#sub main {
		width: 100%;
	}
}

@media screen and (max-width:520px) {
	#sub main {
		width: auto;
	}
}

#sub h1 {
	background: #473015;
	color: #fff;
	padding: 12px;
	font-size: 18px;
}

.form_menu2 {
	display: none;
}

@media screen and (max-width:1000px) {
	.form_menu2 {
		display: block;
	}
}

#sub #hamburger {
	padding-top: 8px;
	position: absolute;
	top: 22px;
	right: 0;
}

@media screen and (max-width:1000px) {
	#sub #hamburger {
		width: 40px;
		margin: 0 0;
		padding-top: 7px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

@media screen and (max-width:520px) {
	#sub #hamburger {
		width: 31px;
		margin: 0 0;
		padding-top: 5px;
		position: absolute;
		top: 6px;
		right: 10px;
	}
}

#sub #breadcrumbs {
	margin-bottom: 15px;
	font-size: 14px;
}

@media screen and (max-width:1000px) {
	#sub #breadcrumbs {
		display: none;
	}
}

#sub #breadcrumbs li {
	list-style: none;
	margin: 0 5px 0 0;
	display: inline-block;
	font-weight: bold;
}

#sub #breadcrumbs li:last-child a {
	font-weight: bold;
	color: #000;
}

#sub #breadcrumbs a {
	color: #5e421a;
	font-weight: normal;
}

#sub #breadcrumbs li:nth-child(n+2):before {
	content: ">";
	margin: 0 5px 0 5px;
	font-weight: normal;
}

#sub-background {
	background: url(images/common/sub-header.png) no-repeat center top;
	padding-top: 20px;
}

@media screen and (max-width:520px) {
	#sub-background {
		padding-top: 10px;
	}
}

@media screen and (max-width:1000px) {
	#sub #contents {
		padding: 0 1%;
	}
}

@media screen and (max-width:520px) {
	#sub #contents {
		padding: 0 10px;
	}
}

#item-search {
	padding-top: 20px;
	margin-bottom: 10px;
	width: 250px;
	display: none;
}

@media screen and (max-width:1000px) {
	#item-search {
		display: inline-block;
		padding: 0 0 0 10px;
	}
}

@media screen and (max-width:650px) {
	#item-search {
		width: 45%;
		float: left;
		padding-top: 10px;
	}
}

#item-search span {
	display: inline-block;
	color: #000;
	font-size: 14px;
}

@media screen and (max-width:520px) {
	#item-search span {
		font-size: 11px;
	}
	#item-search p {
		font-size: 12px;
	}
}

#item-search select {
	font-size: 14px;
	padding: 4px 10px;
	border: 1px solid #b28850;
	border-radius: 0;
}

@media screen and (max-width:650px) {
	#item-search select {
		width: 100%;
		display: block;
		font-size: 14px;
	}
}

#good {
	text-align: right;
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}

#good select {
	font-size: 14px;
	padding: 4px 10px;
	border: 1px solid #b28850;
	border-radius: 0;
}

@media screen and (max-width:1000px) {
	#good {
		width: auto;
		padding-top: 10px;
	}
	#good select {
		font-size: 16px;
	}
}

@media screen and (max-width:650px) {
	#good {
		width: 45%;
		padding: 10px 0 10px 10px;
		text-align: left;
		float: right;
		margin-right: 10px;
	}
}

#good p {
	display: inline-block;
	color: #000;
	font-size: 14px;
}

@media screen and (max-width:520px) {
	#good p {
		font-size: 11px;
	}
}

#good select {
	font-size: 14px;
	padding: 4px 10px;
	border: 1px solid #b28850;
	border-radius: 0;
}

@media screen and (max-width:650px) {
	#good select {
		width: 100%;
		display: block;
		font-size: 14px;
	}
}

#menu_navi {
	margin: 20px 0 20px 0;
}

#menu_navi:after {
	display: block;
	content: "";
	clear: both;
}

@media screen and (max-width:1000px) {
	#menu_navi {
		display: none;
	}
}

#menu_navi li {
	list-style: none;
	display: block;
	vertical-align: top;
	padding-right: 5.6px;
	float: left;
	position: relative;
}

#menu_navi li a {
	display: block;
	width: 160px;
	border: 1px solid #ccbfab;
	padding: 20px 0;
	background: url(images/common/menu-navi-a.jpg) repeat-x bottom  #fff;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	line-height: 130%;
	float: left;
	color: #000;
}

#menu_navi li ul li a:hover {
	border: 1px solid #ec6b54;
	background: #ec6b54;
	color: #fff;
	position: relative;
	opacity: 1;
}

#menu_navi li .active {
	border: 1px solid #ec6b54;
	background: #ec6b54;
	color: #fff;
	position: relative;
}

#menu_navi li br {
	display: none;
}

#menu_navi .active:after {
	background: #ec6b54;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 55px;
	left: 76px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

#menu_navi li:last-child {
	padding: 0;
}

ul.tab li ul {
	display:none;
	position:absolute;
	width: 158px;
	top: 60px;
}

ul.tab li ul {
	display:none;
	width: 160px;
	border: 1px solid #ccbfab;
	background: url(images/common/menu-navi-a.jpg) repeat-x bottom  #fff;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	line-height: 130%;
	color: #000;
}

#menu_navi li:nth-child(1) ul li a {
	height: auto;
}

#menu_navi li:nth-child(3) ul li a {
	height: auto;
}

#menu_navi li ul li a {
	border: none;
	background: none;
	border-radius: 0;
	padding: 12px 0;
	border-bottom: 1px dotted #d1bb9d;
}

#menu_navi li ul li:first-child a {
	border-radius: 5px 5px 0 0;
}

#menu_navi li ul li:last-child a {
	border-radius: 0 0 5px 5px;
	border: none;
}

#menu_navi li ul li a:hover {
	border-top: none;
	border-left: none;
	border-right: none;
}

#taxexclusion {
	text-align: right;
	font-size: 14px;
	padding-bottom: 10px;
	color: #000;
	clear: both;
}


@media screen and (max-width:1000px) {
	#taxexclusion {
		padding-right: 10px;
		font-size: 13px;
	}
}

main h3 {
	color: #ec6b54;
	margin: 25px 0;
	line-height: 150%;
}

@media screen and (max-width:1000px) {
	main h3 {
		margin: 15px 0 0 0;
	}
}

@media screen and (max-width:520px) {
	main h3 {
		font-size: 14px;
		line-height: 150%;
	}
}

main h4 {
	font-size: 20px;
	border-bottom: 1px dotted #8f7a54;
	padding-bottom: 10px;
	margin: 40px 0 10px 0;
}

@media screen and (max-width:1000px) {
	main h4 {
		margin: 10px 0 10px 0;
	}
}

@media screen and (max-width:520px) {
	main h4 {
		font-size: 16px;
	}
}

main h3 small {
	font-size: 16px;
}

@media screen and (max-width:520px) {
	main h3 small {
		font-size: 14px;
	}
}

#genreinfo {
	margin-bottom: 20px;
	clear: both;
}

#genreinfo h2 {
	color: #ec6b54;
	margin: 25px 0 0 0;
	line-height: 150%;
	font-size: 20px;
}

@media screen and (max-width:520px) {
	#genreinfo h2 {
		font-size: 16px;
		margin-top: 10px;
	}
}

#genreinfo h3 {
	color: #000;
	border-bottom: 1px dotted #8f7a54;
	padding-bottom: 10px;
	margin-bottom: 0;
}

@media screen and (max-width:1000px) {
	#genreinfo {
		margin: 0 10px 10px 10px;
	}
}

#genreinfo p {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 150%;
	color: #000;
}

@media screen and (max-width:520px) {
	#genreinfo p {
		font-size: 10px;
	}
}

.pager {
	display: block;
	clear: both;
	content: "";
	padding: 30px 0 50px 0;
	text-align: center;
}

a.page-numbers {
	border: 1px solid #ccbfab;
	padding: 10px 15px;
	background: #fff;
	border-radius: 4px;
}

.pager .current {
	background: #5e421a;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
}

@media screen and (max-width:760px) {
	.wrap_post_box {
		margin: 0 10px;
	}
}

.wrap_post_box:after {
	clear: both;
	display: block;
	content: "";
}

.wrap_post_box img {
	max-width:320px;width:100%;height:auto;
}

.post_box {
	display: inline-block;
	width: 320px;
	box-sizing: border-box;
	background: #fbfaf6;
	padding: 15px;
	margin: 0 20px 20px 0;
	float: left;
	min-height: 430px;
}

@media screen and (max-width:1000px) {
	.post_box {
		width: 32.6%;
		padding: 10px;
		margin: 0 1% 10px 0;
	}
	
	.post_box:nth-child(3n) {
		margin-right: 0;
	}
	
	.post_box img {
		width: 100%;
	}
}

@media screen and (max-width:520px) {
	.post_box {
		display: inline-block;
		width: 100%;
		padding: 10px;
		margin: 0 10px 10px 0;
	}
	
	.post_box .thumbnail {
		text-align: center;
	}
	
	.post_box img {
		margin: 0 auto;
	}
}

.post_box:nth-child(3n) {
	margin-right: 0;
}

.post_box h5 {
	font-size: 16px;
	padding: 15px 0;
}

.post_box dl {
	display: inline-block;
	margin: 3px 0;
}

.post_box dt {
	margin: 0;
	background: #ec6b54;
	display: inline-block;
	color: #fff;
	padding: 3px;
	border-radius: 4px;
	min-width: 18px;
	text-align: center;
	font-size:14px;
	display: inline-block;
}

.post_box dd {
	display: inline-block;
	padding: 0 7px 0 5px;
	font-size: 17px;
	font-weight: bold;
}

.post_box span {
	font-weight: bold;
	font-size: 18px;
}

.post_box .info {
	margin: 10px 0;
	line-height: 150%;
	font-size: 13px;
	display: inline-block;
}

.tag {
	margin-bottom: 10px;
}

.tag li {
	font-size: 12px;
	list-style: none;
	background: #5e421a;
	color: #fff;
	display: inline-block;
	padding: 4px;
	margin: 3px 3px 3px 0;
}

@media screen and (max-width:520px) {
	.tag li {
		font-size: 11px;
		padding: 3px;
		margin: 3px 3px 3px 0;
	}
}

@media screen and (max-width:520px) {
	.content {
		font-size: 13px;
	}
}

.post_boxdetail {
	border: 1px solid #5e421a;
	padding: 15px 20px 15px 0;
	text-align: center;
	border-radius: 5px;
	line-height: 100%;
	color: #5e421a;
	font-size: 16px;
}

.post_boxdetail:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(images/common/icon-arrow4.png) no-repeat right;
}

.pagenavi {
	text-align: center;
	margin: 50px 0 80px 0;
}

.pagenavi li {
	display: inline-block;
}

.pagenavi span {
	display: block;
	background: #ec6b54;
	padding: 10px 14px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

.pagenavi a {
	display: block;
	background: #5e421a;
	padding: 10px 14px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

/*メニュー詳細*/

.menu-detail-title {
	background: #473015;
    color: #fff;
    padding: 12px;
    font-size: 18px;
	font-weight: bold;
}

.detail {
	margin-top: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 40px;
}

@media screen and (max-width:1000px) {
	.detail {
		margin: 10px;
		padding: 10px;
		border-radius: 0;
	}
}

.detail:after {
	clear: both;
	display: block;
	content: "";
}

.detail .thumbnail {
	width: 500px;
	float: left;
}

@media screen and (max-width:1000px) {
	.detail .thumbnail {
		width: 100%;
		float: none;
	}
}

.detail .thumbnail img {
	margin-bottom: 10px;
}

@media screen and (max-width:1000px) {
	.detail .thumbnail img {
		width: 100%;
	}
}

.text {
	width: 440px;
	float: right;
}

@media screen and (max-width:1000px) {
	.text {
		width: 100%;
		float: none;
	}
}

#sub .text h1 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 150%;
	background: none;
	color: #000;
	padding: 0;
}

@media screen and (max-width:520px) {
	#sub .text h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

.content {
	line-height: 150%;
}

.price_box {
	margin: 20px 0;
}

.price_box .size .sizeicon {
	margin: 0 10px 0 0;
    background: #ec6b54;
    display: inline-block;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
	min-width: 20px;
	text-align: center;
}

@media screen and (max-width:520px) {
	.price_box .size .sizeicon {
		margin: 0 10px 0 0;
		padding: 3px;
		border-radius: 4px;
		font-size: 12px;
		min-width: 20px;
	}
}

.icon_price,
.price_box .sidemenu {
	font-size: 21px;
	padding-right: 15px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

@media screen and (max-width:1000px) {
	.sidemenu {
		padding: 10px;
	}
}

@media screen and (max-width:520px) {
	.icon_price,
	.price_box .sidemenu {
		font-size: 19px;
		padding-right: 10px;
	}
}

.sidemenu img {
	width:100%;
	height:auto;
}

@media screen and (max-width:520px) {
	.sidemenu .side_box img {
		width: 100%;
		max-width: 500px;
	}
}


.price_box .size {
	display: block;
	margin: 0 10px 10px 0;
}

.price_box .size .info {
	display: inline-block;
	font-size: 12px;
}

.price_box .size p {
	display: inline-block;
}

.caution {
	font-size: 12px;
}

.price_box a {
	background: url(images/common/menu_detail.gif) no-repeat 175px center #f5ada1;
	border-radius: 10px;
	padding: 20px 20px 20px 0;
	width: 230px;
	display: block;
	margin: 30px auto;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #000;
}

@media screen and (max-width:520px) {
	.price_box a {
		border-radius: 10px;
		padding: 20px 20px 20px 0;
		width: 230px;
		display: block;
		margin: 20px auto;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #000;
	}
}

.stuff h3 {
	color: #000000;
	font-size: 16px;
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px dotted #000;
}
.stuff p {
	line-height: 150%;
	font-size: 13px;
}

#sidemenu {
	background: #b1986c;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 13px;
	color: #fff;
}

@media screen and (max-width:520px) {
	#sidemenu {
		margin-bottom: 10px;
	}
}

.sidemenu .side_box {
	padding: 17px;
	background: #fbfaf6;
	width: 200px;
	float: left;
	display: inline-block;
	margin-bottom: 50px;
}

@media screen and (max-width:1000px) {
	.sidemenu .side_box {
		padding: 10px;
		width: 49%;
		box-sizing: border-box;
		margin-bottom: 10px;
		display: block;
	}
	.sidemenu .side_box img {
		width: 100%;
	}
}

@media screen and (max-width:540px) {
	.sidemenu .side_box {
		width: 100%;
	}
}

.sidemenu:after {
	clear: both;
	display: block;
	content: "";
}

.sidemenu .side_box:nth-child(2n) {
	margin: 0 20px;
}

@media screen and (max-width:1000px) {
	.sidemenu .side_box:nth-child(2n) {
		margin: 0 0 2% 2%;
	}
}

@media screen and (max-width:540px) {
	.sidemenu .side_box:nth-child(2n) {
		margin: 0 0 10px 0;
	}
}

@media screen and (min-width:1000px) {
	.sidemenu .side_box:nth-child(4n) {
		margin: 0 0 0 20px;
	}
}

.sidemenu .side_box h3 {
	font-size: 14px;
	color: #000;
	margin: 10px 0 5px 0;
}

.sidemenu .side_box p {
	font-size: 14px;
	color: #000;
}

.btn_back {
	clear: both;
	display: block;
	margin-bottom: 80px;
}

@media screen and (max-width:1000px) {
	.btn_back {
		margin-bottom: 20px;
	}
}

.btn_back a {
	padding: 10px;
	font-size: 14px;
	background: #f2ebde;
	border-radius: 5px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

/*地域別*/

.txt_click {
	font-size: 20px;
	margin: 30px 0 20px 0;
	color: #000;
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	line-height: 150%;
}

@media screen and (max-width:1000px) {
	.txt_click {
		margin: 10px;
	}
}

@media screen and (max-width:520px) {
	.txt_click {
		margin: 10px;
		font-size: 16px;
		padding-bottom: 10px;
	}
}

.txt_click_info {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 20px;
	color: #000;
}
@media screen and (max-width:1000px) {
	.txt_click_info {
		margin: 10px;
	}
}

@media screen and (max-width:520px) {
	.txt_click_info {
		margin: 0 10px;
		font-size: 12px;
	}
}

.area_box_wrap {
	background: #fbfaf6;
	border-radius: 10px;
	padding: 30px;
}

@media screen and (max-width:1000px) {
	.area_box_wrap {
		border-radius: 0;
	}
}

@media screen and (max-width:520px) {
	.area_box_wrap {
		padding: 20px 10px;
		margin-top: 10px;
	}
}

.area_box {
	border-collapse: collapse;
	width: 100%;
}

.area_box th {
	width: 100px;
	color: #000;
	font-size: 14px;
}

.area_box:nth-child(1) tr:nth-child(1) th,
.area_box:nth-child(1) tr:nth-child(1) td {
	border-top: 1px dotted #dcdcdc;
}

.area_box th,
.area_box td {
	border-bottom: 1px dotted #dcdcdc;
	padding: 15px 0;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

.area_box td li {
	list-style: none;
	display: inline-block;
	padding: 0 10px 0 0;
	color: #b3b3b3;
	font-size: 14px;
	float: left;
}

.area_box td li:first-child:before {
	content: "";
}

.area_box td li:before {
	content: "｜";
	color: #b3b3b3;
	padding: 0 10px 0 0;
}

.area_box td li a {
	text-decoration: underline;
	color: #5e421a;
}

#storeinfo-title {
	background: #b1986c;
	padding: 10px;
	font-size: 16px;
	margin: 30px 0 20px 0;
	color: #fff;
}

.store_news li {
	list-style: none;
	border-bottom: 1px dotted #8f7a54;
	padding: 15px 0;
}

.store_news li a {
	color: #000;
}

.store_news li:first-child {
	border-top: 1px dotted #8f7a54;
}

.store_news li span {
	display: inline-block;
	padding-right: 30px;
}

@media screen and (max-width:1000px) {
	.store_news li {
		margin: 0 10px;
		font-size: 14px;
	}
}

/*地域別2*/

#isolated {
	margin-top: 50px;
}

@media screen and (max-width:1000px) {
	.region {
		margin: 0 10px;
	}
}

.region:after {
	display: block;
	content: "";
	clear: both;
}

@media screen and (max-width:520px) {
	.region {
		margin: 0 10px;
	}
}

.region_title {
	margin: 30px 0 20px 0;
	font-size: 20px;
	border-bottom: 1px dotted #8f7a54;
	padding-bottom: 10px;
	clear: both;
	color: #000;
	line-height: 150%;
}

@media screen and (max-width:1000px) {
	.region_title {
		margin: 20px 10px 10px 10px;
	}
}

.region_detail {
	background: #fbfaf6;
	padding: 20px;
	border-radius: 10px;
	width: 450px;
	float: left;
	margin-bottom: 20px;
}

@media screen and (max-width:1000px) {
	.region_detail {
		padding: 10px;
		width: 49%;
		box-sizing: border-box;
	}
}

@media screen and (max-width:520px) {
	.region_detail {
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}
}


.region_detail:nth-child(2n) {
	margin-left: 20px;
}


@media screen and (max-width:1000px) {
	.region_detail:nth-child(2n) {
		margin-left: 2%;
	}
}

@media screen and (max-width:520px) {
	.region_detail:nth-child(2n) {
		margin-left: 0;
	}
}

.region_detail table {
	width: 100%;
}

.region_detail h3 {
	font-size: 16px;
	color: #ec6b54;
	margin: 0 0 0 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #dcdcdc;
}

.region_detail a {
	display: block;
}

.region_detail a:hover {
	opacity: 0.7;
}

.region_detail th {
	font-weight: normal;
	width: 70px;
	font-size: 14px;
	text-align: left;
	padding: 8px 0;
}

.region_detail td {
	font-size: 14px;
	padding: 8px 0;
}

.region_detail tr:first-child td {
	padding: 0;
}

.region_detail p {
	border: 1px solid #5e421a;
	border-radius: 5px;
	padding: 10px 20px 10px 10px;
	width: 300px;
	text-align: center;
	color: #5e421a;
	margin-top: 10px;
	font-weight: bold;
}

.region_detail p:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	padding-left: 10px;
	background: url(images/common/icon-arrow4.png) no-repeat right;
}

@media screen and (max-width:1000px) {
	.region_detail p {
		width: 100%;
		box-sizing: border-box;
	}
}

/*店舗詳細*/

#store-name {
	font-size: 20px;
	border-bottom: 1px dotted #8f7a54;
	padding-bottom: 10px;
	margin: 20px 0 20px 0;
	color: #000000;
}

@media screen and (max-width:1000px) {
	#store-name {
		margin: 20px 10px 10px 10px;
	}
}

.store_detail {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

@media screen and (max-width:1000px) {
	.store_detail {
		padding: 10px;
		margin: 0;
		border-radius: 0;
	}
}

.store_detail:after {
	content: "";
	clear: both;
	display: block;
}

.store_detail table {
	float: left;
	border-collapse: collapse;
	width: 456px;
}

@media screen and (max-width:1000px) {
	.store_detail table {
		width: 100%;
		float: none;
	}
}

.store_detail th {
	text-align: left;
	color: #000;
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px dotted #dcdcdc;
	width: 100px;
	line-height: 150%;
}

@media screen and (max-width:520px) {
}

.store_detail td {
	color: #000;
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px dotted #dcdcdc;
	line-height: 150%;
}

.store_detail a {
	display: block;
	padding: 15px 25px 15px 15px;
	width: 230px;
	background: #f5ada1;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-radius: 5px;
	font-size: 20px;
}

.store_detail a#btn_order {
	margin: 0 auto;
}

.store_detail a:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 16px;
	padding-left: 5px;
	background: url(images/common/icon-arrow3.png) no-repeat right;
}

@media screen and (max-width:520px) {
	.store_detail a {
		width: 100%;
		box-sizing: border-box;
		background: #f5ada1;
	}
}

.store_detail iframe {
	width: 455px;
	height: 300px;
	float: right;
}

@media screen and (max-width:1000px) {
	.store_detail iframe {
		width: 100%;
	}
}

#delivery-area-title {
	background: #b1986c;
	padding: 10px;
	font-size: 16px;
	margin: 30px 0 10px 0;
	color: #fff;
}

.delivery {
	margin-bottom: 90px;
}

@media screen and (max-width:1000px) {
	.delivery {
		margin-bottom: 30px;
	}
}

.delivery .button {
	text-align: right;
	font-size: 16px;
}

@media screen and (max-width:1000px) {
	.delivery .button {
		margin-right: 10px;
		font-size: 14px;
		text-align: center;
	}
}

.delivery .button a {
	border: 1px solid #5e421a;
	background: #fff;
	display: inline-block;
	padding: 10px;
	width: 150px;
	text-align: center;
	border-radius: 5px;
	color: #5e421a;
}

#areabox {
	background: #fbfaf6;
}

#areabox:after {
	clear: both;
	display: block;
	content: "";
}

.delivery .area {margin-top:10px; border:1px solid #aaa;}
.delivery .area ul.kana_tab {background-color:#F5F5F5;}
.delivery .area ul.kana_tab li {font-size:14px; display:inline-block; vertical-align:top; width:100px; border-right:1px solid #aaa;}
.delivery .area ul.kana_tab li a {display:block; padding:5px 0; text-align:center;}
.delivery .area ul.kana_tab li a:after {content:"行";}
.delivery .area div#areabox {padding: 15px; height:160px; overflow: auto; background-color:#FFF; /*border-top:1px solid #aaa;*/}
.delivery .area div#areabox li {display:inline-block; vertical-align:top; font-size:12px; width:155px; line-height:1.5;}
.delivery .area div#areabox ul li.head {margin: 30px 0 5px 0; display:block; width:100%;}
.delivery .area div#areabox #kana0 li.head:first-child { margin-top:0; }

.delivery .area div#areabox h3 {font-size:13px; color: #000; margin: 0;}
.delivery .area div#areabox h3:before {content:"【";}
.delivery .area div#areabox h3:after {content:"】";}

@media screen and (max-width:520px) {
	.area {
		border: none;
	}
}

/*404*/

#error404 {
	margin: 100px 0;
	color: #000;
	font-size: 18px;
	line-height: 150%;
}

/*シェフのこだわり*/

#commitments-copy {
	text-align: center;
	margin: 50px;
	font-size: 28px;
	font-weight: bold;
}

@media screen and (max-width:1000px) {
	#commitments-copy {
		text-align: center;
		margin: 20px;
		font-size: 20px;
		font-weight: bold;
		line-height: 150%;
	}
}

#menuinfo {
	background: #fbfaf6;
	margin: 20px 0;
	padding: 20px 30px;
	font-size: 14px;
	border-radius: 10px;
}

@media screen and (max-width:1000px) {
	#menuinfo {
		margin: 10px 0;
		padding: 10px;
		border-radius: 0;
	}
}

@media screen and (max-width:540px) {
	#menuinfo {
		font-size: 12px;
	}
}

#menuinfo p {
	margin-bottom: 20px;
	line-height: 150%;
}

#menuinfo a {
	color: #000;
}

#menuinfo #btn-shop-search {
	margin: 0;
}

#good3 {
	margin: 40px 0 80px 0;
}

@media screen and (max-width:1000px) {
	#good3 {
		margin: 20px 10px 40px 10px;
	}
	#good3 img {
		width: 100%;
	}
}

#btn-shop-search a {
	border: 1px solid #5e421a;
	padding: 10px 10px 10px 0;
	color: #5e421a;
	border-radius: 5px;
	width: 160px;
	text-align: center;
	display: block;
	background: url(images/common/icon-arrow4.png) no-repeat 125px center;
}

#source {
	margin: 40px 0;
}

@media screen and (max-width:1000px) {
	#source {
		margin: 10px;
	}
}

#source .thumbnail,
#freshly .thumbnail {
	float: right;
	padding-left: 20px;
}

@media screen and (max-width:1000px) {
	#source .thumbnail,
	#freshly .thumbnail {
		float: none;
		padding-left: 0;
		text-align: center;
	}
	#source .thumbnail img,
	#freshly .thumbnail img {
		width: 100%;
		max-width: 400px;
	}
}

#source h3,
#freshly h3 {
	width: 500px;
	font-size: 35px;
}

@media screen and (max-width:1000px) {
	#source h3,
	#freshly h3 {
		width: auto;
		font-size: 25px;
	}
}

#source h4,
#freshly h4 {
	width: 500px;
	color: #473015;
	font-size: 16px;
	border: none;
	margin: 20px 0 0 0;
}

@media screen and (max-width:1000px) {
	#source h4,
	#freshly h4 {
		width: 100%;
	}
}

#source .info,
#freshly .info {
	width: 500px;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 14px;
	color: #000000;
}

@media screen and (max-width:1000px) {
	#source .info,
	#freshly .info {
		width: auto;
		margin-bottom: 10px;
		font-size: 12px;
	}
}

#source a {
	border: 1px solid #5e421a;
	padding: 10px 10px 10px 0;
	color: #5e421a;
	border-radius: 5px;
	width: 190px;
	text-align: center;
	display: block;
	font-size: 16px;
	background: url(images/common/icon-arrow4.png) no-repeat 160px center #fff;
}

#profile {
	clear: both;
	background: url(images/page/profile.png) no-repeat;
	min-height: 414px;
}

@media screen and (max-width:1000px) {
	#profile {
		min-height: none;
		background: url(images/page/profile.png) no-repeat -100px 0;
		margin-top: 30px;
	}
}

#profile:after {
	clear: both;
	content: "";
	display: block;
}

#profile h3 {
	padding-top: 30px;
	margin: 0;
}

@media screen and (max-width:1000px) {
	#profile h3 {
		text-align: center;
	}
}

#profile .thumbnail {
	float: left;
	padding-right: 20px;
}

@media screen and (max-width:1000px) {
	#profile .thumbnail {
		float: none;
		padding-right: 0;
		text-align: center;
	}
}

#profile table {
	border-collapse: collapse;
	margin-top: 10px;
}

@media screen and (max-width:1000px) {
	#profile table {
		margin: 10px;
	}
}

#profile th {
	list-style: none;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
	width: 50px;
}

@media screen and (max-width:540px) {
	#profile th {
		font-size: 12px;
	}
}

#profile td {
	list-style: none;
	padding: 5px 0;
	font-size: 14px;
}

@media screen and (max-width:540px) {
	#profile td {
		font-size: 12px;
	}
}

#profile .info {
	font-size: 14px;
	line-height: 150%;
	margin-top: 10px;
	margin-left: 280px;
}

@media screen and (max-width:1000px) {
	#profile .info {
		margin: 10px 10px 0 10px;
	}
}

@media screen and (max-width:540px) {
	#profile .info {
		font-size: 12px;
	}
}

#cloth {
	margin: 40px 0;
}

@media screen and (max-width:1000px) {
	#cloth {
		margin: 20px 10px 10px 10px;
	}
}

#cloth .thumbnail {
	float: left;
}

@media screen and (max-width:1000px) {
	#cloth .thumbnail {
		float: none;
		text-align: center;
	}
	#cloth .thumbnail img {
		width: 100%;
		max-width: 400px;
	}
}

#cloth div {
	float: right;
	width: 500px;
}

@media screen and (max-width:1000px) {
	#cloth div {
		float: none;
		width: auto;
	}
}

#cloth h3 {
	width: 500px;
	font-size: 35px;
}

@media screen and (max-width:1000px) {
	#cloth h3 {
		width: auto;
		font-size: 25px;
		margin-bottom: 10px;
	}
}

#cloth .info {
	width: 500px;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 14px;
	color: #000000;
}

@media screen and (max-width:1000px) {
	#cloth .info {
		width: auto;
	}
}

@media screen and (max-width:540px) {
	#cloth .info {
		font-size: 12px;
	}
}

#cloth a {
	border: 1px solid #5e421a;
	padding: 10px 10px 10px 0;
	color: #5e421a;
	border-radius: 5px;
	width: 190px;
	text-align: center;
	display: block;
	font-size: 16px;
	background: url(images/common/icon-arrow4.png) no-repeat 160px center #fff;
}

#freshly {
	clear: both;
	padding: 50px 0;
}

@media screen and (max-width:1000px) {
	#freshly {
		padding: 10px;
	}
}

#freshly a {
	border: 1px solid #5e421a;
	padding: 10px 10px 10px 0;
	color: #5e421a;
	border-radius: 5px;
	width: 190px;
	text-align: center;
	display: block;
	background: url(images/common/icon-arrow4.png) no-repeat 159px center #fff;
}

#btn-chef {
	text-align: center;
	margin: 30px 0 100px 0;
}

@media screen and (max-width:1000px) {
	#btn-chef {
		text-align: center;
		margin: 40px 10px 30px 10px;
	}
	
	#btn-chef img {
		width: 100%;
	}
}

/*会社概要*/

.section {
	background: #fbfaf6;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 40px;
}

@media screen and (max-width:1000px) {
	.section {
		background: #fbfaf6;
		padding: 20px 10px;
		border-radius: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.section a {
	color: #5e421a;
	text-decoration: underline;
}

#company {
	border-collapse: collapse;
	border-top: 1px dotted #dcdcdc;
	color: #000;
	font-size: 14px;
}

#company th {
	width: 90px;
}

@media screen and (max-width:540px) {
	#company th {
		width: 70px;
	}
}

#company th,
#company td {
	border-bottom: 1px dotted #dcdcdc;
	text-align: left;
	line-height: 150%;
	padding: 15px 0;
}

@media screen and (max-width:540px) {
	#company th,
	#company td {
		padding: 10px 0;
		font-size: 12px;
	}
}

/*お問い合わせ*/

.normal {
	font-size: 20px;
	border-bottom: 1px dotted #8f7a54;
	padding-bottom: 10px;
	margin: 30px 0 20px 0;
	line-height: 110%;
	color: #000000;
}

@media screen and (max-width:1000px) {
	.normal {
		margin: 20px 10px 10px 10px;
		font-size: 16px;
	}
}

.section h3 {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #dcdcdc;
}

.section p {
	font-size: 14px;
	line-height: 150%;
}

@media screen and (max-width:1000px) {
	.section p {
		font-size: 16px;
	}
}

#btn-faq a {
	border: 1px solid #5e421a;
	border-radius: 5px;
	display: block;
	text-align: center;
	padding: 10px 0;
	width: 200px;
	margin-top: 15px;
	text-decoration: none;
}

#btn-faq a:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(images/common/icon-arrow4.png) no-repeat right;
}

.outsection {
	font-size: 14px;
	line-height: 150%;
	color: #000;
}

#contact-tel {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

#contact-tel .title {
	display: inline-block;
	vertical-align: middle;
}

#contact-tel .tel {
	background: url(images/common/freedial.gif) no-repeat 23px center;
	display: inline-block;
	padding-left: 60px;
	font-size: 26px;
	vertical-align: middle;
}

@media screen and (max-width:540px) {
	#contact-tel .tel {
		background: url(images/common/freedial.gif) no-repeat left center;
		display: block;
		padding-left: 40px;
		font-size: 24px;
	}
}

@media screen and (max-width:1000px) {
	.outsection {
		font-size: 12px;
		margin: 0 10px;
	}
}

.mw_wp_form table {width:100%; font-size:14px; border-top: 1px dotted #dcdcdc;}
.mw_wp_form th {padding:15px 0; text-align:left; width: 200px; border-bottom: 1px dotted #dcdcdc;}
@media screen and (max-width:1000px) {
	.mw_wp_form th {width: 150px; font-size: 12px;}
}
.mw_wp_form th span {color:red;}
.mw_wp_form td {padding:15px 0; vertical-align:top; background:initial; border-bottom: 1px dotted #dcdcdc;}
.mw_wp_form .zip { border: none; padding-bottom: 0;}
@media screen and (max-width:1000px) {
	.mw_wp_form td {padding:10px 0;}
}
.mw_wp_form td input {height:20px;}
.mw_wp_form td textarea {width:100%; resize: none; border: 1px solid #dcdcdc;}
.mw_wp_form .mwform-zip-field input {margin:0 5px;}
.mw_wp_form .check {margin-top:2%; font-size:14px; text-align:center;}
.mw_wp_form .submit {margin-top:2%; text-align:center;}
.mw_wp_form .submit input {border: 1px solid #5e421a;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 10px 10px 10px 0;
	width: 260px;
	font-size: 17px;
	background: url(images/common/icon-arrow4.png) no-repeat 225px center #fff;
	margin: 10px auto 0 auto;
	color: #5e421a;
	}
.mw_wp_form .submit .back {
	background: url(images/common/icon-arrow5.gif) no-repeat 30px center #fff;
}
@media screen and (min-width:715px) {
	.mw_wp_form .submit input {margin: 5px 5px;}
}
.mw_wp_form .mwform-zip-field input {border: 1px solid #dcdcdc;}
.mw_wp_form .mwform-tel-field input {border: 1px solid #dcdcdc;}
.mw_wp_form .input_justify {width:98%; border: 1px solid #dcdcdc;}
.mw_wp_form_complete {line-height: 1.5; font-size: 15px;}
.mw_wp_form .caution_privacy { text-align: center; margin-top: 3%; font-size:14px;}
.mw_wp_form .caution_privacy a {text-decoration:underline;}
@media screen and (max-width:1000px) {
	.mw_wp_form .caution_privacy { font-size:12px;}
	.mwform-checkbox-field { font-size: 12px;}
}


@media screen and (max-width:540px) {
	.mw_wp_form table { border: none;}
	.mw_wp_form th {width: initial; min-width: initial; display:block; border: none; padding-bottom: 5px;}
	.mw_wp_form td {display:block; border: none; padding-top: 5px;}
}

/*確認画面*/

.mw_wp_form_preview {
	border-radius: 10px;
	background: #fbfaf6;
	padding: 15px;
	margin-top: 20px;
}

@media screen and (max-width:1000px) {
	.mw_wp_form_preview {
		border-radius: 0;
		padding: 10px 10px 30px 10px;
		font-size: 12px;
		margin-top: 10px;
	}
}

.mw_wp_form_complete {
	border-radius: 10px;
	background: #fbfaf6;
	padding: 15px;
	margin-top: 20px;
	padding-top: 30px;
}

@media screen and (max-width:1000px) {
	.mw_wp_form_complete {
		border-radius: 0;
		padding: 10px;
		margin-top: 10px;
		padding-top: 10px;
	}
}

@media screen and (max-width:540px) {
	.mw_wp_form_complete {
		font-size: 12px;
	}
}

.mw_wp_form_complete p {
	margin-bottom: 20px;
}

.mw_wp_form_complete p:last-child {
	margin: 0;
}

/*プライバシーポリシー*/

#privacy {
	background: #fbfaf6;
	padding: 30px;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width:1000px) {
	#privacy {
		padding: 10px;
		border-radius: 0;
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

#privacy h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#privacy ol li {
	font-weight: normal;
	list-style-type: none;
}

#privacy * {line-height:1.6; font-size:14px;}
@media screen and (max-width:1000px) {
	#privacy * {font-size:12px;}
}

#privacy h1 {line-height:50px;}
#privacy h2 {margin: 40px 0 10px 0;}
#privacy h2+ol {margin-left:1em;}
#privacy li {margin:7px 0;  list-style-type: none;}
#privacy li ol {margin-left:2em;}
#privacy p {margin:10px 0 10px 0;}
#privacy p.txt {text-align:right;}
#privacy dt {margin:10px 0 10px 1em; font-weight:bold; font-size:15px;}
#privacy dd {margin-left:2em;}
#privacy dd > ol {margin:15px 0;}
#privacy > ol > li  {counter-increment:cnt; padding-left:1.5em; text-indent:-1.5em;}
#privacy > ol > li:before { margin-right: 0.5em; content:counter(cnt) ")";}
#privacy > ol > li > ol > li,
#privacy dd > ol > li {counter-increment:cnt_a; padding-left:2em; text-indent:-2em;}
#privacy > ol > li > ol > li:before,
#privacy dd > ol > li:before {margin-right: 0.5em; content:"(" counter(cnt_a) ")";}
#privacy dd > ol > li > ol > li {margin-left:1em; list-style-type: upper-alpha; list-style-position: inside;}
#privacy dd > ol > li > ol > li li {margin-left:1em; list-style-type: lower-alpha;}

/*よくある質問*/

@media screen and (max-width:1000px) {
	#qa-tab {
		margin: 0 10px;
	}
}

#qa-tab ul {
	margin-top: 30px;
}

@media screen and (max-width:1000px) {
	#qa-tab ul {
		margin-top: 10px;
	}
}

@media screen and (max-width:540px) {
	#qa-tab ul {
		font-size: 11px;
	}
}

#qa-tab:after {
	display: block;
	content: "";
	clear: both;
}

#qa-tab li {
	display: inline-block;
	width: 32.6%;
	float: left;
}

#qa-tab li:nth-child(2) {
	margin: 0 1%;
}

#qa-tab li a {
	display: block;
	text-align: center;
	color: #5e421a;
	background: url(images/common/menu-navi-a.jpg) repeat-x bottom  #fff;
	border: 1px solid #ccbfab;
	padding: 15px 0;
	border-radius: 6px;
	box-sizing: border-box;
	font-weight: bold;
}

.qalist {
	background: #fbfaf6;
	padding: 30px;
	border-radius: 10px;
	font-size: 14px;
}

@media screen and (max-width:1000px) {
	.qalist {
		padding: 20px 10px;
		border-radius: 0;
		font-size: 12px;
	}
}

.qalist dt {
	padding: 30px 0 15px 40px;
	line-height: 150%;
	background: url(images/common/qa-q.gif) no-repeat left 25px;
}

@media screen and (max-width:540px) {
	.qalist dt {
		padding: 20px 0 15px 40px;
		background: url(images/common/qa-q.gif) no-repeat left 15px;
	}
}

.qalist dt:first-child {
	border-top: 1px dotted #dcdcdc;
}

.qalist dd {
	border-bottom: 1px dotted #dcdcdc;
	padding: 15px 0 30px 40px;
	line-height: 150%;
	background: url(images/common/qa-a.gif) no-repeat left 10px;
}

.qalist dd a {
	text-decoration: underline;
}

@media screen and (max-width:540px) {
	.qalist dd {
		padding: 10px 0 20px 40px;
		background: url(images/common/qa-a.gif) no-repeat left 5px;
	}
}

/*採用情報*/

#recruit {
	margin-top: 30px;
}

@media screen and (max-width:1000px) {
	#recruit {
		margin: 10px 10px 0 10px;
	}
}

#recruit .button_detail a {
	border: 1px solid #5e421a;
	padding: 10px 0;
	border-radius: 5px;
	color: #5e421a;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#recruit .button_detail a:before {
	display: inline-block;
    content: "";
    width: 29px;
    height: 19px;
	margin-bottom: -2px;
    background: url(images/common/icon-brank.gif) no-repeat left;
}

#recruit .button_detail a:after {
	display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background: url(images/common/icon-arrow4.png) no-repeat right;
}

#recruit img {
	width: 100%;
}

#recruit:after {
	clear: both;
	content: "";
	display: block;
}

#adoption {
	width: 510px;
	float: left;
	background: #fbfaf6;
	border-radius: 10px;
	min-height: 500px;
}

@media screen and (max-width:760px) {
	#recruit #adoption {
		width: auto;
		float: none;
		padding: 10px 10px 20px 10px;
		min-height: 100px;
		margin-bottom: 10px;
	}
}

#part {
	width: 510px;
	float: right;
	background: #fbfaf6;
	border-radius: 10px;
	min-height: 500px;
}

@media screen and (max-width:760px) {
	#recruit #part {
		width: auto;
		float: none;
		padding: 10px 10px 20px 10px;
		min-height: 100px;
	}
}

#recruit h3 {margin:30px 40px 0 40px; text-align: center; color: #000; font-size: 24px;}
@media screen and (max-width:1000px) {
	#recruit h3 {font-size: 18px; margin: 20px 0 10px 0;}
}
@media screen and (max-width:540px) {
	#recruit h3 { margin-top: 10px; }
}
#recruit > div:first-child {width:48%; float:left;}
#recruit > div:last-child {width:48%; float:right;}
#recruit .inner {padding:20px 40px; text-align:center;}
@media screen and (max-width:1000px) {
	#recruit .inner {
		padding: 10px;
	}
}

@media screen and (max-width:540px) {
	#recruit .inner {
		padding: 0;
	}
}
#recruit .inner img { height:auto;}
#recruit .button_detail {margin:20px auto;}
@media screen and (max-width:760px) {
	#recruit .button_detail {margin:10px auto;}
}
#recruit .button_detail+p { text-align:left; }
#recruit .inner p {font-size:14px; line-height:1.5;}
@media screen and (max-width:760px) {
	#recruit .inner p {font-size:12px;}
}

/*おトクな情報*/

#information {
	margin: 0 10px;
}
@media screen and (min-width:1000px) {
	#information {
		margin: 0;
	}
}
#information .otoku_box1 .box {margin-top:20px; border-radius: 10px; padding: 20px; background-color:#fff;}
@media screen and (max-width:1000px) {
	#information .otoku_box1 .box { border-radius: 0;}
}
@media screen and (max-width:540px) {
	#information .otoku_box1 .box { padding: 10px;}
}
#information .otoku_box1 .box:after {display:block;clear:both;height:0px;visibility:hidden;content:".";}
#information .otoku_box1 .box img {float:left; padding-right: 30px;}
@media screen and (max-width:540px) {
	#information .otoku_box1 .box img { float: none; width: 100%; max-width: auto; padding-bottom: 10px; padding-right:0;}
}
#information .otoku_box1 .box h3 {font-size:15px; margin-top: 0;}
#information .otoku_box1 .box div {font-size:14px; overflow: hidden;}
#information .otoku_box1 .box div p ,
#information .otoku_box1 .box div ul {margin-top:2%;}
@media screen and (max-width:540px) {
	#information .otoku_box1 .box div p ,
	#information .otoku_box1 .box div ul { font-size: 12px;}
}
#information .otoku_box1 .box div li:before {content:"※";}

#information .otoku_box2 {padding:20px 0; font-size:14px;}
#information .otoku_box2:after {display:block;clear:both;height:0px;visibility:hidden;content:".";}
#information .otoku_box2 > div:first-child {width:50%; text-align:center; float:left;}
#information .otoku_box2 > div:last-child {width:50%; float:right;}
#information .otoku_box2 > div:last-child strong {font-size:15px; line-height:1.5;}
#information .otoku_box2 > div:last-child strong span {color:#e1553a;}
#information .otoku_box2 > div:last-child img {margin:15px 0;}
#information .otoku_box2 h3 {font-size:14px;}
#information .otoku_box2 li {line-height:1.4;}
#information .otoku_box2 li:before {content:"※";}

#information .otoku_box3 p {margin:20px 0; font-size:14px; line-height:1.4;}
@media screen and (max-width:1000px) {
	#information .otoku_box3 p {margin:20px 10px;}
	#information .otoku_box3 ul { text-align: center;}
}
#information .otoku_box3 ul:after { display: block; content: ""; clear: both;}
#information .otoku_box3 li {margin-right:20px; float:left; list-style: none;}
@media screen and (max-width:1000px) {
	#information .otoku_box3 li {margin:10px 10px 10px 10px;}
}
@media screen and (max-width:700px) {
	#information .otoku_box3 li {float: none;}
}
#information .otoku_box3 li:last-child {margin:0;}
@media screen and (max-width:1000px) {
	#information .otoku_box3 li:last-child {margin:10px 10px 10px 10px;}
}
#information .otoku_box3 li img {width:100%; max-width:320px; height:auto;}

#information h2:nth-child(3) {
	margin-top: 40px;
}

#information .otoku_box4 {padding:0; font-size:14px; line-height:1.4;}
#information .otoku_box4:after {display:block;clear:both;height:0px;visibility:hidden;content:".";}
#information .otoku_box4 > div:first-child { background: #fbfaf6; border-radius: 10px; padding: 10px 30px; margin-bottom: 30px;}
@media screen and (max-width:1000px) {
	#information .otoku_box4 > div:first-child { border-radius: 0;}
}
@media screen and (max-width:540px) {
	#information .otoku_box4 > div:first-child { padding: 10px; font-size: 12px;}
}
#information .otoku_box4 > div:last-child {background: #fbfaf6; border-radius: 10px; padding: 10px 30px;}
@media screen and (max-width:1000px) {
	#information .otoku_box4 > div:last-child { border-radius: 0;}
}
@media screen and (max-width:540px) {
	#information .otoku_box4 > div:last-child { padding: 10px; font-size: 12px;}
}
#information .otoku_box4 h3 { border-bottom: 1px dotted #dcdcdc; padding-bottom: 10px;}
#information .otoku_box4 h3,
#information .otoku_box4 p {margin-bottom:20px; line-height: 180%;}
#information .otoku_box4 li {font-size:11px; list-style: none; line-height: 180%;}
#information .otoku_box4 li:before {content:"※";}
#information .otoku_box4 li:last-child {margin-bottom:20px;}

#information .otoku_box4 a {
	text-decoration: underline;
}

#point img {
	width: 480px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:500px) {
	#point img {
		width: 100%;
	}
}

#point p:last-child {
	text-align: center;
}

/*FC加盟店募集*/

@media screen and (max-width:1000px) {
	#practice {
		width: auto;
		padding: 0 10px;
	}
	
	#practice img {
		width: 100%;
	}
}

.section:after {
	display: block;
	content: "";
	clear: both;
}

#system img,
#database img {
	float: left;
	padding: 0 30px 10px 0;	
}

@media screen and (max-width:640px) {
	#system img,
	#database img {
		float: none;
		padding: 0 0 10px 0;
		width: 100%;
	}
}

#layer img {
	float: right;
	padding: 0 0 0 30px;
}

@media screen and (max-width:640px) {
	#layer img {
		float: none;
		padding: 0 0 10px 0;
		width: 100%;
	}
}

#fc-photo {
	text-align: center;
	margin: 30px 0;
}

@media screen and (max-width:1000px) {
	#fc-photo {
		margin: 30px 10px;
	}
	
	#fc-photo img {
		width: 100%;
	}
}

#idea {
	text-align: center;
}

@media screen and (max-width:540px) {
	#idea {
		text-align: left;
	}
}

@media screen and (max-width:540px) {
	#idea br {
		display: none;
	}
}

#idea p:first-child {
	margin-bottom: 20px;
}

#idea p:first-child strong {
	font-weight: bold;
	font-size: 18px;
}

#idea p:nth-child(3) {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}

#funds table {
	border-collapse: collapse;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#funds-left {
	float: left;
	width: 460px;
}

@media screen and (max-width:760px) {
	#funds-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:540px) {
	#funds-left {
		font-size: 12px;
	}	
}

#funds-right {
	float: right;
	width: 460px;
}

@media screen and (max-width:760px) {
	#funds-right {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width:540px) {
	#funds-right {
		font-size: 12px;
	}	
}

#funds-right li {
	list-style: none;
	padding: 5px 0;
	font-size: 14px;
}

@media screen and (max-width:540px) {
	#funds-right li {
		list-style: none;
		padding: 3px 0;
		font-size: 12px;
	}
}

#funds-right li:before {
	content: "・";
}

#funds caption {
	text-align: left;
	padding-bottom: 10px;
}

#funds th {
	background: #f0eadf;
	padding: 10px 20px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	width: 150px;
	text-align: right;
}

@media screen and (max-width:540px) {
	#funds th {
		width: 90px;
	}
}

#funds td {
	padding: 10px 20px;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	text-align: right;
}

#company-name {
	font-weight: bold;
	margin-bottom: 5px;
}

.section .flow-next {
	background: #f0eadf;
	border: 1px solid #bfbfbf;
	width: 500px;
	margin: 0 auto 60px auto;
	text-align: center;
	padding: 15px 0;
	position: relative;
	font-size: 16px;
}

@media screen and (max-width:540px) {
	.section .flow-next {
		width: 100%;
		text-align: center;
		padding: 10;
		font-size: 14px;
	}
}

.flow-next:after {
	width: 50px;
	height: 50px;
	display: block;
	content: "";
 	background: url(images/page/flow-next.gif) no-repeat right;
	position:  absolute;
	top: 47px;
	left: 215px;
}

@media screen and (max-width:540px) {
	.flow-next:after {
		top: 57px;
		left: 41%;
	}
}

#training-construction:after {
	display: block;
	clear: both;
	content: "";
	margin-bottom: 60px;
}

#training-construction dl {
	width: 460px;
	border: 1px solid #b5b5b5;
	text-align: center;
}

@media screen and (max-width:1000px) {
	#training-construction dl {
		width: 45%;
	}
}

@media screen and (max-width:540px) {
	#training-construction dl {
		font-size: 12px;
	}
}

#training-construction dt {
	background: #f0eadf;
	padding: 15px 0;
	border-bottom: 1px solid #b5b5b5;
}

@media screen and (max-width:1000px) {
	#training-construction dt {
		padding: 10px;
	}
}

#training-construction dd {
	background: #ffffff;
	padding: 15px 0;
}

@media screen and (max-width:1000px) {
	#training-construction dd {
		padding: 10px;
	}
}

#training {
	float: left;
}

#construction {
	float: right;
}

.section  #open:before {
	width: 50px;
	height: 50px;
	display: block;
	content: "";
 	background: url(images/page/flow-next.gif) no-repeat right;
	position:  absolute;
	top: -47px;
	left: 164px;
}

@media screen and (max-width:1000px) {
	.section  #open:before {
		left: 41%;
	}
}

.section  #open {
	background: #fdf4ea;
	border: 1px solid #bfbfbf;
	width: 400px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 15px 0;
	position: relative;
	font-size: 16px;
}

@media screen and (max-width:1000px) {
	.section  #open {
		padding: 10px;
	}
}

@media screen and (max-width:540px) {
	.section  #open {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 10;
		font-size: 14px;
	}
}

#osusume {
	margin: 0 10px;
}
@media screen and (min-width:1000px) {
	#osusume { margin: 0; }
}
#osusume .box {margin-top:20px; border-radius: 10px; padding: 20px; background-color:#fff;}

#osusume .tag {
	padding: 7px 10px;
	margin: 0 8px 15px 0;
	font-size: 14px;
	background: #e59926;
	display: inline-block;
	color: #fff;
}
@media screen and (max-width:1000px) {
	#osusume .box { border-radius: 0;}
}
@media screen and (max-width:540px) {
	#osusume .box { padding: 10px;}
}
#osusume .box:after {display:block;clear:both;height:0px;visibility:hidden;content:".";}
#osusume .box img { padding-right: 30px;}
@media screen and (max-width:1000px) {
	#osusume .box img { width: 40%;}
}
@media screen and (max-width:540px) {
	#osusume .box img { padding-right: 0;}
}
#osusume .box .thumb {
	float: left;
}
@media screen and (max-width:540px) {
#osusume .box .thumb {
	margin: 0;
	float: none;
}
}
#osusume .txt2 p {
	display: inline-block;
}
@media screen and (max-width:540px) {
	#osusume .box img { margin: 0 auto; display: block; float: none; width: 100%; max-width: auto; padding-bottom: 10px;}
}
#osusume .box h3 {font-size:15px; margin-top: 0;}
#osusume .box .txt {font-size:14px; padding-left: 280px;}
@media screen and (max-width:540px) {
#osusume .box .txt {width: 50%;padding-left: 0px;}
}
@media screen and (max-width:590px) {
	#osusume .box .txt {width: 100%; margin: 10px 0;}
}
#osusume .box div p ,
#osusume .box div ul {margin-top:2%;}
@media screen and (max-width:540px) {
	#osusume .box div p ,
	#osusume .box div ul { font-size: 12px;}
}
#osusume .box div li:before {content:"※";}

#osusume .button_detail a {
	border: 1px solid #5e421a;
	border-radius: 5px;
	padding: 10px 20px 10px 10px;
	width: 40%;
	text-align: center;
	color: #5e421a;
	margin-top: 10px;
	font-weight: bold;
	color: #5e421a;
	display: block;
	margin-top: 20px;
}

#osusume .button_detail a:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	padding-left: 10px;
	background: url(images/common/icon-arrow4.png) no-repeat right;
}

@media screen and (max-width:540px) {
	#osusume .button_detail a {
		width: 100%;
		box-sizing: border-box;
	}
}

/*スタッフおすすめ*/
#campaign {line-height: 1.5;}
#campaign p {margin-bottom:20px; word-wrap: break-word;}
#campaign ul, 
#campaign ol {margin: 20px; list-style-position: inside;}
#campaign ul li {margin: 5px; list-style-type: disc;}
#campaign ol li {margin: 5px; list-style-type: decimal;}
#campaign blockquote {margin:10px; background-color:#EDEDED; padding:1em 1em 1em 3em; position:relative;}
#campaign blockquote:before {content:"“";	font-size:600%;	line-height:1em; color:#999; position:absolute;	left:0;	top:0;}
#campaign h1 {margin:4% 0 2% 0; padding-bottom:5px; font-size:18px; font-weight:normal; line-height:1.4; border-bottom:1px solid #D2D2D2;}

#campaign img {
	margin: 0 auto;
	display: block;
	max-width: 940px;
}

#campaign table {width:100%;}
#campaign table,
#campaign th,
#campaign td {border-collapse: collapse; border:1px solid #B5B5B5;}
#campaign th,
#campaign td {padding:5px 10px; text-align:left; font-size:14px; line-height:1.7;}
#campaign th {background-color:#F6F6F5;}
#campaign td {background-color:#fff;}
#campaign a {color: #FF671C;}
#campaign a:hover {text-decoration:underline;}

/*カレンダー*/
#calendar {
	background: #fbfaf6;
	border-radius: 10px;
	padding: 1px 20px 20px 20px;
	margin-top: 20px;
}
#calendar h2 {margin-top:0; padding-bottom: 10px; font-size: 18px; text-align:left; border-bottom: 1px dotted #473015;}
#calendar div {
	text-align: center;
	margin: 30px 0 60px 0;
}

#calendar dl {
	margin: 30px 0 40px 0;
	font-size: 14px;
}

#calendar dt {
	font-weight: bold;
	padding-bottom: 5px;
	width: 130px;
	float: left;
}

@media screen and (max-width:768px) {
	#calendar dt {
		width: auto;
		float: none;
	}
}

#calendar dt:after {
	content: "…";
	display: inline-block;
}

#calendar dd {
	margin-bottom: 10px;
	line-height: 150%;
	margin-left: 130px;
}

@media screen and (max-width:768px) {
	#calendar dd {
		width: auto;
		float: none;
		margin-left: 0;
	}
}


#calendar div:after {
	clear: both;
	display: block;
	content: "";
}

#calendar div a {
	text-align: center;
	color: #9b854f;
}
#calendar div a:hover {
	opacity: 0.7;
}

#calendar div a {
	display: inline-block;
	width: 303px;
	vertical-align: top;
}

#calendar div a:nth-child(3) {
	margin: 0 25px;
}

#calendar div a:nth-child(2) img {
	width: 290px;
	margin: 91px 0;
}

#calendar div a:nth-child(3) img {
	width: 160px;
}

#calendar div a:nth-child(4) img {
	width: 288px;
	margin: 70px 0;
}

#calendar span {
	border: 1px solid #9b854f;
	padding: 10px;
	display: block;
	background: #fbfaf6;
}

#calendar span:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	padding-right: 5px;
	background: url(images/common/icon_brown_arrow.png) no-repeat;
}

#calendar div img { vertical-align: top; margin: 30px 0; max-width: 100%;}
#calendar div img { height:auto;}
#calendar .button_detail {margin:6% auto;}
#calendar .button_detail+p { text-align:left; }
#calendar div  p {font-size:12px; line-height:1.5;}

@media screen and (max-width:768px) {
	#calendar {
		border-radius: 0;
		padding-top: 10px;
		margin-bottom: 60px;
	}
	#calendar div {
	text-align: center;
	margin: 0px 0 20px 0;
	}
	#calendar h2 { padding: 10px;}
	#calendar div a {
		width: 210px;
	}
	
	#calendar div a:nth-child(2) img {
		width: 210px;
		margin: 111px 0 115px 0
	}

	#calendar div a:nth-child(4) img {
		width: 210px;
		margin: 97px 0;
	}

}

@media screen and (max-width:480px) {
	#calendar div a:nth-child(2) img {
		width: 210px;
		margin: 20px 0;
		
	}
	
	#calendar div a:nth-child(2) {
		margin: 0;
	}
	
	#calendar div a:nth-child(3) {
		margin: 20px 0;
	}
	
	#calendar div a:nth-child(3) img {
		margin: 20px 0;
	}

	#calendar div a:nth-child(4) img {
		width: 210px;
		margin: 20px 0;
	}
	#calendar {
		margin-top: 20px;
	}
	#calendar div {
		margin-bottom: 30px;
	}
	#sub #calendar div a {
		min-height: auto;
	}
	
	#contents_wrap #calendar div a img {
		margin: 20px 0 10px 0;
	}
}

.detail_pizza {

}

@media screen and (max-width:800px) {
	.detail_pizza {
		margin: 0 10px;
	}
}

.detail_pizza #piepizza {
	width: 60%;
	float: left;
	margin-top: 5px;
}

@media screen and (max-width:800px) {
	.detail_pizza #piepizza {
		width: 100%;
		margin-top: 0;
	}
}

.detail_pizza #piepizza h2 {
    color: #ec6b54;
    margin: 0 0 0 0;
    line-height: 150%;
    font-size: 20px;
}

@media screen and (max-width:800px) {
	.detail_pizza #piepizza h2 {
		font-size: 16px;
	}
}

.detail_pizza #piepizza h3 {
    color: #000;
    border-bottom: 1px dotted #8f7a54;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.detail_pizza #piepizza p {
	line-height: 180%;
	padding-bottom: 10px;
	font-size: 15px;
	color: #000;
}

@media screen and (max-width:800px) {
	.detail_pizza #piepizza p {
		font-size: 10px;
	}
}

.detail_pizza #piepizza .price {
	font-weight: bold;
	font-size: 20px;
}

.detail_pizza #piepizza .cut {
	font-weight: bold;
	display: block;
	font-size: 14px;
}

.detail_pizza .img_piepizza {
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width:800px) {
	.detail_pizza .img_piepizza {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
		width: 75%;
	}
}

/* 181225追記 お問い合わせ */
.inquiry_box {
    width: 100%;
    margin: 0;
    list-style: none;
}
.inquiry_box li {
width:32%;
margin-right:2%;
float: left;	
}
.inquiry_box li:last-child {
margin-right:0;
}
.inquiry_box li a {
 line-height: 1.6;
 display: block;
 padding: 10px 20px 8px;
 box-sizing: border-box;
 text-align: center;
 position: relative;
 color: #fff;
 background: none #473015;
 transition: all 0.5s ease 0s;
border: 1px solid #473015;	
text-decoration: none;
}
.inquiry_box li a span {
    display: block;
    font-size: 85%;
}	
.inquiry_box li a:before {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 8px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 8px;
}
.inquiry_box li a:hover {
 background: #fff;
 color:#473015;	
 text-decoration: none;
}
.inquiry_box li a:hover:before {
 border-top: 2px solid #473015;
 border-right: 2px solid #473015;
}
span.redColor {
color:red;
}
.inquiry_box li:last-child a {
padding: 20px 20px 18px;
}
#mw_wp_form_mw-wp-form-4054 th {
    width: 250px;
}
#mw_wp_form_mw-wp-form-4054 .mwform-radio-field-text, 
#mw_wp_form_mw-wp-form-4053 .mwform-radio-field-text {
        vertical-align: super;
}

/* 20191111追記 */
input[type="file"] {
    height: 35px!important;
}
.text-small {
    font-size:85%;
}

/* 20191122追記 */
@media screen and (max-width:1000px) {
#sns li:nth-child(2n) {
    padding: 0 10px;
}
}

/*/-----------------20200227追記*/
header {
    padding-top: 10px;
}
#glovalnav {
    margin-top: 0px;
}
header .left_box {
	width: 30%;
	max-width: 228px
}
header h1 {
    font-weight: normal;
    font-size: 70%;
    text-align: center;
    letter-spacing: 0.075em;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}
@media screen and (max-width:1000px) {
header h1 {
    padding: 0 0 0 10px;
	text-align: left;
}
header .left_box {
	width: auto;
	max-width: 100%;
}	
#top #logo {
    margin-top: 0;	
}
#top #glovalnav {
    margin-top: 0px;
}	
#top #hamburger {
    top: 20px;
}
#top-headerbg {
    padding: 10px 0;
}	
header nav.navi {
    top: 100%;
}	
}
@media screen and (max-width:520px) {
header h1 {
    font-size: 55%;	
	padding:0;
}
#top #hamburger {
    top: 20px;
}
}

#recommend h2 {
    padding: 20px 0 20px 165px;
}
@media screen and (max-width: 1000px) {	
#recommend h2 {
    font-size: 18px;
    padding: 15px 0 15px 0;
}	
}
@media screen and (max-width: 520px) {
#recommend h2 {
    font-size: 14px;
}	
}

#top #contents-text {
    margin: 30px 0;
}
#top #contents-text .inner {
    width: 920px;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}
#top #contents-text p {
    line-height: 180%;
    font-size: 14px;
	color: #000;
}
@media screen and (max-width: 1000px) {
#top #contents-text .inner {
    width: auto;
	margin: 0 10px;
}
}

.recentcomments a{
    display:inline !important;
    padding:0 !important;
    margin:0 !important;
}

/*/-----------------20200228追記*/
#deals h2, #contents h2 {
    z-index: 1;
    position: relative;
}

.mw-wp-form_image img {
    width: auto;
    max-width: 100%;
}

.home_link {
    text-align: center;
    padding-top: 30px;
}
.home_link a {
    color: #4c3310;
    font-size: 12px;
}