@charset "utf-8";
html{
	height: 100%;
	font-size: 100%;/*10px*/
	letter-spacing: 0.1rem;
	overflow: auto;
	overscroll-behavior: none;
    font-family: 'MyFont';
    src: url(../fonts/AikoWeb.ttf);
}
@font-face {
    font-family: 'MyFont';
    src: url(../fonts/AikoWeb.ttf);
}
/**********  **********/

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

/* fadeIn */
.fadeIn{
	animation-name: fadeInAnime;
	animation-duration:0.7s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeInAnime{
	  from {
		opacity: 0;
	  }
	
	  to {
		opacity: 1;
	  }
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	
	.fadeInTrigger{
		opacity: 0;
	}


 /* メニューデザイン */
#g_navi {
	font-size: 0.8rem;
}
	#g_navi ul {
		display: flex;
		margin: 0 auto;
		padding:0;
		width: 80%;
		max-width: 600px;
		list-style-type: none;
	}
	#g_navi ul li {
		position: relative;
		width: 25%;
		letter-spacing: 0.1rem;
	}

	#g_navi ul li a {
		transition: 1.3s ;
		color: #000000;
		display: block;
		padding: 16px 10px;
		text-align: center;
		text-decoration: none;
	}
	#g_navi ul li a:hover {
		background-color: #ffffff;
		color: #797460;
		letter-spacing: 0.4rem;
		text-indent: 0.4rem;
	}
/**********  **********/
body {
	font-size:62.5%;/*pxだと10px;*/
	height: 100%;
	line-height:1.3;
	color: #000000;
	text-align: left;
	background: #ffffff;
}
.noscroll_back{
	position: fixed;
	/*奥行きを管理*/
	z-index: -1;
	/*下2つで背景を元のサイズのまま表示することができる*/
	width: 100%;
	height: 100%;
	overflow: hidden;
	height: 100%;
}
#wrapper{
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
}
/*リンク色*/
a:link{
	color: #e0a000;
	text-decoration: none;
}
a{
	color: #996d00;
	text-decoration: none;
}
/**********  **********/
video{
    width: 100%;
	max-width: 800px;
}


#container {
	padding-bottom: 10em;/*被り防止*/
  }


.top{ 
	font-size:2.4rem;
    text-align:center;
	letter-spacing: 0.12em;
}
.top2{ 
	font-size:0.9rem;
    text-align:center;
	letter-spacing: 0.3em;
	line-height: 1.7rem;
}
.text1{
	font-size:1rem;
	letter-spacing: 0.05em;
}

.top_title{
	margin: 32px auto 10px auto;
	width: 60% ;
	max-width: 540px;
	text-indent: -26px;
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
}
.top_box{
	margin: 0 auto;
	padding:12px 30px 5px 30px;
	border-radius: 20px;
	box-shadow: 0 3px 6px #d1caae;
	width: 60%;
	max-width: 540px;
}
.sub_title{
	margin: 32px auto 0 auto;
	width: 70% ;
	max-width: 540px;
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
}
.sub_sub{
	margin: 10px auto 5px auto;
	width: 70% ;
	max-width: 540px;
	letter-spacing: 0.1rem;
	font-size: 0.8rem;
	color: #5c5c5c;;
}
.text_long{
	margin: 0 auto;
	width: 70% ;
	max-width: 540px;
	letter-spacing: 0.05rem;
	font-size: 1rem;
	line-height: 1.7rem;
}
.text_cap{
	white-space: nowrap;
	font-size: 0.9rem;
	color: #413b25;
}
.kinshis{
	font-size:0.9rem;
	line-height: 1.4rem;
}
.kinshi{

	text-indent: -1em;
   padding-left: 1em;
}
.tokusyo{
	font-size: 0.5rem;
	color: #797460;
}

.tokutable{
	font-size: 0.7rem;
	border:none;
	line-height: 160%;
}
.tokutable th{
	width: 150px;
	vertical-align:top;
	padding-left: 5px;
}
.tokutable td{
	padding-left: 5px;
}
.gusugyo{
	background-color: #f6f6f6;
}
iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	}



@media screen and (max-width: 640px) {/* 640px以下でスマホ画面時*/
	.top{ 
		font-size:1.6rem;
		text-align:center;
		letter-spacing: 0.12em;
	}
	.top2{ 
		font-size:0.7rem;
		text-align:center;
		letter-spacing: 0.1em;
		line-height: 1.2rem;
	}
	.text1{
		font-size:0.7rem;
		letter-spacing: 0.05em;
	}
	.top_title{
		margin: 0 auto 4px auto;
		width: 60% ;
		max-width: 540px;
		text-indent: -26px;
		letter-spacing: 0.1rem;
		font-size: 1rem;
	}
	.sub_title{
		margin: 0 auto 0 auto;
		width: 74% ;
		max-width: 540px;
		letter-spacing: 0.1rem;
		font-size: 1rem;
	}
	.sub_sub{
		margin: 8px auto 4px auto;
		width: 74% ;
		max-width: 540px;
		letter-spacing: 0.1rem;
		font-size: 0.7rem;
		color: #5c5c5c;;
	}
	.text_long{
		margin: 0 auto;
		width: 74% ;
		max-width: 540px;
		letter-spacing: 0.05rem;
		font-size: 0.7rem;
		line-height: 1.2rem;
	}
	.text_cap{
		white-space: nowrap;
		font-size: 0.4rem;
		color: #413b25;
	}
	.kinshis{
		font-size:0.65rem;
		line-height: 1rem;
	}
	.kinshi{
	
		text-indent: -1em;
	   padding-left: 1em;
	}
	
}


/*フッター*/

footer{
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
	left: 0;
  	right: 0;
  	margin: auto;
	height: 10em;/*被り防止*/
	background-color: #ffffff;
	padding: 10px 0 0 0 ;
	box-shadow: 0 -2px 3px #f6f5f3;
}

#footer {
	text-align: center;
}
#footer ul  {
	padding:0; margin:0;
  }

#footer  li {
    list-style: none;
	display: inline;
	padding:2px;
  }
#footer p{
	font-size:0.5rem;
}

.tweet{
	position:absolute; top:15px; right:4px;
}
.tweet a{
	padding: 15px;
	border-radius: 25px;
	background-color:#00a18f ;
	font-size: 0.8rem;
	color: #ffffff;
}

.YouTube{
	position:absolute; top:15px; right:4px;
}
.YouTube a{
	padding: 15px;
	border-radius: 25px;
	background-color:#cb2727 ;
	font-size: 0.8rem;
	color: #ffffff;
	letter-spacing: 0.135rem;
}

.booth{
	position:absolute; top:65px; right:4px;
}
.booth a{
	padding: 15px;
	border-radius: 25px;
	background-color:#e8b900 ;
	font-size: 0.8rem;
	color: #ffffff;
	letter-spacing: 0.23rem;
}

a.jisseki{
	color: #371c1c;
	text-decoration:dashed;
}

