@charset "UTF-8";
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;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

html,
body {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-weight: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

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

p {
  word-wrap: break-word;
}

input[type=text],
input[type=tel],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.ex-maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.ex-XYcent, .rental-page .point_sec--image img, .lecture-page--lecture .box-image img, .fv_sec-image, .fv_sec::before, .bs-coverImg .imgback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ex-Xcent, .bs-title::before, .bs-title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ex-Ycent, .faq-page .menu_sec-inr a .circle, .contact-page--form .form-main--box .select-cover::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ex-cent-clear {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

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

.br--sp {
  display: none;
}
@media all and (max-width: 660px) {
  .br--sp {
    display: inline;
  }
}

@media all and (max-width: 660px) {
  .br-no-sp {
    display: none;
  }
}

.br--tb {
  display: none;
}
@media all and (max-width: 960px) {
  .br--tb {
    display: inline;
  }
}

@media all and (max-width: 960px) {
  .br-no-tb {
    display: none;
  }
}

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

body {
  font-size: 16px;
  line-height: 2;
  font-family: "normal", sans-serif;
}

.ex-f-e {
  font-family: "kaiso", sans-serif;
}

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

header .hd-main {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media all and (max-width: 660px) {
  header .hd-main {
    display: none;
  }
}
header .hd-main--inr {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
@media all and (max-width: 1320px) {
  header .hd-main--inr {
    padding-right: 5vw;
  }
}
header .hd-main--list {
  display: flex;
  justify-content: flex-end;
}
header .hd-main--list li {
  line-height: 80px;
}
header .hd-main--list li .anchor {
  padding: 0 1em;
  display: inline-block;
  letter-spacing: 0.05em;
  transition: 0.3s;
  color: #fff;
  font-size: 15px;
}
@media all and (max-width: 1320px) {
  header .hd-main--list li .anchor {
    padding: 0 1em;
  }
}
@media all and (max-width: 960px) {
  header .hd-main--list li .anchor {
    font-size: 14px;
    padding: 0 0.7em;
  }
}
header .hd-main--list li .anchor.this {
  color: #fff;
  text-decoration: underline;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  header .hd-main--list li .anchor:hover {
    opacity: 0.6;
    color: #fff;
    text-decoration: underline;
  }
}
header .hd-main--icon {
  align-self: center;
  line-height: 1;
}
@media all and (max-width: 960px) {
  header .hd-main--icon {
    display: none;
  }
}
@media all and (max-width: 660px) {
  header .hd-main--icon {
    display: block;
  }
}
header .hd-main--icon .anchor {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  header .hd-main--icon .anchor:hover {
    opacity: 0.4;
  }
}
header .hd-main--icon .anchor.instagram {
  width: 24px;
}
header .mobileNavButton {
  width: 56px;
  height: 56px;
  position: fixed;
  top: 4px;
  right: 4px;
  z-index: 9999;
  border: 1px solid #fff;
  display: none;
}
@media all and (max-width: 660px) {
  header .mobileNavButton {
    display: block;
  }
}
header .mobileNavButton .inr {
  width: 26px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .mobileNavButton .bar {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.mobileNavButton .bar:nth-child(1) {
  top: 0;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(1) {
  top: 9px;
  transform: rotate(40deg);
}

.mobileNavButton .bar:nth-child(2) {
  top: 8px;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(2) {
  opacity: 0;
}

.mobileNavButton .bar:nth-child(3) {
  bottom: 0px;
}

.isOpen__mobileNav .mobileNavButton .bar:nth-child(3) {
  bottom: 8px;
  transform: rotate(-40deg);
}

.mobileNav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  display: none;
}
@media all and (max-width: 660px) {
  .mobileNav {
    display: block;
  }
}
.mobileNav .inr {
  width: 78vw;
  height: 100%;
  padding: 0 14px 0;
  background: #416d85;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  transition: transform 0.65s;
  transform: translateX(88vw);
  z-index: 20;
}
.isOpen__mobileNav .mobileNav .inr {
  pointer-events: all;
  transform: translateX(0);
}
.mobileNav .nav {
  padding-top: 60px;
}
.mobileNav .nav a {
  display: block;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #fff;
}
.mobileNav .contact-box {
  margin-top: 22px;
}
.mobileNav .contact-box .l {
  font-size: 13px;
  text-align: center;
}
.mobileNav .contact-box .anchor {
  margin-top: 6px;
  padding: 20px 0;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
.mobileNav .icon-box {
  margin-top: 14px;
  display: flex;
}
.mobileNav .icon-box .anchor {
  display: inline-block;
}
.mobileNav .icon-box .anchor.instagram {
  width: 29px;
}
.mobileNav .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
.isOpen__mobileNav .mobileNav .overlay {
  opacity: 0.5;
  pointer-events: all;
}

.bs-inr, .faq-page .faq_sec-inr, .faq-page .menu_sec-inr, .rental-page .anchor_sec-inr, .rental-page .price_sec--main, .rental-page .point_sec--list li, .rental-page--title {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.bs-coverImg {
  width: 100%;
  min-height: 45vw;
  position: relative;
}
.bs-coverImg.nB::before {
  display: none;
}
.bs-coverImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bs-coverImg.h100 {
  min-height: 100vh;
}
@media all and (max-width: 660px) {
  .bs-coverImg.h100 {
    height: 100vh;
  }
}
.bs-coverImg .flexInr {
  width: 100%;
  height: 100%;
  padding: 18vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 660px) {
  .bs-coverImg .flexInr {
    padding: 0;
  }
}
.bs-coverImg .flexInr .inBox {
  color: #fff;
  text-align: center;
}
@media all and (max-width: 660px) {
  .bs-coverImg .flexInr .inBox {
    padding: 0 15px;
  }
}
.bs-coverImg .flexInr .inBox .title {
  margin-bottom: 20px;
}
.bs-coverImg .flexInr .inBox .title .big {
  line-height: 1;
  font-size: 52px;
  display: block;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media all and (max-width: 960px) {
  .bs-coverImg .flexInr .inBox .title .big {
    font-size: 44px;
  }
}
@media all and (max-width: 660px) {
  .bs-coverImg .flexInr .inBox .title .big {
    font-size: 38px;
  }
}
.bs-coverImg .flexInr .inBox .title .small {
  font-size: 16px;
  display: block;
}
@media all and (max-width: 960px) {
  .bs-coverImg .flexInr .inBox .title .small {
    font-size: 14px;
  }
}
@media all and (max-width: 660px) {
  .bs-coverImg .flexInr .inBox .title .small {
    line-height: 1;
    margin-top: 5px;
    font-size: 16px;
  }
}
.bs-coverImg .flexInr .inBox p {
  font-size: clamp(10px, 1.2vw, 16px);
}
@media all and (max-width: 660px) {
  .bs-coverImg .flexInr .inBox p {
    display: none;
    font-size: 12px;
  }
}
@media all and (max-width: 660px) {
  .bs-coverImg .flexInr .inBox p.show {
    display: block;
  }
}
.bs-coverImg .flexInr .inBox p:not(:first-of-type) {
  margin-top: 1.5em;
}
.bs-coverImg .flexInr .inBox p.en {
  font-size: 0.8em;
}
@media all and (max-width: 660px) {
  .bs-coverImg .flexInr .inBox p.en {
    line-height: 1.55;
  }
}
.bs-coverImg .flexInr .inBox .anchor {
  margin-top: 20px;
  padding: 12px 24px;
  line-height: 1;
  display: inline-block;
  border-radius: 0px 20px 0px 20px;
  border: 1px solid #fff;
  transition: 0.2s;
}
.bs-coverImg .flexInr .inBox .anchor:hover {
  background: #fff;
  color: #000;
}
.bs-coverImg .flexInr .inBox .coming {
  padding: 0 0.5em 4px;
  font-size: 18px;
  margin-top: 1em;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.bs-coverImg .imgback {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.bs-title {
  padding: 20px 0;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 32px;
}
@media all and (max-width: 660px) {
  .bs-title {
    font-size: 24px;
  }
}
.bs-title::before, .bs-title::after {
  content: "";
  height: 1px;
  background: #fff;
  display: block;
}
.bs-title::before {
  width: 680px;
  top: 0;
}
@media all and (max-width: 960px) {
  .bs-title::before {
    width: 75%;
  }
}
.bs-title::after {
  bottom: 0;
  width: 540px;
}
@media all and (max-width: 960px) {
  .bs-title::after {
    width: 60%;
  }
}

.fv_sec {
  height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.fv_sec::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.fv_sec-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.fv_sec-inr {
  z-index: 10;
  position: relative;
  color: #fff;
  text-align: center;
}
.fv_sec-en {
  font-size: clamp(58px, 8vw, 102px);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.fv_sec-title {
  font-size: clamp(16px, 2.2vw, 28px);
  line-height: 1.3;
}

.top-page--logo {
  z-index: 100;
  width: 10.5vw;
  max-width: 140px;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media all and (max-width: 660px) {
  .top-page--logo {
    width: 20vw;
    top: 20px;
    left: 14px;
  }
}
@media all and (max-width: 660px) {
  .top-page .bs-coverImg .img-1 {
    -o-object-position: 34% center;
       object-position: 34% center;
  }
}

@media all and (max-width: 660px) {
  .sup-page .bs-coverImg .img-2 {
    -o-object-position: 65% center;
       object-position: 65% center;
  }
}
@media all and (max-width: 660px) {
  .sup-page .main_sec .flexInr {
    padding: 100px 0;
  }
}
.sup-page--text {
  padding: 120px 20px;
  background: #416d85;
  color: #fff;
}
@media all and (max-width: 660px) {
  .sup-page--text {
    padding: 60px 20px;
  }
}
.sup-page--text .inr {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  padding: 35px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sup-page--text .inr .title {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media all and (max-width: 660px) {
  .sup-page--text .inr .title {
    font-size: 17px;
  }
}
.sup-page--text .inr .l {
  font-size: 14px;
}
@media all and (max-width: 660px) {
  .sup-page--text .inr .l {
    font-size: 12px;
  }
}
.sup-page--text .inr .l:not(:last-of-type) {
  margin-bottom: 2em;
}
.sup-page--text .inr .line {
  margin-top: 30px;
  padding: 4px 22px;
  border-radius: 3px;
  display: inline-block;
  color: #416d85;
  background: #fff;
}
.sup-page .time_sec .bs-coverImg {
  height: 45vw;
  max-height: 980px;
  min-height: auto;
}
@media all and (max-width: 660px) {
  .sup-page .time_sec .bs-coverImg {
    height: 155vw;
  }
}
.sup-page .time_sec .bs-coverImg .flexInr {
  padding: 0;
}
.sup-page .time_sec .bs-coverImg .t-Time {
  font-size: 48px;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .sup-page .time_sec .bs-coverImg .t-Time {
    font-size: 32px;
  }
}
.sup-page .time_sec .bs-coverImg .t-Title {
  font-size: 26px;
  line-height: 1;
  margin-top: 20px !important;
}
@media all and (max-width: 660px) {
  .sup-page .time_sec .bs-coverImg .t-Title {
    font-size: 20px;
  }
}

.lecture-page {
  padding: 120px 0 0;
  background: #416d85;
}
.lecture-page--title {
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 660px) {
  .lecture-page--title {
    margin-bottom: 55px;
  }
}
.lecture-page--title .title {
  margin-bottom: 35px;
  font-size: 28px;
}
@media all and (max-width: 660px) {
  .lecture-page--title .title {
    font-size: 20px;
  }
}
.lecture-page--title .lead {
  font-size: 13px;
}
@media all and (max-width: 660px) {
  .lecture-page--title .lead {
    font-size: 12px;
  }
}
.lecture-page--lecture {
  padding: 80px 20px;
  background: #fff;
}
@media all and (max-width: 660px) {
  .lecture-page--lecture {
    padding: 30px 20px 40px;
  }
}
.lecture-page--lecture .box {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
}
.lecture-page--lecture .box:not(:last-of-type) {
  margin-bottom: 35px;
}
@media all and (max-width: 660px) {
  .lecture-page--lecture .box {
    flex-wrap: wrap;
  }
}
.lecture-page--lecture .box-text {
  width: 50%;
  padding-top: 20px;
  color: #416d85;
  padding-right: 20px;
  font-size: 13px;
}
@media all and (max-width: 660px) {
  .lecture-page--lecture .box-text {
    width: 100%;
  }
}
.lecture-page--lecture .box-text p {
  margin-bottom: 1em;
}
.lecture-page--lecture .box-text .title {
  font-weight: bold;
  font-size: 16px;
}
.lecture-page--lecture .box-image {
  width: 50%;
  position: relative;
}
@media all and (max-width: 660px) {
  .lecture-page--lecture .box-image {
    width: 100%;
  }
}
.lecture-page--lecture .box-image::before {
  padding-top: 66%;
  display: block;
  content: "";
}
.lecture-page--lecture .box-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 660px) {
  .location-page .bs-coverImg {
    height: 135vw;
  }
}
.location-page .bs-coverImg .img-2 {
  -o-object-position: center 30%;
     object-position: center 30%;
}
.location-page .bs-coverImg .img-5 {
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media all and (max-width: 660px) {
  .location-page .bs-coverImg .img-5 {
    -o-object-position: center 40%;
       object-position: center 40%;
  }
}

.contact-page {
  background: #416d85;
  padding: 120px 20px 0;
  min-height: calc(100vh - 550px);
}
.contact-page .title-box {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.contact-page .title-box .title {
  margin-bottom: 40px;
}
.contact-page .title-box .lead {
  font-size: 13px;
  color: #fff;
  line-height: 1.75;
  text-align: center;
}
@media all and (max-width: 660px) {
  .contact-page .title-box .lead {
    font-size: 12px;
  }
}
.contact-page .title-box .lead a {
  text-decoration: underline;
}
.contact-page .title-box .lead.bold {
  font-size: 18px;
}
@media all and (max-width: 660px) {
  .contact-page .title-box .lead.bold {
    font-size: 16px;
  }
}
.contact-page .title-box .line {
  margin-top: 30px;
  padding: 4px 22px;
  border-radius: 3px;
  display: inline-block;
  color: #416d85;
  background: #fff;
}
.contact-page--form {
  max-width: 1120px;
  margin: 60px auto 0;
  padding-bottom: 100px;
}
.contact-page--form .form-main {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}
@media all and (max-width: 660px) {
  .contact-page--form .form-main {
    gap: 14px;
  }
}
.contact-page--form .form-main--box {
  width: 100%;
}
.contact-page--form .form-main--box.half {
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 660px) {
  .contact-page--form .form-main--box.half {
    width: 100%;
  }
}
.contact-page--form .form-main--box label {
  font-size: 14px;
}
.contact-page--form .form-main--box input,
.contact-page--form .form-main--box select,
.contact-page--form .form-main--box textarea {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}
.contact-page--form .form-main--box textarea {
  height: 250px;
}
.contact-page--form .form-main--box input[type=text],
.contact-page--form .form-main--box input[type=email],
.contact-page--form .form-main--box textarea {
  cursor: text;
}
.contact-page--form .form-main--box .select-cover {
  width: 100%;
  position: relative;
}
.contact-page--form .form-main--box .select-cover::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  right: 10px;
  pointer-events: none;
}
@media all and (max-width: 660px) {
  .contact-page--form .form-main--box .select-cover::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #fff;
  }
}
.contact-page--form .form-main--box button[type=submit] {
  width: 160px;
  padding: 10px 0;
  color: #fff;
  font: inherit;
  text-align: center;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.25s;
}
.contact-page--form .form-main--box button[type=submit]:hover {
  background: #fff;
  color: #416d85;
}

footer .fot-main {
  padding: 60px 0 20px;
  background: #416d85;
}
@media all and (max-width: 660px) {
  footer .fot-main {
    padding: 40px 0 20px;
  }
}
footer .fot-main--inr {
  padding: 0 20px;
}
footer .fot-main--flex {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  border-top: 1px solid #fff;
}
@media all and (max-width: 660px) {
  footer .fot-main--flex {
    flex-wrap: wrap;
  }
}
footer .fot-main--left {
  width: calc(100% - 550px);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 960px) {
  footer .fot-main--left {
    width: calc(100% - 430px);
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--left {
    width: 100%;
    display: block;
  }
}
footer .fot-main--left .logo {
  width: 140px;
}
footer .fot-main--left p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 1.5em;
}
footer .fot-main--left p.t {
  font-size: 20px;
}
footer .fot-main--left p a {
  text-decoration: underline;
}
footer .fot-main--left p .c {
  display: block;
  font-size: 0.8em;
  margin-top: 1.2em;
}
footer .fot-main--left .line {
  margin-top: 20px;
  display: none;
}
@media all and (max-width: 660px) {
  footer .fot-main--left .line {
    display: block;
  }
}
footer .fot-main--left .line .line-anchor {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 12px 0;
  background: #06c755;
  color: #fff;
  display: none;
  justify-content: center;
  gap: 6px;
  border-radius: 100px;
  font-size: 20px;
  transition: 0.3s;
}
@media all and (max-width: 660px) {
  footer .fot-main--left .line .line-anchor {
    font-size: 16px;
    display: flex;
  }
}
footer .fot-main--left .line .line-anchor:hover {
  background: #04a543;
}
footer .fot-main--left .line .line-anchor img {
  width: 22px;
}
footer .fot-main--left .line p {
  margin-top: 10px;
  font-size: 13px;
  color: #fff;
}
footer .fot-main--right {
  width: 550px;
}
@media all and (max-width: 960px) {
  footer .fot-main--right {
    width: 430px;
  }
}
@media all and (max-width: 660px) {
  footer .fot-main--right {
    width: 100%;
    margin-top: 40px;
  }
}
footer .fot-main--right iframe {
  width: 100%;
  height: 400px;
}

.rental-page {
  background: #416d85;
  padding-bottom: 100px;
}
@media all and (max-width: 660px) {
  .rental-page {
    padding-bottom: 45px;
  }
}
.rental-page--title {
  margin-bottom: 40px;
  line-height: 1;
  color: #ffe200;
  font-family: sans-serif;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media all and (max-width: 660px) {
  .rental-page--title {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.rental-page .point_sec {
  margin-top: 185px;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec {
    margin-top: 50px;
  }
}
.rental-page .point_sec--list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rental-page .point_sec--list li:not(:last-of-type) {
  margin-bottom: 60px;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec--list li {
    flex-direction: column;
    padding: 0;
  }
}
.rental-page .point_sec--text {
  width: 48%;
  color: #fff;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec--text {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.rental-page .point_sec--text .title {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #83919b;
  display: flex;
  gap: 10px;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec--text .title {
    margin-bottom: 26px;
    padding-bottom: 8px;
    gap: 6px;
  }
}
.rental-page .point_sec--text .title img {
  width: min(2vw, 21px);
  flex-shrink: 0;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec--text .title img {
    width: 14px;
  }
}
.rental-page .point_sec--text .title span {
  font-size: min(2.3vw, 22px);
  line-height: 1.35;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec--text .title span {
    font-size: 18px;
  }
}
.rental-page .point_sec--text .inr p {
  font-size: min(2vw, 16px);
  line-height: 1.55;
}
.rental-page .point_sec--text .inr p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec--text .inr p {
    font-size: 14px;
  }
}
.rental-page .point_sec--text .inr p .s {
  display: block;
  font-size: 0.8em;
}
.rental-page .point_sec--image {
  width: 46%;
  position: relative;
}
@media all and (max-width: 660px) {
  .rental-page .point_sec--image {
    width: 100%;
  }
}
.rental-page .point_sec--image::before {
  content: "";
  padding-top: 66%;
  display: block;
}
.rental-page .point_sec--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rental-page .price_sec {
  margin-top: 155px;
}
@media all and (max-width: 660px) {
  .rental-page .price_sec {
    margin-top: 80px;
  }
}
.rental-page .price_sec--main {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 660px) {
  .rental-page .price_sec--main {
    display: block;
  }
}
.rental-page .price_sec--left {
  width: 47.5%;
}
@media all and (max-width: 660px) {
  .rental-page .price_sec--left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.rental-page .price_sec--left .list li {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.rental-page .price_sec--left .list li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media all and (max-width: 960px) {
  .rental-page .price_sec--left .list li {
    padding: 14px 0;
    display: block;
  }
}
.rental-page .price_sec--left .list-name {
  font-size: 18px;
  line-height: 1.3;
}
@media all and (max-width: 960px) {
  .rental-page .price_sec--left .list-name {
    text-align: left;
  }
}
.rental-page .price_sec--left .list-name .small {
  font-size: 0.8em;
  display: block;
  font-feature-settings: "palt";
}
.rental-page .price_sec--left .list-price {
  font-size: 18px;
  line-height: 1.4;
}
@media all and (max-width: 960px) {
  .rental-page .price_sec--left .list-price {
    margin-top: 4px;
    text-align: right;
  }
}
@media all and (max-width: 660px) {
  .rental-page .price_sec--left .list-price {
    font-size: 16px;
    margin-top: 10px;
  }
}
.rental-page .price_sec--right {
  width: 47.5%;
}
@media all and (max-width: 660px) {
  .rental-page .price_sec--right {
    width: 100%;
  }
}
.rental-page .price_sec--right .price-card {
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media all and (max-width: 660px) {
  .rental-page .price_sec--right .price-card {
    padding: 15px;
  }
}
.rental-page .price_sec--right .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rental-page .price_sec--right .price-label {
  font-size: 18px;
}
@media all and (max-width: 960px) {
  .rental-page .price_sec--right .price-label {
    font-size: 16px;
  }
}
@media all and (max-width: 660px) {
  .rental-page .price_sec--right .price-label {
    font-size: 14px;
  }
}
.rental-page .price_sec--right .price-value {
  text-align: right;
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;
}
@media all and (max-width: 960px) {
  .rental-page .price_sec--right .price-value {
    font-size: 16px;
  }
}
@media all and (max-width: 660px) {
  .rental-page .price_sec--right .price-value {
    font-size: 14px;
  }
}
.rental-page .price_sec--right .price-note {
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
  color: #fff;
}
.rental-page .anchor_sec-inr {
  text-align: center;
  margin-top: 80px;
}
@media all and (max-width: 660px) {
  .rental-page .anchor_sec-inr {
    margin-top: 40px;
  }
}
.rental-page .anchor_sec-inr p {
  color: #ffe200;
  font-size: 18px;
  margin-bottom: 10px;
}
.rental-page .anchor_sec-inr .line {
  margin-top: 20px;
}
.rental-page .anchor_sec-inr .line .line-anchor {
  width: calc(100% - 40px);
  max-width: 460px;
  margin: 0 auto;
  padding: 12px 0;
  background: #06c755;
  color: #fff;
  display: block;
  border-radius: 100px;
  font-size: 20px;
  transition: 0.3s;
}
@media all and (max-width: 660px) {
  .rental-page .anchor_sec-inr .line .line-anchor {
    font-size: 16px;
  }
}
.rental-page .anchor_sec-inr .line .line-anchor:hover {
  background: #04a543;
}
.rental-page .anchor_sec-inr .line p {
  margin-top: 2px;
  font-size: 13px;
  color: #fff;
}
.rental-page .anchor_sec-inr .anchor {
  width: calc(100% - 40px);
  max-width: 460px;
  padding: 12px 0;
  background: #00406f;
  color: #fff;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  border-radius: 100px;
  font-size: 20px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  transform: translateX(-50%);
  transition: background-color 0.3s;
}
@media all and (max-width: 660px) {
  .rental-page .anchor_sec-inr .anchor {
    font-size: 16px;
  }
}
.rental-page .anchor_sec-inr .anchor:hover {
  background-color: #002d4e;
}
.rental-page .anchor_sec-inr .anchor img {
  margin-left: 5px;
  line-height: 1;
}
@media all and (max-width: 660px) {
  .rental-page .anchor_sec-inr .anchor img {
    width: 14px;
  }
}
.rental-page .anchor_sec-inr .anchor.anchor--inline {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
  display: inline-flex;
}

.faq-page {
  background: #416d85;
  padding-bottom: 100px;
}
@media all and (max-width: 660px) {
  .faq-page .fv_sec-image {
    -o-object-position: 58% center;
       object-position: 58% center;
  }
}
.faq-page .menu_sec {
  padding-top: 80px;
}
@media all and (max-width: 660px) {
  .faq-page .menu_sec {
    padding-top: 40px;
  }
}
.faq-page .menu_sec-inr {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.faq-page .menu_sec-inr a {
  padding: 17px 66px 17px 38px;
  font: inherit;
  display: block;
  background: #fff;
  border-radius: 8px;
  font-size: 22px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 660px) {
  .faq-page .menu_sec-inr a {
    padding: 17px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.faq-page .menu_sec-inr a .circle {
  right: 12px;
  width: 26px;
  height: 26px;
  background: #01406e;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 660px) {
  .faq-page .menu_sec-inr a .circle {
    width: 19px;
    height: 19px;
  }
}
.faq-page .menu_sec-inr a .circle img {
  width: 12px;
  transform: translateY(1px);
}
@media all and (max-width: 660px) {
  .faq-page .menu_sec-inr a .circle img {
    width: 8px;
  }
}
.faq-page .faq_sec {
  color: #fff;
}
.faq-page .faq_sec-title {
  font-size: 32px;
  letter-spacing: 0.08em;
  padding: 70px 0 25px;
  text-align: center;
}
@media all and (max-width: 960px) {
  .faq-page .faq_sec-title {
    font-size: 28px;
  }
}
@media all and (max-width: 660px) {
  .faq-page .faq_sec-title {
    padding: 50px 0 12px;
    font-size: 24px;
    text-align: left;
  }
}
.faq-page .faq-item {
  padding: 22px 0 22px;
  border-top: 1px solid #718595;
  position: relative;
}
@media all and (max-width: 660px) {
  .faq-page .faq-item {
    padding: 14px 0 14px;
  }
}
.faq-page .faq-item::before {
  content: "";
  width: 82px;
  height: 1px;
  background: #01406e;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
@media all and (max-width: 660px) {
  .faq-page .faq-item::before {
    width: 42px;
  }
}
.faq-page .faq-item:last-child {
  border-bottom: 1px solid #718595;
}
.faq-page .faq-q {
  width: 100%;
  padding: 0 30px 0 16px;
  display: block;
  text-align: left;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
  font-family: inherit;
  display: flex;
}
@media all and (max-width: 660px) {
  .faq-page .faq-q {
    padding: 0 0px 0 5px;
  }
}
.faq-page .faq-q--circle {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #01406e;
  display: inline-block;
  margin-right: 16px;
  display: grid;
  place-items: center;
}
@media all and (max-width: 660px) {
  .faq-page .faq-q--circle {
    margin-right: 5px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.faq-page .faq-q--text {
  padding-top: 12px;
  padding-left: 12px;
  font-size: 20px;
}
@media all and (max-width: 660px) {
  .faq-page .faq-q--text {
    padding-top: 6px;
    padding-left: 12px;
    font-size: 14px;
  }
}
.faq-page .faq-a {
  overflow: hidden;
  padding: 0 16px 0;
  display: none;
}
@media all and (max-width: 660px) {
  .faq-page .faq-a {
    padding: 0 0px 0 5px;
  }
}
.faq-page .faq-a.show {
  display: block;
}
.faq-page .faq-a--inr {
  padding-top: 18px;
  display: flex;
}
.faq-page .faq-a--circle {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #7697b1;
  display: inline-block;
  margin-right: 16px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
@media all and (max-width: 660px) {
  .faq-page .faq-a--circle {
    margin-right: 5px;
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.faq-page .faq-a--text {
  padding: 10px 12px 0 12px;
  display: block;
  font-size: 16px;
}
@media all and (max-width: 660px) {
  .faq-page .faq-a--text {
    padding: 6px 0 0 12px;
    font-size: 13px;
    line-height: 1.75;
  }
}
/*# sourceMappingURL=style.css.map */