@charset "UTF-8";

body {
    background: #fff;
}

#mainmenu {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-----------------------------------------------------

  animation

-----------------------------------------------------*/
/* スクロール画像アニメーション */

#mainmenu .fade-img {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    transition: transform 2s, opacity 1.2s;
    transition-delay: 0s;
}

#mainmenu .fade-img.left {
    transform: translate3d(-20%, 0, 0);
}

#mainmenu .fade-img.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#mv-area {
    height: 1215px;
    background-image: url(../img/mv_bg.png);
    background-size: 100% 100%;
}

#mv-area .animation01 {
    padding-top: 61px;
}

#mv-area .animation02 {
    padding-top: 54px;
}

#mv-area .inner:nth-child(1) {
    padding: 0 12.179% 0 7.051%;
}

#mv-area .inner:nth-child(2) {
    padding: 0 6.5% 0 8.205%;
}

@media only screen and (max-width: 940px) {
    #mv-area {
        height: 129.33vw;
    }

    #mv-area .animation01 {
        padding-top: 6.4893vw;
    }

    #mv-area .animation02 {
        padding-top: 5.7447vw;
    }
}

.pref_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pref_label {
    font-size: 36px;
    font-weight: bold;
}

@media only screen and (max-width: 940px) {
    .pref_block {
        gap: 1.03vw;
    }

    .pref_label {
        font-size: 3.85vw;
    }
}

.pref_select {
    width: 100%;
    height: 84px;
    border-radius: 18px;
    background-color: #fff;
    cursor: pointer;
    font-size: 36px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    color: #000;
}

.pref_select_wrap {
    position: relative;
}

.pref_select_wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 33px;
    width: 36px;
    height: 36px;
    margin: auto;
    border: 4px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg);
    pointer-events: none;
    z-index: 1;
}

@media only screen and (max-width: 940px) {
    .pref_select {
        height: 8.97vw;
        border-radius: 1.92vw;
        font-size: 3.85vw;
        padding: 0 2.56vw;
    }

    .pref_select_wrap::after {
        top: 1.54vw;
        right: 3.46vw;
        width: 3.85vw;
        height: 3.85vw;
        margin: auto;
        border-width: 0.38vw;
    }
}

.area_block {
    width: 100%;
    background-color: #221815;
    border-radius: 14px;
    margin-top: 36px;
}

.area_block a {
    height: 106px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    gap: 24px;
}

.area_block a img {
    width: 48px;
}

@media only screen and (max-width: 940px) {
    .area_block {
        margin-top: 3.85vw;
        border-radius: 1.54vw;
    }

    .area_block a {
        height: 11.28vw;
        font-size: 3.85vw;
        gap: 2.56vw;
    }

    .area_block a img {
        width: 5.13vw;
    }
}

.area_block.disabled {
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
}

.area_block.disabled a {
    color: #000;
}

.pref_block.disabled .pref_select {
    opacity: 0.6;
}

.pref_block .pref_select,
.area_block,
.area_block a {
    transition: 0.3s;
}

.freeword_block {
    background-color: #fff;
    height: 108px;
    margin-top: 36px;
    border-radius: 22px;
}

@media only screen and (max-width: 940px) {
    .freeword_block {
        height: 11.54vw;
        margin-top: 3.85vw;
        border-radius: 2.31vw;
    }
}

.input_keyword {
    width: 100%;
    padding: 29px !important;
    border: none;
    outline: none;
    font-size: 42px;
    box-sizing: border-box;
    background: transparent;
    height: 100%;
}

.input_keyword::placeholder {
    color: #000;
    font-size: 42px;
    text-align: center;
}

@media only screen and (max-width: 940px) {
    .input_keyword {
        font-size: 4.49vw;
        padding: 3.08vw !important;
    }

    .input_keyword::placeholder {
        font-size: 4.49vw;
    }
}

.lp_search_container {
    padding: 36px 78px 42px;
    background-color: #F1C510;
}

@media only screen and (max-width: 940px) {
    .lp_search_container {
        padding: 3.85vw 8.33vw 4.49vw;
    }
}

.ttl_01 {
    width: 780px;
    margin: 0 auto;
}

@media only screen and (max-width: 940px) {
    .ttl_01 {
        width: 82.95vw;
    }
}

.search_form_block {
    margin-top: 48px;
}

@media only screen and (max-width: 940px) {
    .search_form_block {
        margin-top: 5.13vw;
    }

}

.btn_block {
    margin-top: 48px;
}

.btn_search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 386px;
    height: 112px;
    margin: 0 auto;
    background-color: #C8311D;
    color: #fff;
    font-weight: bold;
    font-size: 52px;
    border-radius: 52px;
    text-decoration: none;
}

@media only screen and (max-width: 940px) {
    .btn_block {
        margin-top: 5.13vw;
    }

    .btn_search {
        width: 41.03vw;
        height: 11.92vw;
        font-size: 5.51vw;
        border-radius: 5.51vw;
    }
}

@media only screen and (min-width: 1024px) {
    .btn_search {
        transition: opacity .3s;
    }

    .btn_search:hover {
        opacity: .5;
    }
}

.ttl_02 {
    width: 337px;
    margin: 169px auto 0;
}

@media only screen and (max-width: 940px) {
    .ttl_02 {
        width: 35.90vw;
        margin-top: 17.95vw;
    }
}

.search_list_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 60px 0 60px;
}

.ttl_top_line {
    font-size: 52px;
    position: relative;
}

.search_length_txt {
    text-align: right;
    margin-left: auto;
    font-size: 36px;
}

.search_length_txt .search_length {
    padding: 0 5px;
    font-weight: bold;
    font-size: 52px;
}

@media only screen and (max-width: 940px) {
    .search_list_flex {
        padding: 6.38vw 6.38vw 0 6.38vw;
    }

    .ttl_top_line {
        font-size: 5.51vw;
    }

    .search_length_txt {
        font-size: 3.85vw;
    }

    .search_length_txt .search_length {
        font-size: 5.51vw;
        padding: 0 0.53vw;
    }
}

.shop_list_simple {
    list-style: none;
    padding: 0;
    background-color: #fff;
    padding: 80px;
}

.shop_list_simple li {
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.shop_list_simple li:last-child {
    margin-bottom: unset;
}

.shop_list_simple a {
    display: block;
    color: #333;
    transition: background-color 0.2s;
    font-size: 36px;
    width: 80%;
}

.zero_area {
    padding: 80px;
    font-size: 36px;
    line-height: 1.5;
}

@media only screen and (max-width: 940px) {
    .shop_list_simple {
        padding: 8.5vw;
    }

    .shop_list_simple li {
        margin-bottom: 3.19vw;
        padding-bottom: 3.19vw;
    }

    .shop_list_simple a {
        font-size: 3.83vw;
    }

    .zero_area {
        padding: 3.19vw;
        font-size: 3.83vw;
    }
}

@media only screen and (min-width: 1024px) {
    .shop_list_simple a {
        transition: opacity .3s;
    }

    .shop_list_simple a:hover {
        opacity: .5;
    }
}

.shop_head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.shop_icon {
    width: 85px;
    height: 85px;
    margin-right: 20px;
    flex-shrink: 0;
}

.shop_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.shop_body {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.icon_bland_detail {
    width: 60px;
    height: 60px;
    margin-left: 20px;
}

@media only screen and (max-width: 940px) {
    .shop_head {
        margin-bottom: 1.60vw;
    }

    .shop_icon {
        width: 9.07vw;
        height: 9.07vw;
        margin-right: 2.13vw;
    }

    .shop_title {
        font-size: 1.91vw;
    }

    .shop_body {
        gap: 2.66vw;
    }

    .icon_bland_detail {
        width: 6.38vw;
        height: 6.38vw;
        margin: auto;
    }
}

.access_area {
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.access_label {
    display: inline-block;
    vertical-align: middle;
    background-color: #F7F5F4;
    margin-right: 20px;
    padding: 3px 1em;
    font-size: 25px;
}

.access_area .access_label {
    white-space: nowrap;
}

.access_text {
    font-size: 25px;
    color: #555;
    line-height: 1.5;
}

.distance_area {
    font-size: 25px;
    text-align: left;
}

@media only screen and (max-width: 940px) {
    .access_area .access_label {
        margin-right: 2.13vw;
        padding: 0.32vw 1em;
        font-size: 2.66vw;
    }

    .access_text {
        font-size: 2.66vw;
    }

    .distance_area {
        font-size: 2.66vw;
    }
}

@media only screen and (max-width: 600px) {
    .shop_body {
        flex-direction: column;
        align-items: flex-start;
    }

    .access_area {
        max-width: 100%;
    }

    .distance_area {
        width: 100%;
    }
}

/* end */
#mv-area.end {
    position: relative;
}

#mv-area.end .close {
    position: absolute;
    top: 48.5%;
    left: 50.5%;
    width: 36.5%;
    transform: translate(-50%, -50%);
    z-index: 2;
}