body {
  font-family: "Noto Sans JP";
}

/* layauto */
.l_header {
  height: 65px;
  background: #1e1e1e;
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1080px) {
  .l_header {
    height: 65px;
    padding: 0 100px;
  }
}

.l_header-logo {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

@media screen and (min-width: 1080px) {
  .l_header-logo {
    color: #fff;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.l_header-nav_sns-icon {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .l_header-nav_list {
    display: flex;
    gap: 16px;
    align-items: center;
  }
}

@media screen and (min-width: 1080px) {
  .l_header-nav_list {
    display: flex;
    gap: 24px;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .l_header-nav_item:nth-child(4) {
    margin-left: 32px;
  }
}

.l_header-nav_link {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .l_header-nav_link {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 18px;
  }
}

@media screen and (min-width: 1080px) {
  .l_header-nav_link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: white;
    transition: width 0.3s ease;
  }
}

@media screen and (min-width: 1080px) {
  .l_header-nav_link:hover::after {
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .l_header-nav_item:nth-last-child(-n + 3) .l_header-nav_link::after {
    display: none;
  }
}

.l_container {
  padding: 80px 16px;
}

@media screen and (min-width: 768px) {
  .l_container {
    padding: 80px;
  }
}

@media screen and (min-width: 1080px) {
  .l_container {
    max-width: 1080px;
    margin: auto;
    padding: 120px 0;
  }
}

.l_footer {
  background: #884f2a;
  padding: 40px 16px 16px;
  text-align: center;
}

.l_footer-heading {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.9px;
}

.l_footer-list {
  display: flex;
  margin-top: 16px;
  gap: 16px;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  justify-content: center;
}

@media screen and (min-width: 1080px) {
  .l_footer-list {
    margin-top: 24px;
    justify-content: center;
  }
}

.l_footer-nav_sns-icon {
  width: 30px;
  height: 30px;
}

.l_footer-copy {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 10px;
  line-height: normal;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

/* top */
.top_kv {
  background: url(../img/カフェ画像1\　kv.jpg) center/cover;
  height: calc(100vh - 65px);
  position: relative;
}

.top_kv-txt-wrapper {
  color: #fff;
  padding: 40px 10px;
  background: rgba(0, 0, 0, 0.6);
  margin: auto 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1080px) {
  .top_kv-txt-wrapper {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    padding: 48px 48px 48px 100px;
    left: 0;
    margin: 0;
  }
}

.top_kv-txt-heading {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 56px */
  letter-spacing: 3.2px;
}

@media screen and (min-width: 768px) {
  .top_kv-txt-heading {
    font-size: 40px;
  }
}

@media screen and (min-width: 1080px) {
  .top_kv-txt-heading {
    color: #fff;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 96px */
    letter-spacing: 6.4px;
  }
}

.top_kv-txt-sub {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.7px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .top_kv-txt-sub {
    font-size: 18px;
  }
}

@media screen and (min-width: 1080px) {
  .top_kv-txt-sub {
    margin-top: 40px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

/* top_about */
.top_about {
  background: #f5f1e9;
}

.top_about-img-wrapper {
  margin-top: 32px;
}

@media screen and (min-width: 1080px) {
  .top_about-txt-area {
    max-width: 40%;
  }
}

.top_about-txt-wrapper {
  margin-top: 32px;
}

.top_about-txt-heading {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
}

.top_about-txt-main {
  color: #555;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 24.5px */
  margin-top: 16px;
}

@media screen and (min-width: 1080px) {
  .top_about-contents-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

/* top_menu */
@media screen and (min-width: 1080px) {
  .top_menu-contnts-wrapper {
    display: flex;
    gap: 80px;
    margin: auto;
    margin-top: 40px;
  }
}

.top_menu-content {
  display: flex;
  margin-top: 24px;
}

@media screen and (min-width: 1080px) {
  .top_menu-content {
    display: block;
    margin: auto;
  }
}

@media screen and (min-width: 1080px) {
  .top_menu-content {
    width: calc((100% - 180px) / 3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  }
}

.top_menu-content_img-wrapper {
  width: calc(100% / 3.63);
  flex-shrink: 0;
  max-width: 120px;
}

@media screen and (min-width: 1080px) {
  .top_menu-content_img-wrapper {
    max-width: 307px;
    width: 100%;
  }
}

.top_menu-content_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

@media screen and (min-width: 1080px) {
  .top_menu-content_img {
    width: 100%;
    height: 157px;
    object-fit: cover;
  }
}

.top_menu-content_txt-heading {
  color: #222;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}

@media screen and (min-width: 768px) {
  .top_menu-content_txt-heading {
    font-size: 18px;
  }
}

@media screen and (min-width: 1080px) {
  .top_menu-content_txt-heading {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
  }
}

.top_menu-content_txt-detail {
  color: #555;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}

@media screen and (min-width: 768px) {
  .top_menu-content_txt-detail {
    font-size: 16px;
  }
}

@media screen and (min-width: 1080px) {
  .top_menu-content_txt-detail {
    margin-top: 8px;
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 24.5px */
    letter-spacing: 1.4px;
  }
}

.top_menu-content_txt {
  margin-left: 16px;
}

@media screen and (min-width: 1080px) {
  .top_menu-content_txt {
    width: 307px;
    margin-left: 0;
    padding: 24px 16px;
  }
}

.top_menu-content_txt-heading {
  margin-top: 8px;
}

@media screen and (min-width: 1080px) {
  .top_menu-content_txt-heading {
    margin-top: 0px;
  }
}

.top_menu-content_txt-detail {
  margin-top: 8px;
}

/* top_sns */
.top_sns {
  background: #f5f1e9;
}

.top_sns-post {
  position: relative;
  width: calc((100% - 16px) / 2);
}

@media screen and (min-width: 768px) {
  .top_sns-post {
    width: calc((100% - 32px * 2) / 3);
  }
}

@media screen and (min-width: 1080px) {
  .top_sns-post {
    width: calc((100% - 40px * 2) / 3);
  }
}

.top_sns-post-txt {
  width: 100%;
  height: 100%;
  background-color: rgb(52, 52, 50, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.top_sns-post:hover .top_sns-post-txt {
  opacity: 1;
}

.top_sns-post-link {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.top_sns-post:hover .top_sns-post-link {
  display: block;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 1080px) {
  .top_sns-post:hover .top_sns-post-link {
    font-size: 20px;
  }
}

.top_sns-post-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 48px;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top_sns-post-wrapper {
    gap: 32px;
  }
}

@media screen and (min-width: 1080px) {
  .top_sns-post-wrapper {
    gap: 40px;
  }
}

.top_sns-post_img-wrapper {
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.top_sns-post_img-wrapper:hover {
  box-shadow: none;
}

.top_sns-post_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.top_sns-post_img-wrapper:hover .top_sns-post_img {
  transform: scale(1.1);
}

/* top_news */
.top_nesw-bar_bold {
  background: #d9d9d9;
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 40px;
}

.top_nesw-bar_normal {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  display: block;
}

.top_news-article_wrapper {
  margin: 24px 0;
}

.top_news-article_heading {
  color: #222;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top_news-article_date {
  color: #222;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 16px;
}

.top_news-article_main {
  color: #555;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.7px;
  margin-top: 16px;
}

.top_news-article_main-list {
  padding-left: 24px;
  color: #555;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.7px;
}

/* top_info */
@media screen and (min-width: 1080px) {
  .top_info-contents_wrapper {
    display: flex;
  }
}

.top_info-txt-items_wrapper {
  margin-top: 32px;
}

.top_info-item_wrapper:not(:first-child) {
  margin-top: 32px;
}

.top_info-item_heading {
  color: #222;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top_info-item_add {
  margin-top: 8px;
  color: #222;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

.top_info-item_main {
  color: #222;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top_info-map_wrapper {
  margin-top: 40px;
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .top_info-map_wrapper {
    width: 100%;
    height: 300px;
  }
}

@media screen and (min-width: 1080px) {
  .top_info-map_wrapper {
    width: 500px;
    height: 300px;
    margin-left: 250px;
    margin-top: 0;
  }
}

.top_info-map {
  width: 100%;
  height: 100%;
}

/* top_contact */
.top_contact_heading {
  margin-top: 40px;
}

.top_contact-form_container {
  margin-top: 40px;
}

@media screen and (min-width: 1080px) {
  .top_contact-form {
    margin: 40px 0 0 220px;
  }
}

.top_contact-form_list {
  color: #000;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

.top_contact-form_heading {
  margin-top: 16px;
}

.top_contact-form_detail {
  margin-top: 8px;
}

.top_contact-form_input {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  width: 100%;
  padding: 2px 8px;
  margin-top: 8px;
}

@media screen and (min-width: 1080px) {
  .top_contact-form_input {
    width: 600px;
  }
}

.top_contact-form_textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  width: 100%;
  height: 150px;
  padding: 2px 8px;
}

@media screen and (min-width: 1080px) {
  .top_contact-form_textarea {
    width: 600px;
  }
}

/* top_info */
.top_info {
  background: #f5f1e9;
}

/* menu */
.menu_coffee {
  background: #f5f1e9;
}

.menu_txt-area {
  margin-top: 40px;
}

@media screen and (min-width: 1080px) {
  .menu_txt-area {
    margin-top: 0;
    width: 400px;
  }
}

.menu_txt-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4px;
  opacity: 0;
  will-change: opacity, transform;
  transform: translateY(20px) rotate(5deg);
  transition: opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.menu_txt-wrapper.animated {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.menu_desert {
  background: #f5f1e9;
}

@media screen and (min-width: 1080px) {
  .menu_about-contents-wrapper {
    align-items: center;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1080px) {
  .menu_food .menu_about-contents-wrapper {
    flex-direction: row;
  }
}

/* module */
.m_hamburger {
  width: 32px;
  height: 22px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m_hamburger {
    display: none;
  }
}

.m_hamburger-bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

.m_hamburger-bar:nth-child(1) {
  top: 0;
  transform: translateY(0%);
}
.m_hamburger-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.m_hamburger-bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}

.m_section-heading {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  position: relative;
  margin-left: 16px;
}

@media screen and (min-width: 768px) {
  .m_section-heading {
    font-size: 24px;
  }
}

@media screen and (min-width: 1080px) {
  .m_section-heading {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    letter-spacing: 3.2px;
  }
}

.m_section-heading::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #884f2a;
  left: -16px;
}

.m_btn {
  width: 180px;
  height: 35px;
  border-radius: 18px;
  background: #884f2a;
  margin: 40px auto;
  position: relative;
  transition: 0.5s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  border: 2px solid #884f2a;
}

@media screen and (min-width: 1080px) {
  .m_btn {
    margin: 80px auto 0;
  }
}

.m_btn:hover {
  background: #fff;
}

.m_btn:active {
  box-shadow: none;
  transform: translateY(2px);
  transition: 0.1s;
}

.m_btn-link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_btn-link:hover {
  color: #884f2a;
}

@media screen and (min-width: 1080px) {
  .top_contact_form_btn-wrapper {
    width: 600px;
  }
}

.m_btn__right-arrow {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.m_btn__right-arrow:hover {
  color: #884f2a;
}

.m_btn_contact {
  color: white;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.m_btn_contact:hover {
  color: #884f2a;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

/* js */
.js_body.is-active {
  overflow: hidden;
}

.js_nav {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .js_nav {
    display: block;
  }
}

.js_nav.is-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.js_nav.is-active .l_header-nav_item:nth-child(4) {
  margin-top: 40px;
}

.js_nav.is-active .l_header-nav_list {
  margin-top: 80px;
}

.js_nav.is-active .l_header-nav_item {
  margin-top: 16px;
}

.js_hamburger.is-active {
  position: relative;
  z-index: 50;
  background: #000;
}

.js_hamburger.is-active .js_hamburger-bar:nth-child(1) {
  transform: rotate(45deg) translate(-50%, 0);
  top: 100%;
}

.js_hamburger.is-active .js_hamburger-bar:nth-child(2) {
  opacity: 0;
}

.js_hamburger.is-active .js_hamburger-bar:nth-child(3) {
  transform: rotate(-45deg) translate(-50%, 0);
  top: 0%;
}

/* swiper */

@media screen and (min-width: 1080px) {
  .swiper {
    width: 500px;
    height: 300px;
    margin: 0 !important;
  }
}

.swiper-wrapper {
  margin-top: 40px;
  transition-timing-function: linear;
}

@media screen and (min-width: 1080px) {
  .swiper-wrapper {
    width: 500px;
    height: 300px;
    flex-shrink: 0;
    margin-top: 0;
  }
}

.swiper-slide {
  width: 100%;
  aspect-ratio: 1.8;
}

@media screen and (min-width: 1080px) {
  .swiper-slide {
    width: 500px;
    height: 300px;
  }
}

.swiper-slide_img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.8;
}

@media screen and (min-width: 1080px) {
  .swiper-slide_img {
    width: 500px;
    height: 300px;
    object-fit: cover;
  }
}

/* u */
.u_lg {
  display: none;
}

@media screen and (min-width: 1080px) {
  .u_lg {
    display: block;
  }
}

/* contact */
.hidden {
  display: none;
}

.top_contact-submit {
  display: flex;
}

.form-group {
  margin-top: 24px;
}
