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

/* Reset */
ol li {
    list-style: none;
}

.cnav_col li a {
    position: relative;
    display: block;
    border: 1px solid #aaa;
    padding: 0;
    line-height: 55px;
    background-color: #fff;
}
.cnav_col li a::after {
    position: absolute;
    top: 45%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg) skew(5deg, 5deg);
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #000010;
    border-right: 1px solid #000010;
}

@media screen and (max-width: 600px) {
    .cmn_lead h2+p {
        text-align: center;
    }
    .cnav_col {
        display: block;
    }
    .cnav_col li {
        width: 100%;
        margin: 0 0 10px;
    }
    .cnav_col li a {
        line-height: 45px;
        font-size: 14px;
    }
    .cnav_col li a::after {
        width: 7px;
        height: 7px;
    }
}


/* ---------------------------------------------------
	#google_map
------------------------------------------------------ */
.google_outer {
    height: 650px;
    background-color: #eee;
}
#google_map .note {
    padding: 40px 0 80px;
}
#google_map .note .cmn_btn_02 {
    margin: 40px auto 0;
}
#google_map .note ul {
    line-height: 1.8;
}
#google_map .note li {
    padding-left: 1em;
    text-indent: -1em;
}
#google_map .note li::before {
    content: '※';
}

#address_col {
    padding: 70px 0 75px;
    background: url(../img/bg_bl.jpg);
}
#address_col .inner_sm {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#address_col .tit {
    font-size: 28px;
    color: var(--cmn-color);
}
#address_col dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
#address_col dt,
#address_col dd {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
#address_col dt:last-of-type,
#address_col dd:last-of-type {
    border-bottom: none;
}
#address_col dt {
    width: 105px;
}
#address_col dd {
    width: calc(100% - 105px);
}

@media screen and (min-width: 601px) {
    #address_col .txt {
        flex-shrink: 0;
        width: 54.2%;
        padding-left: 6.2%;
    }
}
@media screen and (max-width: 600px) {
    .google_outer,
    .google_outer iframe {
        height: 60vw;
    }
    #google_map .note {
        padding: 30px 0 60px;
    }
    #google_map .note .cmn_btn_02 {
        margin-top: 25px;
    }

    #address_col {
        padding: 40px 0 45px;
    }
    #address_col .inner_sm {
        display: block;
    }
    #address_col .tit {
        font-size: 21px;
    }
    #address_col dl {
        margin: 10px 0 20px;
    }
    #address_col dt,
    #address_col dd {
        padding: 12px 0;
    }
    #address_col dt {
        width: 90px;
    }
    #address_col dd {
        width: calc(100% - 90px);
    }
    #address_col .image {
        text-align: center;
    }
}


/* ---------------------------------------------------
	cmn_layout
------------------------------------------------------ */
[id^="by_"] {
    border-top: 1px solid #d4d4d4;
    padding: 80px 0 20px;
}
[id^="by_"] h2 {
    margin-bottom: 40px;
    font-size: 35px;
    color: var(--cmn-color);
    text-align: center;
}
[id^="by_"] h2::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
}
[id^="by_"] dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
[id^="by_"] dl>div {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
[id^="by_"] .acc_tit {
    padding: 8px 15px;
    color: #fff;
    background-color: #000;
    text-align: center;
}
[id^="by_"] .acc_tit span {
    font-size: 20px;
}
[id^="by_"] dd {
    flex-grow: 1;
}
[id^="by_"] dd ol {
    display: flex;
    flex-direction: column;
    height: 100%;
}
[id^="by_"] dd li {
    font-size: 15px;
}
[id^="by_"] dd .point {
    border: 1px solid #aaa;
    padding: 8px 15px;
    font-size: 20px;
    background-color: #fff;
    text-align: center;
}
[id^="by_"] dd li:not(.point) {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 50%;
    margin-left: auto;
    padding: 60px 15px;
}
[id^="by_"] dd li:not(.point)::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    background: url(../../access/img/line.svg) repeat-y left top/5px;
}
[id^="by_"] dd .goal {
    border: none;
    color: #fff;
    background-color: var(--cmn-color);
}

@media screen and (min-width: 601px) {
    [id^="by_"] dl>div {
        width: 30.25%;
        padding-bottom: 150px;
    }
    [id^="by_"] dl>.half {
        width: 47.5%;
    }
    [id^="by_"] .acc_tit {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    [id^="by_"] {
        padding: 45px 0 40px;
    }
    [id^="by_"] h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }
    [id^="by_"] h2::before {
        width: 20px;
        height: 20px;
    }
    [id^="by_"] dl {
        display: block;
        letter-spacing: 0.04em;
    }
    [id^="by_"] .acc_tit {
        position: relative;
        font-size: 13px;
    }
    [id^="by_"] .acc_tit::after {
        position: absolute;
        top: 45%;
        right: 30px;
        transform: translateY(-50%) rotate(45deg) skew(5deg, 5deg);
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    [id^="by_"] .acc_tit.active::after {
        transform: translateY(-5%) rotate(-135deg) skew(5deg, 5deg);
    }
    [id^="by_"] .acc_tit span {
        font-size: 16px;
    }
    [id^="by_"] dd {
        margin-top: 15px;
        padding-bottom: 20px;
    }
    [id^="by_"] dd li {
        font-size: 13px;
    }
    [id^="by_"] dd .point {
        font-size: 16px;
    }
    [id^="by_"] dd li:not(.point) {
        padding: 40px 15px;
    }
    [id^="by_"] dd li:not(.point)::before {
        background-size: 3.5px;
        background-position: top left;
    }
}


/* ---------------------------------------------------
	#by_car
------------------------------------------------------ */
#by_car {
    border-top: none;
}
#by_car h2::before {
    background: url(../../access/img/ico_car.svg)no-repeat center/contain;
}
#by_car dd li:not(.point) {
    padding: 30px 15px;
}

@media screen and (max-width: 600px) {
    #by_car dd li:not(.point) {
        padding: 20px 15px;
    }
}


/* ---------------------------------------------------
	#by_train
------------------------------------------------------ */
#by_train h2::before {
    background: url(../../access/img/ico_train.svg)no-repeat center/contain;
}


/* ---------------------------------------------------
	#by_airplane
------------------------------------------------------ */
#by_airplane {
    padding-bottom: 30px;
}
#by_airplane h2::before {
    background: url(../../access/img/ico_airplane.svg)no-repeat center/contain;
}
#by_airplane dl>div {
    width: 100%;
}
#by_airplane dd li:not(.point):nth-last-child(2) {
    padding: 35px 15px;
}

@media screen and (max-width: 600px) {
    #by_airplane dd li:not(.point):nth-last-child(2) {
        padding: 25px 15px;
    }
}

