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

@import url("https://use.typekit.net/qcx2hqk.css");

/*  */

#wrapper {
    overflow: visible;
    /* overflow-y: hidden; */
    /* contain: paint; */
}

/*  */

#wrap_kv {
    width: 100%;
    position: relative;
}

#wrap_kv div.wrap {
    width: 1190px;
    height: 672px;
    position: relative;
    overflow: visible;
    margin-inline: auto;
}

#wrap_kv p {
    font-family: alternate-gothic-atf, sans-serif;
    line-height: 1;
    font-weight: 400;
}

#wrap_kv p:nth-child(1) {
    color: #EC6C00;
    font-size: var(--fs140);
    line-height: 0.9;
}

#wrap_kv p:nth-child(1) span {
    color: #fff;
    display: block;
}

#wrap_kv p:nth-child(2) {
    color: #fff;
    font-size: var(--fs30);
    margin-top: 0.4em;
}

#wrap_kv div.inner {
    position: absolute;
    text-align: right;
    top: 290px;
    /* left: -90px; */
    left: calc(((100% - 1190px) / 2 - 82px));
    z-index: 99;
}

@media screen and (max-width: 1430px) {
    #wrap_kv div.inner {
        left: 40px;
    }
}

#wrap_kv video {
    /* width: 100%; */
    width: 1190px;
    height: auto;
}

/* @media screen and (max-width: 1190px) {
    #wrap_kv div.wrap {
        width: 100vw;
    }

    #wrap_kv video {
        width: 100%;
    }
} */


/*  */

main {
    /* width: 1200px;
    margin-inline: auto; */
    position: relative;
    z-index: 9;

    & img {
        width: 100%;
        height: auto;
    }
}

section[id^="sec_"] {
    width: 1200px;
    margin-inline: auto;
}

#container {
    width: auto;
}

/*  */

#sec_start {

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -24px;

    & h1 {
        color: #EC6C00;
        font-size: var(--fs58);
        font-weight: 700;
        line-height: 1.2;

    }

    & h1 span {
        display: inline-block;
        position: relative;

    }

    & h1 span::after {
        content: '';
        display: block;
        background-color: #fff;
        position: absolute;
        width: 120%;
        height: 150%;
        top: -25%;
        left: -10%;
        z-index: -1;
    }

    & div.txt {
        margin-top: 40px;
    }

    & div.txt p {
        font-size: var(--fs18);
        font-weight: 700;
        margin-top: 1.2em;
        line-height: 1.8;
    }

    & div.txt p:last-child {
        color: #EC6C00;
        font-size: var(--fs30);
        font-family: alternate-gothic-atf, sans-serif;
        font-weight: 400;
        margin-top: 1.4em;
    }

    & figure {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 54px;
        grid-row-gap: 54px;
    }

    & figure img {
        width: 140px;
        height: auto;
    }

    /*  */
}


/*  */

.anim-box.poyoyon2.is-animated {
    animation: poyoyon2 1s ease-in-out forwards;
}

@keyframes img_search {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        opacity: 1;
        transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

#sec_search {
    margin-top: 100px;
    /* background-color: #EC6C00; */
    color: #fff;
    text-align: center;
    position: relative;

    & #fig_start {
        width: 1200px;
        height: 497px;
        /* overflow: hidden; */
        /* position: relative; */

        contain: paint;
        position: sticky;
        top: 0;
        z-index: -1;
    }

    & #img_start {
        width: 100%;
        height: auto;
        margin-top: -66px;

        transition: all .4s ease;
        /* transform: translateY(30px); */
        opacity: 0;
    }

    & #img_start.show {
        /* transform: translateY(0); */
        opacity: 1;
    }

    & #img_search {
        display: block;
        width: 20em;
        height: 20em;
        position: absolute;
        top: 110px;
        left: 500px;
        opacity: 0;
    }

    & #img_search.show {
        opacity: 1;
        transition: all .8s ease;
        animation: img_search 0.8s ease-in-out forwards;
        animation-delay: 0.6s;
        /* animation-iteration-count: 2; */
    }

    /* & #fig_start::before {
        content: '';
        display: block;
        width: 20em;
        height: 20em;
        background-image: url(/assets_global/icons/icon_search.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 110px;
        left: 500px;
    } */

    /* & div.wrap {
        position: sticky;
        top: 0;
    } */


}

#sec_search h2 {
    font-size: var(--fs44);
    line-height: 1;
    background-color: #EC6C00;
    padding-top: 50px;
}

#sec_search h2 span {
    font-family: alternate-gothic-atf, sans-serif;
    font-size: var(--fs140);
    font-weight: 400;
    display: block;
    letter-spacing: 0.05em;
}

#sec_search h2::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/assets_global/icons/icon_search.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: visible;
    position: relative;
    top: 0.1em;
}

/*  */

#list_search {
    width: 100%;
    position: relative;
    padding-top: 166px;
    overflow: hidden;
    background-color: #EC6C00;
}

#list_search::before {
    content: '';
    width: 58px;
    height: 58px;
    border: 0px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    left: calc(50% - 29px);
    /* transform: translate(0, -50%); */

}

#ul_search {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding-bottom: 10px;
    margin-inline: auto;
}

#ul_search li {
    font-size: var(--fs26);
    font-weight: 700;
    width: calc(100% / 3);
}

#ul_search li.keyword {
    /* width: calc(100% / 3 + 5%); */
}

#ul_search li.railway {
    /* width: calc(100% / 3 + 8%); */
}

#ul_search li.school {
    /* width: calc(100% / 3 - 4%); */
}

#ul_search a {
    color: #fff;
    position: relative;
    width: 100%;
    height: 2em;

    display: inline-flex;
    justify-content: center;
    align-items: center;

}

#ul_search li.school a {
    margin-left: -3em;
}

#ul_search a::before {
    transition: 0.3s;
}

#ul_search a:hover::before {
    transform: scale(1.1);
}

#ul_search li:not(:last-child) a {
    border-right: #fff solid 1px;
}

#ul_search li a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #f2efed;
    border-top: 0;
    opacity: 1;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s;
}

#ul_search.a_hover li.current a::after {
    bottom: -48px;
}

#ul_search.a_hover li.current.hover a::after,
#ul_search li.current a::after,
#ul_search li.hover a::after {
    bottom: -24px;
}

#ul_search li.keyword a::before {
    content: '';
    display: inline-block;
    background-image: url(/assets_global/icons/icon_key.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.2em;
}

#ul_search li.railway a::before {
    content: '';
    display: inline-block;
    background-image: url(/assets_global/icons/icon_railway.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2em;
    height: 2em;
}

#ul_search li.area a::before {
    content: '';
    display: inline-block;
    background-image: url(/assets_global/icons/icon_area.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2em;
    height: 2em;
}

#ul_search li.school a::before {
    content: '';
    display: inline-block;
    background-image: url(/assets_global/icons/icon_school.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.3em;
    height: 1.5em;
    margin-right: 0.4em;
}

/*  */

#inner_search {
    /* display: flex; */
    background-color: #F2EFED;
    position: relative;
    z-index: 9;
}

/*  */

div.box_search {
    width: 1200px;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    height: 0;
    /* min-height: 100px; */
    background-color: #F2EFED;
    transition: 0.3s;
    padding: 0;

    & div.wrap {
        width: 1200px;
        position: sticky;
        top: 0;
    }
}

div.box_search p.li_search {
    display: none;
}

div.box_search.show {
    /* display: block; */
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-top: 24px;
    padding-bottom: 80px;
}

/*  */

#search_keyword {
    background-color: #F2EFED;
}

#search_keyword.show {}


div[id^="search_"] h4 {
    color: #EC6C00;
    font-size: var(--fs32);
    font-weight: 700;
}

#ul_key {
    width: 1126px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 36px;
    margin-top: 40px;
    margin-bottom: 74px;
}

#ul_key li {
    position: relative;
}

#ul_key a {
    display: block;
    text-align: left;
    min-height: 100px;
    padding-left: 118px;
}

#ul_key figure {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;

}

#ul_key figure img {
    max-width: 70%;
    max-height: 50%;
    width: auto;
    height: auto;
    transition: 0.3s;
}

#ul_key h5 {
    font-size: var(--fs24);
    font-weight: 500;
    line-height: 1;
    margin-top: 0.2em;
}

#ul_key p {
    font-size: var(--fs15);
    margin-top: 0.6em;
}

#ul_key a:hover img {
    transform: scale(1.1);
}

/*  */

div.box_search p.btn_search {
    display: inline-block;
    font-size: var(--fs24);
    font-weight: 500;
}

#search_railway p.btn_search {
    margin-top: 80px;
}

div.box_search p.btn_search a {
    color: #fff;
    background: #EC6C00;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 2.8em;
    transition-duration: .4s;
}

div.box_search p.btn_search a::after {
    content: '';
    display: inline-block;
    background-image: url(/assets_global/icons/icon_search.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.2em;
    transition-duration: .4s;
}

div.box_search p.btn_search a:hover::after {
    transform: scale(1.4);
}

div.box_search p.btn_search a:hover {
    /* transform: translate(0, -6px); */
}

/*  */

#search_railway {

    /* background-color: #f4f8ef; */

    & div.wrap img {
        width: 980px;
        height: auto;
        margin-top: 40px;
        margin-left: 40px;
    }

    & #search_sp2_con {
        display: none;
    }

    & p.btn_search {
        margin-top: 8vw;
    }

}

/* #search_school */

#search_school {

    & div.wrap {
        margin-top: 10px;
    }

    & p.btn_search {
        margin-top: 70px;
    }

    & p.btn_search a::after {
        display: none;
    }
}

#li_school {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 0 32px;
    margin-top: 26px;
}

#li_school li {}

#li_school li p {
    font-size: var(--fs32);
    font-weight: 500;
    text-align: left;
    line-height: 1;
}

#li_school li p span {
    font-size: 0.5em;
    display: block;
    font-weight: 500;
    margin-top: 0.2em;
}

#li_school li a {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #008FD7;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 314px;
    height: 100px;
    padding-left: 82px;
    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
    transition: 0.3s;
}

#li_school li a:hover {
    transform: translate(0, -6px);
}

#li_school li a::before {
    content: '';
    display: inline-block;
    background-image: url(/assets_global/icons/icon_school.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 27px;
    height: 31px;
    margin-right: 0.4em;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    z-index: 99;
}

#li_school li a::after {
    content: '';
    display: block;
    position: absolute;
    width: 67px;
    height: 100%;
    background: #77B0A8;
    /* border-radius: 5px 0px 0px 5px; */
    top: 0;
    left: 0;
    z-index: 9;
}

#li_school li:nth-child(2) a::after {
    background-color: #846397;
}

#li_school li:nth-child(3) a::after {
    background-color: #AA7782;
}

/*  */

#sec_kitchen {
    margin-top: 80px;
}

#sec_kitchen div.ttl {
    position: relative;

    & div.inner {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
        z-index: 99;
    }

    & h3 {
        font-family: alternate-gothic-atf, sans-serif;
        line-height: 1;
        font-weight: 400;
        color: #EC6C00;
        font-size: var(--fs124);
    }

    & h4 {
        font-weight: 700;
        color: #EC6C00;
        font-size: var(--fs40);
        line-height: 1.2;
        margin-top: 0.4em;
    }

}

img[src$="fig_kitchen_01.avif"] {
    width: 752px;
    height: auto;
    position: relative;
    left: -80px;
}

img[src$="fig_kitchen_02.avif"] {
    width: 290px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

#sec_kitchen div.wrap {
    margin-top: 74px;
    display: flex;
    justify-content: space-between;

    & div.fig_tiles {
        width: 592px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 56px;
        grid-row-gap: 56px;
    }

    & div.fig_tiles img {
        width: 160px;
        height: 160px;
    }

    & div.info {
        text-align: right;

        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        align-content: space-between;

    }

    & div.info p {
        font-size: var(--fs18);
        font-weight: 500;
        margin-left: auto;
    }

    & div.info .btm {
        margin-left: auto;
    }

    & div.info h5 {
        font-family: alternate-gothic-atf, sans-serif;
        font-weight: 400;
        color: #EC6C00;
        font-size: var(--fs40);
        line-height: 1;
        margin-bottom: 0.3em;
    }

}

/*  */

#sec_kitchen div.map {
    display: flex;
    justify-content: space-between;
    border: #DDDDDD solid 1px;
    margin-top: 56px;
}


#sec_kitchen div.map div.wrap {
    margin-top: 0;
    display: block;
}

#sec_kitchen div.map div.inner {
    width: 320px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#sec_kitchen div.map img {
    width: 147px;
    height: auto;
}

#sec_kitchen div.map p {
    font-size: var(--fs13);
    margin-top: 2em;
}

/*  */

section#sec_info {
    width: 1040px;
    margin-inline: auto;
    margin-top: 78px;
    text-align: center;
}

section#sec_info h3 {
    font-family: alternate-gothic-atf, sans-serif;
    font-size: var(--fs60);
    font-weight: 400;
    text-align: center;
    color: #EC6C00;
    line-height: 1;
}

ul.news_list {
    margin-top: 30px;
    border-top: #CCCCCC solid 1px;
}

ul.news_list li {
    padding: 1.6em 3em 1.6em 1em;
    border-bottom: #CCCCCC solid 1px;
    position: relative;
    text-align: left;
}

ul.news_list li a {
    display: block;
    width: 100%;
    position: relative;
}

ul.news_list li a:after {
    content: '';
    width: 1em;
    height: 1em;
    border: 0px;
    border-top: solid 2px #EC6C00;
    border-right: solid 2px #EC6C00;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -2em;
    margin-top: -3px;
    transition-duration: .4s;
}

ul.news_list li a:hover::after {
    right: -2.6em;
}

ul.news_list .date {
    font-family: alternate-gothic-atf, sans-serif;
    font-size: var(--fs18);
    color: #111;
    position: absolute;
    display: inline-block;

    /* display: flex;
    justify-content: center;
    align-items: center; */

    top: 50%;
    left: 1em;
    transform: translate(0, -50%);

}

ul.news_list .txt {
    width: 100%;
    font-size: var(--fs16);
    display: inline-block;
    padding-left: 10em;
}

#sec_info ul.news_list+p.btn {
    margin-top: 54px;
}

#sec_info ul.news_list+p.btn a {
    padding: 0.6em 3em;
}


/*  */

#sec_machi {
    width: 100%;
    overflow: hidden;
    margin-top: 96px;

    & div.ttl {
        width: 1360px;
        height: 600px;
        position: relative;
        left: -80px;

        & h3 {
            position: absolute;
            top: 12%;
            left: 50%;
            transform: translate(-50%, 0);
            z-index: 9;
        }

        & h3 img {
            width: auto;
            height: 204px;
        }

        & img[src$="fig_shirumachi.avif"] {
            display: block;
        }

    }

    & div.wrap {
        display: flex;
        margin-top: 50px;
        position: relative;

        & h4 {
            width: 144px;
            text-align: center;
            border-right: 2px dashed #0193DA;
            padding-top: 0.4em;
        }

        & h4 img {
            width: 66px;
            height: auto;
        }

        & div.inner {
            margin-left: 36px;
            text-align: center;

            display: flex;
            justify-content: space-between;
            align-items: flex-end;

        }

        & h5 {
            color: #008FD7;
            font-size: var(--fs32);
            font-weight: 700;
            line-height: 1.4;
            text-align: left;
        }

        & p.txt {
            font-size: var(--fs17);
            font-weight: 500;
            margin-top: 1.2em;
            text-align: left;
        }


        /*  */

        & div.inner div.wrap {
            display: block;
            margin-top: 0;
            position: static;
        }


        & img[src$="fig_railmap.svg"] {
            display: block;
            width: 424px;
            height: auto;
            position: absolute;
            top: 0;
            right: 0;
        }

    }

}

#photos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 26px;
    margin-inline: auto;
    margin-top: 72px;
}

#li_photos {
    display: flex;
    gap: 0 40px;
}


#li_photos li {
    width: 246px;
}

#li_photos li span {
    font-size: var(--fs14);
}

/*  */

#sec_service {
    width: 100%;
    background-color: #F2EFED;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 90px;
    margin-top: 90px;
}

#sec_service h3 {
    font-family: alternate-gothic-atf, sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #EC6C00;
    font-size: var(--fs60);
    position: relative;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#sec_service h3 span {
    display: block;
    font-family: 'YakuHanJP', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: var(--fs24);
    color: #020202;
    font-weight: 700;
    margin-top: 0.6em;
}

#sec_service h3::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/assets_global/img/icon_toko_com_white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 12px;
}

/*  */

#menu {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin-inline: auto;
    overflow: visible;
    margin-top: 60px;
}

#menu li {
    background-color: #fff;
    width: 270px;
    border-radius: 16px;
    text-align: center;
    overflow: hidden;
}

#menu li:nth-child(1) {
    overflow: visible;
}

#menu li a {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 100%;
    padding-top: 20px;
}

#menu li img {
    margin-top: auto;
    margin-inline: auto;
}

#menu li:nth-child(1) img {
    width: 114%;
    margin-left: -7%;
}

#menu li h5 {
    font-family: alternate-gothic-atf, sans-serif;
    font-weight: 400;
    color: #EC6C00;
    font-size: var(--fs48);
    line-height: 1;
}

#menu li h5 span {
    font-size: var(--fs24);
}

#menu li p {
    font-size: var(--fs16);
    margin-top: 1em;
    margin-bottom: 30px;
}

#sec_service #menu+p.btn {
    margin-top: 80px;
}

#menu li a:hover img {
    transition-duration: .4s;
    transform: scale(1.1);
}

/*  */

#sec_owners {
    display: flex;
    justify-content: space-between;
    padding-top: 94px;
    padding-bottom: 24px;

    & figure {
        margin-left: -80px;
    }

    & figure span {
        display: block;
        overflow: hidden;
    }

    & figure span img {
        width: 100%;
        height: auto;
    }

    & figure span:nth-child(1) {
        width: 512px;
        /* border-radius: 0 24px 24px 0; */
        border-radius: 24px;
    }

    & figure span:nth-child(2) {
        width: 276px;
        border-radius: 24px;
        margin-left: auto;
        margin-top: -36px;
        margin-right: -36px;
        position: relative;
        z-index: 9;
    }

    & figure span:nth-child(3) {
        width: 377px;
        /* border-radius: 0 24px 24px 0; */
        border-radius: 24px;
        margin-top: -192px;
        margin-left: -36px;
    }

    /*  */

    & figure+div.wrap {
        width: 664px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        position: relative;
    }

    & h3 {
        text-align: right;
        color: #35A36E;
        font-family: alternate-gothic-atf, sans-serif;
        font-size: var(--fs124);
        font-weight: 400;
        line-height: 1;
    }

    & h3 span {
        display: block;
        font-size: 0.33em;
    }

    & h4 {
        text-align: right;
        color: #35A36E;
        font-size: var(--fs32);
        font-weight: 700;
        line-height: 1.6;
        margin-top: 0.6em;
    }

    & h4+p {
        font-size: var(--fs18);
        font-weight: 500;
        width: 660px;
        margin-top: 2em;
        line-height: 1.8;
        margin-left: auto;
    }

    & figure+div.wrap span.fig+p {
        font-size: var(--fs18);
        font-weight: 500;
        margin-top: 2.4em;
        line-height: 1.8;
    }

    & div.btns {
        display: flex;
        justify-content: space-between;
        margin-top: 6px;

    }

    & div.btns.spv {
        display: none;
    }

    & div.btns p.kanri a {
        background-color: #35A36E;
    }

    & div.btns p.inq a {
        background-color: #8ACC48;
    }

    & div.btns p.btn:not(#photos p.btn) a {
        background-color: #9AAF19;
    }

    & div.btns p.btn:not(#photos p.btn):first-child a {
        background-color: #60993D;
    }

    /*  */

    & div.tel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }

    & div.tel.spv {
        display: none;
    }

    & div.tel h5 {
        text-align: center;
        font-size: var(--fs20);
        font-weight: 500;
        line-height: 1.2;
    }

    & div.tel div.inner {
        border-left: #35A36E solid 1px;
        padding-left: 38px;
    }

    & div.tel div.inner p {
        font-family: alternate-gothic-atf, sans-serif;
        line-height: 1;
        font-weight: 400;
        color: #999999;
        font-size: var(--fs72);
    }

    & div.tel div.inner p a {
        color: #35A36E;
    }

    & div.tel div.inner span {
        width: 100%;
        display: inline-block;
        font-size: var(--fs18);
        font-weight: 500;
        text-align: center;
    }

    /*  */

    & div.biz {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 900px;
        height: 166px;
        position: relative;
        left: -230px;
        margin-top: auto;
    }

    & div.biz h5 {
        font-size: var(--fs22);
        font-weight: 500;
        text-align: center;
        background: #F2EFED;
        border-radius: 6px;
        line-height: 1.4;
        display: inline-flex;
        justify-content: center;
        align-items: center;

        width: 218px;
        height: 100%;
    }

    & #li_biz {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 24px;
        height: 100%;
    }

    & #li_biz li:nth-child(1) {
        grid-area: 1 / 1 / 2 / 4;
    }

    & #li_biz li:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    & #li_biz li:nth-child(3) {
        grid-area: 2 / 2 / 3 / 3;
    }

    & #li_biz li:nth-child(4) {
        grid-area: 2 / 3 / 3 / 4;
    }

    & #li_biz li {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border: 3px solid #EC6C00;
        border-radius: 6px;
        padding: 0 1.4em;
        height: 62px;
    }

    & #li_biz li:nth-child(1) {
        /* padding: 0.8em 1.4em; */
        height: 80px;
    }

    & #li_biz li h6 {
        font-size: var(--fs20);
        color: #F26F20;
        font-weight: 700;
    }

    & #li_biz li p {
        font-size: var(--fs15);
        margin-left: 2em;
    }




    /*  */

}

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

    #wrap_kv {
        width: 100%;
        height: calc(100vw * 0.5647058823529412);
    }

    #wrap_kv div.wrap {
        width: 100%;
        height: 100%;
    }

    #wrap_kv video {
        width: 100%;
    }

    #wrap_kv div.inner {
        top: auto;
        left: auto;
        right: 6vw;
        bottom: -23vw;
        z-index: 99;
    }

    #wrap_kv p:nth-child(1) {
        font-size: 23.6vw;
    }

    #wrap_kv p:nth-child(1) span {
        color: #C2C2C2;
    }

    #wrap_kv p:nth-child(2) {
        color: #C2C2C2;
        margin-top: -3em;
        margin-right: 7.4em;
        font-size: 4.375vw;
        /* 14px */

    }

    /*  */

    main {
        width: 88vw;
        margin-inline: auto;
        margin-top: 30vw;
    }

    section[id^="sec_"] {
        width: 100%;
    }


    #sec_start {
        margin-top: 0;
        display: block;

        & h1 {
            font-size: 8.4375vw;
            /* 27px */
        }

        & div.txt {
            margin-top: 2vw;
        }

        & div.txt p {
            margin-top: 0;
            font-size: 4.375vw;
            /* 14px */
            font-size: 3.75vw;
            /* 12px */
        }

        & div.txt p br {
            display: none;
        }

        & div.txt p:not(:first-of-type) {
            margin-top: 1.2em;
        }

        & div.txt p:last-child {
            margin-top: 0;
            text-align: center;
            font-size: 7.5vw;
            /* 24px */
        }

        /*  */

        & figure {
            margin-top: 6vw;
            grid-column-gap: 6vw;
            grid-row-gap: 6vw;
        }

        & figure img {
            width: 23vw;
            height: auto;
        }


    }

    #sec_search {
        width: 100vw;
        margin-left: -6vw;
        margin-top: 8vw;

        & #fig_start {
            width: 100vw;
            height: calc(100vw * 0.5616666666666666);
        }

        & #img_start {
            margin-top: 0;
        }

        /* & #fig_start::before {
            width: 26vw;
            height: 26vw;
            top: auto;
            left: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-left: 5vw;
        } */

        & #img_search {
            width: 26vw;
            height: 26vw;
            top: auto;
            left: auto;
            top: calc(50% - 13vw);
            left: calc(50% - 13vw);
            /* transform: translate(-50%, -50%); */
            margin-left: 5vw;
        }

    }

    #sec_search h2 {
        font-size: 6.25vw;
        /* 20px */
        padding-top: 4vw;
    }

    #sec_search h2 span {
        font-size: 20vw;
        /* 30px */
    }

    /*  */

    #list_search {
        padding-top: 18vw;
    }

    #list_search::before {
        width: 10vw;
        height: 10vw;
        top: 6vw;
        left: 50%;
        transform: translate(-50%, -50%) rotate(135deg);

    }

    #ul_search {
        width: 100%;
        flex-direction: column;
        padding-bottom: 0;
        display: none;
    }

    #ul_search li {
        width: 100%;
        font-size: 5vw;
        /* 16px */
    }

    #ul_search li:not(.school) {
        border: none;
    }

    #ul_search a {
        height: auto;
        border-top: #fff solid 1px;
        padding: 0.6em 0;
    }

    #ul_search li.school a {
        margin-left: 0;
        padding-bottom: 0.8em;
    }

    #ul_search li.railway a::before,
    #ul_search li a::after {
        display: none;
    }

    /*  */

    div.box_search {
        width: 100%;
        display: block;
        visibility: visible;
        opacity: 1;
        height: auto;

        & div.wrap {
            width: 100%;
        }
    }

    div.box_search.show {
        padding-top: 0;
        padding-bottom: 0;
    }

    div.box_search.show .wrap.pcv,
    div.box_search .wrap {
        /* display: none; */
        visibility: hidden;
        opacity: 0;
        height: 0;
        height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    div.box_search.show .wrap {
        visibility: visible;
        opacity: 1;
        height: auto;
        padding-top: 6vw;
        padding-bottom: 10vw;
    }

    /*  */
    #search_keyword {
        padding-bottom: 0;
    }

    div[id^="search_"] h4 {
        font-size: 6.25vw;
        /* 20px */
        font-size: 5vw;
        /* 16px */
    }

    #ul_key {
        width: 88vw;
        display: block;
        margin-top: 6vw;
        margin-bottom: 6vw;
    }

    #ul_key li:not(:first-child) {
        margin-top: 4vw;
    }

    #ul_key a {
        padding-left: 24vw;
        padding-top: 0.6vw;
        min-height: initial;
        height: 20vw;
    }

    #ul_key h5 {
        font-size: 4.375vw;
        /* 14px */
        font-weight: 600;
    }

    #ul_key p {
        font-size: 3.4375vw;
        /* 11px */
    }

    #ul_key figure {
        width: 20vw;
        height: 20vw;
    }

    div.box_search p.btn_search {
        font-size: 4.375vw;
        /* 14px */
        margin-top: 8vw;
    }

    /*  */

    div.box_search p.li_search {
        display: block;
    }

    div.box_search p.li_search a {
        display: block;
        font-size: 5vw;
        /* 16px */
        color: #fff;
        border-top: #fff solid 1px;
        background-color: #EC6C00;
        padding: 0.6em 0;
    }

    div.box_search:last-child p.li_search a {
        padding-bottom: 0.8em;
    }

    /*  */

    #search_railway {
        /* #search_sp2_con */

        & #search_sp2_con {
            display: block;
            padding: 0;
            width: 88vw;
            margin-inline: auto;
            overflow: hidden;
            position: relative;

            visibility: hidden;
            opacity: 0;
            height: 0;
            transition: 0.3s;
        }

        & div.line_map {
            width: 88vw;
            padding-bottom: 5%;
            overflow: visible;
            position: absolute;
            right: -88vw;
            top: 0;
            z-index: 10;
            background-color: #fff;
            padding: 8vw 0;

        }

        & div.line_map.off {
            visibility: hidden;
        }

        & div.line_map.on {
            visibility: visible;
            height: auto;
            background-color: #f4f8ef;
        }

        & div.line_map ul {
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: 5%;
            position: relative;
            z-index: 1;
        }

        & div.line_map a {
            border: none;
            background-image: none;
            text-align: left;
            position: relative;
            background-color: #f4f8ef;
        }


        & div.line_map li {
            position: relative;
            padding-left: 60px;
            padding-bottom: 10px;
            margin-top: 0;
        }

        & div.line_map li:before {
            content: "";
            position: absolute;
            background: #EC6C00;
            top: 43%;
            left: 30px;
            margin-top: -12px;
            height: 20px;
            width: 20px;
            border-radius: 50%;
        }

        & div.line_map li.big:before {
            background: #fff;
            top: 36%;
            left: 28px;
            height: 20px;
            width: 20px;
            border: 3px solid #e8a311;
            z-index: 10;
        }

        & div.line_map li:after {
            content: '';
            width: 0;
            height: 100%;
            clear: both;
            border-left: 3px solid #EC6C00;
            position: absolute;
            top: 0;
            left: 39px;
        }

        & div.line_map li:last-child:after {
            height: 50%;
        }

        & div.line_map li.line_top {
            padding-left: 0;
            padding-bottom: 20px;
        }

        & li.line_top:before {
            display: none;
        }

        & li.line_top a {
            /* background: url("/assets_home/img/icon_arrow_left_white.png") 8% center no-repeat #EC6C00; */

            background-color: #EC6C00;
            background-image: url('/assets_home/img/icon_arrow_left_white.png');
            background-position: 5% 50%;
            background-repeat: no-repeat;

            background-size: 4% auto;
            text-align: center;
            color: #fff;

        }

        & li.line_top a:hover {
            opacity: 10;
        }

        /* #search_sp3_con */
        & ul {
            /* padding: 5%; */
            position: relative;
            z-index: 1;
        }

        & ul li {
            margin: 5% 0 0;
        }

        & ul li:first-child {
            margin: 0;
        }

        & ul li a {
            display: block;
            margin: 0;
            padding: 0.8em 0 0.8em;
            line-height: 1.2;
            border: 2px solid #EC6C00;
            border-radius: 6px;

            background-image: url('/assets_global/img/arrrow_orange.svg');
            background-position: 95% 50%;
            background-repeat: no-repeat;
            background-size: 3% auto;

            font-size: 4.375vw;
            /* 14px */
            font-size: 5vw;
            /* 16px */
            font-weight: 500;

            color: #3f3a39;
            text-align: center;
            text-decoration: none;

            position: relative;
            background-color: #fff;

        }

        & ul li a span {
            display: block;
            font-size: 1.2rem;
            line-height: 1.2;
        }
    }

    #search_railway.show {
        & #search_sp2_con {
            padding: 8vw 0;
            visibility: visible;
            opacity: 1;
            height: auto;
        }
    }

    /*  */

    #search_school {
        & div.wrap {
            margin-top: 0;
        }

        & p.btn_search {
            margin-top: 12vw;
        }
    }

    #li_school {
        flex-direction: column;
        gap: 6vw 0;
        margin-top: 6vw;
    }

    #li_school li a {
        width: 80vw;
        height: 16vw;
        padding-left: 20vw;
    }

    #li_school li p {
        font-size: 4.6875vw;
        /* 15px */
    }

    #li_school li p span {
        font-size: 0.7em;
        margin-top: 0.6em;
    }

    #li_school li a::before {
        width: 7vw;
        height: calc(7vw * 1.148148148148148);
        left: 5vw;
    }

    /*  */

    #sec_kitchen {
        width: 88vw;
        margin-top: 6vw;

        & img[src$="fig_kitchen_02.avif"] {
            display: none;
        }

        & img[src$="fig_kitchen_01.avif"] {
            width: 100%;
            left: 0;
            position: static;
            order: 0;
        }

        & div.ttl {
            display: flex;
            flex-direction: column;
        }

        & div.ttl div.inner {
            position: static;
            width: 100%;
            order: 1;
            margin-top: 2vw;
        }

        & div.ttl h3 {
            font-size: 19.3vw;
            line-height: 1;
        }

        & div.ttl h4 {
            font-size: 5vw;
            /* 16px */
            margin-top: 0;
        }

        /*  */

        & div.wrap {
            display: flex;
            flex-direction: column;
            margin-top: 6vw;

            & div.fig_tiles {
                width: 592px;
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                grid-template-rows: repeat(2, 1fr);
                grid-column-gap: 56px;
                grid-row-gap: 56px;

                order: 1;
            }

            & div.info {
                text-align: right;
                display: flex;
                align-items: flex-end;
                flex-wrap: wrap;
                align-content: space-between;

                order: 0;
                text-align: left;
            }

            & div.info p {
                font-size: 3.75vw;
                /* 12px */
                font-size: 3.4375vw;
                /* 11px */
            }

            & div.info p br {
                display: none;
            }

            & div.info div.btm {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: flex-start;
                margin-top: 5vw;
            }

            & div.info div.inner {
                width: 43vw;
                text-align: right;
            }

            & div.info h5 {
                font-size: 7.5vw;
                /* 24px */
                font-size: 6.875vw;
                /* 22px */
            }

            & div.info h5+p {
                font-size: 2.5vw;
                /* 8px */
            }

            & div.info h5+p br {
                display: block;
            }

            & img[src$="fig_kitchen_02.avif"] {
                display: block;
                position: static;
                width: 40vw;
                height: auto;
            }

            /*  */

            & div.fig_tiles {
                margin-top: 6vw;
                width: 100%;
                grid-column-gap: 6vw;
                grid-row-gap: 6vw;
            }

            & div.fig_tiles img {
                width: 24vw;
                height: 24vw;
            }

        }

        /* div.wrap */

        & div.map {
            margin-top: 6vw;
            justify-content: center;
            flex-direction: column;
            padding-bottom: 4vw;

            & iframe {
                width: 100%;
                height: 22vh;
            }

            & div.inner {
                width: 100%;
                flex-direction: row;
                margin-top: 4vw;
            }

            & div.inner img {
                width: 16vw;
                margin-inline: auto;
                margin-left: 8vw;
            }

            & div.inner p {
                margin-top: 0;
                font-size: 2.8125vw;
                /* 9px */
                /* margin-inline: auto; */
                margin-right: 8vw;
            }

        }

        /* div.map */

        /*  */
    }

    /* #sec_kitchen  */

    section#sec_info {
        width: 100%;
        margin-top: 8vw;

        & h3 {
            font-size: 12vw;
        }

        & ul.news_list {
            margin-top: 2vw;
        }

        & ul.news_list li {
            padding: 1.0em 2em 1.2em 0.2em;
            border-bottom: #CCCCCC solid 1px;
            position: relative;
            text-align: left;
        }

        & ul.news_list .date {
            font-size: 4.375vw;
            /* 14px */
            position: static;
            transform: translate(0);

        }

        & ul.news_list .txt {
            padding-left: 0;
            font-size: 3.125vw;
            /* 10px */
            font-size: 3.75vw;
            /* 12px */
        }

        & ul.news_list li a:after {
            width: 1.4em;
            height: 1.4em;
            border-top: solid 1px #EC6C00;
            border-right: solid 1px #EC6C00;
            margin-top: -1.4em;
            right: -1.8em;
        }

        & ul.news_list+p.btn {
            margin-top: 6vw;
        }

        /*  */
    }

    /* section#sec_info  */


    #sec_machi {
        margin-top: 12vw;

        & div.ttl {
            width: 100vw;
            height: auto;
            left: -6vw;
        }

        & div.ttl {
            & img[src$="fig_shirumachi.avif"] {
                display: none;
            }
        }

        & div.wrap {
            display: flex;
            margin-top: 6vw;
            position: relative;
        }

        & div.wrap {
            & h4 {
                display: none;
            }
        }

        & div.wrap {
            & div.inner {
                margin-left: 0;
                text-align: center;
                display: block;
            }
        }

        & div.wrap {
            & h5 {
                font-size: 5vw;
                /* 16px */
                font-weight: 600;
                line-height: 1.5;
            }
        }

        & div.wrap {
            & p.txt {
                font-size: 3.75vw;
                /* 12px */
            }

            & p.txt br {
                display: none;
            }
        }

        & div.wrap div.fig {
            display: flex;
            justify-content: space-between;

            margin-top: 6vw;
            width: 100%;
        }

        & div.wrap div.fig {
            & h4 {
                padding-top: 0.4em;
                width: 16vw;
                border: none;
                display: block;
            }
        }

        & div.wrap {
            & img[src$="fig_railmap.svg"] {
                position: static;
                width: 68vw;

            }
        }

        /*  */

        & #photos {
            margin-top: 8vw;
            display: block;
        }

        & #li_photos {
            gap: 6vw;
            flex-wrap: wrap;
        }

        & #li_photos li {
            width: 41vw;
        }

        & #li_photos li span {
            font-size: var(--fs14);
            font-size: 2.5vw;
            /* 8px */
            line-height: 1;
        }

        & #photos p.btn.spv {
            display: inline-block;
            margin-top: 2em;
            font-size: 3.4375vw;
            margin-top: 8vw;
        }

        & #photos p.btn.spv a {
            display: block;
            background-color: #008FD7;
            font-weight: 500;
            padding: 1em 4em;
            color: #fff;
            transition-duration: .3s;
            text-decoration: none;
            width: 100%;
            text-align: center;
            font-size: 3.75vw;
            border-radius: 0;

        }

        /*  */


    }

    /* #sec_machi */

    #sec_service {
        width: 100vw;
        margin-left: -6vw;
        margin-top: 12vw;
        padding-top: 8vw;
        padding-bottom: 14vw;
    }

    #sec_service h3 {
        font-size: 11vw;
    }

    #sec_service h3::before {
        width: 10vw;
        height: 10vw;
        margin-bottom: 2vw;
    }

    #sec_service h3 span {
        font-size: 5vw;
        /* 16px */
        margin-top: 0.4em;
    }

    #menu {
        margin-top: 8vw;
        width: 88vw;
        margin-inline: auto;
        flex-wrap: wrap;
    }

    #menu li {
        width: 40vw;
        margin-bottom: 6vw;
    }

    #menu li a {
        padding-top: 4vw;
    }

    #menu li h5 {
        font-size: 7.5vw;
        /* 24px */
        font-weight: 500;
    }

    #menu li h5 span {
        font-size: 3.75vw;
        /* 12px */
    }

    #menu li p {
        font-size: 2.5vw;
        /* 8px */
        margin-bottom: 1.8em;
    }

    #sec_service #menu+p.btn {
        margin-top: 2vw;
        width: 88vw;
    }

    /*  */

    #sec_owners {
        display: block;
        padding-top: 12vw;
        padding-bottom: 0;

        & figure+div.wrap {
            width: 664px;
            display: flex;
            flex-direction: column;
            align-content: space-between;
            position: relative;

            width: 100%;
            display: block;
        }

        & h3 {
            font-size: 19vw;
        }

        & h4 {
            font-size: 4.375vw;
            /* 14px */

        }

        & div.wrap span.fig {
            width: 94vw;
            margin-top: 4vw;
            margin-left: -6vw;
            display: block;
        }

        & div.wrap p {
            font-size: 3.75vw;
            /* 12px */
            margin-top: 1em;
        }

        & figure+div.wrap span.fig+p {
            font-size: 3.125vw;
            /* 10px */
            margin-top: 1.4em;
        }

        & figure.spv {
            margin-top: 4vw;
            margin-left: 0;
            width: 100%;
        }

        & figure span:nth-child(1) {
            width: 40vw;
            border-radius: 16px;
            margin-left: auto;
            margin-right: 2vw;
            position: relative;
            z-index: 9;
        }

        & figure span:nth-child(2) {

            width: 56vw;
            margin-right: auto;
            margin-left: 0;
            margin-top: -38vw;
            border-radius: 16px;
            position: static;
            position: relative;
            z-index: 1;
        }

        & div.tel.pcv,
        & div.btns.pcv {
            display: none;
        }

        & div.biz {
            width: 100%;
            height: auto;
            position: static;
            display: block;
            text-align: center;
            margin-top: 6vw;
        }

        & div.biz h5 {
            font-size: var(--fs22);
            font-weight: 500;
            text-align: center;
            background: #F2EFED;
            border-radius: 6px;
            line-height: 1.4;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 218px;
            height: 100%;
        }

        & div.biz h5 br {
            display: none;
        }

        & div.biz h5 {

            font-size: 4.375vw;
            /* 14px */
            font-weight: 700;
            padding: 0.8em 1.2em;
            width: auto;
            line-height: 1;
        }

        & #li_biz {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-column-gap: 16px;
            grid-row-gap: 24px;
            height: 100%;

            display: block;
            margin-top: 5vw;
        }

        & #li_biz li {
            display: inline-block;
            border: 2px solid #EC6C00;
            text-align: left;
            height: auto;
            padding: 0.4em 1.0em;
        }

        & #li_biz li:not(:first-child) {
            margin-top: 4vw;
            margin-inline: 1vw;
        }

        & #li_biz li:nth-child(1) {
            padding: 0.8em 1.0em 1.2em;
            1.0em width: 100%;
            height: auto;
        }

        & #li_biz li h6 {
            font-size: 3.75vw;
            /* 12px */
            text-align: center;
        }

        & #li_biz li p {
            font-size: var(--fs15);
            margin-left: 2em;
            font-size: 3.125vw;
            /* 10px */
            margin-left: 0;
            margin-top: 0;
        }

        & #li_biz li p br {
            display: none;
        }

        & div.btns.spv {
            display: block;
            margin-top: 3vw;
        }

        & div.btns p.btn:not(#photos p.btn) {
            margin-top: 6vw;
        }

        /*  */

        & div.tel.spv {
            margin-top: 8vw;
            display: block;
            text-align: center;
        }

        & div.tel h5 {
            display: inline-block;
            font-size: 3.75vw;
            /* 12px */
            font-weight: 600;
            border-bottom: #00B900 solid 1px;
            padding-bottom: 0.4em;
        }

        & div.tel div.inner {
            border-left: none;
            padding-left: 0;
        }

        & div.tel div.inner p {
            font-size: 13vw;
            margin-top: 2vw;

        }

        & div.tel div.inner span {
            font-size: 3.125vw;
            /* 10px */
        }


    }

    /* #sec_owners */













    /*  */






















    /*  */
}

/*  */























/*== css end ==*/