@charset "UTF-8";
/*
Theme Name: ipset
Theme URI: https://ipset.jp/
Description: decollteÃ§â€Â¨Ã£â€šÂªÃ£Æ’ÂªÃ£â€šÂ¸Ã£Æ’Å Ã£Æ’Â«Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’Å¾
Author: habamoto
Version: 1.0
*/

/* Ã¥Å¸ÂºÃ¦Å“Â¬Ã£Æ’ÂªÃ£â€šÂ»Ã£Æ’Æ’Ã£Æ’Ë† */
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: fit-content;
  }
}
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;
  margin: 0;
  writing-mode: lr;
}
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;
    line-height: 1.6;
  }
}
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;
}
.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: #fff;
  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;
}

.menu-left {
  flex: 1;
  background-image: url('../images/gym-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;
  line-height: normal;
  font-weight: lighter;
  font-family: 'slick';
}
@media (max-width: 768px) {
  .menu-close {
    top: 0.1rem;
    right: 1.04rem;
  }
}
.menu-nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  max-width: 26rem;
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  flex-wrap: wrap;
}

.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: 0.8em;
  display: inline-block;
}
.menu-nav ul li:first-child,
.menu-nav ul li:nth-child(2) {
  border: none;
  margin: 0 0 0.9rem;
}
.menu-nav ul li:first-child a,
.menu-nav ul li:nth-child(2) a {
  padding: 0;
}
.menu-nav ul li:nth-child(2) {
  margin-bottom: 0;
}
.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;
  margin-bottom: 4rem;
}

.other-bnr {
  max-width: 400px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .other-bnr {
    max-width: 300px;
    font-size: 0.8rem;
  }
}

.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: #fff;
}
.circle-icon.phone {
  background: #333;
}

@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(100svh - 32px);
}

.hero::before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/gym-mv-bg-pc1.webp');
  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/gym-mv-bg-sp1.png');
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    animation: zoomInEffectMobile 6s ease-in-out forwards;
    will-change: transform;
    z-index: -1;
  }
}

/* Ã¨Æ’Å’Ã¦â„¢Â¯Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã£Æ’â€¢Ã£â€šÂ§Ã£Æ’Â¼Ã£Æ’â€°Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã¯Â¼Ë†PCÃ¯Â¼â€° */
@keyframes zoomInEffect {
  0% {
    transform: scale(1.1); /* Ã¥Ë†ÂÃ¦Å“Å¸Ã§Å Â¶Ã¦â€¦â€¹ */
  }
  100% {
    transform: scale(1); /* Ã¦â€¹Â¡Ã¥Â¤Â§Ã£Ââ€”Ã£ÂÂ¦Ã£ÂÂÃ£ÂÂ®Ã£ÂÂ¾Ã£ÂÂ¾ */
  }
}

/* Ã¨Æ’Å’Ã¦â„¢Â¯Ã§â€Â»Ã¥Æ’ÂÃ£ÂÂ®Ã£Æ’â€¢Ã£â€šÂ§Ã£Æ’Â¼Ã£Æ’â€°Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³Ã¯Â¼Ë†Ã£Æ’Â¢Ã£Æ’ÂÃ£â€šÂ¤Ã£Æ’Â«Ã¯Â¼â€° */
@keyframes zoomInEffectMobile {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* 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;
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  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: #231815;
  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: 50px;
}
.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;
    font-size: 0.88rem;
    line-height: 1.4;
    margin-top: 0.6rem;
  }
  .hero-news a .news-icon {
    padding: 0.1rem 2rem;
    margin-top: 0.4rem;
  }
}
.hero-banner {
  display: flex;
  justify-self: start;
  padding-top: 1rem;
}
.hero-banner img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 100dvh;
    min-height: 500px;
  }

  body.admin-bar .hero {
    height: calc(100dvh - 32px);
  }

  .hero::before {
    background-image: url('../images/gym-mv-bg-sp1.png');
    inset: 0;
    animation: none;
    transform: scale(1.05);
    z-index: -1;
  }
}

/* ----------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: 220px;
  margin-bottom: 32px;
  transform: translateX(-18%);
}
.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;
  }
}

/* ----------programs-section---------- */

.programs-section {
  padding: 5% 0 0;
  background: url(../images/gym-komorebi.png) no-repeat, #f5f5f5;
  background-size: 60%;
  background-position: top right;
}
@media screen and (max-width: 768px) {
  .programs-section {
    background-size: 60%;
  }
}
.programs-section-intro {
  text-align: center;
  margin: 0 auto 4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
}
.section-heading {
  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: #605b56;
  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;
}
.programs-container {
  display: flex;
  gap: 4rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
}

.programs-item {
  display: flex;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .programs-item {
    flex-direction: column;
  }
}
/* ç”»åƒ */
.programs-item img {
  width: 100%;
  max-width: 560px;
  height: 100%;
  display: block;
}

.programs-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  padding: 2rem 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .programs-text {
    padding: 2rem;
  }
}

/* ã‚¿ã‚¤ãƒˆãƒ« */
.programs-ttl {
  font-weight: 600;
  font-size: 1.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.8rem;
}
.programs-sub-ttl {
  font-weight: 800;
  font-size: 0.8rem;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.1rem;
  display: block;
}

.programs-item a {
  color: #3a2617;
  font-size: 0.8rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.programs-item a::before {
  content: ' → ';
}

.programs-item dl {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .programs-item dl {
    gap: 0.2rem 1rem;
  }
}

.programs-item dl dt {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  .programs-item dl dt {
    width: 100%;
  }
}
.programs-item dl dd {
  font-family: 'Zen Old Mincho', serif;
  background-color: #fff;
  padding: 0.4rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* SPï¼ˆç¸¦ä¸¦ã³ï¼‰ */
@media screen and (max-width: 767px) {
  .programs-container {
    flex-direction: column;
    gap: 32px;
  }
}
/* å…¨ä½“ */
.point-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}

/* è¦‹å‡ºã— */
.point-container h5 {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 0.8rem;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.1rem;
}

.point-container strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 48px;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.8rem;
}

/* ãƒªã‚¹ãƒˆ */
.point-container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .point-container ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* å„ãƒã‚¤ãƒ³ãƒˆ */
.point-container li {
  position: relative;
  padding: 40px 32px 32px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ç•ªå·ï¼ˆä¸¸ï¼‰ */
.point-container .point-number:first-child {
  position: absolute;
  top: -24px;
  width: 96px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .point-container .point-number:first-child {
    top: -1rem;
    width: 5rem;
    justify-content: flex-start;
  }
}

/* ã‚¢ã‚¤ã‚³ãƒ³ */
.point-container li > img {
  width: auto;
  height: 84px;
  object-fit: contain;
  margin: 24px 0 16px;
}

/* ã‚¿ã‚¤ãƒˆãƒ« */
.point-ttl {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  padding: 1rem 0;
  font-family: 'Zen Old Mincho', serif;
}

/* èª¬æ˜Žæ–‡ */
.point-detail,
.point-container li .point-number:not(:first-child) {
  font-size: 0.85rem;
  line-height: 1.7;
  text-align: left;
}

/*====================================================================
.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: 300px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

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

.carousel-text .number {
  font-size: 3.5rem;
  color: #605b56;
  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: 23vw;
    letter-spacing: 0.8px;
  }

  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: #fdfdfd;
}
.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(2, 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: #605b56;
  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%;
  }
}

/* ã‚»ã‚¯ã‚·ãƒ§ãƒ³å…¨ä½“ */
.about-instructor {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* è¦‹å‡ºã— */
.about-instructor h4 {
  font-size: 1.6rem;
  margin-bottom: 48px;
  line-height: 1.2;
}

.about-instructor h4 span {
  /* display: block; */
  /* font-size: 0.8rem; */
  /* letter-spacing: 0.1em; */
  /* margin-top: 8px; */
  /* color: #777; */
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 0.8rem;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.1rem;
}

/* 2ã‚«ãƒ©ãƒ  */
.trainer-container {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 64px;
  align-items: start;
}

/* ç”»åƒ */
.trainer-item img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

/* ã‚­ãƒ£ãƒ—ã‚·ãƒ§ãƒ³ */
.trainer-caption {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/*
.trainer-caption li:first-child {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #777;
}*/

/* åå‰ */
.trainer-name {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.8rem;
}
.trainer-name span {
  font-weight: 800;
  font-size: 0.8rem;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.1rem;
}

/* è©³ç´° */
.trainer-detail span {
  letter-spacing: 0.05em;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: 0.8rem;
}

.trainer-detail p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #3a2617;
  margin: 0;
}

/* SP */
@media screen and (max-width: 767px) {
  .about-instructor {
    padding: 60px 16px;
  }

  .trainer-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .trainer-name {
    font-size: 1.4rem;
  }
}

/* ----------Ã§â€Â»Ã¥Æ’ÂÃ¯Â¼â€˜Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â Ã£â€šÂ¨Ã£Æ’ÂªÃ£â€šÂ¢---------- */
.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;
}
@media screen and (max-width: 768px) {
  .price-table tbody td {
    font-size: 1rem;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .price-table tbody td:first-child {
    width: 33%;
  }
  .price-table tbody td:first-child strong {
    font-size: 0.9rem;
  }
}
.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: flex-end;
}

/* Ã£Æ’ÂªÃ£â€šÂ¹Ã£Æ’Ë†Ã£ÂÂ®Ã¦â€¢Â´Ã¥Â½Â¢ */
.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: #fdfdfd;
}
.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 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.5s ease;
  font-size: 15px;
  line-height: 1.6;
}

.accordion-item.open .accordion-content {
  padding-bottom: 24px;
  opacity: 1;
  max-height: 500px;
}

.accordion-item.open .accordion-button .icon {
  content: 'Ã¯Â¼Â';
}

.accordion-content a {
  color: #3a2515;
}

@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: #f5f5f5;
}

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: #605b56;
  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: row;
    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;
  }
}
/* =========================
   Information Section
========================= */

.info {
  padding: 80px 0;
  background-color: #fafafa;
}
.information-content {
  display: flex;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================
   Map Area
========================= */

.information-map {
  flex: 1;
  text-align: center;
  display: block;
}

.information-map img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.map-button {
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.map-button:hover {
  background-color: #3a2617;
  color: #fff;
}

/* =========================
   Info Area
========================= */

.information-info {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
}
ul.info-logo {
  display: flex;
  gap: 1rem;
  align-content: center;
  align-items: center;
  /* margin: 0; */
  /* margin: 0!important; */
  padding-left: 0 !important;
}

.information-info picture {
  display: block;
  /* margin-bottom: 24px; */
  flex: 1 1 0;
}

.information-info picture img {
  width: 160px;
}

.studio-name {
  font-size: 16px;
  margin-bottom: 4px;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2rem;
}

.studio-address {
  margin-bottom: 24px;
  /* color: #666; */
  font-family: 'Shippori Mincho', serif;
}

/* =========================
   Headings
========================= */

.info-heading {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.1rem;
}

.info-subheading {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.info-subheading i {
  margin-right: 0.4rem;
  font-size: 1.1rem;
}

/* =========================
   Lists
========================= */

.information-info ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
}

.information-info li {
  margin-bottom: 6px;
}

.information-info small {
  font-size: 12px;
  color: #777;
  line-height: 1.6;
}

/* =========================
   Notes
========================= */

.info-note {
  margin-top: 8px;
  padding-left: 1.2em;
}

/* =========================
   Contact Section
========================= */

.contact-list {
  margin-top: 16px;
}

.contact-list li {
  margin-bottom: 16px;
}

.contact-list strong {
  font-weight: 600;
}
.contact-list li a {
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 8px;
  justify-content: center;
  max-width: 20rem;
}
.contact-list li.line a {
  background-color: #00b900;
}

.contact-list li.line a i {
  color: #fff;
  font-size: 2rem;
}

.contact-list li.fitpay a {
  background-color: #14a9ab;
}

.contact-list li.fitpay a img {
  max-width: 2rem;
}
.contact-list li.tel a {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.4rem;
  color: #3a2617;
  display: inline-block;
  padding: 0;
}

/* =========================
   Buttons (Sub CTA)
========================= */

.info-buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-sub {
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 6px;
  background-color: #eee;
  color: #3a2617;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-sub:hover {
  background-color: #ddd;
}

.btn-text {
  font-size: 13px;
  color: #3a2617;
  text-decoration: underline;
}

/* ----------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);
}

/* Ã£â€šÂ«Ã£Æ’Â©Ã£Æ’Â¼Ã¨ÂªÂ¿Ã¦â€¢Â´ */
.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: #231815;
  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-inner::before {
  content: none;
}

.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: #231815;
  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) {
  .site-footer {
    padding-bottom: 3rem;
  }
  .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: #3a2617;
}

/* 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: 90px;
  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: 1px;
  background: #fff;
  transition: all 0.4s ease;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu-right {
  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;
}

.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;
}
