@charset "utf-8";

/* ############################################### */
/* 頁 スタイルシート */
/* ############################################### */




/* ### 背景  ### */
/* -------------------------------------------------------------------------------- */
/* #274a78 */

.h_container{
	background-image: linear-gradient(120deg,rgba(32,0,255,0.3) 0%,rgba(0,169,118,0.3) 85%), url(../images/bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ### タイトル  ### */

.h_title1{
	font-size: 2.0em;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 30px;
}

.h_title1 *{
	font-weight: 700;
}


.h_title2{
	text-align: center;
	color: #222;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 40px;
}

.h_title2 *{
	font-weight: 700;
}

.h_title3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
}
.h_title3 *{
	font-weight: 500;
}



/* ### メインビジュアル  ### */
/* -------------------------------------------------------------------------------- */

.h_main{
	width: 100%;
	height: 100vh;
	min-height: 770px;
	position: relative;
	color: #fff;
}

.h_main_part{
	width: 520px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media (max-height: 899px) {
@media (min-width: 600px) {
.h_main_part{
	top: 10px;
	transform: translate(-50%,0);
}
}
}

.h_main_part_image{
	margin-bottom: 20px;
}


.h_main_part img{
	object-fit: contain;
}

.h_main_place{
	margin-top: 20px;
	text-align: center;
}

.h_main_place_link{
	color: #fff;
	font-size: 2.1em;
	font-weight: 500;
	letter-spacing: -0.1em;
}

.h_main_place_link *{
	font-weight: 500;
}
.h_main_place_link:hover{
	color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

.h_main_place_note{
	color: #ffff00;
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}

.h_main_place_note *{
	font-weight: 500;
}



.h_main_scroll{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%,0);
	text-align: center;
	color: #fff;
	letter-spacing: 0.2em;
}
.h_main_scroll img{
	display: block;
	width: 24px;
	height: auto;
	margin: 0 auto;
}

.h_main_scroll:hover{
	color: #fff;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}


/* ### メインビジュアル下説明  ### */
/* -------------------------------------------------------------------------------- */
.h_contents{
	padding-top: 20px;
}


.h_main2{
	padding-bottom: 100px;
}

.h_main2_part{
	color: #fff;
	text-align: center;
}

.h_main2_c_copy{
	display: inline-block;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 1.4em;
	border-bottom: solid 2px rgba(255, 255, 255, 0.3);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.h_main2_c_copy *{
	font-weight: 700;
}

.h_main2_c_text{
	font-size: 1.1em;
	line-height: 1.8em;
}


.h_main2_rec{
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-align: center;
}

.h_main2_rec_title{
	margin: 80px 0 26px 0;
	text-align: center;
	font-size: 3.0em;
	letter-spacing: 0.05em;
	color: #e7cf00;
	font-weight: 700;
	position: relative;
}
.h_main2_rec_title *{
	font-weight: 700;
}


.h_main2_arrow{
	text-align: center;
	margin-bottom: 40px;
}

.h_main2_arrow span {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	position: relative;
	width: 2px;
	height: 60px;
	background: #e7cf00;
}

.h_main2_arrow span::before{

	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #e7cf00;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(135deg);
	transform-origin: top right;
	position: absolute;
	bottom: -22px;
	right: 50%;
	box-sizing: border-box;
}

.h_main2_rec_button1{
	margin-bottom: 30px;
}

.h_main2_rec_deadline{
	margin-top: 50px;
	margin-bottom: 50px;
}


.h_main2_meeting{
	box-sizing: border-box;
	margin-top: 80px;
	padding: 30px 20px 30px 20px;
	background-color: rgba(106,88,27,0.6);
	border-radius: 6px;
}

.h_main2_meeting_text1{
	font-size: 1.9em;
	color: #e7cf00;
	font-weight: 700;
}
.h_main2_meeting_text1 *{
	font-weight: 700;
}

.h_main2_meeting_text2{
	font-size: 2.8em;
	letter-spacing: 0.05em;
	color: #e7cf00;
	font-weight: 700;
	margin: 30px 0 30px 0;
}
.h_main2_meeting_text2 *{
	font-weight: 700;
}

.h_main2_meeting_text3{
	font-size: 1.1em;
}




/* ### イベント、コンテンツ  ### */
/* -------------------------------------------------------------------------------- */

.h_main_exp{
	background-color: #fff;
	padding: 100px 0 100px 0;
	text-align: center;
}

.h_main_exp_title{
	border-bottom: 2px solid #d9d9d9;
	color: #005296;
}


.h_main_exp_button1{
	margin-top: 50px;
	margin-bottom: 130px;
}
.h_main_exp_button1.h_main_exp_button1_aj{
	margin-bottom: 30px;
}

.h_main_exp_button1 li{
	margin: 0 10px;
}

.h_main_exp_button1 .c_button{
	font-size: 1.1em;
}

.h_main_exhibit_title{
	/* border-bottom: 2px solid #d9d9d9; */
	color: #3d65cc;
	position: relative;
	margin-bottom: 60px;
}

.h_main_exhibit_title::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0);
    width: 60px;
    height: 5px;
    background-color: rgba(61,101,204,0.6);
}


/* ### お知らせ  ### */
/* -------------------------------------------------------------------------------- */

.h_main_info{
	background-color: #f8f8f8;
	padding: 80px 20px 100px 20px;
	text-align: center;
}

.h_main_info_title{
	/* border-bottom: 2px solid #d9d9d9; */
	color: #888;
	position: relative;
	margin-bottom: 60px;
}

.h_main_info_title::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0);
    width: 60px;
    height: 5px;
    background-color: rgba(136,136,136,0.6);
}

.h_title2.h_main_info_title2{
	margin-bottom: 30px;
}

.h_main_info_list{
	max-width: 980px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.96em;
	text-align: center;
}
.h_main_info_list th,
.h_main_info_list td{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.h_main_info_list_date{
	width: 6em;
}

.h_main_info_list_text{
	box-sizing: border-box;
	max-width: calc(100% - 7em);
	padding-left: 1.4em;
	position: relative;
}
.h_main_info_list_text .material-icons{
	position: absolute;
	/* top: calc(0.5em + 10px); */
	top: calc(0.5em + 8px);
	left: 0;
}

/*
.h_main_info_list tr{
	border-bottom: 1px dotted #bbb;
}
*/


/* ### 会場のご案内  ### */
/* -------------------------------------------------------------------------------- */

.h_place{
	background-color: #f39800;
	padding: 80px 0 0 0;
	text-align: center;
	color: #fff;
}
.h_place .h_map {
	color: #222;
}


.h_place_title{
	/* border-bottom: 2px solid #f7b74d; */
	color: #fff;
	position: relative;
	margin-bottom: 60px;
}

.h_place_title::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0);
    width: 60px;
    height: 5px;
    background-color: rgba(255,255,255,0.6);
}


.h_place_text{
	font-size: 1.1em;
	line-height: 1.9em;
}

.h_place_link{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.h_place_link:hover{
	color: #fff;
	border-bottom: none;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* ### GMAP  ### */
/* -------------------------------------------------------------------------------- */

#hmap {
	height: 520px;
}


.h_map{
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}


.h_map_txt{
	width: 11em;
	float: right;
	margin: 10px 10px 8px 0;
}


.h_map_txt a{
	color: #fff;
}

.h_map_txt a:hover{
	color: #fff;
	border-bottom: none;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

.h_place2{
	background-color: #fff;
	padding: 50px 0 50px 0;
}

.h_map_image{
	max-width: 960px;
	width: 100%;
	margin: 0 auto 80px auto;

}


.h_map_image li{
	margin: 0 1%;
}

.h_map_image1{
	width: 42.6%
}
.h_map_image2{
	width: 53.4%
}


.h_shuttle_bus{

}

.h_shuttle_bus1{
	width: 35%;
}

.h_shuttle_bus2{
	box-sizing: border-box;
	width: 63%;
	border: 2px solid #0073bd;
	padding: 15px 15px 30px 15px;
}

.h_shuttle_bus22 li{
	width: 49%;
}



/* ### お問い合わせ  ### */
/* -------------------------------------------------------------------------------- */
.h_inq{
	background-color: #fff;
	padding: 50px 0 50px 0;
	text-align: center;
}

.h_inq_title{
	/* border-bottom: 2px solid #ddd; */
	position: relative;
	margin-bottom: 60px;
}

.h_inq_title::after{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%,0);
    width: 60px;
    height: 5px;
    background-color: rgba(0,0,0,0.3);
}


.h_inq_title2{
	margin-bottom: 30px;
}


.h_inq_tel{
	margin-bottom: 22px;
}

.h_inq_tel1{
	margin-right: 10px;
	width: 5em;
}
.h_inq_tel2{
	color: #222;
}
.h_inq_tel2 a{
	color: #222;
}

.h_inq_tel3{
	box-sizing: border-box;
	width: 100%;
	padding-left: 5em;
}


.h_inq_tel_m{
	display: inline-block;
	font-size: 0.88em;
	text-align: center;
	width: 4em;
	background-color: #909090;
	color: #fff;
	line-height: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 3px;
}

.h_inq_tel_number{
	font-size: 3.0em;
	font-weight: 900;
}
.h_inq_tel_number *{
	font-weight: 900;
}

.h_inq_tel_mail{
	font-size: 1.9em;
	font-weight: 900;
}
.h_inq_tel_mail *{
	font-weight: 900;
}



.h_inq_tel_number a,
.h_inq_tel_mail a{
	border-bottom: 1px dotted #222;
}

.h_inq_tel_number a:hover,
.h_inq_tel_mail a:hover{
	color: #222;
	border-bottom: none;
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}
.h_inq_tel_mail a:hover{
	color: #ed7700;
}


.h_inq_mailto a{
	margin: 40px auto 60px auto;
}

.h_inq_mailto i{
	padding-right: 0.2em;
}



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

@media (max-width: 829px) {

.h_main2_rec_button1 {
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.h_main2_rec_button1 li{
	width: 100%;
}
.h_main2_rec_button1 li:first-child{
	margin-bottom: 30px;
}


.h_main2_rec_button1 li a{
	margin: 0 auto;
}


}
/*  @media (max-width: 829px)  */


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

@media (max-width: 649px) {

.h_main2_part{
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.h_main2_part .c_spbr:before ,
.h_main2_part .c_brsp:before {
	content: "\A" ;
	white-space: pre ;
}
.h_main2_part .c_pcbr:before ,
.h_main2_part .c_brpc:before {
	content: "" ;
}



.h_main2_c_text{
	text-align: left;
}

/*  @media (max-width: 649px)  */

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





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

/* ### スマートフォン ### */
@media (max-width: 599px) {


/* ### タイトル  ### */

.h_title1{
	font-size: 1.4em;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.h_title2{
	font-size: 1.26em;
	margin-bottom: 30px;
}

.h_title3{
	font-size: 1.18em;
}


/* ### メインビジュアル  ### */
/* -------------------------------------------------------------------------------- */

.h_main{
	min-height: 100vh;
}

.h_main_part{
	max-width: 360px;
	width: 80%;
}


@media (max-height: 720px) {
.h_main_part{
	max-width: 300px;
	height: 100%;
	top: 10px;
	transform: translate(-50%,0);
}
}

@media (max-height: 520px) {
.h_main{
	min-height: 400px;
}
.h_main_scroll{
	display: none;
}
}

.h_main_place_link{
	font-size: 1.3em;
}
.h_main_place_link .material-icons.md-48{
	font-size: 36px;
}


.h_main_place_note{
	font-size: 1.2em;
}



/* ### メインビジュアル下説明  ### */
/* -------------------------------------------------------------------------------- */
.h_main2_c_copy{
	font-size: 1.5em;
}


.h_main2_rec_title{
	font-size: 2.0em;
	margin-bottom: 16px;
}

.h_main2_arrow{
	margin-bottom: 30px;
}




.h_main2_c_text{
	font-size: 0.98em;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	line-height: 1.7em;
}

.h_main2_rec_button1{
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.h_main2_rec_button1 li{
	margin-bottom: 30px;
}

.h_main2_rec_deadline{
	padding: 0;
}

.h_main2_rec_deadline img{
	max-width: 220px;
}

.h_main2_meeting_text1{
	font-size: 1.3em;
}

.h_main2_meeting_text2{
	font-size: 2.0em;
}
.h_main2_meeting_text3,
.h_main2_meeting_text4{
	font-size: 1.0em;
	text-align: left;
}

/* ### イベント、コンテンツ  ### */
/* -------------------------------------------------------------------------------- */

.h_main_exp{
	padding: 60px 20px 60px 20px;
}

.h_main_exp_button1{
	margin-bottom: 80px;
}


.h_main_exp_text_aj{
	text-align: left;
}


.h_main_exhibit_title::after{
	bottom: 0;
}


/* ### お知らせ  ### */
/* -------------------------------------------------------------------------------- */

.h_main_info_title::after{
	bottom: 0;
}


.h_main_info_list td.h_main_info_list_date{
	width: 100%;
	display: block;
	padding-bottom: 5px;
	padding-left: 0.5em;
}

.h_main_info_list td.h_main_info_list_text{
	width: 100%;
	max-width: 100%;
	display: block;
	padding-top: 0;
}

.h_main_info_list_text .material-icons{
	top: 0.5em;
}

/* ### 会場のご案内  ### */
/* -------------------------------------------------------------------------------- */

.h_place{
	padding: 50px 0 0 0;
}

.h_place_title::after{
	bottom: 0;
}

/* ### GMAP  ### */
/* -------------------------------------------------------------------------------- */

#hmap {
	height: 360px;
}

.h_map_txt{
	margin: 40px 10px 8px 0;
}

.h_map_image1{
	width: 100%;
}
.h_map_image2{
	width: 100%;
}


.h_map_image{
	text-align: center;
}
.h_map_image img{
	width: 88%;
	height: auto;
	padding: 10px 0;
}




/* ### お問い合わせ  ### */
/* -------------------------------------------------------------------------------- */
.h_inq{
	padding-left: 20px;
	padding-right: 20px;
}

.h_inq_title::after{
	bottom: 0;
}
.h_inq_tel1,
.h_inq_tel2{
	width: 100%;
	line-height: 1.9em;
	margin-right: 0;
}


.h_inq_tel_aj{
	margin-top: 30px;
}

.h_inq_tel1{
	margin-bottom: 15px;
}
.h_inq_tel_aj .h_inq_tel1{
	margin-bottom: 10px;
}

.h_inq_tel_number{
	font-size: 2.4em;
}

.h_inq_tel_mail{
	font-size: 1.6em;
}

.h_inq_tel3{
	padding-left: 0;
	margin-top: 10px;
}


}
/*  @media (max-width: 599px)  */





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



@media (max-width: 320px) {



.h_main_place_link{
	font-size: 1.0em;
}

.h_main2_c_copy{
	font-size: 1.3em;
}
.h_main2_c_text{
	font-size: 0.88em;
	margin-left: 10px;
	margin-right: 10px;
}


}
/*  @media (max-width: 320px)  */




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

/* ### IE用 ### */

@media all and (-ms-high-contrast: none) {





}
/*  @media IE  */

