@charset "UTF-8";


/*	Structure
------------------------------------------------ */

html {
	/* firefox　スクロールバー対策 */
	overflow-y:scroll;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: none;
}
body {
	color: #667242;
	font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.5em;
	line-height: 2;
	overflow: hidden;
	*font-size:small;
	*font:x-small;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.04em;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}


img,iframe{
	vertical-align: bottom;
	border-style: none;
}
i{font-style: italic;}
table {
    font-size:inherit;
    font:100%;
}
strong{ font-weight:bold;}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, a {
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*	a link
------------------------------------------------ */
a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

a:link {
	text-decoration: none;
	outline: none;
	color: #222;
}
a:visited {
	color: #222;
}
a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	color: #222;
}

.pointer{cursor:pointer;}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}
.main-wrapper{
	background: url(../images/background-image.jpg) no-repeat fixed center center;
	background-size: cover;
	padding:10em 2em 2em 2em;
	}
.body-wrapper{
	max-width:1000px;
	width:auto;
	background: rgba(255,255,255,0.9);
	padding:2em;}

/*----------------------ヘッダー-------- */

#header{
	position:relative;
	height:200px;
}
.contact-area{
	position:absolute;
	right:0;
	top:0;}
.contact-area p{
	margin:0;}


ul.navi{
	margin:2em 0;
	padding:0;}
ul.navi li{	display:inline-block;}
ul.navi li a{
	padding:2rem ;
	display:block;}

.menu-trigger,
.overlay{display: none;}
.menu-trigger img{
	filter: drop-shadow(0px 0px 2px rgba(40, 40, 40, 0.8));
}
/* ---------------------メインビジュアル-------- */
.mainvusial{
	position:relative;
}
.mainvusial .img{
	width:70%;
}
.mainvusial .copy{
	position:absolute;
	right:0;
	top:4em;
	text-align:right;
	}
.mainvusial .copy .white-line{
	background:#FFF;
	display: inline;
	padding-left:5px;
	}
.mainvusial .copy h2{
	font-size:2em;
	letter-spacing:6px;
	margin-bottom:2em;}
.mainvusial .copy h3{
	letter-spacing:2px;
	margin-bottom:2em;}




/* ---------------------コンテンツ-------- */
.block,
.block2{
	width:80%;
	padding:4em 0 0 0;
	margin:0 auto 6em auto;
}

h3.obi{
	margin:2em 0 2em -200px;}
h3.obi span{
	background:#fff;
	padding:10px 50px 10px 140px;
	filter: drop-shadow(2px 2px 4px rgba(140, 140, 140, 0.2));
	
}

.visual{width: 100%;}

.box-menu{
	border:solid 6px #fff;
	padding:2em;
	width:70%;
	margin:0 auto 4em;}

.box-menu ul{
	list-style:none;
	padding:0;}
.box-menu ul li{
	margin-bottom:1em;}
.box-menu ul span{
	float: right;
	}
.box-menu h4{
	text-align:center;}

#goods ul{
	list-style:none;
	padding:0 0 0 2em;}
#goods ul li{
	margin-bottom:0em;}

#shopinfo .pic-owner{
	float:left;
	margin-left:100px;}
#shopinfo .box{
	margin-left:300px;
	margin-bottom:5em;
	}
.txt-aR{
	text-align:right;}

.map iframe{
	width:100%;
	height:500px;
	margin-bottom:5em;}

.footer-logo{	text-align:center;}

.adress-area{
	text-align:center;
	margin-bottom:5em;}


.copyrights{
	text-align:center;
	margin:5em 0 3em 0;}









	

a[href^="tel:"] {
		pointer-events: none;
	}
	
	
br.sp {display:none;}
br.pc {display:block;}


/* ----------------------------------------------------------------------------
                  スマホ用
------------------------------------------------------------------------------- */

@media screen and (max-width:667px){
a[href^="tel:"] {
		pointer-events: auto;
	}	


br.sp {display:block;}
br.pc {display:none;}
body {
	min-width: 100%;
	width: 100%;
	font-size: 1.3em;
}	
.wrapper {
	width: 100%;
}	
img {
	width: 100%;
}	

/*----------------------バーガーメニュー-------- */



.menu-trigger,
.overlay{display: block;}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 1;
}
.menu-trigger {
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger.active {
  transform: translateX(250px);
}
 .menu-trigger span img {
  width: 100%;
}
 .menu-trigger span.btn-mune {
}
 .menu-trigger.active span.btn-mune {
 	display:none;
}
 .menu-trigger span.btn-close {
 	display:none;
}
 .menu-trigger.active span.btn-close {
 	display:block;
}

nav {
	display: block;
	width: 240px;
	height: 100%;
	background-color: rgb(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	transform: translate(-250px);
	transition: all .5s;
	overflow: scroll;
	background: #fff;
}
nav.open {
  transform: translateZ(0);
}

ul.navi{
	padding:10px 0;
	width:100%;
	
}
ul.navi li{
	display: block;
	border-bottom:1px solid #aaa;
}

ul.navi li a{
	color:#222;
	display:block;
	text-align:center;
	height:100%;
	padding:0px;
	padding:2rem 0;
}






.main-wrapper{
	padding:10em 1em 1em 1em;
	}
.body-wrapper{
	padding:1em;}
	
	
/*----------------------トップヘッダー-------- */

#header{
	height:auto;
}
#header h1.title{
	width:80%;
	max-width:200px;
	margin:0 auto 1em;}
.contact-area{
	position: static;
	text-align:center;
	margin-bottom:2em;}

/* ---------------------メインビジュアル-------- */
.mainvusial{
}
.mainvusial .img{
	width:100%;
}
.mainvusial .copy{
	position: static;
	margin-top:-80px;
	}
.mainvusial .copy .white-line{
	}
.mainvusial .copy h2{
	font-size:1.3em;
	letter-spacing:3px;
	margin-bottom:1em;}
.mainvusial .copy h3{
	font-size:1em;
	letter-spacing:0px;
	margin-bottom:2em;}


/* ---------------------コンテンツ-------- */
.block{
	width:90%;
}
.block2{
	width:90%;
	padding:0em 0 0 0;
	margin:0 auto 4em auto;
}
h3.obi{
	margin:2em 0 2em -10em;}
h3.obi span{}

.visual{width: 100%;}

.box-menu{
	border:solid 6px #fff;
	padding:1em;
	width:100%;
	margin:0 auto 4em;}

.box-menu ul{
	list-style:none;
	padding:0;}
.box-menu ul li{
	margin-bottom:1.5em;
	line-height:1.5;}
.box-menu ul span{
	float: none;
	display: block;
	text-align:right;
	}
.box-menu h4{
	text-align:center;}

#goods ul{
	list-style:none;
	padding:0 0 0 2em;}
#goods ul li{
	margin-bottom:0em;}

#shopinfo .pic-owner{
	float:left;
	margin-left:0;
	margin-right:1em;
	width:40%;
	max-width:160px;}
#shopinfo .box{
	margin-top:50%;
	margin-left:0%;
	margin-bottom:5em;
	}
.txt-aR{
	text-align:right;}

.map iframe{
	width:100%;
	height:500px;
	margin-bottom:5em;}

.footer-logo{	text-align:center;
width:200px;
margin:auto;}

.copyrights{
	text-align:center;
	margin:5em 0 3em 0;}
	
	
	
}







