@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=K2D:wght@600&family=Roboto:wght@100;300;400;500;700&display=swap');

/*  */

body#eki-machi.station #wrapper {
    /* background-color: #fff; */
}

body#eki-machi.station #wrapper>main {
    position: relative;
    z-index: 0;
    margin-top: 0;
    width: 100%;
    /* max-width: 1400px;
    min-width: 1100px; */
    margin: 0 auto 0;
    background-color: #fff;
}

body#eki-machi.station footer {
    margin-top: 88px;
}

footer::after {
    background: #C8EFF4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

    /*height: 160px;*/
    top: -100px;
    z-index: 9;
}


/*article*/

article#eki_detail {
    width: 100%;
    max-width: 1400px;
    min-width: 1100px;
    background-color: #fff;
    padding-bottom: 60px;
    overflow: visible;
    position: relative;
    margin: 0 auto;
}



/* kv */

#sec_ttl_kv {
    width: 100%;
    box-sizing: border-box;
    min-width: 1100px;
    height: auto;
    padding: 0 48px 0 48px;
}

#box_ttl {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #020202;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 28px 160px 34px 128px;
}

#box_ttl img {
    width: 110px;
    height: auto;
    position: absolute;
    top: 6px;
    left: 14px;
    transform: rotate(-15deg);
    box-shadow: -4px 8px 8px rgba(0, 0, 0, 0.2);
}


#box_ttl h2 {
    font-size: 3.6rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    margin-left: 0.3em;
    overflow: visible;
    padding-right: 0.4em;
    margin-right: 0.4em;
    white-space: nowrap;
}

#box_ttl h2 span[lang='en'] {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.4em;
    color: #b3565f;
    margin-left: 0.8em;
    text-transform: uppercase;
}

#box_ttl h2::after {
    content: '';
    display: block;
    width: 1px;
    height: 150%;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    margin-top: -0.75em;
    right: 0;
}

#box_ttl h2+p {
    font-size: 1.6rem;
    line-height: 1.6;
}

#box_ttl p.btn_link {
    margin-left: auto;
    margin-top: 6px;
    transition: 0.3s;
    line-height: 1;
    position: absolute;
    right: 0;
    font-size: 1.5rem;
}

#box_ttl p.btn_link>a {
    color: #B35760;
    display: block;
    border: #B35760 solid 1px;
    border-radius: 0.4em;
    padding: 1.2em 1.2em 1.1em 2.8em;
    position: relative;
    background-color: #fff;
}

#box_ttl p.btn_link:hover {
    transform: translateY(-5px);
}

#box_ttl p.btn_link a::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(/eki-machi/img/arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 1.5em;
    top: 50%;
    margin-top: -0.5em;
}

/*  */

#fig_kv {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
}

#fig_kv>img {
    width: 100%;
    height: auto;
}

#fig_kv figcaption {
    text-align: right;
    font-size: 1.3rem;
    color: #555;
    margin-top: 1.3em;
}

/* 3 buttons */

#li_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2em;
    margin-top: 48px;
}

#li_btns li {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
}

#li_btns li a {
    display: block;
    color: #B35760;
    border: #B35760 solid 2px;
    border-radius: 0.4em;
    padding: 1.2em 1.8em 1.2em 2.8em;
    position: relative;
    transition: 0.3s;
}

#li_btns li a:hover {
    transform: translateY(-5px);
}

#li_btns li a::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(/eki-machi/img/arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 1.5em;
    top: 1.24em;
}

#li_btns li:last-child a {
    color: #020202;
    border-color: #020202;
}

#li_btns li:last-child a::before {
    background-image: url(/eki-machi/img/arrow_blk.svg);
}

/*  */

main {}

main img {
    width: auto;
    max-width: 100%;
}

#sec_ttl_kv ul+p.lead {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    width: 1100px;
    margin: 2.5em auto 0 auto;
}





#eki_detail #cnav {
    width: 900px;
    padding: 1.5em 0 1.2em 0;
    margin: 54px auto 0 auto;
    background-color: #f7f5de;
    border-radius: 7px;
}

#eki_detail #cnav ul {
    justify-content: center;
    gap: 0 2.75em;
}

#cnav li {
    /* font-weight: 200; */
    line-height: 1;
}

#cnav li a {
    color: #90444b;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}

#cnav li a:hover {
    color: #0864a9;
    opacity: 1;
}

/*  */

article#eki_detail>section:not(#sec_ttl_kv),
#box_sta_outline {
    width: 1100px;
    margin: 64px auto 0 auto;
}


#box_sta_outline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 48px;
}

#box_sta_outline .box_column {
    width: 630px;
}

#box_sta_outline .box_column p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 1.4em;
}

#box_sta_outline .box_column p>a {
    color: #a42b37;
    text-decoration: underline;
}



#box_sta_outline .box_column h3 {
    font-size: 1.8rem;
    line-height: 1.4;
}

#box_sta_outline .box_column h3+p {
    margin-top: 1em;
}

#box_sta_outline .box_column p+h3 {
    margin-top: 2em;
}


#box_sta_outline .box_column figure {
    margin-top: 2.0em;
}

#box_sta_outline .box_column figure>img {
    display: block;
    width: 100%;
}

#box_sta_outline .box_column figure>img+img {
    margin-top: 1em;
}

/* #box_sta_outline .box_column figure+h3 */
#box_sta_outline .box_column h3:not(:first-child) {
    margin-top: 2.5em;
}

#box_sta_outline .box_column figure+h3:not(:first-child) {
    margin-top: 4em;
}

#box_sta_outline .box_column figure+p {
    margin-top: 2em;
}

#box_sta_outline .box_column figure.vert {}

#box_sta_outline .box_column figure.vert>img {
    width: 60%;
    margin: 0 auto;
}

#box_sta_outline .box_column figure.center {
    text-align: center;
}


#box_sta_outline .box_column figure figcaption {
    text-align: right;
    /* text-align: center; */
    font-size: 1.4rem;
    color: #555;
    margin-top: 0.75em;
    line-height: 1.4;
}

#box_sta_outline .box_column figure.left figcaption {
    text-align: left;
}


#box_sta_outline .box_column figure.center figcaption {
    text-align: center;
}



/*  */

#box_transport_info {
    width: 420px;
    height: auto;
}

#box_transport_info>div {
    margin-top: 2.7em;
    text-align: center;
}


#box_transport_info>div:nth-of-type(1) {
    margin-top: 0;
}

#box_transport_info>div:nth-of-type(2) {
    margin-top: 4em;
}

div.box_sta_time>figure {
    text-align: center;
    margin-top: 1em;
}

div.box_sta_time>figure>img {
    width: 84%;
}


.box_rail_fig,
.box_sta_category,
#box_bus_route {
    border-top: 1px solid #ccc;
}


.box_rail_fig {
    border: 1px solid #ccc;
    padding: 2em 0 0 0;
    overflow: hidden;
    border-radius: 0.7em;
}

.box_rail_fig>figure {
    margin-top: 1.3em;
}


.box_sta_category,
#box_bus_route {
    padding-top: 2.3em;
}

#box_transport_info>div>p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
}

#box_transport_info p.route_text {
    margin-top: 0.8em;
    position: relative;
    display: inline-block;
}

#box_transport_info p.route_text::before {
    content: " ";
    width: 24px;
    height: 18px;
    display: inline-block;
    margin-right: 0.2em;
    vertical-align: middle;
    background-image: url(/img_common/icon_access_2p_green.svg);
    background-position: -28px 0px;
    background-size: auto 18px;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
}



#box_transport_info h5 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

#box_transport_info h5+p {
    text-align: center;
    margin-top: 0.5em;
}

#box_transport_info h6 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    padding: 0.6em 0.7em 0.5em 0.7em;
    border: 2px solid #555;
    line-height: 1;
    margin-top: 1em;
}

/*  */

#box_transport_info ul.line_label {
    text-align: center;
}



#box_transport_info ul.line_label li {
    display: inline-block;
    line-height: 1;
    background-color: #555;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.7em 1em 0.4em 1em;
    margin-top: 1em;
}

#box_transport_info ul.line_label li.tokkyu {
    background-color: #ce313e;
}

#box_transport_info ul.line_label li.s-train {
    background-color: #b4c300;
}

#box_transport_info ul.line_label li.kaisoku-kyuko {
    background-color: #c05ec5;
}

#box_transport_info ul.line_label li.kyuko {
    background-color: #ff6b01;
}

#box_transport_info ul.line_label li.tsukin-kyuko {
    background-color: #ffb700;
}

#box_transport_info ul.line_label li.kaisoku {
    background-color: #00acd2;
}

#box_transport_info ul.line_label li.tsukin-junkyu {
    background-color: #0072b9;
}

#box_transport_info ul.line_label li.junkyu {
    background-color: #00a795;
}

#box_transport_info ul.line_label li.kakutei {
    background-color: #9f9f9f;
}

/*  */

#box_bus_route {}



#box_bus_route dl.bus_line dt {
    font-size: 1.5rem;
    margin-top: 2em;
    padding-left: 0.2em;
    font-weight: bold;
    color: #333;
}

#box_bus_route dl.bus_line dt>small {
    display: block;
    margin-top: 0.5em;
    color: #555;
    font-weight: normal;
    line-height: 1.7;
    font-size: 1.4rem;
}

#box_bus_route dl.bus_line dt+dd {
    margin-top: 0.7em;
}


#box_bus_route dl.bus_line dd {
    line-height: 1.5;
    background-color: #f7f5dd;
    margin-top: 3px;
    padding: 1.1em 1em 0.75em 1em;
    display: flex;
}

#box_bus_route dl.bus_line dd strong {
    display: inline-block;
    width: 6.5em;
    font-size: 1.6rem;
    color: #ae515a;
    float: left;
    vertical-align: middle;
}

#box_bus_route dl.bus_line dd.kuko {
    padding-left: 9em;
}

#box_bus_route dl.bus_line dd.kuko strong {
    width: 8em;
}


#box_bus_route dl.bus_line.motokaji dd>strong {
    display: block;
    float: none;
}

#box_bus_route dl.bus_line.motokaji dd {
    line-height: 2;
}

/*  */

#access_map {
    margin-top: 100px;
    text-align: center;
}

#sec_hot_spots h3,
#access_map h3 {
    text-align: center;
    font-size: 2.8rem;
    color: #B35760;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-left: 1.3em;
}

#sec_hot_spots h3::before,
#access_map h3::before {
    content: " ";
    display: block;
    vertical-align: middle;
    width: 1.1em;
    height: calc(0.8em * 1.6);
    position: absolute;
    background-repeat: no-repeat;
    top: -0.2em;
    left: 0;
    background-image: url(/eki-machi/img/icon_train_3c.svg);
    background-size: cover;
    background-position: 49.6% 0;
}

#access_map iframe {
    margin-top: 20px;
}

/*  */

#sec_hot_spots {
    text-align: center;
}

#sec_hot_spots h3 {}

#li_hot_spots {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

#li_hot_spots li {
    width: 330px;
    margin-right: calc((100% - (330px * 3)) / 2);
    margin-top: 3em;
}

#box_sta_outline .box_column figure.border img,
#li_hot_spots li.border figure {
    border: 1px solid #ccc;
}

#li_hot_spots li:nth-of-type(3n) {
    margin-right: 0;
}

#li_hot_spots li figure {
    margin-bottom: 1em;
}

#li_hot_spots li h4 {
    font-size: 1.8rem;
    font-weight: 500;
    /* margin-top: 1em; */
    font-weight: bold;
    line-height: 1.3;
}

#li_hot_spots li p {
    font-size: 1.4rem;
    margin-top: 0.6em;
    line-height: 1.8;
}


.box_column_inner li>p>a,
#li_hot_spots li p>a {
    color: #2149b8;
    text-decoration: underline;
}

/*  */

div.box_spots_column {
    margin-top: 100px;
}

div.box_spots_column div.ttl {
    text-align: center;
}

div.box_spots_column h4 {
    color: #B35760;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
    border-bottom: #AAAAAA solid 1px;
    padding-bottom: 0.4em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div.box_spots_column div.ttl>p {
    max-width: 86%;
    margin: 1em auto 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
}

div.box_spots_column div.ttl>p>a {
    text-decoration: underline;
}

div.box_spots_column div.ttl .box_spot_kv {
    text-align: center;
    margin-top: 3em;
}

div.box_spots_column div.ttl figure.box_spot_kv {
    display: inline-block;
}

div.box_spots_column div.ttl .box_spot_kv figcaption {
    text-align: center;
    margin-top: 1em;
    font-size: 1.4rem;
    color: #555555;
}

div.box_spots_column div.ttl .box_spot_kv.border>img {
    border: 1px solid #ddd;
}


div.box_spots_column div.ttl .box_spot_kv+p,
div.box_spots_column div.ttl .box_spot_kv+p+p {
    margin-top: 2.3em;
    line-height: 1.7;
}

.box_spot_kv+p,
div.box_spots_column div.ttl .box_spot_kv+p+p {
    margin-top: 1.3em;
}

div.box_spots_column div.ttl>p.traffic {
    text-align: center;
    color: #555555;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 1.3em;
}

div.box_spots_column div.ttl>p.traffic>a {
    color: #5e8ae4;
}

div.box_spots_column div.ttl>p.site {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1.4em;
    font-weight: 500;
}

div.box_spots_column div.ttl>p.site a {
    color: #0F52B7;
    text-decoration: underline;
    font-weight: 400;
}

/*  */

div.box_column_inner {
    margin-top: 40px;
}

div.box_column_inner>ul {
    column-count: 3;
    column-width: 330px;
    column-gap: calc((100% - (330px * 3)) / 2);
    /* column-fill: auto; */
}

div.box_column_inner>ul li {
    width: 330px;
    break-inside: avoid;
    /* margin-bottom: 30px; */
    padding-bottom: 3em;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    /* display: inline-block; */
}

div.box_column_inner.two_col>ul {
    column-count: 2;
    /* column-width: 495px; */
    /* column-gap: calc((100% - (495px * 2))); */
    column-gap: 4vw;
}

div.box_column_inner.two_col>ul li {
    width: auto;
    display: block;
}

/* div.box_column_inner>ul {
    column-count: 3;
    column-width: 330px;
    column-gap: calc((100% - (330px * 3)) / 2);
}

div.box_column_inner>ul li {
    break-inside: avoid;
    margin-bottom: 30px;
    box-sizing: border-box;
} */



div.box_column_inner>ul li img {
    display: block;
}

div.box_column_inner>ul li.border>img {
    border: 1px solid #ccc;
}


div.box_column_inner>ul li.kitagawa>div {
    border: 1px solid #ccc;
    padding: 0.5em 0 0.5em 0;
}



div.box_column_inner>ul li img+img {
    margin-top: 12px;
}

div.box_column_inner>ul li h5 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 1em;
    line-height: 1.5;
}

div.box_column_inner>ul li p {
    font-size: 1.4rem;
    line-height: 1.7;
}

div.box_column_inner>ul li h5+p {
    margin-top: 0.4em;
}

div.box_column_inner>ul li img+p {
    margin-top: 1em;
}

/*  */

#wrapper_recome_eki-machi {
    background-color: #C8EFF4;
    padding: 120px 0 54px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#wrapper_recome_eki-machi p.no_properties {
    text-align: center;
    margin-top: 2.5em;
    font-size: 2rem;
    padding-bottom: 2em;
    color: #888;
}


#wrapper_recome_eki-machi::before {
    content: "";
    z-index: 0;
    display: block;
    width: 2600px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1300px;
    background-image: url(/img_common/bg_yuru_wave_patern.svg);
    background-repeat: repeat-x;
    background-size: 130%;
    background-position: 0 22%;
}

#wrapper_recome_eki-machi>.inner {
    width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 40px 30px 20px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

#wrapper_recome_eki-machi h2 {
    text-align: center;
    font-size: 2.4rem;
    color: #B35760;
    font-weight: 300;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding-left: 1.6em;
    margin: 0 auto;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

#wrapper_recome_eki-machi h2::before {
    content: " ";
    display: block;
    vertical-align: middle;
    width: 33px;
    height: 42px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    background-image: url(/eki-machi/img/icon_train_3c.svg);
    background-size: cover;
    background-position: -42px 0;
}

#wrapper_recome_eki-machi ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}


#wrapper_recome_eki-machi ul:empty {
    height: 0;
    overflow: hidden;
    content: "no property";
}


#wrapper_recome_eki-machi ul li {
    width: 23%;
    margin-right: calc(8% / 3);
    margin-bottom: 36px;
    position: relative;
    padding-bottom: 2.6em;
}

#wrapper_recome_eki-machi ul li:nth-child(4n) {
    margin-right: 0;
}

#wrapper_recome_eki-machi ul li img {
    width: 100%;
}

#wrapper_recome_eki-machi ul li figure {
    width: 100%;
}

#wrapper_recome_eki-machi ul li a {
    display: inline-block;
}

#wrapper_recome_eki-machi ul figure {
    position: relative;
    z-index: 0;
    height: 160px;
    overflow: hidden;
    margin-bottom: 12px;
}

#wrapper_recome_eki-machi ul figure img {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}

#wrapper_recome_eki-machi ul figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, .75);
    padding: 0.6em 0.6em 0.5em 0.6em;
}

#wrapper_recome_eki-machi h3 {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0.7em;
    background-color: #ae515a;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.6em;
    padding-top: 0.8em;

    min-height: 4em;
    display: flex;
    align-items: center;

    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;

}

#wrapper_recome_eki-machi h3 a {
    color: #fff;
}

#wrapper_recome_eki-machi h3 a span:nth-child(2) {
    display: none;
}

#wrapper_recome_eki-machi p.plan_price {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
}

#wrapper_recome_eki-machi p.plan_price strong {
    font-size: 3.0rem;
    font-family: "Roboto";
    font-weight: 400;
    margin-right: 0.1em;
    color: #ae515a;
    position: relative;
}

#wrapper_recome_eki-machi p.plan_price strong:nth-child(1)::after {
    content: " ";
    font-family: "Roboto";
    width: 2px;
    height: 0.9em;
    position: relative;
    display: inline-block;
    background-color: #ae515a;
    transform: rotate(20deg);
    margin: 0 0.1em 0 0.2em;
    top: 0.07em;
}

#wrapper_recome_eki-machi p.plan_price+p {
    margin-bottom: 1em;
    font-size: 1.3rem;
    line-height: 1.3;
}

#wrapper_recome_eki-machi p.point {
    position: relative;
    line-height: 1.4;
    padding-left: 52px;
    /*margin-bottom: 1em;*/
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding-top: 1em;
    padding-bottom: 0.8em;

    min-height: 6em;
}

#wrapper_recome_eki-machi p.point::before {
    content: " ";
    display: block;
    vertical-align: middle;
    width: 52px;
    height: 40px;
    position: absolute;
    top: 1em;
    left: 0;
    background-image: url(/img_common/icon_point_tokochan.jpg);
    background-position: 0 0;
    background-size: auto 36px;
    background-repeat: no-repeat;
}

#wrapper_recome_eki-machi ul p.btn_detail {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

#wrapper_recome_eki-machi ul p.btn_detail a {
    display: inline-block;
    position: relative;
}

#wrapper_recome_eki-machi ul p.btn_detail a::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    position: relative;
    top: -0.15em;
    left: 0;
    margin-right: 0.3em;
    background-image: url(//tokobeya.com/img_common/arrow_right_blue.gif);
    background-position: 0 0;
    background-size: auto 14px;
    background-repeat: no-repeat;
}

/*bottom search button*/
.box_btns_eki-machi_main.bottom {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #c8eff4;
    height: 130px;
}

.box_btns_eki-machi_main.bottom li {
    text-align: center;
    font-size: 1.8rem;
    width: 980px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}

.box_btns_eki-machi_main.bottom li>a {
    display: inline-block;
    background-color: #fff;
    padding: 1.7em 2em 1.3em 2em;
    color: #8c454c;
    border-radius: 6px;
    border: 1px solid #8c454c;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.box_btns_eki-machi_main.bottom li>a>span {
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-left: 0.8em;
}

.box_btns_eki-machi_main.bottom li>a>span::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    z-index: 10;
    background-image: url(/img_common/arrow_right_red.gif);
    background-position: 0 0;
    background-size: auto 14px;
    background-repeat: no-repeat;
}

/*  */

/**/

div.box_list_block,
div.other_railway {
    border: 1px dotted #aaa;
    padding: 24px;
    width: calc(100% - 2px);
    margin-top: 2em;
}

div.other_railway h5 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.7em;
    color: #ae5159;
}

div.box_list_block li,
div.other_railway li {
    font-size: 1.6rem;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0.8em;
    margin-right: 1em;
}

div.box_list_block li:last-child,
div.other_railway li:last-child {
    margin-bottom: 0;
}

div.other_railway li::before,
div.box_list_block li::before {
    content: " ";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    background-color: #ae5159;
    margin-right: 0.3em;
    border-radius: 0.3em;
    position: relative;
    top: -0.1em;
}

/* tablet */

@media screen and (max-width: 1280px) {

    body#eki-machi.station #wrapper>main {
        max-width: initial;
        min-width: initial;
    }

    article#eki_detail>section:not(#sec_ttl_kv),
    #box_sta_outline {
        width: 88%;
    }

    #sec_ttl_kv {
        padding: 0 6vw;
    }

    #sec_ttl_kv ul+p.lead {
        width: 100%;
    }

    #box_sta_outline .box_column {
        width: calc(100% * 0.5727272727272728);
    }

    #box_transport_info {
        width: calc(100% * 0.3818181818181818);
    }

    #access_map iframe {
        width: 100% !important;
        height: calc(88vw * 0.3636363636363636);
    }

    /*  */

    #li_hot_spots {
        gap: 0 4vw;
    }

    #li_hot_spots li {
        width: calc((100% - 8vw) / 3);
        margin-right: 0;
        margin-top: 3em;
    }

    /*  */

    div.box_column_inner>ul {
        column-width: auto;
        column-gap: 4vw;
    }

    div.box_column_inner>ul li {
        width: auto;
        padding-bottom: 0;
        margin-bottom: 3em;
        padding-bottom: 0;
    }



    /*  */
}


@media screen and (max-width: 768px) {

    /* ==== common width ==== */

    article#eki_detail>section:not(#sec_ttl_kv),
    #box_sta_outline {
        width: 100%;
        box-sizing: border-box;
        margin: 12vw 0 0 0;
        padding: 0 6vw 0 6vw;
    }

    /* ==== main ==== */

    body#eki-machi.station #wrapper>main {
        max-width: initial;
        min-width: initial;
        margin: 0;
    }

    article#eki_detail {
        max-width: initial;
        min-width: initial;
        padding-bottom: 6vw;
    }

    /* ==== kv ==== */

    #sec_ttl_kv {
        min-width: initial;
        padding: 5vw 0 0 0;
    }


    #box_ttl {
        display: block;
        padding: 0 4vw 3vw 26vw;
        text-align: left;
    }


    #box_ttl img {
        width: 20vw;
        top: -2vw;
        left: 1vw;
    }


    #box_ttl h2 {
        font-size: 6.25vw;
        display: block;
        margin-left: 0;
        padding-right: 0;
        margin-right: 0;
    }

    #box_ttl h2+p {
        font-size: 3.75vw;
        line-height: 1.6;
        margin-top: 2vw;
    }


    #box_ttl h2::after {
        content: none;
    }


    #box_ttl h2 span[lang='en'] {
        font-size: 3.125vw;
        margin-left: 1em;
    }

    .sta_akitsu #box_ttl h2 span[lang='en'] {
        margin-left: 0;
        display: block;
        margin-top: 0.4em;
    }

    #box_ttl p.btn_link {
        margin-left: auto;
        margin-top: 2.5vw;
        position: relative;
        right: auto;
        font-size: 3.438vw;
    }

    #box_ttl p.btn_link>a {
        display: inline-block;
        padding: 0.9em 1.2em 0.8em 2.8em;
    }



    #fig_kv figcaption {
        width: 90vw;
        margin: 1.4em auto 0 auto;
        text-align: center;
        font-size: 3.125vw;
        line-height: 1.4;
    }


    /* 3 buttons */

    #li_btns {
        display: block;
        margin-top: 6vw;
        width: 88vw;
        margin-left: auto;
        margin-right: auto;
    }


    #li_btns li {
        font-size: 3.75vw;
        font-weight: 500;
        margin-top: 3vw;
        text-align: center;
    }


    #sec_ttl_kv ul+p.lead {
        font-size: 4.375vw;
        font-weight: bold;
        width: 88vw;
        margin: 8vw auto 0 auto;
        text-align: left;
        line-height: 1.7;
    }

    /* ========= cnav ========= */


    #eki_detail #cnav {
        width: 88vw;
        padding: 0.7em 0 0.7em 0;
        margin: 6vw auto 0 auto;
        border-radius: 1.5vw;
    }


    #eki_detail #cnav ul {
        justify-content: center;
        gap: 0;
        flex-wrap: wrap;
    }

    #cnav li {
        font-size: 4.375vw;
        width: 50%;
        text-align: center;
        margin: 0;
        font-weight: 500;
    }

    #cnav li:last-of-type {
        width: 100%;
    }

    #cnav li>a {
        width: 100%;
        box-sizing: border-box;
        padding: 0.7em 1em 0.7em 1em;
    }

    /* ========= #box_sta_outline ========= */

    #box_sta_outline {
        display: block;
    }



    /*left-side*/
    #box_sta_outline .box_column {
        width: 100%;
    }


    #box_sta_outline .box_column p {
        font-size: 4.375vw;
    }

    #box_sta_outline .box_column h3 {
        font-size: 5.625vw;
    }


    #box_sta_outline .box_column figure figcaption {
        text-align: left;
        font-size: 3.75vw;
        line-height: 1.7;
    }


    /*right-side*/

    #box_sta_outline .box_column+div {
        margin-top: 12vw;
    }


    #box_transport_info>div>p {
        font-size: 4.688vw;
    }

    .box_rail_fig {
        padding: 1.3em 0 0 0;
        border-radius: 3vw;
    }


    #box_transport_info p.route_text {
        margin-top: 0.3em;
    }

    #box_transport_info p.route_text::before {
        width: 5vw;
        height: 6vw;
        background-position: 105% 0;
        background-size: cover;
    }




    #box_transport_info>div>p.address {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    #box_transport_info>div,
    #box_transport_info {
        width: 100%;
    }

    #box_transport_info>div:nth-of-type(2),
    #box_transport_info>div {
        margin-top: 12vw;
    }

    #box_transport_info>div:nth-of-type(2)+div {
        margin-top: 5vw;
    }

    .box_rail_fig>figure>img {
        width: 100%;
        height: auto;
    }

    #box_transport_info h5 {
        font-size: 4.375vw;
    }

    #box_transport_info h5+p {
        line-height: 1.2;
    }

    #box_transport_info h5+p br {
        display: none;
    }


    #box_transport_info h6 {
        font-size: 4.063vw;
        font-weight: bold;
        margin-top: 1.5em;
    }


    #box_transport_info ul.line_label {
        margin-top: 0.3em;
    }

    #box_transport_info ul.line_label li {
        font-size: 3.438vw;
        margin-top: 0.7em;
    }

    #box_bus_route dl.bus_line dt {
        font-size: 4.063vw;
    }

    #box_bus_route dl.bus_line dd strong {
        width: 6em;
        font-size: 4.063vw;
    }


    /* ========= access ========= */


    #access_map {
        margin-top: 14vw;
        width: 100%;
    }


    #sec_hot_spots h3,
    #access_map h3 {
        font-size: 5vw;
        /* 16px */
    }

    #access_map iframe {
        margin-top: 4vw;
        width: 88vw;
        height: 88vw;
    }


    /* ========= spots ========= */

    #sec_hot_spots {}

    #li_hot_spots {
        display: block;
    }

    #li_hot_spots li {
        width: 100%;
        margin-right: 0;
        margin-top: 9vw;
    }

    div.box_column_inner>ul li h5,
    #li_hot_spots li h4 {
        font-size: 4.688vw;
    }

    div.box_column_inner>ul li p,
    #li_hot_spots li p {
        font-size: 4.063vw;
    }


    div.box_spots_column h4 {
        font-size: 5.625vw;
        line-height: 1.3;
    }

    div.box_spots_column div.ttl>p {
        max-width: 100%;
        font-size: 4.688vw;
        line-height: 1.5;
        text-align: left;
        font-weight: bold;
    }

    div.box_spots_column div.ttl .box_spot_kv+p,
    div.box_spots_column div.ttl .box_spot_kv+p+p {
        margin-top: 1.3em;
    }


    div.box_spots_column div.ttl>p.traffic {
        font-size: 4.063vw;
        font-weight: normal;
        line-height: 1.4;
    }

    div.box_spots_column div.ttl>p.site {
        font-size: 4.063vw;
    }


    div.box_column_inner>ul {
        column-count: auto;
        column-width: auto;
        column-gap: 0;
    }


    div.box_column_inner>ul li {
        width: 100%;
        /*columnのすき間を消す*/
        display: block;
    }


    div.box_spots_column div.ttl .box_spot_kv {
        margin-top: 2em;
    }



    /* ========= reccomend ========= */

    #wrapper_recome_eki-machi {
        width: 94vw;
        box-sizing: content-box;
        margin-left: 0;
        margin-right: 0;
        padding: 12vw 3vw 6vw 3vw;
    }


    #wrapper_recome_eki-machi::before {
        width: 400vw;
        margin-left: -200vw;
        height: 18vw;
        background-size: 80%;
        background-position: 0 -14vw;
    }


    #wrapper_recome_eki-machi>.inner {
        width: 100%;
        background-color: #fff;
        padding: 7vw 4vw 10vw;
        border-radius: 3vw;
        position: relative;
        z-index: 10;
    }


    /*bottom search button*/
    .box_btns_eki-machi_main.bottom {
        height: 18vw;
    }

    .box_btns_eki-machi_main.bottom li {
        font-size: 3.438vw;
        width: 100%;
        line-height: 1.3;
    }





    /**/

    #wrapper_recome_eki-machi h2 {
        font-size: 4.375vw;
        /* 14px */
        padding-left: 10vw;
        text-align: left;
    }


    #wrapper_recome_eki-machi h2::before {
        width: 8vw;
        height: 10vw;
        background-position: 49% 0;
        margin-top: -5.5vw;
    }


    #wrapper_recome_eki-machi p.no_properties {
        font-size: 4.063vw;
        padding-bottom: 1em;
        color: #888;
    }



    #wrapper_recome_eki-machi ul {
        margin-top: 4vw;
        gap: 4vw;
    }

    #wrapper_recome_eki-machi ul li {
        width: calc(50% - 2vw);
        margin-right: 0;
        margin-bottom: 0;
    }

    #wrapper_recome_eki-machi h3 {
        font-size: 3.125vw;
        /* 10px */
    }

    #wrapper_recome_eki-machi ul figure {
        height: 30vw;
        overflow: hidden;
    }

    #wrapper_recome_eki-machi ul figure figcaption {
        font-size: 2.5vw;
        /* 8px */
    }

    #wrapper_recome_eki-machi p.plan_price {
        font-size: 3.75vw;
        /* 12px */
    }

    #wrapper_recome_eki-machi p.plan_price strong {
        font-size: 5.9375vw;
        /* 19px */
    }

    #wrapper_recome_eki-machi p.plan_price+p {
        font-size: 2.8125vw;
        /* 9px */
    }

    #wrapper_recome_eki-machi p.point {
        font-size: 3.125vw;
        /* 10px */
        padding-left: 9vw;
    }

    #wrapper_recome_eki-machi p.point::before {
        width: 8vw;
        height: calc(8vw * 0.77);
        background-size: auto 100%;
    }

    #wrapper_recome_eki-machi p.point br {
        display: none;
    }

    #wrapper_recome_eki-machi ul p.btn_detail {
        font-size: 3.4375vw;
        /* 11px */

    }

}


/*  */