@charset "utf-8";
/* ===================================================
Access CSS
====================================================== */

/* Table */
.cmn_table {
display: flex;
flex-wrap: wrap;
line-height: 1.9;
}
.cmn_table dt,
.cmn_table dd {
box-sizing: border-box;
}
.cmn_table dt {
background-color: #ddd7cf;
text-align: center;
}
@media screen and (min-width: 601px) {
.cmn_table dt,
.cmn_table dd {
display: flex;
align-items: center;
border-bottom: 1px solid #d1ccc7;
}
.cmn_table dt {
justify-content: center;
width: 200px;
padding: 20px;
}
.cmn_table dd {
width: calc(100% - 200px);
padding: 20px 40px;
}
}
@media screen and (max-width: 600px) {
.cmn_table {
border-bottom: 1px solid #d1ccc7;
}
.cmn_table dt {
width: 100%;
padding: 10px 4%;
}
.cmn_table dd {
width: 100%;
padding: 12px 4%;
}
}

/* Common Parts */
.gmap_link {
position: relative;
display: inline-flex;
align-items: center;
column-gap: 8px;
border-bottom: 1px solid #4f4d48;
padding: 10px 10px 10px 20px;
background: url(/img/ja/access/ico_pin.svg)no-repeat center left/10px;
}
.gmap_link::before {
position: absolute;
bottom: -1px;
left: 0;
width: 0;
height: 1px;
content: "";
background: #d4d1ca;
transition: width 0.5s;
}
.gmap_link:hover {
text-decoration: none;
}
.cmn_route_link {
display: flex;
justify-content: center;
align-items: center;
column-gap: 15px;
width: min(100%, 380px);
height: 70px;
margin: 0 auto;
box-sizing: border-box;
border: 1px solid #d4d1ca;
background-color: #f9f8f7;
transition: background-color 0.5s, color 0.5s;
}
.cmn_route_link:hover {
text-decoration: none;
}
.cmn_route_link::before {
content: '';
display: block;
width: 14px;
height: 20px;
background: url(/img/ja/access/ico_pin.svg)no-repeat center/contain;
transition: background-image 0.5s;
}
.tit_bar {
position: relative;
}
.tit_bar::after {
position: absolute;
top: -60px;
left: 50%;
content: '';
display: block;
width: 1px;
height: 120px;
background: rgba(156, 147, 125, 0.6);
}
@media screen and (hover: hover) and (min-width: 601px) {
.gmap_link:hover::before {
width: 100%;
}
.cmn_route_link:hover {
background-color: #fff;
}
}
@media screen and (max-width: 600px) {
.cmn_route_link {
height: auto;
padding: 15px 4%;
}
.cmn_link_col {
flex-direction: column;
align-items: center;
gap: 15px 0;
}
.tit_bar::after {
top: -35px;
height: 70px;
}
}


/* .cmn_sec_lead */
.cmn_sec_lead { padding-bottom: 0;}
.cmn_sec_lead .googlemap {
margin-top: 100px;
}
.cmn_sec_lead .googlemap,
.cmn_sec_lead .googlemap iframe {
width: 100%;
}
#address_col {
display: flex;
align-items: flex-start;
column-gap: 7.5%;
padding-top: 70px;
}
#address_col .txt {
letter-spacing: 0.15em;
}
#address_col .name {
margin-bottom: 20px;
font-size: 22px;
}
#address_col dl {
display: flex;
flex-wrap: wrap;
}
#address_col dt,
#address_col dd {
border-bottom: 1px solid #d1ccc7;
box-sizing: border-box;
}
#address_col dt {
width: 140px;
padding: 20px 0;
color: #9c937d;
}
#address_col dd {
width: calc(100% - 140px);
padding: 20px;
box-sizing: border-box;
}
#address_col .txt p:has(.gmap_link) {
margin-top: 25px;
text-align: right;
}

@media screen and (min-width: 601px) {
.cmn_sec_lead .tit_01 {
padding-bottom: 40px;
}
#address_col .image {
flex-shrink: 0;
width: 44%;
}
}
@media screen and (max-width: 600px) {
.cmn_sec_lead {
padding-bottom: 0;
}
.cmn_sec_lead .googlemap,
.cmn_sec_lead .googlemap iframe {
height: max(250px, 55vw);
}
.cmn_sec_lead .googlemap {
margin-top: 40px;
}
#address_col {
display: block;
padding-top: 40px;
}
#address_col .txt {
margin-top: 30px;
}
#address_col .name {
margin-bottom: 10px;
font-size: 19px;
}
#address_col dt,
#address_col dd {
padding: 12px 5px;
}
#address_col dt {
width: 35%;
}
#address_col dd {
width: 65%;
}
#address_col .txt p:has(.gmap_link) {
margin-top: 20px;
}
}

/* ---------------------------------------------------
[id^="by_"]
------------------------------------------------------ */
[id^="by_"] p:has(.cmn_route_link) {
margin-top: 60px;
}
#by_car {
padding: 0;
}
.parking_col {
margin-top: 70px;
padding: 75px 70px 60px;
background-color: #f9f8f8;
}
.parking_col .txt {
display: flex;
align-items: center;
line-height: 2.2;
letter-spacing: 0.2em;
}
.parking_col .flex {
display: flex;
column-gap: 40px;
margin-top: 70px;
}
.parking_col .googlemap iframe {
width: 100%;
}
.parking_col .googlemap { width: 100%;}
.parking_col .flex + .txt { margin-top: 70px;}
.parking_col .flex:has(.photo) { gap: 10px; }
.parking_col .flex .photo { flex: 1; }
#by_bus {
padding-bottom: 120px;
}

@media screen and (min-width: 601px) {
[id^="by_"] {
padding: 0 0 70px;
}
[id^="by_"] .cmn_tit_01 {
padding: 90px 0;
}
.parking_col h3 {
width: 385px;
padding-left: 12px;
font-size: 22px;
line-height: 1.65;
flex-shrink: 0;
}
}
@media screen and (max-width: 600px) {
[id^="by_"] p:has(.cmn_route_link) {
margin-top: 40px;
}
.parking_col {
margin-top: 50px;
padding: 35px 6% 30px;
}
.parking_col .txt {
display: block;
line-height: 1.8;
letter-spacing: 0.15em;
}
.parking_col h3 {
margin-bottom: 10px;
font-size: 20px;
}
.parking_col .flex {
margin-top: 30px;
flex-wrap: wrap;
}
.parking_col .flex:has(.photo) {
gap: 5px;
}
.parking_col .googlemap,
.parking_col .googlemap iframe {
height: max(200px, 50vw);
}
.parking_col .flex + .txt { margin-top: 40px;}
.parking_col .flex .photo { width: calc(50% - 2.5px); flex: auto; }
#by_car {
padding: 70px 0 0;
}
#by_train {
padding: 50px 0 0;
}
#by_bus {
padding: 50px 0 90px;
}
}


/* ---------------------------------------------------
#sec_info
------------------------------------------------------ */
#sec_info {
padding: 0 0 95px;
background-color: #f9f8f7;
}
#sec_info .cmn_tit_01 {
letter-spacing: 0.4em;
padding-top: 100px;
}
#sec_info .txt_01 {
text-align: center;
line-height: 2.1;
letter-spacing: 0.15em;
}
#sec_info .flex {
display: flex;
align-items: flex-start;
column-gap: 50px;
margin-top: 55px;
}
#sec_info .flex .image {
flex-shrink: 0;
}
#sec_info .txt dl {
margin-bottom: 20px;
}
#sec_info .txt dt,
#sec_info .txt dd {
border-bottom: 1px solid #b2ac9e;
box-sizing: border-box;
}
#sec_info .txt dl {
display: flex;
flex-wrap: wrap;
}
#sec_info .txt dt {
width: 160px;
}
#sec_info .txt dd {
width: calc(100% - 160px);
}
#sec_info .txt a {
color: #4f443a;
}
#sec_info .cmn_link_02 {
margin-left: auto;
}
#sec_info p:has(.cmn_link_02) {
margin-top: 60px;
text-align: right;
}
#sec_info .cmn_link_02 { width: 235px; letter-spacing: 0.15em; }

@media screen and (min-width: 601px) {
#sec_info .txt dt,
#sec_info .txt dd {
padding: 24px 10px;
}
#sec_info .txt dl dt:first-of-type, #sec_info .txt dd:first-of-type { padding-top: 0; }
#sec_info .cmn_link_02 {
font-size: 16px;
}
}
@media screen and (max-width: 600px) {
#sec_info {
padding-bottom: 60px;
}
#sec_info .cmn_tit_01 { padding: 50px 0 30px;}
#sec_info .txt_01 {
text-align: left;
line-height: 1.8;
}
#sec_info .flex {
display: block;
margin-top: 35px;
}
#sec_info .txt {
margin-top: 10px;
}
#sec_info .txt dt,
#sec_info .txt dd {
padding: 12px 5px;
}
#sec_info .txt dt {
width: 35%;
}
#sec_info .txt dd {
width: 65%;
}
#sec_info p:has(.cmn_link_02) {
margin-top: 30px;
}
}
