@charset "UTF-8";
/* CSS Document */
@media all and (max-width: 800px) {
}
@media all and (max-width: 640px) {
}
article img{
	max-width: 100%;
	height: auto;
}


/* ----------------------------------------------------------------------*/
h2 {
  margin-bottom: 1.5em;
}
h2.h2.line2 .h2_ttl{
	line-height:1.3;
	padding:0.2em 0;
}

h2.h2.type2{background:none; margin-bottom:0.5rem;}

article a:hover{
	opacity:0.8;
}

.car{
	margin-bottom:7em;
}
.car_text{
	width:680px;
	margin:0 auto;
}
.map_link{
	text-align:center;
	margin:2em 0 4.8rem;
	cursor:pointer;
}
	.map_link:hover{
		opacity:0.8;
	}
.car_map img{
	max-width:690px;
	width:60%;
}
.car_map_link{
	
}
.car_map{
	display:none;
	margin:10px 10px 40px;
	text-align:center;
}
	.car_map img{
		max-width:690px;
		width:90%;
		box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.3);
	}

@media all and (max-width: 800px) {
.car{
	margin-bottom:4em;
}
	.car_text{
		width:90%;
		margin:0 auto;
	}
	.map_link img{
		max-width:210px;
		width:50%;
	}
}



section{
	margin-bottom:100px;
}
@media all and (max-width: 800px) {
section{
	margin-bottom:15vw;
}
}





.bus_map{
	max-width:324px;
	width:90%;
	margin-bottom:10px;
}
/****************************************************************************************************
****************************************************************************************************/
.form__link{
	background-color: #F9FA3A;
}
/****************************************************************************************************
****************************************************************************************************/
.accessBlock{
	margin-bottom: 40px;
}
@media all and (max-width: 640px) {
}
/****************************************************************************************************
****************************************************************************************************/
.access__text{
	display: flex;
}
.access__text::before{
	content: '';
	display: block;
	flex-shrink: 0;
	flex-basis: 60px;
	margin-right: 20px;
	/* width: 60px; */
	height: 60px;
	background-size: contain;
}
	.access__text.-car::before{ background-image: url(../images/access/icon1.png); }
	.access__text.-train::before{ background-image: url(../images/access/icon2.png); }

@media all and (max-width: 640px) {
.access__text{
}
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.page_titleImg{
	margin-bottom: 40px;
	text-align: center;
}
@media all and (max-width: 640px) {
.page_titleImg{
	margin-bottom: 20px;
}
}
/****************************************************************************************************
****************************************************************************************************/
.event__text1{
	text-align: center;
}
/****************************************************************************************************
****************************************************************************************************/
.event__table1{
	margin-bottom: 1em;
	line-height: 1.5;
	width: 100%;
}
.event__tableHead{
	background-color: #009AF2;
	color: #fff;
	font-size: 18px;
}
@media all and (max-width: 640px) {
.event__tableHead{
	font-size: 14px;
}
}

.event__table1 td{
	text-align: center;
}

.event__table2{
	margin-bottom: 1em;
}
/****************************************************************************************************
****************************************************************************************************/
.event__block1{
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 640px) {
.event__block1{
	display: block;
}
}
/****************************************************************************************************
****************************************************************************************************/
.event__block1Col1{
	flex-basis: calc(50% - 10px);
	max-width: calc(50% - 10px);
}
@media all and (max-width: 640px) {
.event__block1Col1{
	max-width: none;
}
}
/****************************************************************************************************
****************************************************************************************************/
.event__notice1{
	padding: 20px;
	border: 2px solid #f00;
	color: #f00;
}
@media all and (max-width: 640px) {
.event__notice1{
	padding: 10px;
}
}

.event__notice1 *:last-child{
	margin-bottom: 0 !important;
}
/****************************************************************************************************
****************************************************************************************************/
.end__text{
	display: inline-block;
	padding: 0 5px;
	background-color: #FF0000;
	color:#fff;
}
/****************************************************************************************************
****************************************************************************************************/
.heading1{
	display: inline-block;
	margin-bottom: 0.25em;
	padding: 0 20px;
	border-radius: 20px;
	border: 1px solid #0098F5;
	color: #0098F5;
}



/****************************************************************************************************
****************************************************************************************************/
.colorRed{color:#FF0000;}
.txtB{font-weight:bold;}
.per20{width:20%;}

table.tbl1.type3 th{background:#E9F7FF; padding:10px 15px;}
table.tbl1.type3.event__table2{width:48%;}
table.tbl1.type3.event__table2 th{background:#61C3FB; color:#FFF;}
table.tbl1.type3.event__table2 td.colorTD{background:#E9F7FF;}

.access__text2{text-align: center; margin: 40px auto 40px; position:relative; width: 380px; padding-left:50px;} 
.access__text2:before{
	content: '';
	display:flex;
	background-repeat:no-repeat;
	background-position:left center;
    background-size: contain;
	width: 5.5rem; height: 5.5rem;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	margin: 0 10px 0 0;
	padding:0 0 20px;
}

.access__text2.-train:before{ background-image: url(../images/access/icon2.png); background-repeat:no-repeat;}


@media all and (max-width: 640px) {
.access__text2{
	position:relative;
	text-align:left;
	margin: 0 0 20px;
	width:auto;
	padding:0 0 0 50px; } 
.access__text2:before{
	width: 4rem; height: 4rem;
}
}

.box440{width:440px; margin:0 auto 20px;}
.box440{display:flex; justify-content:space-between;}

@media all and (max-width: 640px) {
.box440{width:100%; margin:0 auto 1rem;}	
}

.btn{margin:40px auto 60px;}

@media all and (max-width: 640px) {
.btn{margin:20px auto 3rem;}
}




