@charset "utf-8";

/*===========================================================
Scene
===========================================================*/

.inner-scene-lead-title {
    text-align: center;
}

.inner-scene-lead-text-box {
    margin: 7rem auto 0;
    text-align: center;
}

.inner-scene-about {
    margin: 10rem auto 0;
}

.inner-scene-about-wrapper:nth-of-type(odd) {
    margin-left: auto;
    padding-left: 2.5rem;
}

.inner-scene-about-wrapper:nth-of-type(even) {
    margin-right: auto;
    padding-right: 2.5rem;
}

.inner-scene-about-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.inner-scene-about-text-box {
    width: 34.81%;
}

.inner-scene-about-img-box {
    width: 60.75%;
}

.inner-scene-about-text-box .text01 {
    margin: 6rem auto 0;
}


.inner-scene-about-text-box .text01 {
    margin: 6rem auto 0;
}

.inner-scene-about-wrapper:nth-of-type(even) .inner-scene-about-row {
    flex-direction: row-reverse;
}

.inner-scene-about-wrapper:nth-of-type(n + 2) {
    margin-top: 8rem;
}

.inner-scene-lunch {
    margin: 15rem auto 0;
}

/* .inner-scene-lunch-wrapper {
    height: 81rem;
} */

.inner-scene-lunch-container {
    padding: 7rem 2.5rem 8rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-scene-lunch-back-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.inner-scene-lunch-back-img img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.inner-scene-lunch-back-img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7);
}

.inner-scene-lunch-area {
    text-align: center;
    position: relative;
    z-index: 99;
    width: 100%;
}

.inner-scene-lunch-text01 {
    text-align: center;
    display: inline-block;
    font-size: 2rem;
}

.inner-scene-lunch-text01 strong {
    font-size: 1.25em;
    color: var(--secondary);
    font-weight: 900;
}

.inner-scene-lunch-text-box {
    margin: 4rem auto 0;
}

.inner-scene-lunch-box {
    margin: 3rem auto 0;
    padding: 5rem 2.5rem 6rem;
    max-width: 80rem;
    border: 1px solid #FFF;
}

.inner-scene-lunch-list {
    text-align: center;
}

.inner-scene-lunch-list-text {
    line-height: 2.1875em;
}

.inner-scene-lunch-list-text:nth-of-type(n + 2) {
    margin: 1.5rem auto 0;
}

.inner-scene-lunch-contact {
    margin: 5rem auto 0;
    max-width: 59rem;
}

.inner-scene-lunch-contact-title {
    align-items: center;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.inner-scene-lunch-contact-title:before,
.inner-scene-lunch-contact-title:after {
    content: "";
    width: calc(50% - 10rem);
    height: 1px;
    background: #FFF;
    display: block;
}

.inner-scene-about-title br {
    display: none;
}

.inner-scene-lunch-contact .common-contact-link-flex {
    justify-content: center;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1920px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 1024px) {


/*===========================================================

===========================================================*/

.inner-scene-about-img-box {
    width: 45%;
}

.inner-scene-about-text-box {
    width: 50%;
}

.inner-scene-about-row {
    align-items: flex-start;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 768px) {


/*===========================================================

===========================================================*/

.inner-scene-lunch-container {
    padding: 4rem 2.5rem 4rem;
}

} 


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 576px) {


/*===========================================================

===========================================================*/



.inner-scene-lead-text-box {
    text-align: left;
    font-size: 0;
}

.inner-scene-lead-text {
    display: inline;
}

.inner-scene-about-wrapper:nth-of-type(odd),
.inner-scene-about-wrapper:nth-of-type(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.inner-scene-about-row {
    display: flex;
    flex-direction: column-reverse;
}

.inner-scene-about-text-box {
    margin: 3rem auto 0;
    width: 100%;
}

.inner-scene-about-img-box {
    width: 100%;
}

.inner-scene-about-wrapper:nth-of-type(even) .inner-scene-about-row .inner-scene-about-text-box {
    order: 1;
}

.inner-scene-about-text-box .text01 {
    margin: 2rem 0 0;
}

.inner-scene-lunch-area {
    font-size: 0;
}

.inline-box .inner-scene-lunch-text02 {
    display: inline;
    text-align: left;
}

.inner-scene-lunch-text-box .inner-text-flex {
    text-align: left;
}

.inner-scene-lunch-text-box {
    margin: 3rem auto 0;
	text-align: left;
}

.inner-scene-lunch-box {
    padding: 2.5rem 2.5rem 2.5rem;
}

.inner-scene-lunch-list-text {
    text-align: left;
}

.inner-scene-lead-text-box {
    margin: 4rem auto 0;
}

.inner-scene-about {
    margin: 8rem auto 0;
}

.inner-scene-lunch {
    margin: 8rem auto 0;
}

.inner-scene-lunch-wrapper {
    height: auto;
}

.inner-scene-lunch-contact {
    margin: 3rem auto 0;
}

.inner-scene-lunch-text02 {
    text-align: left;
}

.inner-scene-about-title br {
    display: block;
}

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <= 414px) {


/*===========================================================

===========================================================*/



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */