	/*
Theme Name: 風月
Theme URI: 
Author: Terhisa Osawa
Author URI: ideaosaka.co.jp
Description: 
Tags: HTML5,CSS,jquery,responsive
*/

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none;}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html, body {
height:100%;
}
body{
color:#333;
font-size:14px;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
-webkit-text-size-adjust: 100%;
}

a{
text-decoration:none;
line-height:100%;
opacity:1;
color:#333;
}
a,a:hover {
-webkit-transition:0.7s;
-moz-transition:0.7s;
-o-transition:0.7s;
transition:0.7s;
}
a img:hover {
-moz-opacity:0.75;
opacity:0.75;
}
a:hover{
opacity:0.5;
}
p,dd,dt{
line-height:165%;
}
img{
vertical-align:bottom;
}

a.tel,
a.tel img{
opacity:1;
cursor:default;
}

/*====================================================
LAYOUT
====================================================*/

#wrapper{
width:100%;
}
.w1280{
width:1280px;
margin:0 auto;
}
.w1080{
width:1080px;
margin:0 auto;
}
main .w1280{
width:980px;
}
.home main .w1280{
width:1280px;
}

/*====================================================
HEADER
====================================================*/
#header{
width:100%;
height:100px;
position:relative;
background:#ac1622;
}
#header #logo{
float:left;
width:259px;
height:60px;
margin:20px 0 20px 50px;
}
#header #navigation{
display:block;
float:right;
margin-right:35px;
}


#breadcrumb{
background:#4e0000;
padding:0.5rem 0;
}
#breadcrumb ul li{
color:#fff;
background:url("https://fugetsu.jp/common/img/page/bc.png") no-repeat right;
float:left;
padding:0 1.5rem 0 0;
margin-right:0.5rem;
}
#breadcrumb ul li:last-child{
margin:0;
padding:0;
background:none;
}
#breadcrumb ul li a{
color:#fff;
}

/*====================================================
NAVIGATION
====================================================*/
#navigation ul{
}
#navigation ul li{
float:left;
position:relative;
box-sizing:border-box;
}
#navigation ul li a{
display:block;
color:#fff;
font-size:16px;
padding:40px 15px;
height:20px;
text-align:center;
}
#navigation ul li ul{
display:none;
z-index:1000;
position:absolute;
width:150px;
top:100px;
}
#navigation ul li ul li{
float:none;
}
#navigation ul li ul li a{
background:#4e0000;
font-size:14px;
color:#fff;
text-align:left;
display:block;
white-space:nowrap;
padding:0.6rem 0.8rem;
}
#navigation ul li ul li a:hover{
background:#6d0808;
opacity:1;
}


/*====================================================
TOP
====================================================*/
.owl-carousel{
clear:both;
z-index:1;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
width:50px;
height:50px;
text-indent:60px;
overflow:hidden;
position:absolute;
top:40%;
z-index:1000;
margin-bottom:40%;
}
.owl-carousel .owl-nav .owl-next{
right:2%;
background:url("https://fugetsu.jp/common/img/all/arrow-r.png") no-repeat;
}
.owl-carousel .owl-nav .owl-prev{
left:2%;
background:url("https://fugetsu.jp/common/img/all/arrow-l.png") no-repeat;
}
#page .owl-carousel .owl-nav .owl-next{
right:0;
background:url("https://fugetsu.jp/common/img/page/arrow-r.png") no-repeat;
}
#page .owl-carousel .owl-nav .owl-prev{
left:1%;
background:url("https://fugetsu.jp/common/img/page/arrow-l.png") no-repeat;
}

.owl-carousel .owl-stage-outer{
}

.owl-dots {
padding-top:0.5rem;
background:#ede6d7;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot{
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-dots .owl-dot span{
width: 10px;
height: 10px;
margin: 5px 7px;
background: #fff;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #ac1622;
}



#newsbox{
padding:3rem 8rem;
background:#ede6d7;
}
#news-l,
#news-r{
float:left;
height:103px;
border-left:1px solid #4e0000;
padding:0 3rem;
}
#news-l dt{
margin-top:1rem;
font-size:21px;
font-weight:bold;
color:#4e0000;
}
#news-r li{
margin-bottom:1rem;
}
#news-r li:last-child{
margin:0;
}
#news-r li .date{
color:#ff0000;
margin-right:1rem;
}
#news-r li .cat{
color:#fff;
background:#ac1622;
padding:1px 2px;
}
#news-r li a{
font-size:16px;
padding:0 0 0 1rem;
}

#bnrbox ul li{
float:left;
margin-top:1px;
}
#bnrbox ul li:nth-child(2n+1){
margin-right:1px;
}

#logobox{
padding:2rem 0;
}
#logobox li{
float: left;
text-align:center;
width:33%;
}

/*====================================================
SINGLE
====================================================*/
#single_post #main ol,
#single_post #main ul{
margin:0 0 1.5rem 1.5rem;
}
#single_post #main ol li,
#single_post #main ul li{
margin-bottom:0.5rem;
}
#single_post #main ul li{
list-style-type:disc;
}
#single_post #main ol li{
list-style-type:decimal;
}
#single_post #main strong{
font-weight:bold;
}

/*====================================================
PAGE
====================================================*/
#page.default ol,
#page.default ul{
margin:0 0 1.5rem 1.5rem;
}
#page.default ol li,
#page.default ul li{
margin-bottom:0.5rem;
}
#page.default ul li{
list-style-type:disc;
}
#page.default ol li{
list-style-type:decimal;
}
#page.default strong{
font-weight:bold;
}

/*====================================================
CONTENTS
====================================================*/
#contents{
padding:1.5rem 0;
}
.newslist_sp ,
.arrow-list a,
.list_arrow li,
.arrow{
background:url("https://fugetsu.jp/common/img/all/arrow-list.png") no-repeat left center;
padding:0.1rem 0 0.1rem 1.3rem;
font-size:14px;
overflow:visible;
}
.list_arrow.list_shopping li a{
font-size:16px;
}
.list_arrow li{
margin-bottom:0.5rem;
}
#page.default ul.list_arrow{
margin-left:0;
}
#page.default .list_arrow li{
list-style:none;
}

/*====================================================
PAGE
====================================================*/
.secpage{
margin:3rem 0;
}
.secpage h2{
font-size:26px;
font-weight:bold;
color:#4e0000;
text-align:center;
margin-bottom:2.7rem;
}
.secpage h2 span{
padding:0.7rem 2.5rem;
border-left:1px solid #4e0000;
border-right:1px solid #4e0000;
}
.archive-list a,
.secpage h3{
color:#ac1622;
font-size:24px;
font-weight:bold;
margin-bottom:0.5rem;
}
.archive-list a{
font-size:21px;
}
.secpage h4{
background:#ac1622;
color:#fff;
padding:0.5rem 0.7rem;
font-size:20px;
margin-bottom:1rem;
}
.secpage h5{
color: #ac1622;
font-size: 18px;
font-weight: bold;
margin-bottom: 0.5rem;
}
.secpage p{
margin-bottom:2rem;
}
.col2img{
margin-bottom:2rem;
}
#page.default ul.col2img{
margin:0;
}
.col2img li{
float:left;
width:49.5%;
margin-left:1%;
}
#page.default ul.col2img li{
list-style:none;
}
#page.default ul.col2img li:first-child{
margin-left:0;
}




.spimg{
display:none;
}
.pcimg{
display:block;
}

/*====================================================
SINGLE / ARCHIVE
====================================================*/
#main{
width:66.6%;
float:left;
}
#side{
margin-left:3.7%;
width:29.7%;
float:left;
}
.catchimg{
margin-bottom:1.5rem;
}

#side dl{
margin-bottom:2rem;
}
#side dl dt{
font-size:26px;
font-weight:bold;
color:#4e0000;
padding:0 0 0 1rem;
margin-bottom:1rem;
border-left:1px solid #4e0000;
border-right:1px solid #4e0000;
}
#side dl dd ul li{
margin-bottom:0.5rem;
}


#side ul.blog-list-archive li ul{
margin-left:2rem;
margin-top:0.5rem;
}
#side ul.blog-list-archive li .plus{
cursor:pointer;
background:url("https://fugetsu.jp/common/img/all/ico_plus.png") no-repeat right;
padding-right:1.3rem;
}
#side ul.blog-list-archive li .plus.active{
background:url("https://fugetsu.jp/common/img/all/ico_minus.png") no-repeat right;
}
#side ul.blog-list-archive li ul.child{
display:none;
}

#footnavi{
clear:both;
border-top:1px solid #dcdcdc;
padding-top:1rem;
}
#footnavi .prevposts{
float:left;
}
#footnavi .nextposts{
float:right;
}
#footnavi .prevposts a,
#footnavi .nextposts a{
padding:0.5rem 0;
overflow:visible;
}
#footnavi .prevposts a{
padding-left:2rem;
background:url("https://fugetsu.jp/common/img/all/arrow-prev.png") no-repeat left;
}
#footnavi .nextposts a{
padding-right:2rem;
background:url("https://fugetsu.jp/common/img/all/arrow-next.png") no-repeat right;
}
.sidebnr li{
margin-bottom:1.5rem;
}

.archive-list li{
margin-bottom:1rem;
}
.archive-list li .date{
display:block;
padding-bottom:0.5rem;
}
.shopmap{
margin-bottom:5rem;
}

.tbl_shop{
width:95%;
margin:0 auto 3rem auto;
}
.tbl_shop td,
.tbl_shop th{
padding:0.6rem 0;
}
.tbl_shop th{
border-bottom:1px solid #ac1622;
}
.tbl_shop td{
border-bottom:1px solid #e4e4e4;
}
.tbl_shop td ul li{
float:left;
margin-left:0.5rem;
}
.tbl_shop td ul li:first-child{
margin-left:0;
}
.tbl_shop td a{
font-weight:bold;
}
.tbl_shop th.s1{
width:28%;
}
.tbl_shop th.s2{
width:55%;
}
.tbl_shop th.s3{
width:17%;
}
.tbl_shop td:hover{
cursor:pointer;
}
.tbl_shop tr.hv:hover{
background:#ffffee;
}


h3.areaname{
margin-bottom:2rem;
}
.gmap #google_map{
width:100%;
height:350px;
border:0;
margin-bottom:2rem;
}
.col2_l,
.col2_l2,
.col2_l3,
.col2_r,
.col2_r2,
.col2_r3{
margin-bottom:2rem;
}
.col2_l{
width:59%;
float:left;
}
.col2_r{
width:39%;
float:left;
margin-left:2%;
}
.col2_l2{
width:49%;
float:left;
}
.col2_r2{
width:49%;
float:left;
margin-left:2%;
}
.col2_l3{
width:26%;
float:left;
}
.col2_r3{
width:65%;
float:left;
margin-left:3%;
}

.tbl_base{
width:100%;
margin-bottom:3rem;
}
.tbl_fc{
width:100%;
margin-bottom:0.5rem;
}
.tbl_fc th,
.tbl_fc td,
.tbl_base th,
.tbl_base td{
padding:0.8rem;
vertical-align:top;
border-bottom:1px solid #e4e4e4;
}
.tbl_base td.tdr{
text-align:right;
}
#single .tbl_base th{
width:25%;
}
#single .tbl_base td{
width:75%;
}
.tbl_fc td{
padding-right:5rem;
text-align:right;
}
.tbl_form{
width:100%;
border-right:1px solid #dcdcdc;
border-bottom:1px solid #dcdcdc;
margin-bottom:1.5rem;
}
.tbl_form th,
.tbl_form td{
padding:0.8rem;
border-left:1px solid #dcdcdc;
border-top:1px solid #dcdcdc;
}
.tbl_form th{
padding:0.8rem;

vertical-align:top;
}
.tbl_form input,
.tbl_form textarea,
.tbl_form select{
background:#f0f0f0;
padding:0.3rem;
border:0;
box-sizing:border-box;
}
.tbl_form select{
margin-bottom:0.8rem;
}
.tbl_form .ipt1{
width:65%;
}
.tbl_form .ipt2{
width:10%;
}
.tbl_form .ipt3{
width:15%;
}
.tbl_form .ipt4{
width:100%;
}
.tbl_form .txa1{
width:100%;
height:150px;
}
.tbl_form label{
margin:0 0.5rem 0 0.1rem;
}
.tbl_base .com{
display:block;
}

.btn_submit input{
background:#333333;
color:#fff;
padding:0.8rem 6rem;
border:0;
font-size:16px;
border-radius:5px;
}

#stickynavi{
}
.sticky {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 1000;
border-top: 0;
background:#ac1622;
box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
}
.gmap iframe{
width:100%;
height:350px;
}

.li_icon{
text-align:center;
margin-bottom:1.5rem;
}
.li_icon li{
display:inline-block;
}
.btn_base{
margin-bottom:1.5rem;
}
.btn_base a{
background:#4e0000;
font-size:16px;
color:#fff;
padding:0.3rem 0.5rem;
}

.box_gray{
margin-bottom:2rem;
}
.box_gray dt{
background:#f0f0f0;
padding:0.5rem 1.5rem;
}
.box_gray dt,
.box_gray dd{
border:1px solid #e4e4e4;
}
.box_gray dd{
padding:1rem 1.5rem;
border-top:0;
}

.shop_img{
width:90%;
margin:0 auto 2rem auto;
}
.shop_img li{
width:32%;
float:left;
margin-left:2%;
}
.shop_img li:first-child{
margin-left:0;
}

.dl_fc{
margin:0 0 2rem 0;
}
.dl_fc dt{
font-weight:bold;
margin-bottom:0.5rem;
}
.dl_fc dd{
margin:0 0 1rem 2rem;
}
.secpage .fc h3{
margin-bottom:1rem;
}
.secpage .fc h4{
margin-bottom:1.5rem;
}
.secpage .fc h5{
border-bottom:1px dotted #ac1622;
margin-bottom:1rem;
}
#page.default .fc ul.list_none li{
list-style:none;
}
#page.default ol.alphabet li{
list-style-type:lower-latin;
}
.secpage .dl_fc p{
margin-bottom:0.5rem;
}
.gotop{
position: fixed;
right: 20px;
bottom: 20px;
z-index:10000;
}
.gotop a{
width:24px;
height:24px;
display:block;
}
.gotop.gotop_sp a{
width:64px;
height:64px;
}

.col3 ul{
width:90%;
margin:0 auto 1rem auto;
}
.col3 ul li{
width:32%;
float:left;
margin-left:2%;
}
.col3 ul li:first-child{
margin-left:0;
}
.col3 ul li img{
margin-bottom:0.5rem;
}
.secpage .col3 h3{
font-size:18px;
}

figcaption {
	text-align:center;
	font-size:14px;
	color:#AC1622;
	margin-top:5px;
}


/*====================================================
FOOTER
====================================================*/
#footer{
background:#fbfaf5;
padding:2rem 0;
position:relative;
}
#ftm{
position:absolute;
right:3.3%;
}
#ftm ul.arrow-list{
margin-bottom:1.5rem;
}
#ftm ul.arrow-list li{
margin-left:1.2rem;
}
#ft1{
width:129px;
margin-bottom:2rem;
}
#ft1,
#ft2{
float:left;
}
#ft2{
margin:0 0 0 2rem;
font-size:13px;
}
#ft2 dt{
line-height:1;
margin:0.2rem 0 0.4rem 0;
}
#ft3{
float:right;
margin-top:50px;
}
#ft3 ul{
clear:right;
float:right;
}
#ftm ul li,
#ft3 ul li{
float:left;
}
#ft3 ul.sns-list li{
margin-left:1.5rem;
}
#ftm ul.arrow-list li:first-child,
#ft3 ul.sns-list li:first-child{
margin:0;
}
.copyright{
clear:both;
}

.col2_l2 .ico{
margin-left:0.3rem;
}

/*====================================================
WORDPRESS POTS
====================================================*/
.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*====================================================
img100
====================================================*/
.col3 ul li img,
.size-full,
.shop_img img,
.sidebnr img,
.catchimg img,
.img100,
.img100 img,
.spimg img,
.col2_l3 img,
.col2_r2 img,
.col2_r img,
.col2img li img{
width:100%;
height:auto;
}

/*====================================================
WP PAGENAVI STYLE
====================================================*/
.wp-pagenavi { padding: 10px 20px 10px; display:block; clear:both; text-align:center;}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:active  { padding: 4px 8px !important; margin: 2px !important; text-decoration: none !important; border: 1px solid #ddd !important; background: #FFFFFF !important; color: #999 !important; }
.wp-pagenavi a:hover { border: 1px solid #cdcdcd !important; color: #cdcdcd !important; }
.wp-pagenavi span.pages { padding: 4px 8px !important; margin: 2px !important; font-style: italic !important; color: #999 !important; font-size: 11px !important; }
.wp-pagenavi span.current { padding: 4px 8px !important; margin: 2px !important; font-weight: bold !important; border: 1px solid #cdcdcd !important; background: #cdcdcd !important; color: #fff !important; }
.wp-pagenavi span.extend { padding: 4px 8px !important; margin: 2px !important; border: 1px solid #ddd !important; background-color: #FFFFFF !important; }


/*====================================================
CLEARFIX
====================================================*/

/* after */
.col3:after,
.shop_img:after,
.tbl_shop td ul:after,
.col2wrap:after,
.col2img:after,
#breadcrumb:after,
#logobox:after,
#bnrbox:after,
.w1280:after,
#newsbox:after,
#wrapper:after,
#contents:after,
#footer:after,
#navigation:after,
#header:after{content:".";display:block;clear:both;height:0;visibility:hidden;font-size:0;}

.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;font-size:0;}
.clearfix{min-height:1px;}
.both{clear:both;}
.spimg{width:100%;height:auto;}

/*====================================================
BASE
====================================================*/

.small{font-size:12px;}
.big{font-size:21px;}
.bold{font-weight:bold;}
.red{color:#cc0000;}
.ctr{clear:both;text-align:center;}
.txtgt{text-align:right;}
.imggt{float:right;}
#spnav{display:none;}

.nomg{margin:0;}

.secpage h3.mb2,
.secpage h4.mb2,
.mb2{margin-bottom:2rem;}
.secpage p.mb5,
.mb5{margin-bottom:5rem;}
.pc{display:block;}
.sp{display:none;}
.serif{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;}



/*====================================================
media query for smartphone, tablet
====================================================*/

@media screen and (max-width: 1300px) {
	.home main .w1280,
	.w1280{width:100%;}
	#bnrbox ul li,
	#bnrbox ul li:nth-child(2n+1){
	margin:0;
	}
	#bnrbox ul li:nth-child(2n+1){
	clear:left;
	float:left;
	}
	#bnrbox ul li{
	width:50%;
	}
	#bnrbox ul li img{
	width:100%;
	height:auto;
	}
	#footer .w1280{
	}
	
	#ft1,
	#ft2{
	margin-left:1rem;
	}
	#ft3{
	margin-right:1rem;
	}
	.inside{
	width:90%;
	margin:0 auto;
	}
	.copyright{
	font-size:14px;
	padding-left:1rem;
	margin-bottom:1rem;
	}
}/*1300*/
@media screen and (max-width: 1180px) {
	#navigation ul li a{
	font-size:16px;
	padding:40px 10px;
	}
	#header #logo{
	margin-left:30px;
	}
	#navigation{
	margin-right:15px;
	}
	
	main .w1280{
	width:100%;
	}
}/*1180*/
@media screen and (max-width: 1100px) {
	.w1080{width:100%;}
	#navigation ul li a{
	font-size:15px;
	}
	.col2wrap,
	#breadcrumb .w1080{
	width:95%;
	margin: 0 auto;
	}
}/*1080*/
@media screen and (max-width: 1020px) {
	#logobox li img{
	width:100%;
	height:auto;
	}
}/*1020*/
@media screen and (max-width: 980px) {
	*{box-sizing:border-box;}
	.sp{
	display:block;
	}
	.pc,
	.shopmap,
	#news-l dd,
	#navigation{
	display:none;
	}
	#header{
	position:relative;
	}
	#header #logo{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:259px;
	height:60px;
	}
	#spnav{
	display:block;
	position:absolute;
	top:20px;
	left:3%;
	}
	#header #navigation{
	display:none;
	float:none;
	position:relative;
	top:100px;
	margin:0;
	padding:0 0 100px 0;
	z-index:100000;
	height:1000px;
	overflow-y: scroll;
	}
	#navigation ul li{
	float:none;
	background:#90131d;
	width:100%;
	border-bottom:1px solid #a7555c;
	}
	#navigation ul li a{
	height:auto;
	padding:1rem 0.5rem;
	}
	#navigation ul li ul{
	display:block;
	width:100%;
	position:relative;
	top:0;
	}
	#navigation ul li ul li{
	border-bottom:1px solid #6c2f34;
	}
	#newsbox{
	padding:1rem 1rem 2rem 1rem;
	}
	#news-l dl{
	margin-bottom:1.5rem;
	}
	#news-l dt{
	width:100%;
	text-align:center;
	}
	#news-l dt span{
	border-left:1px solid #4e0000;
	border-right:1px solid #4e0000;
	padding:0 2rem;
	}
	#news-l, #news-r{
	width:100%;
	height:auto;
	padding:0;
	border:0;
	}
	#footer{
	padding:0;
	}
	#footer #ftm{
	position:relative;
	right:auto;
	margin:0;
	}
	#ft1, #ft2{
	display:block;
	clear:both;
	}
	.sp_area li,
	#ftm ul.arrow-list li,
	#ftm ul.arrow-list li:first-child{
	float:none;
	margin:0 0 1px 0;
	display:block;
	}
	.sp_area li a,
	.arrow-list a, .arrow{
	background:#ac1622;
	padding:1.5rem 0;
	color:#fff;
	font-size:18px;
	text-align:center;
	display:block;
	}
	.newslist_sp{
	margin-top:1rem;
	}
	.newslist_sp a{
	font-size:18px;
	}
	#ft1{
	margin:0.5rem 0 1rem 1rem;
	}
	#ft2{
	margin-left:1rem;
	}
	#ft3{
	margin:-5rem 1rem 0 0;
	}
	.secpage.spspc{
	margin-top:0;
	padding-top:0;
	}
	h3.areaname{
	border-bottom:1px solid #ac1622;
	padding-bottom:0.5rem;
	margin-bottom:0.5rem;
	}
	.tbl_form{
	border:none;
	}
	.tbl_base,
	.tbl_shop{
	width:94%;
	margin:0 auto;
	}
	.tbl_shop th{
	display:none;
	}
	.tbl_form th{
	padding-bottom:0;
	}
	.tbl_form th,
	.tbl_form td,
	.tbl_base th,
	.tbl_base td,
	#single .tbl_base th,
	#single .tbl_base td,
	.tbl_shop td{
	display:block;
	width:100%;
	border:none;
	}
	.tbl_fc th,
	.tbl_fc td{
	display:block;
	width:100%;
	border:none;
	padding-bottom:0.5rem;
	}
	.tbl_fc td{
	border-bottom:1px solid #e4e4e4;
	padding:0 3rem 0.5rem 0;
	}
	.tbl_form tr,
	.tbl_base tr,
	.tbl_shop tr{
	border-bottom:1px solid #e4e4e4;
	}
	.secpage h4.nomg{
	margin-bottom:0;
	}
	.sticky .w1280{
	width:100%;
	height:100px;
	position:relative;
	background:#ac1622;
	}
}/* 980 */
@media screen and (max-width: 780px) {
	#logobox li{
	float:none;
	width:100%;
	margin-bottom:0.5rem;
	}
	#logobox li img{
	width:auto;
	}
	.pcimg{
	display:none;
	}
	.spimg{
	display:block;
	}
	#main,
	#side{
	width:100%;
	margin:0;
	}
	#main{
	margin-bottom:3rem;
	}
	#side dl dt{
	width:50%;
	}
	.col2_l3,
	.col2_r3,
	.col2_l2,
	.col2_r2{
	width:100%;
	float:none;
	margin:0 0 2rem 0;
	}
	.col2_l3{
	text-align:center;
	}
	.col2_l3 img{
	width:50%;
	}
}/* 780 */
@media screen and (max-width: 720px) {
	body{
	font-size:18px;
	}	
	#bnrbox ul li{
	width:100%;
	float:none;
	}
	#bnrbox ul li img{
	width:100%;
	height:auto;
	}
	.wp-pagenavi .pages,
	.wp-pagenavi .last{
	display:none;
	}
	#navigation ul li a {
	font-size:21px;
	padding:1.5rem 1rem;
	}
	#navigation ul li ul li a{
	font-size:18px;
	padding:1.2rem;
	}
	.shop_img li{
	float:none;
	width:100%;
	margin:0;
	}
	h3.areaname{
	border:0;
	margin-bottom:1rem;
	}
	.tbl_shop{
	margin-bottom:4rem;
	}
	.tbl_base td.tdr{
	text-align:left;
	}
	.secpage .col3 h3{
	font-size:24px;
	}
	.col3 ul li{
	float:none;
	width:100%;
	margin:0 0 2rem 0;
	}
}/* 720 */
@media screen and (max-width: 600px) {
}/* 600 */
@media screen and (max-width: 520px) {
}/* 520 */
@media screen and (max-width: 480px) {
}/* 480 */
@media screen and (max-width: 420px) {
}/* 420 */
@media screen and (max-width: 360px) {
}/* 360 */