/*--------------------------------------*
 * 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: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
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 + 15 * (100vw - 767px) / 673, 30px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 30px;
  }
}

a:hover {
  opacity: 0.7;
}

.main-left,
.main-right {
  position: fixed;
  min-width: calc((100% - 750px) / 2);
  width: calc((100% - 750px) / 2);
  max-width: calc((100% - 750px) / 2);
  background: #d7f1ff;
}
@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;
  background: #d7f1ff;
  height: 100vh;
}
.main-left nav {
  margin: 5% 0 0 10%;
}
.main-left nav ul li a {
  font-size: clamp(20px, 20px + 15 * (100vw - 767px) / 673, 35px);
  font-weight: bold;
  color: #080f33;
}
.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 {
  width: 100%;
  max-width: calc((100% - 750px) / 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;
  height: 100vh;
}
.main-right .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 80%;
  margin: 0 auto;
}

.main-center {
  max-width: 750px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@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 #fixed {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1000;
  background: #fff;
  padding: 20px 0;
  max-width: 750px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #fixed {
    max-width: inherit;
    width: 100%;
  }
}
.main-center #fixed.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-center #fixed a {
  width: 80%;
}
.main-center #price .img {
  position: relative;
}
.main-center #price .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2%;
  width: 80%;
}
.main-center #machicom .img {
  position: relative;
}
.main-center #machicom .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}
.main-center #machicom .img .btn#btn-machion01 {
  bottom: 30%;
}
.main-center #machicom .img .btn#btn-machion02 {
  bottom: 15%;
}
.main-center #machicom .img .btn#btn-machion03 {
  bottom: 10%;
  width: 70%;
}
.main-center #coupon .inner {
  padding: 30px 20px 20px;
}
.main-center #access {
  position: relative;
}
.main-center #access .map {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #access .map {
    bottom: -0.3%;
    max-width: inherit;
  }
  .main-center #access .map iframe {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 750px) {
  .main-center #access .map iframe {
    width: 100%;
    height: 220px;
  }
}
.main-center #volunteer {
  padding-top: 30px;
}
.main-center #volunteer .img {
  position: relative;
}
.main-center #volunteer .img .btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3%;
  width: 80%;
}
.main-center #faq {
  background: #d0eded;
  padding-bottom: 45px;
}
.main-center #faq .inner {
  width: 92%;
  margin: 0 auto;
}
.main-center #faq dl {
  background: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
}
.main-center #faq dl:not(:last-child) {
  margin-bottom: 30px;
}
.main-center #faq dl dt,
.main-center #faq dl dd {
  display: flex;
  gap: 10px;
}
.main-center #faq dl dt span,
.main-center #faq dl dd span {
  width: 100%;
  display: inline-block;
}
.main-center #faq dl dt span {
  max-width: 52px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #faq dl dt span {
    max-width: 52px;
  }
}
@media (max-width: 750px) {
  .main-center #faq dl dt span {
    max-width: 26px;
  }
}
.main-center #faq dl dd {
  margin-top: 20px;
  color: #fb4f72;
}
.main-center #faq dl dd span.a {
  max-width: 48px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center #faq dl dd span.a {
    max-width: 48px;
  }
}
@media (max-width: 750px) {
  .main-center #faq dl dd span.a {
    max-width: 24px;
  }
}
.main-center #faq dl dd a {
  font-weight: bold;
  text-decoration: underline;
}
.main-center footer .img {
  position: relative;
}
.main-center footer .img .sns {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20%;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.main-center footer .img .sns a:nth-child(1) {
  max-width: 42px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center footer .img .sns a:nth-child(1) {
    max-width: 42px;
  }
}
@media (max-width: 750px) {
  .main-center footer .img .sns a:nth-child(1) {
    max-width: 21px;
  }
}
.main-center footer .img .sns a:nth-child(2) {
  max-width: 54px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center footer .img .sns a:nth-child(2) {
    max-width: 54px;
  }
}
@media (max-width: 750px) {
  .main-center footer .img .sns a:nth-child(2) {
    max-width: 27px;
  }
}
.main-center footer .img .sns a:nth-child(3) {
  max-width: 48px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-center footer .img .sns a:nth-child(3) {
    max-width: 48px;
  }
}
@media (max-width: 750px) {
  .main-center footer .img .sns a:nth-child(3) {
    max-width: 24px;
  }
}