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

/* ************************************************************************ 
 *	
 *	common
 *	
 * ************************************************************************ */

/* -------------------------body------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 130%;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height:100%;
	position: relative;
	word-wrap: break-word;
	-moz-background-size:100% auto;
	background-size:100% auto;
	letter-spacing:0.1em;
	color: #42210b;
	background:url(images/common/bg.png);
	color:#754c24;
}
@media only screen and ( max-width : 1100px ) {
	body {
		font-size:14px;
	}
}

/* -------------------------MAX横幅------------------------- */
.all_wraps{
	max-width:2000px;
	margin:0 auto;
	overflow:hidden;
	opacity: 1;
}

/* -------------------------font------------------------- */
body,
select,
input,
textarea,
button{
	font-family: 'Noto Sans JP', sans-serif;
}
/* -------------------------img------------------------- */
img{
	vertical-align: bottom;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin:-1px 0;
	line-height:0;
}

/* -------------------------link------------------------- */
a{
	color:#bc481d;
	text-decoration: none;
}
a:hover{
	color: #42210b;
	text-decoration:underline;
}
.contents_css a{
	color:#bc481d;
	text-decoration:underline;
}
.contents_css a:hover{
	color: #42210b;
	text-decoration: none;
}

/* -------------------------text------------------------- */
h1,
h2{
	font-size:160%;
	line-height:160%;

}
@media only screen and ( max-width : 896px ) {
	h1,
	h2{
		font-size:140%;
		line-height:160%;
	}
}
h3{
	font-size:130%;
	line-height:160%;
	text-align: justify;
}
h4{
	font-size:110%;
	line-height:160%;
	text-align: justify;
}
@media only screen and ( max-width : 896px ) {
	h3{
		font-size:110%;
	}
	h4{
		font-size:110%;
	}
}
h5,
h6{
	font-size:100%;
	line-height:160%;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6,.mincho{
	font-family: 'Shippori Mincho', serif;
	font-weight:bold;
}



/* -------------------------form------------------------- */
/*iohone riset */
input[type="submit"],
input[type="button"],
button{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration{
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus{
	outline-offset: -2px;
}
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"],
textarea,
select{
	padding:0.5em;
	border:1px solid #a9995e;
	background:#fdfdff !important;
	box-sizing:border-box;
	font-size:16px;
	line-height:150%;
	width:60%;
}
select{
	width:100%;
}
.form_tel input{
	width:30% !important;
}
@media print, screen and ( min-width : 896px ) {
	.form_select select{
		width:30%;
	}
	.form_address input{
		width:100%;
	}
}
@media only screen and ( max-width : 896px ) {
	input[type="email"],
	input[type="tel"],
	input[type="text"],
	select{
		width:100%;
	}
	.form_tel input{
		width:20% !important;
	}

}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus{
	background:#fff;
	border:1px solid #a9995e;
}
textarea{
	width:100%;
}

@media only screen and ( max-width : 896px ) {
	textarea{
		height:6em;
	}
}
input[type="submit"]{
	position: relative;
	display:inline-block;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background:#bc481d;
	padding:0.5em 0em;
	border:none;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:0.7em 2em;
	color:#fff;
	font-size:100%;
	letter-spacing:0.1em;
	min-width:40%;
}

/* -------------------------スマホ・PCでの表示切り替え------------------------- */
@media only screen and ( max-width : 896px ) {
	.pc_only{
		display:none !important;
	}
}
@media print, screen and ( min-width : 896px ) {
	.sp_only{
		display:none !important;
	}
}
/* -------------------------clearfix------------------------- */
.gallery:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}
* html .gallery,
* html .clearfix,{ zoom:1; } 
*:first-child+html .clearfix,
*:first-child+html .gallery { zoom:1; }

/* -------------------------animation------------------------- */
@media only screen and ( min-width : 896px ) {
	input[type="submit"],
	.page_wrap a img,
	.button,
	.fade{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
		z-index:1;
	}
	input[type="submit"]:hover,
	.page_wrap a img:hover,
	.button:hover,
	.fade:hover{
		opacity: 0.7;
		text-decoration: none !important;
	}
}

/* -------------------youtube-------------------- */
#youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* -------------------table scroll-------------------- */
table{
	width:100%;
}
.scroll{
	overflow: auto;　
	white-space: nowrap;
}
.scroll table th,
.scroll table td{
	white-space: nowrap;
}

.scroll::-webkit-scrollbar{
	 height: 5px;
}
.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}

/* ************************************************ 
 *	
 *	contents_css
 *	
 * ************************************************ */
.contents_css{
	line-height:200%;
}
.contents_css p,
.single_txt p{
	margin-bottom:1em;
	line-height:230%;
	margin-bottom:2em;
}
.contents_css h2{
	position: relative;
	margin-bottom:1.5em;
	text-align:center;
	letter-spacing:0.1em;
	color:#754c24;
}
.contents_css h2 .eng{
	display:block;
	font-size:60%;
	color:#bc481d;
	margin-top:-0.5em;
	font-weight:bold;
}
.single_txt h2{
	position: relative;
	text-align:left;
}
.contents_css h3{
	padding-bottom:0.4em;
	margin-bottom:0.8em;
	border-bottom:3px solid #bdb09f;
	color:#754c24;
}
.contents_css h4,
.single_txt h4{
	padding-bottom:0.4em;
	margin-bottom:1.5em;
	border-bottom:1px solid #bdb09f;
}
.single_txt h4,
.single_txt h5,
.single_txt h6,
.page_wrap .contents_css h4,
.page_wrap .contents_css h5,
.page_wrap .contents_css h6{
	margin-bottom:1.5em;
	font-size:110%;
}
.addtoany_shortcode{
	text-align:right;
}

/* -------------------------hr------------------------- */
hr{
	height:0px;
	margin:2em 0em 3em 0em;
	width:30%;
	margin-left:35%;
	border:0;
	border-bottom:1px dashed #d9c590;
}
@media only screen and ( max-width : 896px ) {
	hr{
		margin:1em 0em 2em 0em;
		margin-left:35%;
	}
}
.title01{
	position: relative;
	padding-top:0.5em;
	padding-bottom:0em !important;
	margin-bottom:1em !important;
	text-align:center;
	font-size:130%;
	border:none !important;
	color:#754c24;
}
@media only screen and ( max-width : 896px ) {
	.title01{
		font-size:110%;
	}
}
.title01:before{
	margin-right:0.2em;
	content: "";
	display:inline-block;
	width: 1em;
	height:4px;
	background: #af9574;
	transform: rotate(45deg);
	position: relative;
	top:-0.2em;
}
.title01:after{
	margin-left:0.2em;
	content: "";
	display:inline-block;
	width: 1em;
	height:4px;
	background: #af9574;
	transform: rotate(-45deg);
	position: relative;
	top:-0.2em;
}
.waku_block{
	background:#fff;
	padding:1.5em;
	border:1px solid #d8cea9;
}
.waku_block2{
	background:url(images/top/top_pickup_bg.png);
	padding:1.5em;
	border:1px solid #d8cea9;
}
.waku_block2 h3{
	border-bottom:2px solid #fff;
}
.contents_dl dt{
	position: relative;
	padding-left:2em;
	padding-bottom:0.4em;
	margin-bottom:0.8em;
	border-bottom:3px solid #bdb09f;
	font-family: 'Shippori Mincho', serif;
	font-weight:bold;
	font-size:110%;
}
.contents_dl dt:after{
	content: "";
	display:block;
	width: 10px;
	height:10px;
	background: #fbc600;
	border-radius: 50%; 
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 0.8em;
	left: 0.5em;
}
.contents_dl dd{
	margin-bottom:2em;
	padding-left:2.5em;
	line-height:160%;
	font-size:90%;
}
.white_bg,
.color_bg{
	position: relative;
}
.white_bg:before{
	content: "";
	display: block;
	position: absolute;
	top: 0em;
	bottom: 0em;
	left: -50%;
	width: 200%;
	background: #fff;
	z-index:-2;
	opacity: 0.5;
}
.color_bg:before{
	content: "";
	display: block;
	position: absolute;
	top: 0em;
	bottom: 0em;
	left: -50%;
	width: 200%;
	background:url(images/top/top_pickup_bg.png);
	z-index:-2;
}
.kadomaru{
	border-radius: 5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius: 5px;
	overflow:hidden;

}
.shadow{
	border-radius: 5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius: 5px;
	position: relative;
}
.shadow:after{
	content: "";
	display:block;
	width: 100%;
	background: #af9574;
	position: absolute;
	top:2px;
	left:2px;
	right:-2px;
	bottom:-3px;
	z-index:-1;
	opacity: 0.5;
}


/* -------------------------table------------------------- */
.contents_css caption{
	font-size:120%;
	padding:1em;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	text-align:left;
}
table th{
	background: #d9c590;
	text-align:left;
	border:1px solid #a47c52;
}
table td{
	background: #fff;
}
table th,
table td{
	padding:1em 1em;
	line-height:200%;
	vertical-align:top;
	font-weight:normal;
	border:1px solid #a47c52;
}
@media only screen and ( max-width : 896px ) {
	table th,
	table td{
		padding:0.7em;
		font-size:95%;
		line-height:200%;
	}
}
.contents_css table{
	border-top:1px dashed #a47c52;
}
.office th,
.office td{
	border:none;
	border-bottom:1px dashed #a47c52;
	background: none;
}
.office th{
	position: relative;
	text-align:center;
	width:30%;
	vertical-align:middle;
}
.office th:after{
	content: "";
	display:block;
	width: 8px;
	height:8px;
	background: #fbc600;
	border-radius: 50%; 
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top:-4px;
}



/* -------------------------text------------------------- */
/* wrap以外は自由に揃える*/
#wrap p{
	text-align: justify;
}
h1,h2,h3,h4,h5{
	display:block;
}
small, .small{
	font-size:70%;
	line-height:130%;
}
.big{
	font-size:120%;
	line-height:160%;
}
sup{
	font-size:50%;
}
.bold{
	font-weight:bold;
}
.red{
	color: #bc481d;
}
.font90{
	font-size:90%;
	line-height:160%;
}
.text_center{
	text-align:center !important;
}
.text_right{
	text-align:right !important;
}
.mb0{
	margin-bottom:0em !important;
}
.mb05{
	margin-bottom:0.5em !important;
}
.mb1{
	margin-bottom:1em;
	}
.mb2{
	margin-bottom:2em;
	}
.mb3{
	margin-bottom:3em;
	}
.mb4{
	margin-bottom:4em;
	}
.mb5{
	margin-bottom:5em;
	}
.indent1em{
	padding-left:1em;
	text-indent:-1em;
}
.indent3em{
	padding-left:2.5em;
	text-indent:-2.5em;
}
ul.both_height{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.link_block{
	display:block;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* 一般的なボタン */
.button{
	position: relative;
	display:inline-block;
	text-decoration: none !important;
	cursor: pointer;
	padding:0.8em 2em;
	text-align:center;
	border:none;
	line-height:150%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0.3em;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#fff !important;
	font-size:105%;
	background:#bc481d;
	font-family: 'Shippori Mincho', serif;
}
.button:before{
	content: "▼";
	display:inline-block;
	transform: rotate(-90deg);
	font-size:40%;
	margin-right:0.8em;
	position: relative;
	top:-0.2em;
}



/* = 1行までのテキスト */
.ellipsis_list1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* = 3行までのテキスト */
.ellipsis_list3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden; 
}

/* ************************************************ 
 *	
 *	layout
 *	
 * ************************************************ */
#wrap{
	overflow: hidden;
	width:100%;
}
.arcive_wrap{
	padding:5em 0em;
}
@media only screen and ( max-width : 896px ) {
	.page_wrap{
		padding-bottom:2em;
		font-size:90%;
	}
	.arcive_wrap{
		padding:2em 0em;
	}
}

/* --------------------2カラムデザイン-------------------- */
@media print, screen and ( min-width : 1100px ) {
	#sidebar{
		float:left;
		width:23%;
	}
	#content{
		float:right;
		width:72%;
	}
}
@media only screen and ( max-width : 1100px ) {
	#content{
		margin-bottom:4em;
	}
}

/* --------------------inner_block-------------------- */
.inner_block{
	margin-left:auto;
	margin-right:auto;
	max-width:1210px;
	width:90%;
	position: relative;
}
.small_width{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	position: relative;
}
@media only screen and ( max-width : 1250px ) {
	.inner_block{
		width:90%;
	}
	.small_width{
		width:100%;
	}
	.top_news .small_width{
		width:90%;
	}
}
.top_contents{
	margin-bottom:3em;
}
@media only screen and ( max-width : 864px ) {
	.top_contents{
		margin-bottom:1em;
	}
}
/* --------------------section space-------------------- */
.contents_css section,
.shopping_guide{
	padding:2em 0em;
	position: relative;
}
.page_single_box section{
	padding:4em 0em;
	position: relative;
}
@media only screen and ( max-width :896px ) {
	.page_single_box section{
		padding:2em 0em;
	}
}

/* ************************************************************************ 
 *	
 *	構造化設定
 *	
 * ************************************************************************ */

/* = hunberger
=============================================== */
@media print, screen and ( min-width : 896px ) {
	/* PCは非表示 */
	#nav-toggle {
		display:none;
	}
}
#nav-toggle {
	cursor: pointer;
	cursor: hand;
	width: 30px;
	height: 26px;
	padding:18px 16px;
	overflow:hidden;
	background:#53350f;
	z-index:8 !important;
	position: fixed;
	top: 4px;
	right: 4px;
	border-radius: 50%; 
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.nav_open #nav-toggle {
	background:none;

}

.sp_head_navi_inner{
	position: relative;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background:#fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}


#nav-toggle span:nth-child(1) {
	top: 3px;
}
#nav-toggle span:nth-child(2) {
	top: 12px;
}
#nav-toggle span:nth-child(3) {
	top: 21px;
}
.nav_open #nav-toggle span{
}
.nav_open #nav-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.nav_open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.nav_open #nav-toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* = header
=============================================== */
#header{
	background:#fff;
	position: relative;
	overflow:hidden;
}
#header .header_main:before{
	content: "";
	background:url(images/common/head_bg_left.png) 0% 0% no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	left: -70px;
	width:62px;
	height:100%;
	z-index:1;
}
#header .header_main:after{
	content: "";
	background:url(images/common/head_bg_right.png) 0% 0% no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	right: -70px;
	width:62px;
	height:100%;
	z-index:1;
}
.header_main{
	position: relative;
	z-index:2;
}
@media print, screen and ( min-width : 896px ) {
	.header_main{
		padding-top:0.5em;
		height:95px;
	}
	.header_main .logo{
		padding-left:1em;
	}
	.head_tel{
		position: absolute;
		top: 1em;
		right: 1em;
	}
}
@media only screen and ( max-width : 896px ) {
	#header{
	}
	#header.header_main:before,
	#header.header_main:after{
		width:31px;
		height:100%;
		z-index:0;
	}
	#header .header_main:before{
		background:url(images/common/head_bg_left.png) 0% 0% no-repeat;
		-moz-background-size:100% 100%;
		background-size:100% 100%;
		display: block;
		position: absolute;
		bottom: 0;
		left: -30px;
		width:30px;
		height:100%;
		z-index:1;
	}
	#header .header_main:after{
		background:url(images/common/head_bg_right.png) 0% 0% no-repeat;
		-moz-background-size:100% 100%;
		background-size:100% 100%;
		display: block;
		position: absolute;
		bottom: 0;
		right: -30px;
		width:30px;
		height:100%;
		z-index:1;
	}
	.head_tel{
		display:none;
	}
	.header_main{
		padding-top:5px;
		height:45px;
	}
	.header_main .logo img{
		width:169px;
	}
}





/* = header navigation
=============================================== */
#global-nav{
	position: relative;
	background:#53350f;
	text-align:center;
	z-index:2;
}
#global-nav a{
	color:#fff;
	text-decoration: none;
	display:block;
	font-family: 'Shippori Mincho', serif;
	font-size:105%;
	letter-spacing:0.2em;
}
/* メニュー_________________ */
@media print, screen and ( min-width : 896px ) {
	.navigation_menu_all{
	}
	.navigation_menu li{
		display:inline-block;
		margin:0em 0.5em;
	}
	.navigation_menu a{
		padding:1.3em 0.5em 1em 0.5em;
		border-bottom:5px solid #53350f;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.navigation_menu a:hover{
		border-bottom:5px solid #f2d948;
	}
}
@media only screen and ( max-width : 896px ){
	#global-nav{
		-webkit-transition: all .5s;
		transition: all .5s;
		position: fixed;
		top: 0px;
		right: -100%;
		width:100%;
		height:100%;
		z-index:3;
		overflow:auto;
	}
	.nav_open #global-nav{
		position: fixed;
		top: 0px;
		right: 0px;
	}
	#nav_block{
		margin:4em auto;
		width:260px;
	}
	#nav_block a{
		text-decoration: none;
	}
	.navigation_menu{
		border-top:1px solid #764c24;
	}
	.navigation_menu li{
		border-bottom:1px solid #764c24;
	}
	.navigation_menu a{
		color:#fff;
		display:block;
		padding:1em;
		font-size:115%;
	}
}

/* = page top
=============================================== */
.page_top a{
	display:block;
}
@media print, screen and ( min-width : 896px ) {
	.page_top{
		position: fixed;
		bottom: 0;
		right: 0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		opacity: 0;
		z-index:2;
	}
	/* スクロールで表示 */
	.scrollstart .page_top{
		opacity: 1;
	}
}
@media only screen and  ( max-width : 896px ) {
	.page_top{
		display:none;
	}
}
/* = ショッピングガイド
=============================================== */
.shopping_guide_left,
.shopping_guide_right{
	line-height:140%;
	font-size:80%;
}
.shopping_guide_left h3,
.shopping_guide_right h3{
	font-size:120%;
}
.shopping_guide p{
	margin-bottom:2em;
}
@media print, screen and ( min-width : 600px ) {
	.shopping_guide_left{
		width:47%;
		float:left;
	}
	.shopping_guide_right{
		width:47%;
		float:right;
	}
}
@media only screen and ( max-width : 600px ) {

	.shopping_guide_left,
	.shopping_guide_right{
		max-width:90%;
		margin:0 auto;
	}
	.shopping_guide_left{
		margin-bottom:1.5em;
	}
}
.soryo{
	margin-bottom:1.5em !important;
}
.soryo th,
.soryo td{
	font-size:100%;
	padding:0.5em;
	text-align:center;
}
/* = footer
=============================================== */
#footer{
	background:url(images/common/foot_bg.png);
	font-family: 'Shippori Mincho', serif;
	text-align:left;
	position: relative;
}
@media print, screen and ( min-width : 1000px ) {
	#footer:before{
		content: "";
		background:url(images/common/foot_bg_left.png) 0% 0% no-repeat;
		-moz-background-size:100% 100%;
		background-size:100% 100%;
		display: block;
		position: absolute;
		bottom: 0;
		left: -1em;
		width:218px;
		height:100%;
		z-index:0;
	}
	#footer:after{
		content: "";
		background:url(images/common/foot_bg_right.png) 0% 0% no-repeat;
		-moz-background-size:100% 100%;
		background-size:100% 100%;
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width:218px;
		height:100%;
		z-index:0;
	}
}
#footer .inner_block{
	padding:5em 0em 3em 0em;
	max-width:1150px;
	z-index:1;
}
#footer a{
	color:#754c24;
	text-align:left;
}
.f_info{
	text-align:center;
}
.f_info h2{
	margin-bottom:0.7em;
}
.sns_icon_list li{
	display:inline-block;
	margin:0em 0.5em;
}
.f_address,
.f_sitemap{
	text-align:left;
}
.f_address{
	line-height:180%;
}
.f_address p{
	margin-bottom:1.5em;
}
.f_address .button{
	padding:0.5em 2em;
	font-size:95%;
	background:#764c24;
}

@media print, screen and ( min-width : 896px ) {
	.f_address .button{
		min-width:12em;
	}
}
@media only screen and ( max-width : 896px ) {
	.f_address .button{
		margin:0.2em 0em 0.2em 0em;
		text-align:center;
	}
}
.f_sitemap_01 li{
	margin-bottom:1em;
}
@media print, screen and ( min-width : 896px ) {
	.f_info{
		float:left;
		width:35%;
	}
	.f_address{
		float:left;
		width:35%;
	}
	.f_sitemap{
		float:right;
		width:25%;
	}
	.f_sitemap li{
		clear:both;
	}
}
@media only screen and ( max-width : 896px ) {
	#footer .inner_block{
		max-width:80%;
	}
	.f_info h2 img{
		width:30%;
	}
	.f_info,
	.f_address{
		padding-bottom:2em;
		margin-bottom:2em;
		border-bottom:1px solid #c9c19c;
	}
	.f_info,
	.f_address,
	.f_sitemap{
		text-align:center;
	}
	.f_address p{
		text-align:center !important;
	}
	.foot_tel{
		border:1px solid #c9c19c;
		display:block;
		padding:1em 2em 1.2em 3em;
		padding-top:0.5em;
		border-radius: 2px; 
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		width:180px;
		margin:0 auto;
		position: relative;
		background:#fff;
	}
	.foot_tel:before{
		content: "▼";
		display:inline-block;
		transform: rotate(-90deg);
		font-size:40%;
		margin-right:0.8em;
		position: absolute;
		top: 2em;
		left: 0.5em;
	}

}

/* = copyright
=============================================== */
.foot_copyright{
	padding:1em 0em;
	font-size:80%;
}
@media only screen and ( max-width : 600px ) {
	.foot_copyright{
		font-size:50%;
	}
}


/* = side
=============================================== */
#sidebar a{
	color:#754c24;
}
#sidebar section{
	padding-top:-1em;
	margin-bottom:3em;
	font-size:90%;
}
/* = 投稿 */
.post_side_nemu{
}
.product_side_nemu h3,
.post_side_nemu h3{
	font-weight:bold;
	font-size:110%;
	margin-bottom:1em;
	position: relative;
	padding-bottom:0.5em;
	color:#754c24;
}
.product_side_nemu h3:before,
.post_side_nemu h3:before{
	content: "";
	border-bottom:1px solid #754c24;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width:40%;
	height:1px;
	z-index:0;
}
.product_side_nemu h3:after,
.post_side_nemu h3:after{
	content: "";
	border-bottom:1px dotted #754c24;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width:60%;
	height:1px;
	z-index:0;
}
.post_side_nemu li:first-child{
}
.post_side_nemu li{
	margin-bottom:3px;
}
.post_side_nemu a{
	position: relative;
	padding:1em;
	font-size:90%;
	display:block;
	-webkit-transition: all .5s;
	transition: all .5s;
	background:#fff;
	position: relative;
}
.post_side_nemu a:hover{
	background:#d8d3d0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
/* = 商品 */
.product_side_nemu li{
	margin-bottom:5px;
}
.product_side_nemu li a{
	display:block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
	position: relative;
	overflow:hidden;
	border:1px solid #fff;
	background:#fff;
}
.product_side_nemu li a:before{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: -10px;
	width:20px;
	height:20px;
	background:#a47c52;
	z-index:0;
	transform: rotate(-45deg);
}
.product_side_nemu li a:hover{
	background:#f5f2de;
}
/* = 商品カテゴリー */
.side_category{
	color: #7d3e00;
}
.side_category{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.side_cat_img{
	order: 1;
	flex-basis: 80px;
}
.side_cat_text{
	order: 2;
	padding-left:1.5em;
	flex-basis: auto;
}
@media only screen and ( max-width : 1050px ) {
	.side_cat_img{
		order: 1;
		flex-basis: 60px;
	}
	.product_side_nemu li a{
		background:#fff;
	}
}

/* ************************************************ 
 *	
 *	breadcrumb
 *	
 * ************************************************ */

#breadcrumb{
	font-weight:normal;
	font-size:70%;
	line-height:130%;
	white-space: nowrap;
	padding:2em 0em;
	overflow:hidden;
}
#breadcrumb_list li{
	display:inline-block;
	position: relative;
}
#breadcrumb_list li br{
	display:none;
}
.pankuzu_term{
	display:none !important;
}
#breadcrumb li{
	overflow: hidden;
	max-width:80%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#breadcrumb_list li:after{
	content: ">";
	display: inline-block;
	padding:0px 0.5em;
}
#breadcrumb_list li:last-child:after{
	display:none;
}




/* ************************************************ 
 *	
 *	BLOG
 *	
 * ************************************************ */
.single_product_block .entry_title,
.cat_title{
	font-size:110% !important;
	padding:0.5em 0em !important;
	position: relative;
	color:#754c24;
	border-bottom:1px solid #754c24;
	border-top:1px solid #754c24;
	margin-bottom:1.5em !important;
}

/* = PAGE
=============================================== */
.page_single_box{
	max-width:800px;
	position: relative;
	margin:0 auto;
}
.page_single_box:after{
	content: "";
	display:block;
	width: 200%;
	height:1px;
	position: absolute;
	bottom: 0em;
	left: -50%;
	background:url(images/top/top_pickup_bg.png);


}

/* = SINGLE
=============================================== */
.post_section section {	
	margin-bottom:2em;
}
.single_box .entry_title{
	font-size:150%;
	line-height:160%;
	padding-bottom:0.2em;
	margin-bottom:0.2em;
	position: relative;
	color:#754c24;
}
@media only screen and ( max-width : 896px ) {
	.single_box .entry_title{
		font-size:130%;
		line-height:160%:
	}
}


/* = お客様の声だけ画像表示 */
.review_entry_title{
	display:block;
	padding-right:100px;
}
.review_entry_title_img{
	display:block;
	position: absolute;
	top: -0.5em;
	right: 0em;
	width:90px;
	border-radius: 50%; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow:hidden;
}
@media only screen and ( max-width : 896px ) {
	.review_entry_title{
		padding-right:55px;
	}
	.review_entry_title_img{
		position: absolute;
		top: 50%;
		right: 0em;
		margin-top:-30px;
		width:50px;
	}
}
.single_box .entry_title a{
	text-decoration:none;
	color:#754c24;
}
.single_box .entry_title a:hover{
	color:#bc481d;
}
.single_box .entry_days{
	color: #a16c44;
	font-size:90%;
	margin-bottom:0.5em;
	font-family: 'Shippori Mincho', serif;
	letter-spacing:0.2em;
}
.entry-tax{;
	text-align:right;
	background:url(images/top/top_pickup_bg.png);
	padding:0.5em;
}
.entry-tax a{
	display:inline-block;
	color:#fff;
	padding:0.5em 1em;
	font-size:70%;
	background:#754c24;
	text-decoration: none !important;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin:0em 0.5em;
	opacity: 1;
}
.entry-tax a:hover{
	opacity: 0.6;
}
.single_txt{
	font-size:95%;
	line-height:200% !important:
}
.single_txt p{
	color:#754c24;
}
@media only screen and ( max-width : 896px ) {
	.single_txt{
		font-size:90%;
		line-height:200%:
	}
	.customer-name{
		font-size:90%;
		line-height:160%:
	}
}
.single_review .customer-name{
	color: #a16c44;
	font-size:90%;
	font-weight:bold;
	letter-spacing:0.2em;
}


/* = ブログ基本___________________ */
blockquote{
	background:#f5f5f5;
	border:1px solid #fcfcfc;
	padding:1em;
	color:#444;
	margin-bottom:1em;
	font-size:90%;
}
blockquote p{
	line-height:160%;
}
.wp-caption{
	background:#f5f5f5;
	padding:0.5em !important;
}
.wp-caption img{
	margin:0 !important;
	width:100%;
}
p.wp-caption-text{
	font-size:80%;
	padding:0.5em;
	color:#666;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	max-width:45%;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-right: 1.5em;
	max-width:45%;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter {
	margin-top:0.5em;
	margin-bottom: 1em;
}
.alignnone{
	float:none;
}

/* 記事がないとき */
.no_post{
	color: #777 !important;
	font-size:80%;
	text-align:center;
	padding:2em;
	margin-bottom:2em;
	background:#fff;
}
/* カテゴリー・投稿日など */
.sub_title_contents{
	font-size:80%;

}



/* ************************************************ 
 *	
 *	PAGER
 *	
 * ************************************************ */
.pager{
	clear: both;
	text-align:center;
	font-size:90%;
}
.pager span,
.pager a{
	display:inline-block;
	text-decoration: none;
	margin: 5px;
	background:#fff;
	line-height:35px;
	min-width:35px;
	border:1px solid #c5641f;
	text-align:center;
}
.pages{
	display:none !important;
}
.pager a:hover,
.pager .current{
	color: #fff;
	background:#c5641f;
	border:1px solid #c5641f !important;
}

.wp-pagenavi .first,
.wp-pagenavi .last, 
span.extend,
span.pages{display:none;}

/* ************************************************ 
 *	
 *	PAGE TITLE
 *	
 * ************************************************ */
/* page_title------------------------ */
.page_title {
	font-family: 'Shippori Mincho', serif;
	position: relative;
	overflow:hidden;
	background:#3a2a15;
}
.page_title .inner_block{
	position: relative;
}
.page_title .pageimage{
	position: absolute;
	top: 0;
	left: 0%;
	right: 0%;
	opacity: 0.2;
	width:100%;
}
@media only screen and ( max-width : 1300px ) and ( min-width : 896px ){
	.page_title .pageimage{
		position: absolute;
		top: 0;
		left: -5%;
		right: -5%;
		width:110%;
	}
}
@media only screen and ( max-width : 896px ) {
	.page_title .pageimage{
		position: absolute;
		top: 0;
		left: -50%;
		right: -50%;
		width:200%;
	}
}

.page_title h1,
.page_title .pt{
	letter-spacing:0.2em;
	text-align:center;
	color:#fff;
	font-weight:normal;
}
.page_title span.eng{
	display:block;
	font-size:50%;
	padding-top:1em;
	position: relative;
	color:#d9c590;
}
.page_title span.eng:after{
	content: "";
	display:block;
	width: 20%;
	height:1px;
	background: #d9c590;
	position: absolute;
	top: 1em;
	left: 40%;
}
@media print, screen and ( min-width : 896px ) {
	.page_title h1,
	.page_title .pt{
		font-size:180%;
		line-height:140%;
		padding:4.5em 0em;
	}
}
@media only screen and ( max-width : 896px ) {
	.page_title h1,
	.page_title .pt{
		padding:4em 0em;
		font-size:140%;
		line-height:140%;
	}

}
/* ************************************************ 
 *	
 *	other
 *	
 * ************************************************ */

.fadein {
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	opacity: 0;
	position: relative;
	top:0em;
	z-index:1;
}
.fadein_start{
	top:0em;
	opacity: 1 !important;
}
.gallery{
	margin-left:-1.5%;
	margin-right:-1.5%;
}
.gallery .gallery-item{
	width:30%;
	margin:1.5%;
	float:left;
}
.gallery:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}
.gallery br{
	display:none;
}
/* = ページ共通
=============================================== */
@media print, screen and ( min-width : 896px ) {
	.img_left{
		width:40%;
		margin-right:5%;
		margin-bottom:5%;
		float:left;
	}
	.img_left_text{
		width:55%;
		float:right;
	}
	.img_right{
		width:40%;
		margin-left:5%;
		margin-bottom:5%;
		float:right;
	}
	.img_right_text{
		width:55%;
		float:left;
	}
}
@media only screen and ( max-width : 896px ) {
	.img_left,
	.img_right{
		margin-left:-5%;
		margin-right:-5%;
		margin-bottom:2em;
	}
}
ul.colum_2{
	margin-left:auto;
	margin-right:auto;
}
ul.colum_2 li,
ul.colum_3 li{
	margin-bottom:2em;
}
@media print, screen and ( min-width : 700px ) {
	ul.colum_2{
		max-width:900px;
	}
	ul.colum_2 li{
		width:48%;
		float:left;
	}
	ul.colum_2 li:nth-child(2n){
		float:right;
	}
	ul.colum_3 li{
		width:31%;
		float:left;
		margin-right:2.8%;
	}
	ul.colum_3 li:nth-child(3n){
		margin-right:0%;
	}
}
@media only screen and ( max-width : 700px ) {
	ul.colum_2 li,
	ul.colum_3 li{
		width:80%;
		padding:0% 10%;
	}
}
@media print, screen and ( min-width : 896px ) {
	.flex_left,
	.flex_right{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.flex_left .flex_contents_img{
		order: 1;
		flex-basis: 37%;
	}
	.flex_left .flex_contents_text{
		order: 2;
		padding-left:3%;
		flex-basis: 60%;
	}
	.flex_right .flex_contents_img{
		order: 2;
		flex-basis: 37%;
	}
	.flex_right .flex_contents_text{
		order: 1;
		padding-right:3%;
		flex-basis: 60%;
	}
}
@media only screen and ( max-width : 896px ) {
	.flex_left .flex_contents_img,
	.flex_right .flex_contents_img{
		margin-bottom:1.5em;
	}
}



