@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin: 0;
}
.hero-shop, .hero-title, .about-title, .plan-title, .hero-shop-info-title, .contact-title, .qa-title,.footer__copyright {
  font-family: "Yu Mincho", "游明朝", serif;
}
.kashiwa-shichigosan {
  background-color: #ffffff;
}
.kashiwa-shichigosan {
  width: 100%;
  padding: 0;
}
.title,.reason{
  overflow: hidden; 
}
.container {
  padding-top: 16px;
}
@media screen and (min-width: 1025px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  main.kashiwa-shichigosan {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .plan-area,.hero-shop-info,.contact-area,section.qa-area {
    width: 100%;
  }
  .plan-inner,.hero-shop-info-inner,.contact-inner,.accordion-list {
    max-width: 1080px;
    margin: 0 auto;
  }
}
/* =========================
   七五三 柏 TOP 
========================= */
.hero-area {
  position: relative;
  width: 100%;
  padding: 16px 0;            
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
}
.hero-image {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  z-index: 2;
}
.hero-image__photo {
  width: 100%;
  height: auto;
  display: block;
}
.hero-swiper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.hero-swiper:not(.swiper-initialized) {
  visibility: hidden;
}
.hero-swiper.swiper-initialized {
  visibility: visible;
}
.hero-swiper .swiper-slide {
  width: 100%;
}
.hero-swiper .hero-image__photo {
  width: 100%;
  height: auto;
  display: block;
}
.hero-circle__img,
.hero-circle2__img {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-circle__img {
  top: 548px;
  transform: translateX(calc(-50% + 112px));
  width: 189px;
  height: 189.13px;
  z-index: 3;
}
.hero-circle2__img {
  top: 436px;
  transform: translateX(calc(-50% - 168px));
  width: 134px;
  height: 132.87px;
  z-index: 0;
}
.hero-image .hero-circle__img img,
.hero-image .hero-circle2__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hero-text {
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.hero-shop {
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  color: #000;
}
.hero-title {
  font-size: 55px;
  margin: 12px 0 8px;
  line-height: 1.2;
  color: #000;
}
.hero-photo {
  font-family: "Allison", cursive;
  font-size: 55px;
  line-height: 1.2;
  margin-top: -8px;
  margin-bottom: 0;
  color: #000;
}
.about-area {
  margin-top: 40px;
  background-color: #fff;
  padding: 40px 8px 80px;
}
.about-inner {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.about-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #123a63;
  line-height: 1.2;
  margin-bottom: 12px;
}
.about-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  position: relative;
}
.about-sub::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #123a63;
  margin: 8px auto 0;
}
.about-body {
  margin-top: 32px;
}
.about-body p {
  font-size: 16px;
  line-height: 1.83;
  text-align: left;
}
.about-highlight {
  font-weight: 700;
  color: #AD1457;
  background: linear-gradient(transparent 70%, #F8BBD0 70%);
}
.hero-image--pc {
  display: none ;
}
.hero-image--sp {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .hero-area {
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
  }
  .hero-area::before {
    content: "";
    display: block;
    max-width: 1280px;
    margin: 0 auto;
  }
  .hero-image--sp {
    display: none;
  }
  .hero-image--pc {
    display: block;
  }
  .hero-image {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 52px 100px 12px 220px;
    box-sizing: border-box;
  }
  .hero-image--pc picture {
    display: block;
    width: 960px;
    height: 540px;
    margin-left: auto;
  }
  .hero-image__photo {
    width: 960px;
    height: 540px;
    object-fit: cover;
    display: block;
  }
  .hero-text {
    position: absolute;
    top: 0;
    left: max(100px, calc((100vw - 1280px) / 2 + 100px));
    width: 420px;
    z-index: 2;
    text-align: left;
  }
  .hero-shop {
    margin-top: 264px;
    display: block;
    font-size: 54px;
    line-height: 1.05;
    padding: 12px;
    background: #fff;
    white-space: nowrap;
  }
  .hero-title {
    display: inline-block;
    line-height: 0.9;
    margin: 0 0 8px;
    padding: 0 16px;
    font-size: 128px;
    line-height: 1;
    background: #fff;
    white-space: nowrap;
  }
  .hero-photo {
    font-size: 128px;
    line-height: 1.57;
    white-space: nowrap;
    display: inline-block;
    margin-left: 14px;
    margin-top: -48px;
  }
  .hero-circle__img,
  .hero-circle2__img {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-circle__img {
    top: 500px;
    transform: translateX(calc(-50% + 538px));
    width: 264px;
    height: 300px;
    z-index: 1;
  }
  .hero-circle2__img {
    top: 240px;
    transform: translateX(calc(-50% - 564px));
    width: 224px;
    height: 222px;
    z-index: 1;
  }
  .hero-circle__img img,
  .hero-circle2__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .about-area {
    position: relative;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0 0 80px;
  }
  .about-inner {
    position: relative;
    width: 100%;
    max-width: 1079px;
    height: 366px;
    margin: 44px auto;
  }
  .about-title {
    position: absolute;
    top: 144px;
    left: 86px;
    width: 196px;
    height: 69px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #123a63;
    text-align: center;
  }
  .about-sub {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-top: 4px;
    position: relative;
  }
  .about-sub::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #123a63;
    margin: 6px auto 0;
  }
  .about-body {
    position: absolute;
    top: 56px;
    left: 354px;
    width: 725px;
    height: 263px;
    margin: 0;
  }
  .about-body p {
    font-size: 16px;
    line-height: 1.83;
    color: #000;
    margin: 0;
  }
}
/* Swiper(SP)  */
.hero-swiper {
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden;
}
.hero-swiper .swiper-wrapper {
  display: flex;
}
.hero-swiper .swiper-slide {
  flex-shrink: 0;
}
.hero-swiper .swiper-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-swiper .hero-image__photo {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .hero-image__photo,
.swiper-slide-duplicate-active .hero-image__photo,
.swiper-slide-prev .hero-image__photo {
  animation: zoomUp 7s linear 0s normal both;
}
/* =========================
   七五三 柏 PLAN
========================= */
.plan-area {
  background: linear-gradient(
    to bottom,
    #FEF7F0 0%,
    #FFFFFF 45%,
    #FFFFFF 55%,   
    #E6F1FF 100%   
  );
  padding: 0 16px 48px;
}
.plan-inner {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-top: 80px;
}
.plan-area__bg--bottom .plan-inner {
  width: 350px;
  height: 242px;

  box-sizing: border-box;
  padding: 16px;
}
.plan-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #123a63;
  line-height: 1.2;  
  margin: 0;
}
.plan-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  line-height: 1.2;
}
.plan-sub::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #123a63;
  margin: 12px auto 0;
}
.plan-body {
  margin-top: 32px; 
}
.plan-lead {
  font-size: 16px;          
  line-height: 1.7;
  text-align: center;
  margin: 0 0 32px;
}
.plan-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
}
.plan-card__name {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #a32b2b;
}
.plan-card__price {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #a32b2b;
  margin-top: 12px;
}
.plan-card__price--blue {
  color: #1b4f8a;
}
.plan-card__price span {
  font-size: 14px;
}
.plan-card__catch {
  width: 312px;
  height: 42px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  margin: 20px 0 -8px;
}
.plan-card__image {
  margin: 24px auto;
  text-align: center;
}
.plan-card__image img {
  display: block;
  width: 100%;
  max-width: none;    
  border-radius: 0;    
}
.plan-card--base {
  width: 100%;
  max-width: 350px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  height: auto;
}
.plan-card--base .plan-card__image:first-of-type {
  width: 302.54px;
  height: auto;
  margin: 16px auto 12px;
  overflow: visible;           
}
.plan-card--base .plan-card__image:first-of-type img {
  width: 100%;
  height: auto;
  object-fit: unset;
  object-position: unset;
  display: block;
}
.plan-card--base .plan-card__image:nth-of-type(2) {
  width: 302.54px;
  height: 179.24px;
  margin: 16px auto 12px;
  overflow: hidden;       
  border-radius: 10px;  
}
.plan-card--base .plan-card__image:nth-of-type(2) img {
  width: 102%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 62%;
  display: block;
  border-radius: 10px;
}
.plan-card--base .plan-card__sub-title {
  width: 302px;
  margin: 30px auto 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.plan-card--base .plan-card__sub-text {
  width: 302px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}
.plan-card__title {
  width: 302px; 
  margin: 30px auto 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.plan-card__desc {
  width: 302px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
}
.plan-card__sub-title {
  width: 302px; 
  margin: 30px auto 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.plan-card__sub-text {
  font-size: 14px;
  line-height: 1.7;
}
.plan-card--base {
  border: none;
}
.plan-card,
.plan-card__image,
.plan-card__image img {
  border-radius: 0;
}
.plan-between-text {
  width: 350px;
  margin: 24px auto;
  padding: 10px 12px;
  text-align: center;
  font-size: 16px;        
  line-height: 1.2;
  color: #102828;
  border-radius: 4px;
}
/* =========================
   貸衣裳付きプラン
======================== */
.plan-card--costume {
  background-color: #ffffff;
  border: none;
  width: 100%;
  max-width: 350px;
  padding: 22px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  height: auto;
}
.plan-card--costume .plan-card__name {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #4A6584;
  margin-bottom: 16px;
}
.plan-card--costume .plan-card__price {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #4A6584;
  margin-bottom: 8px;
}
.plan-card--costume .plan-card__price span {
  font-size: 14px;
  font-weight: 700;
}
.plan-card--costume .plan-card__catch {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.plan-card--costume .plan-card__image {
  width: 302.54px;
  height: 179.24px;
  margin: 16px auto;
}
.plan-card--costume .plan-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.plan-card--costume .plan-card__section-title {
  text-align: center;
  font-size: 16px;
  margin: 36px 0 16px;
}
.plan-card--costume .plan-card__base-box {
  width: 302px;
  height: 50px;
  border: 1px solid #A32B2B;
  color: #A32B2B;
  text-align: center;
  font-size: 20px;
  padding: 0;               
  line-height: 50px;       
  margin: 0 auto;           
  box-sizing: border-box;   
}
.plan-card--costume .plan-card__plus {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
}
.plan-card__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 310px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.plan-card__checklist li {
  position: relative;
  padding-left: 34px;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 29.25px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px;
  letter-spacing: -0.05em;
}
.plan-card__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.plan-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.plan-inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.plan-area::before,
.plan-area::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}
.plan-area::before {
  top: 0;
  height: 50%;
  background: linear-gradient(
    to bottom,
    #FEF7F0 0%,
    #FFFFFF 50%,
    #E6F1FF 100%
  );
}
.plan-area::after {
  bottom: 0;
  height: 50%;
  background: linear-gradient(
    to bottom,
    #E6F1FF 0%,
    #FFFFFF 50%,
    #FEF7F0 100%
  );
}
.plan-area {
  background: transparent !important;
}
.plan-card--album {
  background-color: #ffffff;
  border: none;
  width: 100%;
  max-width: 350px;
  padding: 22px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  height: auto;
}
.plan-card--album .plan-card__name {
  text-align: center;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
  color: #84784A;
  margin-bottom: 4px;
}
.plan-card--album .plan-card__price {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #84784A;
  margin-bottom: -6px;
}
.plan-card--album .plan-card__price span {
  font-size: 14px;
  font-weight: 700;
  color: #84784A;
}
.plan-card--album .plan-card__catch {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 36px;
}
.plan-card--album .plan-card__image {
  width: 302.54px;
  height: 179.24px;
  margin: 16px auto;
}
.plan-card--album .plan-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.plan-card--album .plan-card__section-title {
  text-align: center;
  font-size: 16px;
  margin: 36px 0 16px;
}
.plan-card--album .plan-card__base-box {
  width: 302px;
  height: 50px;
  border: 1px solid #A32B2B;
  color: #A32B2B;
  text-align: center;
  font-size: 20px;
  padding: 0;               
  line-height: 50px;       
  margin: 0 auto;           
  box-sizing: border-box;   
}
.plan-card--album .plan-card__plus {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
}
.plan-card--album .plan-card__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plan-card--album .plan-card__checklist li {
  position: relative;
  padding-left: 34px;
  font-family: "Arimo", sans-serif;
  font-size: 16px;
  line-height: 29.25px;
  margin-bottom: 12px;
  letter-spacing: -0.05em;
}
.plan-card--album .plan-card__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.plan-card--costume,
.plan-card--album {
  position: relative;
  z-index: 5;
}
.plan-note {
  width: 308px;
}
.plan-note__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.plan-note__list {
  margin: 0;
  padding: 0;
}
.plan-note__list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px;
  list-style: none;
}
.plan-note__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.plan-note__list li:last-child {
  margin-bottom: 0;
}
.plan-area__bg--bottom > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .plan-area {
    width: 100%;
    min-height: auto;
    overflow-x: clip;
  }
  .plan-inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  .plan-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #123a63;
    margin-bottom: 32px;
  }
  .plan-note__list li {
    margin-bottom: 4px;
  }
  .plan-sub {
    display: block;
    font-size: 16px;
    margin-top: 8px;
    position: relative;
  }
  .plan-sub::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #123a63;
    margin: 16px auto 0;
  }
  .plan-area-base {
    max-width: 1080px;
    height: 645px; 
    margin: 0 auto; 
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 48px;
  }
  .plan-area-base-head {
    text-align: center;
    margin-bottom: 40px;
  }
  .plan-area-base-name,
  .plan-area-base-price {
    margin-left: auto;
    margin-right: auto;
  }
  .plan-area-base-name {
    font-size: 20px;
    color: #c00;
    margin-bottom: 8px;
  }
  .plan-area-base-price {
    font-size: 32px;
    font-weight: 700;
    color: #c00;
    margin-bottom: 4px;
  }
  .plan-area-base-price .tax {
    font-size: 14px;
    margin-left: 4px;
  }
  .plan-area-base-note {
    font-size: 14px;
    color: #333;
  }
  .plan-area-base-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;

    margin-left: auto;
    margin-right: auto;
  }
  .plan-area-item {
    width: 495px;
  }
  .plan-area-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
  }
  .plan-area-item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .plan-area-item-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .plan-area .container {
    margin-left: auto;
    margin-right: auto;
  }
  .plan-area__bg--bottom {
    padding-top: 8px;
    padding-bottom: 16px;
    margin-top: 0;
  }
  .plan-area__bg--top,
  .plan-area__bg--bottom {
    display: flex;
    justify-content: center;
  }
  .plan-area__bg--top {
    padding-left: 80px;
    padding-right: 80px;
  }
  .plan-inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;   
  }
  .plan-card__catch {
    width: 218px;
    height: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 412px;
  }
  .plan-card.plan-card--base {
    position: relative;
    max-width: 1079px;
    height: 645px;
    margin: 0 auto !important;
    padding: 24px 100px;
    box-sizing: border-box;
  }
  .plan-card.plan-card--base .plan-card__image {
    width: 402px;
    height: 238.16px;
  }
  .plan-card.plan-card--base .plan-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .plan-card.plan-card--base .plan-card__block--left {
    position: absolute;
    top: 160px; 
    left: 116px;
    width: 402px;
  }
  .plan-card.plan-card--base .plan-card__title,
  .plan-card.plan-card--base .plan-card__desc {
    margin-top: 32px;
    width: 402px;
    text-align: left;
  }
  .plan-card.plan-card--base .plan-card__block--right {
    position: absolute;
    top: 160px;
    left: 560px;
    width: 402px;
  }
  .plan-card.plan-card--base .plan-card__sub-title,
  .plan-card.plan-card--base .plan-card__sub-text {
    margin-top: 30px;
    width: 402px;
    text-align: left;
  }
  .plan-card.plan-card--costume {
    width: 520px;
    height: 858px;
    position: relative;
    top: 0;
  }
  .plan-between-text{
    margin: 48px auto 16px;
  }
    .plan-card--costume {
    position: relative;
  }
  .plan-card__checklist{
    top: 20px;
  }
  .plan-card--costume .plan-card__catch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
    width: 312px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
  }
  .plan-card--costume .plan-card__section-title {
  text-align: center;
  font-size: 16px;
  margin: 120px 0 16px;
  }
  .plan-card.plan-card--album {
    width: 520px;
    height: 858px;
    position: relative;
  }
  .plan-card--costume,
  .plan-card--album {
    left: auto;
  }
  .plan-card--costume .plan-card__image img {
    width: 402px;
    height: 238.16px;
    display: block;
    object-fit: cover;
    position: static;
    top: auto;
    left: auto;
  }
  .plan-card--costume .plan-card__image {
    width: 402px;
    height: 238.16px;
    position: relative;
    top: 76px; 
  }
  .plan-card--album .plan-card__image img {
    width: 402px;
    height: 238.16px;
    display: block;
    object-fit: cover;
    position: static;
    top: auto;
    left: auto;
  }
  .plan-card--album .plan-card__image {
    width: 402px;
    height: 238.16px;
    position: relative;
    top: 84px;
  }
  .plan-area__bg--bottom .plan-inner {
    width: 1080px;
    height: auto;
    position: relative;  
    top: 0;               
    margin: 0;  
    padding-top: 0;          
  }
  .plan-card--album .plan-card__catch {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
    width: 312px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
  }
  .plan-card--album .plan-card__section-title {
    text-align: center;
    font-size: 16px;
    margin: 128px 0 16px;
  }
  .plan-card--album .plan-card__checklist {
    margin-left: auto;
    margin-right: auto;
  }
  .plan-note {
    width: 1080px; 
    margin: 0 auto;
  }
  .plan-card-row {
    display: flex;
    justify-content: center;
    gap: 40px;

    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  .plan-card--costume,
  .plan-card--album {
    width: 520px;
    flex: 0 0 520px;
    margin-bottom: 0;
  }
  .plan-card.plan-card--costume,
  .plan-card.plan-card--album {
    width: 520px;
    max-width: 520px;
    flex: 0 0 520px;
  }
}
/* =========================
   七五三 柏 SHOP INFO
========================= */
.hero-shop-info {
  background-color: #fff;
  margin-top: 80px;
  padding-bottom: 10px;
}
.hero-shop-info-inner {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.hero-shop-info-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #123a63;
  line-height: 1.2;
  margin-bottom: 32px;
}
.hero-shop-info-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  position: relative;
}
.hero-shop-info-sub::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #123a63;
  margin: 12px auto 0;
}
.hero-shop-info-image {
  width: 349px;
  height: 215px;
  margin: 0 auto 36px;
}
.hero-shop-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
.hero-shop-info-name {
  font-size: 24px;
  margin-bottom: 32px;
}
.hero-shop-info-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;              
  margin-bottom: 16px;
}
.hero-shop-info-label {
  width: 66px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.7;
}
.hero-shop-info-text {
  width: 240px;
  font-size: 16px;
  line-height: 1.7;
}
  .hero-shop-info-note {
    margin-top: 20px;
  }
  .hero-shop-info-note .hero-shop-info-text {
    margin: 0 0 12px;
  }
  .hero-shop-info-link a {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none; 
  }
  .hero-shop-info-text-area {
    line-height: 1.8;
  }
@media screen and (min-width: 1025px) {
  .hero-shop-info {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .hero-shop-info-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .hero-shop-info-title {
    text-align: center;
    margin-bottom: 48px;
  }
  .hero-shop-info-sub {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-top: 4px;
    position: relative;
  }
  .hero-shop-info-sub::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #123a63;
    margin: 12px auto 0;
  }
  .hero-shop-info-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .hero-shop-info-image {
    width: 32%;
    max-width: 349px;
    height: auto;
    margin: 0;
  }
  .hero-shop-info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .hero-shop-info-text-area {
    width: 68%;
    max-width: 443px;
  }
  .hero-shop-info-name {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .hero-shop-info-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
  }
  .hero-shop-info-label {
    width: 66px;
    flex-shrink: 0;
  }
  .hero-shop-info-text {
    width: auto;
  }
  .hero-shop-info-note {
    margin-top: 32px;
  }
  .hero-shop-info-note p {
    margin-bottom: 16px;
  }
  .hero-shop-info-link,
  .hero-shop-info-link a {
    pointer-events: auto;
    position: relative;
    z-index: 10;
  }
}
/* =========================
   七五三 柏 CONTACT
========================= */
.kashiwa-shichigosan .qa-area {
  margin-top: 80px;
}
.kashiwa-shichigosan .qa-area__head {
  text-align: center;
}
.contact-area {
  background: #fff;
  margin-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.contact-title {
  font-size: 32px;
  font-weight: 700;
  color: #123a63;
  line-height: 1.2;
  margin-bottom: 32px;
  text-align: center;
}
.contact-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.contact-sub::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #123a63;
  margin: 12px auto 0;
}
.contact-area--tel {
  width: 303px;
  height: 155px;
  margin: -24px auto -24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact__lead {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.contact__tel{
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  color: #003460;
  margin-top: 4px;
  white-space: nowrap;
}
.contact__tel a{
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}
.contact__time {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 12px;
}
.contact-box {
  width: 303px;
  margin: 0 auto;    
  text-align: center;
}
.contact-box__lead {
  font-size: 16px;
  line-height: 1.7;
  margin: 48px 0 12px;
}
.contact-btn {
  width: 303px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #003460;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #003460;
  font-size: 16px;
  box-sizing: border-box;
}
.contact-btn img {
  width: 16px;
  height: 16px;
  display: block;
}
.contact-box__note {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 12px;
}
.contact-btn img {
  display: inline-block;
}
.contact-btn--mail img {
  width: 16.45px;
  height: 14px;
}
.contact-btn--line img {
  width: 30.7px;
  height: 30.7px;
}
@media screen and (min-width: 1025px) {
  .contact-area {
    width: 100%;
    padding: 0 40px 80px;
    box-sizing: border-box;
  }
  .contact-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    height: auto;
    position: relative;
  }
  .contact-title {
    text-align: center;
    padding-top: 80px;
    margin-bottom: 24px;
  }
  .contact-area--tel {
    position: static;
    margin: 0 auto 0;
    width: 303px;
    height: auto;
    text-align: center;
    transform: none;
  }
  .contact__lead {
    margin-bottom: 8px;
  }
  .contact__tel {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 4px;
  }
    .contact__time {
    margin-top: 8px;
  }
    .contact-box-area {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .contact-box--mail,
  .contact-box--line {
    position: static;
    width: 303px;
    height: auto;
  }
}
/* =========================
   七五三 柏 Q&A
========================= */
.qa-title {
  font-size: 32px;
  font-weight: 700;
  color: #123a63;
  line-height: 1.2;
  margin-bottom: 32px;
  text-align: center;
}
.qa-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  position: relative;
}
.qa-sub::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #123a63;
  margin: 12px auto 0;
}
.accordion-list {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.accordion-arrow {
  width: 350px;
  margin: 0 auto;
  box-sizing: border-box;

  padding: 24px 24px;
  border-bottom: 1px solid #003460;
}
.accordion-arrow:first-child {
  border-top: 1px solid #003460;
}
.accordion-arrow__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  max-width: 314px;    
  padding-right: 16px; 
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}
.text-s {
  width: 306px;
  box-sizing: border-box; 
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  text-align: left;
  margin-top: 16px;
}
.text-s a {
  text-decoration: none;
}
.btn-arrow {
  width: 14px;          
  height: 14px;
  right: -14px;          
  zoom: 1;              
  background-size: contain;
}
  section.qa-area {
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  section.qa-area {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 80px;
    box-sizing: border-box;
  }

  .accordion-list {
    width: 100%;
    max-width: 855px;
    margin: 0 auto;
    position: relative;
  }

  .accordion-arrow {
    width: 100%;
    max-width: 855px;
    box-sizing: border-box;
    padding: 24px 0;
    position: relative;
    border: none;
    border-bottom: 1px solid #003460;
  }

  .accordion-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #003460;
  }

  .accordion-arrow:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #003460;
  }

  .accordion-arrow__title {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: normal;
    word-break: break-word;
    padding: 0 24px;
  }

  .text-s {
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
    padding: 0 24px;
  }

  .btn-arrow {
    width: 14px;
    height: 14px;
    background-size: contain;
    flex-shrink: 0;
    margin-right: 36px;
  }
}
/*----------------------------
* 七五三 柏 フッター
*----------------------------*/
.footer-area{
  background-color: #003460;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  padding: 40px 0 40px 0;
}
.footer__lead{
  font-size: 16px;
}
.footer__tel{
  font-size: 34px;
  margin-top: 4px;
}
.footer__time{
  font-size: 12px;
  margin-top: 4px;
}
.footer__copyright {
  margin-top: 49px;
  font-size: 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.footer__reserve-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #003460;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr 1fr 50px;
  align-items: center;
}
.footer__reprint,
.footer__reserve {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-family: a-otf-ryumin-pr6n, serif;
  padding: 8px 17px;
  text-align: center;
}
.footer__reserve,
.footer__to-top {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__reprint {
  width: 162px;
  border-right: 1px solid #FFFFFF;
}
.footer__reprint-link,
.footer__reserve-link {
  color: #FFFFFF;
}
.footer__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 48px;
  padding: 0 10px;
  box-sizing: border-box;
  gap: 8px;
}
.footer__to-top {
  width: 50px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.footer__icon {
  flex-shrink: 0;
  display: block;
}
.footer__icon--mail {
  width: 20px;
  height: 15px;
}
.footer__icon--line {
  width: 23.2px;
  height: 23.2px;
  border-radius: 30px;
}
.footer__reprint-link,
.footer__reserve-link {
  display: inline-flex;
  width: 104px;
  height: 28px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .footer__reserve-area {
    display: none;
  }
}