@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 300;
	letter-spacing: 1.7px;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #181818;
	background: #fff;
}

a{
	color: #1B1B1B;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/*レスポンシブ*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*メニュー a:hover*/

li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.panel li a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: .3s;
}
.panel li a:hover::after {
  bottom: 0;
  opacity: 1;
}



/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: darkgrey;
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	width: 60%;
	margin: 0 auto 30px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background-size: 1px 1px;
}

section h2 span {
	padding: 20 0px;
	letter-spacing: 2px;
	font-weight: bold;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.p_line{
	font-size: 20px;
	padding: 10px 0px;
	border-bottom: dashed 2px #5A5A5A;
}
/* スライドショー
------------------------------------------------------------*/
/*スライドする複数イメージをぴったりと重ねます*/
#slide{
position:relative;
}
#slide img{
position:absolute;
left:0;
top:0;
}
/*ハンバーガーメニュになった時にpaddingつける*/
@media only screen and (max-width: 799px){
	.slide_padding{padding-top: 71px;}
}

/*ポワンと表示*/
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 1.6s;
  -o-transition: opacity 0.1s;
}

/* SEC01 messeage
------------------------------------------------------------*/
.message{
	line-height: 300%;
	letter-spacing: 1.5px;
}


/*paddingつける*/
@media only screen and (max-width: 600px){
	#sec01{padding-top: 50px;}	
}
@media only screen and (min-width: 601px){
	#sec01{padding-top: 80px;}	
}
@media only screen and (min-width: 800px){
	#sec01{padding-top: 80px;}	
}
@media only screen and (min-width: 1200px){
	#sec01{padding-top: 80px;}	
}

/* SEC02 New
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}
.table{
	background-color: rgba(255,255,255,0.80);
	padding: 20px;
	border-radius: 10px;
	margin: 10px;
}
.table-img{
	width: 50%;
	padding: 10px;
}
.table-txt{
	letter-spacing: 1.5px;
	line-height: 200%;
	padding: 0px 5px;
}

.table-txt-title {
	background: linear-gradient(transparent 50%, #CACACA 50%);
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 23px;
  }

	


/* SEC03 SNS
------------------------------------------------------------*/



/* SEC04 SHOP
------------------------------------------------------------*/
.shop-table p {
	padding-bottom: 2.5px;
	padding-top: 2.5px;
}


#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;t,
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
	.table
	{
		width: 70%;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
		letter-spacing: 1.6px;
		line-height: 180%;
	}
		.table
	{
		width: 70%;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 799px){
	body{
		font-size:10px;
	}
	.message{
	font-size: 13px;
	}
	
	/* SEC03 SNS
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 0px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}
	
#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

#menuBtn:before{
  	margin-top: -7px;
	}

#menuBtn:after{
  	margin-top: 5px;
	}

a#menu .close{
  	background: transparent;
	}

a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		color: #373737;
		font-weight: 400;
	}

#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
.col3 li{
		margin: 0px auto 0 auto;
		display: block;
	}
section{
		padding-top: 50px;
	}

}

/*ページボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
	font-weight: bold;
	z-index: 300;
}
#page-top a {
    background:rgba(222,222,222,0.72);
    text-decoration: none;
    color: #000;
    width: 40px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover a:focus {
    text-decoration: none;
    background: #999;
}
	
	
/*menu.html*/
.menu-table{
	padding:5px;
}


.menu-table td{
	padding: 5px;
	vertical-align: top;
}
.menu-bg{
	background-color:rgba(255,255,255,0.40);
	padding:10px;
	line-height: 150%;
	letter-spacing:0px;
}
.menu-bg img{
	margin: 5px;
}
.menu-bg h3{
	line-height: 180%;
}

/*form*/
.form-control{
	width: 100%;
	height: 40px;
	font-size: 16px;
}

.form-group{
	padding-bottom:10px;
}
.control-label{
	color: #373737;
	font-size: 17px;
	letter-spacing: 1.5px;
	font-weight: 400;
}
.btn-kakunin{
	font-size: 20px;
	border-radius: 5px;
	background-color:#F7F7F7;
	padding: 10px;
}

