@charset "UTF-8";

h2 {
  text-align: center;
}
h3 {
	margin: 0 0 20px;
	font-size: 21px;
	font-weight: 400;
  color: #54585B;
  text-align: left;
  line-height: 1.2em;
}
h3 img {
	width: auto;
	height: 30px;
	}
h4 {
	margin: 0 0 20px;
	font-size: 19px;
	font-weight: 400;
  color: #54585B;
  text-align: left;
  line-height: 1.2em;
}

#first_text_section h2 {
  text-align: left;
}
#page p {
  line-height: 1.6;
}

ul li {
	  line-height: 1.6;
}



/* first_text_section */
#first_text_section {}
#first_text_section .wrap_f {
  justify-content: space-between;
  align-items: stretch;
}
#first_text_section .container_l {
  width: 470px;
  min-height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#first_text_section .container_l dl {
	width: 100%;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.2em;
  text-align: left;
}
#first_text_section .container_l dl dt {
  margin: 0;
  padding: 7px 0;
  position: absolute;
  width: 130px;
  font-weight: 300;
}
#first_text_section .container_l dl dd {
	padding: 7px 0;
  padding-left: 150px;
  border-bottom: 1px solid #999;
}

#first_text_section picture {
  width: calc(100% - 500px);
}
#first_text_section picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:1024px) {
  #first_text_section .container_l {
    width: 50%;
  }
  #first_text_section picture {
    width: 50%;
  }
}
@media screen and (max-width:768px) {
  #first_text_section .container_l {
    width: 100%;
    min-height: auto;
  }
  #first_text_section .container_l dl {
    margin: 35px auto;
  }
  #first_text_section picture {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:600px) { 
}
@media screen and (max-width:480px) { 
}





/* traffic */
#traffic {}
#traffic picture.pictures {
  margin: 35px auto;
}
#traffic picture.wrap_f {
	flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#traffic picture.pictures img {
  width: 46%;
  margin: 0 2%;
  height: auto;
}

#traffic .parking {
  width: 90%;
  padding: 35px 0;
  margin: 0 auto;
}
#traffic .parking ul li ul {
  margin-left: 25px;
}
#traffic .by_train,
#traffic .by_bus,
#traffic .by_plane {
  padding-top: 70px;
  padding-bottom: 70px;
}


#traffic .table {
	width: 100%;
/* 	min-width: 800px; */
  padding-top: 45px;
}
#traffic .wrap_f {
  justify-content: flex-start;
  align-items: flex-start;
}
#traffic .table p {
  font-size: 17px;
  width: 150px;
  text-align: center;
  padding: 8px 0;
}
#traffic .table .table_tr {
/*   width: calc(100% - 150px); */

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#traffic .table .table_tr dl {
  font-size: 16px;
  line-height: 1.15em;
}
#traffic .table .table_tr dl:nth-child(1) {
  width: 19%;
}
#traffic .table .table_tr dl:nth-child(2) {
  width: 27%;
}
#traffic .table .table_tr dl:nth-child(3) {
  width: 27%;
}
#traffic .table .table_tr dl:nth-child(4) {
  width: 27%;
}
#traffic .table .table_tr dl dt {
  padding: 8px 4px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-weight: 400;
}
#traffic .table .table_tr dl dd {
  padding: 8px 4px;
  border-bottom: 1px dashed #eee;
}

#traffic .btn_bnr.wrap_f {
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}
#traffic .btn_bnr.wrap_f img {
  width: 265px;
  margin-right: 35px;
}
#traffic .btn_bnr.wrap_f p {
  width: calc(100% - 300px);
}


@media screen and (max-width:860px) {
	#traffic .btn_bnr.wrap_f {
		flex-wrap: wrap;
	}
	#traffic .btn_bnr.wrap_f p {
	  width: 100%;
	}
}
@media screen and (max-width:600px) {
	#traffic picture.pictures img {
	  width: 100%;
	  margin: 0 0 20px;
	  height: auto;
	}
}






#type {}
#type .wrap_f {
  justify-content: space-between;
  align-items: stretch;
}
#type h3 {
  background-color: #C8C9CB;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-bottom: 0;
  padding: 17px 8px;
  font-size: 19px;
  line-height: 1.1em;
  text-align: center;
}
#type ul {
  width: calc(100% - 60px);
}
#type ul li {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#type ul li p {
  width: 42%;
  min-height: 50px;
}
#type ul li p span {
  display: block;
  font-size: 15px;
  color: #808383;
  text-align: center;
}
#type ul li p span:nth-child(1) {
  border-bottom: 1px dotted #C8C9CB;
}
#type ul li h4 {
  width: 55%;
  margin-bottom: 0;
}
#type .btn_bnr {
  max-width: 850px;
  margin: 80px auto 0;
}



@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
  #type ul li p {
    width: 55%;
  }
  #type ul li h4 {
    width: 42%;
  }
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
  #type ul li {
    margin-bottom: 25px;
  }
  #type ul li p {
    width: 100%;
    order: 2;
  }
  #type ul li p span {
    text-align: left;
  }
  #type ul li h4 {
    width: 100%;
    order: 1;
  }
}


#traffic .table.parking {
	padding:20px 0;
	}
.parking_list {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
	border-top: 1px solid #999 !important;
}
.parking_list dt {
	width: 40%;
	border-top: none !important;
	border-bottom: 1px solid #999 !important;
	}
.parking_list dd {
	width: 60%;
	border-top: none !important;
	border-bottom: 1px solid #999 !important;
	}





#traffic h3 span, #traffic h4 span {
	display: inline-block;
	margin-left: 23px;
	font-size: 0.85em;
}
#traffic h4 {
	font-weight: bold;
}
#traffic picture {
	display: block;
}
#traffic .wrap_f {
	justify-content: space-between;
}
#traffic .wrap_f picture {
	width: 48%;
}
#traffic .wrap_f ul.howto {
	width: 48%;
}
#traffic .wrap_f ul.howto li {
	margin-bottom: 15px;
}
#traffic .wrap_f ul.howto li i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #54534b;
	color: #fff;
	border-radius: 50%;
	font-size: 0.8em;
	text-align: center;
	line-height: 25px;
	font-style: normal;
	margin-bottom: 8px;
}
#traffic ul.way.wrap_f {
	padding: 0;
	margin: 0;
	justify-content: space-between;
}
#traffic ul.way.wrap_f li {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	width: 31%;
	position: relative;
}
#traffic ul.way li picture {
	width: 100%;
	margin-bottom: 7px;
}
#traffic ul.way li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #54534b;
	color: #fff;
	font-size: 21px;
	text-align: center;
	line-height: 35px;
	font-style: normal;
	position: absolute;
}
#traffic ul.way li p {
	padding-left: 45px;
}
@media screen and (max-width:600px) {
	#traffic ul.way.wrap_f li {
		width: 47%;
	}
	#traffic .wrap_f picture {
		width: 100%;
		margin-bottom: 20px;
	}
	#traffic .wrap_f ul.howto {
		width: 100%;
	}
}
@media screen and (max-width:450px) {
	#traffic ul.way.wrap_f li {
		width: 100%;
	}
	#traffic .table .table_tr dl dt {
		padding: 8px 0 0;
		border-top: none;
		width: 100%;
		background-color: #eee;
	}
	#traffic .table .table_tr dl dd {
		padding: 8px 0;
		width: 100%
	}
	.parking_list dt {
		border-bottom: none!important;
	}
}