@charset "utf-8";

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, 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;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    /*overflow-y: scroll;*/
	height:100%;
}

body{
	font-family: "メイリオ", sans-serif;
	font-size:14px;
	height:100%;
	-webkit-text-size-adjust: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	color:#f2a335;
}
a:visted{
	color:#f2a335;
}
header a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */

/*全体レイアウト*/

.alignR{
	text-align:right !important;
}
.alignC{
	text-align:center !important;
}
.pink{
	color:#e13466;
	font-weight:bold;
}
.gr{
	color:#006916;
	font-weight:bold;
}

body#local #container{
	width:100%;
}
body#local #container header .head_inner{
	width:1100px;
	margin:0 auto;
}
body#local #container header{
	padding:15px 0;
	background:#000000;
	overflow:hidden;
}
body#local #container header h1.tagline{
	font-size:11px;
}
body#local #container header .logo{
	float:left;
}
body#local #container header nav{
	float:right;
	width:855px;
}
body#local #container header nav .navi{
	margin-top:10px;
}
body#local #container header nav ul li{
	display:inline-block;
	margin-left:13px;
}
body#local #container header .sns{
	float:right;
}
body#top #container header .sns{
	float:right;
	margin-right:20px;
	width:120px;
}
#container footer{
	background:#000000;
	padding:15px;
	overflow:hidden;
}
#container footer .foot_inner{
	width:1000px;
	margin:0 auto;
}
#container footer .logo{
	float:left;
}
#container footer nav{
	float:right;
	width:70%;
	margin-bottom:40px;
	overflow:hidden;
}
#container footer nav .navi{
	margin-top:10px;
}
#container footer nav ul li{
	display:inline-block;
	margin-left:20px;
	margin-bottom:20px;
}
#container footer nav ul li a{
	color:#FFFFFF;
}
#container footer .sns{
	float:right;
}
#container footer .copy{
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
	color:#FFFFFF;
	clear:both;
}
body #container footer article{
	overflow:hidden;
	clear:both;
}
#container footer .address{
	width: 600px;
	float:left;
	color:#FFFFFF;
}
#container footer .address ul li {
	float:left;
	margin-right: 20px;
	font-size:90%;
	margin-bottom:30px;
	width: 260px;
}
#container footer .address ul li .tit{
	font-weight:bold;
	margin-bottom:15px;
}

body#local #container .bread{
	background:#d7d7d7;
	font-size:12px;
	padding:15px 0;
}
body#local #container .bread .inner{
	width:1000px;
	margin:0 auto;
}
body#local #container #wrapper{
	width:1000px;
	margin:0 auto;
}
body#local #container h2{
	text-align:center;
	margin:20px 0;
	padding-bottom:20px;
	border-bottom:1px solid #d7d7d7;
}
body#local #container section{
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
}

/*TOP*/
body#top #container{
	width:100%;
	overflow:hidden;
}
body#top #container header{
	padding:15px 0;
	background:#000000;
	overflow:hidden;
}
body#top #container header .logo{
	float:left;
	margin-left:20px;
}
body#top #container header .r_bnr{
	float:left;
	margin:-15px 0 0 60px;
}
body#top #container header nav{
	float:right;
	width:45%;
}
body#top #container header nav .navi{
	margin-top:10px;
}
body#top #container header nav ul li{
	display:inline-block;
	margin-left:20px;
}
body#top #container header .sns{
	float:right;
	margin-right:20px;
	width:120px;
}
body#top #container header .sns li{
	float:left;
	margin-right:10px;
}
body #container footer .fb_w{
	float:right;
	margin-bottom:20px;
	width:400px;
}

@media screen and (max-width: 1000px) {
    body#top #container header .r_bnr{
        float:none;
        margin:10px auto;
        text-align: center;
    }
    body#top #container header .r_bnr img{
        width: 70%;
    }
    body#top #container header .sns{
        float:none;
        margin-right:0;
        width:100%;
        display: flex;
        justify-content: center;
    }
    body#top #container header .sns li{
        float:none;
        margin-right:10px;
    }
}

body#top #wrapper .visual{
	width:100%;
}
body#top #wrapper .concept{
	width:100%;
	background-image:url(../img/top/bg_concept.jpg);
	background-size:cover;
	padding:40px 0;
}
body#top #wrapper .concept .inner{
	width:50%;
	margin-left:30px;
}
body#top #wrapper .concept h2{
	margin-bottom:40px;
}
body#top #wrapper .concept .catch{
	margin-bottom:40px;
	font-size:30px;
	font-weight:bold;
}
body#top #wrapper .cont_menu{
	width:100%;
	overflow:hidden;
}
/*
body#top #wrapper .cont_menu ul{
    display: flex;
    flex-wrap: wrap;
}
*/
body#top #wrapper .cont_menu ul li{
	width:33.3333333%;
	float:left;
	margin-bottom:-8px;
}
body#top #wrapper .cont_menu ul li img{
	width:100%;
	height:auto;
}

/*会社概要*/
#wrapper .company h3{
	text-align:center;
	margin-bottom:30px;
	font-size:24px;
	font-weight:bold;
}
#wrapper .company .sec001 .left p{
	margin-bottom:10px;
}
#wrapper .company .sec001 .left{
	width:520px;
	float:left;
}
#wrapper .company .sec001 .photo{
	float:right;
}
#wrapper .company table{
	font-size:16px;
	border-collapse: collapse;
	margin-bottom:20px;
	width:100%;
}
#wrapper .company table th{
	width:25%;
	padding:15px;
	border-bottom:1px solid #000000;
}
#wrapper .company table td{
	width:75%;
	padding:15px;
	border-bottom:1px solid #000000;
}

/*店舗案内*/
#wrapper .shop .visual{
	margin-bottom:30px;
}
#wrapper .shop section h3{
	background:url(../img/shop/bg_h3.png) repeat-x;
	margin-bottom:20px;
	padding:10px;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
#wrapper .shop .shoplist .gmap{
	margin-bottom:20px;
}
#wrapper .shop .shoplist .info{
	font-size:16px;
}
#wrapper .shop .shoplist .info h4{
	font-size:20px;
	margin-bottom:20px;
}
#wrapper .shop .shoplist .info h4:before{
	content:"■";
	margin-right:2px;
}
#wrapper .shop .shoplist .info .add{
	margin-bottom:20px;
}
#wrapper .shop .shoplist .info ul li{
	display:inline-block;
	margin-right:10px;
}
#wrapper .shop .shoplist .fb_w{
	float:right;
	width:500px;
}
#wrapper .shop .info .time .tit{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#wrapper .shop .info .time{
	padding:10px;
	background:#EFEFEF;
	margin-bottom:10px;
	width:450px;
	float:left;
}
#wrapper .shop .info .time ul li{
	display:block;
	margin-bottom:5px;
	font-size:13px;
}
#wrapper .shop .info .info_area{
	float:right;
	width:470px;
}
#wrapper .shop .info .mail{
	margin-bottom:10px;
}

/*お問い合わせ*/
body#local .contact section{
	padding:20px;
	background:#d7d7d7;
	font-size:14px;
}
body#local .contact section table tr{
	padding-bottom:30px;
}
body#local .contact section table tr th{
	font-size:18px;
	font-weight:bold;
	width:45%;
	color:#000000;
	vertical-align:middle;
	padding-bottom:30px;
}
body#local .contact section table tr td{
	width:55%;
	padding-bottom:30px;
}
body#local .contact section span.em{
	background:#BE0003;
	color:#FFFFFF;
	padding:2px 3px;
	font-size:11px;
	margin-left:10px;
}
body#local .contact section input{
	padding:15px;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
body#local .contact section .submit input{
	padding:10px 100px;
	background:#000000;
	font-weight:bold;
	text-align:center;
	color:#FCFCFC;
	font-size:14px;
	cursor:pointer;
	border:1px solid #787878;
	font-size:16px;
}
body#local .contact section .submit{
	text-align:center;
	margin-top:20px;
}
body#local .contact section .wpcf7-list-item{
	display:inline-block;
	margin:0 20px 20px 0;
	font-size:14px;
}

/*プライバシーポリシー*/
body#local .policy p{
	margin-bottom:20px;
}
body#local .policy dl dt{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}
body#local .policy dl dd{
	margin-bottom:30px;
}

/*新入荷商品*/
body#local .item .visual{
	margin-bottom:30px;
}
body#local .item .item_list ul li{
	width:300px;
	margin-right:33px;
	margin-bottom:20px;
	float:left;
}
body#local .item .item_list ul li h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
body#local .item .item_list ul li h3:before{
	content:"■";
	margin-right:2px;
}
body#local .item .item_list ul li .photo{
	margin-bottom:20px;
}
body#local .item .item_list ul li .info{
	margin-bottom:20px;
}
body#local .item .item_list ul li .price{
	color:#AF0002;
	text-align:right;
	font-size:16px;
	font-weight:bold;
}
body#local .item .item_list ul li .price span{
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

/*お知らせ*/
body#local .news .news_cont{
	padding:20px;
	background:#d7d7d7;
	font-size:14px;
	margin-bottom:30px;
}
body#local .news .news_cont h3{
	font-size:18px;
	padding-bottom:5px;
	border-bottom:dotted 1px #FFFFFF;
	margin-bottom:20px;
}
body#local .news .news_cont h3 .date{
	margin-right:15px;
	font-size:12px;
}
body#local .news .btn{
	text-align:center;
}

body#local .recruit p,body#local .recruit span{
	font-style:inherit;
	font-weight:inherit;
}
body#local .recruit p strong{
	font-weight:bold !important;
	font-style:inherit !important;
}
body#local .recruit p em{
	font-style:italic;
	font-weight:bold !important;
}


/*ギャラリー*/
#wrapper .gallery h3{
	text-align:center;
	margin:30px 0;
	font-size:26px;
	font-weight:bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}




@media screen and (max-width: 760px) {
.pc{
	display:none;
}
#container{
	overflow:hidden;
}
#container header .head_inner{
	width:100% !important;
}
body#local #container header .logo{
	margin-left:20px;
}
body#top #container header .sns,body#local #container header .sns{
	display: flex;
    justify-content: center;
    float: none;
    clear: both;
}
body#local #container header .sns li{
	margin-right:10px;
	margin-left:0;
	display:block;
	float:left;
}
body#local #container header nav{
	width:100%;
	float:none;
}
.drawer-nav ul li{
	color:#6c311b;
	font-size:16px;
	padding:0 0 5px 15px;
	background:url(../img/common/ico_arrow_or.png) no-repeat 0 5px;
	margin-bottom:10px;
	margin-left:5px;
	border-bottom:1px dotted #FFFFFF;
}
.drawer-nav ul li a{
	color:#6c311b;
}
#container footer .foot_inner{
	width:95%;
	padding:15px;
}
#container footer .logo{
	float:none;
	margin-left:0;
	margin-bottom:20px;
	text-align:center;
}
#container footer .logo img{
	width:60%;
	height:auto;
}
#container footer nav{
	float:none;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
#container footer .sns{
	float:none;
	margin-right:10px;
}
#container footer .sns{
	width:57%;
	margin:0 auto;
}
#container img{
	width:100%;
	height:auto;
}
#container .logo{
	text-align:center;
	float:none;
}
#container #main section{
	margin-bottom:30px;
}
#container .pc{
	display:none;
}
#container footer .foot_inner .bnr_area ul li{
	float:none;
	margin-bottom:20px;
}
#container #main .menu ul li img{
	width:100%;
}

header .logo{
	float:none;
	margin:0 0 10px;
}
#container header .line{
	clear:both;
	float:left;
	width:20%;
	margin:0 20px;
}
#container header .line img{
	width:100%;
	height:auto;
}
#container .toTop img{
	width:70%;
	height:auto;
}
.toTop {
	position: fixed;
	right: 5px;
	bottom: 200px;
}
.ajax-loader{
	display:none;
}

body#local #container #wrapper{
	width:100%;
}
body#local #container #content{
	width:95%;
	padding:0 10px;
	margin: 20px auto 20px;
}


body#local #content section table.sptable tr th{
	display:block;
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #dedede;
	margin-bottom:10px;
	border-top:0;
	border-right:0;
	border-left:0;
	text-align:left;
}
body#local #content section table.sptable tr th:before{
	content:"\25a0";
	color:#f2a335;
}
body#local #content section table.sptable tr td{
	width:95%;
	display:block;
	border:0;
}
#container h2{
	margin-bottom:30px;
}
#container h2 img{
	width:70%;
	height:auto;
}
#container h3 img{
	width:70%;
	height:auto;
}
header .head_inner h1{
	width:70%;
	margin-left:10px;
}

#container footer .address{
	float:none;
	width:100%;
	margin-bottom:10px;
}

body #container footer .fb_w{
	float:none;
	width:100%;
}

.youtube iframe{
	width:100% !important;
}

body#local #container .bread .inner{
	width:95%;
	padding:0 10px
}


/*TOP*/
body#top #container header .logo{
	float:left;
	margin-bottom:20px;
}
body#top #container #wrapper{
	width:100%;
	padding:0;
	margin:0;
}
body#top #wrapper .concept{
	width:90%;
	background-image:none;
	background-size:cover;
	padding:15px;
}
body#top #wrapper .concept .inner{
	width:100%;
	margin-left:0;
}
body#top #wrapper .concept h2{
	margin-bottom:20px;
}
body#top #wrapper .concept .catch{
	margin-bottom:20px;
	font-size:24px;
}
body#top #wrapper .cont_menu ul li{
	width:100%;
	float:none;
	margin-bottom:-8px;
}

/*会社概要*/
#wrapper .company .sec001 .left{
	width:100%;
	float:none;
}
#wrapper .company .sec001 .photo{
	float:none;
}
body#local .company section table tr th{
	font-size:18px;
	font-weight:bold;
	width:100%;
	color:#000000;
	vertical-align:middle;
	padding-bottom:5px;
	display:block;
}
body#local .company section table tr td{
	width:100%;
	padding:10px 0 30px 0;
	display:block;
	border-bottom:0;
}

/*店舗案内*/
#wrapper .shop section h3{
	background:#000000;
}
#wrapper .shop .shoplist .gmap{
	margin-bottom:20px;
}
#wrapper .shop .shoplist .info{
	float:none;
	width:100%;
	font-size:16px;
	margin-bottom:15px;
}
#wrapper .shop .shoplist .info ul li{
	display:inline-block;
	margin-right:5px;
	width:30%;
}
#wrapper .shop .shoplist .fb_w{
	float:none;
	width:100%;
}
#wrapper .shop .shoplist .info .time{
	width:95%;
	float:none;
}
#wrapper .shop .shoplist .info .time ul li{
	display:block;
	width:100%;
}
#wrapper .shop .shoplist .info .add .tel{
	text-decoration:underline;
	color:#E61B1F;
}
#wrapper .shop .shoplist .info .mail{
	text-align:center;
	margin-bottom:20px;
}
#wrapper .shop .shoplist .info .mail img{
	width:60%;
}
#wrapper .shop .info .info_area{
	float:none;
	width:100%;
}

/*お問い合わせ*/
body#local .contact section table tr{
	padding-bottom:30px;
}
body#local .contact section table tr th{
	font-size:18px;
	font-weight:bold;
	width:100%;
	color:#000000;
	vertical-align:middle;
	padding-bottom:5px;
	display:block;
}
body#local .contact section table tr td{
	width:100%;
	padding-bottom:30px;
	display:block;
}

/*新入荷商品*/
body#local .item .item_list ul li{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	display:block;
}




/*マップ処理*/
.map_wrapper{
	max-width: 640px;
	min-width: 280px;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #CCC;  
}
 
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



	
	
}

@media only screen and (min-width: 761px) {

  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }


}















