@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.cdnfonts.com/css/futura-pt");
@import url("https://fonts.cdnfonts.com/css/myriad-pro");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #363636;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #363636;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

small {
  font-size: 0.8em;
}

.c-yellow {
  color: #f9e672;
}

.c-salmon {
  color: #fd6a73;
}

.c-pink {
  color: #f59b9f;
}

.c-brown {
  color: #836162;
}

.c-white {
  color: #fff;
}

.is-futura {
  font-family: "Futura PT", sans-serif !important;
}

.is-myriad {
  font-family: "Myriad Pro", sans-serif !important;
}

.pconly {
  display: none;
}
@media (min-width: 769px) {
  .pconly {
    display: block;
  }
}

.sponly {
  display: block;
}
@media (min-width: 769px) {
  .sponly {
    display: none;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .header__content {
    padding-top: 6rem;
  }
}
.header__logo {
  flex-shrink: 0;
  width: 60%;
  max-width: 25rem;
}
@media (min-width: 769px) {
  .header__logo {
    width: 36.9rem;
    max-width: none;
  }
}
.header__nav {
  display: none;
  gap: 1.8rem;
}
@media (min-width: 769px) {
  .header__nav {
    display: flex;
  }
}
.header__nav a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .header__nav a {
    font-size: 1.6rem;
  }
}
.header__nav a::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #ed9fa1 transparent transparent transparent;
  transform: rotate(0deg);
}
.header__ham {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: fixed;
  top: 2.5rem;
  right: 2rem;
  z-index: 10;
}
@media (min-width: 769px) {
  .header__ham {
    display: none;
  }
}
.header__ham span {
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #836162;
}

.footer {
  background-color: #ed9fa1;
  padding: 3rem 0;
}
@media (min-width: 769px) {
  .footer {
    padding: 5rem 0;
  }
}
.footer .copy {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .footer .copy {
    font-size: 1.6rem;
  }
}

.main .mv {
  background-color: #fef1f1;
  padding: 8rem 0 4rem;
  background-image: url(../images/mv_bg.png);
}
@media (min-width: 561px) {
  .main .mv {
    padding: 8rem 0;
  }
}
@media (min-width: 769px) {
  .main .mv {
    padding: 17rem 0 8rem;
  }
}
.main .mv__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 561px) {
  .main .mv__content {
    gap: 0;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .main .mv__content {
    padding-bottom: 5rem;
    gap: 1.5rem;
  }
}
.main .mv__content .text {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .main .mv__content .text {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .main .mv__content .text {
    width: 54%;
  }
}
.main .mv__content .text h1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .main .mv__content .text h1 {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.main .mv__content .text h1 span {
  font-weight: 700;
  letter-spacing: 0;
}
.main .mv__content .text h1 span.c-pink {
  font-size: 2rem;
  padding: 0 0.5rem;
}
@media (min-width: 561px) {
  .main .mv__content .text h1 span.c-pink {
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .main .mv__content .text h1 span.c-pink {
    font-size: 4.2rem;
  }
}
.main .mv__content .text h1 span.c-brown {
  font-size: 2.8rem;
  letter-spacing: -0.15em;
}
@media (min-width: 561px) {
  .main .mv__content .text h1 span.c-brown {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .main .mv__content .text h1 span.c-brown {
    font-size: 4.8rem;
  }
}
.main .mv__content .text .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .main .mv__content .text .price {
    margin-bottom: 2rem;
  }
}
.main .mv__content .text .price > p {
  background-color: #ed9fa1;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 1.4rem;
  border-radius: 0.6rem;
  margin-right: 1.5rem;
}
@media (min-width: 769px) {
  .main .mv__content .text .price > p {
    padding: 1.4rem;
    font-size: 2rem;
  }
}
.main .mv__content .text .price div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.main .mv__content .text .price div p:first-child {
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
}
@media (min-width: 769px) {
  .main .mv__content .text .price div p:first-child {
    font-size: 7rem;
  }
}
.main .mv__content .text .price div p:last-child {
  display: flex;
  flex-direction: column;
  margin-bottom: -10px;
}
.main .mv__content .text .price div p:last-child span {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .main .mv__content .text .price div p:last-child span {
    font-size: 1.4rem;
  }
}
.main .mv__content .text .price div p:last-child span:last-child {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: -5px;
}
@media (min-width: 769px) {
  .main .mv__content .text .price div p:last-child span:last-child {
    font-size: 3rem;
  }
}
.main .mv__content .text > p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .main .mv__content .text > p {
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .main .mv__content .text > p {
    font-size: 1.6rem;
  }
}
.main .mv__content .text .circles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem 0;
}
@media (min-width: 769px) {
  .main .mv__content .text .circles {
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .main .mv__content .text .circles {
    flex-wrap: nowrap;
    gap: 1.7rem;
  }
}
.main .mv__content .text .circles > div {
  padding: 1rem;
  width: 8rem;
  height: 8rem;
  border-radius: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  background: #eea5a7;
  background: linear-gradient(315deg, rgb(238, 165, 167) 20%, rgb(245, 195, 196) 100%);
}
@media (min-width: 561px) {
  .main .mv__content .text .circles > div {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 769px) {
  .main .mv__content .text .circles > div {
    gap: 1.5rem;
    width: 15rem;
    height: 15rem;
  }
}
.main .mv__content .text .circles > div img.ico1 {
  width: 3rem;
}
@media (min-width: 561px) {
  .main .mv__content .text .circles > div img.ico1 {
    width: 5.1rem;
  }
}
@media (min-width: 1181px) {
  .main .mv__content .text .circles > div img.ico1 {
    width: auto;
  }
}
.main .mv__content .text .circles > div img.ico2 {
  width: 3rem;
}
@media (min-width: 561px) {
  .main .mv__content .text .circles > div img.ico2 {
    width: 4rem;
  }
}
@media (min-width: 1181px) {
  .main .mv__content .text .circles > div img.ico2 {
    width: auto;
  }
}
.main .mv__content .text .circles > div img.ico3 {
  width: 3rem;
}
@media (min-width: 561px) {
  .main .mv__content .text .circles > div img.ico3 {
    width: 4.3rem;
  }
}
@media (min-width: 1181px) {
  .main .mv__content .text .circles > div img.ico3 {
    width: auto;
  }
}
.main .mv__content .text .circles > div img.ico4 {
  width: 3rem;
}
@media (min-width: 561px) {
  .main .mv__content .text .circles > div img.ico4 {
    width: 4.4rem;
  }
}
@media (min-width: 1181px) {
  .main .mv__content .text .circles > div img.ico4 {
    width: auto;
  }
}
.main .mv__content .text .circles > div p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}
@media (min-width: 561px) {
  .main .mv__content .text .circles > div p {
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  .main .mv__content .text .circles > div p {
    font-size: 1.7rem;
  }
}
.main .mv__content .text .circles > div p.mod {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .main .mv__content .text .circles > div p.mod {
    font-size: 1.5rem;
  }
}
.main .mv__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .main .mv__link {
    flex-direction: row;
    gap: 1.6rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 1240px) {
  .main .mv__link {
    flex-wrap: nowrap;
  }
}

.section {
  padding: 4rem 0;
}
@media (min-width: 769px) {
  .section {
    padding: 8.5rem 0;
  }
}
.section__title {
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .section__title {
    margin-bottom: 7rem;
  }
}
.section__title p {
  text-align: center;
}
.section__title p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 2px dotted #f59b9f;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .section__title p:nth-child(1) {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.section__title p:nth-child(2) {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .section__title p:nth-child(2) {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.section__title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .section__title h2 {
    font-size: 3.4rem;
  }
}

.sec1 {
  background-color: #f2f1f6;
  padding: 4rem 0 0;
}
@media (min-width: 561px) {
  .sec1 {
    padding: 7rem 0 0;
    text-align: center;
  }
}
.sec1__content > div {
  background-color: #fff;
  border: 2px solid #fed2c2;
  position: relative;
  padding: 2rem;
  margin: 0 auto -4rem;
}
@media (min-width: 561px) {
  .sec1__content > div {
    margin: 0 auto -7.5rem;
    border: 0.8rem solid #fed2c2;
    padding: 3rem 2rem 2rem 15rem;
  }
}
@media (min-width: 769px) {
  .sec1__content > div {
    padding: 3rem 2rem 2rem;
    max-width: calc(100% - 9rem);
  }
}
.sec1__content > div > img {
  width: 12rem;
}
@media (min-width: 561px) {
  .sec1__content > div > img {
    position: absolute;
    width: 15rem;
    bottom: 0;
    left: 2rem;
  }
}
@media (min-width: 769px) {
  .sec1__content > div > img {
    width: 15.4vw;
    left: -7rem;
    max-width: 224px;
  }
}
@media (min-width: 1181px) {
  .sec1__content > div > img {
    left: 0;
  }
}
.sec1__content > div > div p {
  max-width: 77.4rem;
  margin: 0 auto;
  font-weight: 500;
  line-height: 2;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .sec1__content > div > div p {
    font-size: 1.6rem;
  }
}
.sec1__content > div > div p.pink {
  background-color: #ed9fa1;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 1.6rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media (min-width: 561px) {
  .sec1__content > div > div p.pink {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .sec1__content > div > div p.pink {
    font-size: 2.2rem;
  }
}

.sec2 {
  background-color: #fcfaf1;
  padding: 8rem 0 4rem;
}
@media (min-width: 561px) {
  .sec2 {
    padding: 10rem 0 8rem;
  }
}
@media (min-width: 769px) {
  .sec2 {
    padding: 12.5rem 0 8.5rem;
  }
}
.sec2__content .points {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 561px) {
  .sec2__content .points {
    gap: 4.8rem 2.5rem;
  }
}
.sec2__content .points > div {
  width: 100%;
  background-image: url(../images/sec2_point_bg1.png);
  background-size: 100% 100%;
  position: relative;
}
@media (min-width: 561px) {
  .sec2__content .points > div {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (min-width: 769px) {
  .sec2__content .points > div {
    width: calc((100% - 7.5rem) / 3);
  }
}
.sec2__content .points > div.mod {
  background-image: url(../images/sec2_point_bg2.png);
}
.sec2__content .points > div.mod > p {
  background-color: #f3c962;
}
.sec2__content .points > div.mod dl dt {
  border-color: #fcf2da;
}
.sec2__content .points > div > p {
  width: 8rem;
  height: 8rem;
  border-radius: 4rem;
  background-color: #ed9fa1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  padding-top: 1rem;
  position: absolute;
  top: 2rem;
}
.sec2__content .points > div > p span {
  font-size: 3rem;
}
.sec2__content .points > div dl {
  padding: 2.5rem 4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.sec2__content .points > div dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #fef1ea;
  text-align: center;
}
.sec2__content .points > div dl dd {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .sec2__content .points > div dl dd {
    font-size: 1.6rem;
  }
}
.sec2__content > p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sec2__content > p {
    font-size: 1.6rem;
  }
}

.sec3 {
  background-color: #fff9f5;
}
.sec3__content .table table {
  width: 100%;
}
.sec3__content .table table tr th {
  width: 50%;
  text-align: center;
  background-color: #fbe1e8;
  font-size: 1.4rem;
  height: 6rem;
  padding: 1rem;
  vertical-align: middle;
  border: 2px solid #f2f2f2;
}
@media (min-width: 561px) {
  .sec3__content .table table tr th {
    font-size: 1.6rem;
    height: 6rem;
  }
}
@media (min-width: 769px) {
  .sec3__content .table table tr th {
    height: 7.4rem;
    font-size: 1.8rem;
  }
}
.sec3__content .table table tr td {
  width: 50%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  vertical-align: middle;
  border: 2px solid #f2f2f2;
}
@media (min-width: 561px) {
  .sec3__content .table table tr td {
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) {
  .sec3__content .table table tr td {
    font-size: 3.4rem;
  }
}
.sec3__content .table table tr td.mod {
  font-size: 1.6rem;
}
@media (min-width: 561px) {
  .sec3__content .table table tr td.mod {
    font-size: 1.8rem;
  }
}
.sec3__content .table table tr td small {
  font-size: 0.7em;
}
.sec3__content .table__note {
  padding: 2rem 0;
}
@media (min-width: 769px) {
  .sec3__content .table__note {
    padding: 4rem;
  }
}
.sec3__content .table__note p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sec3__content .table__note p {
    font-size: 1.6rem;
  }
}
.sec3__content .table__note ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 769px) {
  .sec3__content .table__note ul li {
    font-size: 1.6rem;
  }
}

.sec4 {
  margin-top: 8rem;
  background-color: #fcf7f9;
}
.sec4__content .faqs > div {
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .sec4__content .faqs > div {
    margin-bottom: 7.4rem;
  }
}
.sec4__content .faqs > div dl {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl {
    flex-direction: row;
  }
}
.sec4__content .faqs > div dl dt {
  flex-shrink: 0;
}
.sec4__content .faqs > div dl dt img {
  width: 9rem;
  height: 9rem;
  border-radius: 6rem;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl dt img {
    width: 11.4rem;
    height: 11.4rem;
  }
}
.sec4__content .faqs > div dl dd {
  position: relative;
  border-radius: 1.2rem;
}
.sec4__content .faqs > div dl.question {
  margin-bottom: 2rem;
  flex-direction: row;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl.question {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec4__content .faqs > div dl.question {
    margin-bottom: 2.7rem;
  }
}
.sec4__content .faqs > div dl.question dd {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ed9fa1;
  padding: 2rem;
  flex: 1;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl.question dd {
    font-size: 2rem;
    padding: 2rem 4.5rem;
  }
}
.sec4__content .faqs > div dl.question dd::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  left: -14px;
  top: 20px;
  border-width: 12px 15px 12px 0;
  border-color: transparent #ed9fa1 transparent transparent;
}
.sec4__content .faqs > div dl.question dd.mod {
  background-color: #f3c962;
}
.sec4__content .faqs > div dl.question dd.mod::before {
  border-color: transparent #f3c962 transparent transparent;
}
.sec4__content .faqs > div dl.answer {
  align-items: flex-end;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl.answer {
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.sec4__content .faqs > div dl.answer dd {
  background-color: #fff;
  padding: 3rem 2rem;
}
@media (min-width: 769px) {
  .sec4__content .faqs > div dl.answer dd {
    padding: 3rem 7rem;
  }
}
.sec4__content .faqs > div dl.answer dd::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -14px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl.answer dd::before {
    right: -15px;
    top: 20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
  }
}
.sec4__content .faqs > div dl.answer dd p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .sec4__content .faqs > div dl.answer dd p {
    font-size: 1.6rem;
  }
}
.sec4__content .faqs > div dl.answer dd h3 {
  margin: 4rem 0;
  padding: 2rem 1rem;
  border-left: 0.8rem solid #ed9fa1;
  background-color: #fcf2f5;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl.answer dd h3 {
    padding: 1.5rem 3rem;
    border-left: 1.3rem solid #ed9fa1;
    font-size: 2rem;
  }
}
.sec4__content .faqs > div dl.answer dd .table {
  overflow-y: hidden;
  overflow-x: auto;
}
.sec4__content .faqs > div dl.answer dd .table table {
  width: 175%;
}
@media (min-width: 561px) {
  .sec4__content .faqs > div dl.answer dd .table table {
    width: 100%;
  }
}
.sec4__content .faqs > div dl.answer dd .table table tr th {
  width: 50%;
  background-color: #b3b3b3;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 2rem;
}
.sec4__content .faqs > div dl.answer dd .table table tr th:nth-child(2) {
  background-color: #ed9fa1;
}
.sec4__content .faqs > div dl.answer dd .table table tr td {
  background-color: #f2f2f2;
  padding: 2rem;
  height: 100%;
}
@media (min-width: 769px) {
  .sec4__content .faqs > div dl.answer dd .table table tr td {
    padding: 2.5rem 3.4rem;
  }
}
.sec4__content .faqs > div dl.answer dd .table table tr td:nth-child(2) {
  background-color: #fcf2f5;
}
.sec4__content .faqs > div dl.answer dd .table table tr td:nth-child(2) p::after {
  border-color: #f2bdbe transparent transparent transparent;
}
.sec4__content .faqs > div dl.answer dd .table table tr td:nth-child(2) > div div p {
  background-color: #ed9fa1;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  height: 100%;
  box-sizing: border-box;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div p {
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 1rem;
  font-weight: 500;
  position: relative;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div p::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #cccccc transparent transparent transparent;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div p.last::after {
  content: none;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div p.mod {
  padding: 3.8rem 1rem;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div div {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div div p {
  background-color: #b3b3b3;
  flex: 1;
  border-radius: 1.2rem;
  color: #fff;
  font-weight: 700;
}
.sec4__content .faqs > div dl.answer dd .table table tr td > div div p::after {
  content: none;
}
.sec4__content .faqs > div dl.answer dd .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-top: 3rem;
}
.sec4__content .faqs__note {
  position: relative;
  background-color: #fbe1e8;
  padding: 1.4rem 2rem;
  border-radius: 1.2rem;
}
@media (min-width: 561px) {
  .sec4__content .faqs__note {
    padding: 1.4rem 7.5rem 1.4rem 14.5rem;
  }
}
.sec4__content .faqs__note .image {
  width: 12rem;
  height: auto;
}
@media (min-width: 561px) {
  .sec4__content .faqs__note .image {
    position: absolute;
    width: 15rem;
    bottom: 0;
    left: 2rem;
  }
}
@media (min-width: 769px) {
  .sec4__content .faqs__note .image {
    width: 22.4rem;
    left: 0;
  }
}
.sec4__content .faqs__note p {
  background-color: #fff;
  border-top: 2px dashed #ed9fa1;
  border-bottom: 2px dashed #ed9fa1;
  padding: 2rem;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 561px) {
  .sec4__content .faqs__note p {
    padding: 2rem 4rem;
  }
}
@media (min-width: 769px) {
  .sec4__content .faqs__note p {
    padding: 2rem 12rem;
    font-size: 1.6rem;
  }
}

.sec5 {
  background-color: #fcedf2;
}
.sec5__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec5__content {
    flex-direction: row;
    gap: 1.6rem;
    flex-wrap: wrap;
  }
}
@media (min-width: 1240px) {
  .sec5__content {
    flex-wrap: nowrap;
  }
}

.sec6 {
  background-color: #fff9fc;
  background-image: url(../images/sec6_bg.png);
}
.sec6__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .sec6__content {
    flex-direction: row;
    gap: 4rem;
  }
}
.sec6__content > div {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.sec6__content > div p {
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 561px) {
  .sec6__content > div p {
    right: 2.4rem;
    bottom: 1.7rem;
    font-size: 1.6rem;
  }
}

.sec7 {
  background-color: #fff3f2;
  background-image: url(../images/sec7_bg.png);
}
.sec7__content {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1rem 2rem;
}
@media (min-width: 769px) {
  .sec7__content {
    padding: 6rem 9rem 6rem;
  }
}
.sec7__content > ul li {
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.5rem 0 2rem;
  border-bottom: 2px dashed #d1d1d1;
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .sec7__content > ul li {
    gap: 1.5rem;
    flex-wrap: nowrap;
  }
}
.sec7__content > ul li:last-child {
  border-bottom: none;
}
.sec7__content > ul li:last-child::after {
  content: none;
}
.sec7__content > ul li::after {
  content: "";
  width: 2.6rem;
  height: 1.3rem;
  background-color: #fff;
  background-image: url(../images/sec7_ico.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.2rem;
}
.sec7__content > ul li img {
  flex-shrink: 0;
  width: 5.5rem;
}
@media (min-width: 561px) {
  .sec7__content > ul li img {
    width: 6.9rem;
  }
}
.sec7__content > ul li p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 561px) {
  .sec7__content > ul li p {
    font-size: 1.6rem;
  }
}
.sec7__content > ul li p.mod {
  letter-spacing: -0.04em;
}
.sec7__content > ul li p:nth-child(2) {
  color: #fff;
  background-color: #ed9fa1;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.5rem;
  width: 15rem;
  border-radius: 1.2rem;
  text-align: center;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .sec7__content > ul li p:nth-child(2) {
    font-size: 1.8rem;
    width: 14rem;
  }
}
@media (min-width: 769px) {
  .sec7__content > ul li p:nth-child(2) {
    font-size: 2rem;
    width: 18.6rem;
  }
}

.sec8 {
  background-color: #fefbf3;
}
.sec8__content .diagram {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 561px) {
  .sec8__content .diagram {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .sec8__content .diagram {
    margin-bottom: 5rem;
  }
}
.sec8__content .diagram dl {
  border: 2px solid #d1d1d1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec8__content .diagram dl {
    width: 33.33%;
  }
}
.sec8__content .diagram dl dt {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #ed9fa1;
  padding: 1.8rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media (min-width: 561px) {
  .sec8__content .diagram dl dt {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .sec8__content .diagram dl dt {
    font-size: 2rem;
  }
}
.sec8__content .diagram dl dd {
  flex: 1;
  background-color: #fff;
  text-align: right;
}
@media (min-width: 561px) {
  .sec8__content .diagram dl dd img {
    max-width: 23.5rem;
  }
}
@media (min-width: 769px) {
  .sec8__content .diagram dl dd img {
    max-width: 39rem;
  }
}
.sec8__content .diagram dl dd p {
  padding: 1.5rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  border-top: 2px dashed #d1d1d1;
}
@media (min-width: 769px) {
  .sec8__content .diagram dl dd p {
    padding: 2rem 2.5rem;
    font-size: 1.5rem;
  }
}
.sec8__content .diagram dl:nth-child(2) {
  border-top: none;
  border-bottom: none;
}
@media (min-width: 561px) {
  .sec8__content .diagram dl:nth-child(2) {
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1;
    border-left: none;
    border-right: none;
  }
}
.sec8__content .diagram dl:nth-child(3) dt {
  background-color: #f4c7c4;
}
.sec8__content > p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .sec8__content > p {
    margin-bottom: 5rem;
    font-size: 1.6rem;
  }
}
.sec8__content .caution {
  padding: 2rem 1rem;
  border-left: 0.8rem solid #fbe6b0;
  background-color: #fff;
}
@media (min-width: 561px) {
  .sec8__content .caution {
    border-left: 1.3rem solid #fbe6b0;
    padding: 4rem 3rem;
  }
}
.sec8__content .caution h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 561px) {
  .sec8__content .caution h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.sec8__content .caution ul li {
  font-size: 1.4rem;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .sec8__content .caution ul li {
    font-size: 1.6rem;
  }
}

.sec9 {
  background-color: #feffff;
  background-image: url(../images/sec9_bg.png);
  background-size: cover;
}
.sec9__content {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 561px) {
  .sec9__content {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 769px) {
  .sec9__content {
    padding: 5rem 5rem 6.5rem;
  }
}
.sec9__content .map {
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 1.2rem 1.2rem 0px 0px #fbe1e8;
  -webkit-box-shadow: 1.2rem 1.2rem 0px 0px #fbe1e8;
  -moz-box-shadow: 1.2rem 1.2rem 0px 0px #fbe1e8;
  height: 300px;
}
@media (min-width: 561px) {
  .sec9__content .map {
    height: auto;
    width: 35%;
  }
}
@media (min-width: 769px) {
  .sec9__content .map {
    width: 49%;
  }
}
.sec9__content .map iframe {
  width: 100%;
  height: 100%;
}
.sec9__content .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
@media (min-width: 561px) {
  .sec9__content .text {
    width: 65%;
    padding-left: 3.5rem;
  }
}
@media (min-width: 769px) {
  .sec9__content .text {
    width: 51%;
    padding-left: 6rem;
  }
}
.sec9__content .text table {
  width: 100%;
}
.sec9__content .text table tr th,
.sec9__content .text table tr td {
  border: 2px solid #d1d1d1;
  border-left: none;
  border-right: none;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .sec9__content .text table tr th,
  .sec9__content .text table tr td {
    font-size: 1.6rem;
  }
}
.sec9__content .text table tr th {
  background-color: #ed9fa1;
  color: #fff;
  vertical-align: middle;
  padding: 1.5rem 0;
  min-width: 80px;
}
.sec9__content .text table tr td {
  padding: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .sec9__content .text table tr td {
    padding: 1rem 2.3rem;
  }
}

.sec10 {
  margin-top: 10rem;
  background-color: #fffcfd;
}
.sec10__content {
  max-width: 97.5rem;
  margin: 0 auto;
}
.sec10__content .form {
  border: 2px solid #d1d1d1;
  border-top: none;
  margin-bottom: 6rem;
}
.sec10__content .form__line {
  display: flex;
  border-top: 2px solid #d1d1d1;
  flex-direction: column;
}
@media (min-width: 561px) {
  .sec10__content .form__line {
    flex-direction: row;
  }
}
.sec10__content .form__line .req {
  flex-shrink: 0;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1.2rem;
  border-radius: 0.6rem;
  line-height: 1;
  background-color: #fd6f72;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sec10__content .form__line .req {
    font-size: 1.4rem;
  }
}
.sec10__content .form__line .req.opt {
  background-color: #667ded;
}
.sec10__content .form__line dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff8f9;
  padding: 2rem;
  font-weight: 700;
  gap: 1rem;
}
@media (min-width: 561px) {
  .sec10__content .form__line dt {
    width: 33%;
    max-width: 27rem;
  }
}
.sec10__content .form__line dt.mod {
  align-items: flex-start;
}
.sec10__content .form__line dd {
  padding: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex: 1;
}
.sec10__content .form__line dd.mod {
  flex-direction: column;
  width: 100%;
  gap: 0;
}
.sec10__content .form__line dd.mod div:not(.date):not(.time) {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  flex-wrap: wrap;
}
.sec10__content .form__line dd.mod div:not(.date):not(.time):nth-child(1) {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #d1d1d1;
}
.sec10__content .form__line dd.mod div:not(.date):not(.time):nth-child(2) {
  padding-top: 1.5rem;
}
.sec10__content .form__line dd.mod div:not(.date):not(.time) p {
  width: 60%;
}
@media (min-width: 769px) {
  .sec10__content .form__line dd.mod div:not(.date):not(.time) p {
    width: max-content;
  }
}
.sec10__content .form__line dd .radio {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.sec10__content .form__line dd .radio label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.sec10__content .form__line dd .date {
  width: 80%;
  max-width: 25rem;
  position: relative;
}
.sec10__content .form__line dd .date .placeholder {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #9b9b9b;
  font-size: 14px;
  transition: opacity 0.12s ease, transform 0.12s ease, font-size 0.12s ease;
}
.sec10__content .form__line dd .time {
  width: 14.3rem;
  position: relative;
}
.sec10__content .form__line dd .time .placeholder {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #9b9b9b;
  font-size: 14px;
  transition: opacity 0.12s ease, transform 0.12s ease, font-size 0.12s ease;
}
.sec10__content .form__line dd input {
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.sec10__content .form__line dd input:focus {
  outline: none;
}
.sec10__content .form__line dd input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
}
.sec10__content .form__line dd input[type=text] {
  height: 4rem;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  border: 2px solid #b6b6b6;
  width: 100%;
  max-width: 47.7rem;
}
@media (min-width: 561px) {
  .sec10__content .form__line dd input[type=text] {
    width: 80%;
  }
}
.sec10__content .form__line dd input[type=date] {
  height: 4rem;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  border: 2px solid #b6b6b6;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: transparent;
  background-image: url(../images/form_cal.png);
}
.sec10__content .form__line dd input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.sec10__content .form__line dd input[type=time] {
  height: 4rem;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  border: 2px solid #b6b6b6;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: transparent;
  background-image: url(../images/form_time.png);
}
.sec10__content .form__line dd input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.sec10__content .form__line dd textarea {
  height: 4rem;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1rem 1.5rem;
  border: 2px solid #b6b6b6;
  width: 100%;
  max-width: 47.7rem;
  resize: none;
  height: 27.7rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 561px) {
  .sec10__content .form__line dd textarea {
    width: 80%;
  }
}
.sec10__content .form__line dd textarea:focus {
  outline: none;
}
.sec10__content .form__submit {
  display: flex;
  justify-content: center;
}

/* Hide / move placeholder when input has value or is focused */
.date input[type=date]:focus + .placeholder,
.date input[type=date].has-value + .placeholder,
.time input[type=time]:focus + .placeholder,
.time input[type=time].has-value + .placeholder {
  opacity: 0;
  transform: translateY(-60%);
  font-size: 12px;
}

.date input[type=date]:focus,
.date input[type=date].has-value,
.time input[type=time]:focus,
.time input[type=time].has-value {
  color: #363636 !important;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
  transition: right 0.3s, opacity 0.6s;
  opacity: 0;
  z-index: 100;
}
@media (min-width: 769px) {
  .sidebar {
    display: flex;
  }
}
.sidebar.is-open {
  right: 0;
  opacity: 1;
}
.sidebar__nav {
  background-color: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 10rem 2rem;
  position: relative;
  font-size: 1.6rem;
}
.sidebar__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
}
.sidebar__nav a::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #ed9fa1 transparent transparent transparent;
  transform: rotate(0deg);
}

.js-ham-close {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 3rem;
  right: 2rem;
}
.js-ham-close span {
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #836162;
  transform-origin: center;
  transform: rotate(-30deg);
}
.js-ham-close span:nth-child(2) {
  transform: rotate(30deg);
  margin-top: -2px;
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
}
.btn:hover {
  opacity: 0.9;
}
.btn-tel {
  background-color: #fff;
  border: 2px solid #f59b9f;
  width: 100%;
  max-width: 39rem;
  border-radius: 1.2rem;
  min-height: 8rem;
  padding: 1rem;
}
.btn-tel p {
  color: #f59b9f;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 1rem;
}
@media (min-width: 561px) {
  .btn-tel p {
    font-size: 1.6rem;
    padding: 0 0rem 0 1.4rem;
  }
}
.btn-tel p:first-child {
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-right: 2px solid;
}
@media (min-width: 376px) {
  .btn-tel p:first-child {
    font-size: 2.2rem;
  }
}
@media (min-width: 561px) {
  .btn-tel p:first-child {
    font-size: 2.4rem;
    gap: 0.7rem;
    padding: 0 1.8rem 0 0rem;
  }
}
.btn-cal {
  background-color: #f59b9f;
  border: 2px solid #f59b9f;
  width: 100%;
  max-width: 39rem;
  border-radius: 1.2rem;
  min-height: 8rem;
  padding: 1rem;
}
.btn-cal p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 0 1rem;
}
@media (min-width: 561px) {
  .btn-cal p {
    font-size: 1.6rem;
    padding: 0 0rem 0 1.4rem;
  }
}
.btn-cal p:first-child {
  flex: 1;
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-right: 2px solid;
}
@media (min-width: 376px) {
  .btn-cal p:first-child {
    font-size: 2rem;
    gap: 2rem;
  }
}
@media (min-width: 561px) {
  .btn-cal p:first-child {
    font-size: 2.4rem;
    gap: 0.7rem;
    padding: 0 1.8rem 0 0rem;
  }
}
.btn-faq {
  width: 100%;
  max-width: 36rem;
  height: 5.6rem;
  font-size: 1.4rem;
  border: 1px solid #989393;
  box-shadow: 0.209px 1.989px 3px 0px rgba(148, 148, 148, 0.3);
  border-radius: 3rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 769px) {
  .btn-faq {
    font-size: 1.6rem;
  }
}
.btn-faq::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #989393;
}
.btn-map {
  width: 100%;
  max-width: 38.5rem;
  height: 5.6rem;
  font-size: 1.4rem;
  border: 1px solid #989393;
  box-shadow: 0.209px 1.989px 3px 0px rgba(148, 148, 148, 0.3);
  border-radius: 3rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 769px) {
  .btn-map {
    font-size: 1.6rem;
  }
}
.btn-map::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #989393;
}
.btn-form {
  width: 100%;
  max-width: 38.5rem;
  height: 5.6rem;
  font-size: 1.4rem;
  border: 1px solid #989393;
  box-shadow: 0.209px 1.989px 3px 0px rgba(148, 148, 148, 0.3);
  border-radius: 3rem;
  font-weight: 700;
  position: relative;
  color: #989393;
}
@media (min-width: 769px) {
  .btn-form {
    font-size: 1.6rem;
  }
}

input.datepicker {
  cursor: pointer;
  pointer-events: auto; /* これが none になっていないか確認 */
}

/*# sourceMappingURL=style.css.map */


/*==================================================================================================================================

  *改行設定

==================================================================================================================================*/
.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }
}

/*==================================================================================================================================

  *追加CSS

==================================================================================================================================*/
@media (min-width: 769px) and (max-width: 1920px) {
.new-fv-ttl {
    line-height: 1;
    letter-spacing: normal !important;
	        font-size: 4.8rem;
}
	}

@media only screen and (max-width: 960px) {
.new-fv-ttl {
   font-size: 3.1rem !important;
}
}

@media only screen and (max-width: 480px){
.new-fv-ttl {
    font-size: 2.5rem !important;
    letter-spacing: normal !important;
}
}
.pic-supplement {
    background: #ffffffa3;
    padding: 20px 40px;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    border-radius: 40px 0 0 0;
}

@media only screen and (max-width: 480px){
.pic-supplement {
    padding: 10px 20px;
    border-radius: 30px 0 0 0;
	}
}



/* ==================================================
  Contact Form 7 WEB予約フォーム
================================================== */

.cf7-reserve-table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid #d1d1d1;
  background: #fff;
  font-size: 16px;
  color: #222;
}

.cf7-reserve-table th,
.cf7-reserve-table td {
  border: 1px solid #d1d1d1;
  vertical-align: middle;
  text-align: left;
}

.cf7-reserve-table th {
  width: 280px;
  padding: 25px 22px;
  background: #fff8f8;
  font-weight: 700;
  line-height: 1.75;
}

.cf7-reserve-table td {
  padding: 25px 20px;
  background: #fff;
}

/* CF7が自動で入れるpタグの余白調整 */
.cf7-reserve-table p {
  margin: 0;
}

/* 必須・任意ラベル */
.cf7-reserve-table .req,
.cf7-reserve-table .opt {
  display: inline-block;
  min-width: 52px;
  margin-left: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}

.cf7-reserve-table .req {
  background: #ff6f78;
}

.cf7-reserve-table .opt {
  background: #6378f0;
}

/* 入力欄共通 */
.cf7-reserve-table input[type="text"],
.cf7-reserve-table input[type="email"],
.cf7-reserve-table input[type="tel"],
.cf7-reserve-table input[type="number"],
.cf7-reserve-table input[type="date"],
.cf7-reserve-table select,
.cf7-reserve-table textarea {
  border: 2px solid #999;
  background: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.cf7-reserve-table input[type="text"],
.cf7-reserve-table input[type="email"],
.cf7-reserve-table input[type="tel"],
.cf7-reserve-table input[type="number"] {
  width: 170px;
  height: 26px;
  padding: 2px 6px;
}

.cf7-reserve-table input::placeholder,
.cf7-reserve-table textarea::placeholder {
  color: #999;
}

/* 年齢 */
.cf7-age-field p {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cf7-age-field br {
  display: none;
}

.cf7-age-field input[type="number"] {
  width: 170px;
}

/* 日付 */
.cf7-reserve-table input[type="date"] {
  width: 250px;
  height: 40px;
  padding: 6px 12px;
  color: #777;
}

/* 時間選択：selectに変更した場合 */
.cf7-reserve-table select {
  width: 140px;
  height: 40px;
  padding: 6px 12px;
  color: #777;
}

/* 現在textのままでも崩れないように */
.cf7-time-input input[type="text"] {
  width: 140px;
  height: 40px;
  padding: 6px 12px;
  color: #777;
}

/* ラジオボタン */
.cf7-reserve-table .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.cf7-reserve-table .wpcf7-list-item {
  margin: 0;
}

.cf7-reserve-table .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 700;
}

.cf7-reserve-table input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #777;
}

/* 希望日時 */
.cf7-date-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.cf7-date-row + .cf7-date-row {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #d1d1d1;
}

.cf7-date-label {
  min-width: 130px;
}

.cf7-date-label p {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cf7-date-label br {
  display: none;
}

.cf7-date-label .req,
.cf7-date-label .opt {
  margin-left: 0;
}

.cf7-date-label strong {
  white-space: nowrap;
}

/* テキストエリア */
.cf7-reserve-table textarea {
  width: 100%;
  max-width: 560px;
  height: 280px;
  padding: 10px;
  resize: vertical;
}

/* エラーメッセージ */
.cf7-reserve-table .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: #d93025;
}

/* 送信ボタン */
.cf7-submit-wrap {
  max-width: 980px;
  margin: 30px auto 0;
  text-align: center;
}

.cf7-submit-wrap p {
  margin: 0;
}

.cf7-submit-wrap .btn-form {
    min-width: 220px;
    padding: 14px 30px;
    border: none;
    background: #ff6f78;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0;
    transition: opacity 0.2s ease;
    text-align: center;
    margin: 0 auto;
}

.cf7-submit-wrap .btn-form:hover {
  opacity: 0.8;
}

/* CF7送信後メッセージ */
.wpcf7-response-output {
  max-width: 980px;
  margin: 20px auto 0 !important;
  padding: 14px 18px !important;
  border-radius: 0 !important;
}

/* ==================================================
  SP調整
================================================== */
@media screen and (max-width: 767px) {
  .cf7-reserve-table,
  .cf7-reserve-table tbody,
  .cf7-reserve-table tr,
  .cf7-reserve-table th,
  .cf7-reserve-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .cf7-reserve-table {
    border: 1px solid #d1d1d1;
    font-size: 15px;
  }

  .cf7-reserve-table tr {
    border-bottom: 1px solid #d1d1d1;
  }

  .cf7-reserve-table tr:last-child {
    border-bottom: none;
  }

  .cf7-reserve-table th,
  .cf7-reserve-table td {
    border: none;
  }

  .cf7-reserve-table th {
    padding: 16px 16px 8px;
    background: #fff8f8;
  }

  .cf7-reserve-table td {
    padding: 12px 16px 18px;
  }

  .cf7-reserve-table .req,
  .cf7-reserve-table .opt {
    margin-left: 8px;
    font-size: 12px;
  }

  .cf7-reserve-table input[type="text"],
  .cf7-reserve-table input[type="email"],
  .cf7-reserve-table input[type="tel"],
  .cf7-reserve-table input[type="number"],
  .cf7-reserve-table input[type="date"],
  .cf7-reserve-table select {
    width: 100%;
    height: 42px;
  }

  .cf7-age-field p {
    display: flex;
    align-items: center;
  }

  .cf7-age-field input[type="number"] {
    width: 120px;
  }

  .cf7-reserve-table .wpcf7-radio {
    display: block;
  }

  .cf7-reserve-table .wpcf7-list-item {
    display: block;
    margin-bottom: 12px;
  }

  .cf7-date-row {
    display: block;
    padding: 14px 0;
  }

  .cf7-date-label {
    margin-bottom: 10px;
  }

  .cf7-date-label p {
    justify-content: flex-start;
  }

  .cf7-date-input,
  .cf7-time-input {
    margin-bottom: 10px;
  }

  .cf7-reserve-table textarea {
    max-width: 100%;
    height: 220px;
  }

  .cf7-submit-wrap .btn-form {
    width: 100%;
  }
}

/* ==================================================
  CF7 日付入力欄の被り対策
================================================== */

.cf7-reserve-table .wpcf7-form-control-wrap {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important;
}

.cf7-reserve-table input[type="date"],
.cf7-reserve-table .wpcf7-date,
.cf7-reserve-table .hasDatepicker {
  position: static !important;
  display: inline-block !important;
  width: 250px !important;
  height: 40px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

.cf7-reserve-table input[type="text"],
.cf7-reserve-table input[type="email"],
.cf7-reserve-table input[type="tel"],
.cf7-reserve-table input[type="number"],
.cf7-reserve-table select,
.cf7-reserve-table textarea {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: auto !important;
}

/* jQuery UIのカレンダー本体だけは前面に出す */
#ui-datepicker-div {
  z-index: 99999 !important;
}

@media screen and (max-width: 767px) {
.cf7-reserve-table input[type="date"], .cf7-reserve-table .wpcf7-date, .cf7-reserve-table .hasDatepicker {
    position: static !important;
    display: inline-block !important;
    width: 80vw !important;
}

  .cf7-reserve-table .wpcf7-form-control-wrap {
    width: 100% !important;
  }
}

/* =====================================
  追従予約ボタン
===================================== */

.fixed-reserve {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fixed-reserve__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 64px;
    border-radius: 10px;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    overflow: hidden;
    /* border: 1px solid rgba(238, 166, 168, 0.45); */
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fixed-reserve__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.28),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.fixed-reserve__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.fixed-reserve__btn:focus-visible {
  outline: 3px solid #FEF0F0;
  outline-offset: 3px;
}

.fixed-reserve__main {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* ボタンごとの色 */
.fixed-reserve__btn--tel {
    background: #fff;
    color: #f56d73;
    border: 2px solid #f59b9f;
}

.fixed-reserve__btn--tel:hover {
    background: #f59b9f;
    color: #fff;
    border: 2px solid #fff;
}

.fixed-reserve__btn--web {
    background: #f59b9f;
    color: #fff;
    border: 2px solid #fff;
}

.fixed-reserve__btn--web:hover {
    background: #fff;
    color: #f56d73;
    border: 2px solid #f59b9f;
}

.fixed-reserve__btn--line {
    background: #fff;
    color:#06c755;
    border: 2px solid #06c755;
}

.fixed-reserve__btn--line:hover {
    background:#06c755;
    color: #fff;
    border: 2px solid #fff;
}

/* 960px以下：右下に表示 */
@media screen and (max-width: 960px) {
  .fixed-reserve {
    right: 16px;
    bottom: 16px;
  }

  .fixed-reserve__btn {
    min-width: 140px;
  }
}

/* 480px以下：画面下部に横並びで表示 */
@media screen and (max-width: 767px) {
.fixed-reserve {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    gap: 0;
    padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
	
.fixed-reserve__btn {
    flex: 1;
    min-height: 58px;
    padding: 10px 4px;
    box-shadow: none;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    min-width: auto;
}

/*   .fixed-reserve__btn:last-child {
    border-right: none;
  }

  .fixed-reserve__btn:hover {
    transform: none;
  } */

.fixed-reserve__main {
    font-size: 15px;
    letter-spacing: 2px;
}
}
