/*
Theme Name: ipset
Theme URI: https://ipset.jp/
Description: ipset用オリジナルテーマ
Author: habamoto
Version: 1.0
*/

@charset "UTF-8";
/* 基本リセット */
html {
  font-size: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #3a2617;
  line-height: 1.8;
  background: #fdfdfd;
}
html,
body {
  width: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: #fff;
}
li {
  list-style: none;
}
h1 {
  width: 30vw;
  height: auto;
}
@media only screen and (min-width: 768px) {
  h1 {
    width: 240px;
    height: auto;
  }
}
h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 3rem;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0.08rem;
}
h3 {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-style: normal;
  color: #3a2617;
  line-height: 1.8;
  text-align: left;
  font-size: 3.2rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-style: normal;
  color: #3a2617;
  line-height: 1.8;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;
    letter-spacing: 0.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
/* ヘッダー */
.site-header {
  position: relative;
  padding: 0;
  z-index: 100;
  display: flex;
}
@media (max-width: 768px) {
  .site-header {
    padding: 0px;
  }
}
.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 7rem 0 0;
}
@media (max-width: 768px) {
  .header-inner {
    padding: 0px;
  }
}

.logo a {
  text-decoration: none;
  font-size: 24px;
}
.gnav ul {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .gnav ul {
    display: none;
  }
}
.gnav ul li a {
  color: #3a2617;
  letter-spacing: 0.15rem;
  position: relative;
  display: inline-block;
}
.gnav ul li a::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1px;
  margin: 0 auto;
  background-color: #3a2617;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gnav ul li a:hover::before {
  opacity: 1;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 10000;
  opacity: 0;
  transform: scale(0.98);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.menu-overlay.open {
  transform: translateX(0%);
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* 左：背景画像（PCのみ） */
.menu-left {
  flex: 1;
  background-image: url('../images/menu-bg.webp'); /* 画像を指定 */
  background-size: cover;
  background-position: center;
  display: block;
}

/* 右：メニュー本体 */
.menu-right {
  flex: 1;
  padding: 60px 40px;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-close {
  position: absolute;
  top: 50px;
  right: 40px;
  font-size: 2.4rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #fff;
  font-weight: 100;
}
@media (max-width: 768px) {
  .menu-close {
    top: 0.1rem;
    right: 1.04rem;
  }
}
.menu-nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.menu-nav ul li {
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .menu-nav ul li {
    margin-bottom: 0.9rem;
  }
}

.menu-nav ul li a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}

.menu-nav ul li a::before {
  content: '–';
  margin-right: 0.5em;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
}

.menu-buttons {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.btn-entry,
.btn-trial {
  display: block;
  text-align: center;
  padding: 8px 36px;
  font-size: 1rem;
  background: #a58e55;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-entry,
  .btn-trial {
    padding: 6% 8%;
    white-space: nowrap;
  }
}

.btn-entry i,
.btn-trial i {
  margin-right: 1rem;
}

.sns-icons {
  display: flex;
  gap: 16px;
}

.circle-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.circle-icon.phone {
  background: #333;
}

/* スマホは1カラム */
@media screen and (max-width: 768px) {
  .menu-overlay {
    flex-direction: column;
  }
  .menu-left {
    display: none;
  }
  .menu-right {
    flex: none;
    width: 100%;
    padding: 40px 20px;
  }
}

/* Heroセクション */
.hero {
  background-color: #eeeeee;
  position: relative;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 600px;
  overflow: hidden;
  z-index: 1; /* コンテンツが背景より前面に表示されるようにする */
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 0;
    height: 100svh;
    height: 100dvh;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 500px;
  }
}
body.admin-bar .hero {
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
}

.hero::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/mv-bg-pc1.webp'); /* 固定1枚 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  animation: zoomInEffect 20s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  .hero::before {
    background-image: url('../images/mv-bg-sp1.webp');
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    animation: zoomInEffectMobile 10s ease-in-out forwards;
    will-change: transform;
    z-index: -1;
  }
}

/* 背景画像のフェードアニメーション（PC） */
@keyframes zoomInEffect {
  0% {
    transform: scale(1); /* 初期状態 */
  }
  100% {
    transform: scale(1.2); /* 拡大してそのまま */
  }
}

/* 背景画像のフェードアニメーション（モバイル） */
@keyframes zoomInEffectMobile {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.4);
  }
}
/* TOP以外の背景画像 */
.hero.no-bg {
  position: relative;
  max-width: 100%;
  min-height: auto;
  overflow: inherit;
  background: #fdfdfd;
}
.hero.no-bg:before {
  background: none;
  content: none;
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .hero-inner {
    padding: 1rem 1rem 0;
  }
}

.hero-image img {
  max-width: 100%;
  height: auto;
}
.hero-news {
  background: #fbf7f799;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #3a2617;
  letter-spacing: 0.05rem;
}
.hero-news a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}
.hero-news a .news-icon {
  border: solid 1px #3a2617;
  padding: 0 1rem;
  font-size: 0.9rem;
  border-radius: 6px;
}
.fa-arrow-right {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .hero-news .news-date,
  .hero-news .news-text {
    display: block;
    width: 100%;
  }

  .hero-news a {
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
}

/* ----------concept-section---------- */
.concept-section {
  padding: 5% 0;
  position: relative;
}

.concept-section .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1800px;
  margin: 0 auto;
  gap: 40px;
  position: relative;
}

/* 左右の画像カラム共通 */
.scrolling-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3vw;
}

/* ランダムな高さと余白（左側） */
.scrolling-images.left img:nth-child(1) {
  /* height: 180px; */
  width: 17vw;
  margin-bottom: 40px;
  transform: translateX(50%);
}
.scrolling-images.left img:nth-child(2) {
  /* height: 180px; */
  margin-bottom: 60px;
  width: 20vw;
}
.scrolling-images.left img:nth-child(3) {
  width: 20vw;
  transform: translateX(-2vw);
}
.scrolling-images.left img:nth-child(4) {
  width: 18vw;
  transform: translate(5vw, 2vw);
}

/* ランダムな高さと余白（右側） */
.scrolling-images.right img:nth-child(1) {
  height: 250px;
  margin-bottom: 32px;
  transform: translateX(-20%);
}
.scrolling-images.right img:nth-child(2) {
  margin-bottom: 11%;
  width: 20vw;
  height: 100%;
}
.scrolling-images.right img:nth-child(3) {
  height: auto;
  width: 480px;
  transform: translateX(-4vw);
}

.scrolling-images.right img:nth-child(4) {
  height: auto;
  width: 17vw;
  transform: translate(-20%, 3vw);
}

/* 共通の画像スタイル */
.scrolling-images img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
  /* border-radius: 12px; */
  display: block;
  border-radius: 8px;
}

/* 中央テキスト（sticky） */
.sticky-text {
  flex: 1;
  position: sticky;
  top: 10rem;
  text-align: center;
  padding: 2rem;
  z-index: 1;
  line-height: 2;
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.05rem;
  color: #3a2617;
}

@media screen and (max-width: 768px) {
  .concept-section .container {
    width: 100%;
    max-width: 100%;
    min-height: 200svh;
    align-items: start;
    justify-items: center;
    padding-top: 120px;
    flex-direction: column;
  }
  .sticky-text {
    position: initial;
    padding: 100% 1.3em 0;
    font-size: 1.1em;
    z-index: auto;
  }
  .sticky-text h4 {
    font-size: 1.5rem;
    margin-bottom: 1em;
    text-align: left;
    word-break: keep-all;
    align-items: self-start;
  }
  .sticky-text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.4;
    color: #3a2617;
    letter-spacing: 0.08em;
    text-align: left;
  }
  /* 左右画像を上下に */
  .scrolling-images.left {
    position: relative;
    width: 100%;
  }
  .scrolling-images.right {
    padding: 2rem 0 0;
    overflow: hidden;
    width: 100%;
  }
  .scrolling-images img {
    max-width: 98vw;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1em;
  }
  .scrolling-images.left img:nth-child(1) {
    max-width: 400px;
    width: 51vw;
    position: absolute;
    transform: translate(0, -10%);
    top: 0;
    left: 0;
  }
  .scrolling-images.left img:nth-child(2) {
    width: 55vw;
    position: absolute;
    top: 45px;
    right: 0;
  }
  .scrolling-images.left img:nth-child(3) {
    display: none;
  }
  .scrolling-images.left img:nth-child(4) {
    display: none;
  }
  .scrolling-images.right img:nth-child(1) {
    height: 250px;
  }
  .scrolling-images.right img:nth-child(2) {
    width: 55vw;
    margin-bottom: 0;
    transform: translate(41%, -20%);
  }
  .scrolling-images.right img:nth-child(3) {
    height: auto;
    width: 80vw;
    margin-bottom: 120px;
  }
  .scrolling-images.right img:nth-child(4) {
    display: none;
  }
}

/* ----------about---------- */

.about-section {
  background-color: #fbf7f4;
  padding: 5% 0 0;
  background: url(../images/bg-komorebi.webp) no-repeat, #fbf7f4;
  background-size: 50%;
}
.section-heading {
  /* background-color: #f6f4ec; */
  position: relative;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h4.heading-en {
  position: absolute;
  font-size: 10vw;
  font-family: 'Georgia', serif;
  color: #3e2a1c;
  opacity: 0.2;
  margin: 0;
  line-height: 1;
  z-index: 0;
  letter-spacing: 1.05rem;
  pointer-events: none;
}

h4.heading-ja {
  position: relative;
  font-size: 1.4rem;
  color: #3e2a1c;
  font-weight: 500;
  margin: 0;
  z-index: 1;
  letter-spacing: 0.5rem;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  overflow-x: hidden;
  position: relative;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.carousel-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #3d291b;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 1000px;
  margin: 0 auto;
}
.carousel-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.slick-track {
  display: flex !important;
}

.slick-list {
  overflow: hidden;
}

.carousel-item img {
  width: 350px;
  height: 300px;
  border-radius: 6px;
  object-fit: cover;
}

.carousel-text {
  flex: 1;
  min-width: 300px;
}

.carousel-text .number {
  font-size: 3.5rem;
  color: #a58e55;
  font-family: 'Zen Old Mincho', serif;
  line-height: 2.5rem;
}

.carousel-text .carousel-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0;
  font-family: 'Zen Old Mincho', serif;
}

.carousel-text p {
  color: #3a2617;
  max-width: 460px;
  letter-spacing: 0.05rem;
  text-align: justify;
}
/* Slick矢印ボタン全体の見た目 */
.slick-prev,
.slick-next {
  background-color: transparent;
  border: 1px solid #5c4432;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  z-index: 10;

  /* 中央配置用 */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* それぞれ左右配置 */
.slick-prev {
  left: 2%;
}
.slick-prev::before {
  content: '\2039';
}

.slick-next {
  right: 2%;
}
.slick-next::before {
  content: '\203A';
}

.slick-prev::before,
.slick-next::before {
  font-size: 26px;
  font-weight: normal;
  color: #5c4432;
  opacity: 1;
  line-height: 1;
  padding: 0 0 0.4rem;
}

.cold-pressed-juice-bnr {
  /* background-color: #ccc; */ /* 仮画像としてグレー */
  width: 800px;
  height: 200px;
  text-align: center;
  margin: 3rem auto 0;
}

@media screen and (max-width: 768px) {
  .about-section {
    background-size: 120%;
  }
  .sliderArea {
    position: relative;
    padding: 0 5%;
  }
  h4.heading-en {
    font-size: 24vw;
    letter-spacing: 0.4rem;
  }

  h4.heading-ja {
    font-size: 1.5rem;
  }

  .section-heading {
    height: 220px;
  }
  .full-screen.slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 32px; /* バーを下に離す */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
  }
  .full-screen.slider::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Edge */
  }
  .slider-progress-bar {
    position: relative;
    width: 100%;
    bottom: 10px;
    height: 3px;
    background: #d5cec9;
    border-radius: 3px;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
  }
  .slider-progress-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background: #9b8a7e;
    z-index: 3;
    pointer-events: none;
    width: 0;
    transition: left 0.2s, width 0.2s;
  }
  .full-screen.slider .carousel-item {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    text-align: left;
    scroll-snap-align: center;
    max-width: 360px;
    width: 100%;
    min-width: 260px;
    box-sizing: border-box;
    margin: 0;
    background: #fdfdfd;
    border-radius: 6px;
  }
  .slick-track {
    display: flex !important;
    justify-content: center !important;
  }
  .slick-slide {
    display: flex !important;
    justify-content: center !important;
    box-sizing: border-box;
  }

  .carousel-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 6px 6px 0 0;
  }

  .carousel-text {
    max-width: 100%;
    padding: 1rem;
  }
  /* Slickの矢印・ドットを非表示に */
  .slick-arrow,
  .slick-dots {
    display: none !important;
  }
  .cold-pressed-juice-bnr {
    width: 86%;
    height: auto;
    margin: 0 auto;
    padding: 3rem 0;
  }
}

/* ----------instructor---------- */
.about-instructor {
  padding: 5% 0;
  background: #fbf7f4;
}
.about-instructor h4 {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  /* line-height: 2rem; */
}
.about-instructor h4 span {
  font-size: 0.9rem;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-family: 'Georgia', serif;
  padding-left: 1rem;
  letter-spacing: 0.1rem;
}
.instructor-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.6rem;
  max-width: 1200px;
  margin: 0 auto;
  background: #fdfdfd;
  padding: 4rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 912px) {
  .instructor-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .instructor-container {
    padding: 3rem 1rem;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
    border-radius: 0;
    box-shadow: none;
  }
  .instructor-container li {
    width: 100%; /* 100% 幅にして余白なし */
    box-sizing: border-box;
    font-size: 1.1rem;
  }
  .instructor-caption dl {
    flex-wrap: wrap;
  }
  .instructor-caption dl dt {
    width: 100%;
  }
  .about-instructor {
    padding: 5% 0 0;
  }
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #a58e55;
  font-family: 'Zen Old Mincho', serif;
  margin: 0 auto;
}

.zoom-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 19px;
  height: 28px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  pointer-events: none;
  color: #3a2617;
}

.img-wrapper:hover .zoom-icon {
  opacity: 1;
}

/* モーダル全体 */
.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: #3a261736;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

/* 表示時 */
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
/* モーダルの中身にふわっとアニメーション */
.modal .modal-inner {
  transform: translateY(30px) scale(0.98);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

/* is-open時にふわっと表示 */
.modal.is-open .modal-inner {
  transform: translateY(0) scale(1);
  opacity: 1;
}
/* モーダルの内側ラッパー */
.modal-inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

/* 背景クリック領域 */
.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* コンテンツ本体 */
.modal-content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.modal-content .img-placeholder {
  width: 240px;
  height: 240px;
}
.modal-content .modal-instructor-name li:first-child {
  font-size: 2rem;
}
.modal-content .modal-instructor-name li:nth-child(2) {
  font-size: 0.9rem;
  position: relative;
  top: -0.52rem;
  padding-left: 1.5rem;
}
.modal-content .modal-instructor-name li:nth-child(2)::before {
  position: absolute;
  content: '/　';
  /* margin-right: 1rem; */
  /* display: block; */
  left: -0.4rem;
  /* font-size: 1.2rem; */
}
.modal-content span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  /* margin-bottom: 1rem; */
  font-family: 'Zen Old Mincho', serif;
}

.modal-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: flex-end;
  font-family: 'Zen Old Mincho', serif;
  padding: 1rem 0 0;
}
.modal-inner .modal-instructor-p-ttl {
  font-size: 0.9rem;
  font-family: 'Zen Old Mincho', serif;
  text-align: left;
  margin-top: 1rem;
  border-bottom: 1px solid #a58e55; /* ゴールド系下線 */
  padding-bottom: 0.5rem; /* 文字と線の間 */
  margin-bottom: 1rem; /* 線と次の要素の間 */
}
.modal-content p {
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: left;
  max-height: 300px;
  overflow-y: auto;
  margin: 0 auto 2rem;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.1rem;
}
.modal-detail {
  max-width: 50%;
}

/* 閉じるボタン */
.modal-inner .close {
  padding: 8px 16px;
  background: #3a2617;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  font-size: 0.9rem;
  max-width: 8rem;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1rem;
  font-family: 'Zen Old Mincho';
}
.modal-inner .close:hover {
  background: #3a2617;
}
.instructor-caption dl,
.modal-content dl {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.modal-content dl {
  flex-wrap: wrap;
  justify-content: center;
}
.instructor-caption dl dt,
.modal-content dl dt {
  font-family: 'Zen Old Mincho', serif;
  margin-right: 0.5rem;
  font-size: 1rem;
  width: 100%;
}
.instructor-caption dl dd,
.modal-content dl dd {
  font-size: 0.9rem;
  padding: 0.3em 0.8rem 0.5em;
  background: #6b5a4f;
  border-radius: 25px;
  color: #fff;
  line-height: 0.9em;
  font-family: 'Zen Old Mincho', serif;
}
.instructor-position {
  font-family: 'Zen Old Mincho', serif;
  grid-column: 1 / -1;
  font-size: 1.4rem;
  background: #fbf7f4;
  color: #3a2617;
  padding: 0 0.5rem;
  flex-basis: 100%;
}
.instructor-position span {
  font-size: 0.9rem;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  padding-left: 1rem;
  letter-spacing: 0.1rem;
}
.instructor-name {
  font-size: 1.7rem;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  display: block;
}
.img-placeholder {
  /* 作成時だけのクラス */
  width: 100%;
  /* height: 230px; */
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #666;
  position: relative;
}
.img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* はみ出し部分を切り取る */
  display: block;
  transition: all 0.3s ease;
}
.img-placeholder img:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 768px) {
  .modal-inner {
    width: 92%;
    padding: 2rem;
  }
  .instructor-name {
    font-size: 1.3rem;
    display: block;
  }
  .modal-content {
    flex-direction: column;
    gap: 0;
  }
  .modal-detail {
    max-width: 90%;
  }
}
/* ----------画像１カラムエリア---------- */
.image-area {
  height: 66vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  align-content: center;
}
.image-area picture,
.image-area img {
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: zoomInEffect 20s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .image-area {
    height: auto;
  }
}

/* ----------price---------- */
.about-price {
  padding: 5% 0;
  /* background-color: #fffefe; */
}
.price-bnr {
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.price-bnr li {
  width: 440px;
  height: auto;
  background-color: #ccc;
  transition: transform 0.3s ease;
}
.price-bnr li:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  .price-bnr {
    width: 90%;
    flex-direction: column;
  }
  .price-bnr li {
    width: 90%;
    height: auto;
  }
}
.price-table {
  width: 100%;
  max-width: 1200px;
  border-collapse: collapse;
  margin: 0 auto;
}

.price-table thead th {
  background-color: #fbfbfb;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #d8d3d1;
  font-family: 'Zen Old Mincho', serif;
}

.price-table tbody td {
  text-align: center;
  padding: 12px;
  border: 1px solid #d8d3d1;
  background-color: #fff;
  letter-spacing: 0.05rem;
  font-size: 1.05rem;
}
.personal-table tbody td:nth-child(2) {
  width: 30%;
}

.price-table tbody td:first-child {
  background-color: #fbfbfb;
  font-weight: bold;
  text-align: center;
  padding-left: 16px;
  font-family: 'Zen Old Mincho', serif;
  width: 40%;
  letter-spacing: 0.1rem;
}
.price-note {
  max-width: 1200px; /* 全体を中央に配置するための最大幅 */
  margin: 0 auto; /* センター揃え */
  padding: 1rem 0 0;
  text-align: left; /* 文字は左揃え */
  font-size: 0.9rem;
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
}

/* リストの整形 */
.price-note ul {
  list-style: disc inside;
  padding-left: 1em;
  /* margin-bottom: 1em; */
}
.price-note ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8rem;
  /* margin-bottom: 0.6em; */
}

.price-note ul li::before {
  content: '■';
  position: absolute;
  left: 0;
  color: #d8d3d1;
  line-height: 1;
  top: 0.8em;
  font-size: 0.7em;
}

/* 価格の注釈 */
.price-small-note {
  font-size: 0.8rem;
  max-width: 1200px;
  text-align: right;
  padding-right: 1rem;
}
.price-ttl {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2rem;
  color: #3a2617;
  width: 100%;
  max-width: 1200px;
  margin: 4rem auto 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: flex;
  align-content: center;
  align-items: center;
}
.price-caption {
  font-size: 0.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .price-ttl,
  .price-table {
    padding: 0 4%;
    max-width: 92%;
  }
  .price-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-caption {
    padding-left: 0;
  }
  .price-note {
    flex-direction: column-reverse;
    max-width: 92%;
  }
  .price-note ul {
    padding-left: 0;
  }
  .price-small-note {
    margin-bottom: 1rem;
    padding-right: 0;
  }
  .price-table tbody td.price-private-session:first-child {
    width: 64%;
  }
}

/* ----------faq---------- */
.about-faq {
  padding: 5% 0;
  background: #fbf7f4;
}
.faq-section {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 48px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 12px;
  background-color: #fdfdfd;
  overflow: hidden;
}

.accordion-button {
  width: 100%;
  text-align: left;
  padding: 24px;
  font-size: 0.9rem;
  font-weight: normal;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3a2617;
  letter-spacing: 0.05rem;
}
.accordion-button .q-font,
.accordion-content .a-font {
  font-family: Georgia, 'Times New Roman', Times, serif;
  display: contents;
  font-size: 1.1rem;
  /* margin-right: 1rem; */
  letter-spacing: 0.2em;
}
.accordion-button .a-font {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.accordion-button .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-content {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, padding 0.5s ease;
  font-size: 15px;
  line-height: 1.6;
}

.accordion-item.open .accordion-content {
  padding: 0 24px 24px;
  max-height: 500px; /* 適度な高さ */
}

.accordion-item.open .accordion-button .icon {
  content: '－';
}

@media (max-width: 768px) {
  .faq-section {
    max-width: 96%;
    padding: 4%;
  }
  .accordion-button {
    font-size: 15px;
  }
  .accordion-content {
    font-size: 14px;
  }
  .about-faq {
    padding: 5% 0 22%;
  }
}

/* ----------instagram---------- */
.instagram-section {
  padding: 5% 0;
  text-align: center;
}

.instagram-title {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-family: 'Yu Mincho', serif;
  letter-spacing: 0.1em;
}

.instagram-link {
  margin-top: 25px;
}

.instagram-link a {
  display: inline-block;
  padding: 12px 28px;
  color: #3a2617;
  border: 1px solid #3a2617;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.instagram-link a:hover {
  background-color: #3a2617;
  color: #fff;
}

#sb_instagram #sbi_images {
  max-width: 1000px;
  margin: 0 auto;
}

.sbi_photo img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: none;
}

.sbi_photo img {
  transition: transform 0.2s ease;
}
.sbi_photo img:hover {
  transform: scale(1.03);
}

/* SP（768px以下）は2カラム */
@media screen and (max-width: 768px) {
  .instagram-section {
    padding: 22% 0 22%;
  }
  #sb_instagram #sbi_images {
    max-width: 92vw;
    margin: 0 auto;
  }
}

/* ----------access---------- */
section.access {
  padding: 5% 0;
  /* max-width: 1100px; */
  margin: 0 auto;
  background: #fbf7f4;
}

section.access h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.access-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.access-map {
  flex: 1 1 50%;
  text-align: center;
}

.access-map img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #3a2a1f;
  color: #fff;
  text-decoration: none;
  /* border-radius: 999px; */
  font-size: 0.95rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.map-button:hover {
  background-color: #fdfdfd;
  color: #3a2a1f;
  border: solid 1px #3a2a1f;
}

.access-info {
  flex: 1 1 40%;
  font-size: 0.95rem;
}

.access-info p {
  margin-bottom: 1.2rem;
}
.access-info strong {
  letter-spacing: 0.1rem;
}

.access-info a,
.access-note a {
  color: #3a2a1f;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .access-content {
    flex-direction: column;
    max-width: 92%;
  }

  .access-map,
  .access-info {
    flex: 1 1 100%;
  }

  .access-info {
    font-size: 1rem;
  }
  section.access {
    padding: 22% 0;
  }
}
.access-note {
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .access-note {
    text-align: left;
    font-size: 0.9rem;
    max-width: 92%;
    margin: 0 auto;
  }
}
/* ----------sns-links---------- */
.sns-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 5% 1rem;
  background-color: #d5cec9;
}

.sns-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 1rem 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  flex: 1 1 300px;
  max-width: 400px;
}

.sns-box:hover {
  transform: scale(1.03);
}

.sns-box a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.sns-box i {
  font-size: 2.8rem;
  margin-right: 1rem;
}

.sns-text {
  display: flex;
  flex-direction: column;
}

.sns-title {
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  font-family: 'Zen Old Mincho', serif;
}

.sns-sub {
  font-size: 0.9rem;
  color: #513f32;
}

/* カラー調整 */
.instagram i {
  color: #e1306c;
}

.line i {
  color: #00b900;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .sns-links {
    flex-direction: column;
    align-items: center;
  }

  .sns-box {
    width: 100%;
    max-width: 90%;
    flex: 1;
  }
}
/* ----------footer---------- */
.site-footer {
  background-color: #fff;
  font-size: 0.95rem;
  color: #333;
  border-top: 1px solid #eee;
  /* font-family: 'Zen Old Mincho', serif; */
}

.site-footer {
  background-color: #3a2515;
  font-size: 0.95rem;
  color: #3a2515;
  border-top: 1px solid #eee;
  color: #fff;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  /* color: #fff; */
}

.footer-left,
.footer-right {
  flex: 1 1 300px;
}
.footer-left {
  text-align: left;
}
.footer-logo {
  width: 160px;
  margin-bottom: 1rem;
}

.footer-left address {
  font-style: normal;
  line-height: 1.8;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.05rem;
}
.footer-left a {
  color: #fff;
  letter-spacing: 0.1rem;
}
.footer-left .google-map {
  border-bottom: 1px solid #fff;
}

/* ▼電話番号の切り替え制御 */
.tel-link {
  display: none;
}
.tel-text {
  display: inline;
}

/* ▼ナビゲーション */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  justify-content: flex-end;
  font-size: 0.9rem;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
}
.footer-nav li a {
  color: #fff;
  font-weight: 500;
}
.footer-nav li a::before {
  content: '–';
  margin-right: 0.5em;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
}

/* ▼SNSアイコン */
.footer-sns {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.footer-sns i {
  font-size: 1.5rem;
}
.footer-sns i.fa-instagram {
  font-size: 1.6rem;
}

/* ▼著作権 */
.footer-bottom {
  background-color: #3a2515;
  text-align: center;
  padding: 16px;
  color: #fdfdfd;
  font-size: 0.85rem;
  border-top: 1px solid #504842;
  line-height: 1.1rem;
  letter-spacing: 0.1rem;
}

/* ▼スマホ対応（768px以下） */
@media screen and (max-width: 768px) {
  .footer-inner {
    max-width: 100%;
    flex-direction: column;
    gap: 32px;
    text-align: left;
    align-items: stretch;
  }
  .footer-left,
  .footer-right {
    flex: 1;
  }

  /* スマホではtelリンクを表示し、テキスト版を非表示に */
  .tel-link {
    display: inline;
  }
  .tel-text {
    display: none;
  }

  .footer-nav {
    flex-direction: column;
    gap: 0.5em;
  }

  .sns-links {
    justify-content: flex-start;
    /* margin-top: 1em; */
    padding: 22% 0;
  }
  .footer-left a {
    text-decoration: none;
    font-family: 'Zen Old Mincho', serif;
  }
}

/* 追従バナー */
/* PC：右からスライド表示 */
.pc-fixed-banners {
  position: fixed;
  top: 80%; /* ← 中央より少し下 */
  right: 0;
  transform: translateX(100%) translateY(-50%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.pc-fixed-banners.show {
  transform: translateX(0%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .pc-fixed-banners {
    display: none;
  }
}

/* SP：下部固定・2カラム */
.sp-fixed-banners {
  display: none;
}

/* 共通バナー見た目 */
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 12px;
  background: #a58e55;
  color: #fff;
  text-decoration: none;
  border-radius: 6px 0 0 6px;
  font-size: 0.95rem;
  flex: 1;
  font-family: 'Zen Old Mincho', serif;
}
.banner:hover {
  background: #8f7945;
}

/* SP表示切り替え＆デザイン */
@media screen and (max-width: 768px) {
  .pc-fixed-banners {
    display: none;
  }

  .sp-fixed-banners {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    gap: 2px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .banner {
    border-radius: 6px 6px 0 0;
  }

  .sp-fixed-banners.show {
    opacity: 1;
    pointer-events: auto;
    background: none;
  }
}

/* ハンバーガー位置調整（お問い合わせの横・上下中央揃え） */
.site-header {
  position: relative;
}

.hamburger {
  position: fixed !important;
  top: 89px;
  transform: translateY(-50%);
  right: 40px;
  z-index: 10001 !important;
  background-color: #3a2617;
  /* border: 1px solid #fdfdfd; */
  padding: 0.5em 0.5em; /* 内側の余白 */
  width: 38px;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .hamburger {
    position: fixed !important;
    z-index: 10001 !important;
    display: flex !important;
    opacity: 1 !important;
    top: 1.2rem !important;
    right: 1.2rem !important;
    transform: none !important;
  }
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.4s ease;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* 全体がくるっと回転 */
.hamburger.open {
  transform: rotate(180deg); /* ← 回転アニメーション */
}

/* × の形に変形 */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューオーバーレイ右側 */
.menu-right {
  background-color: #6b5a4f;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
  padding: 100px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

/* 中身の左右中央揃え */
.menu-nav ul,
.menu-buttons,
.sns-icons {
  align-self: center;
}

/* 電話番号部分 */
.menu-tel {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-family: 'Zen Old Mincho', serif;
  color: #fff;
  letter-spacing: 0.08rem;
}
.menu-tel .tel-number {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 0.5rem;
  /* font-family: 'Zen Old Mincho', serif; */
  color: #fff;
}

/* スマホのみタップ可能 */
@media screen and (max-width: 768px) {
  .menu-tel .tel-number {
    pointer-events: auto;
  }
}

/* Google map部分 */
.menu-google-map {
  border-radius: 25px;
  color: #fff;
  padding: 0.2rem 1rem;
  border: solid 1px #fff;
  margin: 0 auto 1.5rem;
  max-width: 10rem;
}

/* ----------single.phpやお知らせ用のCSS----------- */
.news-container {
  display: flex;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  flex-wrap: wrap;
}

.news-container .news-main-content {
  flex: 4;
  min-width: 60%;
}

.news-container .sidebar {
  flex: 1;
  min-width: 20%;
}

.news-container article {
  margin-bottom: 2rem;
}

.news-container article h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  width: auto;
  text-align: left;
}

.news-container article h2 {
  display: block;
  width: 100%;
  margin: 2rem 0 0;
}

.news-container article h3 {
  margin-block-start: 0;
  font-size: 1rem;
  color: #3a2617;
  font-family: 'Noto Sans JP';
  padding-bottom: 1rem;
}

.news-container article time {
  display: block;
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: left;
}

.news-container article .content {
  line-height: 1.8;
}
.news-container article .wrap-table {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.news-container article .content p {
  text-align: left;
}

.news-container .sidebar h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  border-left: 4px solid #555;
  padding-left: 0.5rem;
  color: #3a2617;
  font-family: 'Noto Sans JP';
}

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

.news-container .news-list li {
  margin-bottom: 1rem;
}

.news-container .news-list .date {
  display: block;
  font-size: 0.8rem;
  color: #999;
}

@media (max-width: 768px) {
  .news-container {
    flex-direction: column;
  }

  .news-main-content,
  .news-container .sidebar {
    min-width: 100%;
  }
}
/* ----------page-custom.php固定ページ用のCSS----------- */
.page-custom-main-content {
  width: 100%;
}
.page-custom-main-content article {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem;
  color: #3a2617;
}
.page-custom-main-content article h1,
.page-custom-main-content article h2,
.page-custom-main-content article h3 {
  color: #3a2617;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.page-custom-main-content article a {
  color: #3a2617;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-custom-main-content article {
    padding: 2rem;
  }
}

/* ----------contact.php固定ページ用のCSS----------- */

/* 名前・メールアドレスの入力欄を太く */
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 textarea {
  border: 1px solid #aaa;
  padding: 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.wpcf7-checkbox {
  margin: 0 auto;
  padding-bottom: 20px;
  display: block;
}

.wpcf7 form {
  margin: 0 auto;
  padding: 0 15%;
}
.wpcf7 form p,
.wpcf7 form p label {
  width: 100%;
}
.wpcf7 sup {
  color: #cf2e2e;
  font-size: 0.7rem;
}

/* 送信ボタンを目立たせる */
.wpcf7 input[type='submit'] {
  background: #3a2617;
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 40%;
}
@media (max-width: 768px) {
  .wpcf7 form {
    margin: 0 auto;
    padding: 0;
  }
}

/* エラーメッセージを赤く */
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #e63946;
  font-weight: bold;
  font-size: 0.9em;
}
/* ----------パンくず全体のデザイン用のCSS----------- */
.breadcrumb {
  font-size: 14px;
  padding: 8px 16px;
  max-width: 1200px;
  margin: 1rem auto 0;
  text-align: left;
}
.breadcrumb > span {
  position: relative;
}
.breadcrumb > span:after {
  content: '';
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #5c4432;
  bottom: -0.5rem;
  left: 0;
}

/* パンくず内の各リンク */
.breadcrumb a {
  color: #3a2617;
  text-decoration: none;
  margin-right: 6px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* 区切り記号のデザイン */
.breadcrumb span {
  margin: 0 4px;
  color: #888;
  position: relative;
}
