

body{
font-family: 'Noto Sans JP', sans-serif;
}



.lunch_text{
	font-size: 15px;
	text-align: center;
	margin-top: 7px;
}


hr {
    border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #604c3f;
	margin-top: -50px;
}

/* ------------------------------------------------------------*/

h1{
	font-size: 40px;
	color:#604c3f;
	letter-spacing: 0.1em;
	font-weight: 400;
	}

@media only screen and (max-width: 799px){
	h1{
		font-size: 30px;
	    font-weight: 400;
	}
}

/* ------------------------------------------------------------*/

h2{
	font-size: 30px;
	color:#604c3f;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	
	}

@media only screen and (max-width: 799px){
	h2{
		font-size: 25px;
	    font-weight: 400;
}
}

.h2_con{
	font-size: 25px;
	color:#604c3f;
	letter-spacing: 0.1em;
	
}

/* ------------------------------------------------------------*/

h3{
	font-size: 28px;
	color:#604c3f;
	font-weight: 200;
	margin: 0px 0px 10px 0;
	letter-spacing: 0.2em;
	padding-top: 20px;
	}

/* ------------------------------------------------------------*/

h4{
	font-size: 20px;
	color:#604c3f;
	letter-spacing: 0.1em;
	}

/* ------------------------------------------------------------*/

p{
	font-size: 18px;
	font-weight: 400;
	color:#575757;
	line-height: 35px;
	}
}


/* ------------------------------------------------------------*/

a{
	cursor:pointer;
    letter-spacing: 0.2em;
    }

.cursor{
	cursor: pointer;
}

/* ------------------------------------------------------------*/

a:hover{
	 opacity:0.5;
	 text-decoration: none;
	 }

/* ------------------------------------------------------------*/

.align_center{text-align: center;}

/* ------------------------------------------------------------*/

.topicon{
	position: relative;
	float: right;
	color:#604c3f;
	font-size: 25px;
	padding: 15px 15px 0 0;
	height: 50px;
}

.topicon a{
	color: #604c3f;
}

@media only screen and (max-width: 799px){
	.topicon{
	font-size: 20px;
	padding: 10px 10px 0 0;
	}
	}

/* ------------------------------------------------------------*/

.cb{
  /* floatを解除 */
    clear: both;
    }

/* ------------------------------------------------------------*/

.box700{
	max-width:700px;
	width:100%;
	margin:0 auto;
	line-height:2;
    }

@media only screen and (max-width: 500px){
	.box700 p{
		font-size: 15px;
		max-width: 90%;
		margin: 0 auto;
	}
}

.box700 iframe{
	width:90%;
	margin:0 auto 40px auto;
    }

@media only screen and (max-width: 799px){
	.box700 iframe{
		margin:0 auto 20px auto;
	}
}

/* ------------------------------------------------------------*/

.box900{
	max-width:900px;
	width:100%;
	margin:80px auto 60px auto;
	}
.box900 img{
	display:block;
	margin: 0 auto;
}

@media only screen and (max-width: 799px){
	.box900{
		margin:50px auto 40px auto;
	}
}

.box900-menu{
	max-width:900px;
	width:100%;
	margin:0 auto 100px auto;
}

.box900-con{
	max-width:900px;
	width:100%;
	margin:80px auto 100px auto;
}

.box900 h3{
	line-height: 2;
	font-weight: 300;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 799px){
	.box900 h3{
		font-size: 20px
	}
}



/* ------------------------------------------------------------*/

.box1280{
	max-width:1280px;
	width:100%;
	margin:0 auto 0 auto;
	}
/* ------------------------------------------------------------*/



.tbl-r02{
	width: 90%;
	max-width: 900px;
	margin: 100px auto;
	
	
	
}
.tbl-r02 th {
	width: 25%;
	background: #ebebec;
	border: solid 3px #fff;
	color: #604c3f;
	padding: 10px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}
.tbl-r02 td {
	background: #f7f8f8;
	border: solid 3px #fff;
	padding: 20px;
	color:#604c3f;
 
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}






/* ------------------------------------------------------------*/

.indexbtm{
	background-color: #f4f1ed;
	text-align:center;
    padding-bottom: 30px;
	margin-bottom: 10px;
    }

/* ------------------------------------------------------------*/

.indexbtm_naka{
	background-color:#FFFFFF;
	color: #604c3f;
	padding: 8px 0;
	width: 25%;
    margin: 0 auto;
    font-size: 10px;
	letter-spacing: 0
    }



/* ------------------------------------------------------------*/

.indexbtm_naka:hover{
	opacity:0.5;
	text-decoration: none;
    }


/* ---モーダル画像非表示---------------------------------------------------------*/

@media only screen and (max-width: 799px){
	.modal_img{
	display:none;

}
}

/* ------------------------------------------------------------*/

.facebook-wrapper {
    max-width: 500px;
    margin: 30px auto 90px auto;
    }

.facebook-wrapper > .fb-page {
    width: 100%;
    }

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
    }



/* トップメニュー
------------------------------------------------------------*/

.head_test {
		background-color: #fff;
        position: absolute;     /* 位置調整 */
	    left: 50%; 
	    transform:translateX(-50%);
        display: inline-block; /* インラインブロックにする */
        padding: 0 25px;        /* 余白指定 */
    }

.head_test-wrap {
        position: relative;     /* 位置調整 */
	

	
    }
.head_test-wrap:before {
        content:  '';           /* 空白の要素を作る */
        background-color: #604c3f; /* 背景色指定 */
		position:  absolute;    /* 位置調整 */
        left:  0;               /* 位置調整 */
        width:  100%;           /* 幅指定 */
        height:  1px;           /* 高さ指定 */
        top:100%;                 /* 位置調整 */

    }

@media only screen and (max-width: 799px){
	.head_test-wrap{
		margin-bottom: -10px;
	}
}


/* dayサービス2カラム
------------------------------------------------------------*/
.dayservice{
	align-items: center;
	display: flex;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px){
	.dayservice{
		display: block;
	}
}




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

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


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

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

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
.footer{
	background-color: #604c3f;
	text-align:center;
	padding: 20px;
	margin-top:auto;
    }

.footer p{
	color:#fff;
	}

.footer img{
	width: 120px;
	margin:30px auto 0 auto;
    }


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

@media only screen and (min-width: 800px){
	
	
a#menu{
    display:none;
	}	

.panel{
    display:block !important;
	}
	


#mainnav li{
	display: inline-block;
	padding: 5px 25px;
	font-size: 19px;
	border-top:solid 2px #604c3f;
	margin: 15px 30px;
	}
	
#mainnav a{
	color: #604c3f;
	}
	
.sticky-top{
	position: relative;
	}
}

/* ------------------------------------------------------------*/

@media only screen and (max-width: 799px){
		
	#header{
		width: 100%;}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 80px;
		background: #fff;
	    margin-bottom: -20px;
	}
	
	#header h1{
		padding-top: 5px;}
	
	#header h1 img{
		max-height: 60px;
		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;
  	background: #604c3f;
  	transition: .2s;}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #604c3f;
  	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;
		border-bottom: 1px solid #ccc;
		color: #604c3f;
		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 #604c3f;
		border-right: solid 2px #604c3f;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	
	}
	
	
}