@charset "UTF-8";
/* base/_base.scss */
/* =====================================
   Base Structure
===================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-color: #F4EFEF;
}

body {
  font-family: "Outfit", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #938686;
  background-color: #F4EFEF;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =====================================
   Responsive Typography
===================================== */
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
/* =====================================
   Main & Footer Layout
===================================== */
main {
  margin-top: 72px;
  background-color: #F4EFEF;
}

@media screen and (min-width: 768px) {
  main {
    margin-top: 72px;
  }
}
footer {
  margin-top: auto;
}

/* abstracts/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, iframe, blockquote,
h1, h2, h3, h4, h5, h6, p, a, picture, figure, img, ol, ul, li,
article, aside, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, footer, header, menu, nav, section, img {
  display: block;
}

ul,
ol {
  list-style: none;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  appearance: none;
}

/* ====================
  Base Tags
==================== */
html, body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  background-color: #F4EFEF;
}

body {
  font-family: "Outfit", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #938686;
  background-color: #f4efef;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

ul, ol {
  list-style: none;
}

/* ====================
  Layout Utility
==================== */
.container {
  width: 100%;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

/* ====================
  Common Components
==================== */
.ly_common_head {
  background-color: rgba(147, 134, 134, 0.1);
}

.bl_common_head_title {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #938686;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_common_head_title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*===================================
Follow usエリア（右固定）
===================================*/
/* SNS固定導線（右側中央に縦表示） */
.bl_snsFixed {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  pointer-events: none;
}
.bl_snsFixed a {
  pointer-events: auto;
}
.bl_snsFixed__label {
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #938686;
  margin-bottom: 20px;
}
.bl_snsFixed__icons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl_snsFixed__icon {
  font-size: 24px;
  color: #938686;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.bl_snsFixed__icon:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

/****************************************
  Header Layout & Hamburger Menu
*****************************************/
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #f4efef;
  transition: all 0.3s ease;
  z-index: 9000;
}
.ly_header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8784313725);
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.ly_header__inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ly_header__inner {
    box-sizing: content-box;
  }
}

.ly_header_nav {
  display: none;
  position: static;
  right: -100%;
  top: 72px;
  transition: right 0.4s ease-in-out;
  z-index: 9800;
}
@media screen and (min-width: 768px) {
  .ly_header_nav {
    display: flex;
    align-items: center;
  }
  .ly_header_nav .bl_header_menu {
    flex-direction: row;
  }
  .ly_header_nav .bl_header_menu .bl_header_menu_item {
    margin: 0 12px;
  }
}

/****************************************
  Header Block
*****************************************/
.bl_header_logo {
  width: 50%;
  max-width: 160px;
  margin-right: 20px;
}

.bl_header_menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .bl_header_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .bl_header_menu {
    justify-content: flex-start;
  }
}
.bl_header_menu_item:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .bl_header_menu_item:not(:first-of-type) {
    margin-top: 0;
  }
  .bl_header_menu_item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.bl_header_menu_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  word-break: keep-all;
  padding-bottom: 6px;
}
.bl_header_menu_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.bl_header_menu_link:hover::after {
  width: 100%;
}

.hp_header_menu_btn--contact .bl_header_menu_link::after {
  display: none !important;
}

/****************************************
  Header Helper
*****************************************/
.hp_header_menu_btn {
  position: relative;
  width: 100%;
  border-radius: 9999px;
  overflow: hidden;
  z-index: 1;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .hp_header_menu_btn {
    width: 160px;
  }
}
@media screen and (min-width: 1440px) {
  .hp_header_menu_btn {
    width: 180px;
  }
}
.hp_header_menu_btn > a {
  display: block;
  width: 100%;
  padding: 12px 32px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.hp_header_menu_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fffffe;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.hp_header_menu_btn:hover::before {
  transform: translateX(0);
}
.hp_header_menu_btn--contact {
  background-color: #ED838E;
  border: 1px solid #ED838E;
}
.hp_header_menu_btn--contact > a {
  color: #fff;
}
.hp_header_menu_btn--contact:hover > a {
  color: #ED838E;
  text-decoration: none;
}

.hp_bg_main {
  background-color: #938686 !important;
}

.hp_bg_accent {
  background-color: #ED838E !important;
}

/****************************************
  Loading Animation
*****************************************/
#splash {
  position: fixed;
  background: #F4EFEF;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: splashFadeOut 0.5s ease 1.5s forwards;
}

.splash-logo {
  animation: float 1.8s ease-in-out infinite;
}
.splash-logo img {
  width: 300px;
  height: auto;
  display: block;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes splashFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
body {
  opacity: 0;
  transition: opacity 1s ease;
}
body.is-loaded {
  opacity: 1;
}
body.fade-out {
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
}
body:not(.is-loaded) {
  pointer-events: none;
}

/*------------------------------------------------
  ✅ SCSS（シンプルな構成に再整理）
------------------------------------------------*/
.ly_header {
  height: 72px;
  background: #F4EFEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.ly_header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .ly_header__inner {
    padding: 0 6%;
  }
}

.bl_header_logo_img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .bl_header_logo_img {
    height: 32px;
  }
}

.hamburger-grid {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .hamburger-grid {
    display: none;
  }
}

.hamburger-grid__dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
  height: 100%;
}

.hamburger-grid__dot {
  width: 100%;
  height: 100%;
  background-color: #938686;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.hamburger-grid.active .hamburger-grid__dot {
  background-color: #938686;
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(1) {
  transform: scale(0);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(2) {
  transform: translateY(8px);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(3) {
  transform: scale(0);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(4) {
  transform: translateX(8px);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(5) {
  transform: scale(1.2);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(6) {
  transform: translateX(-8px);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(7) {
  transform: scale(0);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(8) {
  transform: translateY(-8px);
}

.hamburger-grid.active .hamburger-grid__dot:nth-child(9) {
  transform: scale(0);
}

.nav-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(147, 134, 134, 0.9098039216);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 900;
}

.nav-grid.active {
  visibility: visible;
  opacity: 1;
}

.nav-grid__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.nav-grid__sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.nav-grid__section {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-grid.active .nav-grid__section {
  opacity: 1;
  transform: translateY(0);
}

.nav-grid.active .nav-grid__section:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-grid.active .nav-grid__section:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-grid__title {
  text-align: center;
  color: #F4EFEF;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.nav-grid__list {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-grid__list li {
  margin-bottom: 15px;
  overflow: hidden;
}

.nav-grid__link {
  display: inline-block;
  color: #fffffe;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  transform: translateY(100%);
  transition: transform 0.5s ease, color 0.3s ease;
  position: relative;
  word-break: keep-all;
}
.nav-grid__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.nav-grid__link:hover::after {
  width: 100%;
}

.nav-grid.active .nav-grid__link {
  transform: translateY(0);
}

/****************************************
  Footer Layout
*****************************************/
footer {
  position: relative;
  z-index: 0;
}

.ly_footer {
  background-color: #fffffe;
}
.ly_footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 6%;
}
@media screen and (min-width: 768px) {
  .ly_footer__inner {
    width: auto;
    box-sizing: content-box;
  }
}
.ly_footer_conts {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .ly_footer_conts {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.ly_copyright {
  width: 100%;
  background-color: #ededed;
}
.ly_copyright__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 6%;
  box-sizing: content-box;
}

/****************************************
  Footer Block
*****************************************/
.bl_footer_logo {
  max-width: 160px;
  width: 100%;
  flex-shrink: 0;
  text-align: left;
}

.bl_footer_content {
  display: block;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .bl_footer_content {
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
}

.bl_footer_menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .bl_footer_menu {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.bl_footer_menu_item > a {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.bl_footer_menu_item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  border-radius: 2px;
  transition: width 0.3s ease;
}
.bl_footer_menu_item > a:hover::after {
  width: 100%;
}
.bl_footer_menu_item.has-child > .bl_footer_submenu {
  margin-top: 8px;
  padding-left: 1em;
}
.bl_footer_menu_item.has-child > .bl_footer_submenu li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 1em;
}
.bl_footer_menu_item.has-child > .bl_footer_submenu li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #938686;
}
.bl_footer_menu_item.has-child > .bl_footer_submenu li a {
  font-weight: normal;
  font-size: 13px;
  color: #bbb;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.bl_footer_menu_item.has-child > .bl_footer_submenu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.bl_footer_menu_item.has-child > .bl_footer_submenu li a:hover::after {
  width: 100%;
  text-decoration: none;
}
.bl_footer_menu.is-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .bl_footer_menu.is-sub {
    justify-content: flex-start;
  }
}

.bl_footer_menu_item.is-icon-group a::after {
  display: none !important;
}

.bl_footer_submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bl_footer_menu_item.is-icon-group {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.bl_footer_menu_item.is-icon-group .bl_footer_menu_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4efef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #938686;
  font-size: 1.6rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.bl_footer_menu_item.is-icon-group .bl_footer_menu_icon:hover {
  transform: scale(1.1);
}
.bl_footer_menu_item.is-icon-group .bl_footer_menu_icon.is-line {
  background-color: #06C755;
  color: #fffffe;
}
.bl_footer_menu_item.is-icon-group .bl_footer_menu_icon.is-mail {
  background-color: #ED838E;
  color: #fffffe;
}

/****************************************
  Copyright Text
*****************************************/
.bl_copyright_txt {
  font-size: 1.2rem;
  color: #666;
  margin: 0;
}
.bl_copyright_txt:first-child {
  text-align: left;
}
.bl_copyright_txt:last-child {
  text-align: right;
}

/****************************************
  Top Scroll
*****************************************/
.c-scrollTop {
  display: none;
}
@media (min-width: 768px) {
  .c-scrollTop {
    display: block;
    position: fixed;
    right: 2rem;
    bottom: 5rem;
    width: 120px;
    height: 120px;
    z-index: 999;
    animation: rotateInf 12s linear infinite;
    transition: opacity 0.3s ease;
    opacity: 0.8;
  }
  .c-scrollTop img {
    width: 100%;
    height: auto;
    display: block;
  }
  .c-scrollTop:hover {
    opacity: 1;
  }
}

@keyframes rotateInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****************************************
  FormPage Layout CSS
*****************************************/
.ly_formPage_wrapper {
  padding-top: 6%;
}
@media screen and (min-width: 768px) {
  .ly_formPage_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}

.ly_formPage_conts {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_formPage_conts {
    width: calc((100% - 60px) / 2);
  }
}

.ly_formPage_image {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ly_formPage_image {
    width: calc((100% - 60px) / 2);
  }
}
.ly_formPage_image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.ly_formPage_line-link {
  margin-top: 20px;
}

/****************************************
  Contact Form (WPCF7) CSS
*****************************************/
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wpcf7-form label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.4rem;
  color: #938686;
  gap: 0.5rem;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select {
  padding: 12px 16px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #938686;
  border-width: 2px;
  outline: none;
  background-color: #fdfdfd;
}
.wpcf7-form textarea {
  min-height: 140px;
  resize: vertical;
}
.wpcf7-form input[type=submit] {
  align-self: center;
  padding: 12px 36px;
  background-color: #ed838e;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.wpcf7-form input[type=submit]:hover {
  opacity: 0.8;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 1em;
}

/****************************************
  Contact Form Error/Message Styling
*****************************************/
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #938686;
  font-weight: bold;
  text-align: center;
  padding: 2%;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ed838e;
  color: #ed838e;
  font-weight: bold;
  text-align: center;
  padding: 2%;
}

.wpcf7-not-valid-tip {
  color: #ed838e;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/****************************************
  Animation Utilities
*****************************************/
.FadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.FadeIn.is-inview {
  opacity: 1;
  transform: none;
}
.FadeIn--top {
  transform: translateY(-20px);
}
.FadeIn--bottom {
  transform: translateY(20px);
}
.FadeIn--left {
  transform: translateX(-20px);
}
.FadeIn--right {
  transform: translateX(20px);
}
.FadeIn--scale {
  transform: scale(0.9);
}
.FadeIn--delay-1 {
  transition-delay: 0.2s;
}
.FadeIn--delay-2 {
  transition-delay: 0.4s;
}
.FadeIn--delay-3 {
  transition-delay: 0.6s;
}
.FadeIn--delay-4 {
  transition-delay: 0.8s;
}

.RotateUp {
  opacity: 0;
  transform: translateY(60px) rotate(30deg);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s ease;
}
.RotateUp.is-inview {
  opacity: 1;
  transform: translateY(0) rotate(0);
}
.RotateUp--delay-1 {
  transition-delay: 0.2s;
}
.RotateUp--delay-2 {
  transition-delay: 0.4s;
}
.RotateUp--delay-3 {
  transition-delay: 0.6s;
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}

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

.u-bgWhite {
  background-color: #fff !important;
}

.u-bgPink {
  background-color: #f4efef !important;
}

.u-bgDots {
  background-color: #fffafc !important;
  background-image: radial-gradient(#ed838e 1px, transparent 1px);
  background-size: 20px 20px;
}

.u-bgStripe {
  background-color: #fffafc !important;
  background-image: repeating-linear-gradient(45deg, #f4efef, #f4efef 10px, #ffffff 10px, #ffffff 20px);
}

.u-bgGrid {
  background-color: #fefefe !important;
  background-image: linear-gradient(#f4efef 1px, transparent 1px), linear-gradient(90deg, #f4efef 1px, transparent 1px);
  background-size: 40px 40px;
}

/****************************************

  Helper CSS

*****************************************/
.hp_mgNone {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.hp_mgTop {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .hp_mgTop {
    margin-top: 80px;
  }
}
.hp_mgTopNone {
  margin-top: 0 !important;
}
.hp_mgBottom {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hp_mgBottom {
    margin-bottom: 80px;
  }
}
.hp_mgTB {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hp_mgTB {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.hp_mgLR {
  margin-left: auto;
  margin-right: auto;
}
.hp_dispSP {
  display: block;
}
@media screen and (min-width: 768px) {
  .hp_dispSP {
    display: none;
  }
}
.hp_dispTab {
  display: none;
}
@media screen and (min-width: 768px) {
  .hp_dispTab {
    display: block;
  }
}
.hp_dispPC {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hp_dispPC {
    display: block;
  }
}
.hp_txtCenter {
  text-align: center;
}
.hp_txtAccent {
  color: #ED838E;
  font-weight: bold;
}
.hp_post_middle {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.hp_post_box {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .hp_post_box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.hp_archive_cardUnit {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .hp_archive_cardUnit .bl_card {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .hp_archive_cardUnit .bl_card:nth-of-type(2) {
    margin-top: 0;
  }
  .hp_archive_cardUnit .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hp_archive_cardUnit .bl_card:nth-of-type(3) {
    margin-top: 40px;
  }
  .hp_archive_cardUnit .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
}

.hp_border {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #d1d1d1;
}
@media screen and (min-width: 768px) {
  .hp_border {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.hp_thankspage_mv {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.hp_thanks_bg01 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../images/thanks/bg01.jpg");
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .hp_thanks_bg01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hp_constPage_point_pic_pc {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  max-width: 320px;
}

.hp_restaurantPage_MV_txtarea {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .hp_restaurantPage_MV_txtarea {
    padding-left: 0;
    padding-right: 0;
  }
}

/****************************************
  Button CSS
*****************************************/
.bl_btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.bl_btn--s {
  width: 180px;
}
.bl_btn--m {
  width: 280px;
}
.bl_btn--l {
  width: 100%;
  max-width: 100%;
}
.bl_btn--outline {
  color: #938686;
  background-color: transparent;
  border: 1px solid #938686;
}
.bl_btn--outline:hover, .bl_btn--outline:active {
  background-color: #938686;
  color: #fffffe;
}
.bl_btn--primary {
  background-color: #938686;
  color: #fffffe;
  border: 1px solid #938686;
}
.bl_btn--primary:hover, .bl_btn--primary:active {
  opacity: 0.85;
}
.bl_btn--accent {
  background-color: #ED838E;
  color: #fffffe;
  border: 1px solid #ED838E;
}
.bl_btn--accent:hover, .bl_btn--accent:active {
  opacity: 0.85;
}
.bl_btn--muted {
  background-color: #707070;
  color: #fffffe;
  border: 1px solid #707070;
}
.bl_btn--muted:hover, .bl_btn--muted:active {
  opacity: 0.85;
}

.bl_btn {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  border-radius: 9999px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}
.bl_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.4s ease;
  transform: translateX(-100%);
}
.bl_btn:hover::before {
  transform: translateX(0);
}
.bl_btn--more {
  background-color: #938686;
  border: 1px solid #938686;
  color: #fffffe;
}
.bl_btn--more::before {
  background-color: #fffffe;
}
.bl_btn--more:hover {
  color: #938686;
}

.bl_btn--left {
  margin-left: 0;
  margin-right: auto;
}

/****************************************
  CONTACT CSS
*****************************************/
.bl_contact__btn {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  border-radius: 9999px;
  overflow: hidden;
  z-index: 1;
  color: #fffffe;
  transition: color 0.3s ease;
}
.bl_contact__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.4s ease;
  transform: translateX(-100%);
}
.bl_contact__btn:hover::before {
  transform: translateX(0);
}
.bl_contact__btn--mail {
  background-color: #ED838E;
  border: 1px solid #ED838E;
}
.bl_contact__btn--mail::before {
  background-color: #fffffe;
}
.bl_contact__btn--mail:hover {
  color: #ED838E;
}
.bl_contact__btn--line {
  background-color: #06c755;
  border: 1px solid #06c755;
}
.bl_contact__btn--line::before {
  background-color: #fffffe;
}
.bl_contact__btn--line:hover {
  color: #06c755;
}

/****************************************

  CardUnit CSS

*****************************************/
.bl_cardUnit {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .bl_cardUnit {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.bl_card {
  display: flex;
  flex-direction: column;
  background-color: #fffffe;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(170, 170, 170, 0.5);
}
.bl_card:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bl_card {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .bl_card:nth-of-type(2) {
    margin-top: 0;
  }
  .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_card {
    width: calc((100% - 80px) / 3);
  }
  .bl_card:nth-of-type(3) {
    margin-top: 0;
  }
  .bl_card:nth-of-type(2n) {
    margin-right: 40px;
  }
  .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
}
.bl_card_thumb > img {
  border-radius: 20px 20px 0 0;
}
.bl_card_body {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 16px;
  margin-right: 16px;
}
.bl_card_logo {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.bl_card_date {
  margin-bottom: 16px;
}
.bl_card_title {
  font-size: 1.6rem;
  font-weight: bold;
}
.bl_card_desc {
  margin-top: 16px;
}
.bl_card_category {
  margin-top: 16px;
}
.bl_card_btn_wrapper {
  margin-top: auto;
  margin-bottom: 24px;
  margin-left: 16px;
  margin-right: 16px;
}
.bl_card_btn {
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fffffe;
  background-color: #938686;
  border-radius: 32px;
}
.bl_card_btn:hover, .bl_card_btn:active {
  opacity: 0.8;
  transition: all 0.3s;
}

.bl_card__full {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.bl_card__full .bl_card_thumb > img {
  border-radius: 0;
}
.bl_card__full .bl_card_body {
  margin-left: 0;
  margin-right: 0;
}

/****************************************

  Conversion CSS

*****************************************/
.ly_conversion {
  background-color: #938686;
}
.ly_conversion__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (min-width: 768px) {
  .ly_conversion__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ly_conversion_btnWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .ly_conversion_btnWrap {
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ly_conversion_btnWrap {
    margin-top: 64px;
  }
}
.ly_conversion_btnWrap > a:nth-of-type(2) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .ly_conversion_btnWrap > a:nth-of-type(2) {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .ly_conversion_btnWrap > a:nth-of-type(2) {
    margin-top: 0;
    margin-left: 80px;
  }
}

.bl_conversion_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #fffffe;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_conversion_txt {
    font-size: 2.4rem;
  }
}

/****************************************

  Cookie CSS

*****************************************/
#cookie-notice a, #cookie-notice span {
  color: #fffffe;
}

/****************************************

  Pagination CSS

*****************************************/
.bl_pagination {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}

.bl_pagination_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.el_pagination_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 1.6rem;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  transition: all 0.6s;
}
.el_pagination_link:hover {
  color: #fffffe;
  background-color: #938686;
}

.el_pagination_pager {
  display: inline-block;
  padding: 1rem 1.6rem;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
}
.el_pagination_pager:hover {
  color: #fffffe;
  background-color: #938686;
}

.el_pagination_active {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 1.6rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #fffffe;
  background-color: #938686;
}

/****************************************

  Post CSS

*****************************************/
.bl_post h2 {
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 2rem;
  font-weight: bold;
  border-left: 8px solid #938686;
}
.bl_post h2:not(:first-child) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .bl_post h2 {
    font-size: 2.4rem;
  }
}
.bl_post h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.bl_post h3:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bl_post h3 {
    font-size: 2rem;
  }
}
.bl_post h4 {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
.bl_post h4:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bl_post h4 {
    font-size: 1.6rem;
  }
}
.bl_post ol > li {
  margin-left: 32px;
  list-style: decimal;
}
.bl_post p {
  margin-top: 20px;
  margin-bottom: 16px;
  word-break: break-all;
}
.bl_post a {
  color: #ED838E;
  word-break: break-all;
}
.bl_post a:hover {
  text-decoration: underline;
}
.bl_post strong {
  font-weight: bold;
}
.bl_post figure, .bl_post img {
  display: inline-block;
  /*margin-top: 20px;*/
  width: auto;
  /*@media screen and (min-width: 768px) {
    margin-top: 40px;
  }*/
}
.bl_post .wp-element-caption {
  text-align: center;
}
.bl_post .hp_img_s {
  margin-left: auto;
  margin-right: auto;
  width: 40% !important;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_s {
    width: 30% !important;
  }
}
.bl_post .hp_img_m {
  margin-left: auto;
  margin-right: auto;
  width: 60% !important;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_m {
    width: 50% !important;
  }
}
.bl_post .hp_img_l {
  margin-left: auto;
  margin-right: auto;
  width: 80% !important;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_l {
    width: 70% !important;
  }
}
.bl_post .hp_img_pc50 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_pc50 {
    width: 50% !important;
  }
}
.bl_post .hp_img_pc60 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_pc60 {
    width: 60% !important;
  }
}
.bl_post .hp_img_pc70 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_pc70 {
    width: 70% !important;
  }
}
.bl_post .hp_img_pc80 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_pc80 {
    width: 80% !important;
  }
}
.bl_post .hp_img_pc90 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .hp_img_pc90 {
    width: 90% !important;
  }
}
.bl_post .hp_border {
  border: 1px solid #afafaf;
}

.bl_post figure, .bl_post img {
  display: block;
  margin-top: 20px;
  width: auto;
}

/****************************************

  Section CSS

*****************************************/
.ly_section__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  box-sizing: unset;
}
@media screen and (min-width: 1280px) {
  .ly_section__inner {
    box-sizing: content-box;
  }
}

.bl_section_title {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_section_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_section_title {
    font-size: 3rem;
  }
}
.bl_section_desc {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

.hp_section_bg {
  background-color: #938686;
}
.hp_section_bg .ly_section__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hp_section_bg .ly_section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hp_section_bg__accent {
  background-color: #ED838E;
}
.hp_section_bg__accent .ly_section__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hp_section_bg__accent .ly_section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hp_section_bg__light {
  background-color: #F4EFEF;
}
.hp_section_bg__light .ly_section__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .hp_section_bg__light .ly_section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/****************************************

  Sidebar CSS

*****************************************/
.bl_sidebar_box__inner {
  margin-bottom: 40px;
}
.bl_sidebar_title {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #938686;
  border-left: 8px solid #938686;
}
@media screen and (min-width: 768px) {
  .bl_sidebar_title {
    font-size: 2rem;
  }
}
.bl_sidebar_categorylist {
  margin-top: 16px;
  margin-bottom: 40px;
}
.bl_sidebar_caseList {
  margin-top: 16px;
  margin-bottom: 40px;
}
.bl_sidebar_caseList_title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bl_sidebar_caseList_title {
    font-size: 1.8rem;
  }
}
.bl_sidebar_caseList > .bl_sidebar_categorylist {
  padding-left: 16px;
  padding-right: 16px;
}
.bl_sidebar_archive {
  margin-top: 16px;
  margin-bottom: 40px;
}
.bl_sidebar_archive_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.bl_sidebar_archive_thumb {
  width: 30%;
  margin-right: 16px;
}
.bl_sidebar_archive_body {
  flex: 1;
}
.bl_sidebar_archive_body > h3 {
  font-size: 1.4rem;
  font-weight: bold;
}