/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #2F296F;
  text-decoration: none;
}
a:link {
  color: #2F296F;
}
a:active {
  color: #2F296F;
}
a:visited {
  color: #2F296F;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

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

p {
  margin: 0;
}

:-moz-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 673, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

a:hover {
  opacity: 0.7;
}

.main-left,
.main-right {
  position: fixed;
  min-width: calc((100% - 375px) / 2);
  width: calc((100% - 375px) / 2);
  max-width: calc((100% - 375px) / 2);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-left,
  .main-right {
    display: none;
  }
}
@media (max-width: 750px) {
  .main-left,
  .main-right {
    display: none;
  }
}

.main-left {
  margin: 0 auto 0 0;
}
.main-left nav {
  margin: 5% 0 0 10%;
}
.main-left nav ul li a {
  font-family: "futura-pt", sans-serif;
  font-size: clamp(20px, 20px + 20 * (100vw - 767px) / 673, 40px);
  font-weight: bold;
  color: #2F296F;
}
.main-left .btn-box {
  margin: 2% 0 0 10%;
  text-align: center;
  width: 90%;
  padding: 20px 0;
}
.main-left .btn-box .btn-flex {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.main-left .btn-box .btn-flex .btn-cn a img {
  max-width: 50px;
  width: 100%;
}
.main-left .btn-fixed {
  width: 100%;
  max-width: calc((100% - 375px) / 2);
  background: url(../img/fixed-bg.jpg) no-repeat center center/cover;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  box-sizing: border-box;
}

.main-right {
  right: 0;
  background: url(../img/pc-right-bg.jpg) no-repeat center center/cover;
}
.main-right .img {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.main-right .img img {
  max-height: 80vh;
}

.main-center {
  max-width: 375px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .main-center {
    max-width: inherit;
    width: 100%;
  }
}
.main-center .inner {
  width: 92%;
  max-width: 345px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .inner {
    max-width: inherit;
  }
}
.main-center .cta {
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 375px;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center .cta {
    max-width: inherit;
    width: 100%;
    display: block;
  }
}
@media (max-width: 750px) {
  .main-center .cta {
    max-width: inherit;
    display: block;
    width: 100%;
  }
}
.main-center .cta .btn {
  width: 90%;
  margin: 0 auto;
}
.main-center #time {
  background: #F0F0F0;
  padding: 40px 0;
}
.main-center #access {
  background: #F0F0F0;
  padding-bottom: 60px;
}
.main-center #access h2 {
  text-align: center;
}
.main-center #access .map {
  margin-top: 35px;
}
.main-center #access .map iframe {
  width: 100%;
  height: 235px;
}
.main-center #access .txt {
  margin-top: 30px;
  text-align: center;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
.main-center #price {
  background: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 60px;
}
.main-center #price .inner > .img {
  margin-top: 30px;
}
.main-center #price .inner > .img:not(:first-child) {
  margin-top: 20px;
}
.main-center #price .box {
  margin-top: 30px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #2F296F;
}
.main-center #price .box h3 {
  font-size: clamp(22px, 22px + 0 * (100vw - 767px) / 673, 22px);
  font-weight: bold;
  color: #2F296F;
  text-align: center;
}
.main-center #price .box .flex-box {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #price .box .flex-box {
    justify-content: center;
  }
}
.main-center #price .box .flex-box .flex-left {
  width: 120px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2F296F;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  border-radius: 30px;
  color: #2F296F;
  font-weight: bold;
}
.main-center #price .box .flex-box .flex-right {
  max-width: 180px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  color: #2F296F;
  letter-spacing: 0.03em;
  line-height: 1;
}
.main-center #price .box .flex-box .flex-right .fs24 {
  font-size: clamp(24px, 24px + 0 * (100vw - 767px) / 673, 24px);
}
.main-center #price .box .flex-box .flex-right .fs38 {
  font-size: clamp(38px, 38px + 0 * (100vw - 767px) / 673, 38px);
}
.main-center #price .box .flex-box .flex-right .fs20 {
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}
.main-center #price #box02 {
  margin-top: 45px;
  position: relative;
  padding-top: 75px;
  background: linear-gradient(#fef0fc 0%, #fffde3 100%);
  border: 1px solid #2f296f;
}
.main-center #price #box02 .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  width: 280px;
  height: 75px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  background: #2F296F;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.main-center #price #box02 .ttl::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #2f296f;
  border-bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -14px;
}
.main-center #price #box02 .ttl span.yellow {
  color: #fffcd6;
}
.main-center #price #box02 .ttl span.fs22 {
  font-size: clamp(22px, 22px + 0 * (100vw - 767px) / 673, 22px);
}
.main-center #price #box02 .flex-box.mT0 {
  margin-top: 0;
}
.main-center #price #box02 .flex-box .flex-right {
  color: #b459a3;
}
.main-center #price dl {
  margin-top: 30px;
}
.main-center #price dl dt {
  background: #b6e9d3;
  color: #2F296F;
  padding: 3px 0;
  text-align: center;
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
  font-weight: bold;
}
.main-center #price dl dd {
  padding: 4px 0;
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
}
.main-center #price dl dd .memo {
  font-size: clamp(13px, 13px + 0 * (100vw - 767px) / 673, 13px);
  font-weight: 100;
}
.main-center #price .note-box {
  margin-top: 25px;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.main-center #price .note-box .img {
  max-width: 44px;
}
.main-center #price .note-box .txt {
  font-size: clamp(16px, 16px + 0 * (100vw - 767px) / 673, 16px);
  color: #b22740;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
@media (max-width: 750px) {
  .main-center #price .note-box .txt {
    letter-spacing: -0.03em;
  }
}
.main-center #content {
  background: #F0F0F0;
}
.main-center #faq {
  background: #F0F0F0;
  padding: 60px 0;
}
.main-center #faq h2 {
  text-align: center;
}
.main-center #faq dl {
  margin-top: 20px;
}
.main-center #faq dl:not(:first-of-type) {
  margin-top: 10px;
}
.main-center #faq dl dt,
.main-center #faq dl dd {
  display: flex;
  gap: 8px;
  font-size: clamp(13px, 13px + 0 * (100vw - 767px) / 673, 13px);
  color: #2F296F;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.main-center #faq dl dt span,
.main-center #faq dl dd span {
  font-size: clamp(21px, 21px + 0 * (100vw - 767px) / 673, 21px);
}
.main-center #faq dl dt {
  align-items: center;
}
.main-center #faq dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #2F296F;
  align-items: flex-start;
}
.main-center #faq dl dd a {
  color: #2F296F;
}
.main-center #policy {
  background: #dbdbdb;
  padding: 35px 0 30px;
}
.main-center #policy .ttl {
  margin-top: 30px;
  font-size: clamp(18px, 18px + 0 * (100vw - 767px) / 673, 18px);
  font-weight: bold;
  color: #2F296F;
}
.main-center #policy .txt {
  margin-top: 0;
  font-size: clamp(14px, 14px + -13 * (100vw - 767px) / 673, 1px);
  font-weight: 100;
}
.main-center #policy .txt:not(:first-child) {
  margin-top: 15px;
}
.main-center .btn-box {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  padding: 20px 0;
}
.main-center .btn-box .btn-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.main-center .btn-box .btn-flex .btn-cn a img {
  max-width: 50px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #footer {
    padding-bottom: 146px;
  }
}
@media (max-width: 750px) {
  .main-center #footer {
    padding-bottom: 83px;
  }
}