html,body{
  font-family: Roboto,'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, '游ゴシック Medium', YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4D4D4D;
	line-height: 1.7;
}
a{
  color: #4D4D4D;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.maru{
  font-weight: 700;
  background:#fff;
  padding:3.2rem;
  border-radius: 2rem;
}




body{
  background: url(../images/pc-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  font-size: 1.5rem;
}
.content{
  width: 100%;
  padding: 0 1.7rem;
}


.reserve-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 6rem;
  border-radius: 3rem;
  background: linear-gradient(to right,#88D766,#23A55D);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
.reserve-btn::before{
  content: "";
  display: block;
  width: 0.63em;
  height: 0.63em;
  background: url(../images/ico-dia_w.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.55em;
}


.pc-logo{
  width: 20rem;
  position: fixed;
  left: 3rem;
  top: 4rem;
}
.pc-nav{
  position: fixed;
  left: 3rem;
  top: 15rem;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.pc-nav ul li{
  padding-left: 2.5rem;
  position: relative;
}
.pc-nav ul li::before{
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../images/ico-dia_o.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pc-nav ul li + li{
  margin-top: 1.1em;
}
.pc-reserve{
  width: 35.6rem;
  padding: 2rem 1.5rem 2.5rem;
  border-radius: 2rem;
  background: #ffffff;
  border: 0rem solid #EAA282;
  position: fixed;
  right: 2rem;
  bottom: 7rem;
}
.pc-reserve .reserve-btn{
  margin: 1rem auto 0;
}
@media (max-width: 1360px){
.pc-reserve{
  right: 3rem;
}
}
.pc-copy{
  font-size: 1rem;
  position: fixed;
  right: 2rem;
  bottom: 3rem;
}


#wrapper{
  display: flex;
  flex-direction: column;
  max-width: 40rem;
  margin: 3rem auto;
  background: #fff;
  overflow: clip;
  border-radius: 3rem;
}


.cta{
  padding: 3rem 0;
}
.cta:has( img.cta-txt){
  padding: 0 0 3rem;
}
.cta a.cta-btn{
  display: block;
  width: 100%;
  margin: 1rem auto 0;
}
.cta img.cta-img{
  margin-top: 2rem;
}


#point{
  background: #f06766;
  padding: 3rem 0 7rem;
  border-radius: 4rem 4rem 0 0;
}
#point h2 img{
  width: 70%;
  margin: 0 auto 3rem;
}
.swiper{
  overflow: unset;
  padding: 0 0 5rem;
}
.point-swiper img.swiper-slide{
  border-radius: 1.5rem;
}
.swiper-pagination-bullet {
  background: #fff;
}


#features{
  overflow: hidden;
  border-radius: 4rem 4rem 0 0;
  margin-top: -4rem;
}


#price{
  background: #f5d6dc;
  border-radius: 4rem 4rem 0 0;
  padding: 3rem 0 7rem;
}
#price h2.h2-2 img{
  width: 85%;
  margin: 4rem auto 3rem;
}


#campaign{
  overflow: hidden;
  border-radius: 4rem 4rem 0 0;
  margin-top: -4rem;
}


#flow{
  position: relative;
}
#flow a.btn{
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 23.9%;
}


#faq{
  background: #F9F1CE;
  border-radius: 4rem 4rem 0 0;
  padding: 5rem 0 3rem;
}
#faq h2 img{
  width: 50%;
  margin: 0 auto 2rem;
}
ul.faq-li li{
  display: block;
  background: #fff;
  border-radius: 1rem;
}
ul.faq-li li + li{
  margin-top: 1.6rem;
}
.faq-li .accttl h3{
  position: relative;
}
.faq-li .accttl h3::before{
  content: "Q.";
  color: #f06766;
  position: absolute;
  left: -1.4em;
  top: 0;
}
.faq-li .accttl{
  display: block;
  width: 100%;
  padding: 1.5rem 5rem 1.5rem 3.5rem;
  background: none;
  border: none;
  color: #4D4D4D;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.faq-li .accttl::before,
.faq-li .accttl::after{
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.3rem;
  background: #f06766;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq-li .accttl::after{
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.faq-li .accttl.active::after{
  transform: translateY(-50%) translate(0);
}
.faq-li .accshow{
  padding: 0 5rem 1.5rem 3.5rem;
  font-size: 1.4rem;
}


#access iframe.map{
  display: block;
  width: 100%;
  height: 26rem;
}
#access img.sec-access-img{
  margin-top: 3rem;
}


footer{
  color: #808080;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0;
}




/* ボタン用アニメーション */
a.cta-btn{ animation: pulse 1s infinite; }

@keyframes pulse {
  0%,100% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #ccc;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1230px){

html{ font-size: 0.81vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.56vw; }


body{
  background: none;
}


#wrapper{
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
}


#loading img {
  width: 12rem;
}




}/*　スマホここまで */



