@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Patua+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");

body {
  background-color: #f3efeb;
  color: #222222;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

/* ======================================================
utility
======================================================= */

.u-sp {
  display: none;
}

.u-md {
  display: block;
}

/* ======================================================
layout
======================================================= */

.l-wrapper {
  overflow: hidden;
}

/* ======================================================
component
======================================================= */

/* .c-section-title
--------------------------------------------------------*/

.c-section-title {
  font-weight: bold;
  text-align: center;
}

.c-section-title__inline-en {
  display: block;
  font-family: "Amatic SC", cursive;
  font-size: 52px;
  letter-spacing: 0.2em;
}

.c-section-title__inline-ja {
  display: block;
  font-size: 12px;
}

/* .c-button-primary
--------------------------------------------------------*/

.c-button-primary {
  background-color: #222;
  display: inline-block;
  font-size: 16px;
  padding: 25px 84px;
  position: relative;
  transition: transform 0.3s;
}

.c-button-primary::before {
  background: url(../img/icon_arrow-right.svg);
  content: "";
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.c-button-primary::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: -6px;
  top: 6px;
  transition: transform 0.3s;
  width: 100%;
}

.c-button-primary:hover {
  transform: translate(6px, 6px);
}

.c-button-primary:hover::after {
  transform: translate(-6px, -6px);
}

.c-button-primary__text {
  color: #fff;
}

/* c-button-secondary
--------------------------------------------------------*/

.c-button-secondary {
  background-color: #222;
  color: #fff;
  font-weight: bold;
  height: 36px;
  padding: 8px 24px;
  transition: 0.5s;
  width: 174px;
}

.c-button-secondary:hover {
  background-color: #fff;
  color: #222;
}

/* メインビジュアル
--------------------------------------------------------*/

.l-main-visual {
  display: flex;
  height: auto;
  position: relative;
}

.l-main-visual::before {
  background-color: #eae0d5;
  bottom: -60px;
  content: "";
  height: 300px;
  position: absolute;
  right: 0;
  width: calc(50vw + 27%);
  z-index: -1;
}

.p-main-menu {
  display: block;
  height: auto;
  padding: 28px 18px 0;
  text-align: center;
  width: 15.625%;
}

.p-nav-menu {
  margin-top: 60px;
}

.p-nav-menu__item {
  transition: opacity 0.5s;
}

.p-nav-menu__item:hover {
  opacity: 0.5;
}

.p-nav-menu__item:not(:first-child) {
  margin-top: 22px;
}

.p-nav-menu__link-inline-en {
  display: block;
  font-family: "Patua One", cursive;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.p-nav-menu__link-inline-ja {
  font-size: 10px;
}

.p-sns-icons {
  margin-top: 60px;
}

.p-sns-icons__list {
  display: flex;
  justify-content: center;
}

.p-sns-icons__item {
  transition: opacity 0.5s;
}

.p-sns-icons__item:hover {
  opacity: 0.5;
}

.p-sns-icons__item:not(:first-child) {
  margin-left: 24px;
}

/* メインビジュアル
--------------------------------------------------------*/

.p-main-visual {
  height: 100vh;
  position: relative;
  width: 84.375%;
}

.swiper-container {
  height: 100%;
  position: relative;
}

.swiper-wrapper {
  height: 100%;
}

.p-main-visual__slide {
  overflow: hidden;
}

.p-main-visual__picture {
  display: block;
  height: 100%;
}

.p-main-visual__picture img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.swiper-slide-active .p-main-visual__picture,
.swiper-slide-duplicate-active .p-main-visual__picture,
.swiper-slide-prev .p-main-visual__picture {
  animation: zoomUp 12s linear 0s;
  animation-fill-mode: both;
}

/* swiperページネーション
--------------------------------------------------------*/

.swiper-pagination {
  line-height: 1;
  text-align: left;
}

.swiper-container .swiper-pagination-bullets {
  bottom: 18px;
  left: 12px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #d59b71;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 8px;
  margin-right: 8px;
}

/* メインビジュアルコピー
--------------------------------------------------------*/

.p-main-visulal__copy {
  bottom: 70px;
  color: #fff;
  left: 56px;
  position: absolute;
  z-index: 30;
}

.p-main-visual__copy-text {
  font-size: 20px;
  line-height: 2;
}

/* ピックアップニュース
--------------------------------------------------------*/

.l-pickup-news {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 30px;
  height: 152px;
  padding: 16px;
  position: absolute;
  right: 30px;
  width: 388px;
  z-index: 30;
}

.p-pickup-news {
  position: relative;
}

.p-pickup-news::before {
  background: url(../img/img_balloon-pickup.svg) top left no-repeat;
  content: "";
  height: 109px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 168px;
}

.p-pickup-news .p-tag {
  left: -25px;
  position: absolute;
  top: -8px;
}

.p-column-card__link {
  display: flex;
}

.p-column-card__thumb {
  height: 120px;
  width: 120px;
}

.p-column-card__thumb img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
}

.p-column-card__body {
  margin-left: 16px;
  width: 220px;
}

.p-column-card__date {
  font-size: 12px;
}

.p-column-card__title {
  font-weight: bold;
  margin-top: 12px;
}

/* コンセプト
--------------------------------------------------------*/

.l-top-concept {
  padding: 220px 0 100px 0;
  position: relative;
}

.l-top-concept::before {
  background-color: #eae0d5;
  bottom: 0px;
  content: "";
  height: 300px;
  left: 0;
  position: absolute;
  width: calc(50vw + 43%);
  z-index: -1;
}

.p-top-concept {
  margin: 0 auto;
  max-width: 1190px;
}

.p-top-concept::after {
  background: url(../img/bg_coffee-beans.png) right bottom no-repeat;
  background-size: 100% auto;
  content: "";
  height: 280px;
  position: absolute;
  right: -20px;
  top: 10px;
  width: 300px;
  z-index: 30;
}

.p-top-concept__container {
  display: flex;
}

.p-top-concept__contents {
  flex: 0 0 470px;
  margin-left: 80px;
  order: 2;
}

.p-top-concept__head {
  -moz-text-align-last: left;
  text-align-last: left;
}

.p-top-concept__body {
  margin-top: 60px;
}

.p-top-concept__subtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.14em;
}

.p-top-concept__text {
  line-height: 2em;
  margin-top: 60px;
}

.p-top-concept__button {
  margin-top: 60px;
}

.p-top-concept__img {
  flex: 0 1 50.42%;
  height: 400px;
}

/* ランチ
--------------------------------------------------------*/

.l-top-lunch {
  background-color: #eae0d5;
  margin-top: 240px;
  padding: 80px 90px;
  position: relative;
}

.p-lunch::after {
  background: url(../img/bg_coffee-leaves.png) right top no-repeat;
  background-size: 100% auto;
  content: "";
  height: 230px;
  position: absolute;
  right: 20px;
  top: -150px;
  width: 200px;
  z-index: 30;
}

.p-lunch-block {
  background-color: #fff;
  margin: 60px auto 0;
  max-width: 1180px;
  padding: 60px 40px 40px 40px;
  position: relative;
}

.p-lunch-block__balloon {
  position: absolute;
  right: -30px;
  top: -70px;
}

.p-lunch-block__head {
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
}

.p-lunch-block__list {
  display: flex;
  justify-content: space-between;
}

.p-card__body {
  display: flex;
  margin-top: 16px;
}

.p-card__alphabet {
  background-color: #222;
  color: #fff;
  flex: 0 0 50px;
  font-family: "Patua One", cursive;
  font-size: 32px;
  height: 50px;
  text-align: center;
}

.p-card__menuname {
  font-size: 18px;
  margin-left: 12px;
}

.p-lunch-detail {
  background-color: #f7f6f4;
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding: 20px 70px;
}

.p-lunch-detail__name {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

.p-lunch-detail__price {
  border-bottom: 4px dotted #222;
  font-family: "Damion", cursive;
  font-size: 60px;
}

.p-lunch-detail__comment {
  font-size: 14px;
  margin-top: 8px;
  text-align: right;
}

/* グランドメニュー
--------------------------------------------------------*/

.l-grand-menu {
  padding: 155px 0 245px;
  position: relative;
}

.l-grand-menu::before {
  background-color: #eae0d5;
  content: "";
  height: 75%;
  position: absolute;
  right: 0;
  top: 560px;
  width: 80%;
  z-index: -1;
}

.p-grand-menu {
  margin: 0 auto;
  max-width: 1100px;
}

.p-grand-menu:before {
  background: url(../img/bg_coffee-leaves2.png) top left no-repeat;
  background-size: 100% auto;
  content: "";
  height: 330px;
  left: -30px;
  position: absolute;
  top: -140px;
  width: 390px;
}

.p-grand-menu::after {
  background: url(../img/bg_coffee-beans2.png) right bottom no-repeat;
  background-size: 100% auto;
  bottom: 50px;
  content: "";
  height: 330px;
  position: absolute;
  right: -80px;
  width: 390px;
}

.p-grand-menu__body {
  margin: 60px auto 0;
}

.p-menu-block:not(:nth-child(1)) {
  margin-top: 100px;
}

.p-menu-block__head {
  border-bottom: 2px solid #222;
  border-top: 2px solid #222;
  font-size: 24px;
  padding: 8px 0px 8px 20px;
  position: relative;
}

.p-menu-block__head::before {
  background-color: #222;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 100%;
}

.p-menu-block__head::after {
  background-color: #222;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-menu-block__body {
  margin-top: 24px;
}

.p-menu-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-menu-block__item {
  flex: 0 0 29.727%;
}

.p-menu-card:nth-child(n + 4) {
  margin-top: 40px;
}

.p-menu-card__img {
  background-color: #fff;
  padding: 8px;
}

.p-menu-card__img img {
  width: 100%;
}

.p-menu-card__body {
  margin-top: 12px;
}

.p-menu-card__name {
  font-size: 20px;
}

.p-menu-card__price {
  font-family: "Damion", cursive;
  font-size: 32px;
}

.p-drink-menus {
  display: flex;
  justify-content: space-between;
}

.p-drink-menus__img {
  background-color: #fff;
  flex: 0 0 31.18%;
  padding: 8px;
}

.p-drink-menus__body {
  display: flex;
  flex: 0 0 63.18%;
  justify-content: space-between;
}

.p-drink-menus__item {
  list-style: none;
  width: 197px;
}

.p-drink-menus__cat {
  border-bottom: 1px solid #222;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 16px;
}

.p-drink-menus__sublist {
  font-weight: bold;
  margin-top: 16px;
}

.p-drink-menus__subitem {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.p-drink-menus__price {
  font-family: "Damion", cursive;
  font-size: 20px;
}

.p-grand-menu__button {
  margin-top: 60px;
  text-align: center;
}

/* ギャラリー
--------------------------------------------------------*/

.l-top-gallery {
  background-color: #eae0d5;
  padding: 80px 90px;
  position: relative;
}

.p-top-gallery {
  margin: 0 auto;
  max-width: 1100px;
}

.p-top-gallery:before {
  background: url(../img/bg_plate.png) bottom left no-repeat;
  background-size: 100% auto;
  bottom: -180px;
  content: "";
  height: 330px;
  left: 0px;
  position: absolute;
  width: 360px;
}

.p-top-gallery__head::before {
  background: url(../img/img_balloon-gallery.svg) top left no-repeat;
  background-size: 100% auto;
  content: "";
  height: 110px;
  left: calc(50% - 330px);
  position: absolute;
  top: -20px;
  width: 234px;
}

.p-top-gallery__body {
  margin-top: 40px;
}

.p-gallery-list {
  display: flex;
  justify-content: space-between;
}

.p-gallery-item {
  flex: 0 0 23.3%;
}

.p-gallery__img img {
  width: 100%;
}

/* ニュース
--------------------------------------------------------*/

.l-top-news {
  margin-top: 120px;
}

.p-top-news {
  margin: 0 auto;
  max-width: 1100px;
}

.p-top-news__body {
  margin-top: 40px;
}

.p-news-block {
  display: flex;
  justify-content: space-between;
}

.p-news-block__latest {
  flex: 0 1 46.36%;
}

.p-news-block__other {
  display: flex;
  flex: 0 1 50.18%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}

.p-news-block__item {
  position: relative;
  width: 47.0588235294%;
}

.p-news-block__item:nth-child(2n) {
  margin-left: 3.545%;
}

.p-news-block__item:nth-child(n + 3) {
  margin-top: 32px;
}

.p-news-card--large .p-news-card__body {
  margin-top: 14px;
}

.p-news-card--large .p-news-card__title {
  font-size: 20px;
}

.p-news-card--large .p-news-card__text {
  margin-top: 14px;
}

.p-news-card--large .p-news-card__date {
  display: inline-block;
  font-size: 14px;
  margin-top: 14px;
}

.p-news-card--large .p-tag {
  height: 30px;
  line-height: 30px;
  top: 50px;
  width: 93px;
}

.p-news-card--large .p-tag::after {
  border-width: 15px 10px 15px 0;
}

.p-news-card--large .p-tag__text {
  font-size: 16px;
}

.p-news-card--small {
  width: 100%;
}

.p-news-card--small .p-news-card__title {
  font-size: 14px;
}

.p-news-card--small .p-news-card__date {
  display: inline-block;
  font-size: 12px;
  margin-top: 11px;
}

.p-tag {
  background-color: #222;
  height: 24px;
  left: -10px;
  position: absolute;
  position: relative;
  text-align: center;
  top: 40px;
  width: 78px;
  z-index: 30;
}

.p-tag::after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 12px 8px 12px 0px;
  content: "";
  height: 0px;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0px;
}

.p-tag__text {
  color: #fff;
  display: inline-block;
  font-size: 12px;
}

.p-news-card__thumb {
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
}

.p-news-card__thumb img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
  width: 100%;
}

.p-news-card__body {
  margin-top: 10px;
}

.p-top-news__button {
  margin-top: 60px;
  text-align: center;
}

/* アクセス
--------------------------------------------------------*/

.l-access {
  background-color: #eae0d5;
  margin-top: 170px;
  padding: 80px 0;
  position: relative;
}

.p-access {
  margin: 0 auto;
  max-width: 688px;
}

.p-access::before {
  background: url(../img/bg_bread.png) right top no-repeat;
  background-size: 100% auto;
  content: "";
  height: 355px;
  position: absolute;
  right: 0%;
  top: -200px;
  width: 390px;
  z-index: 30;
}

.p-access::after {
  background: url(../img/bg_coffee-beans3.png) left bottom no-repeat;
  background-size: 100% auto;
  bottom: -150px;
  content: "";
  height: 345px;
  left: -80px;
  position: absolute;
  width: 330px;
}

.p-access__head {
  position: relative;
}

.p-access__head::before {
  background: url(../img/img_balloon-access.png) top left no-repeat;
  background-size: 100% auto;
  content: "";
  height: 200px;
  left: calc(50% - 305px);
  position: absolute;
  top: -126px;
  width: 234px;
}

.p-access__body {
  margin-top: 40px;
}

.p-map {
  border: 5px solid #fff;
  padding-top: 56.25%;
  position: relative;
}

.p-map iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-info-colum {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-info-colum__list {
  flex: 0 0 47.1%;
}

.p-info-colum__row {
  border-bottom: 1px solid #222;
  display: flex;
  padding-bottom: 15px;
}

.p-info-colum__term {
  flex: 0 0 56px;
}

.p-info-colum__description {
  margin-left: 24px;
}

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

.footer {
  background-color: #382620;
  padding: 40px 0 20px 0;
}

.footer__container {
  margin: 0 auto;
  max-width: 300px;
}

.footer-pagetop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  transition: opacity 0.5s;
  z-index: 1000;
}

.footer-pagetop:hover {
  opacity: 0.5;
}

.footer-nav {
  margin: 0 auto;
  max-width: 150px;
}

.footer-nav__list {
  display: flex;
  justify-content: space-between;
}

.footer-nav__item {
  transition: opacity 0.5s;
}

.footer-nav__item:hover {
  opacity: 0.7;
}

.footer-nav__item a {
  display: block;
  height: 32px;
  width: 32px;
}

.footer-nav__item img {
  display: block;
  height: auto;
  width: 100%;
}

.footer-copyright {
  margin-top: 40px;
  text-align: center;
}

.footer-copyright__text {
  color: #fff;
  font-size: 12px;
}

/* ======================================================
ファーストビュー
======================================================= */

.l-first-view {
  height: 320px;
  position: relative;
}

.l-first-view::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-first-view {
  height: 100%;
  position: relative;
}

.p-first-view::before,
.p-first-view::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}

.p-first-view::before {
  border: 2px solid #fff;
  height: calc(100% - 11px);
  width: calc(100% - 11px);
}

.p-first-view::after {
  border: 1px solid #fff;
  height: calc(100% - 22px);
  width: calc(100% - 22px);
}

.p-first-view__heading {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-first-view__heading-inline-en {
  display: block;
  font-family: "Amatic SC", cursive;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-left: 12px;
}

.p-first-view__heading-inline-ja {
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.p-first-view__img {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-first-view__img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* ======================================================
パンくずリスト
======================================================= */

.l-breadcrumbs {
  margin-top: 16px;
}

.p-breadcrumbs {
  margin: 0 auto;
  max-width: 1100px;
}

.p-breadcrumbs__item {
  font-weight: bold;
}

.p-breadcrumb__top {
  transition: opacity 0.5s;
}

.p-breadcrumb__top:hover {
  opacity: 0.5;
}

/* ======================================================
コンセプト
======================================================= */

.l-concept-wrapper {
  padding: 80px 0 100px 0;
}

.l-concept-block {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.l-concept-block:nth-child(1)::after {
  background-color: #eae0d5;
  bottom: -110px;
  content: "";
  height: 200px;
  margin-left: calc(50% - 23vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}

.l-concept-block:nth-child(2)::after {
  background-color: #eae0d5;
  bottom: -70px;
  content: "";
  height: 450px;
  margin-left: calc(50% - 50vw);
  position: absolute;
  width: 46vw;
  z-index: -1;
}

.l-concept-block:nth-child(3)::after {
  background-color: #eae0d5;
  bottom: -80px;
  content: "";
  height: 520px;
  margin-left: calc(50% + 17vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}

.l-concept-block .p-concept-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.l-concept-block .p-concept-block--revers {
  flex-direction: row-reverse;
}

.l-concept-block .p-concept-block__contents {
  flex: 0 1 35.45%;
}

.l-concept-block .p-concept-block__head {
  font-size: 28px;
  font-weight: bold;
  line-height: 2.14;
}

.l-concept-block .p-concept-block__text {
  margin-top: 40px;
}

.l-concept-block .p-concept-block__images {
  flex: 0 0 58.18%;
}

/* ======================================================
メニュー
======================================================= */

.l-menus {
  margin-top: 82px;
}

.l-tab-list {
  margin: 0 auto;
  max-width: 842px;
}

.p-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-tab-list__item {
  background-color: #888888;
  cursor: pointer;
  flex: 0 1 23.7529691211%;
  height: 61px;
  position: relative;
  text-align: center;
  transition: background-color 0.5s;
}

.p-tab-list__item.is-active {
  background-color: #382620;
}

.p-tab-list__item:hover {
  background-color: #382620;
}

.p-tab-list__item::before {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 5px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
  z-index: 2;
}

.p-tab-list__link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.p-tab-list__link-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* l-menu-wrapper
--------------------------------------------------------*/

.l-menu-wrapper {
  margin-top: 80px;
}

.l-menu-list {
  margin: 0 auto;
  max-width: 1100px;
}

.p-menu-list {
  display: flex;
  flex-wrap: wrap;
}

.p-menu-list__item {
  width: calc(25% - 30px);
}

.p-item-card__body {
  margin-top: 12px;
}

.p-item-card__name {
  line-height: 1.42;
}

.p-item-card__price {
  font-family: "Damion", cursive;
  font-size: 24px;
  text-align: center;
}

/* ======================================================
ニュース
======================================================= */

.l-news-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  max-width: 1100px;
}

.p-main-news {
  flex: 0 0 66.18%;
  margin-top: -20px;
}

.p-main-news__head {
  font-size: 24px;
  font-weight: bold;
}

.p-main-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-main-news__item {
  flex: 0 0 46.7%;
}

.p-news-card__title {
  font-size: 16px;
  font-weight: bold;
}

.p-news-card__date {
  display: inline-block;
  margin-top: 12px;
}

/* サイドニュース
--------------------------------------------------------*/

.p-side-news {
  flex: 0 0 27.27%;
}

.p-side-block {
  background-color: #fff;
  padding: 20px;
}

.p-side-block__head {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

.p-side-block__head::after {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 32px;
}

.p-side-block__list {
  margin-top: 20px;
}

.p-side-block__item {
  margin-top: 16px;
  transition: opacity 0.5s;
}

.p-side-block__item:hover {
  opacity: 0.7;
}

.p-side-card__link {
  display: flex;
}

.p-side-card__thumb {
  flex: 0 0 38.461%;
  height: 0;
  padding-top: 38.461%;
  position: relative;
}

.p-side-card__thumb img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-side-card__body {
  margin-left: 14px;
}

.p-side-card__head {
  font-weight: bold;
}

.p-side-card__date {
  display: block;
  margin-top: 12px;
}

/* サイドカテゴリ
--------------------------------------------------------*/

.p-side-category {
  margin-top: 20px;
}

.p-side-category__item {
  font-size: 16px;
  font-weight: bold;
}

.p-side-category__item:not(:first-child) {
  margin-top: 16px;
}

.p-side-category__link {
  display: block;
  padding-left: 20px;
  position: relative;
  transition: opacity 0.5s;
  width: 100%;
}

.p-side-category__link::before {
  background: url(../img/news/arrow-next-dark.png) no-repeat;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6.3px;
}

.p-side-category__link:hover {
  opacity: 0.7;
}

/* ページネーション
--------------------------------------------------------*/

.l-pager {
  margin-top: 40px;
}

.p-pager {
  align-items: center;
  display: flex;
  justify-content: center;
}

.page-numbers {
  align-items: center;
  background-color: #fff;
  border: 1px solid #382620;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  transition: all 0.5s;
  width: 40px;
}

.page-numbers:not(:first-child) {
  margin-left: 12px;
}

.page-numbers.current {
  background-color: #382620;
  color: #fff;
}

.page-numbers:not(.current):hover {
  background-color: #382620;
  color: #fff;
}

.prev,
.next {
  position: relative;
}

.prev::before {
  background: url(../img/news/arrow-prev-dark.png) no-repeat;
}

.next::before {
  background: url(../img/news/arrow-next-dark.png) no-repeat;
}

.prev::before,
.next::before {
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.3px;
}

.prev:hover::before {
  background: url(../img/news/arrow-prev-light.png) no-repeat;
}

.next:hover::before {
  background: url(../img/news/arrow-next-light.png) no-repeat;
}

/* ======================================================
シングルページ
======================================================= */
.l-post-content {
  max-width: 688px;
  margin: 80px auto;
}

.p-post-content {
}

.p-post-content__thumb {
  width: 688px;
  height: 430px;
}

.p-post-content__thumb img {
  object-fit: cover;
  width: 100%;
  height: 430px;
}

.p-post-content__title {
  font-weight: bold;
  font-size: 28px;
  margin-top: 24px;
}

.p-post-content__date {
  margin-top: 40px;
}

.p-post-content__time,
.p-post-content__modified_time {
  margin-right: 2rem;
}

.p-post-content__category {
  display: inline;
  border-left: 1px solid #000;
  padding-left: 2rem;
}

.p-post-content__body {
  margin-top: 35px;
}

.p-post-content__body figure {
  margin-bottom: 35px;
}

.p-post-content__body p {
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 32px;
}

.p-post-content__body h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 96px;
  padding-left: 16px;
  border-left: 5px solid #000;
}

.p-post-content__body h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 56px;
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
}

.p-post-content__body h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 56px;
}

.p-post-content__body ul {
  margin-bottom: 32px;
}

.p-post-content__body blockquote {
  background-color: #fff;
  padding: 40px;
}

.p-post-content__body blockquote p {
  line-height: 32px;
}

.p-post-content__body blockquote cite {
  display: block;
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
  font-style: normal;
}

.p-post-content__pager {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.p-single-pager__prev {
  padding: 12px 0px 12px 16px;
  position: relative;
  transition: opacity 0.5s;
}

.p-single-pager__prev:hover {
  opacity: 0.7;
}

.p-single-pager__prev a::before {
  background: url(../img/news/arrow-prev-dark.png);
  background-repeat: no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  left: 0px;
  top: 52%;
  transform: translateY(-50%);
  width: 8px;
}

.p-single-pager__archive {
  border: 1px solid #000;
}

.p-single-pager__link {
  padding: 12px 36px;
  display: block;
  transition: opacity 0.5s;
}

.p-single-pager__link:hover {
  opacity: 0.7;
}

.p-single-pager__next {
  padding: 12px 16px 12px 0px;
  position: relative;
  transition: opacity 0.5s;
}

.p-single-pager__next:hover {
  opacity: 0.7;
}

.p-single-pager__next a::before {
  background: url(../img/news/arrow-next-dark.png);
  background-repeat: no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 0px;
  top: 52%;
  transform: translateY(-50%);
  width: 8px;
}

.l-related-posts {
  margin-top: 120px;
}

/* 関連記事 */
.p-related-posts__head {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.p-related-posts__body {
  margin-top: 60px;
}

.p-related-posts__list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.p-related-posts__item .p-news-card__title {
  font-size: 14px;
}

.p-news-card__date {
  font-size: 12px;
}

/* .p-news-block__item {
  position: relative;
  width: 47.0588235294%;
} */

/* ======================================================
header ドロワー
======================================================= */

.header {
  background-color: #382620;
  height: 100%;
  max-width: 375px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: ease 0.5s;
  width: 100%;
  z-index: 40;
}

.header.open {
  overflow-y: auto;
  transform: translateX(0);
}

.header__container {
  height: 100%;
  padding: 10px 14px 183px 14px;
  width: 100%;
}

.header__logo {
  transition: opacity 0.5s;
}

.header__logo:hover {
  opacity: 0.7;
}

.p-main-menu__logo--sp {
  display: none;
}

.header__menu-wrapper {
  margin-top: 57px;
  padding: 0 26px 0 26px;
}

.header-nav__item {
  transition: opacity 0.5s;
}

.header-nav__item:hover {
  opacity: 0.7;
}

.header-nav__item:not(:first-child) {
  margin-top: 22px;
}

.header-nav__link {
  color: #fff;
  display: block;
  width: 100%;
}

.header-nav__link-inline-en {
  font-family: "Patua One", cursive;
  font-size: 24px;
  letter-spacing: 0.122em;
}

.header-nav__link-inline-ja {
  font-size: 10px;
}

.header__menus .p-sns-icons {
  margin-top: 52px;
}

.header__menus .p-sns-icons__item {
  height: 40px;
  width: 40px;
}

.header__menus .p-sns-icons__item:not(:first-child) {
  margin-left: 32px;
}

.header__menus .p-sns-icons__link img {
  width: 100%;
}

/* ======================================================
ドロワー
======================================================= */

.drawer {
  background-color: #382620;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 60px;
  z-index: 100;
}

.navbar_toggle {
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.navbar_toggle .navbar_toggle_icon {
  background: #fff;
  display: block;
  height: 2px;
  margin: 0 auto;
  position: relative;
  transition: ease 0.5s;
  width: 30px;
}

.navbar_toggle .navbar_toggle_icon:nth-child(1) {
  top: calc(50% - 12px);
  transform: translateY(-50%);
}

.navbar_toggle .navbar_toggle_icon:nth-child(2) {
  top: calc(50% - 2px);
  transform: translateY(-50%);
}

.navbar_toggle .navbar_toggle_icon:nth-child(3) {
  top: calc(50% + 8px);
  transform: translateY(-50%);
}

.navbar_toggle.open {
  background-color: #fff;
  border-radius: 50%;
}

.navbar_toggle.open .navbar_toggle_icon {
  background-color: #382620;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: calc(50% - 4px);
  transform: rotate(-45deg);
}

.drawer-bg {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: -10;
}

.drawer-bg.active {
  opacity: 1;
  z-index: 40;
}

/* ======================================================
ショップ
======================================================= */

.l-shop {
  margin-top: 80px;
}

.p-shop {
  margin: 0 auto;
  max-width: 688px;
}

.p-shop__name {
  font-size: 24px;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}

.p-shop__name::before {
  background-color: #382620;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}

.p-shop__body {
  margin-top: 24px;
}

/* ======================================================
ギフト
======================================================= */

.l-products {
  margin: 80px auto 0;
  max-width: 1100px;
}

.p-products__row-item:first-child {
  display: flex;
  justify-content: space-between;
}

.p-latest-item {
  flex: 0 0 48%;
}

.p-item-card--large .p-item-card__name {
  font-size: 24px;
}

.p-item-card--large .p-item-card__price {
  font-size: 32px;
}

.p-item-card__name {
  font-weight: bold;
}

.p-item-card__thumb img {
  display: block;
  width: 100%;
}

.p-item-card__button {
  margin-top: 12px;
  text-align: center;
}

.p-item-card__button a {
  padding: 6px 11px;
}

.p-products-sub-list {
  display: flex;
  justify-content: space-between;
}

.p-products-sub-list.p-products-sub-list--half {
  flex: 0 0 48.1818181818%;
  flex-wrap: wrap;
}

.p-products-sub-list.p-products-sub-list--half .p-puroducts-sub-list__item {
  flex: 0 0 46.2264150943%;
}

.p-products-sub-list.p-products-sub-list--half
  .p-puroducts-sub-list__item:nth-child(n + 3) {
  margin-top: 40px;
}

.p-products__row-item:not(:first-child) {
  margin-top: 44px;
}

.p-products__row-item:not(:first-child) .p-puroducts-sub-list__item {
  flex: 0 0 22.2727272727%;
}

/* l-gift-info
--------------------------------------------------------*/

.l-gift-info {
  margin: 80px auto 0;
  max-width: 1100px;
}

.p-gift-info {
  background-color: #fff;
  border: 4px solid #382620;
  display: flex;
  justify-content: space-between;
  padding: 80px 60px;
  position: relative;
}

.p-gift-info::before {
  border: 1px solid #382620;
  content: "";
  height: calc(100% - 12px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
}

.p-gift-info__contents {
  flex: 0 1 calc(50% - 30px);
  z-index: 2;
}

.p-gift-info__head {
  border-bottom: 3px dotted #382620;
  color: #382620;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 24px;
}

.p-gift-info__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}

.p-gift-info__img {
  flex: 0 1 calc(50% - 30px);
}

.p-gift-info__img img {
  display: block;
  width: 100%;
}

/* ======================================================
コンタクト
======================================================= */

.l-contact {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-contact {
  color: #382620;
  margin: 0 auto;
  max-width: 688px;
}

.p-contact__head {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.p-contact__lead {
  font-size: 16px;
  margin-top: 28px;
}

.p-form {
  margin-top: 80px;
}

.p-form__item {
  display: flex;
  justify-content: space-between;
}

.p-form__item + .p-form__item {
  margin-top: 40px;
}

.p-form__title {
  flex: 0 1 100%;
}

.p-form__title-inline {
  background-color: #f07317;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  margin-left: 8px;
  padding: 2px 6px;
}

input[type="text"],
input[type="email"],
textarea {
  background-color: #fff;
  border: 1px solid #382620;
  border-radius: 6px;
  padding: 12px 16px;
  width: 100%;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #ccc;
}

input[type="text"],
input[type="email"] {
  height: 48px;
}

textarea {
  height: 240px;
  resize: vertical;
}

/* ラジオボタン
--------------------------------------------------------*/

.p-radio__label {
  cursor: pointer;
  display: block;
}

.p-radio__label + .p-radio__label {
  margin-top: 17px;
}

.p-radio__input:checked + .p-radio__text::after {
  background-color: orange;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.p-radio__text {
  padding-left: 50px;
  position: relative;
}

.p-radio__text::before {
  background-color: #fff;
  border: 1px solid #382620;
  border-radius: 50%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.p-form__input {
  flex: 0 0 490px;
}

.p-form__caution {
  margin-top: 40px;
}

.p-form__button {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}

.p-form__button .primary {
}

.p-form__button .modify {
  background-color: #fff;
  padding: 25px 84px;
  font-size: 16px;
  transition: all 0.7s;
}

.p-form__button .modify:hover {
  background-color: #000;
  color: #fff;
}

.p-form__input-error {
  color: red;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .p-main-menu {
    display: none;
  }

  .p-main-visual {
    width: 100%;
  }

  .p-main-visual__copy-text {
    font-size: 16px;
  }

  .p-top-concept::after {
    height: 250px;
    top: 10px;
    width: 250px;
  }

  .p-top-concept__contents {
    padding-right: 40px;
  }

  .p-lunch-block__balloon {
    right: 20%;
    top: -320px;
  }

  .p-lunch-detail {
    display: block;
    padding: 20px 0px;
  }

  .p-lunch-detail__img img {
    display: block;
    width: 100%;
  }

  .p-lunch-detail__desctiption {
    margin-top: 20px;
  }

  .p-lunch-detail__name {
    font-size: 16px;
    text-align: center;
  }

  .p-lunch-detail__price {
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
  }

  .p-lunch-detail__comment {
    font-size: 12px;
    text-align: center;
  }

  .l-grand-menu {
    padding: 155px 40px 245px;
  }

  .p-grand-menu:before {
    height: 250px;
    top: -120px;
    width: 300px;
  }

  .p-grand-menu::after {
    bottom: 150px;
    height: 220px;
    right: -60px;
    width: 250px;
  }

  .p-top-gallery:before {
    bottom: -120px;
    height: 250px;
    width: 250px;
  }

  .p-top-news {
    padding: 0 40px;
  }

  .p-access::before {
    height: 250px;
    top: -120px;
    width: 250px;
  }

  .p-access::after {
    bottom: -170px;
    height: 250px;
    width: 250px;
  }

  .l-breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-concept-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-menus {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-menu-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-news-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .l-products {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-gift-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l-contact {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
  }

  .l-post-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .p-lunch-block__item + .p-lunch-block__item {
    margin-left: 20px;
  }

  .p-lunch-block__item:nth-of-type(2n) {
    margin-top: 40px;
  }

  .p-info-colum__row:not(:first-child) {
    margin-top: 24px;
  }

  .l-concept-block:not(:first-child) {
    margin-top: 200px;
  }

  .p-menu-list__item:not(:nth-child(4n + 1)) {
    margin-left: 40px;
  }

  .p-menu-list__item:nth-child(n + 5) {
    margin-top: 40px;
  }

  .p-side-block:nth-child(2) {
    margin-top: 60px;
  }

  .p-shop:not(:first-child) {
    margin-top: 120px;
  }

  .p-products__row-item:not(:first-child)
    .p-puroducts-sub-list__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }

  .p-gift-info__img {
    margin-left: 60px;
  }

  .p-form__input {
    margin-left: 42px;
  }

  .p-related-posts__item {
    flex: 0 0 calc(100% / 3 - 27px);
  }

  .p-related-posts__item:not(:nth-child(3n + 1)) {
    margin-left: 40px;
  }

  .p-related-posts__item:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) {
  .p-news-card__link:hover .p-news-card__thumb > img {
    transform: translate(-50%, -50%) scale(1.05);
  }

  .p-tab-list__item:not(:first-child) {
    margin-left: 14px;
  }

  .p-main-news__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .u-sp {
    display: block;
  }

  .u-md {
    display: none;
  }

  .c-section-title__inline-en {
    font-size: 40px;
    letter-spacing: 0.1em;
  }

  .l-main-visual::before {
    display: none;
  }

  .p-main-menu {
    display: none;
  }

  .p-main-visual {
    width: 100%;
  }

  .p-main-visulal__copy {
    left: 20px;
    top: 125px;
  }

  .p-main-visual__copy-text {
    font-size: 16px;
  }

  .l-pickup-news {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 89.3333333333%;
  }

  .p-pickup-news::before {
    right: -20px;
    top: -90px;
  }

  .l-top-concept {
    padding: 120px 0 0 0;
  }

  .l-top-concept::before {
    bottom: -50px;
    height: 100px;
    width: calc(50vw + 43%);
  }

  .p-top-concept::after {
    height: 142px;
    right: -10px;
    top: -30px;
    width: 140px;
  }

  .p-top-concept__container {
    display: block;
  }

  .p-top-concept__contents {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-top-concept__body {
    margin-top: 40px;
  }

  .p-top-concept__subtitle {
    font-size: 20px;
  }

  .p-top-concept__text {
    margin-top: 40px;
  }

  .p-top-concept__button {
    text-align: center;
  }

  .p-top-concept__img {
    height: calc(50vw + 34%);
    margin-top: 80px;
    width: calc(50vw + 34%);
  }

  .l-top-lunch {
    padding: 60px 0;
  }

  .p-lunch::after {
    height: 142px;
    right: -30px;
    top: -180px;
    width: 140px;
  }

  .p-lunch-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-lunch-block__balloon {
    right: 0px;
    top: -232px;
    width: 200px;
  }

  .p-lunch-block__list {
    flex-wrap: wrap;
  }

  .p-lunch-block__item {
    flex: 0 0 47.0238095238%;
    max-width: 400px;
  }

  .p-lunch-block__item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .p-card__img img {
    display: block;
    height: 100%;
    width: 100%;
  }

  .p-card__body {
    width: 100%;
  }

  .p-card__alphabet {
    align-items: center;
    display: flex;
    flex: 0 0 24px;
    font-size: 19px;
    height: 24px;
    justify-content: center;
  }

  .p-card__menuname {
    font-size: 16px;
  }

  .p-lunch-detail {
    display: block;
    padding: 20px 0px;
  }

  .p-lunch-detail__img img {
    display: block;
    width: 100%;
  }

  .p-lunch-detail__desctiption {
    margin-top: 20px;
  }

  .p-lunch-detail__name {
    font-size: 16px;
    text-align: center;
  }

  .p-lunch-detail__price {
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
  }

  .p-lunch-detail__comment {
    font-size: 12px;
    text-align: center;
  }

  .l-grand-menu {
    padding: 120px 20px 180px;
  }

  .l-grand-menu::before {
    height: 81%;
  }

  .p-grand-menu:before {
    height: 142px;
    left: -38px;
    top: -70px;
    width: 168px;
  }

  .p-grand-menu::after {
    bottom: 10px;
    height: 142px;
    right: -38px;
    width: 168px;
  }

  .p-menu-block:not(:nth-child(1)) {
    margin-top: 40px;
  }

  .p-menu-block__head {
    font-size: 20px;
  }

  .p-menu-block__item {
    flex: 0 0 47.1641791045%;
  }

  .p-menu-card:nth-child(n + 3) {
    margin-top: 20px;
  }

  .p-menu-card__name {
    font-size: 14px;
  }

  .p-menu-card__price {
    font-size: 24px;
  }

  .p-drink-menus {
    display: block;
  }

  .p-drink-menus__img {
    display: none;
  }

  .p-drink-menus__body {
    display: block;
    padding: 0 40px;
  }

  .p-drink-menus__item {
    width: 100%;
  }

  .p-drink-menus__item + .p-drink-menus__item {
    margin-top: 40px;
  }

  .l-top-gallery {
    padding: 60px 20px 100px 20px;
  }

  .p-top-gallery:before {
    bottom: -145px;
    height: 185px;
    left: -40px;
    width: 168px;
  }

  .p-top-gallery__head::before {
    height: 100px;
    left: calc(50% - 220px);
    top: -60px;
    width: 214px;
  }

  .p-gallery-list {
    flex-wrap: wrap;
  }

  .p-gallery-item {
    flex: 0 0 47.1641791045%;
  }

  .p-gallery-item:nth-child(n + 1) {
    margin-top: 20px;
  }

  .p-top-news {
    padding: 0 20px;
  }

  .p-news-block {
    display: block;
  }

  .p-news-block__item {
    width: 47.0588235294%;
  }

  .p-news-block__item:nth-child(n + 3) {
    margin-top: 20px;
  }

  .p-news-card--small {
    width: 100%;
  }

  .l-access {
    margin-top: 160px;
  }

  .p-access {
    padding: 0 20px;
  }

  .p-access::before {
    height: 160px;
    right: 0%;
    top: -70px;
    width: 168px;
  }

  .p-access::after {
    bottom: -70px;
    height: 142px;
    left: -38px;
    width: 140px;
  }

  .p-access__head::before {
    left: calc(50% - 225px);
    width: 214px;
  }

  .p-info-colum {
    display: block;
  }

  .p-info-colum__row {
    margin-top: 24px;
  }

  .footer-pagetop {
    bottom: 10px;
    right: 10px;
  }

  .l-first-view {
    height: 120px;
  }

  .p-first-view__heading-inline-en {
    font-size: 32px;
  }

  .p-first-view__heading-inline-ja {
    font-size: 12px;
  }

  .l-breadcrumbs {
    margin-top: 4px;
    padding: 0 10px;
  }

  .p-breadcrumbs__item {
    font-size: 12px;
  }

  .l-concept-wrapper {
    padding: 0;
  }

  .l-concept-block {
    padding: 53px 20px 0px 20px;
  }

  .l-concept-block:not(:first-child) {
    margin-top: 130px;
  }

  .l-concept-block:nth-child(1)::after {
    bottom: -47px;
    height: calc(50vh - 15%);
    margin-left: calc(50% - 45vw);
  }

  .l-concept-block:nth-child(2)::after {
    bottom: -47px;
    height: calc(50vh - 11%);
    margin-left: calc(50% - 82vw);
    width: 100vw;
  }

  .l-concept-block:nth-child(3)::after {
    bottom: -47px;
    height: calc(50vh - 9%);
    margin-left: 0;
    right: 0;
    width: 50vw;
  }

  .l-concept-block .p-concept-block {
    display: block;
  }

  .l-concept-block .p-concept-block__head {
    font-size: 20px;
    line-height: 2;
  }

  .l-concept-block .p-concept-block__text {
    line-height: 2;
  }

  .l-concept-block .p-concept-block__images {
    margin-top: 40px;
  }

  .l-menus {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-tab-list__item {
    flex: 0 1 48.0597014925%;
  }

  .p-tab-list__item:nth-child(n + 3) {
    margin-top: 12px;
  }

  .l-menu-wrapper {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-menu-list__item {
    width: 48.3180428135%;
  }

  .p-menu-list__item:nth-child(2n) {
    margin-left: 11px;
  }

  .p-menu-list__item:nth-child(n + 3) {
    margin-top: 24px;
  }

  .l-news-wrapper {
    display: block;
    margin-top: 53px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-main-news__item {
    flex: 0 1 46.4705882353%;
    margin-top: 24px;
  }

  .p-side-news {
    margin-top: 60px;
  }

  .p-side-block:nth-child(2) {
    margin-top: 40px;
  }

  .p-main-menu__logo--sp {
    display: block;
    left: 14px;
    position: absolute;
    top: 10px;
    z-index: 30;
  }

  .l-shop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-shop:not(:first-child) {
    margin-top: 60px;
  }

  .p-shop__name {
    font-size: 20px;
  }

  .l-products {
    margin-top: 53px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-products__row-item:first-child {
    display: block;
  }

  .p-products-sub-list {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .p-products-sub-list.p-products-sub-list--half .p-puroducts-sub-list__item {
    flex: 0 0 47.3053892216%;
  }

  .p-products__row-item:not(:first-child) .p-puroducts-sub-list__item {
    flex: 0 0 47.3053892216%;
  }

  .p-products__row-item:not(:first-child)
    .p-puroducts-sub-list__item:nth-child(n + 3) {
    margin-top: 40px;
  }

  .l-gift-info {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-gift-info {
    display: block;
    padding: 40px;
  }

  .p-gift-info__head {
    font-size: 16px;
  }

  .p-gift-info__text {
    font-size: 12px;
  }

  .p-gift-info__img {
    margin-top: 40px;
  }

  .l-contact {
    margin-top: 53px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-contact__head {
    font-size: 20px;
  }

  .p-contact__lead {
    font-size: 14px;
  }

  .p-form {
    margin-top: 60px;
  }

  .p-form__item {
    display: block;
  }

  .p-form__input {
    margin-top: 8px;
  }

  .l-post-content {
    margin-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-post-content__thumb {
    width: 100%;
    height: 210px;
  }

  .p-post-content__thumb img {
    height: 210px;
  }

  .p-post-content__title {
    font-size: 20px;
    line-height: 28px;
  }

  .p-post-content__body p {
    font-size: 14px;
    line-height: 28px;
  }

  .p-post-content__body h2 {
    font-size: 18px;
  }

  .p-post-content__body h3 {
    font-size: 16px;
  }

  .p-post-content__body h4 {
    font-size: 14px;
  }

  .p-related-posts__body {
    margin-top: 40px;
  }

  .p-related-posts__item {
    flex: 0 0 calc(100% / 2 - 11px);
  }

  .p-related-posts__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .p-news-card__title {
    font-size: 12px;
    line-height: 18px;
  }

  .p-post-content__body blockquote {
    font-size: 14px;
    line-height: 28px;
  }

  .p-form__button .modify {
    padding: 20px 40px;
  }

  .p-form__button .primary {
    padding: 20px 40px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.error-message {
  color: red;
  margin-bottom: 1em;
}

/* ======================================================
404
======================================================= */
.l-404 {
  height: 100vh;
  text-align: center;
}

.entry-404-head {
  margin-top: 36px;
}

.entry-404-head {
  font-size: 36px;
  font-weight: bold;
}

.entry-404-lead {
  margin-top: 36px;
}

.entry-404-btn {
  margin-top: 36px;
}

/*-------------------------
  検索バー
-------------------------*/
.search-form {
  height: 50px;
}

#sform {
  position: relative;
  max-width: 300px;
  margin-bottom: 36px;
}

#sbox {
  height: 50px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  outline: 0;
  background: #eee;
  /*検索窓の背景色*/
  border: none;
}

#sbtn {
  height: 50px;
  width: 50px;
  position: absolute;
  left: calc(100% - 50px);
  top: 0;
  background-color:#D39B19;
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  transition: color .5s;
}

#sbtn .fa-search {
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 30%;
}


#sbtn:hover {
  color: #888;
}
