@charset "UTF-8";
body{
	font-family: vdl-logomaru, 'M PLUS Rounded 1c', sans-serif;
  	font-style: normal;
	overflow-x:hidden;
	
}
.hr_1{
	width:96%;
	margin:10px auto;
}

/*========= レイアウトのためのCSS ===============*/

#container{
    width:100%;
    height: auto;
    background:#F8FFF0;
	padding:0px;
    /*display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;*/
	
}

a{
    color: #333;
}

a:hover{
     text-decoration: none;   
}

#cont ,#pro{
	padding:0px;
	margin:0px auto;
	max-width: 800px;
	padding-top: 20px;
	/*background-color: transparent;*/
	background-color: #FFFFFF;
	
}
.br_m{
	 display: block; 
}
@media (min-width:700px){
	.br_m{
		 display: none; 
	}
}
@media(min-width:1000px){
	#cont{
		border-right:1px solid #4E6242;
		border-left:1px solid #4E6242;
	}
}

.art1{
	width:100%;
	padding:20px 0px 20px 0px;
}

.site_name_sub{
	font-size:0.9em;
	margin:40px auto 0px auto;
	text-align: center;
}

.site_name{
	font-size:2.0em;
	margin:0px;
	text-align: center;
}

.shop_time{
	font-size:0.9em;
	margin:0px auto;
	text-align: center;
}
.oyasumi{
	text-align: center;
	width:100%;
}




.midashi_h2{
	font-size:1.2em;
	color:hsla(36,50%,27%,1.00);
	margin:40px auto 20px auto;
	
}

.midashi_h2_2{
	font-family: caliban-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	
	font-size:1.2em;
	color:hsla(36,50%,27%,1.00);
	margin:40px auto 20px auto;
}

.midashi_img{
	width:60%;
	max-width: 300px;
	margin:0px auto;
	
}
.midashi_img img{
	width: 100%;
	
}
.midashi_h3{
	font-size:1.2em;
	color:hsla(36,50%,27%,1.00);
	margin:40px auto;
	padding-left:10px;
}
.info_li{
	list-style: none;
	font-size:0.9em;
	padding-bottom:8px;
	padding-left:8px;
	border-top:dotted 1px hsla(38,17%,53%,1.00);
	border-bottom:dotted 1px hsla(38,17%,53%,1.00);
	width:96%;
	margin:4px auto;
	max-width: 400px;
	min-height: 110px;
	clear: both;
}
.info_li img{
	width:100px;
	margin:5px 5px 5px 0px;
	float: left;
}
.concept-p{
	width:80%;
	padding:10px;
	margin:40px auto;
	line-height: 2.0em;
	color:hsla(36,50%,27%,1.00);
}


@media (min-width:700px){
	#pro{
		padding:10px;
	}
	.menu_li{
		width:22%;
		margin:20px 5px;
	}
}
@media (min-width:1000px){
	#pro{
		padding:10px;
	}
	.menu_li{
		width:24%;
		margin:20px 4px;
	}
}
/************************
logo_box
************************/
.logo{
	width:100%;
	background:url("../img/logo_bg_img.jpg");
	background-size:cover;
}
.logo_box{
	width:80%;
	margin: 0px auto;
	max-width:400px;
	
}
.logo_box img{
	width:100%;
	
}
/************************
d-navi

*************************/
.d_navi{
	display: none;
}
@media (min-width:1000px){
	.d_navi{
		display: block;
		width:800px;
		margin:0px auto;
		list-style: none;
		background-color: hsla(0,0%,100%,0.63);
	
	}
	.d_navi li{
		width:24.5%;
		display: inline-block;
		text-align: center;
		padding:8px;
	}
	.d_navi li:hover{
		background-color: hsla(112,100%,90%,0.80);	
	}
}
/*************************

ボタン
*************************/
.btn_p{
	width:300px;
	margin:0px auto;
	text-align: center;
}
/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/*******************************************************


sns


********************************************************/
/*************************************

TWITTER-BOX

*************************************/
.tw_color{
	color:#7491E3;
}
.tw-box{
	width:80%;
	
	max-width: 380px;
	padding:5px;
	
	text-align: center;
	margin:10px auto;
	
	border:solid 2px #7491E3;
	border-top-left-radius: 20px;
  	border-top-right-radius: 20px;
  	border-bottom-right-radius: 20px;
  	border-bottom-left-radius: 20px;
}
.tw_h3 img{
	width:100%;
}
/**/
#sns{
	background-color: antiquewhite;
	width: 100%;
	height:650px;
	margin: 0px auto;
	padding:0px;
}


.logo-img{
	text-align: center;
	list-style: none;
	width:56px;
	display: inline-block;
	margin:0px 2px;
}
.logo-img img{
	width:100%;
}
.access-box{
	width:100%;
	margin:20px auto;
}
.access-box img{
	width:100%;
}
.access_p{
	text-align: center;
	margin:0px;
}
.googlelink{
	width:180px;
	text-align: center;
	margin:20px auto;
	border:solid 1px #2D2015;
	
	border-top-left-radius: 20px;
  	border-top-right-radius: 20px;
  	border-bottom-right-radius: 20px;
  	border-bottom-left-radius: 20px;
}
.googlelink a{
	text-decoration: none;
}

/*******************************************************


footer link


********************************************************/
#footer{
	background-color:#e5cc9e;
	padding:20px;
}
small{
	color:#000;
	display: block;
	text-align: center;
	margin:20px auto;
}
.footer-h3{
	text-align: center;
	color:#000;
	font-size:0.8em;
	
}
.address{
	color: #000;
	margin:0px auto;
	text-align: center;
}
.address a{
	color: #000;
}
.group-link{
	list-style: none;
	max-width: 280px;
	margin:4px auto;
	text-align: center;
	padding:5px 0px 0px 0px;
	border-bottom:dotted 1px #333333;
}
.group-link a{
	color:#000;
}
.foot_icon{
	width:90px;
	margin:10px auto;
}
.foot_icon img{
	width:100%;
	border-radius: 0%;
}

/**********************************************************




************************************************************/

/*campーbox*/
.camp-box2{
	width:100%;
	height:119px;
	/*max-width:430px;*/
	/*display: inline-block;*/
	margin: 10px 0px 10px 0px;
	font-family: vdl-logomaru, 'M PLUS Rounded 1c', sans-serif;
  	font-style: normal;
	background-size: contain;
	background-color:#ffffff;
		background-image: url("../img/camp_imgBg2.jpg");
		background-position: center bottom;
		background-repeat:no-repeat;
}
.camp-box2_p{
	font-family: vdl-logomaru, 'M PLUS Rounded 1c', sans-serif;
	font-size:0.9em;
	padding:20px;
	text-align: left;
	color:#FA6063;
}
.camp-box{
	width:94%;
	/*max-width:430px;*/
	/*display: inline-block;*/
	margin: 10px 1px 10px 8px;
	font-family: vdl-logomaru, 'M PLUS Rounded 1c', sans-serif;
  	font-style: normal;
	
	background-color:#cb1c0b;
		background-image: url("../img/camp_imgBg.png");
		background-position: center bottom;
		background-repeat:repeat-x;
}
.camp-box-img{
		max-width:160px;
		margin:0px auto;
}
.camp-box-img img{
	width:100%;
}
.camp-box_h3{
	font-size:1.0em;
	padding:10px;
	text-align: center;
	color:#ffffff;
}
.camp-box_h4{
	font-size:1.0em;
	padding:8px;
}
@media (min-width:700px){
	.camp-box2{
		width:100%;
		height:250px;
	}
	.camp-box{
		width:100%;
		vertical-align: top;
		background-color:#cb1c0b;
		background-image: url("../img/camp_imgBg.png");
		background-position: center bottom;
		background-repeat:repeat-x;
		
	}
	.camp-box-img{
		max-width:250px;
		margin:0px auto;
	}
}
@media (min-width:1000px){
	.camp-box2{
		width:100%;
		height:300px;
	}
	.camp-box{
		width:100%;
		background-color:#cb1c0b;
		background-image: url("../img/camp_imgBg.png");
		background-position: center bottom;
		background-repeat:repeat-x;
	}
	.camp-box-img{
		max-width:150px;
		margin:0px auto;
	}
}

.banaBox-img{
		width:98%;
		max-width:400px;
		margin:0px auto;
}
.banaBox-img img{
		width:100%;
		margin:0px auto;
}

/******************************
メニューBOX
******************************/
.menu-box{
	
}
.menu_h3{
	margin:20px auto 0px auto;
}


.menu_h3 img{
	width:100%;
}

.menu_h3_2{
	width:96%;
	margin:20px auto 0px auto;
	
}

.menu_h3_2 img{
	width:100%;
	margin:0px;
	border-radius: 0px;
}

.menu_h4{
	font-size:1.2em;
	color:#805300;
	padding:0px 8px 0px 8px;
	margin:20px auto 0px auto;
	text-align: center;
}
.menu_li_rec{
	list-style: none;
	width:48%;
	display: inline-block;
	margin:0px 2px 0px 2px;
	
	
}
.menu_li_rec img{
	width: 100%;
	border-radius: 0%;
	margin: 0px;
	padding: 0px;
	border:solid 3px #FFC803;
	/*box-shadow: 2px 2px 1px hsla(47,100%,50%,1.00);*/
}
.menu_li_p{
	text-align: center;
	padding:0px;
	margin:0px auto 0px auto;
	color:#805300;
}

.menu_li_list{
	width:47%;
	display: inline-block;
	padding:2px 2px 2px 8px;
	border-bottom: dotted 1px hsla(47,100%,50%,1.00);
	margin:0px 2px 10px 2px;
	font-size:0.9em;
	vertical-align: top;
}
/*書くホーム*/
/*見出し文字背景
*****************************/
.midashi_h2{
	background: url("../img/home1/gb_h2_1.png") no-repeat;
	background-position: center center;
	width:100%;
	max-width: 380px;
	height:86px;
	text-align: center;
	line-height: 70px;
	margin:0px auto 20px auto;
	color:#ffffff;
	font-size: 1.2em;
}
@media screen and (min-width: 1024px) {
	.midashi_h2{
		font-size: 1.0em;
	}
}
/*コント*/
.cont-img{
	width:90%;
	margin:0px auto 40px auto;
	
	border-radius: 10px 10px 10px 10px;
	padding:10px;
	border:solid 8px #A6CC4A;
	
}
.cont-img img{
	width: 100%;
}
.cont_li{
	list-style: none;
	width:47%;
	display: inline-block;
	margin:0px 2px 0px 2px;
	vertical-align: top;
	
	
}
.cont_li img{
	border-radius: 20px 20px 20px 20px;
	padding:4px;
	border:dotted 1px #AECFA6;
}
@media screen and (min-width: 1024px) {
	.cont_li{
	list-style: none;
	width:23%;
	display: inline-block;
	margin:0px 3px 0px 6px;
	
	}
}
.google_BT{
	width:300px;
	height:40px;
	line-height: 40px;
	margin: 10px auto;
	text-align: center;
	background-color:#F8D41D;
	border-radius: 40px 40px 40px 40px;
	color: #A52C2E;
}

.google_BT a{
	color: #A52C2E;
}
/*テーブル
****************************************/
table{
  width: 100%;
  border-collapse: collapse;
}

table tr *:nth-child(1){
  background:#C6AC77;
}

table tr *:nth-child(2){
  background:#FFE6CB;
}

table tr *:nth-child(3){
  background: #649cdf;
}

table tr *:nth-child(4){
  background: #6e87d7;
}

table th,table td{
  color:#461616;
  border:solid 1px white;
  text-align: center;
  padding: 10px 0;
  font-size:0.9em;
}