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

*{margin:0;padding:0;}
html {
overflow: auto;
}
body{
font: 14px 'futura',"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",'Josefin Sans', 'Noto Sans JP',Sans-Serif;
color:#5B3932;
line-height:1.6;
margin:0;
padding:0;
overflow: hidden;
min-width:1030px;
text-align: center;
letter-spacing: 2pt;
}


/* responsive */

@media screen and (max-width:479px) {
body{
min-width:100%;
}
img {
	min-width:100%;
}
}


a{
	font-family: 'futura', cursive;
	color: #6D3C30;
	text-decoration: none;
}
a:active, a:focus{
outline: 0;
}
img{
border:0;
}
ul,li{
	
list-style: none;
}
.clear{
clear:both;
}
a:hover, .active{
  text-decoration: underline;
}
a:active, a:focus,input:active, input:focus{outline:0;}

img{
	max-width: 100%;
}

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



@media screen and (max-width:479px) {

p{
	font-size: small;
}

section{
	width: 90%;
}
}



/* responsive　改行 */

@media screen and (min-width:479px) {
  .sp_br{
    display: none;
 }
}




#header h1{
	padding-top: 50px;
	text-align: center;
	font-family: 'futura';
	font-weight:normal;
}





@media screen and (max-width:479px) {
	
header {
	height: 60px;
}
	
#header h1 {
	font-size: medium;
	padding-top: 20px;
	overflow: hidden;
}
}




#mainnav{
  float: center;
	width:800px;
	margin:auto ;
	overflow: hidden;
}	
#mainnav li{
  float: left;
  padding: 30px 20px 30px;
  font-size: 14px;
}
#mainnav li a{
	color: #6D3C30;
}


@media screen and (max-width:479px) {
	
#mainnav{
	width:auto;
}

#nav-drawer li {
	width: auto;
	margin:0 auto;
}

#nav-drawer li a {
	width: auto;
	padding:  20px 25px;
	float: left;	
}	

}




#mainimg{
	width:100%;
	margin:0 auto;
	position:relative;
}
#mainimg img{
	width:100%;
}



@media screen and (max-width:479px) {

#mainimg img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
}











/*アイコンの位置*/
#nav-drawer {
  	z-index: 9999;/*最前面に*/
   	float: right;
	margin-right: 20px;	
	margin-top: 30px;
	
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}


/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 40%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


@media screen and (min-width:480px) {
 
#nav-open {
    display:none;
} 
}






#sec01{
	margin:0 auto 50px;
	line-height:1.8;
		text-align: center;
}



section h2{
	font-family: 'futura', cursive;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}
section h2 span {
	background: #fff;
	padding: 0 80px;
}


@media screen and (max-width:480px) {
	section h2 span {
	background: #fff;
	padding: 0 40px;
}
	}




#gallery{
	overflow:hidden;
}
#gallery li{
	float: left;
	width: calc(100%/3);
}
#gallery img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}




ul.menu{
	overflow:hidden;
	
}

.menu p{
	font-size: larger;
	margin-bottom: 5px;
	font-weight: bold;
	padding-bottom: 20px;
}

.menu .small{
	font-size: small;
	font-weight: bold;
}

.menu ul{
	float:center;

}

.menu li{
	font-weight: bold;
	float:center;
	text-align: center;
	margin-bottom: 10px;
}
.menu .img{
		float:center;
	text-align: left;
		display: block;
	padding: 0px 0px;
	background: #fff;
}


.menu span{
	font-size: small;
	font-weight: normal;
}



#sec03{
	margin:50px auto 80px;
}

#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}

#sec03 .tel {
	color: #E9546B;
	font-size: large;
	display: block;
	padding: 15px 0px;
		}




#sec04{
	margin:0 auto 100px;
	
}

#sec04 p{
	text-align: center;
}

#sec04 p span{
	font-weight: bold;
	font-size: large;
	display: block;
}





ul.col3{
	overflow:hidden;
}
.col3 li{
	float:left;
	width:28%;
	margin: 0 calc(16%/6) 0px;
	text-align: left;
}
.col3 .img{
	text-align:center;
	display: block;
	padding: 0px 0px;
	margin-bottom: 10px;
	background: #fff;
}




@media screen and (max-width:480px) {
.col3 li{
	float:center;
	width:100%;
	margin: auto;
	padding-bottom: 100px;
	text-align: left;
}
}









#sec04_02{
	background: url(images/sec04bg.jpg) no-repeat fixed  ;
	background-size: cover;
	text-align: center;
	padding: 130px 0;
}






@media screen and (max-width:480px) {
#sec04_02{
	background: url(images/sec04bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 100px 0;
}
}







#sec05{
	margin:0 auto;
}
.leftbox{
	width:50%;
	float:left;
	margin-right:5%;
}
table.about {
    width: 100%;
    margin: 0px auto;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
}
.about th {
	font-weight:normal;
    text-align: center;
    padding:15px 0 10px;
    width:110px;
}
.about td {
    padding:15px 10px 10px 15px;
}
#map{
	float:left;
	width:45%;
}
#map iframe{
	width:100%;
	height:400px;
}



@media screen and (max-width:480px) {

#sec05{
	margin:0 auto;
}
.leftbox{
	width:100%;
	float:left;
	margin-right:5%;
	padding-bottom: 40px;
}
table.about {
    width: 100%;
    margin: 0px auto;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
}
.about th {
	font-weight:normal;
    text-align: center;
    padding:15px 0 10px;
    width:110px;
}
.about td {
    padding:15px 10px 10px 15px;
}


#map{
	display: block;
	float:center;
	width:100%;
}
#map iframe{
	width:100%;
	height:200px;
	padding-bottom: 100px;
}
}




#footer{
	clear: both;
	padding: 100px 10px 20px 0;
	text-align: center;
	font-size: 12px;
}
#footer span{
	color:#ec0000;
	font-weight:bold;
}