@charset "utf-8";

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

.no-scroll {
    overflow: hidden;
}

/* -----------------ヘッダー----------------- */
.sakusaku-header {
    display: block;
    height: 60px;
    width: 100%;
    background-color: #fff;
    position: fixed;
}

.sakusaku-header-inner {
    position: relative;
    margin: 0 auto;
    width: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.header-box-logo {
    display: block;
    width: 88px;
    margin: 38px 6% 0 0;
}

.header-box-logo img {
    display: block;
    width: 100%;
}

.header-box-left {
    display: block;
    width: auto;
    height: 20px;
    margin: 22px 0 0 0;

}

.header-box-left-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-box-left-ul li a {
    padding: 0 15px;
    transition-duration: 0.2s;
}

.header-box-left-ul li a:hover {
    opacity: 0.7;
}

.header-box-right-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-box-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* height: 33px; */
    margin: 11px 0 0 0;
    position: absolute;
    right: 0;
}

.header-box-right-num {
    margin: 8px 12px 0 0;
}

.header-box-right-num-l {
    font-size: 26px;
    margin: 0 0 0 5px;
}

/* -----------------ヘッダー----------------- */

/* -----------------ホームメイン----------------- */
.sakusaku-main {
    padding: 60px 0 0 0;
}

.top-introduction {
    background-color: #fffbf4;
    padding: 60px 0 20px;
    height: 100%;
}

.top-introduction-box {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.right-introduction,
.left-introduction {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
}

.right-introduction {
    line-height: 2em;
    position: absolute;
    right: 88px;
}

.right-introduction p {
    padding: 20px;
    background-color: #ffffffcf;
    box-shadow: 4px 3px 4px 0px #e0e0e0;
    font-size: 19px;
}

.center-introduction {
    width: 681px;
    margin: 0 auto;
    padding: 110px 0 0 0;
}

.center-introduction img {
    width: 100%;
}

.left-introduction {
    line-height: 1.9em;
    margin: -90px 0 0 30px;
}

.left-introduction p {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.lunch-introduction {
    padding: 60px 0 0 0;
}

.lunch-introduction-box {
    width: 960px;
    margin: 0 auto;
}

.lunch-introduction-box-title {
    margin: 0 0 40px 0;
}

.lunch-introduction-box-title p {
    font-size: 20px;
}

.lunch-introduction-box-enclosure {
    width: calc(100% / 3.9);
    display: inline-block;
    margin: 0 35px 66px;
    transition-duration: 0.2s;
}

.lunch-introduction-box-enclosure:hover {
    opacity: 0.7;
}

.enclosure-img-box img {
    width: 100%;
}

.enclosure-img-box .two-stage {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.product-name {
    font-size: 14px;
}

.list-jump {
    text-align: center;
    margin: 20px 0;
}

.list-jump a {
    padding: 15px 20px;
    background-color: #7d7d7d;
    color: #fff;
    border-radius: 5px;
    transition-duration: 0.2s;
}

.list-jump a:hover {
    opacity: 0.7;
}

/* -----------------ホームメイン----------------- */

/* -----------------商品一覧メイン----------------- */
.saku-saku-list-width {
    position: relative;
}

.lunch-list-box {
    padding: 90px 0 0 0;
    margin: 0 0 120px 0;
    height: 100%;
}

.lunch-logo-box {
    width: 59px;
}

.lunch-list-text {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
}

.lunch-list-text-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}

.lunch-list-text-02,
.lunch-list-text-01,
.lunch-list-text-other {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.lunch-list-text-02 {
    margin: 0 90px 0 0;

}

.lunch-list-text-02 p {
    line-height: 1.6em;
}

.lunch-list-text-01 {
    margin: 0 30px 0 0;

}

.lunch-list-text-01 p {
    line-height: 1.7em;
}

.lunch-list-text-01 p:nth-of-type(1) {
    font-size: 23px;
}

.lunch-list-text-01 p:nth-of-type(2) {
    margin: 0 3px 0 0;
}

.lunch-list-img {
    width: 70%;
    margin: 0 auto 10px;
}

.lunch-list-img img {
    width: 100%;
}

.lunch-list-syousai {
    width: 60%;
    margin: 0 auto;
    background-color: #f3f3f3;
}

.lunch-list-syousai p {
    font-size: 13px;
    line-height: 1.5em;
    padding: 10px 15px;
}

.lunch-list-text-other p {
    font-size: 23px;
}

.lunch-list-text-other p:nth-of-type(2) {
    font-size: 17px;
}

.brink-price {
    line-height: 2em;
    width: calc(100% / 3.9);
    display: block;
}

.side-icon {
    position: absolute;
    top: 89px;
    right: 90px;
    z-index: 999999;
}

.side-icon-vis {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.2s;

}

.side-icon-sta {
    position: relative;
    top: -112px;
    right: 50px;
    margin: -460px auto 0;
}

.side-icon-inner {
    width: 42px;
    position: fixed;
}

.side-icon-inner-sta {
    position: static;
    float: right;
}

.side-icon-img-outer {
    margin: 0 0 30px 0;
}

.side-icon-img-outer-img {
    transition-duration: 0.2s;
    filter: grayscale(100%) opacity(20%);
}

.colorful-hov {
    transition-duration: 0.2s;
    filter: grayscale(0%) opacity(100%);
}

.colorful {
    transition-duration: 0.2s;
    filter: grayscale(0%) opacity(100%);
}

.side-icon-img-name-outer {
    position: absolute;
    right: -36px;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
}

.appear-hov {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.2s;
}

.appear {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.2s;
}

.img-name07 {
    top: -26px;
}

.img-name01 {
    top: 49px;
}

.img-name02 {
    top: 122px;
}

.img-name03 {
    top: 199px;
}

.img-name04 {
    top: 278px;
}

.img-name05 {
    top: 343px;
}
.img-name06 {
    top: 403px;
}

.side-icon-img-name {
    position: fixed;
    font-size: 13px;
    background-color: #707070;
    color: #fff;
    padding: 6px;
    line-height: 1.3em;
    letter-spacing: 1px;
}

/* -----------------商品一覧メイン----------------- */

/* -----------------こだわりメイン----------------- */
.commit-main-img {
    background-image: url(https://sakusaku.ohashi-michitaka.com/images/sakusaku-img/concept_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
    padding: 0;
}

.kodawari {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    width: 30px;
    margin: 0 auto 0;
    padding: 130px 0 0 0;
    font-size: 26px;
}

.commit-beginning {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    width: 420px;
    margin: 0 auto 100px;
}

.commit-beginning p {
    font-size: 16px;
    line-height: 1.7em;
}

.commit-beginning01,
.commit-beginning02 {
    margin: 0 0 0 45px;
}

.kodawari-nori,
.kodawari-kome,
.kodawari-foodstuff {
    margin: 0 0 130px 0;
}

.kodawari-text-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 40%;
}

.kodawari-text-outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: auto;
    margin: 0 auto;
}

.kodawari-img {
    width: 60%;
    display: block;
}

.kodawari-img img {
    width: 100%;
}

.kodawari-text01 {
    margin: 0 0 0 32px;
}

.kodawari-text02 {
    margin: 40px 0 0 0;
}

.list-inner-kome {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* .kodawari-img-kome {
    margin: 0 0 0 10%;
} */

.kodawari-text-box-foodstuff {
    width: 250px;
    margin: 0 auto;
}

.kodawari-text01-f {
    margin: 0 0 0 30px;
}

.kodawari-text02-f {
    margin: 0 0 0 0;
}

.list-inner-foodstuff {
    margin: 0 0 40px 0;
}

.list-inner-foodstuff-img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.foods-box {
    width: calc(100% / 3);
}

.foods-box img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

/* -----------------こだわりメイン----------------- */

/* -----------------店舗情報メイン----------------- */
.shop-info {
    padding: 130px 0 0 0;
}

.info-text-box {
    display: block;
    flex-grow: unset;
    width: 60%;
}

.info-text01 {
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.info-text01 p:nth-of-type(1) {
    width: 82px;
    margin: 0 20px 0 0;
}

.info-etc {
    margin: 0 0 20px 0;
    line-height: 1.3em;
    font-size: 15px;
}

.content-title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 37px 0;
}

.flower-icon-box {
    width: 36px;
    margin: 0 7px 0 0;
}

.content-title {
    font-size: 23px;
    margin: 10px 0 0 0;
}

.info-map {
    flex-grow: unset;
    width: 47%;
}

/* .info-map img {
    width: 100%;
} */

.map-width-size {
    width: 100%;
    height: 100%;
}

/* -----------------店舗情報メイン----------------- */

/* -----------------配達・ご注文メイン----------------- */
.delivery-area-box {
    margin: 0 0 100px 0;
}

.delivery-head-01 p {
    font-size: 15px !important;
}

.delivery-text-box {
    width: 100%;
}

.delivery-time {
    width: auto !important;
    margin: 4px 0 0 0 !important;
}

.delivery-table-box-01 {
    margin: 0 0 20px 0;
    padding: 0px 30px 7px 0;
    border-bottom: 1px solid #868686;
}

.delivery-head-01 .delivery-head-01-top p {
    background-color: #575757;
    color: #fff;
    text-align: center;
    width: 85px;
    padding: 4px;
}

.delivery-table-box p.f-area {
    background-color: unset;
}

.delivery-table-box-01 p:first-child {
    width: 90px;
    background-color: #868686;
    color: #fff;
    text-align: center;
    padding: 4px;
    margin: 0 0 7px 0;
}

.delivery-table-box-01:last-child {
    border-bottom: 0px solid #868686;
}

.delivery-table-box-01 p.delivery-etc {
    width: auto;
    text-align: left;
    color: #000;
    background-color: unset;
}

.delivery-table-box-01 p.delivery-etc02 {
    padding: 0 4px;
    margin: 0;
}

.delivery-table-box-01 p.delivery-etc02:last-child {
    font-size: 14px !important;
}

.cc-det {
    margin: 0 0 20px 0;
}

.cc-box {
    width: 350px;
}

.order-det {
    line-height: 1.4em;
}

.delivery-head-01 .tel-num {
    font-size: 20px !important;
    margin: 0 0 0 0 !important;
}

/* -----------------配達・ご注文メイン----------------- */

/* -----------------フッター----------------- */
.sakusaku-footer {
    background-color: #eeeeee;
    margin: 60px 0 0 0;
    padding: 30px 0;
}

.footer-inner {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-box-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer-box-left-ul {
    margin: 0 57px 0 0;
}

.footer-box-left-ul li {
    margin: 0 0 15px 0;
    font-size: 15px;
}

.footer-box-left-ul li a {
    transition-duration: 0.2s;
}

.footer-box-left-ul li a:hover {
    opacity: 0.6;
}

.footer-box-center-img {
    width: 52px;
    margin: 0 auto 20px;
}

.footer-box-center-img img {
    width: 100%;
}

.footer-box-center-text p:nth-of-type(1) {
    font-size: 20px;
    margin: 0 0 15px 0;
}

.footer-box-center-text p:nth-of-type(2) {
    line-height: 1.3em;
    margin: 0 0 34px 0;
}

/* -----------------フッター----------------- */

@media (max-width: 1290px) {
    .logo-c {
        transition: .3s;
    }

    .logo-c-op {
        opacity: 0.1;
        transform-origin: top left;
        transform: scale(0.6) translate(0%, 0%);
    }

    .sakusaku-header {
        height: 90px;
    }

    .header-box-logo {
        width: 70px;
        margin: 38px 1% 0 0;
    }

    .header-box-left {
        margin: 39px 0 0 0;
    }

    .header-box-right {
        margin: 6px 0 0 0;
    }

    .header-box-right-inner {
        display: block;
    }

    .header-box-time-box {
        margin: 9px 0 0 0;
    }

    .shop-info {
        padding: 190px 0 0 0;
    }
}

@media (min-width: 1025px) {
    .pc {
        display: block;
    }

    .tb {
        display: none;
    }
}

@media (max-width: 1024px) {
    header {
        background-color: unset;
        z-index: 9999;
    }

    .side-icon-hid {
        visibility: hidden;
        opacity: 0;
        transition-duration: 0.2s;
    }

    .pc {
        display: none;
    }

    .tb {
        display: block;
    }

    .sakusaku-header-tb {
        height: auto;
        position: fixed;
    }

    .sakusaku-header-inner-tb {
        position: relative;
        height: 50px;
        background-color: #fff;
    }

    .header-box-logo {
        margin: 0;
        position: absolute;
        top: 10px;
        left: 20px;
        z-index: 9999;

    }

    /* ----------------メニューボタン---------------- */
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 13px;
        top: 5px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #555;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #555;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: #ffffff;
        text-align: left;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease, visibility .6s ease;
    }

    .globalMenuSp-inner {
        position: relative;
        height: 100%;
    }

    nav.globalMenuSp ul {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 70%;
        height: 60%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 1.1em 0;
        text-decoration: none;
        position: relative;
    }

    nav.globalMenuSp ul li a::after {
        content: "";
        position: absolute;
        display: inline-block;
        right: 20px;
        width: 11px;
        height: 11px;
        border-top: solid 1px #000000;
        border-right: solid 1px #000000;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
    }

    .tb-det {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 50px auto 0;
        color: #000;
        letter-spacing: 1.2px;
        line-height: 1.5em;
        border-top: 1px solid #c1c1c1;
    }

    .tb-det-inner {
        margin: 20px auto 0;
        width: auto;
        text-align: center;
    }

    .num-large {
        font-size: 23px;
        margin: 0 0 0 6px;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        opacity: 100;
        visibility: visible;
    }

    .ios-no-scroll {
        display: none;
        width: 100%;
        height: 5px;
    }

    .ios-no-scroll-on {
        display: block;

    }

    /*---------------- メニューボタン ----------------*/


    .sakusaku-main {
        padding: 50px 0 0 0;
    }

    .top-introduction-box,
    .lunch-introduction-box,
    .footer-inner {
        width: 750px;
    }

    .right-introduction p {
        padding: 8px;
    }

    .lunch-introduction-box-enclosure {
        width: calc(100% / 2.6);
    }

    .footer-inner {
        display: block;
    }

    .lunch-list-text-02 {
        margin: 0 60px 0 0;
    }
    .kodawari-text-outer{
        width: 70%;
    }
    .kodawari-text02 {
        margin: 0 10px 0 0;
    }

    .shop-info {
        padding: 167px 0 0 0;
    }

    .info-etc {
        margin: 20px 0 20px 0;
    }

    .info-etc p {
        text-indent: -1em;
        margin: 0 0 0 1em;
    }

    .delivery-head-01 {
        margin: 0 0 20px 0;
    }
}

@media (min-width: 769px) {
    .br-768 {
        display: none;
    }

    .side-icon {
        display: block;
    }

    .pc-foods {
        display: block;
    }

    .tb-foods {
        display: none;
    }
}

@media (max-width: 768px) {
    .pc-foods {
        display: none;
    }

    .tb-foods {
        display: block;
    }

    .br-768 {
        display: block;
    }

    .header-box-logo {
        width: 57px;
    }

    .top-introduction-box,
    .lunch-introduction-box,
    .footer-inner {
        width: 95%;
    }

    .center-introduction {
        width: 90%;
    }

    .right-introduction {
        line-height: 1.7em;
        top: -10px;
        right: 38px;
    }

    .right-introduction p {
        font-size: 16px;
    }

    .left-introduction {
        line-height: 1.7em;
        font-size: 14px;
        margin: -40px 0 0 5px;
    }

    .lunch-introduction-box-enclosure {
        width: calc(100% / 2.2);
        margin: 0 2% 45px;
    }

    .product-name {
        font-size: 14px;
        line-height: 19px;
    }

    .footer-box-center-text p:nth-of-type(2) {
        font-size: 14px;
    }

    .list-introduction {
        padding: 150px 0 0 0;
    }

    .side-icon {
        display: none;
    }

    .lunch-logo-box {
        width: 40px;
    }

    .lunch-list-text {
        width: 405px;
    }

    .lunch-list-text-02 {
        margin: 0 30px 0 0;
    }

    .lunch-list-img {
        width: 405px;
    }

    .lunch-list-syousai {
        width: 75%;
    }

    .commit-main-img {
        height: 330px;
    }

    .kodawari {
        text-shadow: #cdd6db 2px 0px, #cdd6db -2px 0px, #cdd6db 0px -2px, #cdd6db 0px 2px, #cdd6db 2px 2px, #cdd6db -2px 2px, #cdd6db 2px -2px, #cdd6db -2px -2px, #cdd6db 1px 2px, #cdd6db -1px 2px, #cdd6db 1px -2px, #cdd6db -1px -2px, #cdd6db 2px 1px, #cdd6db -2px 1px, #cdd6db 2px -1px, #cdd6db -2px -1px;
    }

    .lunch-list-text-inner02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .kodawari-img {
        width: 80%;
        margin: 0 auto;
    }

    .kodawari-text-box {
        margin: 0 auto;
    }

    .kodawari-text-outer {
        margin: 15px auto 0;
        width: 100%;
    }

    .kodawari-text01 {
        margin: 0 0 0 0 !important;
    }

    .kodawari-text02 {
        margin: 0 10px 0 0 !important;
    }

    .commit-beginning {
        width: 375px;
    }

    .commit-beginning01,
    .commit-beginning02 {
        margin: 0 0 0 22px;
    }

    .foods-box img {
        width: 95%;
    }

    .list-inner-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-text-map {
        width: 100%;
    }

    .info-map {
        width: 100%;
        height: 300px;
        margin: 40px auto 0;
    }

    .delivery-head-01 {
        margin: 0 0 20px 0 !important;
    }

    .delivery-head-01:nth-of-type(2),
    .delivery-head-01:nth-of-type(3) {
        display: block;
    }

    .delivery-head-01-top-ryoukin {
        margin: 0 0 20px 0;
    }

    .cc-det {
        text-indent: -1em;
        margin: 0 0 10px 1em;
        line-height: 1.4em;
    }

    .delivery-head-01-under {
        display: flex !important;
    }

    .info-text01 p:nth-of-type(1) {
        margin: 0 10px 0 0;
    }

    .order-det-ind {
        text-indent: -1em;
        margin: 0 0 0 1em;
    }

    .tb-det {
        font-size: 14.5px;
    }

    .num-large {
        font-size: 19px;
    }
}

@media (max-width: 585px) {
    .sakusaku-main {
        margin: 0 0 0 0;
    }
}

@media (max-width: 536px) {
    .lunch-introduction-box-enclosure {
        width: calc(100% / 2.2);
        margin: 0 1% 45px;
    }
}

@media (min-width: 426px) {
    .pc-logo {
        display: block !important;
    }

    .sp-logo {
        display: none !important;
    }
}

@media (max-width: 425px) {
    .pc-logo {
        display: none !important;
    }

    .sp-logo {
        display: block !important;
    }

    .header-box-logo {
        width: 65px;
    }

    .footer-box-left-ul {
        margin: 0 30px 0 0;
    }

    .footer-box-left-ul li {
        font-size: 14px;
    }

    .lunch-logo-box {
        width: 35px;
    }
    .list-introduction-sp{
        padding: 20px 0 0 0;
    }
    .lunch-list-text {
        width: 95%;
    }

    .lunch-list-text-01 {
        margin: 0 2% 0 0;
    }

    .lunch-list-text-01 p {
        line-height: 1.5em;
    }

    .lunch-list-text-01 p:nth-of-type(1) {
        font-size: 20px;
    }

    .lunch-list-text-01 p:nth-of-type(2) {
        font-size: 16px;
    }

    .lunch-list-text-02 {
        font-size: 14px;
        margin: 0 4% 0 0;
    }

    .lunch-list-text-02 p {
        line-height: 1.5em;
    }

    .lunch-list-img {
        width: 98%;
    }

    .lunch-list-syousai {
        width: 90%;
    }

    .commit-main-img {
        height: 260px;
    }

    .kodawari {
        padding: 65px 0 0 0;
    }

    .top-introduction-box,
    .lunch-introduction-box,
    .footer-inner {
        width: 97%;
    }

    .commit-beginning {
        width: 283px;
    }

    .commit-beginning01,
    .commit-beginning02 {
        margin: 0 0 0 15px;
    }

    .commit-beginning p {
        font-size: 13.7px;
        line-height: 1.6em;
    }

    .kodawari-img {
        width: 100%;
    }

    .kodawari-text-box {
        margin: 0 0 0 50%;
    }

    .kodawari-text-box-foodstuff {
        width: 100%;
        margin: 0 0 0 -30px;
    }

    .info-text-map {
        margin: 0 auto;
        width: 92%;
    }

    .info-text01-top p {
        line-height: 2em;
    }

    .info-text01-top p:nth-of-type(1) {
        width: 30%;
        margin: 0 0 0 0;
    }

    .info-text01-top p:nth-of-type(2) {
        width: 70%;
    }

    .info-etc {
        margin: 20px 0;
        font-size: 13px;
    }

    .delivery-text-box {
        margin: 0 0 0 0;
    }

    .delivery-table-box-01 p:first-child {
        margin: 0 0 10px 0;
    }

    .content-title-box-under {
        margin: 0 0 10px 0;
    }

    .cc-box {
        width: 85%;
    }

    .cc-det {
        font-size: 15px;
    }

    .order-det-sp {
        font-size: 14px;
    }

    .p-under-width {
        width: 50px !important;
    }
}

@media (min-width: 376px) {
    .br-n-375 {
        display: block;
    }
}

@media (max-width: 375px) {
    .br-n-375 {
        display: none;
    }

    .header-box-logo {
        width: 53px;
    }

    .tb-det {
        margin: 20px auto 0;
    }

    .right-introduction {
        line-height: 1.5em;
        top: -10px;
        right: 22px;
    }

    .right-introduction p {
        font-size: 15px;
    }

    .left-introduction {
        line-height: 1.6em;
        font-size: 13px;
        margin: -40px 0 0 5px;
    }

    .product-name {
        font-size: 12.5px;
    }
}