/* リセット */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}
/* @media screen and (max-width: 750px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: calc(10 / 375 * 750px);
  }
} */

@media screen and (max-width: 375px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}

.lp-container {
  /* max-width: 750px; */
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11.2rem;
}

.sec-4 {
  position: relative;
}

.sec-cta{
  position: relative;
}

.footer-fixed-inner > .reserve{
  display: inline-block;
  width: 25.3rem;
}
.sec-cta > .reserve{
  display: inline-block;
  width: 25.3rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

a{
  transition: all 0.3s;
}
a:hover{
  opacity: 0.7;
  transition: all 0.3s;
}
.contact {
  display: inline-block;
  width: 16.5rem;
  position: absolute;
  right: 2rem;
  bottom: 1.8rem;
}
.sec-7{
  position: relative;
}

.sec-7 iframe{
  width: 29.5rem;
  height: 25rem;
  position: absolute;
  top: 33rem;
  left: 50%;
  transform: translateX(-50%);
}

.footer-fixed {
  width: 100%;
  height: 11.2rem;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 100000;
}

.footer-fixed.is-open{
  position: fixed;
}

.footer-fixed-inner{
  position: relative;
  height: inherit;
  /* max-width: 750px; */
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* .footer-fixed-contact {
  display: inline-block;
  width: 16.5rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
} */


.poR{
  position: relative;
}

.text01{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: calc(30/24);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 54.7%;
  padding-left: 6px;
}

.text02{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: calc(28/20);
  color: #10275A;
  position: absolute;
  width: 100%;
  left: 0;
  top: 22.6%;
}

.txt_pink{
  color: #E8409A;
  display: inline-block;
}

.mgb40{
  margin-bottom: 40px;
}

@media (max-width: 374px){
  .text01{
    font-size: 6.4vw;
  }

  .text02{
    font-size: 5.33333333333333vw;
  }

}