@charset "UTF-8";
/*===
  #common
  ===*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  color: #ffffff;
  font-family: serif;
  line-height: 1.5;
  font-size: 16px;
  background-color: #000000;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

a {
  text-decoration: none;
}

.container {
  width: 1200px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.mt {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mt {
    margin-top: 40px;
  }
}

.section {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.section-ttl {
  font-size: 32px;
  font-weight: bold;
  font-family: sans-serif;
  line-height: .6;
  text-align: center;
  color: #ff2b87;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 28px;
  }
}

.section-ttl span {
  font-size: 14px;
  font-family: serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-ttl span {
    font-size: 12px;
  }
}

.section-ttl span::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff2b87;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.section-ttl span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff2b87;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.section-btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section-btn {
    margin-top: 40px;
  }
}

.section-btn-link {
  padding: 10px 40px;
  color: #fff;
  background: #ff0e56;
  border: 1px solid #000000;
  letter-spacing: .2rem;
  transition: all 0.5s ease;
  display: inline-block;
}

.section-btn-link:hover {
  color: #ff0e56;
  background: #000000;
  border: 1px solid #ff0e56;
}

/* ===============================================
# ヘッダー
=============================================== */
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  border-bottom: 1px solid rgba(221, 221, 221, 0.479);
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}

#header.change-color {
  background-color: #ff2b87;
  transition: 0.3s;
}

#header > .container > .inner {
  padding-bottom: 10px;
  padding-top: 5px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #header > .container > .inner {
    display: block;
    padding-bottom: 8px;
    padding-top: 5px;
  }
}

.header-left {
  margin-right: auto;
}

.header-logo {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .header-logo {
    margin-top: 3px;
  }
}

.header-logo a {
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 24px;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .header-logo a {
    font-size: 20px;
  }
}

.header-logo a:hover {
  opacity: .6;
}

.header-sub {
  color: #fff;
  font-family: "HiraKaku", "ヒラギノ角ゴ", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .header-sub {
    font-size: 10px;
    text-align: left;
    margin-left: 0;
  }
}

.header-sub span {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header-sub span {
    font-size: 14px;
  }
}

.header-right {
  margin-left: auto;
}

.header-nav {
  top: 100px;
  left: 0;
  right: 0;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.header-nav li {
  margin-right: 40px;
}

.header-nav li:last-child {
  margin-right: 0;
}

.header-nav li > a {
  color: #fff;
  display: block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  opacity: 1;
  line-height: 1;
  text-align: center;
}

.header-nav li > a span {
  font-size: 12px;
  color: #000000;
}

.header-nav li > a:hover {
  opacity: 0.6;
}

/* ===============================================
# ドロワー 
=============================================== */
.drawer {
  display: none;
}

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

.drawer-icon {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 13px;
  z-index: 41;
}

.drawer-open {
  display: block;
}

.m_checked .drawer-open {
  display: none;
}

.drawer-close {
  display: none;
}

.m_checked .drawer-close {
  display: block;
}

.drawer-content {
  background: #000000;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 100px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}

.m_checked .drawer-content {
  opacity: 1;
  visibility: visible;
}

.drawer-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 12px 24px 5px;
  text-decoration: none;
  text-align: center;
}

.fa-times::before {
  color: #fff;
}

/* ===============================================
# mainvisual
=============================================== */
.mainvisual {
  position: relative;
}

.mainvisual-txt-box {
  position: absolute;
  bottom: -10px;
  left: 10%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .mainvisual-txt-box {
    left: 5%;
    bottom: 0;
  }
}

.mainvisual-ttl {
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainvisual-ttl {
    font-size: 18px;
  }
}

.mainvisual-txt {
  font-size: 500%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainvisual-txt {
    font-size: 36px;
  }
}

.slider5-wrap {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .slider5-wrap {
    width: 100%;
  }
}

.slider-5 .slick-slide {
  height: calc(100vh - 100px);
}

@media screen and (max-width: 767px) {
  .slider-5 .slick-slide {
    height: 400px;
  }
}

.slider-5 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dots-5 .slick-dots {
  text-align: center;
}

.dots-5 .slick-dots li {
  display: inline-block;
  width: 100px;
  height: 6px;
  margin: 4px;
  background: #eaeaea;
  cursor: pointer;
}

.dots-5 .slick-dots button {
  display: block;
  width: 0%;
  height: 6px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #0a467d;
  cursor: pointer;
}

.dots-5 .slick-dots .slick-active button {
  background: #0a467d;
  opacity: 1;
}

/* ===============================================
# 共通 mainvisual
=============================================== */
.mainvisual-collumn {
  background: url(../img/footer.webp) center center/cover no-repeat;
  height: auto;
  padding-top: 60px;
}

.mainvisual-collumn-box {
  height: auto;
}

.mainvisual-collumn-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0px 40px 0;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mainvisual-collumn-ttl {
    font-size: 24px;
    padding: 20px 0 20px 0;
  }
}

.mainvisual-collumn-ttl span {
  font-size: 16px;
  line-height: 1;
}

/* ===============================================
# パンクズリスト
=============================================== */
.breadcrumb {
  padding-top: 20px;
  padding: 2px 0;
  color: #333;
  font-size: 12px;
}

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

.breadcrumb .home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.breadcrumb a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #333;
}

.breadcrumb a:hover {
  opacity: 0.6;
}

.breadcrumb i {
  margin-left: 5px;
  margin-right: 5px;
}

/* ===============================================
# ジャンルナビ
=============================================== */
.genre-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .genre-nav {
    margin-bottom: 12px;
  }
}

.genre-nav-link {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .genre-nav-link {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.genre-nav-link a {
  display: block;
  padding: 6px 14px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
  color: #fff;
  background: #ff0e56;
}

@media screen and (max-width: 767px) {
  .genre-nav-link a {
    padding: 3px 8px;
    font-size: 12px;
  }
}

.genre-nav-link a.is-active,
.genre-nav-link a:hover {
  background: #ff2b87;
  color: #fff;
}

/* ===============================================
# news
=============================================== */
.news-list {
  border-bottom: 1px dotted #d6d6d6;
  border-bottom: 2px solid #d6d6d6;
  padding: 5px;
}

.news-list + .news-list {
  margin-top: 15px;
}

.news-list-link {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .news-list-link {
    flex-direction: column;
  }
}

.news-list-link:hover {
  opacity: 0.6;
}

.news-list-time {
  color: #ff0e56;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .news-list-time {
    width: 100%;
  }
}

.news-list-text {
  color: #ffffff;
  width: calc(100% - 120px);
}

@media screen and (max-width: 767px) {
  .news-list-text {
    width: 100%;
  }
}

/* ===============================================
# plan
=============================================== */
.plan_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan_item {
  width: 48%;
}

/* ===============================================
# about
=============================================== */
.about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about-wrapper {
    flex-direction: column;
  }
}

.about-wrap {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .about-wrap {
    width: 100%;
  }
  .about-wrap + .about-wrap {
    margin-top: 30px;
  }
}

.about-left {
  position: relative;
  z-index: 0;
}

.about-left img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0 0 50px 0;
}

.about-left::after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: -15px;
  bottom: -15px;
  border: 2px solid #d6d6d6;
  border-radius: 0 0 50px 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .about-left::after {
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
  }
}

.about-txt {
  line-height: 2;
  color: #ffffff;
}

/* ===============================================
# menu
=============================================== */
.menu-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .menu-wrapper {
    flex-direction: column;
  }
}

.menu-item-wrap {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .menu-item-wrap {
    width: 100%;
  }
  .menu-item-wrap + .menu-item-wrap {
    margin-top: 40px;
  }
}

.menu-item-img {
  position: relative;
  z-index: 0;
}

.menu-item-img::after {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 0 50px 0 0;
  z-index: -1;
}

.menu-item-img img {
  border-radius: 0 50px 0 0;
}

.menu-item-tag {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  font-size: 12 px;
  color: #fff;
  background: #ff0e56;
  padding: 7px 10px 5px;
  font-family: sans-serif;
  border-radius: 0 5px 0 0;
  line-height: 1;
}

.menu-item-bottom {
  text-align: center;
}

.menu-item-ttl {
  margin-top: 20px;
  font-size: 20px;
  font-family: sans-serif;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .menu-item-ttl {
    font-size: 18px;
  }
}

.menu-item-sub-ttl {
  color: #ff0e56;
  display: inline-block;
  position: relative;
}

.menu-item-sub-ttl::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff2b87;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-item-sub-ttl::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff2b87;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-item-catch {
  margin-top: 15px;
  color: #ff0e56;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .menu-item-catch {
    font-size: 16px;
    margin-top: 15px;
  }
}

.menu-lists {
  display: flex;
  justify-content: space-between;
}

/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  position: relative;
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .accordion-area {
    flex-direction: column;
  }
}

.accordion-area li {
  margin: 10px 0;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .accordion-area li {
    width: 100%;
  }
}

.accordion-area section {
  border: 2px solid #d6d6d6;
  border-radius: 0 20px 0 0;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
  letter-spacing: .2rem;
  color: #ff0e56;
  text-align: center;
}

/*アイコンの＋と×*/
.title::after {
  position: absolute;
  content: '';
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #ff0e56;
  border-right: 3px solid #ff0e56;
}

.title::after {
  top: 43%;
  left: 15px;
}

.title.close::after {
  transform: rotate(-135deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
  color: #000000;
  letter-spacing: .1em;
}

.box .mt20 {
  margin-top: 20px;
}

.box .sub_ttl-box {
  text-align: center;
}

.box .sub_ttl {
  display: inline-block;
  font-size: 20px;
  color: #ff0e56;
  letter-spacing: .1em;
  position: relative;
}

.box .sub_ttl::before, .box .sub_ttl::after {
  position: absolute;
  content: "";
  background-color: #ff0e56;
  width: 20px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.box .sub_ttl::before {
  left: -30px;
}

.box .sub_ttl::after {
  right: -30px;
}

.box dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #d6d6d6;
  padding: 5px;
  margin-top: 5px;
}

.box dl:first-child {
  margin-top: 0;
}

.box .food_txt {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  letter-spacing: .1em;
}

/* ===============================================
# 店内
=============================================== */
.inside-content {
  max-width: 800px;
  margin: 60px auto 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .inside-content {
    margin-top: 40px;
  }
}

.inside-slider .slick-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.thumbnail .slick-track {
  transform: unset !important;
}

.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.thumbnail .slick-current {
  opacity: 1;
}

.inside-txt {
  max-width: 800px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .inside-txt {
    margin-top: 15px;
  }
}

/* ===============================================
# 店舗情報
=============================================== */
.info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .info-wrapper {
    flex-direction: column-reverse;
  }
}

.info-map {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .info-map {
    width: 100%;
    margin-top: 30px;
  }
}

.info-map-box {
  position: relative;
  z-index: 0;
}

.info-map-box::after {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid #d6d6d6;
  border-radius: 0 0 50px 0;
  z-index: -1;
}

.info-map-box iframe {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: none;
  border-radius: 0 0 50px 0;
}

.info-lists {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .info-lists {
    width: 100%;
  }
}

.info-lists dl {
  display: flex;
  border-bottom: 2px solid #d6d6d6;
  margin-top: 20px;
  padding-bottom: 5px;
}

.info-lists dl:first-child {
  margin-top: 0;
}

.info-lists dl dt {
  color: #ff0e56;
  width: 120px;
}

.info-lists dl dd {
  width: calc(100% - 120px);
}

/* ===============================================
# footer
=============================================== */
@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 54px;
  }
}

.footer .section-ttl span::after {
  background: #fff;
}

.footer .section-ttl span::before {
  background: #fff;
}

.footer-contact-bg {
  position: relative;
  height: 480px;
}

@media screen and (max-width: 767px) {
  .footer-contact-bg {
    height: 400px;
  }
}

.footer-contact-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.footer-contact-bg-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/footer.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.footer-contact-box .section-ttl {
  color: #fff;
}

.footer-contact-box .section-ttl span {
  color: #fff;
}

.footer-contact-txt {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer-contact-txt {
    margin-top: 40px;
    line-height: 2;
    font-size: 14px;
  }
}

.footer-bottom {
  background: #000000;
}

.footer-wrapper {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column-reverse;
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-left {
    margin-top: 40px;
    text-align: center;
  }
}

.footer-disc {
  font-size: 14px;
}

.footer-company-ttl {
  font-size: 44px;
  font-weight: bold;
  color: #ff0e56;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .footer-company-ttl {
    font-size: 32px;
  }
}

.footer-company-ttl span {
  color: #ffffff;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .footer-company-ttl span {
    font-size: 14px;
  }
}

.footer-right-links {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-right-links {
    text-align: center;
  }
}

.footer-right-links li {
  margin-top: 15px;
}

.footer-right-links li:first-child {
  margin-top: 0;
}

.footer-right-links li a {
  color: inherit;
  font-weight: bold;
  font-family: sans-serif;
}

.footer-right-links li a:hover {
  opacity: 0.6;
}

.footer-copy {
  text-align: center;
  background: #ff2b87;
  color: #fff;
  padding: 5px 0;
}

/* ===============================================
# totop
=============================================== */
.floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .floating {
    right: 15px;
    bottom: 40px;
  }
}

.floating a {
  display: block;
  width: 30px;
  text-decoration: none;
  opacity: 1;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .floating a {
    width: 20px;
  }
}

.floating a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff0e56;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .floating a::after {
    width: 40px;
    height: 40px;
  }
}

.floating a:hover {
  opacity: .6;
}

/* ===============================================
# 新着情報一覧
=============================================== */
.archive-item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #d6d6d6;
  padding: 0 5px 15px;
  transition: all 0.5s ease;
}

.archive-item + .archive-item {
  margin-top: 40px;
}

.archive-item:hover {
  opacity: 0.6;
}

.archive-img {
  width: 25%;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .archive-img {
    width: 30%;
  }
}

.archive-img::after {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 0 50px 0 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .archive-img::after {
    top: -5px;
    right: -5px;
    bottom: 5px;
    left: 5px;
    border-radius: 0 30px 0 0;
  }
}

.archive-img img {
  border-radius: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .archive-img img {
    border-radius: 0 30px 0 0;
  }
}

.archive-box {
  width: 75%;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .archive-box {
    margin-left: 20px;
    width: 70%;
  }
}

.archive-info {
  display: flex;
  align-items: center;
}

.archive-time {
  color: #ff0e56;
}

.archive-tag {
  background: #ff2b87;
  color: #000000;
  font-size: 10px;
  padding: 3px 5px;
  font-family: sans-serif;
  margin-left: 10px;
}

.archive-ttl {
  font-size: 20px;
  color: #ff2b87;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .archive-ttl {
    font-size: 16px;
    margin-top: 5px;
  }
}

.archvie-txt {
  color: #ffffff;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .archvie-txt {
    margin-top: 5px;
  }
}

/* ===============================================
# 詳細ページ
=============================================== */
.single-content {
  border: 2px solid #d6d6d6;
  padding: 60px 100px;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .single-content {
    padding: 40px 15px;
  }
}

.single-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #ff2b87;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-ttl {
    font-size: 18px;
  }
}

.single-info {
  margin-top: 30px;
}

.single-img {
  margin-top: 20px;
}

.single-txt {
  margin-top: 30px;
}

/* ===============================================
# メニュー一覧ページ
=============================================== */
.archive-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.archive-menu-item-wrap {
  width: 30%;
  margin-right: calc( 10% / 2);
}

@media screen and (max-width: 767px) {
  .archive-menu-item-wrap {
    width: 45%;
    margin-right: 10%;
  }
}

.archive-menu-item-wrap:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .archive-menu-item-wrap:nth-child(3n) {
    margin-right: 10%;
  }
}

.archive-menu-item-wrap:nth-child(n + 4) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .archive-menu-item-wrap:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-menu-item-wrap:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .archive-menu-item-wrap:nth-child(2n) {
    margin-right: 0;
  }
}

.archive-menu-item-img {
  position: relative;
  z-index: 0;
}

.archive-menu-item-img::after {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 0 50px 0 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .archive-menu-item-img::after {
    top: -5px;
    right: -5px;
    bottom: 5px;
    left: 5px;
    border-radius: 0 30px 0 0;
  }
}

.archive-menu-item-img img {
  border-radius: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .archive-menu-item-img img {
    border-radius: 0 30px 0 0;
  }
}

.archive-menu-item-tag {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  font-size: 12px;
  color: #fff;
  background: #ff0e56;
  padding: 7px 10px 5px;
  font-family: sans-serif;
  border-radius: 0 5px 0 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .archive-menu-item-tag {
    font-size: 10px;
    padding: 5px 7px 3px;
    top: 0;
  }
}

.archive-menu-item-bottom {
  text-align: center;
}

.archive-menu-item-ttl {
  margin-top: 20px;
  font-size: 20px;
  font-family: sans-serif;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .archive-menu-item-ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}

.archive-menu-item-sub-ttl {
  color: #ff0e56;
  display: inline-block;
  position: relative;
}

.archive-menu-item-sub-ttl::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff2b87;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.archive-menu-item-sub-ttl::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #ff2b87;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.archive-menu-item-catch {
  margin-top: 10px;
  color: #ff0e56;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .archive-menu-item-catch {
    font-size: 12px;
    margin-top: 5px;
  }
}

.archive-menu-item-price {
  margin-top: 10px;
}

/* ===============================================
# ページネーション 
=============================================== */
.pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination a {
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 20px;
  background: none;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #808080;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-right: 14px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #ff0e56;
  border: 1px solid #ff0e56;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

/* ===============================================
# コンタクトフォーム７
=============================================== */
.contact {
  padding-bottom: 150px;
  position: relative;
}

.contact::after {
  position: absolute;
  content: '';
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 60px;
  }
}

.contact-circle {
  position: absolute;
  content: "";
  top: 23px;
  left: 20px;
}

.contact-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  color: #333;
  border: 2px solid #d6d6d6;
}

@media screen and (max-width: 767px) {
  .contact-box {
    padding: 20px 15px;
  }
}

.contact-note-txt {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 3px solid #d8d8d8;
}

@media screen and (max-width: 767px) {
  .contact-note-txt {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.contact-required-txt {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.contact-required-txt span {
  color: #ff0e56;
}

.contact-contents__item--required {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-contents__item--required {
    display: block;
  }
}

.contact-contents__item--required + .contact-contents__item--required {
  margin-top: 40px;
}

.required {
  position: relative;
}

.required::after {
  position: absolute;
  content: "必須";
  font-size: 12px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  background: #ff0e56;
  padding: 5px 5px;
  line-height: 1;
  border-radius: 5px;
  margin-left: 5px;
}

.contact-contents__item-title {
  width: 230px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contact-contents__item-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.contact-contents__item-title p {
  display: inline-block;
}

.contact-contents__item-input--text {
  width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
  .contact-contents__item-input--text {
    width: 100%;
  }
}

.contact-contents__item-textarea {
  width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
  .contact-contents__item-textarea {
    width: 100%;
  }
}

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

.contact-contents__btn {
  width: 120px;
  height: 50px;
  border: none;
  background: #ff2b87;
  color: #fff;
}

.contact-contents__btn:hover {
  opacity: 0.6;
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  border: none;
  height: 40px;
  background: whitesmoke;
  padding-left: 10px;
}

textarea {
  width: 100%;
  min-height: 122px;
  resize: vertical;
  border: none;
  background: whitesmoke;
}

input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

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

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #ff0e56;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #ff2b87;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

/* ===============================================
# 予約ボタン
=============================================== */
.reserved {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.reserved-wrap {
  display: flex;
}

.reserved-btn {
  width: 50%;
  text-align: center;
  background: #ff0e56;
  border: 1px solid #fff;
  font-weight: bold;
}

.reserved-btn-link {
  display: inline-block;
  padding: 15px 0;
  color: #fff;
}
