@charset "UTF-8";
@import url('reset.css');
@import url('menu.css');
@import url('latest-next.css');
@import url('msg.css');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&family=Noto+Sans+JP:wght@500&display=swap');


/* =========================================================
	basic style
========================================================= */
*,
*:before,
*:after {
	box-sizing:	inherit;
}

html{
	height:	100%;
	font-size:	62.5%;
	overflow-x:	hidden;
	box-sizing:	border-box;
	scroll-behavior: smooth;
	}

body{
	margin:	0;
	padding:	0;
	height:	100%;
	background:	#2e2e2e;
	font-size:	16px;
	font-size:	1.6rem;
	line-height:	2.0;
	letter-spacing:	1px;
	font-family: "Helvetica Neue",Arial,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ', Meiryo,sans-serif;
	font-style: normal;
	text-align:	center;
	color:#fff;
	-webkit-text-size-adjust:	100%;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
	}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}


	.pc{
	display:	block;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	none;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	none;
	}

ul{
	margin:	0;
	padding:	0;
	list-style-type: none;
	}

p	{
		margin:	1.2em 0 1.2em 0;
		line-height:	1.5;

}

#jme {
	padding:20px 0;
}

a	{
	overflow: hidden;
	outline: none;
	border:	none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus	{
	outline:none;
}

a:link	{
		color:#70960a;
		text-decoration: none;
	}

a:visited	{
		color:#445c05;
		text-decoration: none;
		}

a:hover	{
		color:#80a323;
		text-decoration: none;
		}

a:active	{
		color:#a9cc4b;
		text-decoration: none;
		}

img	{
		margin:	0;
		border:	0;
		}

a img	{
		margin:	0;
		border:	0;
		}

a:hover img{
	opacity:	0.7;
	-moz-opacity:	0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a.anchor{
	display: block;
	margin-top:-100px;
	padding-top:100px;
}

.btn_gototop a{
	overflow: hidden;
	display: inline-block;
	margin: 50px 0 0 0;
	padding: 20px 140px;
	background: #90bf11;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn_gototop a:hover {
	background: #aad732;
}



/* ----- construction ----- */
.container{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 0 0;
}

main{
	overflow: hidden;
	width: 800px;
	margin: 0 auto 50px auto;
	padding: 0;
}



/* ----- header ----- */
body.page_top header {
	width: 100%;
	height: 750px;
	margin: 0 auto;
	background: url("../img/title_bg.jpg") no-repeat bottom/cover;
	text-align: center;
}

body.page_general header {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background: url("../img/title_bg.jpg") no-repeat bottom/cover;
	text-align: center;
}

body.page_top header h1{
	display: block;
	padding: 120px 0 30px 0;
	text-align: center;
}

body.page_top header h1 img{
	width: auto;
	height: 230px;
	margin: 0 auto;
}

body.page_general header h1{
	display: block;
	padding: 45px 0 0 0;
	text-align: center;
}

header h1 a{
	display: inline-block;
}

body.page_general header h1 img{
	height: 200px;
	margin: 0 auto;
}


header h1 a:hover img{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

time {
	display: block;
	margin: 20px 0 0 0;
	text-align:center;
	font-size: 2.8rem;
	font-family: 'Kanit', sans-serif;
}


/* ----- top navigator ----- */
.navigator {
	width: 180px;
	height:auto;
	margin: 20px auto;
	text-align: center;
}

.navigator img{
	width: 100%;
	height:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.navigator h2 {
	color: #fff;
	font-size: 3.0rem;
	font-family: 'Kanit', sans-serif;
	text-shadow: 1px 1px 1px #000000;
	line-height: 1.2;
}

.navigator h2 span{
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.8rem;
	font-family: 'Kanit', sans-serif;
}



/* ----- general_area ----- */
.general_area {
	overflow: hidden;
	width: 100%;
	margin: 20px auto 60px auto;
}

.general_area h1 {
	display: inline-block;
	margin: 3.0rem 0;
	padding: 0 3.0rem;
	color: #baff00;
	font-size: 2.8rem;
	font-family: 'Kanit', sans-serif;
	line-height: 1.3;
	letter-spacing: 2px;
	border-bottom: 4px solid #baff00;
}

.general_area h2 {
	color: #fff;
	font-size: 2.6rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.general_area p {
	text-align: left;
	line-height: 1.8;
}


/* --- top about_area --- */
.general_area.about_area h2{
	font-size: 3.4rem;
}

.general_area.about_area p{
	font-size: 2.0rem;
}


/* --- top top_time_area --- */
.time_area {
	display: flex;
	justify-content: center;
	gap: 0 110px;
	font-family: 'Kanit', sans-serif;
	font-size: 2.2rem;
	margin:0 auto 0 auto;
}

.time_area a {
	color: #fff;
}

.time_area dd.time_area_logo span{
	position: relative;
	display: inline-block;
	overflow: hidden;
	width:300px;
	height: 120px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.time_area dd.time_area_logo span img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width:80%;
	height:auto;
}

.time_area dd.time_area_logo span img.j-wave{
	width: auto;
	height: 25px;
}

.time_area dd.time_area_logo span img.fm802{
	width: auto;
	height: 35px;
}

.time_area dd.time_area_time {
	padding: 0;
	line-height: 1.0;
}


/* --- top top_btn_area --- */
.general_area.top_btn_area {
	overflow:  hidden;
	width: 100%;
	margin: 40px auto 60px auto;
	padding:0;
	display: flex;
	gap: 0 20px;
}

.top_btn_area a.btn_item {
	flex: 1 1 50%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.top_btn_area a:hover {
	background: #91be19;
}

.top_btn_area a.btn_item .box {
	padding: 30px 0;
}

.top_btn_area a.btn_item .btn_message {
	padding: 20px;
	background: #7caa03;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.top_btn_area a.btn_item .btn_archive {
	padding: 20px;
	background: #7caa03;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.top_btn_area a:hover.btn_item .btn_message,.top_btn_area a:hover.btn_item .btn_archive {
	opacity:	0.7;
	-moz-opacity:	0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.top_btn_area a.btn_item h1 {
	display: block;
	margin: 0 0 1.0rem 0;
	padding: 0 1.0rem;
	color: #fff;
	font-family: 'Kanit', sans-serif;
	font-size: 2.2rem;
	border-top: none;
	border-bottom: 1px solid #fff;
}

.top_btn_area a.btn_item p {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}


/* --- top imasia_area --- */
.general_area.imasia_area {
	padding: 40px 30px;
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.general_area.imasia_area h1 {
	margin:0 0 10px 0;
	text-decoration-line: none;
	border-top: none;
	border-bottom: none;
}

.general_area.imasia_area h1 img {
	width: 200px;
	height: auto;
}
.general_area.imasia_area h2 {
	margin:20px 0;
	color: #000;
}

.general_area.imasia_area p {
	margin:0 0 20px 0;
	text-align: center;
}

.general_area.imasia_area ul {
	display: flex;
	gap: 0 20px;
}

.general_area.imasia_area li {
	flex: 1 1 50%;
}


/* --- information_area --- */
.general_area.information_area ul {
	margin: 10px 0 0 0;
}

.general_area.information_area li {
	padding: 0.2em 0;
	color: #fff;
	text-align:left;
	border-bottom: 1px solid #999;
}

.general_area.information_area li:before {
	margin: 0 0.8rem 0 0;
	font-family: FontAwesome;
	content: "\f138";
	color: #baff00;
}


.general_area.information_area li a:link	{
	color: #fff;
	}

.general_area.information_area li a:visited	{
	color: #fff;
		}

.general_area.information_area li a:hover	{
		color:#d3da1b;
		}



/* --- top sns_area --- */
.general_area.sns_area .inner_area{
	display: flex;
	gap: 0 20px;
}

.general_area.sns_area .inner_area .item{
	flex: 1 1 50%;
}

.general_area.sns_area .inner_area dt{
	padding: 5px 0;
	font-size: 3.0rem;
}

.twitter_area {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.twitter_area i,.instagram_area i {
	color: #fff;
}

.twitter-timeline {
	overflow: auto;
	height: 400px;
}

dd.instagram_img {
	display: flex;
	flex-flow: row wrap;
}

dd.instagram_img img {
	width: 120px;
	margin: 5px;
}

/* --- top sponsor_area --- */
.sponsor_area img{
	width: 400px;
	height: auto;
	margin: 0 auto;
}



/* --- info page --- */
.info_details_area {
	padding: 0 0 45px 0;
	border-bottom: 2px solid #fff;
}

.info_details_head {
	width: 100%;
	overflow: hidden;
}

.info_details_date {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	text-align: left;
}

.info_details_title{
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.info_details_title h1 {
	margin: 0 !important;
	padding: 2.0rem 0  !important;
	font-size: 2.2rem !important;
	line-height:1.2;
	text-align: left;
	color: #fff !important;
	border: none !important;
}

.info_details_image {
	width: 100%;
}

.info_details_image img {
	width: 80%;
	margin: 20px auto;
}





/* --- archive page --- */
.btn_archive_list a{
	overflow: hidden;
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 20px 40px;
	background: #fff;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn_archive_list a:hover {
	background: #91be19;
}

.archive_details_area {
	padding: 0 0 45px 0;
	border-bottom: 2px solid #fff;
}

.archive_details_head {
	width: 100%;
	overflow: hidden;
}

.archive_details_date {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	font-size: 1.8rem;
	text-align: left;
}

.archive_details_title{
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.archive_details_title h1 {
	margin: 0 !important;
	padding: 2.0rem 0  !important;
	font-size: 2.2rem !important;
	line-height:1.2;
	color: #fff !important;
	border: none !important;
}

.archive_details_image {
	width: 100%;
}

.archive_details_image img {
	width: 80%;
	margin: 20px auto;
}


/* --- archive list --- */
.archive_list_area{
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #fff;
}

.archive_list_area a{
/* 	display: block; */
	overflow: hidden;
	color: #fff;
}

.archive_list_area a:hover{
	color: #ccc;
}

.archive_list_image{
	overflow: hidden;
	float: left;
	width: 35%;
	padding: 0 0 20px 0;
}

.archive_list_image img{
	width: 90%;
	height:auto;
}

.archive_list_txt{
	overflow: hidden;
	float: right;
	width: 65%;
	padding: 0 0 10px 0;
	text-align: left;
}

.archive_list_date{
	width: 100%
	font-size: 1.4rem;
}

.archive_list_title h1{
	font-size: 2.0rem;
	line-height: 1.2;
	margin: 0 0 1.6rem 0;
}

.archive_list_txt p{
	width: 100%
	font-size: 1.4rem;
}




/* footer
--------------------------------------------------------- */
footer	{
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 1000px;
	margin: 100px auto 0 auto;
	padding: 0 0 150px 0;
}

.footer_home a img	{
	width:120px;
	height:auto;
}

.footer_j-wave{
	display: block;
	width: 350px;
	text-align: right;
}

.footer_j-wave dl {
	width: 100%;
	text-align: right;
}

.footer_j-wave dt {
	display: block;
}

.footer_j-wave dt img {
	width: 220px;
	height: auto;
	margin: 0 0 0 auto;
}

.footer_j-wave dd {
	margin: 8px 0 0 0;
	font-size: 1.0rem;
	letter-spacing: 1px;
}



/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width : 1024px){

	.pc{
	display:	none;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	block;
	}

	.phone	{
	display:	none;
	}

p	{
	text-align:left;
	margin:0 0 3.0rem 0;
	}

#jme	{
	padding:15px 0 20px 0;
	}

/* ----- construction ----- */
.container{
	padding: 0;
}

main{
	width: 90%;
	}


/* ----- navi ----- */
nav ul{
	width: 95%;
}

nav ul li{
padding: 0 10px;
font-size: 1.6rem;
}



/* --- top_time_area --- */
.time_area {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	font-family: 'Kanit', sans-serif;
	font-size: 2.2rem;
	margin:0 auto 0 auto;
}

.time_area dd.time_area_logo span{
	width:250px;
	height: 100px;
}

.time_area dd.time_area_logo span img.j-wave{
	width: auto;
	height: 20px;
}

.time_area dd.time_area_logo span img.fm802{
	width: auto;
	height: 30px;
}



/* --- top_btn_area --- */
.top_btn_area a.btn_item h1 {
	line-height: 1.0;
	font-size: 2.4rem;
	border:none;
}



/* footer
--------------------------------------------------------- */
footer	{
margin:	70px auto 0 auto;
padding:	0 0 100px 0;
}

footer ul	{
width:	90%;
}

}




/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 599px){

.pc{
	display:	none;
	}

	.pc_tablet{
	display:	none;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	block;
	}

a:hover img{
	opacity:	1.0;
	-moz-opacity:	1.0;
	filter: alpha(opacity=100);
}

#jme	{
	padding:20px 0;
}

.btn_gototop a{
	width: 85%;
	margin: 50px 0 0 0;
	padding: 20px 0;
}


/* ----- header ----- */
body.page_top header{
	height: 100vh;
}

body.page_general header{
	height: 250px;
}

body.page_top header h1{
	display: block;
	padding: 100px 0 30px 0;
	text-align: center;
}

body.page_top header h1 img{
	width: 80%;
	height: auto;
	margin: 0 auto;
}

body.page_general header h1{
	display: block;
	padding: 45px 0 0 0;
	text-align: center;
}

header h1 a{
	display: block;
	overflow: hidden;
}

body.page_general header h1 img{
	display: block;
	width: 60%;
	min-width: 250px;
	height: auto;
}



.navigator h2 {
	font-size: 2.8rem;
}

.navigator h2 span{
	font-size: 1.6rem;
}


/* ----- general_area ----- */
.general_area {
	margin: 0 auto 30px auto;
}

.general_area h1 {
	margin: 2.0rem 0;
	padding: 0 1.0rem;
	color: #baff00;
	font-size: 2.0rem;
	line-height: 1.2;
	border-bottom: 2px solid #baff00;
}

.general_area h2 {
	font-size: 2.0rem;
}

/* --- about_area --- */
.general_area.about_area h2{
	font-size: 2.6rem;
	line-height: 1.2;
	margin: 0 0 2.0rem 0;
	text-align: left;
}

.general_area.about_area p{
	font-size: 1.6rem;
	line-height: 1.4;
}


/* --- top_time_area --- */
.time_area {
	display: block;
	font-size: 1.8rem;
}

.time_area dl {
	width: 80%;
	margin: 0 auto 30px auto;
}

.time_area dd.time_area_logo span{
	width: 100%;
	height: 80px;
}



/* --- top_btn_area --- */
.general_area.top_btn_area {
	width: 100%;
	margin: 0 auto 60px auto;
	padding:0;
	display: block;
}

.top_btn_area a.btn_item {
	display: block;
	margin: 0 auto 20px auto;
}

.top_btn_area a.btn_item .box {
	padding: 5px 0;
}

.top_btn_area a.btn_item h1 {
	font-size: 1.8rem;
	line-height: 1.4;
	border-bottom: 1px solid #fff;
}


/* --- imasia_area --- */
.general_area.imasia_area {
	padding: 20px 10px;
}

.general_area.imasia_area h1 img {
	width: 60%;
	margin: 0 auto;
}

.general_area.imasia_area h2 {
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
}

.general_area.imasia_area ul {
	display: block;
}

.general_area.imasia_area li {
	margin: 0 0 10px 0;
}

.general_area.imasia_area li img {
	width: 70%;
	margin: 0 auto;
}


/* --- information_area --- */
.general_area.information_area li {
	margin: 0 0 1.4rem 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

.general_area.information_area li:before {
	margin: 0 0.6rem 0 0;
}


/* --- top sns_area --- */
.general_area.sns_area .inner_area{
	display: block;
}

.general_area.sns_area .inner_area .item{
	margin: 0 0 50px 0;
	padding: 0 !important;
	border: none !important;
}


/* --- top sponsor_area --- */
.sponsor_area img{A
	width: 300px;
}


/* --- info page --- */
.info_details_area {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

.info_details_date {
	font-size: 1.4rem;
	margin: 0 0 1.0rem 0;
}

.info_details_title h1 {
	padding: 0  !important;
	font-size: 1.8rem !important;
}

.info_details_image img {
	width: 100%;
	margin: 10px auto 20px auto;
}

.info_details_comment p {
	font-size: 1.4rem;
	line-height: 1.6;
}




/* --- archive page --- */
.btn_archive_list a{
	margin: 20px 0 0 0;
	padding: 10px 20px;
}

.archive_details_area {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

.archive_details_date {
	font-size: 1.4rem;
	margin: 0 0 1.0rem 0;
}

.archive_details_title h1 {
	padding: 0  !important;
	font-size: 1.8rem !important;
}

.archive_details_image img {
	width: 100%;
	margin: 10px auto 20px auto;
}

.archive_details_comment p{
	font-size: 1.4rem;
	line-height: 1.6;
}



/* --- archive list --- */
.archive_list_date{
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

.archive_list_title h1{
	font-size: 1.6rem;
	margin: 0 0 1.4rem 0;
}

.archive_list_txt{
	padding: 0;
}

.archive_list_txt p{
	margin: 0 0 2.0rem 0;
	font-size: 1.2rem;
	line-height: 1.6;
}


/* footer
--------------------------------------------------------- */
footer	{
	display: block;
	width:	95%;
	margin:	100px auto 0 auto;
	padding:	0 0 150px 0;
}

.footer_home {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 50px 0;
}

.footer_home a img	{
	width:150px;
	height:auto;
	margin:0 auto;
}

.footer_j-wave{
	width: 100%;
	text-align: center;
}

.footer_j-wave dt {
	width: 100%;
	text-align: center;
}

.footer_j-wave dt img {
	width: 200px;
	margin: 0 auto;
}

.footer_j-wave dd {
	margin: 8px 0 0 0;
	font-size: 10px;
	text-align: center;
}


}
