@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.l-main {
    width: 100%;
    background: #fffcf9;
}

.l-main img {
    image-rendering: -webkit-optimize-contrast;
}

.sashisyabu_mv {
    background: url(../images/sashisyabu_mv_bgimg.gif) repeat-y center;
    padding: 0 0 85px 0;
    margin: 0 auto 100px;
}

.sashisyabu_mv_img {
    width: 100%;
    margin: 0 auto;
    height: 600px;
    object-fit: cover;
}

@media (max-width: 1000px) {
    .sashisyabu_mv_img {
        height: auto;
        object-fit: content;
    }
}

.sashisyabu_mv_txt {
    width: 100%;
    max-width: 1023px;
    margin: -180px auto 0;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .sashisyabu_mv_txt {
        margin: -100px auto 0;
    }

    .sashisyabu_mv {
        padding: 0 0 40px 0;
        margin: 0 auto 60px;
    }
}

@media (max-width: 428px) {
    .sashisyabu_mv_txt {
        margin: -60px auto 0;
    }
}

.sashisyabu_rule {
    margin: 0 auto 200px;
}

@media (max-width: 428px) {
    .sashisyabu_rule {
        margin: 0 auto 100px;
    }
}

.sashisyabu_rule_img {
    width: 100%;
    max-width: 935px;
    margin: 0 auto;
    padding: 0 20px;
}

.shashisyabu_shop {
    width: 100%;
}

.sashisyabu_shop_ttl {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px;
    padding: 0 20px;
    display: block;
}

.sashisyabu_shop_list {
    max-width: 1000px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}

.sashisyabu_shop_list_item {
    width: calc(30% - 10px / 3);
    padding: 0 0 80px 0;
}

.sashisyabu_shop_list::after {
    content: "";
    display: block;
    width: calc(30% - 10px / 3);
}

.sashisyabu_shop_list img {
    width: 100%;
    margin: 0 0 15px 0;
    display: block;
    position: relative;
}

.sashisyabu_shop_list_name {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 428px) {
    .sashisyabu_shop_ttl {
        margin: 0 auto 60px;
    }

    .sashisyabu_shop_list {

        padding: 0 10px;
    }

    .sashisyabu_shop_list_item {
        width: calc(50% - 15px / 2);
        padding: 0 0 50px 0;
    }

    .sashisyabu_shop_list img {
        margin: 0 0 10px 0;
    }

    .sashisyabu_shop_list_name {
        font-size: 15px;
    }
}

.sankaku_yajirushi {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.35em 0.6em;
    border-left-color: currentColor;
    border-right: 0;
    padding: 0 8px 0 0;
}

.insyoku,
.syukuhaku,
.kouri {
    position: relative;
}

.insyoku::after,
.syukuhaku::after,
.kouri::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 90px;
    height: 37px;
    background-size: contain;
    top: -17px;
    left: -30px;
    z-index: 11;
}

.insyoku::after {
    background-image: url(../images/sashisyabu_shop_list_tag_insyoku.png);
}

.syukuhaku::after {
    background-image: url(../images/sashisyabu_shop_list_tag_syukuhaku.png);
}

.kouri::after {
    background-image: url(../images/sashisyabu_shop_list_tag_kouri.png);
}

.sashisyabu_shop_content_top.yellow {
    background: #f5c61d url(../images/sashisyabu_shop_bgimg.png) repeat;
    background-blend-mode: Soft-light;
}

.sashisyabu_shop_content_top.green {
    background: #a5cd4c url(../images/sashisyabu_shop_bgimg.png) repeat;
    background-blend-mode: Soft-light;
}

.sashisyabu_shop_content_top.pink {
    background: #f08c8d url(../images/sashisyabu_shop_bgimg.png) repeat;
    background-blend-mode: Soft-light;
}

@media (max-width: 428px) {

    .insyoku::after,
    .syukuhaku::after,
    .kouri::after {
        width: 59px;
        height: 24px;
        top: -10px;
        left: -10px;
    }
}

.sashisyabu_shop_content_top {
    position: relative;
    width: 100%;
}

.sashisyabu_shop_content_top::before {
    position: absolute;
    width: 100%;
    height: 55px;
    content: "";
    background-image: url(../images/sashisyabu_shop_content_top.png);
    background-repeat: repeat-x;
    background-position: center;
}

.sashisyabu_shop_content_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 160px 5% 40px;
}

.sashisyabu_shop_content_ttl {
    width: 100%;
    margin: 0 auto 15px;
}

.sashisyabu_shop_content_ttl_bottom_txt {
    font-size: 15px;
    text-align: center;
    padding: 0 10px 15px;
    color: #000;
}

.sashisyabu_shop_4cut {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px 0;
}

.sashisyabu_shop_4cut img {
    width: calc(50% - 5px);
    display: block;
}

.sashisyabu_shop_fukidashi {
    width: calc(100% + 5%);
    margin: 0 0 0 -5%;
    padding: 0 0 40px 0;
}

@media (max-width: 428px) {
    .sashisyabu_shop_fukidashi {
        width: 100%;
        margin: 0;
    }
}

.sashisyabu_shop_content_bottom {
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 5% 150px;
}

@media (max-width: 428px) {

    .sashisyabu_shop_content_bottom {
        padding: 50px 5%;
    }
}

.sashisyabu_shop_content_bottom_inner {
    border-left: 12px solid #09416c;
}

.sashisyabu_shop_info_ttl {
    line-height: 1.5;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0 30px;
    padding: 0 0 15px 20px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}

#nagaya .sashisyabu_shop_info_ttl:first-child {
    border-bottom: none;
    padding: 0 0 5px 20px;
}

.sashisyabu_shop_info_ttl span {
    font-size: 30px;
    font-weight: bold;
    padding: 0 30px 0 0;
    display: inline-block;
}

.sashisyabu_shop_info_ttl a {
    display: inline-block;
}

.sashisyabu_shop_content_info_table {
    font-size: 17px;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 0 30px;
}

.sashisyabu_shop_content_info_table th,
.sashisyabu_shop_content_info_table td {
    padding: 0.7em 1em;
}

.sashisyabu_shop_content_info_table td {
    line-height: 1.2;
}

.sashisyabu_shop_content_info_table th {
    padding: 0.7em 1em 0.7em 20px;
    text-align: left;
    width: 20%;
    min-width: 4em;
}

.instagram_button {
    vertical-align: baseline;
}

@media screen and (max-width:640px) {

    .sashisyabu_shop_content_info_table th,
    .sashisyabu_shop_content_info_table td {
        display: block;
        text-align: left;
    }

    .sashisyabu_shop_content_info_table th {
        padding: 0.7em 1em 0 20px;
        width: 100%;
        font-weight: bold;
    }
}

@media (max-width: 428px) {
    .sashisyabu_shop_content_bottom_inner {
        border-left: 6px solid #09416c;
    }

    .sashisyabu_shop_info_ttl {
        line-height: 1.2;
        padding: 0 0 15px 10px;
        margin: 0 0 0 10px;
    }

    #nagaya .sashisyabu_shop_info_ttl:first-child {
        padding: 0 0 5px 10px;
    }

    .sashisyabu_shop_info_ttl span {
        font-size: 22px;
        padding: 0 20px 0 0;
    }

    .sashisyabu_shop_content_info_table {
        font-size: 15px;
        margin: 0 0 0 10px;
    }

    .sashisyabu_shop_content_info_table th {
        padding: 0.7em 1em 0 10px;
    }
}


.sashisyabu_map {
    max-width: 1040px;
    margin: 0 auto 80px;
    padding: 50px 20px 0;
    text-align: center;
}

.sashisyabu_map_ttl {
    max-width: 262px;
    margin: 0 auto 40px;
}

.sashisyabu_googlemap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    height: 0;
}

.sashisyabu_googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sashisyabu_note {
    padding: 0 20px;
}

.sashisyabu_note_box {
    background-color: #fff;
    color: #d82a3a;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    max-width: 600px;
    margin: 0 auto 80px;
    padding: 30px 10px;
    border: 2px solid #d82a3a;
}

@media (max-width: 428px) {
    .sashisyabu_map_ttl {
        height: 65px;
    }

    .sashisyabu_googlemap {
        padding-top: 150%;
    }

    .sashisyabu_note_box {
        font-size: 14px;
        padding: 20px 10px;
    }
}

.sashisyabu_footer {
    background-color: #09416c;
    position: relative;
}

.sashisyabu_footer::before {
    position: absolute;
    width: 100%;
    height: 18px;
    content: "";
    background-image: url(../images/sashisyabu_footer_top.png);
    background-repeat: repeat-x;
    background-position: center;
}

.sashisyabu_footer_txt {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 38px 0 30px;
}

@media (max-width: 428px) {
    .sashisyabu_footer_txt {
        max-width: 200px;
    }
}

@media (max-width: 428px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}



.floating-return-button {
    position: fixed;
    right: 20px;
    bottom: 16px;
    z-index: 9999;

    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

@media (min-width: 1000px) {
    .floating-return-button {
        right: calc((100vw - 1000px) / 2 - 20px);
    }
}

@media (min-width: 1040px) {
    .floating-return-button {
        right: calc((100vw - 1000px) / 2 - 20px);
    }
}

.floating-return-button.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-return-button img {
    display: block;
    width: 36px;
    height: auto;
}


@media (max-width: 428px) {
    .floating-return-button img {
        width: 30px;
    }
}