body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  background-color: #eee7e0;
  overflow-x: hidden;
}
img { 
  image-rendering: auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.-flex {
  display: flex;
}
.f-wrap {
  flex-wrap: wrap;
}
.sb {
  justify-content: space-between;
}
.sa {
  justify-content: space-around;
}
.se {
  justify-content: space-evenly;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mr3{
    margin-right: 3px;
}
.mb10 {
    margin-bottom: 10px;
  }
.mb20 {
  margin-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.logo {
  max-height: 60px;
  max-width: 100%;
  z-index: 9999;
}
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}
ul {
  padding: 0;
}
nav {
  width: 60%;
}
.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/* ふわっと表示 */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

header {
  padding: 10px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 3px 3px 4px #b2b2b2;
}
article {
  margin-bottom: 50px;
}
main {
  padding-top: 120px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
main.top{
  padding-top: 56px;
}
.bg_parts {
  position: absolute;
  z-index: -1;
  width: 70%;
}
.parts_1 {
  right: -700px;
  top: -300px;
}
.parts_2 {
  left: -700px;
  top: 800px;
}
.parts_3 {
  right: -600px;
  bottom: 300px;
}
/* 見出し */
.highlight {
  color: #ff8c00; /* Orange color */
}
.subtitle {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
.al-center {
  align-items: center;
}
.l__title {
  margin-bottom: 50px;
}
.l__title h2 {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.l__statement {
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.text-orange {
  color: #EF7B18;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.padding-left {
  padding-left: 80px;
}
.padding-right {
  padding-right: 80px;
}
.txt-center {
  text-align: center;
}
.l__sns {
  max-width: 400px;
  margin: 55px auto 30px auto;
  padding-bottom: 50px;
}
.l__sns a img {
  width: 50px;
}
footer {
  border-top: 1px solid #000;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
footer ul {
  max-width: 800px;
  margin: 0 0 0 50px;
}
footer ul li {
  border-left: 1px solid #999;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
}
.last {
  border-right: 1px solid #999;
}
.copy {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

/* トップ */
.swiper-container {
  width: 100%;
  margin: 50px auto 0 auto;
}
/* スライダーのPC・SP表示切り替え */
.swiper-pc, .swiper-sp {
  display: none;
}
@media (min-width: 769px) {
  .swiper-pc {
    display: block;
  }
}
@media (max-width: 768px) {
  .swiper-sp {
    display: block;
  }
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
/* .swiper-button-prev::after {
  background-image: url(https://junpei-sugiyama.com/wp-content/uploads/2021/02/e0379d76f3f78d80011fc748c93b6cbe.png);
} */
/* 次への矢印カスタマイズ */
/* .swiper-button-next::after {
  background-image: url(https://junpei-sugiyama.com/wp-content/uploads/2021/02/e1bdcdb129887882c13aaf571f555b16.png);
} */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: ""!important;
}
.top_logo {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.concept_box {
  position: relative;
  background-color: #f7f0e8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  line-height: 2;
  text-align: center;
}
.concept_box::before,
.concept_box::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  border: 4px solid #e76e3c;

  z-index: -1;
}
.block__point {
  width: 33%;
  margin-bottom: 20px;
}
.block__point p {
  line-height: 2;
}
.news_box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #333;
  background-color: #fff;
  padding: 5%;
}
.news_box .the_cat {
  background-color: #e76e3c;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 10px;
}
.news_box ul li {
  line-height: 1.5;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}
.news_box dt {
  margin-bottom: 10px;
  font-size: 12px;
}
.access_box {
  width: 45%;
}
.cta_btn {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  display: block;
  width: 200px;
  margin: 50px auto;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta_btn:hover {
  background-color: #ff8c00;
  color: #000;
}
.access_box li {
  border-bottom: 1px solid #333;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

/* 料金 */
h2.under_border {
  border-bottom: 7px double #333;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.price_menu {
  margin-bottom: 50px;
}
.price_menu ul li {
  width: 45%;
  line-height: 2;
  border-bottom: 1px solid #333;
  padding-top: 15px;
}
.price_menu ul li dl dt {
  font-size: 1rem;
}
.price_menu ul li dl dd {
  text-align: right;
  margin-top: 10px;
}
.price_menu dl {
  padding-top: 20px;
}
.plus_one {
  width: 100%;
  border: 1px solid #333;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}
.reserve_btn button {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 50px auto;
  width: 300px;
  cursor: pointer;
  padding: 20px 0;
  font-weight: bold;
  display: block;
}
.price_pic {
  width: 150px;
  padding-bottom: 10px;
}
.price_exe {
  align-items: end;
  /* padding-bottom: 10px; */
  position: relative;
}
.price_exe span {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #e76e3c;
  color: #fff;
  text-align: center;
  font-size: 7px;
  padding: 1px 5px;
  margin-bottom: 5px;
}
.advice img {
  width: 30%;
}
/* 来店予約 */
form {
  width: 70%;
  margin: 0 auto;
}
.form-row {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f2f4f5;
}
.form-row:last-child {
  border-bottom: none;
}
.form-label {
  display: flex;
  align-items: center;
  width: 250px;
}
.form-label label {
  font-weight: bold;
}
.form-label span {
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #ef7b18;
}
.wpcf7-submit{
  width: 300px;
  background: #ff8c00;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0px 5px 0px #b16508;
  display: block;
}
.form-row:last-child{
  border-bottom: none;
}
/* フォームパーツのデザイン */
input,
textarea {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  width: 400px;
  color: #333;
  flex-grow: 1;
}
input::placeholder,
textarea::placeholder {
  color: #999;
  font-size: 14px;
}
select {
  background-color: #f2f4f5;
  border: none;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}
button {
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #ef7b18;
  width: 300px;
}

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 43%!important;
} */

.swiper-container {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px; /* Adjust this value to move the pagination up or down */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/* About */
.l__flex-section {
  margin-top: 5%;
}
.l__flex-section .about_icon img {
  display: inline-block;
  width: 24px;

}
.l__flex-section .block__profile {
  width: 60%;
}
.l__flex-section .block__profile-img {
  width: 35%;
  position: relative;
}
.about_icon {
  margin-right: 5%;
  display: flex;
  align-items: center;
}

.l__flex-section .block__profile-img::before,
.l__flex-section .block__profile-img::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: 10px;
  bottom: 10px;
  border: 4px solid #e76e3c;
  border-radius: 0px;
  z-index: -1;
}
.block__profile h3 {
  font-weight: 400;
  font-size: 2rem;
}

/* プライバシーポリシー */
.entry-body {
  font-family: "游明朝", YuMincho, "HG明朝E", "MS P明朝", serif;
}
.entry-body p {
  font-weight: 300;
  margin-top: 24px;
  margin-bottom: 24px;
}
.entry-body h3 {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: 0 0;
  padding: 0 0 0.5em;
  border-radius: 0;
}
.entry-body h3::after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #000;
}
.entry-body li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  header{
    height: 80px;
  }
  nav {
    width: 30px;
    z-index: 9999;
  }
  .inner {
    padding: 0 10px;
  }
  .swiper-button-next, .swiper-button-prev{
   margin-top: -75%!important;
  }
  p {
    line-height: 1.5;
  }
  .column {
    flex-direction: column;
  }
  .l__flex-section .block__profile-img,
  .l__flex-section .block__profile,
  .price_menu ul li,
  .block__point,
  .access_box,
  .form-label,
  input, textarea{
    width: 100%;
  }
  footer ul li {
    border-left: none;
  }
  .last {
    border-right: none;
  }
  .l__title h2 {
    font-size: 2rem;
  }
  .l__statement {
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .top_logo {
    max-width: 350px;
    width: 90%;
  }
  main {
    padding-bottom: 0;
  }
  main.top{
    padding-top: 40px;
  }
  .swiper-container {
    overflow: hidden;
    margin: 80px auto 0 auto; /* 32px auto 0 auto */
  }
  
  .hamburger {
    cursor: pointer;
  }

  .hamburger div {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: all 0.3s;
  }
  .plus_one{
    padding: 20px 5px;
  }
  .menu {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .menu li {
    margin: 15px 0;
  }

  .menu a {
    text-decoration: none;
    color: black;
    font-size: 20px;
  }

  .overlay {
    display: none;
    position: fixed;
    top:79px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s;
  }

  .menu-open .menu {
    display: block;
    opacity: 1;
  }

  .menu-open .overlay {
    display: block;
    opacity: 1;
  }

  .menu-open .hamburger div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }

  .menu-open .hamburger div:nth-child(2) {
    opacity: 0;
  }

  .menu-open .hamburger div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -7px);
  }

  .parts_1 {
    right: -67px;
    top: 176px;
  }
  .parts_2 {
    left: -134px;
    top: 938px;
  }
  .parts_3 {
    right: -37%;
    bottom: 23%;
  }
  .block__point {
    margin-bottom: 40px;
}
footer ul{
    margin: 0;
    justify-content: center;
}

/* アバウト */
.l__flex-section .block__profile-img{
    margin-bottom: 20px;
}
.about_icon{
    margin-right: 8px;
}
.mail_icon{
    width: 30px;
}
.about p{
    font-size: 15px;
line-height: 1.8;
}

  /* フォーム */
  form{
    width: 100%;;
  }
  .form-row{
    flex-direction: column;
  }
  .form-label {
    margin-bottom: 9px;
  }


  /* 20240913追加 */
  .cta_btn_first {
    margin: 28px auto !important;
  }
  .l__title {
    margin-bottom: 28px;
  }


}
