@charset "UTF-8";
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
  font-family: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}

address {
  font-style: normal;
}

.-var-top {
  --key_color01: #0F214E;
  --key_color02: #0F214E;
  --key_color03: rgba(142, 142, 142, .38);
  --key_color04: #E3E2DD;
  --sd-bg_color: #0F214E;
  --sd-bg_pattern_src: url(../../assets/img/top/bg_shopdata_pattern.svg);
  --footer-bg_src: url(../../assets/img/top/bg_footerline.svg);
}

.-var-umaya {
  --key_color01: #BB5520;
  --key_color02: #432F2F;
  --key_color03: rgba(219, 215, 200, .2);
  --key_color04: #FBFAF5;
  --header-bg_srcA: url(../../assets/img/umaya/bg_fv01@2x.png);
  --header-bg_srcB: url(../../assets/img/umaya/bg_fv02@2x.png);
  --header-bg_srcC: url(../../assets/img/umaya/bg_fv_pattern.svg);
  --header-bg_line_src01: url(../../assets/img/umaya/bg_fv_lines01.svg);
  --header-bg_line_src02: url(../../assets/img/umaya/bg_fv_lines02.svg);
  --header-bg_line_src03: url(../../assets/img/umaya/bg_fv_lines03.svg);
  --header-bg_pattern: url(../../assets/img/umaya/bg_fv_pattern.svg);
  --nav-btn_color: #AA4F37;
  --footer-logo_bg_src: url(../../assets/img/umaya/bg_footer_logo.svg) repeat-x center;
  --footer-logo_bgline_src:url(../../assets/img/umaya/bg_lines.svg) repeat-x center;
  --footer-bg_src: url(../../assets/img/umaya/bg_footerline.svg);
  --feat-heading_accent_color: #893A04;
  --feat-heading_bg_src: url(../../assets/img/umaya/bg_feat_pattern.svg);
  --feat-bg_line_src01: url(../../assets/img/umaya/bg_feat_lines.svg);
  --feat-bg_line_src02: url(../../assets/img/umaya/bg_feat_lines02.svg);
  --feat-slide_bg_src: url(../../assets/img/umaya/bg_feat_slide@2x.png);
  --food-bg_src: url(../../assets/img/umaya/bg_food_pattern.svg);
  --food-list_bg_line_src: url(../../assets/img/umaya/bg_food_lines.svg);
  --food-exp_bg_src: url(../../assets/img/umaya/bg_food_exp@2x.png);
  --drink-sct_bg_src01: url(../../assets/img/umaya/bg_drink_pattern.svg);
  --drink-sct_bg_src02: url(../../assets/img/umaya/bg_drink_pattern02.svg);
  --drink-outline_bg_src: url(../../assets/img/umaya/bg_drink@2x.png);
  --drink-outline_bg_line_src01: url(../../assets/img/umaya/bg_drink_lines01.svg);
  --drink-outline_bg_line_src02:url(../../assets/img/umaya/bg_drink_lines02.svg);
  --drink-outline_bg_line_src03:url(../../assets/img/umaya/bg_drink_lines03.svg);
  --drink-outline_bg_line_src04:url(../../assets/img/umaya/bg_drink_lines04.svg);
  --to-bg_src: url(../../assets/img/umaya/bg_takeout@2x.png);
  --acs-bg_line_src01:url(../../assets/img/umaya/bg_sd_lines.svg);
  --acs-bg_line_src02:url(../../assets/img/umaya/bg_sd_lines02.svg);
  --sd-bg_color: #432F2F;
  --sd-bg_pattern_src: url(../../assets/img/umaya/bg_shopdata_pattern.svg);
  --contact-bg_src: url(../../assets/img/umaya/bg_contact@2x.png);
}
@media screen and (min-width: 769px) {
  .-var-umaya {
    --header-logo_width: 339px;
  }
}
@media screen and (max-width: 768px) {
  .-var-umaya {
    --header-logo_width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .-var-umaya {
    --footer-logo_width:183px;
  }
}
@media screen and (max-width: 768px) {
  .-var-umaya {
    --footer-logo_width:100px;
  }
}
@media screen and (min-width: 769px) {
  .-var-umaya {
    --sd-logo_width:284px;
  }
}
@media screen and (max-width: 768px) {
  .-var-umaya {
    --sd-logo_width:220px;
  }
}

.-var-jokyo {
  --key_color01: #F8B500;
  --key_color02: #715C1F;
  --key_color03: rgba(219, 215, 200, .2);
  --key_color04: #FBFAF5;
  --header-bg_srcA: url(../../assets/img/jokyo/bg_fv01@2x.png);
  --header-bg_srcB: url(../../assets/img/jokyo/bg_fv02@2x.png);
  --header-bg_srcC: url(../../assets/img/jokyo/bg_fv_pattern.svg);
  --header-bg_line_src01: url(../../assets/img/jokyo/bg_fv_lines01.svg);
  --header-bg_line_src02: url(../../assets/img/jokyo/bg_fv_lines02.svg);
  --header-bg_line_src03: url(../../assets/img/jokyo/bg_fv_lines03.svg);
  --header-bg_pattern: url(../../assets/img/jokyo/bg_fv_pattern.svg);
  --nav-btn_color: #D3A243;
  --footer-logo_bg_src: url(../../assets/img/jokyo/bg_footer_logo.svg) repeat-x center;
  --footer-logo_bgline_src:url(../../assets/img/jokyo/bg_lines.svg) repeat-x center;
  --footer-bg_src: url(../../assets/img/jokyo/bg_footerline.svg);
  --feat-heading_accent_color: #893A04;
  --feat-heading_bg_src: url(../../assets/img/jokyo/bg_shopdata_pattern.svg);
  --feat-bg_line_src01: url(../../assets/img/jokyo/bg_feat_lines.svg);
  --feat-bg_line_src02: url(../../assets/img/jokyo/bg_feat_lines02.svg);
  --feat-slide_bg_src: url(../../assets/img/jokyo/bg_feat_slide@2x.png);
  --food-bg_src: url(../../assets/img/jokyo/bg_food_pattern.svg);
  --food-list_bg_line_src: url(../../assets/img/jokyo/bg_food_lines.svg);
  --food-exp_bg_src: url(../../assets/img/jokyo/bg_food_exp@2x.png);
  --drink-sct_bg_src01: url(../../assets/img/jokyo/bg_drink_pattern.svg);
  --drink-sct_bg_src02: url(../../assets/img/jokyo/bg_drink_pattern02.svg);
  --drink-outline_bg_src: url(../../assets/img/jokyo/bg_drink@2x.png);
  --drink-outline_bg_line_src01: url(../../assets/img/jokyo/bg_drink_lines01.svg);
  --drink-outline_bg_line_src02:url(../../assets/img/jokyo/bg_drink_lines02.svg);
  --drink-outline_bg_line_src03:url(../../assets/img/jokyo/bg_drink_lines03.svg);
  --drink-outline_bg_line_src04:url(../../assets/img/jokyo/bg_drink_lines04.svg);
  --to-bg_src: url(../../assets/img/jokyo/bg_takeout@2x.png);
  --acs-bg_line_src01:url(../../assets/img/jokyo/bg_sd_lines.svg);
  --acs-bg_line_src02:url(../../assets/img/jokyo/bg_sd_lines02.svg);
  --sd-bg_color: #715C1F;
  --sd-bg_pattern_src: url(../../assets/img/jokyo/bg_shopdata_pattern.svg);
  --contact-bg_src: url(../../assets/img/jokyo/bg_contact@2x.png);
}
@media screen and (min-width: 769px) {
  .-var-jokyo {
    --header-logo_width: 345px;
  }
}
@media screen and (max-width: 768px) {
  .-var-jokyo {
    --header-logo_width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .-var-jokyo {
    --footer-logo_width:180px;
  }
}
@media screen and (max-width: 768px) {
  .-var-jokyo {
    --footer-logo_width:117px;
  }
}
@media screen and (min-width: 769px) {
  .-var-jokyo {
    --sd-logo_width:278px;
  }
}
@media screen and (max-width: 768px) {
  .-var-jokyo {
    --sd-logo_width:220px;
  }
}

.-var-mia {
  --key_color01: #028760;
  --key_color02: #715C1F;
  --key_color03: rgba(219, 215, 200, .2);
  --key_color04: #FBFAF5;
  --header-bg_srcA: url(../../assets/img/mia/bg_fv01@2x.png);
  --header-bg_srcB: url(../../assets/img/mia/bg_fv02@2x.png);
  --header-bg_srcC: url(../../assets/img/mia/bg_fv_pattern.svg);
  --header-bg_line_src01: url(../../assets/img/mia/bg_fv_lines01.svg);
  --header-bg_line_src02: url(../../assets/img/mia/bg_fv_lines02.svg);
  --header-bg_line_src03: url(../../assets/img/mia/bg_fv_lines03.svg);
  --header-bg_pattern: url(../../assets/img/mia/bg_fv_pattern.svg);
  --footer-logo_bg_src: url(../../assets/img/mia/bg_footer_logo.svg) no-repeat center;
  --footer-logo_bgline_src:url(../../assets/img/mia/bg_lines.svg) repeat-x center;
  --footer-bg_src: url(../../assets/img/mia/bg_footerline.svg);
  --feat-heading_accent_color: #893A04;
  --feat-heading_bg_src: url(../../assets/img/mia/bg_shopdata_pattern.svg);
  --feat-bg_line_src01: url(../../assets/img/mia/bg_feat_lines.svg);
  --feat-bg_line_src02: url(../../assets/img/mia/bg_feat_lines02.svg);
  --feat-slide_bg_src: url(../../assets/img/mia/bg_feat_slide@2x.png);
  --feat-slide_bg_src02: url(../../assets/img/mia/bg_feat_slide02@2x.png);
  --food-bg_src: url(../../assets/img/mia/bg_food_pattern.svg);
  --food-bg_src02: url(../../assets/img/mia/bg_food_pattern02.svg);
  --food-list_bg_line_src: url(../../assets/img/mia/bg_food_lines.svg);
  --food-exp_bg_src: url(../../assets/img/mia/bg_food_exp@2x.png);
  --drink-sct_bg_src02: url(../../assets/img/mia/bg_drink_pattern02.svg);
  --drink-outline_bg_src: url(../../assets/img/mia/bg_drink@2x.png);
  --drink-outline_bg_line_src01: url(../../assets/img/mia/bg_drink_lines01.svg);
  --drink-outline_bg_line_src02:url(../../assets/img/mia/bg_drink_lines02.svg);
  --drink-outline_bg_line_src03:url(../../assets/img/mia/bg_drink_lines03.svg);
  --drink-outline_bg_line_src04:url(../../assets/img/mia/bg_drink_lines04.svg);
  --to-bg_src: url(../../assets/img/mia/bg_takeout@2x.png);
  --acs-bg_line_src01:url(../../assets/img/mia/bg_sd_lines.svg);
  --acs-bg_line_src02:url(../../assets/img/mia/bg_sd_lines02.svg);
  --sd-bg_color: #5B6356;
  --sd-bg_pattern_src: url(../../assets/img/mia/bg_shopdata_pattern.svg);
  --contact-bg_src: url(../../assets/img/mia/bg_contact@2x.png);
}
@media screen and (min-width: 769px) {
  .-var-mia {
    --header-logo_width: 321px;
  }
}
@media screen and (max-width: 768px) {
  .-var-mia {
    --header-logo_width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .-var-mia {
    --footer-logo_width_wrapper:410px;
    --footer-logo_width:327px;
  }
}
@media screen and (max-width: 768px) {
  .-var-mia {
    --footer-logo_width:140px;
  }
}
@media screen and (min-width: 769px) {
  .-var-mia {
    --sd-logo_width:264px;
  }
}
@media screen and (max-width: 768px) {
  .-var-mia {
    --sd-logo_width:240px;
  }
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
html::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-right: none;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
html::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

body {
  overflow: overlay;
  color: #474A4D;
  font-family: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

a {
  -wewbkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

* {
  box-sizing: border-box;
}

.container {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-content {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .l-content--food {
    max-width: 1100px;
  }
}

.l-footer {
  padding: 0 0 35px;
  background: no-repeat left bottom;
  background-image: var(--footer-bg_src);
  position: relative;
}
.l-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-footer__logo {
  padding: 0 0 37px;
  position: relative;
  background: var(--footer-logo_bg_src);
  background-size: 100% auto;
}
.l-footer__logo::before, .l-footer__logo::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background: var(--footer-logo_bgline_src);
}
@media screen and (min-width: 769px) {
  .l-footer__logo::before, .l-footer__logo::after {
    width: calc((100% - 500px) / 2);
    height: 90px;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo::before, .l-footer__logo::after {
    width: calc((100% - 220px) / 2);
    height: 60px;
    background-size: auto 100%;
  }
}
.l-footer__logo::before {
  left: 0;
}
.l-footer__logo::after {
  right: 0;
}
.l-footer__menu {
  padding: 22px 0 35px;
}
.l-footer::after {
  background-color: var(--key_color01);
}
.l-footer.-var-jokyo .l-footer__logo {
  background-position: center 55%;
}
@media screen and (min-width: 769px) {
  .l-footer.-var-mia .l-footer__logo {
    background-position: center 80%;
    background-size: 708px auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer.-var-mia .l-footer__logo {
    background-position: center 90%;
    background-size: 80% auto;
  }
}

.c-heading-lv2 {
  display: inline-block;
  color: inherit;
  font-family: 游明朝, serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .c-heading-lv2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading-lv2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-heading-lv2--yukyo {
  font-family: YuKyokasho, serif;
  font-weight: 700;
}
.c-heading-eng-lv2 {
  display: inline-block;
  color: inherit;
  font-weight: 700;
  opacity: 0.16;
}
@media screen and (min-width: 769px) {
  .c-heading-eng-lv2 {
    font-size: 59px;
    font-size: 5.9rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading-eng-lv2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-btn-round-edge {
  display: inline-block;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  max-width: 170px;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-btn-round-edge {
    padding: 5px 10px;
  }
  .c-btn-round-edge:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-round-edge {
    padding: 10px 5px;
  }
}
.c-btn-personal-edge, .c-btn-personal-fill {
  display: inline-block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-btn-personal-edge, .c-btn-personal-fill {
    padding: 5px 0;
  }
  .c-btn-personal-edge:hover, .c-btn-personal-fill:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-personal-edge, .c-btn-personal-fill {
    padding: 10px 0;
    max-width: 200px;
  }
}
.c-btn-personal-edge .label, .c-btn-personal-fill .label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.c-btn-personal-edge--umaya, .c-btn-personal-fill--umaya {
  --this_btn_color: #BB5520;
}
.c-btn-personal-edge--jokyo, .c-btn-personal-fill--jokyo {
  --this_btn_color: #F8B500;
}
.c-btn-personal-edge--mia, .c-btn-personal-fill--mia {
  --this_btn_color: #028760;
}
.c-btn-personal-edge {
  border: 2px solid var(--this_btn_color);
  color: var(--this_btn_color);
}
.c-btn-personal-fill {
  background: var(--this_btn_color);
  color: #fff;
}
.c-bg-rotate {
  position: absolute;
  display: block;
  background: var(--key_color04);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.c-bg-rotate::before, .c-bg-rotate::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: no-repeat 0 0;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-bg-rotate::before, .c-bg-rotate::after {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .c-bg-rotate::before, .c-bg-rotate::after {
    background-size: cover;
  }
}
.c-bg-rotate::before {
  top: -10px;
  background-image: url(../../assets/img/common/bg_rotate_top.svg);
  background-position: top;
}
.c-bg-rotate::after {
  bottom: -10px;
  background-image: url(../../assets/img/common/bg_rotate_btm.svg);
  background-position: bottom;
}
.c-bg-rotate--dark::before {
  background-image: url(../../assets/img/common/bg_rotate_dark_top.svg);
}
.c-bg-rotate--dark::after {
  background-image: url(../../assets/img/common/bg_rotate_dark_btm.svg);
}
.c-text-deco-marker {
  background: #fff;
  padding: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .c-figure {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-figure__row {
    display: table-row;
  }
}
@media screen and (max-width: 768px) {
  .c-figure__row {
    padding: 14px 15px 14px 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  .c-figure__row__heading, .c-figure__row__cell {
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    padding: 26px 10px 16px;
  }
}
@media screen and (min-width: 769px) {
  .c-figure__row__heading {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-figure__row__heading {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-figure__row:last-child .c-figure__row {
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .c-figure__row:last-child .c-figure__row__heading, .c-figure__row:last-child .c-figure__row__cell {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .c-figure--borderless .c-figure__row {
    border-bottom: none;
  }
}
.c-figure--borderless .c-figure__row__heading, .c-figure--borderless .c-figure__row__cell {
  border-bottom: none;
}
.c-figure--singleColumn {
  display: block;
}
.c-figure--singleColumn .c-figure__row {
  display: block;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .c-figure--singleColumn .c-figure__row {
    padding: 0;
  }
}
.c-figure--singleColumn .c-figure__row__heading, .c-figure--singleColumn .c-figure__row__cell {
  display: block;
  padding: 0;
}
.c-figure--singleColumn .c-figure__row__heading {
  margin: 0 0 5px;
}
.c-figure--singleColumn .c-figure__row:last-child {
  margin-bottom: 0;
}
.c-googlemap-iframe {
  position: relative;
  width: 100%;
  height: 337px;
}
.c-googlemap-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-googlemap-iframe--shopMap {
  height: 268px;
  padding-top: 0;
}
.c-footer-logo {
  display: flex;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-footer-logo {
    max-width: var(--footer-logo_width_wrapper, 300px);
    height: 234px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-logo {
    max-width: 180px;
    height: 140px;
  }
}
.c-footer-logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}
.c-footer-logo__img {
  max-width: var(--footer-logo_width);
  margin: 0 auto;
}
.c-footer-logo__img img {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer-copyright {
  text-align: center;
  font-size: 9px;
  font-size: 0.9rem;
}

.p-heading {
  color: #333;
  text-align: center;
}
.p-heading [class^=c-heading-eng] {
  color: #5B6356;
}
.p-heading__body {
  position: relative;
  display: inline-block;
  padding: 40px 0 0;
}
.p-heading__body [class^=c-heading-eng] {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
.p-listThumb {
  display: flex;
}
.p-listThumb > li img {
  width: 100%;
  height: auto;
}
.p-listThumb-footer {
  position: relative;
  padding: 0 0 70px;
}
.p-listThumb-footer .c-bg-rotate {
  width: 110%;
  height: 150%;
  right: 0;
  bottom: 60px;
  z-index: -1;
}
.p-listThumb-footer-bg {
  position: relative;
}
.p-listThumb-footer-bg::before, .p-listThumb-footer-bg::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}
.p-listThumb-footer-bg::before {
  left: 0;
  background-image: url(../../assets/img/top/bg_topft_lines01.svg);
}
@media screen and (min-width: 769px) {
  .p-listThumb-footer-bg::before {
    top: -45px;
    width: 133px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-listThumb-footer-bg::before {
    top: -22px;
    width: 66px;
    height: 22px;
  }
}
.p-listThumb-footer-bg::after {
  left: 0;
  background-image: url(../../assets/img/top/bg_topft_lines02.svg);
}
@media screen and (min-width: 769px) {
  .p-listThumb-footer-bg::after {
    bottom: -78px;
    width: 80px;
    height: 78px;
  }
}
@media screen and (max-width: 768px) {
  .p-listThumb-footer-bg::after {
    bottom: -39px;
    width: 40px;
    height: 39px;
  }
}
.p-listThumb-footer-bg__image {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 460px;
  height: 130%;
  background: var(--key_color01);
}
.p-listThumb-footer-bg__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: no-repeat center;
  background-image: url(../../assets/img/top/bg_footer_photo@2x.png);
  background-color: var(--key_color01);
  background-size: cover;
  mix-blend-mode: soft-light;
}
.p-listThumb-footer__inner {
  position: relative;
  z-index: 1;
}
.p-listThumb-footer__inner::before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  right: 0;
  background: url(../../assets/img/top/bg_topft_lines03.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-listThumb-footer__inner::before {
    bottom: -60px;
    width: 279px;
    height: 111px;
  }
}
@media screen and (max-width: 768px) {
  .p-listThumb-footer__inner::before {
    background-repeat: repeat-x;
    background-size: auto 100%;
    bottom: -55px;
    width: 200px;
    height: 55px;
  }
}
.p-listThumb-footer__inner .p-listThumb {
  position: relative;
  z-index: 1;
}
.p-listThumb--idx > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-listThumb--insta {
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-listThumb--insta > li {
    width: 25%;
  }
  .p-listThumb--insta > li:nth-child(n+5) {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-listThumb--insta > li {
    width: 50%;
  }
  .p-listThumb--insta > li:nth-child(n+3) {
    margin-top: 4px;
  }
}
.p-listThumb__wrapper {
  position: relative;
  z-index: 1;
}
.p-listThumb__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  border: 2px solid #fff;
  box-sizing: border-box;
  z-index: -1;
}
.p-section-about {
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
}
.p-section-about::before, .p-section-about::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}
.p-section-about::before {
  right: 0;
  background-image: url(../../assets/img/top/bg_about_lines01.svg);
}
@media screen and (min-width: 769px) {
  .p-section-about::before {
    width: 269px;
    height: 155px;
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-about::before {
    width: 134px;
    height: 77px;
    top: 20px;
  }
}
.p-section-about::after {
  background-image: url(../../assets/img/top/bg_about_lines02.svg);
}
@media screen and (min-width: 769px) {
  .p-section-about::after {
    right: -55px;
    bottom: 20px;
    width: 183px;
    height: 191px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-about::after {
    right: -25px;
    bottom: 50px;
    width: 91px;
    height: 95px;
  }
}
@media screen and (min-width: 769px) {
  .p-section-about__inner {
    margin: 0 0 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-about__inner {
    margin: 0 0 100px 15px;
  }
}
.p-section-firstview {
  padding: 0 0 70px;
  background: url(../../assets/img/common/bg_fv_texture@2x.png) no-repeat 0 top;
  background-size: cover;
}
.p-section-firstview.-var-top {
  position: relative;
  padding-top: 47px;
}
.p-section-firstview.-var-top .p-section-firstview__inner {
  position: relative;
  z-index: 5;
}
.p-section-firstview.-var-top .bg-firstview {
  position: absolute;
  background: var(--key_color01);
}
.p-section-firstview.-var-top .bg-firstview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--key_color01) no-repeat 0 0;
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}
.p-section-firstview.-var-top .bg-firstview--right {
  width: 50%;
  height: 326px;
  right: 0;
  bottom: 108px;
}
.p-section-firstview.-var-top .bg-firstview--right::after {
  background-image: url(../../assets/img/top/bg_topfv01@2x.png);
}
.p-section-firstview.-var-top .bg-firstview--left {
  width: 476px;
  height: 326px;
  left: -35px;
  top: -21px;
}
.p-section-firstview.-var-top .bg-firstview--left::after {
  background-image: url(../../assets/img/top/bg_topfv02@2x.png);
}
.p-section-firstview.-var-top .bg-rect {
  width: 100%;
  max-width: 693px;
  height: 78px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 28px;
  bottom: -40px;
}
.p-section-firstview.-var-top::before, .p-section-firstview.-var-top::after {
  content: "";
  display: block;
  position: absolute;
}
.p-section-firstview.-var-top::before {
  left: 0;
  bottom: 0;
  background: url(../../assets/img/top/bg_fv_lines02.svg) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-section-firstview.-var-top::before {
    width: 312px;
    height: 243px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-firstview.-var-top::before {
    width: 156px;
    height: 121px;
  }
}
.p-section-firstview.-var-top::after {
  right: 0;
  bottom: 0;
  background: url(../../assets/img/top/bg_fv_lines03.svg) repeat-y 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .p-section-firstview.-var-top::after {
    width: 111px;
    height: 126px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-firstview.-var-top::after {
    width: 55px;
    height: 63px;
  }
}
.p-section-shopList {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-section-shopList {
    margin: 0 0 100px;
  }
}
.p-section-shopList .c-bg-rotate {
  right: -30px;
  top: -40px;
  width: 120%;
  height: 110%;
  -webkit-transform-origin: right;
  transform-origin: right;
}
@media screen and (max-width: 768px) {
  .p-section-shopList .c-bg-rotate {
    right: -60px;
    width: 130%;
  }
}
.p-section-shopList::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -50%;
  background: url(../../assets/img/top/bg_shop_pattern.svg) no-repeat 0 0;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-section-shopList::before {
    width: 1466px;
    height: 1360px;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@media screen and (max-width: 768px) {
  .p-section-shopList::before {
    width: 733px;
    height: 680px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.p-section-shopList__inner {
  position: relative;
  z-index: 1;
}
.p-section-shopList__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  background: url(../../assets/img/top/bg_shop_lines01.svg) repeat-x 0 0;
  background-size: auto 100%;
  height: 243px;
}
@media screen and (max-width: 768px) {
  .p-section-shopList__inner::before {
    background-repeat: repeat;
    background-size: 50% auto;
  }
}
.p-section-feat {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-section-feat {
    margin-bottom: 50px;
  }
}
.p-section-feat::before {
  content: "";
  display: block;
  width: 30%;
  height: 255px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--key_color04);
}
.p-section-food {
  padding: 30px 0 0;
}
.p-section-food__body {
  position: relative;
  z-index: 1;
  margin-top: -36px;
}
@media screen and (min-width: 769px) {
  .p-section-food__body {
    padding-bottom: 30px;
  }
}
.p-section-food__body .c-bg-rotate {
  right: -30px;
  top: -70px;
  width: 120%;
  height: 80%;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.p-section-food__body::before {
  content: "";
  display: none;
  position: absolute;
  background-size: auto 100%;
  background: repeat-x 0 0;
}
.p-section-food.-var-mia .p-section-food__body::before {
  display: block;
  width: 100%;
  left: 0;
  background-image: url(../../assets/img/mia/bg_food_pattern03.svg);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media screen and (min-width: 769px) {
  .p-section-food.-var-mia .p-section-food__body::before {
    height: 100px;
    top: -18px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-food.-var-mia .p-section-food__body::before {
    height: 50px;
    top: -50px;
  }
}
.p-section-drink {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-section-drink {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-drink {
    padding: 50px 0 50px;
  }
}
.p-section-drink::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.p-section-drink::after {
  background: no-repeat 0 0;
  background-image: var(--drink-sct_bg_src01);
  background-size: cover;
}
.p-section-drink .c-bg-rotate {
  right: 0;
  top: 110px;
  width: 110%;
  height: 200px;
  -webkit-transform-origin: right;
  transform-origin: right;
  z-index: -1;
}
.p-section-drink__inner {
  position: relative;
}
.p-section-drink__inner::before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-image: var(--drink-sct_bg_src02);
  background-size: cover;
}
.p-section-drink.-var-umaya::after {
  left: 55%;
  top: -80px;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  width: 820px;
  height: 835px;
}
.p-section-drink.-var-umaya .p-section-drink__inner::before {
  width: 778px;
  height: 638px;
  left: 50%;
  bottom: -200px;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.p-section-drink.-var-jokyo::after {
  left: 62%;
  top: -30px;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  width: 975px;
  height: 1005px;
}
.p-section-drink.-var-jokyo .p-section-drink__inner::before {
  width: 910px;
  height: 738px;
  left: 50%;
  bottom: -340px;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
.p-section-drink.-var-mia .p-section-drink__inner::before {
  width: 55%;
  height: 135px;
  left: 0;
  top: 90px;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.p-section-takeout {
  color: #fff;
  background: #0F214E;
  margin: 0 0 50px;
  position: relative;
  z-index: 3;
}
.p-section-takeout__inner {
  width: 100%;
  height: 100%;
  background: #0F214E;
  position: relative;
}
.p-section-takeout__inner::before, .p-section-takeout__inner::after {
  content: "";
  display: block;
  position: absolute;
}
.p-section-takeout__inner::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0.6;
  background: no-repeat center;
  background-image: var(--to-bg_src);
  background-size: cover;
  mix-blend-mode: soft-light;
}
.p-section-takeout__inner::before {
  background: #fff;
  width: 65%;
  height: 100%;
  left: 0;
  top: -30px;
  z-index: -1;
}
.p-section-takeout__body {
  height: 100%;
  min-height: 237px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.p-section-takeout__body__inner {
  text-align: center;
}
.p-section-takeout__body__inner .heading {
  font-family: 游明朝, serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-section-takeout__body__inner .heading {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-takeout__body__inner .heading {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 13px;
  }
}
.p-section-takeout__body__inner .text-exp {
  margin: 0 0 20px;
}
.p-section-access {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-section-access {
    padding: 100px 0 73px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-access {
    padding: 70px 0 40px;
  }
}
.p-section-access .c-bg-rotate {
  width: 110%;
  height: 100%;
  right: 0;
  top: 250px;
  z-index: -1;
}
.p-section-access__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-section-access__inner {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-access__inner {
    margin: 0 0 0 15px;
  }
}
.p-section-access__inner::before, .p-section-access__inner::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-size: auto 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-section-access__inner::before, .p-section-access__inner::after {
    height: 111px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-access__inner::before, .p-section-access__inner::after {
    height: 55px;
  }
}
.p-section-access__inner::before {
  background-image: var(--acs-bg_line_src01);
  left: -40px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-section-access__inner::before {
    top: -67px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-access__inner::before {
    top: -30px;
  }
}
.p-section-access__inner::after {
  background-image: var(--acs-bg_line_src02);
  right: 0;
  bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-section-access__inner::after {
    width: 168px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-access__inner::after {
    width: 84px;
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .p-section-access .googlemap {
    width: 65%;
    margin-top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-access .googlemap {
    width: 85%;
    margin-top: -100px;
    position: relative;
    z-index: 1;
  }
}
.p-section-access .googlemap--fullwidth {
  width: calc(100% + 40px);
  margin-left: -40px;
  margin-top: 0;
}
.p-section-access.-var-top::before {
  content: "";
  display: block;
  width: 70%;
  height: 100px;
  background: #BCB9AE;
  position: absolute;
  right: 0;
  top: 50px;
  opacity: 0.38;
}
.p-section-access.-var-top::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background: url(../../assets/img/top/bg_comp_lines.svg) no-repeat 0 0;
  background-size: auto 100%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-section-access.-var-top::after {
    top: -10px;
    width: 281px;
    height: 257px;
  }
}
@media screen and (max-width: 768px) {
  .p-section-access.-var-top::after {
    top: 50px;
    width: 140px;
    height: 123px;
  }
}
.p-about__inner {
  display: flex;
}
.p-about__heading {
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-about__heading {
    max-width: 135px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__heading {
    max-width: 90px;
  }
}
.p-about__heading [class^=c-heading-eng] {
  position: absolute;
  top: -35px;
  white-space: nowrap;
  color: #DBD7C7;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-about__heading [class^=c-heading-eng] {
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__heading [class^=c-heading-eng] {
    right: -40px;
  }
}
.p-about__heading .c-heading-lv2 {
  text-align: left;
}
.p-about__heading .c-heading-lv2 > span {
  display: block;
}
.p-about__heading .c-heading-lv2 > span:nth-child(2) {
  text-indent: 2.4em;
}
.p-about__body {
  flex: 1;
  position: relative;
}
.p-about__body .text {
  position: absolute;
  left: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .p-about__body .text {
    width: calc(100% - 102px);
  }
}
@media screen and (max-width: 768px) {
  .p-about__body .text {
    width: calc(100% - 40px);
  }
}
.p-about__body .text p {
  text-align: center;
  margin: 0 0 40px;
}
.p-about__body .text p:last-child {
  margin-bottom: 0;
}
.p-about__body .bg-image {
  position: relative;
  background: var(--key_color01);
  width: 100%;
}
.p-about__body .bg-image img {
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about__body .bg-image:nth-child(1) {
  margin: 0 0 25px auto;
}
@media screen and (min-width: 769px) {
  .p-about__body .bg-image:nth-child(1) {
    width: 66.5343915344%;
    height: 312px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__body .bg-image:nth-child(1) {
    width: 80%;
    height: 240px;
  }
}
.p-about__body .bg-image:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-about__body .bg-image:nth-child(2) {
    width: 52.9100529101%;
    height: 248px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__body .bg-image:nth-child(2) {
    width: 70%;
    height: 180px;
  }
}
@media screen and (min-width: 769px) {
  .p-about__body .bg-image:nth-child(3) {
    width: 47.8835978836%;
    height: 225px;
    margin: 0 80px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-about__body .bg-image:nth-child(3) {
    width: 60%;
    height: 160px;
    margin: 0 40px 0 auto;
  }
}
.p-about__body .bg-images {
  position: relative;
  padding: 25px 0 0;
}
@media screen and (min-width: 769px) {
  .p-about__body .bg-images {
    margin: 0 0 0 22px;
  }
}
.p-navigation {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-navigation {
    margin: 0 5px;
  }
}
.p-navigation > li {
  width: calc((100% - 36px) / 3);
  margin: 0 18px 18px 0;
}
.p-navigation > li:nth-child(-n+3) {
  margin-bottom: 0;
}
.p-navigation > li:nth-child(3n) {
  margin-right: 0;
}
.p-navigation > li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 0 10px;
}
.p-navigation > li a .btn {
  display: block;
  border-radius: 8px;
  border: 2px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background: var(--nav-btn_color);
}
@media screen and (min-width: 769px) {
  .p-navigation > li a .btn {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-navigation > li a .btn {
    padding: 10px 5px;
  }
}
.p-navigation > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .p-navigation > li a::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-navigation > li a::after {
    width: 8px;
    height: 8px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.p-firstview {
  position: relative;
}
.p-firstview::before, .p-firstview::after {
  content: "";
  display: block;
  background: no-repeat 0 0;
  background-size: contain;
  position: absolute;
  z-index: 10;
}
.p-firstview::before {
  top: 0;
  background-image: var(--header-bg_line_src01);
}
@media screen and (min-width: 769px) {
  .p-firstview::before {
    left: -50px;
    width: 254px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview::before {
    left: 0;
    width: 127px;
    height: 130px;
  }
}
.p-firstview::after {
  background-image: var(--header-bg_line_src03);
  bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-firstview::after {
    right: -40px;
    width: 120px;
    height: 111px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview::after {
    right: 0px;
    width: 60px;
    height: 55px;
    z-index: 1;
  }
}
.p-firstview__mainLayer {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-firstview__mainLayer {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview__mainLayer {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-firstview__mainLayer > * {
    width: 50%;
  }
}
.p-firstview__mainLayer-idx {
  position: relative;
}
.p-firstview__mainLayer-idx img {
  display: block;
}
.p-firstview__mainLayer-idx .column-logo__bg {
  max-width: 693px;
  width: 100%;
  height: 417px;
  overflow: hidden;
}
.p-firstview__mainLayer-idx .column-logo__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-firstview__mainLayer-idx .column-logo__bg .p-listThumb {
  height: 100%;
}
.p-firstview__mainLayer-idx .column-logo__bg .p-listThumb > li {
  height: 100%;
}
.p-firstview__mainLayer-idx .column-logo .sitelogo {
  background: rgba(29, 29, 29, 0.83);
  color: #fff;
  padding: 24px 0;
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 100%;
  max-width: 291px;
  z-index: 11;
}
.p-firstview__mainLayer-idx .column-logo .sitelogo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background: rgba(29, 29, 29, 0.83);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.p-firstview__mainLayer-idx .column-logo .sitelogo__sub, .p-firstview__mainLayer-idx .column-logo .sitelogo__img {
  display: block;
  text-align: center;
}
.p-firstview__mainLayer-idx .column-logo .sitelogo__sub {
  font-family: 游明朝, serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-firstview__mainLayer-idx .column-logo .sitelogo__img {
  width: 138px;
  margin: 0 auto;
}
.p-firstview__mainLayer-idx .column-logo .sitelogo__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-firstview__mainLayer-idx .column-catchcopy {
  position: absolute;
  right: 0;
  top: -120px;
}
.p-firstview__mainLayer-idx .column-catchcopy__bg {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-firstview__mainLayer-idx .column-catchcopy__bg {
    max-width: 350px;
    height: 481px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview__mainLayer-idx .column-catchcopy__bg {
    max-width: 280px;
    height: 300px;
  }
}
.p-firstview__mainLayer-idx .column-catchcopy__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy {
  background: #fff;
  max-width: 160px;
  width: 100%;
  position: absolute;
  left: 60px;
  top: 73px;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy {
    min-height: 324px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy {
    min-height: 240px;
  }
}
.p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy::before {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -7px;
  width: 100%;
  height: calc(100% + 17px);
  box-sizing: border-box;
  border: 2px solid #fff;
  z-index: -1;
}
.p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy p {
  display: inline-block;
  font-weight: 700;
  font-family: YuKyokasho, serif;
  text-align: center;
  padding: 20px 0 14px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy p {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy p > span {
  display: block;
  text-align: left;
  letter-spacing: 0.2em;
}
.p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy p > span:nth-child(2) {
  text-indent: 2.1em;
}
.p-firstview__mainLayer-idx .column-catchcopy .text-catchcopy p > span:nth-child(3) {
  text-indent: 4.2em;
}
.p-firstview-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-firstview-bgA, .p-firstview-bgB, .p-firstview-bgC {
  position: absolute;
  background: var(--key_color02);
  top: 50%;
}
.p-firstview-bgA::before, .p-firstview-bgB::before, .p-firstview-bgC::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: no-repeat center;
  background-color: var(--key_color02);
  background-size: cover;
  mix-blend-mode: soft-light;
}
.p-firstview-bgA, .p-firstview-bgC {
  width: 451px;
  height: 340px;
  left: 40px;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}
.p-firstview-bgA {
  z-index: 2;
}
.p-firstview-bgA::before {
  background-image: var(--header-bg_srcA);
}
.p-firstview-bgB {
  width: 50vw;
  height: 228px;
  right: 360px;
  -webkit-transform: translate(100%, -30%);
  transform: translate(100%, -30%);
}
.p-firstview-bgB::before {
  background-image: var(--header-bg_srcB);
}
.p-firstview-bgC {
  position: absolute;
  top: 50%;
  background: #DBD7C7;
  -webkit-transform: translate(-40px, calc(-60% + 16px));
  transform: translate(-40px, calc(-60% + 16px));
  z-index: 1;
}
.p-firstview-bgC::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: no-repeat 0 0;
  background-image: var(--header-bg_srcC);
  background-size: cover;
}
.p-firstview-panel {
  background: var(--key_color01);
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-firstview-panel {
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview-panel {
    margin: -70px 40px 0 0;
    padding: 0 0 0 15px;
    z-index: 10;
  }
}
.p-firstview-panel::before, .p-firstview-panel::after {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
}
.p-firstview-panel::before {
  right: 0;
  top: 0;
  background: var(--key_color01);
}
.p-firstview-panel::after {
  height: calc(100% + 10px);
  right: -10px;
  top: 0;
  box-sizing: border-box;
  border: 2px solid var(--key_color01);
}
@media screen and (min-width: 769px) {
  .p-firstview-panel::after {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview-panel::after {
    width: 120%;
  }
}
.p-firstview-panel__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-firstview-panel__inner {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview-panel__inner {
    padding: 20px 0 10px;
    margin-right: 15px;
    width: 100%;
  }
}
.p-firstview-panel .sitelogo {
  max-width: var(--header-logo_width);
  margin: 0 auto;
}
.p-firstview-panel .sitelogo img {
  width: 100%;
  height: auto;
}
.p-firstview-panel .-navigation {
  padding-top: 16px;
}
.p-firstview-slide {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .p-firstview-slide {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview-slide {
    margin: 0 30px;
  }
}
.p-firstview-slide::before {
  content: "";
  display: block;
  background: no-repeat 0 0;
  background-size: contain;
  position: absolute;
  width: 111px;
  height: 105px;
  background-image: var(--header-bg_line_src02);
  left: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-firstview-slide::before {
    display: none;
  }
}
.p-firstview-slide__inner {
  position: relative;
  z-index: 1;
}
.p-firstview-slide__inner .swiper-container {
  max-width: 364px;
  margin: 0 auto;
  overflow: hidden;
}
.p-firstview-slide__inner::before, .p-firstview-slide__inner::after {
  content: "";
  display: block;
  position: absolute;
}
.p-firstview-slide__inner::before {
  width: 279px;
  height: 436px;
  right: -14px;
  bottom: -8px;
  background: #DBD7C7;
  z-index: -1;
}
.p-firstview-slide__inner::after {
  width: 240px;
  height: 255px;
  right: -40px;
  top: 21px;
  background: var(--key_color01);
  z-index: -2;
}
.p-firstview.-var-top::before {
  top: -45px;
  background-image: url(../../assets/img/top/bg_fv_lines01.svg);
  left: -45px;
}
@media screen and (min-width: 769px) {
  .p-firstview.-var-top::before {
    width: 111px;
    height: 278px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview.-var-top::before {
    left: 0;
    width: 55px;
    height: 139px;
  }
}
.p-firstview.-var-umaya .p-firstview-bgC::after {
  -webkit-transform: translate(-40%, -32%);
  transform: translate(-40%, -32%);
}
@media screen and (min-width: 769px) {
  .p-firstview.-var-umaya .p-firstview-bgC::after {
    width: 778px;
    height: 638px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview.-var-umaya .p-firstview-bgC::after {
    width: 389px;
    height: 319px;
    top: 20%;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-firstview.-var-jokyo .p-firstview-bgC::after {
    -webkit-transform: translate(-40%, -55%);
    transform: translate(-40%, -55%);
    width: 575px;
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview.-var-jokyo .p-firstview-bgC::after {
    width: 287px;
    height: 325px;
    left: -40px;
    top: -20%;
  }
}
.p-firstview.-var-mia .p-firstview-bgC::after {
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 769px) {
  .p-firstview.-var-mia .p-firstview-bgC::after {
    top: auto;
    bottom: 0;
    width: 80vw;
    height: 135px;
  }
}
@media screen and (max-width: 768px) {
  .p-firstview.-var-mia .p-firstview-bgC::after {
    top: 50%;
    width: 50vw;
    height: 67px;
  }
}
.p-feat {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-feat {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-feat {
    margin: 0 0 0 15px;
  }
}
.p-feat__heading {
  max-width: 206px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .p-feat__heading {
    padding: 22px 30px 35px;
    margin: -30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__heading {
    padding: 11px 15px 12px;
    margin: -15px 0;
  }
}
.p-feat__heading::before, .p-feat__heading::after {
  content: "";
  display: block;
  position: absolute;
}
.p-feat__heading::before {
  width: 10px;
  height: 100%;
  right: -10px;
  top: 0;
  border: 2px solid #fff;
  border-left: none;
  box-sizing: border-box;
  z-index: 2;
}
.p-feat__heading::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: no-repeat 0 0;
  background-image: var(--feat-heading_bg_src);
  background-size: cover;
  z-index: 1;
}
.p-feat__heading .heading {
  font-family: 游明朝, serif;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-feat__heading .heading {
    min-height: 480px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__heading .heading {
    min-height: 240px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-feat__heading .heading > span {
  display: block;
  letter-spacing: 0.25em;
}
.p-feat__heading .heading > span:nth-child(2) {
  text-align: center;
}
.p-feat__heading .heading > span:last-child {
  text-align: right;
}
.p-feat__heading .heading > span > span {
  color: var(--feat-heading_accent_color);
}
@media screen and (min-width: 769px) {
  .p-feat__heading .heading > span > span {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__heading .heading > span > span {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-feat__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-feat__content__top, .p-feat__content__btm {
    padding: 0 0 0 37px;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__content__top, .p-feat__content__btm {
    padding: 0 0 0 20px;
  }
}
.p-feat__content__top {
  padding-top: 10px;
  background: var(--key_color04);
  position: relative;
  -webkit-box-shadow: 7px 7px 0 0 var(--key_color01);
  box-shadow: 7px 7px 0 0 var(--key_color01);
}
.p-feat__content__top::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--key_color01);
}
.p-feat__content__top__inner {
  margin-top: -20px;
  padding-bottom: 30px;
  position: relative;
}
.p-feat__content__top__inner::before, .p-feat__content__top__inner::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}
.p-feat__content__top__inner::before {
  right: 0;
  background-image: var(--feat-bg_line_src01);
}
@media screen and (min-width: 769px) {
  .p-feat__content__top__inner::before {
    width: 111px;
    height: 153px;
    bottom: -123px;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__content__top__inner::before {
    width: 55px;
    height: 76px;
    bottom: -40px;
  }
}
.p-feat__content__top__inner::after {
  right: 0;
  bottom: 2px;
  background-image: var(--feat-bg_line_src02);
}
@media screen and (min-width: 769px) {
  .p-feat__content__top__inner::after {
    width: 188px;
    height: 89px;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__content__top__inner::after {
    width: 99px;
    height: 40px;
  }
}
.p-feat__content__top__bg {
  position: absolute;
  right: 0;
  top: -55px;
  width: 80%;
  height: 214px;
  background: var(--key_color02);
}
.p-feat__content__top__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: no-repeat center;
  background-color: var(--key_color02);
  background-image: var(--feat-slide_bg_src);
  background-size: cover;
  mix-blend-mode: soft-light;
}
.p-feat__content__top .slide-area {
  position: relative;
  z-index: 5;
  margin-top: -10px;
  padding: 5px 0 0 5px;
}
.p-feat__content__top .slide-area::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 105px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--key_color01);
}
.p-feat__content__top .slide-area__inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-feat__content__top .slide-area__inner {
    max-width: calc(100vw - 276px);
  }
}
@media screen and (max-width: 768px) {
  .p-feat__content__top .slide-area__inner {
    max-width: calc(100vw - 180px);
  }
}
.p-feat__content__btm {
  flex: 1;
  padding-bottom: 40px;
  background: var(--key_color04);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-feat__content__btm {
    padding-left: 43px;
    width: 100%;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__content__btm {
    padding-left: 23px;
    margin-right: 40px;
    padding-top: 20px;
  }
}
.p-feat__content__btm::after {
  content: "";
  display: block;
  width: 7px;
  height: calc(100% - 7px);
  position: absolute;
  right: -7px;
  bottom: 7px;
  background: var(--key_color01);
}
.p-feat__content__btm p {
  font-weight: 700;
}
.p-feat__content__btm__bg {
  position: absolute;
  left: -30px;
  top: 0;
  width: 553px;
  background: var(--key_color02);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-feat__content__btm__bg {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .p-feat__content__btm__bg {
    display: none;
  }
}
.p-feat__content__btm__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat 0 0;
  background-color: var(--key_color02);
  background-image: var(--feat-slide_bg_src02);
  background-size: cover;
}
.p-feat.-var-umaya .p-feat__heading .heading > span:nth-child(2) {
  text-indent: -2.5em;
}
.p-feat.-var-umaya .p-feat__heading::after {
  width: 230px;
  height: 247px;
  -webkit-transform: translate(-47%, -50%);
  transform: translate(-47%, -50%);
}
.p-feat.-var-jokyo .p-feat__heading .heading > span:nth-child(2) {
  text-indent: -1.5em;
}
.p-feat.-var-jokyo .p-feat__heading .heading > span:nth-child(3) {
  text-align: left;
  text-indent: 7.5em;
}
.p-feat.-var-jokyo .p-feat__heading::after {
  width: 716px;
  height: 380px;
  -webkit-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
}
@media screen and (min-width: 769px) {
  .p-feat.-var-mia {
    padding-bottom: 40px;
  }
}
.p-feat.-var-mia .p-feat__heading {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-feat.-var-mia .p-feat__content__btm {
    padding-bottom: 80px;
    margin-bottom: -40px;
  }
}
.p-food-contentList {
  background: #FFF;
  border-right: 1px solid var(--key_color01);
  border-top: 1px solid var(--key_color01);
  -webkit-box-shadow: 10px 10px 0 0 var(--key_color01);
  box-shadow: 10px 10px 0 0 var(--key_color01);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-food-contentList {
    padding: 50px 0 150px 50px;
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-food-contentList {
    padding: 50px 0 150px 30px;
    margin: 0 30px 0 0;
  }
}
.p-food-contentList::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -1px;
  top: -1px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: var(--key_color01);
}
.p-food-contentList::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  width: 50%;
  height: 205px;
  background: #FBFAF5;
}
.p-food-contentList__inner {
  position: relative;
}
.p-food-contentList__inner::before, .p-food-contentList__inner::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-size: cover;
}
.p-food-contentList__inner::before {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
  background-image: var(--food-bg_src);
}
.p-food-contentList__inner::after {
  display: none;
  background-image: var(--food-bg_src02);
}
@media screen and (min-width: 769px) {
  .p-food-contentList.-var-umaya .p-food-contentList__inner::before {
    width: 1032px;
    height: 516px;
  }
}
@media screen and (max-width: 768px) {
  .p-food-contentList.-var-umaya .p-food-contentList__inner::before {
    width: 516px;
    height: 258px;
  }
}
@media screen and (min-width: 769px) {
  .p-food-contentList.-var-jokyo .p-food-contentList__inner::before {
    width: 1068px;
    height: 1135px;
    -webkit-transform: translate(-67%, -52%);
    transform: translate(-67%, -52%);
  }
}
@media screen and (max-width: 768px) {
  .p-food-contentList.-var-jokyo .p-food-contentList__inner::before {
    width: 534px;
    height: 567px;
  }
}
.p-food-contentList.-var-mia::before {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-food-contentList.-var-mia .p-food-contentList__inner::before, .p-food-contentList.-var-mia .p-food-contentList__inner::after {
    width: 263px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-food-contentList.-var-mia .p-food-contentList__inner::before, .p-food-contentList.-var-mia .p-food-contentList__inner::after {
    width: 131px;
    height: 130px;
  }
}
.p-food-contentList.-var-mia .p-food-contentList__inner::before {
  left: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
}
.p-food-contentList.-var-mia .p-food-contentList__inner::after {
  display: block;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-food-contentList.-var-mia .p-food-contentList__inner::after {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-food-contentList.-var-mia .p-food-contentList__inner::after {
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-food-list {
    margin: 0 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-food-list {
    margin: 0 10px;
  }
}
.p-food-list > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-food-list > li {
    display: flex;
    justify-content: center;
    width: calc((100% - 98px) / 3);
    margin: 30px 49px 0 0;
  }
  .p-food-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .p-food-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-food-list > li {
    text-align: center;
    margin: 0 0 20px;
    max-width: 300px;
    width: 100%;
  }
  .p-food-list > li:nth-child(2n-1) {
    margin-right: auto;
  }
  .p-food-list > li:nth-child(2n) {
    margin-left: auto;
  }
  .p-food-list > li:last-child {
    margin-bottom: 0;
  }
}
.p-food-list > li .food-block {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-food-list > li .food-block {
    display: inline-block;
  }
}
.p-food-list > li .food-block::before {
  content: "";
  display: block;
  width: 111px;
  height: 170px;
  position: absolute;
  right: 0;
  top: 0;
  background: no-repeat 0 0;
  background-image: var(--food-list_bg_line_src);
  background-size: contain;
}
.p-food-list > li .food-block__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 185px;
  height: 100%;
}
.p-food-list > li .food-name {
  flex: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  font-family: 游明朝, serif;
  font-weight: 600;
  padding: 0 15px 0 0;
}
.p-food-list > li .food-name .text-name {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 1em;
}
.p-food-list > li .food-name .text-price {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em 0 0;
}
.p-food-list > li .food-thumb {
  display: flex;
  align-items: flex-end;
}
.p-food-list > li .food-thumb img {
  display: block;
  max-width: 160px;
  width: calc(100% - 15px);
  height: auto;
  margin-right: auto;
}
.p-food-exp {
  background: var(--key_color02);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-food-exp {
    width: calc(100% - 176px);
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-food-exp {
    width: calc(100% - 40px);
    position: relative;
    margin: -110px 0 0 auto;
  }
}
.p-food-exp::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: no-repeat center;
  background-color: var(--key_color02);
  background-image: var(--food-exp_bg_src);
  background-size: cover;
  mix-blend-mode: soft-light;
}
.p-food-exp__inner {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .p-food-exp__inner {
    margin: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-food-exp__inner {
    margin: 0 40px;
  }
}
.p-food-exp p {
  line-height: 2.7272727273;
}
.p-drink-outline {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-drink-outline {
    padding: 72px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-outline {
    padding: 20px 0 0;
  }
}
.p-drink-outline::after, .p-drink-outline::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-drink-outline::before {
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid var(--key_color01);
  }
}
@media screen and (max-width: 768px) {
  .p-drink-outline::before {
    width: calc(100% - 30px);
    height: 80%;
    right: 10px;
    bottom: 10px;
    border-bottom: 2px solid var(--key_color01);
    border-left: 2px solid var(--key_color01);
  }
}
.p-drink-outline::after {
  right: 0;
  background: repeat-y 0 0;
  background-image: var(--drink-outline_bg_line_src01);
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-drink-outline::after {
    bottom: -30px;
    width: 265px;
    height: 47px;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-outline::after {
    bottom: -23px;
    width: 132px;
    height: 23px;
  }
}
.p-drink-outline__text {
  background: var(--key_color02);
  position: relative;
  padding: 32px 0 37px;
  color: #fff;
  -webkit-box-shadow: 8px 8px 0 8px var(--key_color01);
  box-shadow: 8px 8px 0 8px var(--key_color01);
  z-index: 3;
  /*&::after{
    right: -16px;
    bottom: -16px;
    background: #BB5520;
    z-index: -1;
  }*/
}
@media screen and (min-width: 769px) {
  .p-drink-outline__text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-outline__text {
    margin-right: 30px;
  }
}
.p-drink-outline__text__inner {
  position: relative;
  z-index: 5;
  margin: 0 40px;
}
.p-drink-outline__text::before, .p-drink-outline__text::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-drink-outline__text::before {
  left: 0;
  top: 0;
  opacity: 0.6;
  background: no-repeat center;
  background-color: var(--key_color02);
  background-image: var(--drink-outline_bg_src);
  background-size: cover;
  mix-blend-mode: soft-light;
}
.p-drink-outline__text .heading,
.p-drink-outline__text [class^=text] {
  text-align: center;
}
.p-drink-outline__text .heading {
  font-family: 游明朝, serif;
  font-weight: 600;
  margin: 0 0 15px;
}
@media screen and (min-width: 769px) {
  .p-drink-outline__text .heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-outline__text .heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-drink-outline__text .text-exp {
  line-height: 2.7272727273;
}
.p-drink-outline__thumb {
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-drink-outline__thumb {
    position: absolute;
    width: 50%;
    height: 306px;
    right: 0;
    bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-outline__thumb {
    position: relative;
    width: calc(100% - 30px);
    height: 240px;
    margin: -15px 0 0 auto;
  }
}
.p-drink-outline__thumb::before, .p-drink-outline__thumb::after {
  content: "";
  display: block;
}
.p-drink-outline__thumb::after {
  width: 90%;
  position: absolute;
  background: var(--key_color01);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-drink-outline__thumb::after {
    height: 100%;
    right: -4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-outline__thumb::after {
    height: 94%;
    left: -4px;
    bottom: -4px;
  }
}
.p-drink-outline__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-drink-thumbnails {
  position: relative;
  z-index: 1;
}
.p-drink-thumbnails::before, .p-drink-thumbnails::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: no-repeat 0 0;
  background-size: contain;
}
.p-drink-thumbnails::before {
  top: 5px;
  background-image: var(--drink-outline_bg_line_src02);
}
@media screen and (min-width: 769px) {
  .p-drink-thumbnails::before {
    width: 210px;
    height: 122px;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-thumbnails::before {
    width: 105px;
    height: 61px;
  }
}
.p-drink-thumbnails::after {
  bottom: 0;
  background-image: var(--drink-outline_bg_line_src03);
}
@media screen and (min-width: 769px) {
  .p-drink-thumbnails::after {
    width: 166px;
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-thumbnails::after {
    width: 83px;
    height: 115px;
  }
}
.p-drink-thumbnails__inner {
  padding: 74px 0 50px;
  position: relative;
}
.p-drink-thumbnails__inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background: no-repeat 0 0;
  background-size: contain;
  bottom: -20px;
  background-image: var(--drink-outline_bg_line_src04);
}
@media screen and (min-width: 769px) {
  .p-drink-thumbnails__inner::before {
    width: 192px;
    height: 122px;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-thumbnails__inner::before {
    width: 96px;
    height: 61px;
  }
}
.p-drink-thumbnails__body {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-drink-thumbnails__body {
    margin: 0 30px;
  }
}
.p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::before, .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::before, .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::after {
    width: 263px;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::before, .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::after {
    width: 132px;
    height: 130px;
  }
}
.p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::before {
  left: 0;
  top: 0;
  background-image: url(../../assets/img/mia/bg_drink_thumb_lt.svg);
}
@media screen and (min-width: 769px) {
  .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::before {
    -webkit-transform: translate(-40px, -30px);
    transform: translate(-40px, -30px);
  }
}
@media screen and (max-width: 768px) {
  .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::before {
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
.p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::after {
  right: 0;
  bottom: 0;
  background-image: url(../../assets/img/mia/bg_drink_thumb_rb.svg);
}
@media screen and (min-width: 769px) {
  .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::after {
    -webkit-transform: translate(40px, 30px);
    transform: translate(40px, 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-drink-thumbnails.-var-mia .p-drink-thumbnails__body::after {
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@media screen and (min-width: 769px) {
  .p-shop {
    margin: 0 auto 50px;
    max-width: 860px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop {
    margin: 0 15px 50px;
  }
}
.p-shop img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-shop img {
    height: 100%;
    object-fit: cover;
  }
}
.p-shop:last-child {
  margin-bottom: 0;
}
.p-shop__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-shop__inner {
    flex-direction: column;
  }
}
.p-shop__thumb {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-shop__thumb {
    width: 331px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__thumb {
    width: 90%;
    margin-left: auto;
  }
}
.p-shop__thumb .thumb {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-shop__thumb .thumb {
    height: 100%;
  }
}
.p-shop__thumb .thumb::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  border: 2px solid #fff;
  box-sizing: border-box;
  z-index: -1;
}
.p-shop__thumb .bg {
  position: absolute;
  background-color: var(--key_color01);
}
.p-shop__thumb .bg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background: no-repeat 0 0;
  background-color: var(--key_color01);
  mix-blend-mode: soft-light;
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .p-shop__data {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__data {
    width: auto;
    position: relative;
  }
}
.p-shop__data__header {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-shop__data__header {
    position: relative;
    margin: 0 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__data__header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
}
.p-shop__data__header::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 10px);
  position: absolute;
  left: 8px;
  top: 0;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.p-shop__data__header .shop-name {
  margin: 0 auto;
  padding: 22px 0 23px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-shop__data__body {
    margin: 0 0 0 113px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__data__body {
    padding: 70px 0 0;
  }
}
.p-shop__data__body .buttons {
  padding: 25px 0 0;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-shop__data__body .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__data__body .buttons {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-shop__data__body .buttons > li {
    margin: 0 15px 0 0;
    max-width: 140px;
    width: 100%;
  }
  .p-shop__data__body .buttons > li:last-child {
    margin-right: 0;
  }
  .p-shop__data__body .buttons > li [class^=c-btn] {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__data__body .buttons > li {
    margin: 0 0 10px;
  }
  .p-shop__data__body .buttons > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-shop--umaya .p-shop__inner {
    max-width: 820px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-shop--umaya .p-shop__thumb {
    width: 331px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop--umaya .p-shop__thumb {
    height: 277px;
  }
}
.p-shop--umaya .p-shop__thumb::before {
  content: "";
  display: block;
  width: 449px;
  height: 282px;
  background: #BCB9AE;
  position: absolute;
  left: -32px;
  top: 151px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-shop--umaya .p-shop__thumb::before {
    top: 100px;
  }
}
.p-shop--umaya .p-shop__thumb .bg {
  left: 30px;
  top: 108px;
  width: 313px;
  height: 277px;
}
@media screen and (max-width: 768px) {
  .p-shop--umaya .p-shop__thumb .bg {
    top: 60px;
  }
}
.p-shop--umaya .p-shop__thumb .bg::after {
  background-image: url(../../assets/img/top/bg_shop_umaya@2x.png);
}
.p-shop--umaya .p-shop__data__header {
  max-width: 323px;
}
.p-shop--umaya .p-shop__data__header .shop-name {
  max-width: 259px;
}
@media screen and (min-width: 769px) {
  .p-shop--umaya .p-shop__data__body {
    margin: 0 0 0 113px;
  }
}
@media screen and (min-width: 769px) {
  .p-shop--jokyo {
    margin-bottom: 30px;
  }
}
.p-shop--jokyo .p-shop__inner {
  max-width: 760px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-shop--jokyo .p-shop__thumb {
    width: 382px;
  }
}
.p-shop--jokyo .p-shop__thumb .bg {
  left: -234px;
  top: 73px;
  width: 358px;
  height: 239px;
}
@media screen and (max-width: 768px) {
  .p-shop--jokyo .p-shop__thumb .bg {
    top: 40px;
  }
}
.p-shop--jokyo .p-shop__thumb .bg::after {
  background-image: url(../../assets/img/top/bg_shop_jokyo@2x.png);
}
.p-shop--jokyo .p-shop__data__header {
  max-width: 298px;
}
.p-shop--jokyo .p-shop__data__header .shop-name {
  max-width: 251px;
}
@media screen and (min-width: 769px) {
  .p-shop--jokyo .p-shop__data__body {
    margin: 0 0 0 47px;
  }
}
@media screen and (min-width: 769px) {
  .p-shop--mia .p-shop__thumb {
    width: 356px;
  }
}
.p-shop--mia .p-shop__data__header {
  max-width: 303px;
}
.p-shop--mia .p-shop__data__header .shop-name {
  max-width: 220px;
}
@media screen and (min-width: 769px) {
  .p-shop--mia .p-shop__data__body {
    margin: 0 0 0 58px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop--mia .p-shop__data__body {
    padding-top: 80px;
  }
}
.p-shopData {
  color: #fff;
  background: var(--sd-bg_color);
  padding: 40px 0 0;
  position: relative;
}
.p-shopData::before {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-image: var(--sd-bg_pattern_src);
  background-size: cover;
  z-index: 1;
}
.p-shopData__content {
  background: var(--key_color03);
}
@media screen and (min-width: 769px) {
  .p-shopData__content {
    display: flex;
    margin: 0 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content {
    margin: 0 0 0 30px;
  }
}
.p-shopData__content .heading {
  position: relative;
  z-index: 1;
}
.p-shopData__content .heading .c-heading-lv2, .p-shopData__content .heading .c-heading-eng-lv2 {
  position: absolute;
}
.p-shopData__content .heading .c-heading-lv2 {
  left: 0;
  top: 8px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-shopData__content .heading .c-heading-eng-lv2 {
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-shopData__content .heading .c-heading-eng-lv2 {
    left: 66px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content .heading .c-heading-eng-lv2 {
    left: 33px;
  }
}
.p-shopData__content__body {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .p-shopData__content__body {
    padding: 35px 0 100px;
    margin: 0 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content__body {
    padding: 35px 0 35px;
    margin: 0 0 0 30px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  .p-shopData__content__images {
    width: 55%;
    max-width: 465px;
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content__images {
    padding: 0 0 80px;
  }
}
.p-shopData__content__images .imageList {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-shopData__content__images .imageList {
    padding: 0 0 25%;
  }
}
@media screen and (min-width: 769px) {
  .p-shopData__content__images .imageList > li {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content__images .imageList > li {
    position: relative;
  }
}
.p-shopData__content__images .imageList > li::before {
  content: "";
  display: block;
  background: var(--key_color01);
  z-index: -1;
  position: absolute;
}
.p-shopData__content__images .imageList > li:first-child {
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-shopData__content__images .imageList > li:first-child {
    width: 83%;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content__images .imageList > li:first-child {
    width: 70%;
  }
}
.p-shopData__content__images .imageList > li:first-child::before {
  width: calc(100% - 13px);
  height: 100%;
  left: 13px;
  bottom: -8px;
}
.p-shopData__content__images .imageList > li:last-child {
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-shopData__content__images .imageList > li:last-child {
    width: 61%;
    top: 135px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content__images .imageList > li:last-child {
    width: 50%;
    position: absolute;
    top: 40px;
  }
}
.p-shopData__content__images .imageList > li:last-child::before {
  width: calc(100% - 15px);
  height: 100%;
  right: 15px;
  top: -10px;
}
.p-shopData__content__images .imageList > li img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-shopData__content__timeline {
    width: 55%;
    max-width: 465px;
    padding: 8px 0 70px;
    margin: 0 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData__content__timeline {
    margin: 0 40px 0 60px;
    padding: 20px 0 30px;
  }
}
.p-shopData__content__timeline iframe {
  width: 100% !important;
}
.p-shopData-fig__header {
  margin: 0 0 20px;
}
.p-shopData-fig__header img {
  max-width: var(--sd-logo_width);
  height: auto;
}
.p-shopData.-var-top {
  padding: 68px 0 0;
}
.p-shopData.-var-top::before {
  width: 1063px;
  height: 664px;
  left: -242px;
  top: -61px;
  z-index: -1;
}
.p-shopData.-var-top::after {
  content: "";
  display: block;
  width: 617px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../../assets/img/top/bg_corp_outline.png) no-repeat 0 0;
  background-color: var(--key_color01);
  background-size: cover;
  mix-blend-mode: soft-light;
  opacity: 0.6;
}
.p-shopData.-var-top .p-shopData__content {
  margin: 0 0 0 19px;
}
.p-shopData.-var-top .p-shopData__content .c-heading-lv2 {
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}
.p-shopData.-var-top .p-shopData__content .c-heading-eng-lv2 {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
@media screen and (min-width: 769px) {
  .p-shopData.-var-top .p-shopData__content__body {
    padding-top: 73px;
    margin-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData.-var-top .p-shopData__content__body {
    padding-top: 50px;
    margin-left: 60px;
  }
}
.p-shopData.-var-umaya::before {
  width: 498px;
  height: 529px;
  left: -250px;
  top: -200px;
}
.p-shopData.-var-jokyo::before {
  width: 716px;
  height: 380px;
  left: -350px;
  top: -50px;
}
.p-shopData.-var-mia::before {
  height: 100%;
  left: 7px;
  top: 0px;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (min-width: 769px) {
  .p-shopData.-var-mia::before {
    width: 66px;
  }
}
@media screen and (max-width: 768px) {
  .p-shopData.-var-mia::before {
    width: 16px;
  }
}
.p-contact {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-contact {
    min-height: 237px;
    display: flex;
    align-items: center;
  }
}
.p-contact::before, .p-contact::after {
  content: "";
  display: block;
}
.p-contact::before {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 120%;
  height: 100%;
  background: #FBFAF5;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  z-index: -2;
}
.p-contact::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  display: block;
  max-width: 800px;
  height: calc(100% + 40px);
  background: #FFF;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-contact::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact::after {
    width: calc(100% - 30px);
  }
}
.p-contact__bg {
  background: #3E313E;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.p-contact__bg::before, .p-contact__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-contact__bg::before {
  opacity: 0.6;
  background: no-repeat center;
  background-image: var(--contact-bg_src);
  background-size: cover;
  mix-blend-mode: soft-light;
}
.p-contact__inner {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .p-contact__inner {
    display: flex;
    flex: 1;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-contact__column {
    width: 50%;
    display: flex;
    justify-content: center;
    border-right: 1px solid #fff;
  }
  .p-contact__column:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__column {
    margin: 0 15px;
    border-bottom: 1px solid #fff;
  }
  .p-contact__column:last-child {
    border-bottom: none;
  }
}
.p-contactBlock {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-contactBlock {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-contactBlock {
    padding: 30px 0;
    margin: 0 15px;
  }
}
.p-contactBlock .text-heading {
  font-family: 游明朝, serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-contactBlock .text-heading {
    margin: 0 0 17px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contactBlock .text-heading {
    margin: 0 0 13px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-contactBlock .text-exp {
  font-weight: 700;
  line-height: 2.2;
}
.p-contactBlock .text-tel {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0 0 0 40px;
}
@media screen and (min-width: 769px) {
  .p-contactBlock .text-tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contactBlock .text-tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-contactBlock .text-tel::before {
  content: "";
  display: block;
  background: url(../../assets/img/common/icon_tel.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
@media screen and (min-width: 769px) {
  .p-contactBlock .text-tel::before {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-contactBlock .text-tel::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-contactBlock__body {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contactBlock__body {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-contactBlock__tel {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-contactBlock__tel {
    padding: 10px 0 0;
  }
}
.p-footer-relationLink {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-footer-relationLink {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-footer-relationLink__heading {
  font-family: 游明朝, serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-footer-relationLink__heading {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-relationLink__heading {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-relationLink__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-footer-relationLink__list > li {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-footer-relationLink__list > li {
    border-right: 1px solid #E6EAE3;
    padding: 0 20px;
  }
  .p-footer-relationLink__list > li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-relationLink__list > li {
    margin: 0 0 5px;
  }
  .p-footer-relationLink__list > li:last-child {
    margin-bottom: 0;
  }
}
.p-footer-relationLink__list > li a {
  color: #333;
}

.u-text-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.u-text-marker {
  background: #fff;
}
.u-zindex-up {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .u-slide-pos-pc {
    margin-left: -50px;
  }
}
.u-food-thumb-size-smaller {
  width: calc(100% - 30px) !important;
}
.u-food-thumb-size-smaller-x {
  width: calc(100% - 40px) !important;
}
/*# sourceMappingURL=style.css.map */
