@charset "UTF-8";


*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #222222;
  max-width: 100%;
  line-height: 1.6;
  margin: 0 auto;
  background: #f3efeb;
  z-index: 0;
  font-family: "Noto Serif JP", "Amatic SC", "Patua One", "Damion", sans-serif;
}
img {
  object-fit: cover;
}

.hidden {
  display: none;
}
@media screen and (min-width: 600px) {
  .hidden {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}
.l-wrapper {
  overflow: hidden;
}
.hidden-sm {
  display: block;
}
@media screen and (min-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
.image-main {
 height: 120px;
  position: relative;
  
}
@media screen and (min-width: 600px) {
.image-main {
  max-height: 320px;
  height: auto;
  position: relative;
}
}
.image-main ::before {
  content: "";
  position: absolute;
  border: 2px solid #FFF;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  z-index: 1;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);

}
.image-main::after {
  content: "";
  position: absolute;
  border: 1px solid #FFF;
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.filter_container {
  display: flex;
  gap: 5px;
  padding-top: 5px;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 10px;
  margin-bottom: 48px;
}
@media screen and (min-width: 600px) {
  .filter_container {
    gap: 15px;
    padding-top: 16px;
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 90px;
    margin-bottom: 80px;
  }
}
.front-fv_img img {
  background: rgba(0, 0, 0, 0.4);
}

.page_container {
  padding-inline: 10px;
}

.header {
  margin-left: 0;
  position: relative;
  z-index: 100;
}
.header_img {
  max-width: 100%;
  width: 120.043px;
  height: 63.084px;
  flex-shrink: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .header_img {
    width: 166px;
    height: 93px;
    flex-shrink: 0;
    margin: 0 auto;
    padding: 0;
  }
}

.header_image {
  position: relative;
  width: 100%;
  height: 667px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header_image {
    width: 85%;
    height: auto;
    max-height: 767px;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.header_image img {
  width: 100%;
  height: 100%;
}
.header_image::before {
  display: none;
}
@media screen and (min-width: 600px) {
  .header_image::before {
    display: flex;
    position: absolute;
    content: "";
    background-size: 100% auto;
    background: #eae0d5;
    z-index: -1;
    width: 984px;
    height: 398px;
    flex-shrink: 0;
    right: 0;
    bottom: -60px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  transition: all 1s;
}
.swiper-slide img {
 overflow: hidden;
 transform: scale(1.2);
  transition: 0.7s;
}

.swiper {
  width: 100%;
  height: 667px;
  z-index: 0 !important;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  .swiper {
    height: 735px;
  }
}
.swiper img {
  transform: scale(1.3);
}

.swiper-wrapper {
  transition: 3s;
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-pagination {
  display: flex;
  margin-left: 20px;
}
@media screen and (min-width: 600px) {
  .header_logo__inner {
    width: 15%;
  }
}


@media screen and (min-width: 1280px) {
  .header_logo__inner {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.header_logo__title {
  display: flex;
  padding-top: 10px;
  /* padding-inline: 15px; */
  justify-content: space-between;
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .header_logo__title {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .header_logo__title {
    display: flex;
    flex-direction: column;
    padding-top: 27px;
    padding-left: 0px;
    margin: 0 auto;
    padding-right: 0;
    width: 166px;
    height: 93px;
  }
}

@media screen and (min-width: 600px) {
  .logo_title {
    display: flex;
    gap: 31px;
    margin-bottom: 0;
  }
}

.header_l {
  display: none;
}
@media screen and (min-width: 600px) {
  .header_l {
    display: flex;
    padding-top: 62px;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .header_l {
    padding-top: 82px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 600px) {
  .header-list-l {
    display: flex;
    flex-direction: column;
    gap: 31px;
    justify-content: center;
  }
}
.header-list-l .header_button {
  flex-direction: column;
}
.toppage {
  position: relative;
}
.toppage::before {
  display: none;
}
@media screen and (min-width: 900px) {
  .toppage::before {
    display: flex;
    position: absolute;
    content: "";
    background-size: 100% auto;
    background: #eae0d5;
    z-index: -1;
    width: 984px;
    height: 398px;
    flex-shrink: 0;
    right: 0;
    bottom: -60px;
  }
}
@media screen and (min-width: 600px) {
  .toppage {
    display: flex;
  }
}

button {
  background: transparent;
  display: inline-block;
  border: none;
}
.header_infomation {
  display: flex;
  align-items: center;
  gap: 11px;
}
.header_button {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.header_button:hover {

    opacity: 0.7;
    transition: 0.7s;

}
@media screen and (min-width: 768px) {
  .header_button {
    display: flex;
  }
}

.header_logo_content {
  text-align: center;
  font-family: "Patua One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media screen and (min-width: 600px) {
  .header_logo_content {
    color: #222;
    text-align: center;
    font-family: "Patua One";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
  }
}

.header_logo-content-sub {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header_sns {
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  display: flex;
  margin-top: 52px;
  gap: 20px;
}
.header_sns-icon:hover {
  opacity: 0.7;
  transition: 0.7s;
}
@media screen and (min-width: 600px) {
  .header_sns {
    padding-top: 60px;
    max-width: 184px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 0;
  }
}

.menu-button {
  background: #222;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  z-index: 9003;
  right: 10px;
  top: 10px;
}
.menu-button.is-checked {
  border-radius: 60px;
  background: #fff;
}
.menu-button.is-checked .menu-button {
  transform: translateX(0px);
  align-items: center;
}
.menu-button.is-checked .drawer-icon_bar:nth-child(1) {
  top: 0px;
  transform: rotate(45deg);
  background: #222222;
}
.menu-button.is-checked .drawer-icon_bar:nth-child(2) {
  display: none;
}
  .is-checked.hamburger-demo-cover {
   background: rgba(0, 0, 0, 0.30);
   position: fixed;
   width: 100%;
    height: 100%;
    transition: 0.5s;
    top: 0;
    left: 0;
    z-index: 8000;
    display: block;
}
.menu-button.is-checked .drawer-icon_bar:nth-child(3) {
  top: 0px;
  transform: rotate(-45deg);
  background: #222222;
}
@media screen and (min-width: 600px) {
  .menu-button {
    position: fixed;
    top: 4px;
    right: 4px;
  }
}

.drawer-icon {
  position: relative;
  align-items: center;
  width: 27px;
  max-width: 100%;
}
.drawer-icon_bar {
  background-color: #fff;
  position: absolute;
  width: 30px;
  max-width: 100%;
  height: 1.5px;
  left: 0;
  transition: top 0.3s, transform 1s;
}
.drawer-icon_bar:nth-child(1) {
  top: -6px;
}
.drawer-icon_bar:nth-child(2) {
  top: 0px;
}
.drawer-icon_bar:nth-child(3) {
  top: 6px;
}

.header_image-logo {
  position: absolute;
  top: 124px;
  left: 20px;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  letter-spacing: 2.24px;
}
@media screen and (min-width: 600px) {
  .header_image-logo {
    left: 56px;
    top: 600px;
    flex-direction: column;
    display: flex;
    gap: 16px;
    color: #fff;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
  }
}

.header_category-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_category {
  position: absolute;
  opacity: 0.85;
  background: #fff;
  margin-inline: 20px;
  bottom: 32px;
}
@media screen and (min-width: 768px) {
  .header_category {
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header_category {
    right: 20px;
    bottom: 23px;
    margin-inline: 0;
  }
}

.header_category-image {
  display: inline-block;
  flex-shrink: 0;
  width: 100px !important;
}
@media screen and (min-width: 600px) {
  .header_category-image {
    width: 120px !important;
  }
}

.haeder_category-main {
  display: flex;
  gap: 16px;
  padding: 12px;
  max-width: 388px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .haeder_category-main {
    padding: 16px;
  }
}

.category_tag {
  position: relative;
}
.category_tag::before {
  position: absolute;
  background:url("../../img/吹き出33.svg") no-repeat left top;
  content: "";
  width: 120px;
  height: 71.379px;
  flex-shrink: 0;
  z-index: -1;
  top: -39px;
  right: 6px;
}
@media screen and (min-width: 600px) {
  .category_tag::before {
    width: 160px;
    height: 95px;
    top: -70px;
    right: 1px;
    transform: rotate(5deg);
    flex-shrink: 0;
  }
}

.category_title {
  position: absolute;
  padding: 3px 0 2px 10px;
  top: 10px;
  left: -10px;
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #382620;
}
@media screen and (min-width: 600px) {
  .category_title {
    padding: 3px 0 2px 15px;
  }
}

.category-title-text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  gap: 10px;
}
.category-title-text::before {
  border-color: transparent #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  left: -8px;
  bottom: -5px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.category-title-text::after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  top: -3px;
  content: "";
  height: 0px;
  position: absolute;
  border-width: 12px 8px 10px 0px;
  width: 15px;
}
@media screen and (min-width: 600px) {
  .category-title-text::after {
    border-width: 12px 8px 12px 0px;
  }
}

.category_date {
  color: #222;
  padding-top: 10px;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .category_date {
    padding-top: 0;
  }
}

.category_text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  margin: 0;
}
@media screen and (min-width: 600px) {
  .category_text {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
  }
}

.header_nav {
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: center;
  background: #382620;
  position: fixed;
  z-index: 9002;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.5s;
  color: #fff;
  padding-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .header_nav {
    transform: translateX(100%);
    right: 0;
    left: auto;
    width: 100%;
    max-width: 375px;
    background: #382620;
  }
}
.header_nav.is-checked {
  transform: translateX(0);
  top: 0;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .header_nav.is-checked {
    transform: translateX(0%);
  }
}
.header-list {
  width: 100%;
  padding-left: 40px;
  list-style: none;
  color: #fff;
  font-family: "Patua One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 600px) {
  .header-list {
    display: flex;
    flex-direction: column;
  }
}
.header-list .header_logo_content {
  color: #fff;
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .header-list .header_button a {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
}

.header_logo-content-span {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header_logo_content {
  margin: 0;
}

.header_logo-content-sub {
  margin: 0;
}

.concept_button {
  display: flex;
  margin: 0 auto;
  background: #222;
  color: #fff;
  padding: 24px 81px;
  position: relative;
  /* z-index: 10; */
}
@media screen and (min-width: 600px) {
  .concept_button {
    /* margin: 0; */
  }
}
.concept_button:hover {
  position: relative;
  transition: 0.7s;
  top: 6px;
  left: 6px;
}
.concept_button::after {
  position: absolute;
  pointer-events: none;
  width: 100%;
  content: "";
  transition: 0.7s;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  right: -6px;
  bottom: -6px;
  height: 100%;
}
.concept_button:hover::after {
  top: 0;
  left: 0;
}
.content {
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .content {
    padding-inline: 0px;
  }
}

.concept {
  position: relative;
  padding-top: 120px;
  padding-bottom: 73px;
 

}
@media screen and (min-width: 900px) {
  .concept {
    gap: 80px;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 160px;
    justify-content: left;
    padding-right: 90px;
    padding-bottom: 100px;
  }
}
.concept::before {
  display: inline-block;
  position: absolute;
  background: url("../../img/bg-deco05.png") no-repeat left top;
  background-size: 100% auto;
  content: "";
  z-index: 2;
  width: 145px;
  height: 130px;
  right: -53px;
  top: -20px;
}
@media screen and (min-width: 600px) {
  .concept::before {
    width: 250px;
    height: 180px;
    right: -53px;
    top: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .concept::before {
    width: 296px;
    height: 265px;
    flex-shrink: 0;
  }
}

.concept_logo {
  margin-bottom: 4px;
  color: #222;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .concept_logo {
    color: #222;
    font-family: "Amatic SC";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.4px;
    margin-bottom: 8px;
  }
}

.concept_logo-sub {
  margin: 0;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .concept_logo-sub {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.concept_main-title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
  margin-top: 34px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .concept_main-title {
    margin-top: 48px;
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 214.286% */
  }
}

.concept_main-text {
  margin-top: 30px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  margin-bottom: 56px;
}
@media screen and (min-width: 600px) {
  .concept_main-text {
    margin-top: 48px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 900px) {
  .concept-main {
    position: relative;
    z-index: 10;
    max-width: 470px;
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (min-width: 900px) {
  .concept-main.content {
padding-inline: 0px;
  }
}
@media screen and (min-width: 900px) {
  .concept-main.concept_button {
margin-right: auto!important;
  }
}
.concept_acses {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  display: block;
}
.concept_acses::before {
  position: absolute;
  background: url(../../img/arrow.svg) no-repeat;
  width: 16px;
  content: "";
  height: 24px;
  flex-shrink: 0;
  right: -73px;
}

.nathan {
  position: relative;
  width: 100%;
  margin-top: 87px;
  background-size: 100% auto;
  z-index: 1;
}
.nathan::after {
  content: "";
  z-index: -1;
  display: inline-block;
  position: absolute;
  background: #eae0d5;
  width: 355px;
  height: 100px;
  flex-shrink: 0;
  bottom: -75px;
  left: 0;
}
@media screen and (min-width: 600px) {
  .nathan::after {
    width: 1190px;
    height: 300px;
    flex-shrink: 0;
    z-index: -1;
    bottom: -97px;
  }
}
@media screen and (min-width: 600px) {
  .nathan {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .nathan {
    width: 600px;
    max-width: 100%;
    max-height: auto;
    height: 764px;
    flex-shrink: 0;
    margin-top: 0;
  }
}

.nathan_image {
  width: 315px;
  height: auto;
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .nathan_image {
    width: 100%;
  }
}

.header_sns-icon {
  flex-shrink: 0;
}
.lunch {
  position: relative;
  padding-top: 120px;
  /* overflow: hidden; */
}
@media screen and (min-width: 600px) {
  .lunch {
    padding-top: 240px;
  }
}
.lunch::before {
  content: "";
  position: absolute;
  background: url(../../img/deco-2.png) no-repeat no-repeat;
  background-size: 100% auto;
  width: 119px;
  height: 135px;
  flex-shrink: 0;
  top: -60px;
  right: -33px;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .lunch::before {
    width: 201px;
    height: 228px;
    flex-shrink: 0;
    right: -47px;
   
    top: 111px;
  }
}
.lunch::after {
  position: absolute;
  content: "";
  background: url(../../img/deco-1.png) no-repeat;
  background-size: 100% auto;
  width: 128.365px;
  height: 141px;
  transform: rotate(-7deg);
  left: -43px;
  flex-shrink: 0;
  bottom: -112px;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .lunch::after {
    width: 266px;
    height: 294px;
    transform: rotate(-10deg);
    flex-shrink: 0;
    left: -40px;
    bottom: -200px;
  }
}

.lunch_container {
  background: #eae0d5;
  position: relative;
  margin: 0 auto;
  padding-top: 56px;
  z-index: -1;
  overflow-y: hidden;
  overflow-x: visible;
  padding-bottom: 63px;
}
@media screen and (min-width: 600px) {
  .lunch_container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 81px;
    padding-bottom: 80px;
  }
}

.lunch_memo {
  position: absolute;
  overflow-y: hidden;
  right: -18px;
  top: 75px;
  width: 205px;
}
@media screen and (min-width: 600px) {
  .lunch_memo {
    width: 299px;
    height: 140px;
    right: -10px;
    top: 414px;
    z-index: 1;
  }
}

.lunch_logo {
  display: flex;
  flex-direction: column;
  font-family: "Amatic SC";
  gap: 5px;
  text-align: center;
  padding-bottom: 61px;
}

.lunch_title {
  color: #222;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .lunch_title {
    color: #222;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.4px;
  }
}

.lunch_title-sub {
  color: #222;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .lunch_title-sub {
    color: #222;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.lunch_pasta {
  position: absolute;
  padding: 5px 19px;
  flex-shrink: 0;
  top: -20px;
  right: 15%;
  color: #FFF;
font-family: "Noto Serif JP";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
@media screen and (min-width: 600px) {
  .lunch_pasta {
    right: 36%;
    width: 308px;
  }
}

.pasta_logo-n {
  width: 255px;
  padding: 5px 22px;
  background: #222;
  margin: 0 auto;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 600px) {
  .pasta_logo-n {
    color: #fff;
    width: inherit;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 6px 19px;
  }
}
.pasta_logo-n::before {
  border-color: #222 transparent #222 #222;
  border-style: solid;
  border-width: 15px 8px 15px 21px;
  content: "";
  position: absolute;
  right: -16px;
  top: 7px;
  width: 28.653px;
  height: 32.3px;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .pasta_logo-n::before {
    width: 35px;
    height: 37px;
    flex-shrink: 0;
  }
}
.pasta_logo-n::after {
  border-color: #222 transparent #222 #222;
  border-style: solid;
  border-width: 15px 8px 15px 21px;
  content: "";
  transform: rotate(180deg);
  position: absolute;
  left: -16px;
  top: 7px;
  width: 28.653px;
  height: 32.3px;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .pasta_logo-n::after {
    width: 35px;
    height: 37px;
    flex-shrink: 0;
    left: -30px;
  }
}

.lunch_menu {
  background: #fff;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .lunch_menu {
    padding-bottom: 32px;
    .content {
      padding-inline: 20px;
    }
  
  }
}
@media screen and (min-width: 900px) {
  .lunch_menu.content{
    padding-inline: 40px;
  }
  }
@media screen and (min-width: 1280px) {
  .lunch_menu {
    padding-bottom: 32px;
    .content {
     
    }
  }
}
@media screen and (min-width: 900px) {
  .lunch_list:nth-child(2) {
    margin-top: 41px;
  }
  .lunch_list:nth-child(4) {
    margin-top: 41px;
  }
}

.lunch_image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.lunch_exe-image {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .lunch_exe-image {
    width: 50%;
    max-width: 700px;
    height: 190px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .lunch_exe-image {
    width: 100%;
  }
}

.lunch_menu-contents {
  padding-block: 39px 21px;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media screen and (min-width: 600px) {
  .lunch_menu-contents {
    
  }
}
@media screen and (min-width: 900px) {
  .lunch_menu-contents {
    display: flex;
    justify-content: center;
 
    padding-top: 60px;
    padding-bottom: 47px;
    gap: 20px;
  }
}

.lunch-logo {
  display: flex;
  flex-direction: row;
  gap: 6px;
  padding-top: 6px;
}
@media screen and (min-width: 600px) {
  .lunch-logo {
    padding-top: 16px;
    gap: 12px;
  }
}

.lunch_number {
  color: #fff;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 14px;
  font-family: "Patua One";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.28px;
  background-color: #222;
  padding: 1px 5px;
}
@media screen and (min-width: 600px) {
  .lunch_number {
    color: #fff;
    text-align: center;
    font-family: "Patua One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.84px;
    padding: 5px 14px;
  }
}

.lunch_name {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .lunch_name {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.lunch_set {
  border-radius: 8px;
  background: #f7f6f4;
  padding-block: 20px;
}
@media screen and (min-width: 600px) {
  .lunch_set {
   
    padding-left: 70px;
    padding-right: 70px;
  }
}

.lunch_set_text {
  text-align: center;
  margin-top: 21px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .lunch_set_text {
    margin-top: 0;
  }
}

.lunch_set-title {
  color: #222;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .lunch_set-title {
    text-align: end;
    font-size: 20px;
  }
}

.set_price-logo {
  position: absolute;
  top: 44px;
  left: 95px;
}
@media screen and (min-width: 600px) {
  .set_price-logo {
    position: relative;
    top: 0;
    left: 0;
    color: #222;
    font-family: Damion;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2px;
  }
}

.lunch_set-prise {
  color: #222;
  font-family: Damion;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.lunch_set-prise::before {
  content: "";
  position: absolute;
  background: url(../../img/repeat.svg) no-repeat;
  width: 148px;
  height: 4px;
  flex-shrink: 0;
  bottom: -4px;
  left: 0px;
}
@media screen and (min-width: 600px) {
  .lunch_set-prise::before {
    left: 5%;
  }
}
@media screen and (min-width: 600px) {
  .lunch_set-prise {
    font-size: 60px;
  }
}

.lunch_set-time {
  margin-top: 72px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .lunch_set-time {
    margin-top: 17px;
    color: #222;
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.lunch_exe {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .lunch_exe {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .lunch_exe {
    gap: 40px;
  }
}

.lunch_exe-images {
  display: flex;
}
@media screen and (min-width: 600px) {
  .lunch_exe-images {
    display: flex;
    gap: 12px;
  }
}

.lunch_image-tags {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .lunch_image-tags {
    gap: 12px;
  }
}

.lunch_image-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1px;
  padding-inline: 7px;
  gap: 9px;
}
@media screen and (min-width: 600px) {
  .lunch_image-tag {
    gap: 0;
    padding-top: 5px;
    padding-inline: 14px;
  }
}

.lunch_exe-text {
 
  height: 12.762px;
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .lunch_exe-text {
    width: 68px;
    height: 25px;
    flex-shrink: 0;
    max-width: 100%;
  }
}

.lunch_exe-span {
  width: 13.359px;
  height: 13.323px;
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .lunch_exe-span {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }
}

.grand_menu {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
  padding-inline: 20px;
}
.grand_menu::before {
  position: absolute;
  content: "";
  height: 2755px;
  top: 250px;
  right: 0;
  z-index: -1;
  background-size: 100% auto;
  width: 274px;
  flex-shrink: 0;
  background: #eae0d5;
}
@media screen and (min-width: 600px) {
  .grand_menu::before {
    height: 2500px;
    width: 500px;
  }
}
@media screen and (min-width: 900px) {
  .grand_menu::before {
    width: 1024px;
    height: 2700px;
    right: -4px;
    top: 543px;
  }
}
.grand_menu::after {
  position: absolute;
  content: "";
  background: url(../../img/adam-niescioruk-wzAVGtfwQlA-unsplash.png) no-repeat;
  background-size: 100% auto;
  width: 168.808px;
  height: 142.875px;
  flex-shrink: 0;
  max-width: 100%;
  right: -40px;
  bottom: -8px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .grand_menu::after {
    width: 390px;
    height: 330px;
    flex-shrink: 0;
    bottom: 59px;
    right: -134px;
  }
}
@media screen and (min-width: 600px) {
  .grand_menu {
    margin-top: 0;
    padding-inline: 90px;
    padding-bottom: 150px;
  }
}

.grand_menu-container {
  /* z-index: -1; */
}
@media screen and (min-width: 600px) {
  .grand_menu-container {
    padding-top: 159px;
  }
}

.grand_menu-logo {
  color: #222;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .grand_menu-logo {
    color: #222;
    font-family: "Amatic SC";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.4px;
  }
}

.grand_menu-sub {
  color: #222;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .grand_menu-sub {
    color: #222;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 44px;
  }
}

.grand_menu-contents {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .grand_menu-contents {
    padding-bottom: 100px;
  }
}

.grand_menu-contentsd {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .grand_menu-contentsd {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 600px) {
  .grand_menu-contentsd .concept_button {
    margin: 0 auto;
    padding-inline: 76px;
  }
}
@media screen and (min-width: 600px) {
  .grand_menu-contentsd .concept_acses::before {
    right: -64px;
  }
}

.grand_menu-mainlogo {
  color: #222;
  font-family: "Noto Serif JP";
  padding-left: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  margin-bottom: 20px;
  padding-block: 5px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .grand_menu-mainlogo {
    font-size: 24px;
    margin-bottom: 29px;
    padding-block: 8px;
    padding-left: 24px;
  }
}
.grand_menu-mainlogo::before {
  position: absolute;
  content: "";
  top: 2px;
  background-color: #222222;
  content: "";
  height: 1px;
  left: 0;
  width: 100%;
}
.grand_menu-mainlogo::after {
  position: absolute;
  content: "";
  bottom: 2px;
  background-color: #222222;
  content: "";
  height: 1px;
  left: 0;
  width: 100%;
}

.grand_menu-image {
  padding: 5px;
  background: #fff;
  flex-shrink: 0;
  max-width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .grand_menu-image {
    width: inherit;
    height: auto;
    margin-bottom: 10px;
    padding: 8px;
  }
}

.drink_oder {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media screen and (min-width: 600px) {
  .drink_oder {
    display: flex;
    flex-direction: row;
    gap: 62px;
  }
}

.drink_oder-image {
  display: none;
}
@media screen and (min-width: 1280px) {
  .drink_oder-image {
    width: 343px;
    height: 343px;
    flex-shrink: 0;
    display: block;
    padding: 8px;
    background: #fff;
  }
}

.drink_links {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .drink_links {
    display: flex;
    flex-direction: row;
    gap: 48px;
  }
}

@media screen and (min-width: 600px) {
  .drink_link {
    display: flex;
    flex-direction: column;
  }
}

.grand_menu-title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .grand_menu-title {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.grand_menu-prise {
  color: #222;
  font-family: Damion;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .grand_menu-prise {
    color: #222;
    font-family: Damion;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.grand_menu-lists {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media screen and (min-width: 600px) {
  .grand_menu-lists {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 34px;
  }
}

@media screen and (min-width: 600px) {
  .grand_menu-list {
    width: 100%;
    max-width: 343px;
  }
}

@media screen and (min-width: 600px) {
  .drink {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
  }
}

.drink-logo {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-bottom: 12px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.drink-lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .drink-lists {
    padding-top: 0;
    width: 197px;
    max-width: 100%;
  }
}
.drink {
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .drink {
    padding-inline: 0;
  }
}
.drink_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .drink_list {
    gap: 40px;
  }
}

.drink_logo {
  color: #222;
  width: 98px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .drink_logo {
    max-width: 98px;
    width: 100%;
  }
}

.drink_price {
  color: #222;
  text-align: right;
  font-family: Damion;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gallery {
  position: relative;
  margin-top: 33px;
}
@media screen and (min-width: 600px) {
  .gallery {
    margin-top: 0;
  }
}
.gallery::before {
  position: absolute;
  content: "";
  background: url(../../img/吹き出し03.svg) no-repeat;
  width: 200px;
  height: 104.168px;
  flex-shrink: 0;
  left: -22px;
  top: -57px;
}
@media screen and (min-width: 600px) {
  .gallery::before {
    left: 298px;
    top: -21px;
    width: 258px;
    height: 120px;
  }
}

.gallery_container {
  background: #eae0d5;
  position: relative;
  padding-block: 60px 106px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .gallery_container {
    padding-inline: 60px;
    padding-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .gallery_container {
    padding-inline: 90px;
  }
}
.gallery_container .concept_button {
  padding: 24px 62px 25px 68px;
}
@media screen and (min-width: 600px) {
  .gallery_container .concept_button {
    margin: 0 auto;
  }
}
.gallery_container .concept_acses::before {
  right: -49px;
}

.gallery_title {
  text-align: center;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 600px) {
  .gallery_title {
    padding-bottom: 45px;
  }
}

.gallery_title-logo {
  color: #222;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .gallery_title-logo {
    color: #222;
    font-family: "Amatic SC";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.4px;
  }
}

.gallery_title-sub {
  color: #222;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .gallery_title-sub {
    color: #222;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.gallery_image {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 19px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .gallery_image {
    display: flex;
    padding-bottom: 60px;
    gap: 24px;
    justify-content: center;
  }
}

.gallery_image-img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .gallery_image-img {
    width: 100%;
    max-width: 257px;
    height: 257px;
    flex-shrink: 0;
  }
}

.news {
  position: relative;
}
.news::before {
  content: "";
  position: absolute;
  background: url(../../img/bg-deco02.png) no-repeat;
  width: 204.493px;
  height: 185.071px;
  flex-shrink: 0;
  max-width: 100%;
  left: -52px;
  top: -8px;
  background-size: 100% auto;
}
@media screen and (min-width: 600px) {
  .news::before {
    width: 354px;
    height: 320px;
    flex-shrink: 0;
    top: -140px;
    left: -85px;
  }
}

.news_container {
  padding-top: 115px;
  padding-bottom: 61px;
}
@media screen and (min-width: 600px) {
  .news_container {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 900px) {
  .news_container {
    padding-top: 120px;
    padding-inline: 90px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .news_container .concept_button {
    margin: 0 auto;
    padding: 24px 84px 25px 84px;
  }
}
@media screen and (min-width: 900px) {
  .news_main-mainpage {
    display: flex;
    gap: 37px;
    margin-bottom: 60px;
  }
}
.news_main-imagemain {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 22px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .news_main-imagemain {
    width: 100%;
  }
}

.image_category {
  position: absolute;
  background-color: #222;
  padding: 3px 15px;
  left: -7px;
  top: 19px;
}

.image-title-text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.news_big-image {
  overflow: hidden;
  transition:1s all;
 
 }

.news_big-image img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
 display: block;
}
.news_big-title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 600px) {
  .news_big-title {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
  }
}

.news_big-sub {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 600px) {
  .news_big-sub {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }
}

.news_big-date {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .news_big-date {
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.news_imagesub {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .news_imagesub {
    gap: 32px;
    padding-bottom: 0;
    grid-column-gap: 43px;
  }
}
.news_sub-image {
  height: auto;
  max-height: 159px;
  overflow: hidden;
}
.news_sub-image img {
  height: auto;
  max-height: 159px;
  width: 100%;
}
.news_sub-image img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
  display: block;
}
.news_sub-text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 600px) {
  .news_sub-text {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
  }
}

.news_sub-date {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .news_sub-date {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.news_image-sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.image_category-sub {
  position: absolute;
  background: #222;
  top: 10px;
  left: -8px;
  padding: 3px 11px;
}



.access {
  position: relative;
  padding-top: 104px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .access {
    padding-top: 175px;
    overflow: hidden;
    margin-top: 0;
  }
}
.access::before {
  position: absolute;
  content: "";
  background: url(../../img/bg-deco01.png) no-repeat;
  background-size: 100% auto;
  width: 190.5px;
  height: 180px;
  flex-shrink: 0;
  right: -37px;
  top: 7px;
}
@media screen and (min-width: 600px) {
  .access::before {
    width: 389px;
    height: 359px;
    flex-shrink: 0;
    top: -17px;
    right: -93px;
  }
}

.access_container {
  padding-block: 80px;
  background: #eae0d5;
  position: relative;
  z-index: -1;
}
.access_container::before {
  position: absolute;
  content: "";
  background: url(../../img/吹き出し.png) no-repeat;
  width: 200px;
  height: 172.134px;
  flex-shrink: 0;
  left: -30px;
  top: -41px;
  background-size: 100% auto;
}
@media screen and (min-width: 600px) {
  .access_container::before {
    width: 232.912px;
    height: 200.002px;
    flex-shrink: 0;
    top: -50px;
    left: 336px;
  }
}
@media screen and (min-width: 600px) {
  .access_container .gallery_title {
    padding-bottom: 43px;
  }
}

.map_container iframe {
  height: 178px;

  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .map_container iframe {
    height: 367px;
  }
}

.map_container {
  border: 5px solid #fff;
  position: relative;
  width: 100%;
  height: 188px;
}
@media screen and (min-width: 600px) {
  .map_container {
    border: 10px solid #fff;
    height: 387px;
  }
}

@media screen and (min-width: 600px) {
  .access_map {
    max-width: 688px;
    margin: 0 auto;
  }
}

.access_information {
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .access_information {
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 40px;
    grid-auto-flow: column;
  }
}

.access_image {
  width: 100%;
}

.acces_intro {
  display: flex;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
  align-items: start;
}
@media screen and (min-width: 600px) {
  .acces_intro {
    padding-bottom: 12px;
  }
}
.acces_intro:nth-child(2) {
  padding-top: 18px;
}
@media screen and (min-width: 600px) {
  .acces_intro:nth-child(2) {
    padding-top: 0;
  }
}
.acces_intro:nth-child(3) {
  padding-top: 18px;
}
@media screen and (min-width: 600px) {
  .acces_intro:nth-child(3) {
    padding-top: 0;
  }
}
.acces_intro:nth-child(4) {
  padding-top: 18px;
}
@media screen and (min-width: 600px) {
  .acces_intro:nth-child(4) {
    padding-top: 0;
  }
}
.acces_intro:nth-child(5) {
  padding-top: 18px;
}
@media screen and (min-width: 600px) {
  .acces_intro:nth-child(5) {
    padding-top: 0;
  }
}
.acces_intro:nth-child(6) {
  padding-top: 18px;
}
@media screen and (min-width: 600px) {
  .acces_intro:nth-child(6) {
    padding-top: 0;
  }
}

.access_information-title {
  width: 56px;
  max-width: 100%;
  color: #222;
  vertical-align: top;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.access_information-text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.footer {
  background: #382620;
  /* z-index: -1; */
  position: relative;
}
.footer::after {
  position: absolute;
  content: "";
  background: url(../../img/bg-deco06.png) no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 114px;
  flex-shrink: 0;
  max-width: 100%;
  top: -56px;
  left: -36px;
}
@media screen and (min-width: 600px) {
  .footer::after {
    width: 341px;
    height: 288px;
    flex-shrink: 0;
    transform: scale(-1, 1);
    top: -153px;
    left: -69px;
  }
}

.footer_container {
  padding-block: 40px 14px;
}

.footer_pagetop {
  position: fixed;
  z-index:10;
  right: 5px;
  bottom: 5px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .footer_pagetop {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    right: 20px;
    bottom: 20px;
  }
}

.footer_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 37px;
}

.footer_sns-icon {
  width: 32px;
  max-width: 100%;
}

.footer_copyright {
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}/*# sourceMappingURL=style.css.map */
/*トップページ*/

/*single.php*/

.filter_container {
  display: flex;
  gap: 5px;
  padding-top: 5px;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 10px;
  margin-bottom: 48px;
}
@media screen and (min-width: 600px) {
  .filter_container {
    gap: 15px;
    padding-top: 16px;
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 90px;
    margin-bottom: 83px;
  }
}

.news_category {
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .news_category {
    padding-inline: 90px;
  }
}

.news_category-container {
  padding-left: 12px;
  padding-right: 20px;
}
@media screen and (min-width: 900px) {
  .news_category-container {
    padding-inline: 0;
    display: flex;
    gap: 70px;
  }
}

.news_category-title {
  margin-bottom: 40px;
  padding-left: 8px;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .news_category-title {
    margin-bottom: 36px;
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    margin-bottom: 28px;
    font-weight: 700;
    line-height: normal;
    padding-left: 0;
  }
}
.news_category-content a {
  position: relative;
}
.news_category-singlecontent {
  display: flex;
  flex-direction: column;
  position: relative;
}

.news_category-content {
  display: grid;
  gap: 24px;
  
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(5, 1fr); */
  grid-column-gap: 19px;
  padding-left: 8px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .news_category-content {
    gap: 40px;
  }
}

/* .news_category-content {
  display: flex;
  flex-direction: column;
  position: relative;

} */
/* .news_category-content:hover {
  background: #fff;
} */
.news_category-contents {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 19px;
  padding-left: 8px;
  margin-bottom: 40px;
}
.news_category-contentarchive {
  position: relative;
}
@media screen and (min-width: 600px) {
  .news_category-contents {
    gap: 40px;
  }
}
.category_title {
  position: absolute;
  padding: 2px 12px 2px 10px;
  top: 8px;
  left: -10px;
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #382620;
}
@media screen and (min-width: 600px) {
  .category_title {
    top: 16px;
    font-size: 14px;
  }
}

.category_title-text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  gap: 10px;
}
.category_title-text::before {
  border-color: transparent #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  left: -10px;
  bottom: -6px;
  content: "";
  height: 0;
  position: absolute;
  width: 10px;
}
.category_title-text::after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 10px 8px 12px 0px;
  content: "";
  height: 0px;
  position: absolute;
  right: -20px;
  top: -2px;
  width: 0px;
}
@media screen and (min-width: 600px) {
  .category_title-text::after {
    border-width: 12px 8px 12px 0px;
  }
}

.news_image {
  max-width: 100%;
  width: 100%;
  height: 99px;
  flex-shrink: 0;
  overflow:hidden;
}
.news_image img {
  height: inherit;
  transition: 0.7s;
}
.news_image img:hover{
  transform:scale(1.2,1.2);
 
  display: block;
}
@media screen and (min-width: 600px) {
  .news_image {
    height: 213px;
    max-height: 100%;
    flex-shrink: 0;
   
  }
}
@media screen and (min-width: 600px) {
  .news_image img {
 
      height: 100%;
      width: 100%;
    
  }
}
.news_text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  margin-top: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 600px) {
  .news_text {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-top: 11px;
  }
}

.news_date {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 7px;
}
@media screen and (min-width: 600px) {
  .news_date {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 12px;
  }
}

.news_pre {
  display: flex;
  gap: 12px;
  justify-content: space-around;
  margin-bottom: 60px;
  padding-left: 26px;
  padding-right: 18px;
}
@media screen and (min-width: 600px) {
  .news_pre {
    margin: 0 auto;
    justify-content: center;
  }
}

.news_button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #382620;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_button:hover {
  background: #382620;
  color: #fff;
  transition: 1s;
}
.cat-item {
  position: relative;
  padding-left: 12px;
}
.cat-item::before {
  content: "";
  position: absolute;
  width: 6px;
height: 12px;
flex-shrink: 0;
top: 10px;
transform: scale(-1,1);
  background: url(../../img/Icon\ metro-chevron-thin-right.svg) no-repeat;
}
.widget_block{
  background: #f8f8f8;
  padding: 20px;
 gap: 16px;
}
.rpwe-ul{
  display:flex;
  flex-direction:column;
}
.rpwe-li {
  display: flex;
  gap: 14px;
}
 
.widget {
  background: #F8F8F8;
 

}
.widget_block + .widget_block{
  margin-top: 40px;
} 
.news_near {
  background: #F8F8F8;
  padding: 20px;
}
.rpwe-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rpwe-li {
  height: 100px;
}
@media screen and (min-width: 900px) {
  .news_near {
    width: 300px;
    max-height: 674px;
    flex-shrink: 0;
    max-width: 100%;
  }
}
.widget_category-lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.near_title{
  padding-bottom: 40px;
  color: #222;
font-family: "Noto Serif JP";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.near-title {
  padding-bottom: 40px;
  color: #222;
font-family: "Noto Serif JP";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.widget-title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
 .widget-title::before {
  position: absolute;
  content: "";
  left: 0;
  background: #222;
  bottom: 0px;
  left: 20px;
  width: 32px;
  height: 1px;
  flex-shrink: 0;
  display: inline-block;
  transform: translateX(-50%); /*位置調整*/
} 
.cat-item a {
padding-left: 12px;
color: #382620;
font-family: "Noto Serif JP";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.news_near-contents {
  margin-left: 8px;
}
@media screen and (min-width: 600px) {
  .news_near-contents {
    margin-left: 0;
  }
}

.near_contents {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.near_content {
  display: flex;
  gap: 14px;
}

.near_news-image {
  min-width: 100px;
  max-width: 100%;
}

.near_image-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.near-image_title {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.near_image-date {
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.menus {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .menus {
    margin-top: 60px;
  }
}

.wp-block-categories{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news_bread {
  display: flex;
  align-items: center;
  gap: 6px;
}


.header_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .header_title {
  height: 320px;

  }
}
.header_heading-text {
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .header_heading-text {
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
  }
}

.header_heading {
  font-family: "Amatic SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.4px;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .header_heading {
    color: #fff;
    text-align: center;
    font-family: "Amatic SC";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 14.4px;
  }
}
.header_picture2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 120px;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.40);
  opacity: 0.8;
 
}
@media screen and (min-width: 600px) {
  .header_picture2 {
    height:320px;
    max-height: auto;
  }
}
.header_picture2 img {
  height: inherit;
  max-height: inherit;
  width: 100%;
}
.news_category-content-single {
  max-width: 788px;
  margin: 0 auto;
}

/*single.php*/
@media screen and (min-width: 600px) {
  .single {
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
  }
}
.single_container {
  margin-bottom: 100px;
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .single_container t {
    margin-bottom: 120px;
    padding: 0!important;
  }
}

.single_category {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.single_content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .single_content {
    gap: 36px;
  }
}

.single_image {
  height: auto;
  max-height: 209px;
  width: 100%;
}
.single_image img {
  max-width:688px ;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .single_image img {
  height: auto;
  max-height: 430px;
  }
}
@media screen and (min-width: 600px) {
  .single_image {
    max-height: 430px;
    height: auto;
  }
}

.single_title {
  margin-block: 24px 25px;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 600px) {
  .single_title {
    margin-block:0;
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
  }
}

.single_info {
  display: flex;
  gap: 18px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.single_text {
  margin-block: 36px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 600px) {
  .single_text {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
  }
}

.single_asset {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 600px) {
  .single_asset {
    margin-bottom: 97px;
  }
}

.assets_text {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  margin-bottom: 75px;
}
@media screen and (min-width: 600px) {
  .assets_text {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    margin: 0;
  }
}

.assets_title {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  border-left: 4px solid #382620;
  padding-left: 12px;
}
@media screen and (min-width: 600px) {
  .assets_title {
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 16px;
  }
}

.single_asset-2 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.single_asset-2 .assets_text {
  margin-bottom: 54px;
}
@media screen and (min-width: 600px) {
  .single_asset-2 .assets_text {
    gap: 19px;
    margin-bottom: 56px;
  }
}

.single_asset-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 54px;
}
@media screen and (min-width: 600px) {
  .single_asset-3 {
    gap: 24px;
    margin-bottom: 56px;
  }
}

.assets_title2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media screen and (min-width: 600px) {
  .assets_title2 {
    font-size: 20px;
  }
}

.assets_text2 {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 600px) {
  .assets_text2 {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
  }
}

.single_asset-4 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
@media screen and (min-width: 600px) {
  .single_asset-4 {
    gap: 16px;
  }
}

.assets_title3 {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 600px) {
  .assets_title3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .assets_title3 span {
    display: none;
  }
}

.assets_text3 {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 600px) {
  .assets_text3 {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
  }
}

.single_asset-5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  margin-bottom: 32px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .single_asset-5 {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.single_list {
  list-style: outside;
}

.single_exa {
  padding-inline: 24px;
  padding-bottom: 25px;
  background: #f8f8f8;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .single_exa {
    padding-inline: 40px;
    padding-block: 35px 40px;
    gap: 16px;
  }
}

.exa_text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 600px) {
  .exa_text {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
  }
}

.exa_site {
  margin-right: 0;
  color: #222;
  text-align: right;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 20px;
}
@media screen and (min-width: 600px) {
  .exa_site {
    padding-right: 0;
  }
}

.single_contents-buttons {
  display: flex;
  gap: 36px;
  justify-content: space-around;
  align-items: center;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 600px) {
  .single_contents-buttons {
    justify-content: space-between;
    font-size: 16px;
  }
}

.single_site-left {
  position: relative;
}
.single_site-left::before {
  content: "";
  position: absolute;
  background: url("../../img/Icon\ metro-chevron-thin-right.svg") no-repeat;
  background-size: 100% auto;
  width: 6.277px;
  height: 11.735px;
  flex-shrink: 0;
  left: -9.72px;
  bottom: 20%;
}

.single_site-center {
  padding: 8px 28px;
  border: 1px solid #382620;
}
@media screen and (min-width: 600px) {
  .single_site-center {
    padding: 12px 36px;
  }
}

.single_site-right {
  position: relative;
}
.single_site-right::before {
  content: "";
  position: absolute;
  background: url(../../img/Icon\ metro-chevron-thin-right.svg) no-repeat;
  transform: rotate(180deg);
  background-size: 100% auto;
  width: 6.277px;
  height: 11.735px;
  flex-shrink: 0;
  right: -9.72px;
  bottom: 20%;
}

.artical_container {
  margin-bottom: 60px;
}

.artical_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  padding-inline: 20px;
}
@media screen and (min-width: 600px) {
  .artical_contents {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px;
    padding-left: 8px;
    padding-right: 0px;
  }
}

/* .news_category-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
} */
/* @media screen and (min-width: 600px) {
  .news_category-content {
    gap: 0;
    /* max-height: 210px; */
    /* height: auto;
  }
} */ */

.artical_title {
  color: #382620;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  
}
@media screen and (min-width: 600px) {
  .artical_title {
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 28px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    margin-bottom: 57px;
  }
}

.category_title {
  position: absolute;
  padding: 2px 12px 2px 10px;
  top: 8px;
  left: -10px;
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #382620;
}
@media screen and (min-width: 600px) {
  .category_title {
    top: 15px;
    font-size: 14px;
  }
}

.category_title-text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  gap: 10px;
}
.category_title-text::before {
  border-color: transparent #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  left: -10px;
  bottom: -6px;
  content: "";
  height: 0;
  position: absolute;
  width: 10px;
}
.category_title-text::after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 10px 8px 12px 0px;
  content: "";
  height: 0px;
  position: absolute;
  right: -20px;
  top: -2px;
  width: 0px;
}
@media screen and (min-width: 600px) {
  .category_title-text::after {
    border-width: 12px 8px 12px 0px;
  }
}



.news_text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 600px) {
  .news_text {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    margin-top: 10px;
  }
}
@media screen and (min-width: 600px) {
  .news_text span {
    display: none;
  }
}

.news_date {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .news_date {
    margin-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  .n-access_map {
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
  }
}

.n-access {
  position: relative;
  overflow: hidden;
}
.n-access::before {
  position: absolute;
  content: "";
  background: url(../../img/bg-deco01.png) no-repeat;
  background-size: 100% auto;
  width: 190.5px;
  height: 180px;
  flex-shrink: 0;
  top: 0px;
  right: -37px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .n-access::before {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    top: -78px;
  }
}
@media screen and (min-width: 1280px) {
  .n-access::before {
    width: 389px;
    height: 359px;
    flex-shrink: 0;
    right: -93px;
  }
}
.n-access::after {
  position: absolute;
  content: "";
  background: url(../../img/吹き出し.png) no-repeat;
  background-size: 100% auto;
  width: 200px;
  height: 172.134px;
  flex-shrink: 0;
  top: 50px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .n-access::after {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    left: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .n-access::after {
    width: 232.912px;
    height: 200.002px;
    flex-shrink: 0;
    left: 336px;
  }
}

.n-access_container {
  margin-top: 100px;
  padding-block: 80px;
  background: #eae0d5;
}

.n-access_title {
  text-align: center;
  margin-bottom: 43px;
}

.n-access_logo {
  color: #222;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .n-access_logo {
    margin-bottom: 7px;
    color: #222;
    font-family: "Amatic SC";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.4px;
  }
}

.n-access_text {
  color: #222;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.map_container {
  margin-bottom: 40px;
  padding: 5px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .map_container {
    padding: 10px;
    margin-bottom: 42px;
  }
}

.n-access_category {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 600px) {
  .n-access_category {
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 40px;
    grid-auto-flow: column;
  }
}

.n-access_information {
  display: flex;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}

.access_image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .access_image {
    width: 100%;
    height: auto;
  }
}

.information_title {
  width: 56px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.information_sub {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}/*# sourceMappingURL=single.css.map */

/*menu.css*/

.menu-container {
  margin-block: 60px;
  display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
@media screen and (min-width: 600px) {
  .menu-container {
    margin-block: 84px;
    flex-wrap: nowrap;
        gap: 14px;
        justify-content: center;
    }
  }

.p_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (min-width: 600px) {
  .p_button {
    flex-wrap: nowrap;
    gap: 14px;
    justify-content: center;
  }
}

.menu_button {
  position: relative;
  background: #888;
  height: 64px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  width: calc(50% - 6px);
  line-height: 19px; /* 135.714% */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
@media screen and (min-width: 600px) {
  .menu_button {
    width: 200px;
    height: 69px;
  }
}
.menu_button::after {
  content: "";
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  transition: 0.5s;
}
.menu_button:hover {
  background: #382620;
  transition: 0.5s;
}

.mv_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  gap: 24px 19px;
  padding-bottom: 60px;
padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .mv_container {
    margin-bottom: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    gap: 40px;
    padding-bottom: 0;
    padding-inline: 40px;
  }
}

.mv_title {
  margin-top: 8px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .mv_title {
    margin-top: 12px;
  }
}

.mv_price {
  color: #222;
  font-family: Damion;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .p-access_map {
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
  }
}

.p-access {
  position: relative;
  overflow: hidden;
}
.p-access::before {
  position: absolute;
  content: "";
  background: url(../img/bg-deco01.png) no-repeat;
  background-size: 100% auto;
  width: 190.5px;
  height: 180px;
  flex-shrink: 0;
  top: 0px;
  right: -37px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-access::before {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-access::before {
    width: 389px;
    height: 359px;
    flex-shrink: 0;
    right: -91px;
    top: -21px;
  }
}
.p-access::after {
  position: absolute;
  content: "";
  background: url(../img/吹き出し.png) no-repeat;
  background-size: 100% auto;
  width: 200px;
  height: 172.134px;
  flex-shrink: 0;
  top: 56px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .p-access::after {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    left: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .p-access::after {
    width: 232.912px;
    height: 200.002px;
    flex-shrink: 0;
    top: 106px;
    left: 336px;
  }
}

.p-access_container {
  margin-top: 100px;
  padding-block: 80px;
  background: #eae0d5;
}
@media screen and (min-width: 600px) {
  .p-access_container {
    margin-top: 160px;
  }
}

.p-access_title {
  text-align: center;
  margin-bottom: 43px;
}

.p-access_logo {
  color: #222;
  font-family: "Amatic SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
@media screen and (min-width: 600px) {
  .p-access_logo {
    color: #222;
    font-family: "Amatic SC";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.4px;
    margin-bottom: 7px‰;
  }
}

.p-access_text {
  color: #222;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .p-access_text {
    color: #222;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.map_container {
  margin-bottom: 40px;
  padding: 5px;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .map_container {
    padding: 10px;
    margin-bottom: 42px;
  }
}

.p-access_category {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 600px) {
  .p-access_category {
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 40px;
    grid-auto-flow: column;
  }
}

.p-access_information {
  display: flex;
  gap: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}

.access_image {
  width: 100%;
  max-width: 100%;
}
.information_title {
  width: 56px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.information_sub {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.footer {
  position: relative;
}
.footer::after {
  position: absolute;
  content: "";
  background: url(../img/bg-deco05.png) no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 114px;
  flex-shrink: 0;
  left: -36px;
  top: -56px;
  transform: scaleX(-1);
}
@media screen and (min-width: 600px) {
  .footer::after {
    width: 200px;
    height: 180px;
    flex-shrink: 0;
    left: -60px;
    top: -90px;
  }
}
@media screen and (min-width: 1280px) {
  .footer::after {
    width: 341px;
    height: 288px;
    flex-shrink: 0;
    top: -158px;
    transform: scaleX(1);
    left: -74px;
  }
}

.footer_container {
  background: #382620;
  padding-block: 40px 14px;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .footer_container {
    padding-block: 40px 16px;
  }
}

.footer_sns {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 37px;
}



.footer_copyright {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}/*# sourceMappingURL=menu.css.map */

/*gift*/
.gift_main {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .gift_main {
    margin-bottom: 0;
    padding-inline: 90px;
  }
}

@media screen and (min-width: 900px) {
  .gift_container {
    display: flex;
    gap: 40px;
    padding: 0!important;
  }
}
.gift_container{
  padding-inline: 20px;
}
.pick_gift {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
/* .pick_gift img {
  min-width: 355px;
}
@media screen and (min-width: 600px) {
  .pick_gift img {
  width: 528px;
  }
} */

.gift_title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .gift_title {
    font-size: 24px;
  }
}

.gift_text-content {
  margin-top: 8px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .gift_text-content {
    margin-top: 0;
  }
}
.gift_text-content .gift_price {
  color: #222;
  font-family: Damion;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}
@media screen and (min-width: 600px) {
  .gift_text-content .gift_price {
    margin-bottom: 0;
  }
}

.gift_price {
  color: #222;
  text-align: center;
  font-family: Damion;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .gift_price {
    font-size: 32px;
  }
}

.gift_click {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  margin: 0 auto;
  padding: 6px 15px;
}
.gift_click:hover {
  background: #fff;
  border: 1px solid #222;
  color: #222;
  transition: 0.5s;
}
@media screen and (min-width: 600px) {
  .gift_click {
    padding: 8px 24px;
    font-size: 14px;
  }
}
.gift_content {

}

.gift_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 19px;
  grid-row-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .gift_contents {
    gap: 40px;
  }
}

@media screen and (min-width: 600px) {
  .gift_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
/* .gift_content .gift_click {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  margin-inline: 9px;
  padding: 6px 15px;
  display: block;
}
@media screen and (min-width: 600px) {
  .gift_content .gift_click {
    padding: 8px 24px;
    font-size: 14px;
    margin-inline: 35px;
  }
} */

.gift_contents2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 40px;
  margin-bottom: 60px;
  grid-column-gap: 19px;
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .gift_contents2 {
    display: flex;
    gap: 40px;
    margin-bottom: 100px;
    padding-inline: 0px;
  }
}
@media screen and (min-width: 600px) {
.gift_contents2.content{
  padding: 0!important;
}
}
.gift_rapping {
  border: 4px solid #382620;
  background: #fff;
  padding: 37px 36px 40px 36px;
  position: relative;
  margin: 0 20px;
}
@media screen and (min-width: 1280px) {
  .gift_rapping {
    display: flex;
    gap: 60px;
    padding: 80px 60px;
    margin: 0 auto;
  }
}
.gift_rapping::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #382620;
}

.gift_title-content {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.rappinng_br {
  display: none;
}
@media screen and (min-width: 600px) {
  .rappinng_br {
    display: block;
  }
}

.gift_rapping-text {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
}
@media screen and (min-width: 600px) {
  .gift_rapping-text {
    margin-top: 36px;
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
  }
}

.gift_rapping-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 34px;
}
@media screen and (min-width: 600px) {
  .gift_rapping-container {
    gap: 0;
  }
}

.gift_rapping-title {
  color: #382620;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 175% */
}
@media screen and (min-width: 600px) {
  .gift_rapping-title {
    text-align: left;
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 600px) {
  .rapping_image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .rapping_image {
    width: 100%;
    max-width: 460px;
  }
}/*# sourceMappingURL=gift.css.map */

/*concept.css*/

.concept_header-logo {
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 600px) {
  .concept_header-logo {
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
  }
}


@media screen and (min-width: 600px) {
  .header_logo-content-span {
    /* display: none; */
  }
}

.coffe_main {
  background: #f3efeb;
}
@media screen and (min-width: 600px) {
  .coffe_main {
    padding-inline: 90px;
  }
}

@media screen and (min-width: 600px) {
  .concept_cofe {
    margin-top: 120px;
  }
}

.cofe_container {
  padding-top: 70px;
  padding-bottom: 123px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .cofe_container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .cofe_container {
    display: flex;
    padding-top: 0;
    flex-direction: row;
    gap: 71px;
    padding-bottom: 96px;
    margin-bottom: 100px;
  }
}
.cofe_container::after {
  background-color: #eae0d5;
  bottom: 76px;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  width: 89.33333%;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .cofe_container::after {
    width: calc(984px + 50vw - 640px);
    height: 200px;
    flex-shrink: 0;
    right: -90px;
    bottom: 0;
  }
}

.cofe_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 32px;
  padding-bottom: 36px;
}
@media screen and (min-width: 1280px) {
  .cofe_text {
    padding-top: 93px;
    padding-bottom: 0;
    gap: 26px;
    justify-content: flex-start;
  }
}

.cofe_title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
@media screen and (min-width: 600px) {
  .cofe_title {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 214.286% */
  }
}

.cofe_text-sub {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 600px) {
  .cofe_text-sub {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
  }
}

.cofe_image {
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .cofe_image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cofe_image {
    width: 58%;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    gap: 20px;
  }
}

.cofe_sub-image {
  display: flex;
  gap: 11px;
}
@media screen and (min-width: 600px) {
  .cofe_sub-image {
    gap: 20px;
  }
}
.cofe_sub-image img {
  width: calc(50% - 5px);
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .cofe_sub-image img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .cofe_sub-image img {
    width: 50%;
  }
}

.concept_pasta {
  background: #f3efeb;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 1280px) {
  .concept_pasta {
    height: 547px;
    max-height: 100%;
    margin-bottom: 193px;
  }
}
.concept_pasta::after {
  background-color: #eae0d5;
  bottom: -10px;
  content: "";
  width: 284px;
  height: 227px;
  flex-shrink: 0;
  position: absolute;
  left: -2px;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .concept_pasta::after {
    width: 580px;
    height: 437px;
    flex-shrink: 0;
    top: 150px;
    left: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .concept_pasta::after {
    width: 580px;
    height: 437px;
    flex-shrink: 0;
    bottom: 0;
  }
}
.concept_pasta::before {
  content: "";
  position: absolute;
  background: url(../../img/alex-loup-ffQsz3EuG0U-unsplash.png) no-repeat;
  width: 100%;
  max-width: 183px;
  height: 138px;
  flex-shrink: 0;
  background-size: 100% auto;
  bottom: 9px;
  z-index: 2;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .concept_pasta::before {
    max-width: 350px;
    height: 263px;
    flex-shrink: 0;
    width: 100%;
    bottom: 14px;
    left: 0;
  }
}

.pasta_container {
  padding-bottom: 75px;
}
@media screen and (min-width: 900px) {
  .pasta_container {
    display: flex;
    flex-direction: row-reverse;
    gap: 71px;
  }
}

.pasta_text {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 36px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .pasta_text {
    padding-top: 67px;
    gap: 26px;
    padding-bottom: 0;
    max-width: 389px;
    width: 100%;
  }
}

.pasta_logo {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
@media screen and (min-width: 600px) {
  .pasta_logo {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 214.286% */
  }
}

.pasta_text-sub {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 600px) {
  .pasta_text-sub {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 200% */
  }
}

.pasta_picture {
  padding-left: 52px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .pasta_picture {
    padding-left: 100px;
  }
}

.pasta_dish {
  position: relative;
  width: 100%;
  max-width: 283px;
  height: auto;
  flex-shrink: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .pasta_dish {
    max-width: 520px;
  }
}
@media screen and (min-width: 1280px) {
  .pasta_dish {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
  }
}

.pasta_take {
  position: absolute;
  width: 183px;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  top: 543px;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .pasta_take {
    max-width: 100%;
    min-width: 300px;
    top: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .pasta_take {
    left: 90px;
    top: 474px;
  }
}

.bread_container {
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
}
.bread_container::after {
  position: absolute;
  content: "";
  width: 184px;
  height: 239px;
  flex-shrink: 0;
  background: #eae0d5;
  background-size: 100% auto;
  right: 17px;
  bottom: 0;
  z-index: -1;
  gap: 71px;
}
@media screen and (min-width: 600px) {
  .bread_container::after {
    width: 400px;
    height: 520px;
    flex-shrink: 0;
    bottom: -21px;
    right: -90px;
  }
}
@media screen and (min-width: 1280px) {
  .bread_container {
    display: flex;
    flex-direction: row;
    gap: 71px;
    padding-bottom: 59px;
  }
}

.bread_text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 600px) {
  .bread_text {
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
  }
}

.bread_logo {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
@media screen and (min-width: 600px) {
  .bread_logo {
    color: #222;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 214.286% */
  }
}

.bread_text-sub {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
.bread_image {
  margin-top: 36px;
  width: 294px;
  height: 184px;
  max-width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .bread_image {
    width: 640px;
    height: 400px;
    flex-shrink: 0;
    margin-top: 0;
  }
}

iframe {
  width: 100%;
  height: auto;
}
/*shop*/
.shop_infomations {
  margin-bottom: 60px;
}
.shop_infomations .map_container {
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .shop_infomations .map_container {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 600px) {
  .shop_infomations .access_image {
    width: 668px;
    max: width 100%;
  }
}
@media screen and (min-width: 600px) {
  .shop_infomations:nth-child(1) {
    margin-bottom: 121px;
  }
}
@media screen and (min-width: 600px) {
  .shop_infomations:nth-child(2) {
    margin-bottom: 118px;
  }
}
@media screen and (min-width: 600px) {
  .shop_infomations:nth-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .access_image {
    width: 668px;
    max: width 100%;
  }
}

.cafe_infomation {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  padding-left: 8px;
  border-left: 6px solid #382620;
}
@media screen and (min-width: 600px) {
  .cafe_infomation {
    margin-bottom: 24px;
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 16px;
  }
}
@media screen and (min-width: 600px) {
.shop_main-container.content {
  padding: 0;
}
}
@media screen and (min-width: 600px) {
  .shop_main {
    width: 100%;
    max-width: 689px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=shop.css.map */

/*contact.css*/
@media screen and (min-width: 600px) {
  .contact {
    width: 100%;
    max-width: 688px;
    margin: 0 auto;
  }

}
.concept_button {
  input {
    background: transparent;
    border: none;
  }
  span {
    display: none;
  }
}
.error{
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: red;
  margin: 10px 0 0;
}
.contact_container {
  padding-bottom: 71px;
}
@media screen and (min-width: 600px) {
  .contact_container {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .content {
    padding-inline: 90px;
  }
}

.contact_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .contact_text {
    gap: 28px;
    margin-bottom: 81px;
  }
}

.contact_title {
  color: #382620;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
@media screen and (min-width: 600px) {
  .contact_title {
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
  }
}

.contact_title_sub {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 600px) {
  .contact_title_sub {
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.contact_question-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .contact_question-texts {
    display: flex;
    flex-direction: row;
    gap: 28px;
  }
}

.contact_question-titles {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .contact_question-titles {
    max-height: 23px;
    height: auto;
    width: 100%;
    max-width: 170px;
  }
}

.contact_question-title {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_question-text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  background: #f07317;
  padding: 1px 6px 2px 6px;
  margin-top: 5px;
}

.contact_radios {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact_radio {
  display: flex;
  gap: 10px;
}
.wpcf7-list-item {
  margin: 0;
}
.contact_radio-input {
  display: flex;
  flex-direction: column;
  gap: 17px;
  input {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    max-width: 100%;
    margin-right: 10px;
  }
 
}

.contact_name {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .contact_name {
    flex-direction: row;
    gap: 28px;
  }
}

.contact_name-texts {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .contact_name-texts {
    max-width: 170px;
    width: 100%;
    align-items: center;
  }
}

.contact_name-title {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_name-text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  background: #f07317;
  padding: 2px 6px;
  margin-block: 2px;
}

.contact_input {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .contact_input {
    width: 100%;
    max-width: 490px;
  }
}
.contact_input:focus {
  border: 1px solid blue;
}

.contact_addres {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 6px;
}
@media screen and (min-width: 600px) {
  .contact_addres {
    flex-direction: row;
    gap: 28px;
  }
}

.contact_addres-texts {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .contact_addres-texts {
    width: 100%;
    max-width: 170px;
    align-items: center;
  }
}

.contact_addres-title {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact_addres-text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  background: #f07317;
  padding: 2px 6px;
  margin-block: 2px;
}

.contact_message {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .contact_message {
    flex-direction: row;
    gap: 28px;
    margin-bottom: 40px;
  }
}

.contact_message-texts {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .contact_message-texts {
    align-items: flex-start;
    width: 100%;
    padding-top: 13px;
    max-width: 170px;
  }
}

textarea {
  max-height: 200px;
  height: auto;
}
@media screen and (min-width: 600px) {
  textarea {
    max-height: 240px;
  }
}

.contact_conection {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-bottom: 38px;
}
@media screen and (min-width: 600px) {
  .contact_conection {
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.contact_submit-button {
  display: flex;
  justify-content: center;
  padding: 25px 120px;
  background: #222;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid #222;
}
@media screen and (min-width: 600px) {
  .contact_submit-button {
    padding-inline: 116px;
  }
}
.contact_submit-button .is-active {
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #f0db40;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  letter-spacing: 0.04rem;
  pointer-events: auto;
}

.empty {
  background: pink;
}

.contact_submit {
  margin-left: 20px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 600px) {
  .contact_submit {
    margin: 0 auto;
  }
}
.contact_submit:hover {
  transform: translateY(12px);
  cursor: pointer;
  top: 6px;
  left: 6px;
  transition: all 0.3s;
}
.contact_submit::before {
  position: absolute;
  content: "";
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  bottom: -6px;
  left: 6px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.contact_submit:hover::before {
  top: 0;
  left: 0;
}

.required .empty {
  background: pink;
}/*# sourceMappingURL=contact.css.map */

@media screen and (min-width: 600px) {
  .contact_conp {
    margin-bottom: 11px;
  }
}

.contact_conp-container {
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-bottom: 65px;
}
@media screen and (min-width: 600px) {
  .contact_conp-container {
    gap: 28px;
    align-items: start;
    padding-top: 0;
    margin: 0 auto;
    max-width: 688px;
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .contact_conp-container.content {
    padding-inline: 0px;
  }
}
.conp_title {
  text-align: center;
  color: #382620;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .conp_title {
    color: #382620;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    margin: 0 auto;
  }
}

.conp_text {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 600px) {
  .conp_text {
    color: #382620;
    font-family: "Noto Serif JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}/*# sourceMappingURL=contact_conp.css.map */
/*pagination*/
 .page-numbers.current {
	background-color: #382620;
	color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  stroke-width: 1px;
stroke: #382620;
padding: 8px 16px;
transition: 0.3s;
border: 1px solid #382620;
}


a.prev.page-numbers::before  {
  background-image: url('/wp-content/themes/masacafe/img/arrow-prev.svg');
  content: '';
  height: 12px;
  position: absolute;
  right: 40%;
  top: 40%;
  width: 6px;

}
a.prev.page-numbers:hover::before  {
  background-image: url('/wp-content/themes/masacafe/img/arrow-prevwhite.svg');
  content: '';
  height: 12px;
  position: absolute;
  right: 40%;
  top: 40%;
  width: 6px;

}

/* 右向きの矢印アイコン（例） */
a.next.page-numbers::before {
  background-image: url('/wp-content/themes/masacafe/img/arrow-next.svg');
  content: '';
  height: 12px;
  position: absolute;
  right:40%;
  top: 40%;
  width: 6px;

 
}
a.next.page-numbers:hover::before {
  background-image: url('/wp-content/themes/masacafe/img/arrow-nextwhite.svg');
  content: '';
  height: 12px;
  position: absolute;
  right:40%;
  top: 40%;
  width: 6px;
}

.page-numbers {
  color: #382620;
  background: #fff;
  position: relative;
  border-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  stroke-width: 1px;
  border: 1px solid #382620;
  transition: 0.3s;
  padding: 8px 16px;
}
.page-numbers:hover {
  color: #fff;
  background: #383838;
}
 a.prev.page-numbers,
 a.next.page-numbers {
  position: relative;
color: #382620;
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
	position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  stroke-width: 1px;
  border: 1px solid #382620;
  transition: 0.3s;
padding: 8px 16px;
  
}

a.prev.page-numbers:hover,
 a.next.page-numbers:hover {
  color: #fff;
  background: #383838;

}