@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

p {
  font-size: 1.1rem;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.grecaptcha-badge {
  visibility: hidden;
}

.qa-1 {
  max-width: 100%;
  margin-bottom: 7px;
  border-radius: 5px;
  background: #fff4f9;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #dbb7ff;
  content: "Q";
}

.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}

.qa-1[open] summary::after {
  transform: rotate(225deg);
}

.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-1[open] p {
  transform: none;
  opacity: 1;
}

.qa-1 p::before {
  color: #e97f8a;
  line-height: 1.2;
  content: "A";
}

/* bottom */
.inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

#masthead {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}

#masthead img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero img {
  width: 100%;
}

.hero-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  width: 100%;
  text-align: center;
}

.hero-inner p {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.hero-inner ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.hero-inner li {
  text-align: center;
  font-family: "Shippori Mincho", system-ui;
  font-weight: 400;
  background: url(../img/herobg.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4.5rem 0;
  width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 20px;
}

.cta {
  background: #ffd6ea;
  padding: 4rem 0;
}

.cta ul {
  display: flex;
  justify-content: space-between;
}

.cta li img {
  height: 150px;
  margin: 0 auto 1rem;
  display: block;
}

.cta li p {
  text-align: center;
  font-size: 1.2rem;
}

.cta li a {
  display: block;
  background: #dbb7ff;
  text-align: center;
  padding: 1rem 2rem;
  color: #fff;
  margin-top: 1rem;
  border-radius: 2rem;
}

main section {
  padding: 4rem 0;
}

main section h2,
.sec9 h3 {
  text-align: center;
  font-family: "Shippori Mincho", system-ui;
  font-size: 2rem;
}

.sec1 h2,
.sec9 h3 {
  margin-bottom: 2rem;
}

.sec1 h2::after,
.sec9 h3::after {
  content: "";
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: block;
  width: 470px;
  height: 50px;
  margin: -45px auto 0;
}

.pinkbg {
  margin-top: -4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff4f9;
}

.nayami-box {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.nayami-box:last-child {
  margin-bottom: 0;
}

.nayami-box:nth-child(even) {
  flex-direction: row-reverse;
}

.nayami-text {
  width: 60%;
}

.nayami-text ul,
.at-text ul {
  font-size: 1.3rem;
}

.nayami-text li,
.at-text li {
  margin-bottom: 1rem;
  background: url(../img/point.png) no-repeat;
  background-size: 20px;
  background-position: center left;
  padding-left: 2rem;
  font-weight: 500;
}

.nayami-text li:last-child,
.at-text li:last-child {
  margin-bottom: 0;
}

.nayami-img {
  flex: 1;
}

.next-area {
  margin-top: -30px;
}

.next-area img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.next-area p {
  margin-top: 2rem;
  font-size: 2em;
  text-align: center;
  font-family: "Shippori Mincho", system-ui;
}

main section.sec2 h2,
main section.sec3 h2,
main section.sec4 h2,
main section.sec5 h2,
main section.sec6 h2,
main section.sec7 h2,
main section.sec8 h2,
main section.sec9 h2,
main section.sec10 h2,
main section.sec11 h2 {
  background: #ead6ff;
  padding: 1rem;
  margin-bottom: 4rem;
}

.choice-box {
  display: flex;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}

.choice-box:nth-child(even) {
  flex-direction: row-reverse;
}

.choice-box:last-child {
  margin-bottom: 0;
}

.choice-img {
  width: 40%;
}

.choice-txt {
  flex: 1;
}

.choice-txt h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.choice-txt h3 span {
  font-family: "Roboto", system-ui;
  font-weight: 400;
  font-style: italic;
}

.choice-txt h3 strong {
  font-family: "Shippori Mincho", system-ui;
  font-style: italic;
  font-size: 200%;
  font-weight: 400;
  position: relative;
}

.choice-txt h3::after {
  content: "";
  background: #ffd6ea;
  display: block;
  width: 130px;
  height: 10px;
  margin: -5px auto 0;
}

.choice-txt h3 strong::after {
  content: "";
  display: inline-block;
  background: url(../img/point-h3.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: -240%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.choice-txt p.big-text {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 2rem 0;
}

.choice-txt p.sm-text {
  font-size: 1.1rem;
}

.at-box {
  display: flex;
  gap: 10rem;
  align-items: center;
}

.at-img {
  width: 30%;
}

.at-text {
  flex: 1;
}

.at-hikaku,
.at-hikaku img {
  margin-top: 2rem;
}

.sec4 ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.sec4 li {
  width: calc(50% - 1rem);
}

.voice-box {
  background-color: #fff4f9;
  display: flex;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 2rem;
  gap: 2rem;
}

.voice-img {
  width: 30%;
}

.voice-text {
  flex: 1;
}

.voice-text p {
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 25px;
}

.voice-text p:last-child {
  margin-bottom: 0;
}

.voice-text p img {
  width: 100%;
}

.voice-text p span {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
}

.sec8 ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.sec8 li {
  width: calc(33.3333333333% - 1.34rem);
}

.flow-box {
  background: #fff;
}

.flow-box img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.flow-box h3 {
  font-family: "Shippori Mincho", system-ui;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.flow-box p {
  font-size: 90%;
}

.flow-box p.steph2 {
  text-align: center;
  background: url(../img/arrow2.png) no-repeat;
  background-size: 150px;
  background-position: bottom;
  padding-bottom: 15px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-left: -1px;
}

.flow-box p.steph2 span {
  font-family: "Roboto", system-ui;
  font-weight: 400;
  font-style: italic;
}

.flow-box p.steph2 strong {
  font-family: "Shippori Mincho", system-ui;
  font-style: italic;
  font-size: 200%;
  font-weight: 400;
}

.sec9 h3 {
  margin: 3rem 0 2rem;
}

.shop-box {
  display: flex;
  gap: 3rem;
}

.shop-img {
  width: 50%;
}

.shop-img table {
  width: 100%;
  margin-top: 1rem;
}

.shop-img th,
.shop-img td {
  padding: 1rem;
  width: 70%;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.shop-img th {
  width: 30%;
  border-color: #e91e63;
}

.sec10 iframe {
  margin-top: 2rem;
}

.shop-text {
  flex: 1;
}

.shop-text img {
  width: 250px;
  display: block;
  margin: 0 auto 2rem;
}

.shop-text h3 {
  font-family: "Shippori Mincho", system-ui;
  text-align: center;
}

.shop-text h3 span {
  display: block;
}

.shop-text h3 strong {
  font-size: 1.2rem;
  margin-top: 5px;
  display: block;
}

.shop-text p {
  margin-top: 10px;
  font-size: 1rem;
}

.page-area .entry-header {
  text-align: center;
  padding: 5rem 0 2rem;
  font-size: 1.5rem;
  background: #ffeeee;
}

.page-area .entry-header h1 {
  font-family: "Shippori Mincho", system-ui;
}

.yoyaku-page table {
  width: 100%;
}

.yoyaku-page th,
.yoyaku-page td {
  padding: 1rem;
  width: 70%;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.yoyaku-page th {
  width: 30%;
  border-color: #e91e63;
}

.yoyaku-page th span {
  position: absolute;
  background: #f44336;
  right: 0;
  color: #fff;
  padding: 5px;
  font-weight: 400;
  font-size: 10px;
}

.yoyaku-page th span.nini {
  background: #2196f3;
}

.yoyaku-page td li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.yoyaku-page td li:last-child {
  margin-bottom: 0;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

button,
input,
optgroup,
select,
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 10px;
  margin: 0;
  outline: 0;
  border-radius: 5px;
}

select {
  padding-left: 10px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 3px;
  background: #4caf50;
  line-height: 1.5;
  padding: 10px 20px;
  color: #fff;
  display: block;
  margin: 1rem auto 0;
  width: 200px;
  text-align: center;
}

.site-info {
  text-align: center;
  padding: 10px;
}

.site-info p {
  font-size: 9px;
}

.menu-box {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
}

.menu-img {
  width: 30%;
}

.menu-text {
  flex: 1;
}

.menu-text h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ead6ff;
}

.menu-text p {
  font-size: 1rem;
}

p.price {
  margin-top: 1rem;
  font-weight: 500;
}

.campaign {
  display: block;
  margin-top: 2rem;
}

.at-hikaku table {
  margin-top: 2rem;
}

.at-hikaku th,
.at-hikaku td {
  padding: 1rem;
  border: 1px solid;
  text-align: center;
}

.ft-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.ft-menu ul {
  display: flex;
  justify-content: center;
}

.ft-menu li {
  padding: 1rem;
  width: 300px;
  background: #4caf50;
  text-align: center;
}

.ft-menu li:nth-child(2) {
  background: #03a9f4;
}

.ft-menu li:nth-child(3) {
  background: #f44336;
}

.ft-menu a {
  display: block;
  color: #fff;
}

#colophon {
  padding-bottom: 4rem;
}

.pp p {
  margin-top: 1rem;
  font-size: 90%;
}

.pp h2 {
  margin: 2rem 0 1rem;
}

.pp ul {
  list-style: disc;
  margin-top: 1rem;
  font-size: 90%;
  margin-left: 2rem;
}

.pp li {
  margin-top: 1rem;
}

.nayami-text li,
.at-text li {
  font-size: 1.6rem;
}

@media screen and (min-width: 270px) and (max-width: 820px) {
  .inner {
    max-width: 100%;
  }
  .hero-inner {
    width: 100%;
  }
  .hero img.main {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec1 h2::after,
  .sec9 h3::after {
    width: 100%;
  }
  .choice-box,
  .choice-box:nth-child(even) {
    gap: 1rem;
    flex-direction: column;
  }
  .hero-inner li {
    background: url(../img/herobg.png) no-repeat;
    background-size: contain;
    background-position: center;
    padding: 4rem 0;
    width: 100%;
    font-size: 13px;
  }
  .hero-inner ul {
    gap: 0rem;
  }
  .cta ul {
    flex-direction: column;
    gap: 1rem;
  }
  .cta {
    padding: 2rem 0;
  }
  .cta li img {
    height: 60px;
  }
  .nayami-box,
  .nayami-box:nth-child(even) {
    flex-direction: column;
    gap: 1rem;
  }
  .nayami-text {
    width: 100%;
  }
  .nayami-img img {
    width: 140px;
    display: block;
    margin: 0 auto;
  }
  .next-area p,
  main section h2,
  .sec9 h3 {
    font-size: 1.5rem;
  }
  .at-box {
    gap: 2rem;
    flex-direction: column;
  }
  .at-img {
    width: 50%;
  }
  .sec4 li {
    width: 100%;
  }
  .voice-box {
    padding: 1rem;
    gap: 1rem;
    flex-direction: column;
  }
  .voice-img {
    width: 100%;
  }
  .voice-img img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .sec8 ul,
  .shop-box {
    gap: 1rem;
    flex-direction: column;
  }
  .sec8 li,
  .shop-img {
    width: 100%;
  }
  .sec8 li img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .yoyaku-page th,
  .yoyaku-page td {
    display: block;
    width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    width: 100%;
  }
  .wpcf7-list-item {
    margin: 0 0 0 0em;
  }
  .choice-img {
    width: 60%;
  }
  .ft-menu ul {
    font-size: 12px;
  }
  .ft-menu li {
    padding: 10px 10px;
    width: 33.3333333333%;
  }
  .hero-inner p {
    font-size: 23px;
  }
  #colophon {
    padding-bottom: 1rem;
  }
}
.campaign-area p {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
}

.campaign-area p span {
  display: block;
  font-size: 1rem;
}

/* ============================
   共通ポップアップ（LINE / TEL）
=============================== */
.popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup.active {
  display: flex;
}

.popup-inner {
  background: #fff;
  padding: 32px 28px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 420px;
  position: relative;
}

/* 閉じるボタン */
.popup-close {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 28px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}

@media (hover: hover) {
  .popup-close:hover {
    opacity: 0.6;
  }
}
/* スクロール禁止 */
.no-scroll {
  overflow: hidden;
}

/* ============================
   LINEボタンデザイン
=============================== */
.line-btn {
  display: block;
  margin: 12px 0;
  padding: 14px 0;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  background: #06c755;
  color: #fff;
}

/* ============================
   TELボタンデザイン（新規追加）
=============================== */
.tel-btn {
  display: block;
  margin: 12px 0;
  padding: 14px 0;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  background: #007bff; /* ブルーで電話らしい印象に */
  color: #fff;
}

@media (hover: hover) {
  .tel-btn:hover,
  .line-btn:hover {
    opacity: 0.9;
  }
}/*# sourceMappingURL=main.css.map */