@charset "UTF-8";
/* ----------------------------------------------------
main
------------------------------------------------------- */

.main {
    padding: 0 0 0 0;
    width: 100%;
    /*    max-width: 1920px;*/
    height: auto;
    text-align: right;
    padding-top: 107px;
    padding-bottom: 20px;
}

.main img {
    width: 100%;
}

.main_p_wrap {
    padding-top: 160px;
    background: url("../img/bk-main.svg") no-repeat left top;
    background-size: 40%;
    background-attachment: fixed;
    position: relative;
}

h2.top-hl {
    font-size: 3vmin;
    font-weight: 900;
}

.main-pic {
    width: 90%;
    max-width: 600px;
    margin: 0 0 0 20px;
}

.main_ttl {
    text-align: right;
    font-size: 9vmin;
    color: #464646;
    padding-right: 30px;
}

.sub_ttl {
    font-size: 2.5vmin;
    color: #464646;
    padding-right: 30px;
}

.main_p {
    text-align: center;
    font-size: 2.5vmin;
    line-height: 2.0;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}

.main_p_wrap p {
    line-height: 1.5;
    margin-bottom: 1vw;
}

.main_p_wrap .logo {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 1%;
    width: 18%;
    max-width: 230px;
}

/* ----------------------------------------------------
contents
------------------------------------------------------- */
.wrap-business {
    margin: -80px 0 80px 0;
    padding: 180px 0 0;
}

.hl-rb {
    border-right: solid thin;
    padding: 20px 10px 20px 0;
    margin-right: 10px;
}

.content_ttl {
    font-size: 1.0rem;
    margin: 0 0 40px;
    padding-top: 30px;
    text-align: center;
}

.content {
    margin: 0 auto;
    /* 外枠の大きさ */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-txt {
    line-height: 200%;
    text-align: left;
    padding-left: 30px;
}

.business-txt p {
    padding-bottom: 20px;
}

.business-txt h2 {
    margin-bottom: 45px;
    color: #464646;
}

/* 事業内容 */
.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* 記事折り返し設定 */
    padding: 10px;
    background: url("../img/bk-menu.jpg");
    background-size: contain;
    width: 100vmin;
}

.svitem {
    width: calc(100% / 4);
    height: auto;
    padding: 5px;
    aspect-ratio: 1;
    display: flex;
    transition: 1.0s;
}

.svitem a {
    line-height: 150%;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.svitem:hover {
    opacity: 0.5;
}

.svitem .in-line {
    border: solid thin #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    ;
}

.svitem .in-line a {
    color: #fff;
    font-weight: 900;
    padding: 5px
}

.svitem .in-white {
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.svitem .in-out {
    background: rgba(99, 99, 99, 0.8);
    width: 100%;
}

.sv-title {
    font-size: 3vmin;
    ;
    font-weight: bold;
    margin-bottom: 10px;
}

.svitem .in-white a {
    font-weight: 900;
}

.svitem .in-out a {
    font-weight: 900;
    color: rgba(142, 142, 142, 0.68);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sv-btn {
    background: #346C8E;
    color: #fff;
    margin-top: 20px;
    width: 200px;
    text-align: center;
    position: relative;
    height: 50px;
    transition: 1.0s;
}

.sv-btn:hover {
    opacity: 0.5;
}

.sv-btn_mc {
    background: rgba(67, 67, 67, 1.00);
    color: #fff;
    margin-top: 20px;
    width: 200px;
    text-align: center;
    position: relative;
    height: 50px;
}

.sv-btn .inner {
    background: #467693;
    clip-path: polygon(50% 0%, 60% 50%, 50% 100%, 0% 100%, 0 50%, 0% 0%);
    width: 100%;
    height: 100%;
}

.btn-txt {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    height: 50px;
}

.btn-txt::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.sv-btn_mc .btn-txt::before {
    border-top: none;
    border-right: none;
}

.btn-txt a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 18px 0;
}

/* 販売内容 */
.wrap-sales {
    background: #467693;
    padding: 40px 20px;
    margin-bottom: 60px;
}

.sales-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sales-contents h2 {
    color: #fff;
}

.sales-bana {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    justify-content: space-between;
}

.sales-b01 {
    background: url("../img/bk-list01.jpg");
    height: 120px;
    max-width: 400px;
    width: 45%;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.sales-b02 {
    background: url("../img/bk-list02.jpg");
    height: 120px;
    max-width: 400px;
    width: 45%;
    margin-left: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sales-b01 a,
.sales-b02 a {
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
}

.sales-b02:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sales-box {
    padding: 10px;
    background: rgba(255, 255, 255, 0.80);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;
    line-height: 150%;
    /*アニメーション*/
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(1, 1);
    transform-origin: center;
    transition: all .3s ease-out;
}

.sales-box:hover {
    opacity: 0.5;
}


/* 事業内容詳細*/
.sv-list {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    margin: 0 0 90px 0
}

.sv-list_second {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    margin-bottom: 60px;
}

.sv-txt p,
.sv-txt_second p {
    line-height: 150%;
}

.sv-txt {
    padding: 80px 0 80px 190px;
    background: url("../img/bk-svtxt.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 60%;
    margin-bottom: -30px;
}

.sv-txt_second {
    padding: 80px 0 80px 30px;
    background: url("../img/bk-svtxt.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 60%;
    margin-top: 30px;
}

.sv-pic {
    z-index: 0;
    width: 49%;
}

.sv-pic img {
    width: 100%;
}

.sv-logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.sv-logo span {
    font-weight: 900;
    padding-left: 10px;
}

.sv-logo .txt {
    font-size: 24px;
    padding: 0;
}

.sv-logo .txt .lrg {
    font-size: 60px;
    padding: 0;
    display: inline-block;
    font-family: 'Noto Sans JP', '游ゴシック体', Yu Gothic, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 400;
}

.sv-logo .txt .normal {
    font-size: 16px;
}

.after {
    order: 2;
    margin-left: -160px;
}

.info-pic {
    float: right;
    width: 150px;
}

.info-pic-txt {
    display: flex;
    flex-wrap: nowrap;
}


/* ----------------------------------------------------
info
------------------------------------------------------- */
.info {
    margin: 50px auto;
    padding: 30px;
}

.info_ttl {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem,
}

.info-txt {
    height: 305px;
}

.info_w {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.info_w .inner {
    background: #fff;
    border-radius: 8px;
}

.info_p {
    line-height: 150%;
    font-size: 16px;
    height: 140px
}

.info_w article {
    width: calc(100% / 4);
    border-right: solid thin;
    padding: 15px 20px;
    transition: 1.0s;
}

.info_w article:nth-of-type(4n) {
    border-right: none;
}

.info_w article:hover {
    opacity: 0.5;
}

article img {
    width: 100%;
}

.info-txt dt {
    font-size: 20px;
    display: block;
    font-weight: bold;
    width: 100%;
    height: 100px;
    border-bottom: solid thin;
    margin-bottom: 10px;
}

.info_w .inner article dl dt strong {
    display: block;
    margin: 0 auto 10px;
}

.notice-box span {
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #000;
    font-size: 16px;
    padding: 0 6px;
}

.btn-info {
    background: #346C8E;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.btn-info .inner {
    background: #212121;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.btn-info .btn-txt {
    position: absolute;
    z-index: 1;
    margin: 0;
    left: 0;
    right: auto;
    height: 50px;
    padding-left: 10px;
    width: 100%;
    padding-top: 18px;
    text-align: left;
}

.btn-info .btn-txt::before {
    content: "";
    margin: auto;
    position: absolute;
    border-top: none;
    border-right: none;
}

.info-txt span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6rem;
    margin: 5px auto 10px;
}

.info_app {
    margin-top: 0;
    text-align: right;
}

.info_app a {
    color: #000;
}

/* ----------------------------------------------------
W：〜1280
------------------------------------------------------- */
@media screen and (max-width: 1280px) {
    .svitem {
        font-size: 1.15vw;
    }

}

/* ----------------------------------------------------
W：〜1000
------------------------------------------------------- */
@media screen and (max-width: 1000px) {

    /* ----------------------------------------------------
main
------------------------------------------------------- */

    .main {
        width: 100%;
        /*    max-width: 1920px;*/
        height: auto;
        text-align: right;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .main img {
        width: 100%;
    }

    .main_p_wrap {
        padding-top: 20vw;
        background: url(../img/bk-main.svg) no-repeat left top 80px;
        background-size: 70%;
        background-attachment: fixed;
        margin-top: 0;
    }

    h2.top-hl {
        font-size: 6vmin;
        font-weight: 900;
        text-align: center;
    }

    .main-pic {
        width: 90%;
        max-width: 600px;
        margin: 0 0 0 20px;
    }

    .main_ttl {
        text-align: right;
        /* font-size: 6vmin; */
        color: #464646;
        padding-right: 10px;
    }

    .sub_ttl {
        font-size: 3vmin;
        color: #464646;
        padding-right: 10px;
        padding-bottom: 40px;
    }

    .main_p {
        text-align: center;
        font-size: 2.5vmin;
        line-height: 2.0;
        text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
    }

    .main_p_wrap p {
        line-height: 1.5;
        margin-bottom: 1vw;
    }

    /* ----------------------------------------------------
contents
------------------------------------------------------- */
    .wrap-business {
        margin: 40px 0;
        padding-top: 0;
    }

    .hl-rb {
        border-right: none;
        padding: 0;
        margin-right: 0px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: block;
        border-bottom: solid thin;
    }

    .content_ttl {
        font-size: 1.0rem;
        margin: 0 0 40px;
        padding-top: 30px;
        text-align: center;
    }

    .content {
        margin: 0 auto;
        /* 外枠の大きさ */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .business-txt {
        line-height: 200%;
        text-align: left;
        padding: 0 10px;
    }

    .business-txt p {
        padding-bottom: 20px;
        text-align: justify;
    }

    .business-txt h2 {
        margin-bottom: 20px;
        color: #464646;
    }

    /* 事業内容 */
    .container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* 記事折り返し設定 */
        padding: 10px;
        background: url("../img/bk-menu.jpg");
        background-size: contain;
        width: 100vmin;
    }

    .svitem {
        width: calc(100% / 2);
        height: auto;
        padding: 5px;
        display: flex;
        font-size: 14px;
    }

    .svitem a {
        line-height: 150%;
    }

    .svitem .in-line {
        border: solid thin #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 0 5px;
    }

    .svitem .in-line a {
        color: #fff;
        font-weight: 900;
    }

    .svitem .in-white {
        background: rgba(255, 255, 255, 0.80);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 0 5px;
    }

    .sv-title {
        font-size: 5vmin;
        ;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 150%;
    }

    .svitem .in-white a {
        font-weight: 900;
    }

    .sv-btn {
        background: #346C8E;
        color: #fff;
        margin: 20px auto 0 auto;
        width: 200px;
        text-align: center;
        position: relative;
        height: 50px;
    }

    .sv-btn_mc {
        background: rgba(67, 67, 67, 1.00);
        color: #fff;
        margin: 20px auto 0 auto;
        width: 200px;
        text-align: center;
        position: relative;
        height: 50px;
    }

    .sv-btn .inner {
        background: #467693;
        clip-path: polygon(50% 0%, 60% 50%, 50% 100%, 0% 100%, 0 50%, 0% 0%);
        width: 100%;
        height: 100%;
    }

    .btn-txt {
        position: absolute;
        z-index: 1;
        margin: auto;
        left: 0;
        right: 0;
        height: 50px;
    }

    .btn-txt::before {
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }

    .btn-txt a {
        display: block;
        width: 100%;
        color: #fff;
        padding: 18px 0;
    }

    /* 販売内容 */
    .wrap-sales {
        background: #467693;
        padding: 40px 20px;
        margin-bottom: 60px;
    }

    .sales-contents {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .sales-contents h2 {
        color: #fff;
    }

    .sales-bana {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        width: auto;
    }

    .sales-b01 {
        background: url("../img/bk-list01.jpg");
        height: 110px;
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .sales-b02 {
        background: url("../img/bk-list02.jpg");
        height: 110px;
        width: 100%;
        margin-left: 0;
    }

    .sales-b01 a,
    .sales-b02 a {
        padding: 15px;
        display: block;
        width: 100%;
        height: 100%;
    }

    .sales-box {
        padding: 10px;
        background: rgba(255, 255, 255, 0.80);
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        font-size: 1.2rem;
        text-align: center;
        line-height: 150%;
    }

    /* 事業内容詳細*/
    .sv-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        align-items: flex-end;
        margin: 0 0 60px 0;
    }

    .sv-list_second {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: relative;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .sv-txt p,
    .sv-txt_second p {
        line-height: 150%;
        text-align: justify;
    }

    .sv-txt {
        padding: 10px 10px 30px 10px;
        background: url("../img/bk-svtxt.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        z-index: 1;
        width: 100%;
        margin-top: -30px;
    }

    .sv-txt_second {
        padding: 30px 10px 30px 10px;
        background: url("../img/bk-svtxt.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        z-index: 1;
        width: 100%;
        margin-top: -30px;
        text-align: justify;
        order: 3;
    }

    .sv-pic {
        z-index: 0;
        width: 60%;
        order: 1;
    }

    .sv-pic img {
        width: 100%;
    }

    .sv-logo {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .sv-logo span {
        font-weight: 900;
        padding-left: 10px;
    }

    .sv-logo .txt {
        font-size: 21px;
    }

    .sv-logo .txt .lrg {
        font-size: 37px;
        display: block;
    }

    .sv-logo .mincho {
        margin-top: 20px;
    }

    .after {
        order: 2;
        margin-left: 0;
    }

    .info-pic {
        float: right;
        width: 150px;
    }

    .info-pic-txt {
        display: flex;
        flex-wrap: nowrap;
    }


    /* ----------------------------------------------------
info
------------------------------------------------------- */
    .info {
        margin: 50px auto 0 auto;
        padding: 0px 10px 0 10px;
    }

    .info_ttl {
        color: #fff;
        text-align: center;
        margin-bottom: 40px;
        font-size: 2rem,
    }

    .info-txt {
        height: auto;
    }

    .info_w {
        display: flex;
        flex-wrap: wrap;
        margin: 40px 0;
    }

    .info_w .inner {
        background: #fff;
        border-radius: 8px;
    }

    .info_p {
        line-height: 150%;
        font-size: 16px;
        height: auto;
    }

    .info_w article {
        width: calc(100% / 1);
        border-right: none;
        padding: 15px 0px;
        border-bottom: solid thin;
    }

    .info_w article:nth-of-type(4n) {
        border-right: none;
    }

    article img {
        width: 100%;
    }

    .info-txt dt {
        font-size: 20px;
        display: block;
        font-weight: bold;
        width: 100%;
    }

    .info_w .inner article dl dt strong {
        display: block;
        margin: 0 auto 10px;
    }

    .notice-box span {
        color: #fff;
        text-align: center;
        line-height: 30px;
        background: #000;
        font-size: 16px;
        padding: 0 6px;
    }

    .btn-info {
        background: #346C8E;
        color: #fff;
        margin-top: 20px;
        width: 100%;
        text-align: center;
        position: relative;
        height: 50px;
    }

    .btn-info .inner {
        background: #212121;
        clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .btn-info .btn-txt {
        position: absolute;
        z-index: 1;
        margin: 0;
        left: 0;
        right: auto;
        height: 50px;
        padding-left: 10px;
        width: 100%;
    }

    .btn-info .btn-txt::before {
        content: "";
        margin: auto;
        position: absolute;
        border-top: none;
        border-right: none;
    }

    .btn-info .btn-txt a {
        display: block;
        width: 100%;
        color: #fff;
        padding: 18px 0;
        text-align: left;
    }

    .info-txt span {
        display: inline-block;
        font-size: 16px;
        border-bottom: 1px solid;
        line-height: 1.6rem;
        margin: 5px auto 10px;
    }

    .info_app {
        margin-top: 10px;
        text-align: right;
    }

    .info_app a {
        color: #000;
    }
}

/* ----------------------------------------------------
W：〜840
------------------------------------------------------- */
@media screen and (max-width: 840px) {}


/* ----------------------------------------------------
W：〜768
------------------------------------------------------- */
@media screen and (max-width: 768px) {}


/* ----------------------------------------------------
W：〜620
------------------------------------------------------- */

@media screen and (max-width: 480px) {
    .main_p_wrap {
        padding-top: 40px;
    }

    .main_ttl {
        font-size: 6vmin;
    }

    .main_p_wrap .logo {

        width: 23%;

        left: 3%;
    }
}



/* ----------------------------------------------------
W：〜480
------------------------------------------------------- */
@media screen and (max-width: 480px) {}

.wrap-info0 .contents {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 3%;
    border: 1px solid #C00;
    color: #C00;
}

.wrap-info0 .info-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
}

.wrap-info0 .txt {
    text-align: center;
}

.wrap-info {
    text-align: left;
    background: #467693;
    color: #FFF;
}

.wrap-info .border {
    margin-top: 1em;
    /* border-top: 1px solid; */
    /* border-bottom: 1px solid; */
    padding: 1em 0;
    margin-bottom: 1em;


}

.wrap-info .contents.d-flex {
    display: flex;
    max-width: 1240px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wrap-info p.info-icon.font-b {
    font-size: 16px;
    background-color: #fff;
    min-width: 108px;
    max-width: 108px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #EE5353;
    font-weight: bold;
    padding: 0.25em 1.25em;
    line-height: 1.75;
}

.wrap-info p.info-txt {
    max-width: 1240px;
    font-size: 18px;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    height: auto;
    line-height: 1.75;
}

summary {
    font-size: 18px;
    margin: 0 0 0.5em 0;
}

.info-img {
    padding-top: 1em;
    padding-bottom: 1em;
    min-width: 300px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .info-img {
        min-width: 100px;
        max-width: 200px;
        width: 100%;
    }

    .sp-img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .wrap-info0 .contents {
        margin-left: 20px;
        margin-right: 20px;
    }

    .wrap-info .contents.d-flex {
        display: block;
    }

    .wrap-info .border {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .wrap-info .contents.d-flex p.info-txt {
        margin-top: 1em;
        font-size: 15px;
    }

    .wrap-info .contents.d-flex .info-icon {
        text-align: center;
    }

    summary {
        text-align: left;
        font-size: 16px;
        margin-top: 0.5em;
        margin-left: 0.5em;
    }

    .wrap-info p.info-icon.font-b {
        text-align: center;
        background-color: #fff;
        max-width: 100%;
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 0em;
        color: #EE5353;
        padding: 0.25em 1.25em;
        line-height: 1.75;
    }

    .sp-img {
        padding-bottom: 1em;
        padding-right: 1em;
        padding-left: 1em;
        min-width: 200px;
        max-width: 400px;
        width: 100%;
    }

    .info-img {
        display: none;
    }
}

.al-center {
    align-items: center;
}

.shop-logo {
    max-width: 175px;
}

.shop-logo img {
    width: 100%;
}

.main.top .sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .main.top .pc {
        display: none;
    }

    .main.top .sp {
        display: inherit;
    }
}