@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_free_entry{
	text-align: center;
	margin: 10px auto 10px auto;
	width: 120px;
	height: 120px;
	background-color: rgba(240,140,0,0.8);
	border-radius: 50%;
	position: relative;
}
.h_main_free_entry img{
	width: 74px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


.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;
	*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.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_c_text_boshu_end {
	margin: 80px 0 40px 0;
	font-size: 1.2em;
	color: #e7cf00;
}


.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_exhibition{
	margin-bottom: 70px;
}

.h_main_booth{
	margin-top: 50px;
	margin-bottom: 30px;
}

.h_main_stage li{
	margin-bottom: 30px;
	padding: 20px 36px 20px 36px;
}

.h_main_stage_d21{
	background-color: rgba(0,185,241,0.8);
}
.h_main_stage_d21g{
	background-color: rgba(0,172,108,0.8);
}
.h_main_stage_d22{
	background-color: rgba(71,109,174,0.8);
}


/* ### イベント内容のご案内  ### */
/* -------------------------------------------------------------------------------- */

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


.h_main_event_button1{
	margin-top: 50px;
	margin-bottom: 130px;
}
.h_main_event_button1.h_main_event_button1_aj{
	margin-bottom: 30px;
}

.h_main_event_button1 li{
	margin: 0 10px;
}

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

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

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


/* ### 出展者プレゼンテーション  ### */
/* -------------------------------------------------------------------------------- */

.h_main_pre{
	background-color: #0075c1;
	padding: 100px 0 100px 0;
	text-align: center;
}


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

.h_main_pre_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_main_pre_date{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px;
}

.h_main_pre_date img{
	width: 600px;
	height: auto;
}


.h_main_pre_tbl_sp{
	display: none;
}

.h_main_pre_tbl{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	color: #0075c1;
}

.h_main_pre_tbl table{
	width: 100%;
}

.h_main_pre_tbl table th,
.h_main_pre_tbl table td{
	padding: 7px 10px;
	vertical-align: middle;
	height: 64px;
}

.h_main_pre_tbl table td{
	text-align: left;
	background-color: #fef3d5
}


.h_main_pre_tbl table td.h_main_pre_tbl_aj{
	height: 32px;
}


.h_main_pre_tbl table th.h_main_pre_tbl_a{
	background-color: #f8b62c;
	color: #fff;
	font-weight: 900;
	height: 32px;
}

.h_main_pre_tbl table th.h_main_pre_tbl_b{
	background-color: #abc10b;
	color: #fff;
	font-weight: 900;
	height: 32px;
}
.h_main_pre_tbl table th.h_main_pre_tbl_a *,
.h_main_pre_tbl table th.h_main_pre_tbl_b *{
	font-weight: 900;
}

.h_main_pre_tbl table th.h_main_pre_tbl_time{
	width: 110px;
	text-align: center;
	background-color: #eeefef;
	color: #0075c1;
	font-weight: 900;
	white-space: nowrap;

	border-top: 1px solid #0075c1;
	border-left: 1px solid #0075c1;
}
.h_main_pre_tbl table th.h_main_pre_tbl_time *{
	font-weight: 900;
}

.h_main_pre_tbl table td.h_main_pre_tbl_robot{
	background-color: #21ade5;
	color: #fff;
	width: 1em;
	line-height: 1.4em;
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #0075c1;
	font-weight: 700;
	padding-left: 3px;
	padding-right: 3px;
}
.h_main_pre_tbl table td.h_main_pre_tbl_robot *{
	font-weight: 700;
}
.h_main_pre_tbl table td.h_main_pre_tbl_robot.h_main_pre_tbl_robot_aj{
	font-size: 0.9em;
	line-height: 0.9em;
}


.h_main_pre_tbl table td.h_main_pre_tbl_space{
	background-color: #00a56e;
	color: #fff;
	width: 1em;
	line-height: 1.4em;
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #0075c1;
	font-weight: 700;
	padding-left: 3px;
	padding-right: 3px;
}
.h_main_pre_tbl table td.h_main_pre_tbl_space *{
	font-weight: 700;
}


.h_main_pre_tbl table td.h_main_pre_tbl_txt{
	width: 342px;
	font-size: 0.8em;
	line-height: 1.3em;

	border-top: 1px solid #0075c1;
	border-left: 1px solid #0075c1;
}

.h_pre_text{
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.4em;
}
.h_pre_text *{
	font-weight: 700;
}


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

.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; */
	padding: 50px 0 10px 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_place3{
	background-color: #fff;
	padding: 10px 0 70px 0;
	color: #222;
}

.h_shuttle_bus{
	margin-top: 30px;
}

.h_shuttle_bus_map{
	width: 380px;
	margin-right: 20px;
}

.h_shuttle_bus_map1{
	width: 450px;
}
.h_shuttle_bus_map2{
	width: 450px;
}

.h_shuttle_bus_time{
	box-sizing: border-box;
	width: 780px;
	margin: 0 auto;
	/*
	border: 2px solid #0073bd;
	*/
	padding: 15px 15px 30px 15px;

	line-height: 1.4em;
	font-size: 14px;
}

.h_shuttle_bus_day_image{
	background-color: #37bef0;
	padding: 8px 8px 8px 8px;
}

.h_shuttle_bus_day_image img{
	width: auto;
	height: 26px;
}

.h_shuttle_bus_day1{
	width: 47%;
	margin-right: 3%;
	text-align: left;
}

.h_shuttle_bus_day2{
	width: 47%;
	margin-left: 3%;
	text-align: left;
}


.h_shuttle_bus_tbl{
	margin-top: 10px;
}

.h_shuttle_bus_tbl_koriyama{
	width: 48%;
	margin-right: 2%;
}
.h_shuttle_bus_tbl_big{
	width: 48%;
	margin-left: 2%;
}


.h_shuttle_bus_tbl table{
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.h_shuttle_bus_tbl th,
.h_shuttle_bus_tbl td{
	text-align: center;
	border-bottom: 1px solid #bbb;
	padding: 2px 0;
}
.h_shuttle_bus_tbl th{
	border-left: 1px solid #bbb;
}
.h_shuttle_bus_tbl_hour{
	border-right: 1px solid #bbb;
}

.h_shuttle_bus_tbl_label1{
	font-size: 13px;
	font-weight: 400;
	background-color: #00b08d;
	padding: 6px 0 6px 0;
	color: #fff;
}
.h_shuttle_bus_tbl_label1 div{
	margin-top: -5px;
}
.h_shuttle_bus_tbl_label_aj{
	margin-top: -12px;
}

.h_shuttle_bus_tbl_label2{
	font-size: 13px;
	background-color: #004498;
	font-weight: 400;
	padding: 6px 0 6px 0;
	color: #fff;
}
.h_shuttle_bus_tbl_label2 div{
	margin-top: -5px;
}

.h_shuttle_bus_tbl_color th,
.h_shuttle_bus_tbl_color td{
	background-color: #eee;
}



/* ### お問い合わせ  ### */
/* -------------------------------------------------------------------------------- */
.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_main_free_entry{
	width: 90px;
	height: 90px;
}
.h_main_free_entry img{
	width: 54px;
}




/* ### メインビジュアル下説明  ### */
/* -------------------------------------------------------------------------------- */
.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_c_text_boshu_end {
	margin: 40px 0 40px 0;
	font-size: 1.06em;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}


        
.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_booth{
	width: 80%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}


/* ### 出展者プレゼンテーション  ### */
/* -------------------------------------------------------------------------------- */

.h_main_pre_title::after{
	bottom: 0;
}

.h_main_pre_date img{
	width: 50%;
}



.h_main_stage li{
	padding: 16px 16px 16px 16px;
}




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

.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_place3{
	padding-bottom: 0;
}

.h_shuttle_bus_map{
	width: 84%;
	margin: 0 auto;
}
.h_shuttle_bus_map1{
	width: 84%;
	margin: 0 auto;
}
.h_shuttle_bus_map2{
	width: 84%;
	margin: 0 auto;
}

.h_shuttle_bus_time{
	width: 80%;
	margin: 0 auto;
}

.h_shuttle_bus_day1{
	width: 100%;
	margin-right: 0;
}

.h_shuttle_bus_day2{
	width: 100%;
	margin-left: 0;
}

.h_shuttle_bus_tbl_koriyama{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10px;
}
.h_shuttle_bus_tbl_big{
	width: 100%;
	margin-left: 0%;
	margin-bottom: 40px;
}




/* ### 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_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  */

