@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Damion&family=Noto+Serif+JP:wght@400;700&family=Patua+One&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #F3EFEB;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote {
  margin: 0;
}

.hidden__wapper {
  overflow: hidden;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.section__title {
  font-family: "Amatic SC", cursive;
  letter-spacing: 0.2em;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.26923;
  color: #222222;
}

@media (max-width: 767px) {
  .section__title {
    font-family: "Amatic SC", cursive;
    letter-spacing: 4px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.275;
    color: #222222;
  }
}

.section__ruby {
  margin-top: 11px;
  line-height: 1.33333;
  color: #222222;
  font-weight: 700;
  font-size: 12px;
}

@media (max-width: 767px) {
  .section__ruby {
    margin-top: 5px;
  }
}

.cmn-button {
  margin-top: 60px;
  width: 280px;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .cmn-button {
    margin: 0 auto;
  }
}

.cmn-button a {
  background-color: #222222;
  display: block;
  padding: 25px 22px;
  color: #FFFFFF;
  line-height: 1.3125;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.cmn-button a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/arrow-right.png) no-repeat center center/contain;
}

.cmn-button a::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.cmn-button a:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cmn-button a:hover::after {
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.genre-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 76px auto 0;
  width: 842px;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .genre-nav {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .genre-nav {
    width: 421px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 57px;
    padding: 0 20px;
  }
}

.genre-nav .genre-nav-link {
  background: #888888;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: calc(25% - 10.5px);
  max-width: 100%;
  height: 70px;
}

@media (max-width: 767px) {
  .genre-nav .genre-nav-link {
    width: calc(50% - 6px);
    height: 64px;
  }
  .genre-nav .genre-nav-link:nth-child(n + 3) {
    margin-top: 12px;
  }
  .genre-nav .genre-nav-link:nth-child(2n) {
    margin-left: 12px;
  }
}

.genre-nav .genre-nav-link:hover {
  background-color: #382620;
}

.genre-nav .genre-nav-link:not(:last-child) {
  margin-right: 14px;
}

@media (max-width: 767px) {
  .genre-nav .genre-nav-link:not(:last-child) {
    margin-right: 0px;
  }
}

.genre-nav .genre-nav-link a {
  display: block;
  line-height: 1.25;
  font-weight: 700;
  color: white;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 26px 0;
  position: relative;
}

.genre-nav .genre-nav-link a.is-active {
  background-color: #382620;
}

.genre-nav .genre-nav-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid white;
}

.access {
  margin-top: 175px;
  padding: 80px 0;
  background-color: #eae0d5;
}

@media (max-width: 767px) {
  .access {
    padding: 80px 20px;
    margin-top: 165px;
  }
}

.access__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.access__inner::before {
  content: "";
  position: absolute;
  top: -253px;
  right: -77px;
  width: 374px;
  height: 359px;
  background: transparent url(../img/bg_bread.png) no-repeat center center/contain;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .access__inner::before {
    width: 311px;
  }
}

@media (max-width: 767px) {
  .access__inner::before {
    width: 188px;
    height: 180px;
    top: -178px;
    right: -48px;
  }
}

.access__title {
  position: relative;
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .access__title {
    padding-left: 4px;
  }
}

.access__title::after {
  content: "";
  position: absolute;
  top: -129px;
  left: -229px;
  width: 233px;
  height: 200px;
  background: transparent url(../img/img_balloon-access.png) center center/contain;
}

@media (max-width: 767px) {
  .access__title::after {
    width: 170px;
    height: 172px;
    top: -128px;
    left: -136px;
  }
}

.access__ruby {
  text-align: center;
}

.access__map {
  width: 688px;
  max-width: 100%;
  margin: 43px auto 0;
}

.access__map-container {
  width: 100%;
  position: relative;
  padding-top: 53.25%;
  border: 10px solid #fff;
}

.access__map-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.access__info {
  width: 688px;
  max-width: 100%;
  margin: 16px auto 0;
}

@media (max-width: 767px) {
  .access__info {
    margin: 9px auto 0;
  }
}

.access__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

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

.access__info-list--right {
  width: 50%;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .access__info-list--right {
    width: 100%;
  }
}

.access__info-list--left {
  width: 50%;
  width: calc(50% - 20px);
  margin-left: 40px;
}

@media (max-width: 767px) {
  .access__info-list--left {
    width: 100%;
    margin-left: 0px;
  }
}

.access__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0 15px;
  border-bottom: 1px solid #222222;
}

@media (max-width: 767px) {
  .access__info-row {
    width: 100%;
    padding: 19px 0 11px;
  }
}

.access__info-name {
  width: 80px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35714;
}

.access__info-date {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71429;
}

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

@media (max-width: 767px) {
  .footer {
    padding: 42px 0 20px;
  }
}

.footer__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.footer__inner::after {
  content: "";
  position: absolute;
  top: -186px;
  left: -66px;
  width: 322px;
  height: 288px;
  background: transparent url(../img/bg_coffee-beans3.png) no-repeat left top;
  background-size: 100% auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer__inner::after {
    top: -117px;
    width: 247px;
  }
}

@media (max-width: 767px) {
  .footer__inner::after {
    width: 126px;
    height: 113px;
    top: -95px;
    left: -34px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer__icon:nth-child(n + 2) {
  margin-left: 27px;
}

@media (max-width: 767px) {
  .footer__icon:nth-child(n + 2) {
    margin-left: 35px;
  }
}

.footer__icon i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .footer__icon i {
    font-size: 26px;
  }
}

.copy-right {
  text-align: center;
  margin-top: 45px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

@media (max-width: 767px) {
  .copy-right {
    margin-top: 47px;
  }
}

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

@media (max-width: 767px) {
  .pagenation {
    margin-top: 46px;
  }
}

.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #382620;
  border-radius: 50%;
  background: white;
  margin-right: 12px;
  position: relative;
  padding: 6px 15px;
}

.current {
  background: #382620;
  color: white;
}

.main-visual {
  height: 795px;
  background: -webkit-gradient(linear, right top, left top, color-stop(76.875%, #EAE0D5), color-stop(76.875%, #F3EFEB));
  background: linear-gradient(to left, #EAE0D5 76.875%, #F3EFEB 76.875% 100%);
}

@media (max-width: 767px) {
  .main-visual {
    height: 95vh;
  }
}

.main-visual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-visual__menu {
  width: 15.625%;
  padding: 30px 18px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-visual__menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-visual__menu {
    display: none;
  }
}

.main-visual__logo {
  width: 163px;
  max-width: 100%;
  height: 85px;
  margin: 0 auto;
}

.main-visual__list {
  margin-top: 60px;
}

.main-visual__item {
  text-align: center;
  color: #222222;
}

.main-visual__item:not(:first-child) {
  margin-top: 29.3px;
}

.main-visual__item-title {
  font-family: "Patua One", cursive;
  letter-spacing: 2px;
}

.main-visual__item-ruby {
  font-size: 10px;
}

.main-visual__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 58px;
}

.main-visual__icon {
  text-align: center;
  width: 24px;
  height: 24px;
}

.main-visual__icon:not(:first-child) {
  margin-left: 24px;
}

.main-visual__icon .fab {
  font-size: 22px;
}

.swiper {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.slide-img {
  width: 100%;
  height: 100%;
}

.slide-img img {
  font-family: "object-fit:cover;object-position:50% 50%";
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination {
  text-align: left;
  margin-left: 13px;
  margin-bottom: 6px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #D59B71;
}

.hero-image {
  width: 84.375%;
  height: 735px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-image {
    width: 100%;
    height: 95vh;
  }
}

.hero-image__logo--sp {
  display: none;
}

@media (max-width: 767px) {
  .hero-image__logo--sp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 14px;
    width: 120px;
    height: 64px;
  }
}

.hero-image__text {
  position: absolute;
  bottom: 46px;
  left: 56px;
  z-index: 5;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
  color: #fff;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-image__text {
    bottom: 52px;
    left: 32px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-image__text {
    left: 0;
    top: 130px;
    left: 20px;
    font-size: 16px;
    letter-spacing: 2.24px;
  }
}

@media (max-width: 767px) {
  .hero-image__text span {
    display: block;
  }
}

@media (max-width: 767px) {
  .hero-image__text br {
    display: none;
  }
}

.hero-image__pick-up {
  position: absolute;
  bottom: 19px;
  right: 21px;
  z-index: 5;
  width: 388px;
  max-width: 100%;
  height: 152px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
  .hero-image__pick-up {
    position: relative;
    padding: 8px;
    right: 0;
    -webkit-transform: translateY(-168px);
            transform: translateY(-168px);
    width: 335px;
    margin: 0 auto;
    height: auto;
  }
}

.hero-image__pick-up--dummy {
  position: relative;
}

.hero-image__pick-up--dummy .hero-image__category {
  position: absolute;
  top: -8px;
  left: -24px;
  z-index: 5;
  display: block;
  background: #222222;
  color: white;
  width: 90px;
  height: 20px;
}

@media (max-width: 767px) {
  .hero-image__pick-up--dummy .hero-image__category {
    top: 3px;
    left: -16px;
  }
}

.hero-image__pick-up--dummy .hero-image__category::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #222222 transparent #222222 #222222;
  border-width: 9.75px 10px 9.75px 0px;
  z-index: 10;
}

.hero-image__pick-up--dummy .hero-image__category::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: transparent #aaaaaa transparent transparent;
}

.hero-image__pick-up--dummy .hero-image__category span {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.hero-image__pick-up-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero-image__pick-up-inner::after {
  content: "";
}

.hero-image__pick-up-inner::before {
  content: "";
  position: absolute;
  top: -93px;
  right: -18px;
  width: 168px;
  height: 110px;
  background: url(../img/img_balloon-pickup.png) center center/contain;
}

.hero-image__pick-up-image {
  width: 120px;
  height: 120px;
}

.hero-image__pick-up-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%,50%;
     object-position: 50%,50%;
  height: 100%;
}

.hero-image__pick-up-content {
  margin-left: 16px;
  width: 220px;
}

.hero-image__pick-up-date {
  font-size: 12px;
}

.hero-image__pick-up-text {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71429;
}

@media (max-width: 767px) {
  .hero-image__pick-up-text {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
  }
}

.concept {
  padding: 160px 0 100px;
  position: relative;
  margin-bottom: 240px;
}

@media (max-width: 767px) {
  .concept {
    padding: 120px 0 72px;
    margin-bottom: 120px;
  }
}

.concept::before {
  content: "";
  width: 92.96875%;
  height: 300px;
  background-color: #EAE0D5;
  position: absolute;
  bottom: 0px;
  left: 0;
}

@media (max-width: 767px) {
  .concept::before {
    height: 100px;
    width: 94.666%;
  }
}

.concept__inner {
  width: 1190px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: auto;
  position: relative;
}

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

@media (min-width: 1281px) {
  .concept__inner {
    margin: 0 auto;
  }
}

.concept__inner::after {
  content: "";
  position: absolute;
  top: -199px;
  right: -128px;
  background: url(../img/bg_coffee-beans.png) no-repeat right top;
  background-size: 100%;
  width: 292px;
  height: 305px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .concept__inner::after {
    right: -29px;
  }
}

@media (max-width: 767px) {
  .concept__inner::after {
    width: 145px;
    height: 130px;
    top: -137px;
    right: -15px;
    z-index: 5;
  }
}

.concept__left {
  width: 600px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .concept__left {
    width: 315px;
  }
}

.concept__right {
  padding: 20px 40px 17px 80px;
  width: 590px;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .concept__right {
    padding: 20px 20px 17px 80px;
  }
}

@media (max-width: 767px) {
  .concept__right {
    padding: 0 20px 87px;
    width: 100%;
    margin: 0 auto;
  }
}

.concept__text-title {
  margin-top: 55px;
  font-size: 28px;
  font-weight: 700;
  line-height: 2.14286;
}

@media (max-width: 767px) {
  .concept__text-title {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
  }
}

.concept__text-content {
  margin-top: 45px;
  width: 470px;
  max-width: 100%;
  height: 215px;
}

@media (max-width: 767px) {
  .concept__text-content {
    margin-top: 31px;
    height: auto;
  }
}

.concept__text-content p {
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-size: 14px;
  font-weight: medium;
}

.concept__text-content p:not(:first-child) {
  margin-top: 38px;
}

@media (max-width: 767px) {
  .concept__text-content p {
    font-size: 13px;
  }
}

.concept-button {
  margin-top: 63px;
}

@media (max-width: 767px) {
  .concept-button {
    margin-top: 92px;
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

.lunch-set {
  padding: 80px 50px;
  background-color: #EAE0D5;
}

@media (max-width: 767px) {
  .lunch-set {
    padding: 60px 0 60px;
  }
}

.lunch-set__inner {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.lunch-set__inner::before {
  content: "";
  width: 194px;
  height: 228px;
  position: absolute;
  top: -210px;
  right: -82px;
  background: transparent url(../img/bg_coffee-leaves.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .lunch-set__inner::before {
    width: 119px;
    height: 135px;
    top: -239px;
    right: -32px;
  }
}

.lunch-set__title {
  text-align: center;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .lunch-set__title {
    padding-left: 6px;
  }
}

.lunch-set__ruby {
  text-align: center;
}

.lunch-set__container {
  margin-top: 62px;
  padding: 60px 40px 40px 40px;
  background-color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .lunch-set__container {
    padding: 40px 20px 20px;
  }
}

.lunch-set__container::before {
  content: "";
  width: 355px;
  height: 62px;
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url(../img/img_ribbon-text.png) no-repeat center center/contain;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lunch-set__container::before {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .lunch-set__container::before {
    width: 292px;
    height: 56px;
    top: -32px;
  }
}

.lunch-set__container::after {
  content: "";
  width: 308px;
  height: 160px;
  position: absolute;
  top: -70px;
  right: -23px;
  background: transparent url(../img/img_balloon-special-lunch-set.png) no-repeat center center/contain;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lunch-set__container::after {
    width: 218px;
    height: 141px;
    top: -72px;
    right: -47px;
  }
}

@media (max-width: 767px) {
  .lunch-set__container::after {
    width: 200px;
    height: 94px;
    top: -242px;
    right: 1px;
  }
}

.lunch-set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .lunch-set__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lunch-set__item {
  width: calc(25% - 15px);
}

@media (max-width: 767px) {
  .lunch-set__item {
    width: calc(50% - 10px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.lunch-set__item:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .lunch-set__item:not(:first-child) {
    margin-left: 0px;
  }
}

.lunch-set__item:nth-child(2n) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .lunch-set__item:nth-child(2n) {
    margin-top: 0px;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .lunch-set__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.lunch-set__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .lunch-set__content {
    margin-top: 7px;
  }
}

.lunch-set__content .lunch-set__alphabet {
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-size: 32px;
  background-color: #000;
  text-align: center;
  font-family: "Patua One", cursive;
}

@media (max-width: 767px) {
  .lunch-set__content .lunch-set__alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 19px;
  }
}

.lunch-set__content .lunch-set__name {
  margin-left: 12px;
  width: calc(100% - 50px);
  font-size: 17px;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lunch-set__content .lunch-set__name {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .lunch-set__content .lunch-set__name {
    font-size: 13px;
    margin-left: 6px;
  }
}

.lunch-set__detail {
  margin-top: 56px;
  background-color: #F7F6F4;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .lunch-set__detail {
    margin-top: 20px;
  }
}

.lunch-set__detail-inner {
  padding: 20px 40px 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .lunch-set__detail-inner {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .lunch-set__detail-inner {
    padding: 25px 5px 12px;
    display: block;
  }
}

.lunch-set__detail-img {
  width: 700px;
  max-width: 100%;
}

.lunch-set__detail-container {
  margin-left: 40px;
  width: 253px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .lunch-set__detail-container {
    margin: 23px auto 0;
  }
}

.lunch-set__detail-title {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .lunch-set__detail-title {
    font-size: 16px;
    line-height: 1.3125;
    text-align: center;
  }
}

.lunch-set__detail-price {
  font-family: "Damion", cursive;
  font-size: 60px;
  line-height: 1.33333;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .lunch-set__detail-price {
    font-size: 40px;
    text-align: center;
  }
}

.lunch-set__detail-time {
  font-size: 14px;
  padding-top: 10px;
  width: 220px;
  border-top: 4px dotted #000;
  text-align: right;
}

@media (max-width: 767px) {
  .lunch-set__detail-time {
    width: 100%;
    text-align: center;
  }
}

.grand-menu {
  padding: 160px 90px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .grand-menu {
    padding: 160px 52px;
  }
}

@media (max-width: 767px) {
  .grand-menu {
    padding: 120px 20px 60px;
    margin-top: 0px;
  }
}

.grand-menu::before {
  content: "";
  position: absolute;
  top: 541px;
  right: 0;
  width: 80%;
  height: 2700px;
  background: #eae0d5;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .grand-menu::before {
    height: 77%;
  }
}

@media (max-width: 767px) {
  .grand-menu::before {
    top: 370px;
    height: calc(100% - 370px);
  }
}

.grand-menu__inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.grand-menu__inner::before {
  content: "";
  width: 392px;
  height: 501px;
  position: absolute;
  top: -346px;
  left: -190px;
  background: transparent url(../img/bg_coffee-leaves2.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .grand-menu__inner::before {
    width: 180px;
    height: 190px;
    top: -195px;
    left: -59px;
  }
}

.grand-menu__inner::after {
  content: "";
  position: absolute;
  bottom: -197px;
  right: -223px;
  width: 390px;
  height: 330px;
  background: transparent url(../img/bg_coffee-beans2.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .grand-menu__inner::after {
    width: 170px;
    height: 143px;
    bottom: -164px;
    right: -60px;
  }
}

.grand-menu__title {
  text-align: center;
  padding-left: 8px;
}

.grand-menu__ruby {
  text-align: center;
}

.grand-menu__paste {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .grand-menu__paste {
    margin-top: 40px;
  }
}

.grand-menu-title {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 20px;
  line-height: 1.33333;
  font-weight: 700;
  padding: 8px 0 9px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .grand-menu-title {
    padding: 8px 0 5px 5px;
  }
}

.grand-menu-title::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #000;
}

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

.grand-menu__paste-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .grand-menu__paste-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

.grand-menu__paste-item {
  width: calc(33.333% - 24px);
}

.grand-menu__paste-item:not(:first-child) {
  margin-left: 36px;
}

@media (max-width: 767px) {
  .grand-menu__paste-item:not(:first-child) {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .grand-menu__paste-item {
    width: calc(50% - 10px);
  }
  .grand-menu__paste-item:nth-child(2n) {
    margin-left: 20px;
  }
  .grand-menu__paste-item:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.grand-menu__paste-img {
  padding: 8px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .grand-menu__paste-img {
    padding: 5px;
  }
}

.grand-menu__paste-text {
  margin-top: 12px;
}

.grand-menu__paste-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .grand-menu__paste-name {
    font-size: 14px;
    line-height: 1.35714;
  }
}

.grand-menu__paste-price {
  font-family: "Damion", cursive;
  font-size: 38px;
  line-height: 1;
}

@media (max-width: 767px) {
  .grand-menu__paste-price {
    font-size: 24px;
  }
}

.grand-menu__salad {
  margin-top: 136px;
}

@media (max-width: 767px) {
  .grand-menu__salad {
    margin-top: 45px;
  }
}

.grand-menu__salad-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .grand-menu__salad-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

.grand-menu__salad-item {
  width: calc(33.333% - 24px);
}

.grand-menu__salad-item:not(:first-child) {
  margin-left: 36px;
}

@media (max-width: 767px) {
  .grand-menu__salad-item:not(:first-child) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .grand-menu__salad-item {
    width: calc(50% - 10px);
  }
  .grand-menu__salad-item:nth-child(2n) {
    margin-left: 20px;
  }
  .grand-menu__salad-item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .grand-menu__salad-item:nth-child(n + 3) {
    margin-top: 25px;
  }
}

.grand-menu__salad-img {
  padding: 8px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .grand-menu__salad-img {
    padding: 5px;
  }
}

.grand-menu__salad-text {
  margin-top: 12px;
}

.grand-menu__salad-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .grand-menu__salad-name {
    font-size: 14px;
    line-height: 1.35714;
  }
}

.grand-menu__salad-price {
  font-family: "Damion", cursive;
  font-size: 38px;
  line-height: 1;
}

@media (max-width: 767px) {
  .grand-menu__salad-price {
    font-size: 24px;
  }
}

.grand-menu__pan-sweet {
  margin-top: 108px;
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet {
    margin-top: 47px;
  }
}

.grand-menu__pan-sweet-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet-list {
    margin-top: 20px;
  }
}

.grand-menu__pan-sweet-item {
  width: calc(33.333% - 24px);
}

.grand-menu__pan-sweet-item:not(:nth-child(3n + 1)) {
  margin-left: 36px;
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet-item:not(:nth-child(3n + 1)) {
    margin-left: 0px;
  }
}

.grand-menu__pan-sweet-item:nth-child(n + 4) {
  margin-top: 42px;
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet-item:nth-child(n + 4) {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet-item {
    width: calc(50% - 10px);
  }
  .grand-menu__pan-sweet-item:nth-child(2n) {
    margin-left: 20px;
  }
  .grand-menu__pan-sweet-item:nth-child(n + 3) {
    margin-top: 18px;
  }
}

.grand-menu__pan-sweet-img {
  padding: 8px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet-img {
    padding: 5px;
  }
}

.grand-menu__pan-sweet-text {
  margin-top: 12px;
}

.grand-menu__pan-sweet-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet-name {
    font-size: 14px;
    line-height: 1.35714;
  }
}

.grand-menu__pan-sweet-price {
  font-family: "Damion", cursive;
  font-size: 38px;
  line-height: 1.34375;
}

@media (max-width: 767px) {
  .grand-menu__pan-sweet-price {
    font-size: 24px;
  }
}

.grand-menu__drink {
  margin-top: 102px;
}

@media (max-width: 767px) {
  .grand-menu__drink {
    margin-top: 38px;
  }
}

.grand-menu__drink-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .grand-menu__drink-list {
    margin-top: 20px;
  }
}

.grand-menu__drink-item {
  width: 343px;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .grand-menu__drink-item {
    display: none;
  }
}

@media (max-width: 767px) {
  .grand-menu__drink-item {
    display: none;
  }
}

.grand-menu__drink-img {
  padding: 8px;
  background-color: #fff;
}

.drink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 687px;
  max-width: 100%;
  margin-left: 62px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .drink-list {
    margin-left: 0px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .drink-list {
    display: block;
    margin-left: 0px;
  }
}

.coffee {
  width: calc(33.333% - 32px);
}

@media (max-width: 767px) {
  .coffee {
    width: 100%;
  }
}

.coffee-title {
  font-weight: 700;
  line-height: 1.3125;
  border-bottom: 1px solid #222222;
  padding-bottom: 13px;
}

@media (max-width: 767px) {
  .coffee-title {
    padding-left: 20px;
  }
}

.coffee-list {
  margin-top: 14px;
}

.coffee-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}

.coffee-name {
  width: 98px;
  font-size: 14px;
}

.coffee-price {
  width: 70px;
  margin-left: auto;
  font-family: "Damion", cursive;
  font-size: 20px;
}

.tea {
  width: calc(33.333% - 32px);
  margin-left: 48px;
}

@media (max-width: 767px) {
  .tea {
    margin-top: 35px;
    width: 100%;
    margin-left: 0px;
  }
}

.tea-title {
  font-weight: 700;
  line-height: 1.3125;
  border-bottom: 1px solid #222222;
  padding-bottom: 13px;
}

@media (max-width: 767px) {
  .tea-title {
    padding-left: 20px;
  }
}

.tea-list {
  margin-top: 12px;
}

.tea-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}

.tea-name {
  width: 98px;
  font-size: 14px;
}

.tea-price {
  width: 70px;
  margin-left: auto;
  font-family: "Damion", cursive;
  font-size: 20px;
}

.softdrink {
  width: calc(33.333% - 32px);
  margin-left: 48px;
}

@media (max-width: 767px) {
  .softdrink {
    width: 100%;
    margin-left: 0px;
    margin-top: 36px;
  }
}

.softdrink-title {
  font-weight: 700;
  line-height: 1.3125;
  border-bottom: 1px solid #222222;
  padding-bottom: 13px;
}

@media (max-width: 767px) {
  .softdrink-title {
    padding-left: 20px;
  }
}

.softdrink-list {
  margin-top: 12px;
}

.softdrink-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}

.softdrink-name {
  width: 98px;
  font-size: 14px;
}

.softdrink-price {
  width: 70px;
  margin-left: auto;
  font-family: "Damion", cursive;
  font-size: 20px;
}

.grand-menu-button {
  margin: 60px auto 0;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

@media (max-width: 767px) {
  .grand-menu-button {
    margin-top: 36px;
  }
}

.gallery {
  margin-top: 83px;
  background-color: #EAE0D5;
  padding: 84px 90px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .gallery {
    padding: 50px 63px;
  }
}

@media (max-width: 767px) {
  .gallery {
    padding: 60px 20px 105px;
    margin-top: 125px;
  }
}

.gallery__title {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .gallery__title {
    width: 120px;
    padding-left: 8px;
  }
}

.gallery__title::after {
  content: "";
  width: 265px;
  height: 140px;
  position: absolute;
  top: -102px;
  left: -258px;
  background: transparent url(../img/img_balloon-gallery.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .gallery__title::after {
    width: 194px;
    height: 90px;
    top: -93px;
    left: -126px;
  }
}

.gallery__ruby {
  text-align: center;
}

.gallery__container {
  width: 1100px;
  max-width: 100%;
  margin: 40px auto 0;
  position: relative;
}

.gallery__container::after {
  content: "";
  width: 358px;
  height: 562px;
  position: absolute;
  bottom: -377px;
  left: -180px;
  background: transparent url(../img/bg_plate.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .gallery__container::after {
    width: 205px;
    height: 185px;
    bottom: -282px;
    left: -74px;
  }
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .gallery__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.gallery__item {
  width: calc(25% - 18px);
  max-width: 100%;
}

.gallery__item:not(:first-child) {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .gallery__item:not(:first-child) {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .gallery__item {
    width: calc(50% - 10px);
  }
  .gallery__item:nth-child(2n) {
    margin-left: 20px;
  }
  .gallery__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.gallery__item-img {
  width: 100%;
}

.gallery-button {
  margin: 61px auto 0;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

@media (max-width: 767px) {
  .gallery-button {
    margin: 42px auto 0;
  }
}

.news {
  margin-top: 3px;
  padding: 120px 90px 0px;
}

@media (max-width: 767px) {
  .news {
    padding: 120px 20px 0px;
    margin-top: 0px;
  }
}

.news__inner {
  width: 1122px;
  margin: 0 auto;
  max-width: 100%;
}

.news__title {
  text-align: center;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .news__title {
    padding-right: 5px;
  }
}

.news__ruby {
  text-align: center;
}

.news__container {
  width: 1140px;
  max-width: 100%;
  margin: 42px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news__container {
    display: block;
    width: 100%;
  }
}

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

.news__left {
  width: 510px;
  max-width: 100%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news__left {
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news__left {
    margin: 0 auto;
  }
}

.news__left .news__left-category {
  position: absolute;
  top: 20px;
  left: -8px;
  display: block;
  text-align: center;
  width: 93px;
  height: 30px;
  font-size: 16px;
  color: white;
  background: #222222;
  z-index: 5;
}

.news__left .news__left-category span {
  position: relative;
  display: block;
  padding: 4px 0;
  font-size: 14px;
}

.news__left .news__left-category span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #222222 transparent #222222 #222222;
  border-width: 15px 10px 15px 0px;
  z-index: 10;
}

.news__left .news__left-category span::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: transparent #aaaaaa transparent transparent;
}

.news__left-img {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  position: relative;
}

.news__left-img img {
  width: 100%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.news__left-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

.news__left-content {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .news__left-content {
    padding-top: 8px;
  }
}

.news__left-content .news__left-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
}

@media (max-width: 767px) {
  .news__left-content .news__left-title {
    font-size: 12px;
  }
}

.news__left-content .news__left-text {
  margin-top: 37px;
  font-size: 14px;
  line-height: 1.71429;
}

@media (max-width: 767px) {
  .news__left-content .news__left-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.news__left-content .news__left-date {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.71429;
}

@media (max-width: 767px) {
  .news__left-content .news__left-date {
    margin-top: 10px;
  }
}

.news__right {
  width: 550px;
  max-width: 100%;
  margin-left: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .news__right {
    margin-left: 0;
    margin: 20px auto 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news__right {
    margin-left: 0;
    margin: 18px auto 0;
  }
}

.news__right-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__right-link {
  display: block;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .news__right-link {
    width: calc(50% - 10px);
  }
}

.news__right-link:nth-child(2n) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .news__right-link:nth-child(2n) {
    margin-left: 20px;
  }
}

.news__right-link:nth-child(n + 3) {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .news__right-link:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.news__right-item {
  position: relative;
}

.news__right-item::marker {
  display: none;
}

.news__right-item .news__right-category {
  position: absolute;
  top: 13px;
  left: -8px;
  display: block;
  text-align: center;
  width: 78px;
  height: 24px;
  font-size: 12px;
  color: white;
  background: #222222;
  z-index: 5;
}

.news__right-item .news__right-category span {
  position: relative;
  display: block;
  padding: 2px 0;
}

.news__right-item .news__right-category span::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: transparent #aaaaaa transparent transparent;
}

.news__right-item .news__right-category span::after {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #222222 transparent #222222 #222222;
  border-width: 12px 10px 12px 0px;
  z-index: 10;
}

.news__right-img {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}

.news__right-img img {
  width: 100%;
  font-family: "object-fit:cover;object-position:50% 50%";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.news__right-img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.6;
}

.news__right-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.71429;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .news__right-title {
    margin-top: 4px;
    font-size: 11px;
  }
}

.news__right-date {
  margin-top: 40px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .news__right-date {
    margin-top: 25px;
  }
}

.news-button {
  margin: 57px auto 0;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}

@media (max-width: 767px) {
  .news-button {
    margin: 40px auto 0;
  }
}

.Concept-Title {
  padding-left: 12px;
}

@media (max-width: 767px) {
  .Concept-Title {
    padding-left: 8px;
  }
}

.coffee-food {
  margin-top: 73px;
  background: #f3efeb;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .coffee-food {
    margin-top: 45px;
    padding-bottom: 50px;
  }
}

.coffee-food::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76.875%;
  height: 200px;
  background: #eae0d5;
}

@media (max-width: 767px) {
  .coffee-food::before {
    width: 89.333%;
    height: 100px;
  }
}

.coffee-food-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.coffee-food-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .coffee-food-container {
    display: block;
  }
}

.coffee-food-left {
  width: 390px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .coffee-food-left {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 92px;
  }
}

.coffee-food-text {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .coffee-food-text {
    margin-top: 0px;
  }
}

.coffee-food-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 2.14286;
}

@media (max-width: 767px) {
  .coffee-food-title {
    font-size: 20px;
    line-height: 2;
  }
}

.coffee-food-read {
  margin-top: 26px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .coffee-food-read {
    margin-top: 30px;
  }
}

.coffee-food-right {
  width: 640px;
  max-width: 100%;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .coffee-food-right {
    margin-left: 0px;
    padding: 0 20px;
  }
}

.paste {
  margin-top: 100px;
  background: #f3efeb;
  padding-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .paste {
    margin-top: 20px;
  }
}

.paste::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45.3125%;
  height: 437px;
  background: #eae0d5;
}

@media (max-width: 767px) {
  .paste::before {
    width: 75.7333%;
    height: 227px;
    bottom: 40px;
  }
}

.paste-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.paste-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .paste-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.paste-right {
  width: 390px;
  max-width: 100%;
  margin-left: 70px;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .paste-right {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 64px;
    margin-left: 0px;
  }
}

.paste-left {
  width: 640px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .paste-left {
    margin-left: 0px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .paste-text {
    margin-left: 0px;
  }
}

.paste-title {
  font-size: 28px;
  line-height: 2.14286;
  font-weight: 700;
}

@media (max-width: 767px) {
  .paste-title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.paste-read {
  margin-top: 28px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .paste-read {
    margin-top: 42px;
  }
}

.croissant {
  margin-top: 100px;
  background: #f3efeb;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .croissant {
    padding-top: 0px;
    margin-top: 42px;
    padding-bottom: 37px;
  }
}

.croissant::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 31.25%;
  height: 520px;
  background: #eae0d5;
}

@media (max-width: 767px) {
  .croissant::before {
    top: auto;
    width: 49.066%;
    right: 20px;
    bottom: 0;
    height: 240px;
  }
}

.croissant-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.croissant-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.croissant-right {
  width: 640px;
  max-width: 100%;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .croissant-right {
    width: 84%;
    margin-left: 0px;
    padding-left: 20px;
  }
}

.croissant-left {
  width: 390px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .croissant-left {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 37px;
  }
}

.croissant-text {
  margin-top: 24px;
}

.croissant-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 2.14286;
}

@media (max-width: 767px) {
  .croissant-title {
    font-size: 20px;
    line-height: 1.6;
  }
}

.croissant-read {
  margin-top: 53px;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .croissant-read {
    margin-top: 40px;
  }
}

.concept-access {
  margin-top: 170px;
}

.gift-First-View {
  width: 100%;
  height: 320px;
  background: transparent url(../img/img_firstview_gift.png) center center/cover;
  position: relative;
}

@media (max-width: 767px) {
  .gift-First-View {
    height: 120px;
  }
}

.gift-First-View::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid white;
}

.gift-First-View::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid white;
}

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

.Gift-Title {
  font-family: "Amatic SC", cursive;
  letter-spacing: 14.4px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.26389;
  color: white;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .Gift-Title {
    font-size: 32px;
    line-height: 1.28125;
    letter-spacing: 6.4px;
  }
}

.gift-Ruby {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 1.28px;
  color: white;
  text-align: center;
}

.page-gift__container {
  padding: 75px 0 0;
}

@media (max-width: 767px) {
  .page-gift__container {
    padding: 50px 0 0;
  }
}

.gift__top {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .gift__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gift__left {
  width: 530px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .gift__left {
    padding: 0 20px;
    width: 100%;
  }
}

.gift__left-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33333;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .gift__left-name {
    font-size: 18px;
  }
}

.gift__left-price {
  font-family: "Damion", cursive;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.34375;
  text-align: center;
}

.gift-button {
  display: block;
  width: 174px;
  max-width: 100%;
  margin: 15px auto 0;
}

@media (max-width: 767px) {
  .gift-button {
    width: 140px;
    margin: 13px auto 0;
  }
}

.gift-button div {
  padding: 5px 22px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background: #222222;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #222222;
}

@media (max-width: 767px) {
  .gift-button div {
    padding: 2px 0px;
    font-size: 12px;
    text-align: center;
  }
}

.gift-button div:hover {
  background: white;
  color: #222222;
  border: 1px solid #222222;
}

.gift__right {
  width: 530px;
  max-width: 100%;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .gift__right {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
  }
}

.gift__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gift__right-item {
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .gift__right-item {
    width: calc(50% - 9px);
  }
}

.gift__right-item:nth-child(2n) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .gift__right-item:nth-child(2n) {
    margin-left: 18px;
  }
}

.gift__right-item:nth-child(n + 3) {
  margin-top: 40px;
}

.gift-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35714;
  margin-top: 12px;
}

.gift-price {
  font-family: "Damion", cursive;
  line-height: 1.33333;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.gift__bottom {
  margin: 44px auto 0;
  width: 1100px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .gift__bottom {
    padding: 0 20px;
  }
}

.gift__row-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .gift__row-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.gift__row-item {
  width: calc(25% - 30px);
}

@media (max-width: 767px) {
  .gift__row-item {
    width: calc(50% - 9px);
  }
}

.gift__row-item:not(:first-child) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .gift__row-item:not(:first-child) {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .gift__row-item:nth-child(2n) {
    margin-left: 18px;
  }
  .gift__row-item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.wrapping {
  margin: 100px auto 0;
  width: 1100px;
  max-width: 100%;
  border: 4px solid #382620;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 80px 60px;
}

@media (max-width: 767px) {
  .wrapping {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
    margin: 60px auto 0;
  }
}

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

.wrapping__left {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}

.wrapping__left-title {
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66667;
  border-bottom: 3px dotted #382620;
}

@media (max-width: 767px) {
  .wrapping__left-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
    padding-bottom: 30px;
  }
}

.wrapping__left-text {
  margin-top: 34px;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .wrapping__left-text {
    margin-top: 20px;
    font-size: 12px;
  }
}

.wrapping__right {
  width: 460px;
  max-width: 100%;
  margin-left: 60px;
}

@media (max-width: 767px) {
  .wrapping__right {
    margin-left: 0px;
    margin: 34px auto 0;
  }
}

.shops {
  margin: 80px 0 170px;
}

@media (max-width: 767px) {
  .shops {
    margin: 52px 0 160px;
  }
}

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

@media (max-width: 767px) {
  .shop:not(:first-child) {
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .shop {
    margin: 0 20px;
  }
}

.Shop-Title {
  padding-left: 18px;
}

@media (max-width: 767px) {
  .Shop-Title {
    padding-left: 9px;
  }
}

.shop-Name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33333;
  padding-left: 22px;
  position: relative;
  padding-left: 18px;
}

.shop-Name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 35px;
  background: #382620;
}

@media (max-width: 767px) {
  .shop-Name::before {
    height: 28px;
    left: 0px;
  }
}

@media (max-width: 767px) {
  .shop-Name {
    font-size: 20px;
  }
}

.shop-map {
  width: 688px;
  max-width: 100%;
  margin: 25px auto 0;
  background: white;
  padding: 10px;
}

@media (max-width: 767px) {
  .shop-map {
    margin: 15px auto 0;
    padding: 5px;
  }
}

.shop-map-container {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  background-color: #fff;
}

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

.shop-info {
  width: 688px;
  max-width: 100%;
  margin: 0 auto;
}

.shop-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .shop-info-list {
    display: block;
  }
}

.shop-info--left {
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .shop-info--left {
    width: 100%;
  }
}

.shop-info--right {
  width: calc(50% - 20px);
  margin-left: 40px;
}

@media (max-width: 767px) {
  .shop-info--right {
    margin-left: 0px;
    width: 100%;
  }
}

.shop-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 18px;
  border-bottom: 1px solid #222222;
}

@media (max-width: 767px) {
  .shop-info-row {
    width: 100%;
    padding: 20px 0 10px;
  }
}

@media (max-width: 767px) {
  .shop-info-row:nth-child(2n) {
    margin-left: 0px;
  }
}

.shop-info-name {
  width: 80px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35714;
}

.shop-info-date {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71429;
}

.Contact-Title {
  padding-left: 12px;
}

.contact-form {
  width: 688px;
  max-width: 100%;
  margin: 74px auto 0;
  color: #382620;
}

@media (max-width: 767px) {
  .contact-form {
    margin: 50px auto 0;
  }
}

.contact-form__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.42857;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-form__title {
    font-size: 20px;
  }
}

.contact-form__read {
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.3125;
}

@media (max-width: 767px) {
  .contact-form__read {
    padding: 0 20px;
    margin-top: 29px;
  }
}

.contact-form__form {
  margin: 80px auto 0;
}

@media (max-width: 767px) {
  .contact-form__form {
    margin: 60px auto 0;
  }
}

.conrtact-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .conrtact-form__radio {
    display: block;
    padding: 0 20px;
  }
}

.contact-form__label {
  width: 176px;
  margin-right: 22px;
  font-weight: 700;
}

.is-must {
  position: relative;
}

.is-must::before {
  content: "必須";
  position: absolute;
  top: 0px;
  right: -42px;
  color: white;
  background: #f07317;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .contact-form__radio-list {
    margin-left: 0px;
    margin-top: 19px;
  }
}

.contact-form__radio-list label:not(:first-child) {
  margin-top: 19px;
}

input[type='radio'] {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
  display: block;
}

.wpcf7-list-item:not(:first-child) {
  margin-top: 15px;
}

.contact-form__wrapper {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .contact-form__wrapper {
    display: block;
    padding: 0 20px;
  }
}

.contact-form__input {
  width: 490px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .contact-form__input {
    padding-left: 0px;
    margin-top: 5px;
  }
}

.contact-form__input input[type='text'],
.contact-form__input input[type='email'],
.contact-form__input input[type='tel'],
.contact-form__input textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #382620;
  border-radius: 6px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 13px 16px;
  width: 100%;
  background: white;
}

.contact-form__input input[type='text']:focus,
.contact-form__input input[type='email']:focus,
.contact-form__input input[type='tel']:focus,
.contact-form__input textarea:focus {
  border: 1px solid #382620;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #382620;
}

.contact-form__input textarea {
  height: 240px;
  resize: none;
}

@media (max-width: 767px) {
  .contact-form__input textarea {
    height: 202px;
  }
}

.contact-form__attention {
  margin-top: 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35714;
}

@media (max-width: 767px) {
  .contact-form__attention {
    padding: 0 20px;
    margin-top: 12px;
  }
}

.contact-form__submit {
  margin: 40px auto 0;
  width: 280px;
  max-width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media (max-width: 767px) {
  .contact-form__submit {
    margin: 60px auto 0;
  }
}

.contact-form__submit::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 31px;
  right: 16px;
  width: 8px;
  height: 14px;
  background: url(../img/arrow-right.png) no-repeat center center/contain;
}

.contact-form__submit::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 75px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.contact-form__submit:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-form__submit:hover::after {
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-form__submit input[type='submit'] {
  background-color: #222222;
  width: 100%;
  display: block;
  padding: 25px 22px;
  color: #FFFFFF;
  line-height: 1.3125;
  font-size: 16px;
}

.wpcf7-list-item input {
  display: none;
}

.wpcf7-list-item input:checked + span::after {
  opacity: 1;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
}

.wpcf7-list-item-label::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #382620;
  border-radius: 50%;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%);
  background: #f07317;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 6px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 12px;
}

.wpcf7-not-valid {
  border: 1px solid #f07317;
}

.sendDone {
  margin-top: 70px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.42857;
}

@media (max-width: 767px) {
  .sendDone {
    margin-top: 54px;
    font-size: 18px;
  }
}

.mailThanks {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .mailThanks {
    padding: 0 18px;
  }
}

.FirstView {
  width: 100%;
  height: 320px;
  position: relative;
}

@media (max-width: 767px) {
  .FirstView {
    height: 120px;
  }
}

.FirstView::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid white;
}

@media (max-width: 767px) {
  .FirstView::before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
}

.FirstView::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid white;
}

@media (max-width: 767px) {
  .FirstView::after {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
  }
}

.Shop__FirstView {
  background: transparent url(../img/img_firstview_shop.png) center center/cover;
}

.Contact__FirstView {
  background: transparent url(../img/img_firstview_contact.png) center center/cover;
}

.Concept__FirstView {
  background: transparent url(../img/img_firstview_concept.png) center center/cover;
}

.Gift__FirstView {
  background: transparent url(../img/img_firstview_gift.png) center center/cover;
}

.index__FirstView {
  background: transparent url(../img/img_firstview_news.png) center center/cover;
}

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

.page-Title {
  font-family: "Amatic SC", cursive;
  letter-spacing: 14.4px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.26389;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .page-Title {
    font-size: 32px;
    line-height: 1.28125;
    letter-spacing: 6.4px;
  }
}

.page-Read {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 1.28px;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .page-Read {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.33333;
    margin-top: 4px;
  }
}

.Wpage__container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Wpage__container {
    padding: 0 20px;
  }
}

.Npage__container {
  width: 690px;
  max-width: 100%;
  margin: 0 auto;
}

.single__container {
  width: 688px;
  max-width: 100%;
  margin: 74px auto 0;
}

@media (max-width: 767px) {
  .single__container {
    padding: 0 20px;
    margin-top: 50px;
  }
}

.single__container p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

@media (max-width: 767px) {
  .single__container p {
    font-size: 14px;
  }
}

.single__container .singel__title {
  margin-top: 24px;
  margin-bottom: 84px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.42857;
}

@media (max-width: 767px) {
  .single__container .singel__title {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 24px;
    margin-bottom: 55px;
  }
}

.single__container h2 {
  margin: 168px 0 25px;
  padding-left: 22px;
  position: relative;
  font-size: 24px;
  line-height: 1.66667;
  font-weight: 700;
}

.single__container h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 35px;
  background: #382620;
}

@media (max-width: 767px) {
  .single__container h2 {
    font-size: 18px;
    line-height: 1.55556;
  }
}

.single__container h3 {
  margin: 126px 0 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #382620;
}

@media (max-width: 767px) {
  .single__container h3 {
    font-size: 16px;
    margin: 145px 0 24px;
    padding-bottom: 40px;
  }
}

.single__container h4 {
  margin: 126px 0 22px;
}

@media (max-width: 767px) {
  .single__container h4 {
    font-size: 14px;
    margin: 145px 0 22px;
  }
}

.single__container blockquote {
  background: #f8f8f8;
  padding: 36px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

@media (max-width: 767px) {
  .single__container blockquote {
    padding: 20px;
    font-size: 14px;
  }
}

.single__container blockquote cite {
  display: block;
  margin-top: 10px;
  text-align: right;
}

@media (max-width: 767px) {
  .single__container blockquote cite {
    margin-top: 40px;
  }
}

.single__container ul {
  margin: 98px 0 34px;
  list-style: inside;
}

@media (max-width: 767px) {
  .single__container ul {
    margin: 117px 0 34px;
  }
}

.single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.single__meta .single__published {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35714;
}

.single__meta .single__category-name {
  position: relative;
  margin-left: 20px;
  padding-left: 22px;
}

.single__meta .single__category-name a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35714;
}

.single__meta .single__category-name::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #382620;
}

.wp-block-image {
  margin: 106px auto 40px;
}

.postLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

.postLinks .postLink {
  width: 95px;
  font-size: 14px;
  font-weight: 700;
}

.postLinks .postLink-prev i {
  margin-right: 11px;
}

.postLinks .postLink-next i {
  margin-left: 11px;
}

.postLinks .postLink__archive {
  padding: 9px 35px;
  border: 1px solid #382620;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 767px) {
  .postLinks .postLink__archive {
    font-size: 14px;
    padding: 8px 25px;
  }
}

.related-Article {
  margin: 122px 0 170px;
}

@media (max-width: 767px) {
  .related-Article {
    margin: 96px 0 170px;
  }
}

.related-Article__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42857;
  text-align: center;
}

@media (max-width: 767px) {
  .related-Article__title {
    font-size: 22px;
    padding-left: 3px;
  }
}

.related-Article__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 680px;
  max-width: 100%;
  margin: 60px auto 0;
}

@media (max-width: 767px) {
  .related-Article__items {
    margin: 40px auto 0;
  }
}

.related-Article__item {
  position: relative;
  width: calc(33.333% - 28px);
}

@media (max-width: 767px) {
  .related-Article__item {
    width: calc(50% - 10px);
  }
}

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

@media (max-width: 767px) {
  .related-Article__item:not(:nth-child(3n + 1)) {
    margin-left: 0px;
  }
}

.related-Article__item:nth-child(n + 4) {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .related-Article__item:nth-child(n + 4) {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .related-Article__item:not(:nth-child(2n + 1)) {
    margin-left: 18px;
  }
}

@media (max-width: 767px) {
  .related-Article__item:nth-child(n + 3) {
    margin-top: 23px;
  }
}

.related-Article__item-category {
  position: absolute;
  top: 12px;
  left: -8px;
  height: 20px;
  width: 64px;
  background: #222222;
}

.related-Article__item-category span {
  display: block;
  text-align: center;
  padding: 2px 0;
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 700;
  color: white;
  position: relative;
}

.related-Article__item-category span::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: transparent #aaaaaa transparent transparent;
}

.related-Article__item-category span::after {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #222222 transparent #222222 #222222;
  border-width: 10px 12px 10px 0px;
  z-index: 10;
}

.related-Article__item-title {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.71429;
  font-weight: 700;
}

@media (max-width: 767px) {
  .related-Article__item-title {
    margin-top: 4px;
    font-size: 12px;
  }
}

.related-Article__item-time {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .related-Article__item-time {
    margin-top: 18px;
  }
}

.I-News-Title {
  padding-left: 10px;
}

.I-News-Read {
  margin-top: 8px;
}

.I-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 100%;
  margin: 80px auto 170px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .I-news__container {
    display: block;
  }
}

@media (max-width: 767px) {
  .I-news__container {
    display: block;
    margin-top: 55px;
  }
}

.I-news__items {
  width: 728px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .I-news__items {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .I-news__items {
    padding: 0 20px;
  }
}

.I-news__link {
  width: calc(50% - 24px);
}

@media (max-width: 767px) {
  .I-news__link {
    width: calc(50% - 10px);
  }
}

.I-news__link:nth-child(2n) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .I-news__link:nth-child(2n) {
    margin-left: 20px;
  }
}

.I-news__link:nth-child(n + 3) {
  margin-top: 38px;
}

@media (max-width: 767px) {
  .I-news__link:nth-child(n + 3) {
    margin-top: 22px;
  }
}

.I-news__item {
  position: relative;
}

.I-news__category {
  position: absolute;
  top: 16px;
  left: -8px;
  background: #222222;
  width: 98px;
  height: 24px;
  color: white;
  z-index: 5;
}

@media (max-width: 767px) {
  .I-news__category {
    width: 92px;
  }
}

.I-news__category span {
  position: relative;
  display: block;
  padding: 3px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35714;
  text-align: center;
}

@media (max-width: 767px) {
  .I-news__category span {
    font-size: 12px;
    line-height: 1.33333;
  }
}

.I-news__category span::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #222222 transparent #222222 #222222;
  border-width: 12px 10px 12px 0px;
  z-index: 10;
}

.I-news__category span::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: transparent #aaaaaa transparent transparent;
}

@media (max-width: 767px) {
  .I-news__category span::after {
    bottom: -6px;
  }
}

.I-news__item--image {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.I-news__item--image img {
  display: block;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.I-news__item--image img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.6;
}

.I-news__item--title {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

@media (max-width: 767px) {
  .I-news__item--title {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.I-news__item--date {
  display: block;
  font-size: 14px;
  line-height: 1.35714;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .I-news__item--date {
    font-size: 12px;
    line-height: 1.33333;
    margin-top: 27px;
  }
}

.menu__FirstView {
  background: transparent url(../img/img_firstview_menu.png) center center/cover;
}

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

.A-menu-Title {
  font-family: "Amatic SC", cursive;
  letter-spacing: 14.4px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.26389;
  color: white;
  padding-left: 14px;
}

@media (max-width: 767px) {
  .A-menu-Title {
    font-size: 32px;
    line-height: 1.28125;
    letter-spacing: 6.4px;
    padding-left: 10px;
  }
}

.A-menu-Read {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 1.28px;
  color: white;
  text-align: center;
}

@media (max-width: 767px) {
  .A-menu-Read {
    margin-top: 0px;
  }
}

.custom__post--container {
  width: 1100px;
  max-width: 100%;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .custom__post--container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .custom__post--container {
    margin: 60px auto 0;
    padding: 0 20px;
  }
}

.custom__post--item {
  width: calc(25% - 30px);
}

.custom__post--item:not(:nth-child(4n + 1)) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .custom__post--item:not(:nth-child(4n + 1)) {
    margin-left: 0px;
  }
}

.custom__post--item:nth-child(n + 5) {
  margin-top: 38px;
}

@media (max-width: 767px) {
  .custom__post--item:nth-child(n + 5) {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .custom__post--item {
    width: calc(50% - 5px);
  }
  .custom__post--item:nth-child(2n) {
    margin-left: 10px;
  }
  .custom__post--item:nth-child(n + 3) {
    margin-top: 27px;
  }
}

.custom__post--title {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .custom__post--title {
    margin-top: 0px;
  }
}

.custom__post--price {
  font-family: "Damion", cursive;
  font-size: 24px;
  line-height: 1.33333;
  text-align: center;
}

@media (max-width: 767px) {
  .custom__post--price {
    margin-top: 0px;
  }
}

.custom__post--pageNav {
  margin-top: 86px;
}

.custom__post--pageNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom__post--pageNav li:not(:last-child) {
  margin-right: 14px;
}

.sidebar {
  width: 300px;
  max-width: 100%;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar {
    margin: 60px auto 0;
    width: 728px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin: 60px auto 0;
    width: 335px;
  }
}

.recent-Article__sidebar {
  width: 100%;
  background: #f8f8f8;
  padding: 21px 20px;
}

.recent-Article__title {
  font-size: 20;
  line-height: 1.35;
  font-weight: 700;
  position: relative;
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .recent-Article__title {
    padding-bottom: 25px;
  }
}

.recent-Article__title::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 32px;
  height: 1px;
  background: #222222;
}

.recent-Article__list {
  margin-top: 20px;
}

.recent-Article__list a {
  display: block;
}

.recent-Article__list a:not(:first-child) {
  margin-top: 14px;
}

.recent-Article__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recent-Article__left {
  width: 100px;
}

.recent-Article__left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-Article__right {
  width: 146px;
  max-width: 100%;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71429;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .recent-Article__right {
    margin-left: 20px;
    width: 100%;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .recent-Article__right {
    margin-left: 15px;
  }
}

.recent-Article-__right-time {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33333;
}

.category__sidebar {
  width: 100%;
  background: #f8f8f8;
  padding: 21px 20px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .category__sidebar {
    margin-top: 38px;
  }
}

.category__sidebar .category__sidebar-title {
  font-size: 20;
  line-height: 1.35;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
}

@media (max-width: 767px) {
  .category__sidebar .category__sidebar-title {
    padding-bottom: 27px;
  }
}

.category__sidebar .category__sidebar-title::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 32px;
  height: 1px;
  background: #222222;
}

.category__sidebar .category__sidebar-list {
  margin-top: 18px;
}

.category__sidebar .category__sidebar-list li {
  padding-left: 20px;
  position: relative;
}

.category__sidebar .category__sidebar-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #222222;
  border-width: 1px 1px 0 0;
}

.category__sidebar .category__sidebar-list li:not(:first-child) {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .category__sidebar .category__sidebar-list li:not(:first-child) {
    margin-top: 13px;
  }
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 600;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2F2F2F;
  padding: 22px 17px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.drawer-icon.is-block {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .drawer-icon {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .drawer-icon {
    top: 10px;
    right: 10px;
    opacity: 1;
    visibility: visible;
  }
}

.drawer-icon.is-active {
  background: #fff;
}

.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #382620;
}

.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #382620;
}

.drawer-icon__bars {
  width: 27px;
  height: 15.75px;
  display: block;
  position: relative;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 27px;
  height: 2.25px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar2 {
  top: 6.75px;
}

.drawer-icon__bar3 {
  top: 13.5px;
}

.drawer-content {
  background: #382620;
  width: 375px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 590;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__logo {
  width: 120px;
  height: 64px;
  margin: 10px 0 0 14px;
}

.drawer-content__list {
  margin-top: 54px;
  margin-left: 40px;
}

.drawer-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drawer-content__item:not(:first-child) {
  margin-top: 30px;
}

.drawer-content__item a {
  width: 100%;
  font-family: "Patua One", cursive;
  font-size: 24px;
  letter-spacing: 3px;
  color: white;
  text-decoration: none;
}

.drawer-content__item span {
  margin-left: 34px;
  position: relative;
  font-size: 10px;
}

.drawer-content__item span::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}

.drawer__sns-icon {
  width: 33px;
  height: 27px;
}

.drawer__sns-icon a {
  width: 100%;
  height: 100%;
  font-size: 40px;
  color: #fff;
}

.drawer__sns-icon:not(:first-child) {
  margin-left: 32px;
}

.drawer__sns-icon i {
  font-size: 33px;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 580;
  display: none;
}

.drawer-background.is-active {
  display: block;
}

.floating {
  position: fixed;
  bottom: 24px;
  right: 18px;
  width: 44px;
  height: 44px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .floating {
    bottom: 10px;
    right: 5px;
  }
}

.floating.is-show {
  opacity: 1;
  visibility: visible;
}

.breadcrumb {
  margin-top: 15px;
  margin-left: 90px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-left: 10px;
    margin-top: 0px;
  }
}

.breadcrumb span {
  font-size: 14px;
  line-height: 1.71429;
}

.breadcrumb span:last-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .breadcrumb span {
    font-size: 10px;
  }
}

.breadcrumb i {
  margin-right: 14px;
}

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
  }
}

.wpcf7-not-valid-tip {
  color: #F07317;
  position: absolute;
  left: 198px;
}

@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    left: 22px;
  }
}

.wpcf7-not-valid {
  border: 1px solid #F07317 !important;
}
/*# sourceMappingURL=style.css.map */