@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;
}
ul li {
	  line-height: 1.6;
}
#page p {
  line-height: 1.6;
}


.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;
}




/* first_text_section */
#first_text_section h2 {
  text-align: left;
}
#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: 48%;
  }
  #first_text_section picture {
    width: 48%;
  }
}
@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) {
	#first_text_section .container_l dl dt {
		position: relative;
		width: 100%;
		font-weight: bold;
		padding-bottom: 0;
	}
	#first_text_section .container_l dl dd {
		padding-left: 0;
	}
}





/* access_type */
.access_type {
  padding: 35px 0;
}
.access_type .wrap_f {
  justify-content: space-between;
  align-items: flex-start;
}
.access_type .wrap_f .item {
	width: 48%;
}

.access_type picture.pictures {
  margin: 0 auto 35px;
}
.access_type picture.pictures img {
  margin: 0 0 35px;
}

.access_type .parking {
  width: 90%;
  padding: 35px 0;
  margin: 0 auto;
}
.access_type .parking ul li ul {
  margin-left: 25px;
}

.access_type table {
	width: 100%;
    border-collapse: collapse;
}
.access_type th, .access_type td {
    border: solid 1px #999;
	padding: 3px 5px;
}

.access_type ul.dot {
	margin-left: 20px;
}
.access_type ul.dot li {
	list-style: disc;
}

.access_type .btn_r {
	text-align: right;
}

@media screen and (max-width:600px) {
	.access_type .wrap_f .item {
		width: 100%;
		margin-bottom: 25px;
	}
	.access_type .btn_r {
		text-align: center;
	}
}




#top_access h3, #top_access p {
	text-align: center;
}

