/*# sourceMappingURL=pages.css.map */
/*テンプレート*/

.page .hero-template,
.archive .hero-template,
.single .hero-template,
.search .hero-template {
    height: 130px;
    background-position: center;
    background-size: cover;
}

.page .hero-template,
.search .hero-template {
    background-color: #e7e7e7;
}

.single .hero-template {
    background-color: #FFF;
    height: auto;
    /* padding-top: 50px; */
}

@media screen and (min-width: 768px) {
    .page .hero-template,
    .archive .hero-template,
    .single .hero-template,
    .search .hero-template {
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 200px;
        position: relative;
        background-color: #e7e7e7;
    }
    .single .hero-template {
        height: 400px;
    }
    .page .hero-template::before,
    .archive .hero-template::before,
    .single .hero-template::before,
    .search .hero-template::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    }
}

.page .hero__wrapper,
.archive .hero__wrapper,
.single .hero__wrapper,
.search .hero__wrapper {
    position: relative;
    padding-top: 70px;
    height: auto;
}

.single .hero__wrapper {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .page .hero__wrapper,
    .archive .hero__wrapper,
    .single .hero__wrapper,
    .search .hero__wrapper {
        padding-top: 145px;
    }
    .single .hero__wrapper {
        padding-top: 215px;
        position: absolute;
        bottom: 0;
    }
}
/*メニュー注釈*/

.menu-note__wrapper {
    margin-top: 16px;
}

.menu-note {
    padding: 8px;
    background-color: #f0f0f0;
    font-size: 13px;
    line-height: 1.6em;
    border-radius: 4px;
}

.menu-note--1 {
    padding: 15px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.6em;
    border-radius: 4px;
}
/*トップ MV　ボタン追加*/

.hero .hero__btn .btn {
    margin-bottom: 10px;
    width: 220px;
}

@media screen and (min-width: 768px) {
    .hero .hero__btn .btn {
        float: left;
        margin-right: 20px;
        width: 240px;
    }
}

.hero1 {
    /* background-image: url(./../img/hero-sm.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

@media only screen and (min-width: 768px) {
    .hero1 {
        /* background-image: url(./../img/hero_bg.jpg); */
    }
}

.hero1__wrapper {
    position: relative;
    padding-top: 8px;
    /* height: 43vh; */
    /* max-height: 550px; */
}

@media only screen and (min-width: 768px) {
    .hero1__wrapper {
        /* height: 53vh; */
    }
}

@media only screen and (min-width: 860px) {
    .hero1__wrapper {
        /* height: 53vh; */
    }
}

@media only screen and (min-width: 992px) {
    .hero1__wrapper {
        /* height: 62vh; */
    }
}

@media only screen and (min-width: 1165px) {
    .hero1__wrapper {
        /* height: 75vh; */
    }
}

.hero1__banner-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

@media only screen and (min-width: 768px) {
    .hero1__banner-wrapper {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: initial;
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .hero1__banner-wrapper {
        padding-top: 70px;
    }
}

.hero__banner-top {
    font-family: serif;
    letter-spacing: 2.2px;
    font-size: 23px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    background-color: rgba(255,255,255,0.8);
}

.hero__banner-top span.hero__banner-small {
    font-size: 18px;
}

@media only screen and (min-width: 640px) {
    .hero__banner-top {
        font-size: 25px;
        line-height: 1.6;
    }
    .hero__banner-top span.hero__banner-small {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .hero__banner-top {
        font-size: 30px;
    }
    .hero__banner-top span.hero__banner-small {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .hero__banner-top {
        font-size: 37px;
    }
    .hero__banner-top span.hero__banner-small {
        font-size: 32px;
    }
}

.trouble-solution {
    background-color: #43C2C7;
    padding-bottom: 50px;
    position: relative;
}

.trouble-solution:before {
    content: "";
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 0px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 36px solid #43C2C7;
    z-index: 99;
}

.feel-free-call-outer {
    background-color: #FF8F00;
    max-width: 348px;
    margin: 0 auto;
    border-radius: 45px;
    box-shadow: 0px 5px 0px 1px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 375px) {
    .feel-free-call-outer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 576px) {
    .feel-free-call-outer {
        max-width: 500px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .feel-free-call-outer {
        max-width: 500px;
    }
}

@media only screen and (min-width: 992px) {
    .feel-free-call-outer {
        max-width: 589px;
    }
}

@media only screen and (min-width: 1120px) {
    .feel-free-call-outer {
        max-width: 640px;
    }
}

.feel-free-call-outer:hover {
    /* opacity: 0.9; */
    background-color: #ff9a19;
}

.feel-free-call-outer--1 {
    position: absolute;
    content: '';
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 305px;
    box-shadow: 0px 5px 0px 1px rgba(0, 0, 0, 0.5);
    /* width: 640px; */
}

@media only screen and (min-width: 360px) {
    .feel-free-call-outer--1 {
        width: 348px;
    }
}

@media only screen and (min-width: 375px) {
    .feel-free-call-outer--1 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 576px) {
    .feel-free-call-outer--1 {
        width: 500px;
    }
}

@media only screen and (min-width: 768px) {
    .feel-free-call-outer--1 {
        top: -23px;
        width: 500px;
    }
}

@media only screen and (min-width: 992px) {
    .feel-free-call-outer--1 {
        top: -35px;
        width: 589px;
        /* padding-left: 45px;
        padding-right: 45px; */
    }
}

@media only screen and (min-width: 1120px) {
    .feel-free-call-outer--1 {
        top: -40px;
        width: 640px;
    }
}

.feel-free-call-outer--1:hover {
    /* opacity: 1; */
}

.feel-free-call {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0;
}

@media only screen and (min-width: 576px) {
    .feel-free-call {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 992px) {
    .feel-free-call {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 1120px) {
    .feel-free-call {
        padding: 18px 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .feel-free-call {
        padding: 15px 0 5px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .feel-free-call a {
        padding-top: 9px;
    }
}

.feel-free-call p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

@media only screen and (min-width: 480px) {
    .feel-free-call p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) {
    .feel-free-call p {
        font-size: 16px;
        padding-right: 8px;
    }
}

.feel-free-call p span {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (min-width: 576px) {
    .feel-free-call p span {
        font-size: 18px;
    }
}

.feel-free-call a {
    text-decoration: none;
    padding-left: 8px;
}

.feel-free-call a span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

@media only screen and (min-width: 360px) {
    .feel-free-call a span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 480px) {
    .feel-free-call a span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) {
    .feel-free-call a span {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) {
    .feel-free-call a span {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .feel-free-call a span {
        font-size: 39px;
    }
}

@media only screen and (min-width: 1024px) {
    .feel-free-call a span {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1120px) {
    .feel-free-call a span {
        font-size: 48px;
    }
}

.feel-free-call a span:hover {
    text-decoration: none;
}

.feel-free-call img {
    width: 16px;
    margin-right: 5px;
}

@media only screen and (min-width: 576px) {
    .feel-free-call img {
        width: 24px;
        margin-right: 10px;
    }
}

.trouble-solution-inner {
    max-width: 840px;
    margin: 0 auto;
}

.trouble-section-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.trouble-section-list-inner {
    padding: 20px 0;
    background-color: #fff;
    width: 155px;
    border-radius: 7px;
    margin: 10px 5px 15px 5px;
}

@media only screen and (min-width: 576px) {
    .trouble-section-list-inner {
        width: 168px;
        margin: 20px;
    }
}
/* .trouble-section-list-inner:first-child {
margin-left: 0;
}

.trouble-section-list-inner:last-child {
margin-right: 0;
} */

.trouble-section-list-inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 576px) {
    .trouble-section-list-inner p {
        font-size: 16px;
    }
}

.trouble-section-list-inner p:before {
    content: "";
    position: absolute;
    top: -webkit-calc(100% - -20px);
    top: calc(100% - -20px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #fff;
    z-index: 99;
}

.order-scene {
    padding-top: 55px;
}

.order-scene .feel-free-call-outer {
    margin-top: 45px;
    margin-bottom: 25px;
}

.order-scene-topdesc p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (min-width: 369px) {
    .order-scene-topdesc p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) {
    .order-scene-topdesc p {
        font-size: 23px;
    }
}

@media only screen and (min-width: 992px) {
    .order-scene-topdesc p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .order-scene-li img {
        width: 95%;
    }
}

.order-scene-li {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
}

@media only screen and (min-width: 640px) {
    .order-scene-li {
        flex-direction: row;
        padding: 0;
    }
}

.order-scene-li:last-child {
    margin-bottom: 0;
}

.order-scene-li-body {
    /* padding: 0 25px; */
}

@media only screen and (min-width: 640px) {
    .order-scene-li-body {
        padding: 13px;
    }
}

@media only screen and (min-width: 768px) {
    .order-scene-li-body {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .order-scene-li-body {
        padding: 0 65px;
    }
}

.order-scene-li-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 640px) {
    .order-scene-li-heading {
        font-size: 18px;
        padding-top: 0;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .order-scene-li-heading {
        font-size: 20px;
    }
}

.order-scene-li-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (min-width: 640px) {
    .order-scene-li-desc {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .order-scene-li-desc {
        font-size: 16px;
    }
}

.abt-pro-delivery-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width: 900px) {
    .abt-pro-delivery-inner {
        justify-content: space-between;
        align-items: center;
    }
    .abt-pro-delivery-inner-right {
        flex-basis: 38%;
        max-width: 38%;
    }
    .abt-pro-delivery-inner-left {
        flex-basis: 62%;
        max-width: 62%;
    }
}
@media only screen and (max-width: 899px) {
    .abt-pro-delivery-inner-right {
        margin-top: 1.5rem;
    }
}

.abt-pro-delivery-inner-left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.abt-pro-delivery-inner-left .top-desc {
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .abt-pro-delivery-inner-left .top-desc {
        padding-top: 45px;
    }
}

.abt-pro-delivery-inner-left .img-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    padding: 25px 0 0;
}

.abt-pro-delivery-inner-left .img-wrapper img {
    max-width: 176px;
}

@media only screen and (max-width: 593px) {
    .abt-pro-delivery-inner-left .img-wrapper img {
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .abt-pro-delivery-inner-left .img-wrapper img {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .abt-pro-delivery-inner-left .img-wrapper img {
        padding: 0;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .abt-pro-delivery-inner-left .img-wrapper img {
        margin-right: 30px;
    }
}

.view-store-wrapper {
    padding: 30px 0;
}

@media only screen and (min-width: 576px) {
    .view-store-wrapper {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 768px) {
    .view-store-wrapper {
        padding: 45px 0 55px;
    }
}

@media only screen and (min-width: 1024px) {
    .view-store-wrapper {
        padding: 65px 0 210px;
    }
}

.view-store-wrapper a:hover {
    opacity: 0.9;
}

.order-inquiry-desc {
    margin-bottom: 65px;
    display: flex;
    justify-content: center;
}

.order-inquiry-desc p {
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px 25px 10px;
    border-bottom: 4px solid #000;
    display: inline-block;
    position: relative;
}

@media only screen and (min-width: 480px) {
    .order-inquiry-desc p {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .order-inquiry-desc p {
        font-size: 21px;
    }
}

@media only screen and (min-width: 860px) {
    .order-inquiry-desc p {
        font-size: 28px;
    }
}

.order-inquiry-desc p:before {
    content: "";
    position: absolute;
    top: -webkit-calc(100% - -4px);
    top: calc(100% - -4px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 12px solid #000;
    z-index: 99;
}
/* トップラベル追加 */

.stores__btn-group.flex-wrap {
    /* position: absolute; */
    margin-top: 5px;
}

.button-third {
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 8px;
    background-color: #e7e7e7;
    border-radius: 2px;
}

.stores__row .stores__col {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .stores__btn-group.flex-wrap {
        margin-top: 10px;
        position: relative;
    }
    .stores__row .stores__col {
        margin-bottom: 45px;
    }
}

.stores__col {
    position: relative;
    overflow: hidden;
}

.stores__col .featured {
    position: absolute;
    z-index: 2;
    background-color: #F00;
    color: #FFF;
    padding: 5px 25px;
    top: 18px;
    left: -25px;
    transform: rotate(-45deg);
}

.stores__col .sold_out {
    display: inline-block;
    color: #F00;
    padding: 0px 10px;
    border: solid 1px #F00;
    font-size: 16px;
}

.stores__col a {
    border-radius: 8px;
    margin-top: 10px;
}

.tag-premium {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 0;
    display: block;
    padding: 8px 16px;
    background-color: #c2272d;
    color: #FFF;
    font-weight: bold;
}

.summary .tag-premium {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-top: 18px;
}

@media screen and (min-width: 768px) {}
/* delivery service coperation */

.delivery-service-cooperation p.deliver-service-desc {
    font-family: "Noto sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 40px 0;
}

@media screen and (min-width: 576px) {
    .delivery-service-cooperation p.deliver-service-desc {
        margin: 0 0 75px 0;
    }
}

.deliver-service-link a:hover {
    opacity: 0.8;
}

.delivery-contact-menu {
    background-color: #f2f2f2;
    padding: 60px 15px;
    text-align: center;
}

.delivery-contact-menu .delivery-logo img {
    width: 150px;
    margin-bottom: 20px;
}

.delivery-contact-menu .contact-info img {
    width: 320px;
}

.delivery-contact-menu .contact-info a {
    text-decoration: none;
}

.delivery-contact-menu .contact-info a:hover {
    opacity: 0.6;
}

@media screen and (min-width: 768px) {
    .delivery-contact-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 5px 15px 30px;
    }
    .delivery-contact-menu .delivery-logo img {
        width: 120px;
        margin-bottom: 0;
    }
    .delivery-contact-menu .contact-info img {
        width: 260px;
    }
}

@media screen and (min-width: 992px) {
    .delivery-contact-menu {
        padding: 25px 10px 25px 60px;
    }
    .delivery-contact-menu .delivery-logo img {
        width: 150px;
    }
    .delivery-contact-menu .contact-info img {
        width: 320px;
    }
}

.reception-hours {
    font-size: 13px;
    padding: 20px 0;
}

.recommended-contact-menu {
    padding: 30px;
    justify-content: left;
    max-width: 600px;
}

.recommended-contact-menu .delivery-logo,
.recommended-contact-menu .contact-info {
    display: inline-block;
    margin: 0 20px;
}

.recommended-contact-menu .contact-info a,
.delivery-contact-menu .contact-info a.btn{
    display: inline-block;
    max-width: 300px;
    min-width: 230px;
    width: 100%;
    padding: 20px;
    background: rgb(255, 149, 6);
    background: linear-gradient(45deg, rgba(255, 149, 6, 1) 0%, rgba(255, 202, 130, 1) 100%);
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .recommended-contact-menu .contact-info a,
    .delivery-contact-menu .contact-info a.btn {
        width: 300px;
    }
}

.tokutei .privact__desc {
    margin-bottom: 32px;
}

.request_form input[type="submit"] {
    border: none;
    background-color: #710b0f;
    color: #FFF;
    padding: .618em 1em;
    border-radius: 3px;
    font-weight: bold;
    font-size: 100%;
    margin: 15px 10px;
}

.request_form input[type="submit"]:hover {
    background-color: #770c10;
    color: #f0f0f0;
}

.request_form input[name="submitBack"] {
    background-color: #555;
    color: #FFF;
}

.request_form input[name="submitBack"]:hover {
    background-color: #aaa;
}

.overview__wrapper p {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 10px;
}