@charset "utf-8";

/* ---------------------------------------- 
 - access_map
---------------------------------------- */
#access_map {
    width: 90%;
	max-width: 1200px;
	margin: 0 auto 70px;
}
#access_map .map {
    position: relative;
    overflow: hidden;
    padding-bottom: 590px;
}
#access_map .map iframe {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#access_map .txt_box {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-top: 35px;
	line-height: 1.8;
}
#access_map .txt_box .address .tel span {
	font-size: 2.0rem;
}
#access_map .link_list {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#access_map .link_list .link_btn a {
	font-size: 1.4rem;
    border-radius: 40px;
    min-width: 170px;
    padding: 5px 45px 5px 25px;
}
@media screen and (max-width: 768px) {
	#access_map {
		margin-bottom: 40px;
	}
	#access_map .map {
		padding-bottom: 80%;
	}
	#access_map .txt_box {
		display: block;
		margin-top: 0;
	}
	#access_map .txt_box .address .tel span {
		font-size: 2.0rem;
	}
	#access_map .link_list {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#access_map .link_list .link_btn a {
        font-size: 1.1rem;
        min-width: 120px;
        padding: 5px 30px 5px 15px;
    }
}

/* ---------------------------------------- 
 - .access_root
---------------------------------------- */
.access_root{
	width: 100%;
	margin: 0 auto 125px;
}
#car.access_root{
	border-top: solid 1px #92a395;
	padding-top: 90px;
}
.access_root > .inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.access_root > .inner > .ttl {
	font-size: 4.0rem;
	font-weight: 200;
	line-height: 1.6;	
	color:#657568;
	margin-bottom: 1.0em;
}
/* root_box */
.access_root .root_box {
	margin-bottom: 90px;
}
.access_root .root_box > .ttl {
    font-size: 1.8rem;
    text-align: left;
}
.access_root .root_box > .ttl span {
    border-bottom: solid 1px #7c7c7c;
    padding: 0 0 0.3em;
}
.access_root .root_box > .txt {
    font-size: 1.6rem;
    text-align: left;
	margin-top: 1.0em;
}
.access_root .root_box .root {
	width:100%;
	margin-top: 35px;
}
#location-setouchi #car.access_root .root_box:nth-child(2) .root img { /* location-setouchi */
	width:48.1%;
}
.access_root .root_box .att {
	display: none;
}
@media screen and (max-width: 979px) {
	/* root_box */
	.access_root .root_box:not(.no-swipe) .root {
		padding-bottom: 15px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.access_root .root_box .root img {		
		width: auto !important;
		max-width:none;
		height: 100px;
	}
}
@media screen and (max-width: 768px) {
	.access_root{
		margin-bottom: 80px;
	}
	#car.access_root{
		padding-top: 40px;
	}
	.access_root > .inner > .ttl {
		font-size: 2.4rem;
		font-weight: 300;
	}
	/* root_box */
	.access_root .root_box {
		margin-bottom: 50px;
	}
	.access_root .root_box > .txt {
		font-size: 1.5rem;
	}
	.access_root .root_box .root {
		margin-top: 25px;
	}
	.access_root .root_box .att {
		display: block;
		text-align: left;
		margin-top: 0.5em;
		font-size: 1.3rem;
	}
}

/* ---------------------------------------- 
 - .shuttle_bus
---------------------------------------- */
.shuttle_bus{
	width: 100%;
	margin: 0 auto 110px;
	border-top: solid 1px #92a395;
	padding-top: 90px;
}
.shuttle_bus > .inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.shuttle_bus > .inner > .ttl {
	font-size: 4.0rem;
	font-weight: 200;
	line-height: 1.6;	
	color:#657568;	
	margin-bottom: 1.0em;
}
.shuttle_bus > .inner > .lead {
	font-size: 1.6rem;
	margin-bottom: 2.5em;
}
.shuttle_bus > .inner > .lead .tel {
	display: block;
	font-size: 1.8rem;
	margin: 0.5em 0;
}
/* root_box */
.shuttle_bus .root_box {
	margin-bottom: 90px;
}
.shuttle_bus .root_box > .ttl {
    font-size: 1.8rem;
    text-align: left;
}
.shuttle_bus .root_box > .ttl span {
    border-bottom: solid 1px #7c7c7c;
    padding: 0 0 0.3em;
}
.shuttle_bus .root_box > .txt {
    font-size: 1.6rem;
    text-align: left;
	margin-top: 1.0em;
}
.shuttle_bus .root_box .notice {
	text-indent:-1.0em;
	margin-left:1.0em;
	margin-top: 1.0em;
	font-size:1.4rem;
	text-align: left;
}
.shuttle_bus .root_box .att {
	display: none;
}
/* table_box */
.shuttle_bus .table_box {
	width:100%;
	margin-top: 35px;
}
.shuttle_bus .table_box table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
	border-top: solid 1px #92a395;
}
.shuttle_bus .table_box table th {
    background: #d0d1cc;
	border-bottom: solid 1px #92a395;
	border-right: 1px solid #b3bbb4;
	padding: 15px 15px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 1.6rem;
}
.shuttle_bus .table_box table th:last-child {
	border-right: 0;
}
.shuttle_bus .table_box table td {
    padding: 15px 15px;
    box-sizing: border-box;
	border-bottom: solid 1px #92a395;
	border-right: 1px solid #b3bbb4; 
	vertical-align: middle;  
}
.shuttle_bus .table_box table td:last-child {
	border-right: 0;
}
@media screen and (max-width: 1024px) {
	/* table_box */
	.shuttle_bus .table_box {
		padding-bottom: 15px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.shuttle_bus .table_box table {
		width: 1024px;
	}
}
@media screen and (max-width: 768px) {
	.shuttle_bus{
		margin-bottom: 80px;
		padding-top: 50px;
	}
	.shuttle_bus > .inner > .ttl {
		font-size: 2.4rem;
	}
	.shuttle_bus > .inner > .lead {
		font-size: 1.5rem;
	}
	/* root_box */
	.shuttle_bus .root_box {
		margin-bottom: 50px;
	}
	.shuttle_bus .root_box > .txt {
		font-size: 1.5rem;
	}
	.shuttle_bus .root_box .notice {
		font-size:1.3rem;
	}
	.shuttle_bus .root_box .att {
		display: block;
		text-align: left;
		margin-top: 0.5em;
		font-size: 1.3rem;
	}
	/* table_box */
	.shuttle_bus .table_box {
		width:100%;
		margin-top: 25px;
	}
	.shuttle_bus .table_box table {
		width: 900px;
	}
	.shuttle_bus .table_box table th {
		font-size: 1.5rem;
	}
	.shuttle_bus .table_box table td {
		padding: 10px; 
	}	
}