@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    color: #474343;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    line-height: 40px;
    font-family: dnp-shuei-mgothic-std, Meiryo, sans-serif;
    font-weight: 400;
    max-width: 100%;
}

img {
    max-width: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
    color: #fff;
}

a[href^="tel:"],
a[href^="mailto:"] {
    /* pointer-events: none; */
}

.sub-header-wrapper {
    width: 1152px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
}

.logo-box {
    width: 155px;
    height: 119px;
    padding-top: 30px;
    padding-left: -60px;
}

.sub-logo-box {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: -35px;
}

.top-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub-header-nav {
    height: auto;
    width: 585px;
    margin: 30px 0 0 auto;
    max-width: 100%;
}


.body-wrapper {
    width: 1152px;
    max-width: 100%;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.welcome {
    width: 100%;
    height: auto;
    margin-bottom: 95px;
}

.welcome-img {
    width: 344px;
    height: 100px;
    margin-top: 75px;
}

.welcome-text {
    width: 700px;
    margin-top: 145px;
    margin-left: 108px;
}

.welcome-title {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 50.37px;
    letter-spacing: 1.25px;
    margin-bottom: 30px;
}

.welcome-desc {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 40px;
    letter-spacing: 1.8px;
}


.menus {
    width: 1250px;
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    justify-content: space-between;
}

.menu-box {
    width: 50%;
    max-width: 50%;
    height: 405px;
    position: relative;
}

.menu-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-box01 {
    background-image: url("../images/menu-box01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-box02 {
    background-image: url("../images/menu-box02.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*position: absolute;
    top: 10%;
    left: 0%;
    right: auto;*/
    z-index: 2;
}

.menu-box03 {
    background-image: url("../images/menu-box03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 70%;
    left: auto;
}

.menu-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.cuisine {
    width: 100%;
    height: auto;
    background-color: #E4E4E5;
    overflow: hidden;
}

.cuisine-title {
    display: block;
    width: 80px;
    height: 90px;
    margin: 0 auto;
    margin-top: 140px;
    margin-bottom: 65px;
}

.cuisine-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 150px;
}

.cuisine-content-img-l {
    width: 550px;
    position: relative;
}

.cusine-content-text {
    position: absolute;
    bottom: 25%;
    left: -15%;
    z-index: 2;
}

.cuisine-content-img-r {
    width: 525px;
}

.cuisine-content-text {
    width: 520px;
    position: relative;
}

.dinner-icon {
    position: absolute;
    top: 0;
    right: -5%;
}

.cuisine-content-title {
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 45px;
    margin-top: 45px;
}


.cuisine-content-title span {
    font-size: 1.5rem;
    padding-left: 24px;
}

.cuisine-content-text img {
    display: block;
    margin-bottom: 35px;
}


.cuisine-content-desc-2 {
    margin-bottom: 100px;
}

.btn {

    font-family: adobe-garamond-pro, serif;
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    padding: 20px 75px;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-black {
    color: #FFFFFF;
    background-color: #474343;
}

.btn-white {
    color: #474343;
    background-color: #fff;
    right: 55px;
}


.btn-white-res {
    display: none;
}

.btn::before {
    content: '';
    position: absolute;
    left: 98%;
    bottom: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #FFF;
}

.dining-btn-box {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

.btn-dining {
    position: static;
    position: relative;
}



.produce {
    width: 100%;
    height: auto;
    background: url("../images/produce-bg.jpg") no-repeat;
    background-size: cover;
    background-position-y: 60%;
    overflow: hidden;
    padding-bottom: 100px;
}

.produce-title {
    width: 93px;
    margin: 75px auto 85px;
}

.produce-content {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.produce-box-l {
    width: 570px;
    position: relative;
}

.produce-content-title {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed #FFF;
    padding-bottom: 15px;
    display: inline-block;
}

.produce-content-title span {
    font-size: 1.5rem;
    padding-left: 24px;
}

.produce-subtitle {
    font-family: adobe-garamond-pro, serif;
    font-size: 2.5rem;
    line-height: 50.37px;
    letter-spacing: 1.25px;
    margin: 50px 0 35px;
}

.produce-items-title {
    color: #000 !important;
}

.produce-desc {
    font-size: 1.8rem;
    line-height: 40px;
    letter-spacing: 1.8px;
    margin-bottom: 100px;
    max-width: 90%;
}

.produce-box-r {
    width: 570px;
    height: 620px;
    position: relative;
}

.produce-box-r img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.items {
    width: 100%;
    height: 745px;
}

.item-title {

    font-family: adobe-garamond-pro, serif;
    font-size: 2.5rem;
    line-height: 50.37px;
    letter-spacing: 1.25px;
    color: #633C53;
    text-align: center;
    margin-top: 90px;
}

.item-wrapper {
    width: 1450px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

.item-box {
    width: auto;
    text-align: left;
    margin-bottom: 130px;
}

.item-wrapper img {
    margin-right: 70px;
}


.item-wrapper img:last-child {
    margin-right: 0;
}

.item-side {
    height: 365px;
}

.item-main {
    height: 435px;
}

.item-name {
    position: relative;
}

.item-name::before {
    position: absolute;
    content: url("../images/item-name.png");
    left: -40px;
    top: 5px;
}

.item-price span {
    font-size: 1.2rem;
}

.items-arrow {
    position: absolute;
    max-width: 48%;
    top: 40%;
    left: 53%;
    transform: translate(-50%, -50%);
}

.brands {
    width: 100%;
    height: 445px;
    background: url("../images/brands-bg.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 75%;
}

.brands-filter {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    overflow: hidden;
}


.brands-logo-orchid {
    display: block;
    margin: 80px auto 25px;
}

.logos {
    width: 1000px;
    margin: 0 auto;
    max-width: 95%;
    text-align: center;
}

.logos img {
    margin-right: 55px;
}

.sub-header {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    left: 0;
    background-color: #FFF;
}

.sub-main {
    width: 100%;
    height: 442px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% 60%;
    margin-top: 110px;
}

.sub-main-catering {
    background-image: url("../images/1548786480.png");
}

.sub-main-dining {
    background-image: url("../images/dining-bg.jpg")
}

.sub-main-company {
    background-image: url("../images/compnay-bg.jpg");
}

.sub-main-contact {
    background-image: url("../images/contact-bg.jpg");
}

.sub-main-privacy-policy {
    background-image: url("../images/privacy-policy-bg.jpg");
}

.sub-main-cookie-policy {
    background-image: url("../images/cookie-policy-bg.jpg");
}

.sub-main-sitemap {
    background-image: url("../images/sitemap-bg.jpg");
}

.sub-main-thanks {
    background-image: url("../images/thanks-bg.jpg");
}

.black-filter {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: relative;
}

.black-filter img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.about {
    height: auto;
}

.company-about {
    height: auto;
    margin-bottom: 115px;
}

.about-logo-box {
    width: 450px;
}

.about-logo-box img {
    display: block;
    margin: 0 auto;
}

.delien-about-logo-box img {
    margin-top: 100px;
}

.dining-about-logo-box img {
    margin-top: 65px;
}

.company-about-logo {
    width: 250px;
    margin-right: 120px;
}

.company-about-logo img {
    margin: 90px auto 0 0;
}

.about-text {
    width: 695px;
    margin-top: 100px;
    max-width: 90%;
    margin-bottom: 100px;
}

.company-about-text {
    width: 780px;
    margin-top: 100px;
}

.about-title {
    font-family: adobe-garamond-pro, serif;
    font-size: 2.5rem;
    line-height: 50.37px;
    letter-spacing: 1.25px;
    color: #E60012;
    margin-bottom: 15px;
}

.dining-about-title {
    font-family: adobe-garamond-pro, serif;
    font-size: 2.7rem;
    letter-spacing: 1.35px;
    color: #D15630;
}

.company-about-title {
    color: #633C53;
}

.about-desc02 {
    margin-top: 60px;
}

.catering-content {
    width: 90%;
    height: auto;
    background-color: #F9E5E7;
    margin-right: 10%;
    position: relative;
    overflow: hidden;
}

.catering-content-img {
    position: absolute;
    top: -1%;
    right: -5%;
    z-index: 1;
}

.catering-content-text {
    height: auto;
    width: 90%;
    box-shadow: 1px 1px 4px 1px #c6c2c2;
    -webkit-box-shadow: 1px 1px 4px 1px #c6c2c2;
    -moz-box-shadow: 1px 1px 4px 1px #c6c2c2;
    -o-box-shadow: 1px 1px 4px 1px #c6c2c2;
    -ms-box-shadow: 1px 1px 4px 1px #c6c2c2;
    background-color: #fff;
    overflow: hidden;
    bottom: 100px;
    margin-top: 700px;
    margin-bottom: 100px;
}

.catering-content-text dl {
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;
}

.catering-content-text dl:first-child {
    margin-top: 45px;
}

.catering-content-text dt,
.catering-content-text dd {
    font-size: 1.8rem;
}

.catering-content-text dt {
    width: 280px;
    margin-right: 40px;
    margin-bottom: 60px;
}

.catering-content-text dd {
    width: 720px;
    max-width: 95%;
    font-size: 1.8rem;
    line-height: 40px;
    letter-spacing: 1.8px;
    margin-bottom: 50px;
}

.catering-content .catering-btn {
    bottom: 0px;
    right: 35%;
}

.insta_box{
max-width: 1100px;
margin: 100px auto 30px auto;
}

.appear {
    width: 90%;
    height: 545px;
    background-color: #F9E5E7;
    margin-right: 10%;
    position: relative;
    margin-bottom: 210px;
}

.appear img {
    position: absolute;
    top: 0;
    right: 0;
}

.catering-location {
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.location {
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.catering-img {
    width: 1152px;
    margin: 0 auto;
    height: 440px;
    overflow: hidden;
    margin-top: 170px;
    max-width: 100%;
}

.catering-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transform: scale(1.3);
}

.company-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 440px;
    position: relative;
    margin-bottom: 200px;
}

.company-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.bg-color-h {
    position: absolute;
    width: 50%;
    height: 360px;
    background-color: #F9E5E7;
    top: 25%;
    right: 0;
    z-index: -1;
}

.bg-color-c {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    top: 50%;
    right: 0;
    z-index: -1;
}

.content-title {
    font-family: adobe-garamond-pro, serif;
    font-size: 3.5rem;
    line-height: 50.37px;
    letter-spacing: 1.75px;
    color: #E60012;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 45px;
}

.produce-sche-title {
    color: #000;
}

#slider {
    width: 75%;
    margin: 0 auto 150px;
    list-style: none;
}

#slider li img {
    width: 450px;
    /* height: 300px; */
    overflow: hidden;
}

.frenemy-back-img {
    width: 580px;
}

.location-text {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 1.8px;
}

.location-text3 {
    display: inline-block;
    margin-bottom: 100px;
}

.location-text1 {
    display: block;
    margin-bottom: 40px;
}

.location-text2 {
    display: block;
    margin-bottom: 25px;
}

.table {
    margin: 20px auto;
}

.table tr {
    margin-bottom: 50px;
}

.table th {
    padding: 10px;
    padding-right: 50px;
}

.table td {
    padding: 10px;
}

.cookie-td01 {
    width: 200px;
}

.cookie-td02 {
    width: 300px;
}

.location-infos {
    width: 450px;
    margin: 0 auto;
    text-align: left;
    height: auto;
    margin-bottom: 40px;
}

.location-infos02 {
    width: 500px;
}

.location-info {
    font-size: 2.2rem;
    line-height: 30px;
    letter-spacing: 2.2px;
    text-align: center;
    display: inline;
    vertical-align: top;
}

.location-info span {
    font-size: 1.8rem;
    margin-left: 20px;
}


.location-info a,
.location-about-desc a {
    color: #474343;
}


.location-info-num::before {
    content: url("../images/location-info-num.png");
    padding-right: 20px;
}

.location-info-pro-num::before {
    content: url("../images/produce-num.png");
    padding-right: 12px;
}


.location-info-mail::before {
    content: url("../images/location-info-mail.png");
    padding-right: 20px;
}

.location-info-pro-mail::before {
    content: url("../images/produce-mail.png");
    padding-right: 12px;
}

.location-info-w-add::before {
    content: url("../images/location-info-w-add.png");
    padding-right: 20px;
}

::placeholder {
    font-size: 1.4rem;
}

.map {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#c-map {
    width: 100%;
    height: 400px;
}

#c-map iframe {
    -webkit-filter: grayscale(100%);
　　filter: grayscale(100%);
}

/* .map-img {
    opacity: 0.6;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.company-location {
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=6, Color='#000000');
    height: auto;
    margin-bottom: 210px;
    overflow: hidden;
}

.location-about {
    width: 80%;
    margin: 0 auto 80px;
}

.company-location-title {
    font-family: adobe-garamond-pro, serif;
    font-size: 3.5rem;
    line-height: 50.37px;
    letter-spacing: 1.75px;
    color: #633C53;
    margin-left: 10%;
    margin-top: 85px;
}

.location-about-inner {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #BFC0C0;
    padding: 40px 0;
}

.location-about-inner:nth-last-child(1) {
    border-bottom: 1px solid #BFC0C0;
}

.location-about-title {
    font-family: adobe-garamond-pro, serif;
    color: #633C53;
    font-weight: 600;
    width: 100px;
    margin-right: 95px;
    margin-left: 5%;
}


.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.catering-photos {
    width: 1035px;
    margin: 100px auto;
    padding: 0;
}

.catering-photos a img {
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 0;
}

.insta-c {
    text-align: center;
    margin-bottom: 20px;
}

.insta-title {
    text-align: center;
    display: inline;
    vertical-align: top;
}

.insta-title::before {
    content: url("../images/insta-title.png");
    padding-right: 45px;
}

.dining-img-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
}

.dining-img-box {
    width: 1150px;
    max-width: 100%;
    height: 445px;
    margin: 120px auto 60px;
}

.dining-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dining-img-bg {
    position: absolute;
    width: 50%;
    height: 360px;
    background-color: #F9E5E7;
    right: 0;
    top: 50%;
    z-index: -1;
}

.dining-profile {
    margin-top: 120px;
}

.profile-title {
    font-family: adobe-garamond-pro, serif;
    font-size: 3.5rem;
    line-height: 50.37px;
    letter-spacing: 1.75px;
    color: #D15630;
}

.dining-recruit {
    width: 100%;
    height: auto;
    background-image: url("../images/dining-recruitjpg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% 45%;
    margin-top: 140px;
    position: relative;
    color: #fff;
    margin-bottom: 60px;
}

.orange-filter {
    background-color: rgba(209, 86, 48, 0.4);
    height: 100%;
    position: relative;
}

.recruit-title {
    position: absolute;
    top: 50%;
}

.recruit-info {
    margin: 95px 10% 60px auto;
}

.recruit-text-b {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 33px;
    letter-spacing: 2.3px;
    margin-bottom: 20px;
}

.recruit-text-s {
    line-height: 33px;
    margin-bottom: 40px;
}

.recruit-num {
    font-size: 3.6rem;
    line-height: 50px;
    letter-spacing: 3.6px;
    vertical-align: top;
    display: inline;
}

.recruit-num::before {
    content: url("../images/recruit-num.png");
    padding-right: 35px;
}

.produce-top {
    width: 100%;
    height: 935px;
    background-image: url("../images/produce-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 110px;
}

.produce-topics {
    margin-top: 60px;
    margin-bottom: 90px;
}

.produce-topics-title {
    display: flex;
    align-items: center;
    font-family: adobe-garamond-pro, serif;
    font-size: 3.5rem;
    line-height: 50.37px;
    letter-spacing: 1.75px;
    color: #000000;
}

.produce-topics-title:after {
    border-top: 1px solid #000;
    content: "";
    display: inline;
    flex-grow: 1;
    margin-left: 0.5em;
}

.produce-topic-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 15px;
    background-image: linear-gradient(to right, #BFC0C0, #BFC0C0 14px, transparent 1px, transparent 4px);
    background-size: 30px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    max-width: 90%;
    margin: 0 auto;
}

.produce-topic-content:nth-child(4) {
    background: none;
}

.topic-new:before {
    content: "NEW";
    color: #fff;
    background-color: #AA272D;
    padding: 3px 10px;
    margin: 0 20px;
}

.topic-date-l {
    padding-right: 110px;
}

.produce-hr {
    border-top: 1px solid #000;
}

.produce-about {
    width: 100%;
    height: auto;
    position: relative;
}

.frenemy-title {
    position: absolute;
    top: 25%;
    right: 25%;
    z-index: 5;
}

.frenemy-logo {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 7%;
}

.frenemy-text {
    position: absolute;
    width: 625px;
    height: auto;
    background-color: #FFF;
    box-shadow: 1px 1px 4px 1px #c6c2c2;
    -webkit-box-shadow: 1px 1px 4px 1px #c6c2c2;
    -moz-box-shadow: 1px 1px 4px 1px #c6c2c2;
    -o-box-shadow: 1px 1px 4px 1px #c6c2c2;
    -ms-box-shadow: 1px 1px 4px 1px #c6c2c2;
    overflow: hidden;
    top: 55%;
    left: 48%;
    max-width: 100%;
}

.frenemy-text p {
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 90%
}

.produce-bg {
    width: 60%;
    height: 80%;
    background-color: #E5E5E5;
    z-index: -2;
    position: absolute;
    top: 50%;
}

.produce-schedule-box {
    width: 100%;
    height: auto;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    max-width: 100%;
}

.produce-schedule-inner:first-child {
    margin-top: 45px;
}

.produce-schedule-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: 235px;
    margin-bottom: 20px;
}

.produce-schedule-inner a {
    color: #fff;
    text-decoration: underline;
}

.shop-link {
    background-color: #000;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    z-index: 5;
    border-radius: 3px;
    text-align: center;
}

.shop-link a {
    color: #fff;
    position: relative;
}

.shop-link a::before {
    content: url("../images/shop-link.png");
    display: block;
}

.shop-link img {

    width: 70px;
}


.schedule-title {
    width: 200px;
    padding-right: 50px;
}

.contact-text {
    text-align: center;
    margin: 50px 0;
}

#thanks {
    text-align: center;
    height: auto;
    padding: 100px 0;
    max-width: 95%;
}

#thanks h1 {
    padding-bottom: 40px;
    font-size: 2.5rem;
}

#thanks p {
    margin-bottom: 50px;
}

#thanks p span {
    display: block;
}

.thanks-btn {
    position: static;
    position: relative;
}

.privacy-policy,
.cookie {
    padding-bottom: 150px;
    max-width: 90%;
}

.cookie {
    padding-top: 100px;
}

.privacy-policy h3,
.cookie h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.privacy-policy p br,
.cookie p br {
    display: block;
}

.privacy-policy a {
    color: #474343;
}

.cookie h3,
.cookie h4 {
    color: #633C53;
}

.cookie h3 {
    font-size: 2.5rem;
}

.cookie h4 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 2rem;
}

.sitemap {
    margin: 100px auto;
    max-width: 90%;
}

.sitemap ul {
    list-style: none;
}

.sitemap ul li::before {
    content: "";
    display: inline-block;
    background-image: url("../images/sitemap-arrow.jpg");
    height: 20px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.sitemap ul li a {
    color: #633C53;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #633C53;
    overflow: hidden;
}

.footer-wrapper {
    color: #FFF;
    max-width: 95%;
}

.footer-wrapper-l {
    width: 500px;
}

.footer-wrapper-r {
    width: 600px;
}

.footer-insta {
display: none;
    margin: 0 auto;
    width: 400px;
    max-width: 90%;
}

.footer-insta-title {
    text-align: center;
}

.footer-company-name {
    margin-top: 75px;
    margin-bottom: 35px;
}

.footer-menu {
    margin-bottom: 25px;
}

.footer-mail:before {
    content: url("../images/footer-mail.png");
    padding-right: 15px;
}

.footer-address {
    position: relative;
    padding-left: 40px;
    line-height: 1;
}

.footer-address:before {
    position: absolute;
    content: url("../images/footer-add.png");
    top: 50%;
    left: 0;
    margin-top: -15px;
}

.footer-number:before {
    content: url("../images/footer-num.png");
    padding-right: 15px;
}

.footer-number span {
    padding-left: 15px;
    font-size: 1.4rem;
}

.sns {
    text-decoration: none;
    list-style: none;
    display: flex;
    width: 105px;
    justify-content: space-between;
    margin: 100px 0 25px auto;
}

.footer-m {
    list-style: none;
}

.footer-m .footer-m-list {
    display: inline-block;
    margin-right: 15px;
}

.footer-m .footer-m-list .footer-m-btn {
    color: #fff;
    font-size: 1.4rem;
}

.footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-nav-item {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #fff;
}

.footer-nav-item:last-child {
    border-right: none;
}

.footer-nav-item a {
    text-decoration: none;
    color: #FFF;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
}

@media only screen and (max-width: 1200px) {

    .dinner-icon {
        right: 0;
    }

    .welcome-img {
        max-width: 80%;
        height: 100px;
        margin: 75px auto 0;
    }

    .cuisine-content-img-l {
        width: 400px;
        position: relative;
    }

    .cuisine-content-text {
        height: 450px;
    }

    .cuisine-content-img-r {
        width: 400px;
    }

    .produce-top {
        background-position: 80%;
    }

    .item-wrapper {
        flex-wrap: wrap;
    }

    .item-wrapper img {
        width: 80%;
        object-fit: contain;
        margin: 0 auto;
    }

    .items-arrow {
        display: none;
    }

    .produce-box-l {
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .produce-box-r {
        height: 500px;
        margin: 0 auto;
    }

    .recruit-title {
        top: 3%;
        left: -10%;
    }

    .about-text {
        margin-left: 50px;
    }

    .catering-content-text {
        margin-top: 500px;
    }

    .produce-topics-title {
        margin-left: 20px;
    }

    .frenemy-text {
        left: 25%;
    }

    .company-about-logo {
        margin: 0 auto;
    }

    .company-about-text {
        text-align: center;
        margin: 100px auto 0;
        max-width: 90%;
    }

    .catering-photos {
        width: 900px;
        margin: 100px auto;
    }

    .item-box {
        text-align: center;
    }


    .footer-wrapper-l,
    .footer-wrapper-r {
        margin: 0 auto;
    }

    .sns {
        margin: 50px 0 15px auto;
    }

}

@media only screen and (max-width: 960px) {

    .sub-logo-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 0;
        margin: 0 auto;
        text-align: center;
    }

    .sub-logo-box img {
        margin: 0 auto;
        text-align: center;
    }

    .header-nav-list .menu-contact-btn {
        background-color: transparent;
    }

    .footer-m {
        display: none;
    }

    #slider {
        width: 100%;
        margin: 0 auto 50px;
        list-style: none;
    }

    #slider li img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 780px) {

    html {
        font-size: 50.5%;
    }

    br {
        display: none;
    }

    a[href^="tel:"],
    a[href^="mailto:"] {
        pointer-events: all;
    }

    .welcome {
        width: 100%;
        height: auto;
        margin-bottom: 95px;
    }

    .welcome-img {
        max-width: 80%;
        height: 100px;
        margin: 75px auto 0;
    }

    .welcome-text {
        text-align: center;
        margin: 45px auto 0;
        max-width: 98%;
    }

    .cuisine-content {
        width: 95%;
        margin: 0 auto;
    }

    .cuisine-content-img-l {
        margin: 0 auto;
    }

    .cuisine-content-img-r {
        margin: 0 auto;
    }

    .cuisine-content-text {
        text-align: center;
        height: 500px;
        width: 90%;
        margin: 0 auto;
    }


    .dinner-icon {
        right: 0;
        width: 30%;
        top: 10%;
    }

    .produce-content-title {
        padding-left: 30px;
    }

    .produce-subtitle {
        text-align: center;
    }

    .produce-desc {
        margin: 0 auto 50px;
        height: auto;
        text-align: center;
    }

    .logos img {
        margin-right: 0;
        max-width: 25%;
    }

    .footer-wrapper-l {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .sns {
        margin: 15px auto 0;
    }

    .sub-header-wrapper {
        position: relative;
        height: 85px;
    }

    .sub-logo-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-bottom: 0;
        margin: 0 auto;
        text-align: center;
    }

    .sub-logo-box img {
        margin: 0 auto;
        text-align: center;
    }

    .about-text {
        margin: 20px auto 50px;
    }

    .appear {
        height: 80%;
        margin: 0 auto 450px;
    }

    .table {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }

    .table-cookie {
        text-align: left;
        margin-bottom: 50px;
    }

    .last td {
        text-align: center;
    }

    .table tr td br {
        display: block;
    }

    .table th,
    .table td {
        text-align: center;
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .table-cookie th,
    .table-cookie td {
        text-align: left;
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .table-cookie tr {
        border-bottom: 1px solid #000;
    }

    .table-cookie tr:first-child {
        border-top: 1px solid #000;
    }

    .table tr td .space {
        display: none;
    }

    .table tr td .table-br {
        display: block;
    }

    .profile-title {
        margin-left: 15px;
    }

    .recruit-info {
        text-align: center;
        max-width: 90%;
        margin: 150px auto;
    }

    .catering-content-text {
        margin-top: 300px;
    }

    .catering-content .catering-btn {
        width: 200px;
        padding: 20px 25px;
        right: 15%;
    }

    .frenemy-text {
        left: 0;
    }

    .frenemy-text p {
        margin: 0 auto;
        padding: 20px 0;
        text-align: left;
    }

    .produce-schedule {
        margin-top: 150px;
    }

    .produce-schedule-inner {
        margin-left: 0;
    }

    .schedule-title {
        padding-right: 15px;
        text-align: center;
    }

    .schedule-desc {
        padding-left: 5%;
    }

    .location-about-inner {
        text-align: center;
    }

    .location-about-title {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .location-about-desc {
        display: block;
        width: 100%;
    }

    .catering-photos {
        max-width: 500px;
        margin: 100px auto;
    }

    .frenemy-title {
        top: 0;
        left: 0;
    }

    .footer-nav-item {
        width: 100%;
        text-align: center;
        border: none;
    }

}

@media only screen and (max-width: 480px) {

    .header {
        height: 95vh;
    }

    .logo-box {
        display: none;
    }

    .produce-top {
        width: 100%;
        height: 90vh;
        background-image: url("../images/produce-bg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 80px;
    }

    .produce-top img {
        height: 500px;
        object-fit: contain;
    }


    .produce-box-l {
        padding-bottom: 0px;
    }

    .produce-box-r {
        height: 450px;
        margin: 0 auto;
    }

    .produce-box-r img {
        height: 400px;
        padding-bottom: 50px;
    }


    .sub-header {
        width: 100%;
        height: auto;
    }

    .sub-main {
        height: 200px;
        margin-top: 80px;
    }

    .sub-main .black-filter img {
        height: 100px;
        object-fit: contain;
    }

    .dinner-icon {
        top: 10%;
        right: -5%;
    }

    .welcome-desc span,
    .produce-desc span,
    .cuisine-content-desc span,
    .about-desc span,
    .recruit-text-s span {
        display: block;
    }

    .cuisine-title {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .content-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cuisine-content-desc {
        margin-bottom: 50px;
        text-align: left;
    }

    .cuisine-content-img-r {
        margin: 200px auto 0;
    }

    .item-wrapper img {
        width: 95%;
        height: 250px;
    }

    .delien-about-logo-box img {
        margin-top: 30px;
        width: 60%;
        object-fit: contain;
    }

    .dining-about-logo-box img {
        margin-top: 30px;
        width: 50%;
        object-fit: contain;
    }

    .company-about-logo {
        max-width: 50%;
    }

    .dining-img-box {
        width: 1150px;
        max-width: 100%;
        height: 245px;
        margin: 20px auto 30px;
    }

    .dining-btn-box {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .dining-profile {
        margin-top: 30px;
    }

    .dining-recruit {
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .recruit-title {
        top: 5%;
        left: -25%;
    }

    .recruit-info {
        margin: 120px auto 30px;
    }

    .location {
        margin-bottom: 40px;
    }

    .location-text3 {
        margin-bottom: 40px;
    }

    .produce-title {
        object-fit: contain;
        margin: 25px auto 35px;
    }

    .produce-topics {
        margin-top: 40px;
        margin-bottom: 50px;
    }


    .map {
        background-color: #F9E5E7;
        max-width: 100%;
        height: auto;
    }

    .map-img {
        opacity: 0.6;
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .frenemy-back-img {
        margin-bottom: 0px;
    }

    .frenemy-title {
        display: none;
        top: 25px;
        max-width: 65%;
        object-fit: contain;
    }

    .frenemy-text {
        position: static;
    }

    .frenemy-text p span {
        display: block;
    }

    .produce-schedule {
        margin-top: 40px;
    }

    .produce-schedule-inner {
        text-align: center;
        display: block;
    }

    .schedule-title {
        margin: 0 auto;
        padding: 0;
        /* display: block; */
        /* text-align: center; */
        /* width: 100px; */
    }

    .item-name::before {
        left: 55px;
        top: 8px;
    }

    .btn {
        padding: 10px 45px;
    }

    .btn-white {
        width: 200px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .btn-pc {
        display: none;
    }

    .btn-white-res {
        display: block;
        bottom: 0;
    }

    .btn2 {
        bottom: -25%;
    }

    .footer-nav-item {
        width: 100%;
        text-align: center;
    }

    .location-infos {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .location-info span {
        display: block;
    }

    .item-box {
        margin-bottom: 0px;
    }


    .appear {
        height: 80%;
        margin: 0 auto 250px;
    }

    .recruit-num {
        font-size: 2.5rem;
        vertical-align: top;
        display: inline;
        position: relative;
        margin-left: 60px;
    }

    .recruit-num::before {
        position: absolute;
        left: -60px;
    }

    .catering-content {
        width: 100%;
    }

    .catering-content-text {
        height: auto;
        width: 100%;
        bottom: 100px;
        margin-top: 150px;
        margin-bottom: 60px;
        text-align: center;
    }

    .catering-content-text dl {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .catering-content-text dl:first-child {
        margin-top: 45px;
    }

    .catering-content-text dt,
    .catering-content-text dd {
        font-size: 1.8rem;
    }

    .catering-content-text dt {
        width: 280px;
        margin: 0 auto 30px;
        font-weight: 600;
    }

    .catering-content-text dd {
        width: auto;
        max-width: 95%;
        font-size: 1.8rem;
        line-height: 40px;
        letter-spacing: 1.8px;
        margin: 0 auto 40px;
    }


    .catering-photos {
        max-width: 98%;
        margin: 80px auto;
    }

    .catering-img {
        margin-top: 0px;
    }

    .company-about {
        height: auto;
        margin-bottom: 55px;
    }

    .company-about-logo img {
        margin: 40px auto 0 0;
    }

    .company-about-text {
        margin: 40px auto 0;
    }

    .produce-topics {
        display: none;
    }

    .produce-about {
        margin-top: 60px;
    }

    .order-box {
        display: flex;
        flex-direction: column;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .item-price,
    .item-name {
        display: none;
    }

    .about-desc02 {
        margin-top: 30px;
    }

    .company-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 60px;
    }

    .company-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .company-location {
        margin-bottom: 80px;
    }

    .privacy-policy,
    .cookie {
        padding-bottom: 50px;
    }

    .cookie {
        padding-top: 50px;
    }

    #thanks {
        padding: 40px 0;
        max-width: 90%;
    }

    #thanks h1 {
        padding-bottom: 25px;
        font-size: 2.5rem;
    }

    #thanks p {
        margin-bottom: 30px;
    }

    #thanks p span {
        display: block;
    }

    .thanks-btn {
        position: static;
        position: relative;
    }




    .shop-link {
        right: 10px;
        bottom: 10px;
        padding: 10px;
        border-radius: 3px;
        text-align: center;
    }

    .shop-link a {
        color: #fff;
        position: relative;
    }

    .shop-link a::before {
        content: url("../images/shop-link.png");
        display: none;
    }

    .sitemap {
        margin: 50px auto;
        max-width: 80%;
    }

    .sitemap p {
        margin-left: 20px;
    }

    .brands {
        height: 380px;
    }

    .brands-logo-orchid {
        margin-top: 40px;
    }

    .footer-insta {
    display: none;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
}