/* .home_content>:nth-of-type(2n) {
    background-color: #f8f8f8
} */

.home_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12vw 0;
    margin-top: 24vw;
}

@media screen and (min-width:769px) {
    .home_content {
        gap: 80px 0;
        margin-top: 100px;
    }
}

@media screen and (min-width:520px) {
    .home_kv {
        position: relative
    }
}

@media screen and (min-width:640px) {
    .home_kv {
        padding-bottom: 40%
    }
}

@media screen and (min-width:769px) {
    .home_kv {
        position: static;
        position: relative;
        display: flex;
        padding-bottom: 0;
        overflow: hidden;
        background-color: #f8f8f8
    }
}

.home_kv--image {
    margin-bottom: 9%
}

@media screen and (min-width:640px) {
    .home_kv--image {
        margin-bottom: 0
    }
}

@media screen and (min-width:769px) {
    .home_kv--image {
        width: 50%
    }
}

.home_kv--image img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width:769px) {
    .home_kv--image img {
        height: 100%;
        min-height: 890px
    }
}

@media screen and (min-width:769px) {
    .home_kv--content {
        position: relative;
        display: flex;
        align-items: center;
        width: 50%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:640px) {
    .home_kv--content_adjust {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        box-sizing: border-box;
        width: calc(100% - 90px);
        padding: 75px 45px 40px;
        margin-right: 6%;
        margin-left: 6%;
        background-color: hsla(0, 0%, 100%, .7)
    }
}

@media screen and (min-width:769px) {
    .home_kv--content_adjust {
        position: static;
        box-sizing: content-box;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        background-color: transparent
    }
}

@media screen and (min-width:992px) {
    .home_kv--content_adjust {
        min-width: 0;
        max-width: 720px
    }
}

.home_kv--header {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 9%
}

@media screen and (min-width:520px) {
    .home_kv--header {
        margin-bottom: 5%
    }
}

.home_kv--header img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.home_kv--header p {
    margin: 50px 0;
    font-size: 1.5rem;
    text-align: center
}

.home_kv--content_badge {
    padding-right: 8.4%;
    padding-left: 8.4%;
    margin-bottom: 12%
}

@media screen and (min-width:520px) {
    .home_kv--content_badge {
        margin-bottom: 15px
    }
}

@media screen and (min-width:640px) {
    .home_kv--content_badge {
        padding-right: 0;
        padding-left: 0
    }
}

.home_kv--content_badge_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width:769px) {
    .home_kv--content_badge_list {
        display: block
    }
}

@media screen and (min-width:992px) {
    .home_kv--content_badge_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.home_kv--content_badge_list_child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 46%;
    padding-top: 15px;
    padding-bottom: 18px;
    margin-bottom: 5%;
    background-color: #fff;
    border-style: solid;
    border-width: 3px
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list_child {
        margin-bottom: 3%
    }
}

@media screen and (min-width:769px) {
    .home_kv--content_badge_list_child {
        width: auto
    }
}

@media screen and (min-width:992px) {
    .home_kv--content_badge_list_child {
        width: 46%
    }
}

.home_kv--content_badge_list_child-first {
    border-color: #118945
}

.home_kv--content_badge_list_child-second {
    border-color: #D12F2D
}

.home_kv--content_badge_list_child-third {
    border-color: #F29833
}

.home_kv--content_badge_list_child-fourth {
    border-color: #0268B8
}

.home_kv--content_badge_list_rails {
    width: 100%;
    margin-bottom: 3px;
    text-align: center;
    letter-spacing: 0;
    font-size: .8125rem
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list_rails {
        margin-bottom: 5px
    }
}

.home_kv--content_badge_list_child-first .home_kv--content_badge_list_rails {
    color: #118945
}

.home_kv--content_badge_list_child-second .home_kv--content_badge_list_rails {
    color: #D12F2D
}

.home_kv--content_badge_list_child-third .home_kv--content_badge_list_rails {
    color: #F29833
}

.home_kv--content_badge_list_child-fourth .home_kv--content_badge_list_rails {
    color: #0268B8
}

.home_kv--content_badge_list_body {
    text-align: center
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list_body {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-align: start
    }
}

.home_kv--content_badge_list_station {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1.3125rem
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list_station {
        display: inline;
        margin-bottom: 0;
        font-size: 1.25rem
    }
}

@media screen and (min-width:1140px) {
    .home_kv--content_badge_list_station {
        font-size: 1.375rem
    }
}

.home_kv--content_badge_list_minute {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list_minute {
        justify-content: start;
        margin-left: 5px
    }
}

@media screen and (min-width:1140px) {
    .home_kv--content_badge_list_minute {
        margin-left: 10px
    }
}

.home_kv--content_badge_list_minute_sub {
    font-size: .8125rem;
    line-height: 1.1
}

.home_kv--content_badge_list_minute_main {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: .9
}

.home_kv--content_badge_footer {
    margin-bottom: 50px
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_footer {
        margin-bottom: 100px
    }
}

.home_kv--content_badge_annotation {
    position: relative;
    display: block;
    padding-left: 10px;
    line-height: 1.375;
    letter-spacing: 0;
    font-size: .5625rem
}

.home_kv--content_badge_annotation:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "※"
}

.home_kv--content_badge_list2 {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list2 {
        display: flex
    }
}

.home_kv--content_badge_list2_child {
    display: flex;
    align-items: center
}

.home_kv--content_badge_list2_child-first {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1rem;
    color: #044
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list2_child-first {
        width: 50%;
        margin-bottom: 50px;
        font-size: 1.3125rem
    }
}

.home_kv--content_badge_list2_child-second {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1rem;
    color: #044
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list2_child-second {
        width: 50%;
        margin-bottom: 50px;
        font-size: 1.3125rem
    }
}

.home_kv--content_badge_list2_child-third {
    width: 100%;
    margin-bottom: 50px;
    font-size: 1rem;
    color: #044
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list2_child-third {
        margin-bottom: 90px;
        font-size: 1.3125rem
    }
}

.home_kv--content_badge_list2_child:before {
    display: block;
    width: 10px;
    height: 85px;
    content: "";
    background-color: #4ea25f
}

.home_kv--content_badge_list2_child p {
    margin-left: 20px
}

.home_kv--content_badge_list2_child p span {
    font-size: 50%
}

@media screen and (min-width:520px) {
    .home_kv--content_badge_list2_child p span {
        font-size: 75%
    }
}

.home_kv--content_conversion {
    margin-bottom: 16%
}

@media screen and (min-width:520px) {
    .home_kv--content_conversion {
        margin-bottom: 10%
    }
}

@media screen and (min-width:640px) {
    .home_kv--content_conversion {
        margin-bottom: 0
    }
}

@media screen and (min-width:640px) {
    .home_kv--content_conversion ul {
        display: flex;
        justify-content: space-between
    }
}

@media screen and (min-width:769px) {
    .home_kv--content_conversion ul {
        display: block
    }
}

@media screen and (min-width:1140px) {
    .home_kv--content_conversion ul {
        display: flex
    }
}

.home_kv--content_conversion li {
    flex-basis: 97%;
    padding-right: 8.4%;
    padding-left: 8.4%;
    margin-bottom: 15px
}

@media screen and (min-width:640px) {
    .home_kv--content_conversion li {
        flex-basis: 47%;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:769px) {
    .home_kv--content_conversion li {
        flex-basis: 97%;
        margin-bottom: 15px
    }
}

@media screen and (min-width:1140px) {
    .home_kv--content_conversion li {
        flex-basis: 47%
    }
}

.home_kv--content_conversion li:last-of-type {
    margin-bottom: 0
}

.home_kv--content_conversion_button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-weight: 400;
    border-radius: 3px
}

@media screen and (min-width:1140px) {
    .home_kv--content_conversion_button {
        height: 72px;
        margin-bottom: 0
    }
}

.home_kv--content_conversion_button:active,
.home_kv--content_conversion_button:hover,
.home_kv--content_conversion_button:link,
.home_kv--content_conversion_button:visited {
    color: #fff;
    text-decoration: none
}

@media screen and (min-width:992px) {
    .home_kv--content_conversion_button {
        transition-duration: .3s
    }

    .home_kv--content_conversion_button:hover {
        opacity: .8
    }
}

.home_kv--content_conversion_button.home_kv--content_conversion_button-reservation {
    background-color: #a59174
}

.home_kv--content_conversion_button.home_kv--content_conversion_button-preview {
    background-color: #3e3a39
}

.home_kv--content_conversion_icon {
    position: relative;
    display: inline-block;
    padding-left: 26px
}

.home_kv--content_conversion li:last-of-type .home_kv--content_conversion_icon {
    padding-left: 0
}

.home_kv--content_conversion_icon:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    content: ""
}

.home_kv--content_conversion_button-reservation .home_kv--content_conversion_icon:before {
    width: 24px;
    height: 22px;
    background: url(../images/home/kv_ico01.png) 0 0 no-repeat;
    background-size: 24px 22px
}

.home_kv--content_conversion_button-preview .home_kv--content_conversion_icon:before {
    display: none;
    /* width: 22px;
    height: 22px;
    background: url(../images/home/kv_ico02.png) 0 0 no-repeat;
    background-size: 22px */
}

@media screen and (min-width:769px) {
    .home_carousel {
        background-color: #d8d4cb
    }
}

@media screen and (min-width:769px) {
    .home_carousel--adjust {
        padding-top: 6.5%;
        padding-bottom: 4%
    }
}

@media screen and (min-width:769px) {
    .home_carousel--set {
        margin-bottom: 1.5%
    }
}

.home_carousel--set .slick-dots {
    bottom: -28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding-bottom: 0;
    margin-top: 0;
    background-color: #d8d4cb
}

.home_carousel--set .slick-dots li {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    margin-left: 4px;
    overflow: hidden;
    background-color: #b2ac9f;
    border-radius: 3px
}

.home_carousel--set .slick-dots li button {
    width: 100%;
    height: 100%;
    color: transparent;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.home_carousel--set .slick-dots li.slick-active {
    background-color: #3e3a39
}

.home_carousel--set_child img {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (min-width:769px) {
    .home_carousel--set_child img {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%
    }
}

.home_carousel--controller {
    display: none !important
}

@media screen and (min-width:769px) {
    .home_carousel--controller {
        display: block !important
    }
}

.home_carousel--controller .slick-list {
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto
}

.home_carousel--controller .slick-list .slick-track {
    display: flex;
    justify-content: center;
    width: auto !important;
    transform: translateZ(0) !important
}

.home_carousel--controller .slick-list .slick-track .slick-slide {
    width: auto !important;
    margin-right: 3px;
    margin-left: 3px
}

@media screen and (min-width:769px) {
    .home_carousel--controller .slick-list .slick-track .slick-slide {
        cursor: pointer;
        transition-duration: .3s
    }

    .home_carousel--controller .slick-list .slick-track .slick-slide:hover {
        opacity: .7
    }
}

.home_carousel--controller .slick-list .slick-track .slick-slide.slick-current {
    position: relative
}

@media screen and (min-width:769px) {
    .home_carousel--controller .slick-list .slick-track .slick-slide.slick-current {
        cursor: default;
        transition-duration: 0
    }

    .home_carousel--controller .slick-list .slick-track .slick-slide.slick-current:hover {
        opacity: 1
    }
}

.home_carousel--controller .slick-list .slick-track .slick-slide.slick-current:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border: 4px solid hsla(0, 0%, 100%, .6)
}

.home_carousel--controller_child {
    display: block !important
}

.home_carousel--controller_child img {
    display: block;
    width: 100%;
    height: auto
}

.home_floor {
    padding-top: 0;
}

.home_floor--header {
    margin-bottom: 5%;
    text-align: center
}

@media screen and (min-width:520px) {
    .home_floor--header {
        margin-bottom: 2.5%
    }
}

.home_floor--title {
    padding-right: 45px;
    padding-left: 45px
}

.home_floor--title_main {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #b2ac9f;
    letter-spacing: .1rem;
    font-size: 1.5rem
}

@media screen and (min-width:520px) {
    .home_floor--title_main {
        font-size: 1.75rem
    }
}

.home_floor--title_sub {
    display: block;
    font-weight: 500;
    font-size: .8125rem
}

@media screen and (min-width:520px) {
    .home_floor--title_sub {
        font-size: .875rem
    }
}

.home_floor--body_image {
    padding-right: 4%;
    padding-bottom: 20px;
    padding-left: 4%
}

.home_floor--body_image img {
    display: block;
    width: 100%;
    height: auto
}

.home_floor--annotations,
.home_floor--body_image_adjust {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.home_floor--annotations {
    padding-right: 4%;
    padding-left: 4%;
    margin-bottom: 20px
}

.home_floor--annotation {
    position: relative;
    display: block;
    padding-left: 10px;
    line-height: 1.375;
    letter-spacing: 0;
    font-size: .5625rem
}

.home_floor--annotation:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "※"
}

.home_floor--button_box {
    padding-top: 16px;
    text-align: center
}

@media screen and (min-width:520px) {
    .home_floor--button_box {
        padding-top: 24px
    }
}

.home_floor--button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 290px;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
    background-color: #a59174;
    border-radius: 3px
}

.home_floor--button:active,
.home_floor--button:hover,
.home_floor--button:link,
.home_floor--button:visited {
    color: #fff;
    text-decoration: none
}

@media screen and (min-width:992px) {
    .home_floor--button {
        height: 64px;
        transition-duration: .3s
    }

    .home_floor--button:hover {
        opacity: .8
    }
}

.home_floor--body_footer {
    text-align: center
}

.home_position {
    padding: 0 30px;
    margin-bottom: 0
}

@media screen and (min-width:520px) {
    .home_position {
        margin-bottom: 0
    }
}

.home_position--header {
    margin-bottom: 6.5%;
    text-align: center
}

@media screen and (min-width:520px) {
    .home_position--header {
        margin-bottom: 50px
    }
}

.home_position--title {
    padding-right: 45px;
    padding-left: 45px
}

.home_position--title_main {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #b2ac9f;
    letter-spacing: .1rem;
    font-size: 1.5rem
}

@media screen and (min-width:520px) {
    .home_position--title_main {
        font-size: 1.75rem
    }
}

.home_position--title_sub {
    display: block;
    font-weight: 500;
    font-size: .8125rem
}

@media screen and (min-width:520px) {
    .home_position--title_sub {
        font-size: .875rem
    }
}

.home_position--lead {
    margin-top: 8%;
    font-weight: 500;
    color: #b2ac9f;
    letter-spacing: .1rem;
    font-size: 1.3125rem
}

.home_position--lead + p {
    margin-top: 30px;
    font-size: .75rem
}

@media screen and (min-width:520px) {
    .home_position--lead {
        margin-top: 50px;
        font-size: 1.75rem
    }

    .home_position--lead + p {
        font-size: 1rem
    }
    
}

.home_position--body_map {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.home_position--body_map img {
    width: 100%;
}

.home_access--adjust {
    padding: 0 !important;
}

@media screen and (min-width:640px) {
    .home_access--adjust {
        padding: 0 !important;
    }
}

.home_access--adjust {
    padding: 0 !important;
}

@media screen and (min-width:640px) {
    .home_access--adjust {
        padding: 0 !important;
    }
}

.home_position--body_map_footer {
    margin-top: 5px;
    font-size: .75rem
}

@media screen and (min-width:640px) {
    .home_position--body_map_footer {
        font-size: .8125rem
    }
}

.home_position--annotations {
    display: none;
    /* width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto */
}

.home_position--button_box {
    padding-top: 16px;
    text-align: center
}

@media screen and (min-width:520px) {
    .home_position--button_box {
        padding-top: 24px
    }
}

.home_position--button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 290px;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
    background-color: #a59174;
    border-radius: 3px
}

.home_position--button:active,
.home_position--button:hover,
.home_position--button:link,
.home_position--button:visited {
    color: #fff;
    text-decoration: none
}

@media screen and (min-width:992px) {
    .home_position--button {
        height: 64px;
        transition-duration: .3s
    }

    .home_position--button:hover {
        opacity: .8
    }
}

.home_access {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6% 8%;
    background-color: #F8F8F8;
    box-sizing: border-box;
}

.home_access--title {
    text-align: center;
}

.home_access--title_main {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #929e6d;
    letter-spacing: .1rem;
    font-size: 1.5rem
}

.home_access--title_sub {
    display: block;
    font-weight: 500;
    font-size: .8125rem
}

.home_access--intro {
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
    color: #929e6d;
    letter-spacing: .1rem;
    font-size: 1.3125rem;
    line-height: 1.1;
}

@media screen and (min-width: 640px) {
    .home_access {
        padding: 65px 80px;
    }

    .home_access--title_main {
        font-size: 1.75rem
    }

    .home_access--title_sub {
        font-size: .875rem
    }

    .home_access--intro {
        font-size: 1.75rem
    }
}

.home_access--body {
    margin-top: 6%;
}

@media screen and (min-width:769px) {
    .home_access--body {
        margin-top: 50px;
    }
}

.home_access--body img {
    display: block;
    width: 100%;
    height: auto;
}

.home_access--route {
    margin-top: 8%;
}

.home_access--route_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}

.home_access--route_list_child span {
    display: block;
}

.home_access--route_list_child span:nth-of-type(2) {
    margin-top: 15px;
}

.home_access--route_list span img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    .home_access--route {
        margin-top: 80px;
    }

    .home_access--route_list {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px;
    }

    .home_access--route_list_child span:nth-of-type(2) {
        margin-top: 20px;
    }
}

.home_access--annotations {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    position: relative;
    margin-top: 15px;
    line-height: 1.375;
    letter-spacing: 0;
    font-size: .5625rem;
}

.home_access--annotations small {
    display: block;
}

.home_design {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 8% 12%;
    box-sizing:border-box;
}

@media screen and (min-width:769px) {
    .home_design {
        padding: 0 80px 50px;
    }
}

.home_design--header {
    margin-bottom: 6.5%;
    text-align: center
}

@media screen and (min-width:520px) {
    .home_design--header {
        margin-bottom: 50px
    }
}

.home_design--title {
    padding-right: 45px;
    padding-left: 45px
}

.home_design--title_main {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #b2ac9f;
    letter-spacing: .1rem;
    font-size: 1.5rem;
}

@media screen and (min-width:520px) {
    .home_design--title_main {
        font-size: 1.75rem
    }
}

.home_design--title_sub {
    display: block;
    font-weight: 500;
    font-size: .8125rem
}

@media screen and (min-width:520px) {
    .home_design--title_sub {
        font-size: .875rem
    }
}

.home_design--body_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.home_design--body_grid picture img {
    width: 100%;
    height: auto;
}

@media screen and (min-width:640px) {
    .home_design--body_grid {
        grid-template-columns: 45% auto;
        gap: 50px;
    }
}

.home_design--lead {
    font-weight: 500;
    color: #b2ac9f;
    letter-spacing: .1rem;
    font-size: 1.3125rem;
    line-height: 1.1;
}

.home_design--lead + p {
    margin-top: 6%;
    font-size: .75rem
}

@media screen and (min-width:520px) {
    .home_design--lead {
        font-size: 1.75rem
    }

    .home_design--lead + p {
        margin-top: 25px;
        font-size: 1rem
    }   
}

.main .main--bottom_conversion {
    background-color: transparent;
}

.main .main--bottom_conversion .main--bottom_conversion_adjust {
    padding-top: 7.5%;
    padding-bottom: 7.5%;
}

@media screen and (min-width:640px) {
    .main .main--bottom_conversion .main--bottom_conversion_adjust {
        padding-top: 0;
    }
}


/* PC時はzoomボタンを非表示 */
@media screen and (min-width: 640px) {
    .button--zoom {
        display: none !important;
    }
}

.sp_none {
    display: none;
}

@media screen and (min-width: 640px) {
    .sp_none {
        display: block;
    }
}