	/*
Theme Name:JAPANESE Base Theme
Theme URI: https://japan-ese.info/
Description:BASE THEME.
*/



/* CSS Document */
/*基本設定ここから*/
*{
	 margin:0;
    padding:0;
    font-family:"游ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
    border:none;
	box-sizing: border-box;
}

#bkgrund{
	background-color:#F4C51C;}
/*MOREボタンの設定*/
.btn-all{
	padding-top:2em;
}
.btn-flat-double-border{
	margin:0 auto;
	}
.btn-flat-double-border {
  display: inline-block;
  padding:0.8em 1.3em;
  font-size:16px;
  text-decoration: none;
  color:#09C!important ;
  border: double 4px #09C;
  border-radius: 10px;
  transition: .4s;
  margin:0 auto;
  vertical-align:middle;
}
.btn-flat-double-border:hover {
  background: #09C;
}
#orange{background:rgb(244, 197, 28,0.2)}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #ffff;
  display: block;
  cursor: pointer;
}
#nav-open span:before {
  content:"";
  bottom: -8px;
}
#nav-open span:after {
  content:"";
  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: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 40%;/*最大幅（調整してください）*/
  height: 280px;
  background-color:#F4C51C;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*左に隠しておく*/
}

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

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

#nav-content nav ul li a{
	display:block;
	text-decoration:none;
	font-size:10px;
	padding:1em;
	color:black;
	
	}
/*ボックスデザイン*/
.stripe-pattern {
  position: relative;
  background: repeating-linear-gradient(-45deg, rgba(139,198,202,.3), rgba(139,198,202,.3) 10px, #fff, #fff 20px);
  padding: 1em;
  color: #65513f;
}
/*文字のサイズ等*/
h2{
	font-size: 18px;
	padding: 2em 0;
	text-align: center;
}

h3{
	font-size: 12px;
	padding-bottom: 1em;
}
p{
	font-size: 12px;
	line-height: 2.0;
	text-align: center
}
.h3{
	text-align: center;
	padding-top: 3em;
	font-size: 8px;
}
nav ul li a{
	font-size: 8px;
}
figcaption p{
	font-size: 10px;
}
tr,th,td{
	font-size: 12px;
}
footer p{
	text-align: center;
}
/*区分ごとの初期設定*/
header{
	
	background-color:#F4C51C;
	height: 60px;
}
article{
	width:100%;
	margin:0 auto ;
	padding-bottom: 2em;
	text-align: center;
	clear: both;
}
article[id=about-marche],[id=about-contents],[id=news]{
	margin-top: 10em;
		text-align:center;
}

article[id=vegas-top]{
	margin-top: 0;
	padding-top: 3em;
	padding-bottom: 5em;
}
#title{
	float: left;
	width: auto;
	height:40px;
	margin-top: 5px;
}

nav{
	padding-top:2em;
	margin-left:4em;
}
nav ul{
	
	list-style-type: none;
	
}
nav ul li a{
	
	text-decoration:none;
	padding-left: 4px;
	color:#ffffff;
	font-size:20px;
}

nav ul li a{
	
	float: left;
}
nav ul a:link{
color: #ffffff ;

}

#float{
	text-align:right;
	
	}
#float img{
	max-width:10%;
	}
.img{
	max-width: 90%;
	margin: 0 auto;
}

footer img{
	display: block;
	max-width: 50%;
	margin: 3em auto 0 auto;
}
/*ここまで*/
/*トップページここから*/
#orange{
	padding-top:3em;
	margin-top:2em;
	background:rgb(244, 197, 28,0.5);
	text-align:center;
}
#vegas-top{
	width:100%;
	text-align:center;
	
}
#vegas-top img{
	max-width:100%;
	
}

#top2{
	background-color: #F4C51C ;
	
}
#top2-in{
	background-color:#fff;
	border-radius: 40px;
	padding:1em 5px 2em 5px;
	width:80%;
	margin:2em auto;
}
#hino-icon {
text-align:center;
	}
.imges{
	position: relative;
	text-align:center;
	
}
#span-img1{/*途中の画像*/
	max-width: 105%;
	position:absolute;
	top: -1em;
	right:0em;
	z-index: 99;

	}
#span-img2{
	padding-top: 1em;
	margin-bottom: 1em;
	max-width: 80%;
	
}
#span-image3{
	max-width: 50%;
}

#about-img{
	display: inline-flex;
	flex-wrap:wrap;
	vertical-align: middle;
	}
#about-img img{
	max-width:100%;
	margin: 1px;
	height: auto;
}
#about-img2{
	width: 322px;
	    display: block;
    margin: 0 auto;

}
/*テーブルの設定*/
.line{
	border-bottom: dotted 1px #DADCDB;
	margin: 1em auto;
}


table{
	margin:0 auto 3em auto;
	text-align: left;
	
}
table th{
	margin-right: 2px;}
tr,th,td{
	padding: 1em;
}

iframe{
	margin-top: 2em;
}
#flag{
	max-width: 100%;
	margin-bottom: 1em;
	margin-top: 2em;
	
	
	
}
/*コンテンツの設定*/


.title-img{
	max-width: 60%;
	margin:2em 0 2em 0;

	
}
#contents{
	
	display: flex;
	flex-wrap: wrap;
	width: 348px;
	margin: 1em auto;
}
.gallery-ph img{
	 width: 100px;
  height: 100px;
	
	vertical-align: middle;
  object-fit: cover; 
	
}
.gallery-ph{
	padding-left: 5px;
}
#contents div:first-child,#contents div:nth-last-child(4){
	padding-left: 0px;
	}

figcaption{
	width: 90px;
	  word-break: break-all;
	margin-bottom: 2em;
}
figcaption h3{
	line-height: 1.2;
}
figcaption p{
	line-height: 0.8;
}
time{
	font-size: 8px;
	text-align: left;
	line-height: 0.5;
}


/*ここまで*/
/*コンセプトページここから*/

article[id=concept]{
	margin-top: 3em;
}
#concept-discription-img{
	max-width: 70%;
	margin: 2em auto;
}
.section{
	width:80%;
	word-break:break-all;
	margin:3em auto;}
.section p{
	line-height:1.5;}
.btn-all{
	text-align:center;
}
/*ここまで*/
/*ニュースページここから*/


/*ここまで*/
/*フード、体験、買い物コンテンツの中身*/
#contents-food{
	
	display: flex;
	flex-wrap: wrap;
	width: 348px;
	margin: 3em auto 5em auto;
	
}

#contents-food .gallery-ph{
	padding: 5px;
}
#contents-food-image img{
	width: 300px;
	margin: 1em auto;
}
/*ここまで*/
/*
過去のイベント*/
.events{
	max-width: 90%;
margin: 1em auto;}

/*ここまで*/

/*joinここから
*/
.box3{
	background-color:#71C7D5;
	background-size:cover;
	width:100%;
	margin:0 auto;
	padding:2em 0 2em 0;
	
	}
.block{text-align: center;
		
	}
.block img{
	vertical-align: middle;
	max-width: 20%;
}
#join-select{
	margin:2em auto;
}
#join h2,#join  a{
	color:#fff;
	text-decoration:none;
	font-style:bold;
	  text-shadow:0.5px 1px 0 #000, -0.5px -0.5px 0 #000,
              -0.5px 0.75px 0 #000, 0.5px -0.5px 0 #000,
              0px 0.5px 0 #000,  0-0.75px 0 #000,
              -0.5px 0 0 #000, 0.5px 0 0 #000;
			  text-decoration:none;
	font-size: 18px;
	}
#join h2{
	font-size: 22px;
	padding: 0px;
}
#hinokyara{
	background: #fff;
	border-radius: 300em;
	margin: 2em auto ;
	width: 50%;
	text-align: center;
	padding: 3em 0em ;
}
#hinokyara p{
	font-size: 10px;
	padding-bottom: 1em;
}
#hinokyara img{
	max-width: 80%;
}
#join ul li{
	font-size:23px;
	padding-bottom:1em;
	}


#join ul, #join p {
 
    text-align: center;
    list-style-type: none;
}


/*ここまで
*/
/*360px以下のモバイル用*/
@media screen and (max-width:340px){
	h2{
	font-size: 16px;
	padding-bottom: 1em;
	text-align: center;
}
h3{
	font-size: 11px;
}
p{
	font-size: 10px;
	line-height: 2.5;
	text-align: center
}
.h3{
	text-align: left;
}
nav ul li a{/*menuの文字小さくする*/
	padding-top: 1.6em;
	font-size: 5px;
	text-decoration:none;
	padding-right: 1em;
	padding-left: 0;
	color:#ffffff;
}

#title{
	
	max-width: 40%;
	height: auto;
	padding-top: 1em;
}
	#vegas-top{
	width:375px;
	height:60vh;
}

}
/* CSS Document */


 
@media screen and (min-width:1024px) { 
	#vegas-top{
	width:375px;
	height:60vh;
}
	body{ font-size: 20px; 
		
		}
	article[id=about-marche]{
	margin-top: 8em;
}
article{
	background:#fff;}

article[id=top2]{
	margin-top: 0;
	padding-top:8em;
	padding-bottom: 8em;
}
	p{
		font-size: 18px;
	}
	h2{
	font-size: 24px;
	padding-bottom: 1em;
	text-align: center;
}
h3{
	font-size: 20px;
}
.h3{
	font-size:15px;
	padding-left:13em;}
/*ページ上部の設定*/
#vegas-top {
 width:100%;
		height:100vh;
	}
	

#vegas-top img{
	max-width: 100%;
	padding-top:1em;
		margin:0 auto;
	 }
.section{
	width:80%;
	word-break:break-all;
	margin:3em auto;
	}
.section p{
	line-height:2.5;}
header{
	position: relative;
	height:90px;
	
	}
#title{
	padding-left:3em;
	margin-top: 1em;
	width: auto;
	height: 50px;}
nav{
	position:absolute;
	left: 10em;
	top:-3em;
	padding-top:0em;
	padding-left:20em;
	z-index: 999;
	
}
nav ul{
	
	list-style-type: none;
	display: flex;
	
	
}
nav ul li a{
	padding-top:5.5em;
	text-decoration:none;
	padding-left: 2em;
	color:#ffffff;
	font-size: 15px;
	
}	
/*コンテンツの設定*/

#about-img{
	display: inline-flex;
	flex-wrap:wrap;
	vertical-align: middle;
	}
#about-img img{
	max-width:100%;
	margin: 1px;
	height: auto;
}
#about-img2{
	width: 824px!important;


}
#flag{
	max-width: 100%;
	margin-bottom:5em;
	margin-top: 5em;
	display:block;
	width:50%;
	margin:60px auto;
}
tr,th,td{
	font-size: 19px;
}
iframe{
	
	max-width:100%;
	margin:5em 0 5em 5em;
	
}
#span-img1{/*途中の画像*/
	
	top: -1em;
	right:0em;
	left:2px;
	

	}
#span-image3{
	clear:both;
	margin:1em 3em  ;
	max-width: 30%;}
table{

	margin:2em 0 2em 6em;
	}
#flex-table{
	   width: 1000px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;}
/*ひのまる通信*/
#contents{
	
	display: flex;
	flex-wrap: wrap;
	width: 850px;
	margin: 1em auto;
}
.gallery-ph img{
	 width: 200px;
  height: 200px;
	
	vertical-align: middle;
  object-fit: cover; 
	
}
.gallery-ph{
	padding-left:10px;
}
/*お店の詳細ページ*/

#contents-food{
	
	
	width: 870px;
	margin: 3em auto 8em auto;
	
}
#contents-food .gallery-ph img{
	width: 250px;
	height: 250px;
	vertical-align: middle;
  object-fit: cover; 
	
}

#contents-food .gallery-ph{
	padding: 30px!important;
}
#contents-food-image img{
	width: 300px;
	margin: 1em auto;
}
/*join*/

.box3{
	background-color:#71C7D5;
	background-size:cover;
	width:100%;
	margin:0 auto;
	padding:4em 0 ;
	
	}
.block img{
	max-width: 20%;
}
#join-select{
	margin:3em auto;
	width: 600px;
	
}
#join h2{
	font-size: 30px;}
#join  a{

	font-size: 24px;
	}
#hinokyara{
	
	background: #fff;
	border-radius: 300em;
	margin: 2em auto ;
	width: 25%;
	text-align: center;
	padding: 4em 0em ;
}
#hinokyara p{
	font-size: 18px;
	padding-bottom: 1em;
}
#hinokyara img{
	max-width: 80%;
}
#join ul li{
	font-size:23px;
	padding-bottom:1em;
	}


#join ul, #join p {
 
    text-align: center;
    list-style-type: none;
	}}

