@charset "utf-8";


/* CMS Template(CSS編集はCMS管理画面から)

/lakeside-park/css/lakeside-park02.css

Update:  2025-09-16 AM 10:40

====================*/



/* ----------------------------------------------------
Media query All
---------------------------------------------------- */
/* common */
body { overflow: hidden; height: 100%;}
html, body { overflow-x: hidden;}

.nsfont{ font-family: 'Noto Sans JP', sans-serif;font-weight: 300;}
.lakeside-park h1,.lakeside-park h2,.lakeside-park h3,.lakeside-park p,.lakeside-park dt,.lakeside-park dd p,.lakeside-park .btn a{
  font-family:'Noto Sans JP' ,"メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
}
.aera-inr{
  text-align: center;
  width: 100%;
  padding: 95px 10px 50px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.84) 5%, rgba(255, 255, 255, 0.45) 57%, rgba(255, 255, 255, 0) 100%);
}
.aera-inr h2{
  font-size:clamp(1.8rem, 6.7vw, 8.0rem);
  margin: 0 auto 25px;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "Times New Roman", "Hiragino Mincho ProN","YuMincho","Yu Mincho",serif;
}
.aera-inr .area{
  display: inline-block;
  min-width: 390px;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0 auto 90px;
  padding: 3px 0 3px;
}
#lakeside-park .column{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.txt_art{
  padding: 8px 15px;
  background-color: #FFFFFF;
}
.ac-box{
  max-width: 1200px;
  margin: 0 auto 0;
}
.ac-box .set{
  width: 47%;
  background: rgba(255,255,255,0.80);
  margin: 0 0 44px;
}
.ac-box .set .text{
  padding: 35px 26px 16px;
  text-align: left;
}
.ac-box h3{
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #2da3b2;
  font-weight: 500;
}
.ac-box p.info{
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.ac-box .btn a{
  display: block;
  width: 90%;
  max-width: 156px;
  background-color: #5abfcc;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 7px 0 7px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.4rem;
}

/* main-top */
#main-top{
  position: relative;
  margin: 0 auto 20px;
}
#main-top .inr{
  max-width: 1400px;
  margin: 0 auto 0;
  position: absolute;
  top:75px;left: 10px;right: 0;
  z-index: 1000;
}
#main-top h1{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* slide-auto */
#slide-auto{
  max-width: 1400px;
  margin: 0 auto 60px;
}
#slide-auto p{
  text-align: right;
  font-size: 1.2rem;
  margin: 15px 20px 0 auto;
}
/* introduction */
#introduction{
  text-align: center;
}
#introduction > p{
  font-size: 2.0rem;
  line-height: 2.2;
  margin: 0 auto 70px;
}
#introduction .info{
  max-width: 600px;
  margin: 0 auto 115px;
  padding: 26px 0 12px 26px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
#introduction dl{
  overflow: hidden;
}
#introduction dt {
  width: 100px;
  float: left;
  clear: both;
  text-align: left;
}
#introduction dd {
  padding: 0 0 14px 120px;
  text-align: left;
}
#introduction dd p.art{
  font-size: 1.2rem;
}
/* lakeside-map */
#lakeside-map{
  text-align: center;
}
/* lake-aera */
.fallback #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.jpg") no-repeat center top;
}
.webp #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.webp") no-repeat center top;
}
.avif #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.avif") no-repeat center top;
}
#lake-aera h2{
  position: relative;
}
#lake-aera h2::before {
  content: "";
  position:relative;
  display:inline-block;
  margin: 0 30px 0 -80px;
  background:url("/lakeside-park/img02/icon_canoe.svg") no-repeat;
  width: 104px;height: 80px;
  background-size: 104px 80px;
  top:-25px;
}
/* lakeside-aera */
.fallback #lakeside-aera {
	background:url("/lakeside-park/img02/bg_lakeside.jpg") no-repeat center top;
}
.webp #lakeside-aera {
	background: url("/lakeside-park/img02/bg_lakeside.webp") no-repeat center top;
}
.avif #lakeside-aera {
	background: url("/lakeside-park/img02/bg_lakeside.avif") no-repeat center top;
}
#lakeside-aera h2{
  position: relative;
}
#lakeside-aera h2::after {
  content: "";
  position:relative;
  display:inline-block;
  margin: 0 -100px 0 30px;
  background:url("/lakeside-park/img02/icon_bonfire.svg") no-repeat;
  width: 130px;height: 95px;
  background-size: 130px 95px;
  top:-25px;
}
#lakeside-aera .aera-inr .area{
  margin: 0 auto 55px;
}
#lakeside-aera .btn-fire a{
  position: relative;
  display: block;
  max-width: 520px;
  margin: 0 auto 65px;
  padding: 9px 0 9px;
  text-align: center;
  background: rgba(255,255,255,0.52);
  border-radius: 8px;
  border: 1px solid #FFFFFF;
}
#lakeside-aera .btn-fire a::after {
  position: absolute;content: "";
  top: 40%;right: 12px;
  margin: 0px 0 0 0;
  background:url("/lakeside-park/img02/icon_blank.png") no-repeat;
  width: 18px;height: 17px;
  background-size: 18px 17px;
}
/* private-aera */
.fallback #private-aera {
	background:url("/lakeside-park/img02/bg_private.jpg") no-repeat center top;
}
.webp #private-aera {
	background: url("/lakeside-park/img02/bg_private.webp") no-repeat center top;
}
.avif #private-aera {
	background: url("/lakeside-park/img02/bg_private.avif") no-repeat center top;
}
#private-aera .aera-inr .area{
  min-width: 540px;
}
#private-aera .column3{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#private-aera .column3 .btn{
  width: 32%;
}
#private-aera .column3 .btn a{
  width: 100%;
}
/* reservation */
#reservation{
  text-align: center;
  padding: 115px 10px 25px;
}
.fallback #reservation {
	background:url("/lakeside-park/img02/bg_wave.png") no-repeat center top,url("/lakeside-park/img02/bg_contact.jpg") no-repeat center bottom;
}
.webp #reservation {
	background: url("/lakeside-park/img02/bg_wave.png") no-repeat center top,url("/lakeside-park/img02/bg_contact.webp") no-repeat center bottom;
}
.avif #reservation {
	background: url("/lakeside-park/img02/bg_wave.png") no-repeat center top,url("/lakeside-park/img02/bg_contact.avif") no-repeat center bottom;
}
#reservation h2{
  font-size:clamp(2.2rem, 3.7vw, 4.4rem);
  margin: 15px auto 25px;
  line-height: 1.3;
}
#reservation .btn a{
  position: relative;
  display: block;
  width: 96%;
  max-width: 590px;
  margin: 0 auto 30px;
  padding: 20px 0 20px;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  background-color: #5abfcc;
}
#reservation .btn a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
#reservation .tel a{
  position: relative;
  display: block;
  width: 96%;
  max-width: 590px;
  margin: 0 auto 30px;
  padding: 20px 0 20px;
  font-size: 1.8rem;
  color: #30a1b0;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  background-color: #FFFFFF;
}
#reservation .tel a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #30a1b0;
  border-right: solid 2px #30a1b0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
#reservation .cancel{
  max-width: 580px;
  margin: 0 auto 25px;
  text-align: left;
}
#reservation .cancel:last-of-type{
  font-size: 1.2rem;
}
/* remodal */
.remodal{
	max-width: 700px !important;
	border-radius: 6px;
	padding: 40px 50px 0;
	text-align: left;
}
.remodal.photo{
	max-width: 1100px !important;
	border-radius: 6px;
	padding: 5px 5px 20px;
	text-align: left;
  text-align: center;
}
.remodal .title{
	font-size:clamp(1.8rem, 2.5vw, 3.0rem);
  color: #2897a5;
	margin-bottom: 10px;
  text-align: left;
  font-family:'Noto Sans JP' ,"メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.remodal .title2{
  margin-bottom: 4px !important;
  font-weight: bold;
}
.remodal .inr{
	border-top: 1px solid #d3d3d3;
	padding: 25px 0 0;
}
.remodal.photo .inr{
	border-top: none;
	padding: 5px 0 20px;
  text-align: center;
}
.remodal .inr p{
	margin-bottom: 30px;
  font-size: 1.4rem;
}
.remodal dl{
  max-width: 570px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px dotted #b1b1b1;
}
.remodal dt {
  width: 100px;
  float: left;
  clear: both;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 6px 0 6px;
}
.remodal  dd {
  border-top: 1px dotted #b1b1b1;
  padding: 6px 0 6px 120px;
  font-size: 1.6rem;
}
.remodal ul{margin-bottom: 20px;}
.remodal li{
  font-size: 1.4rem;
}
.remodal .remodal-close.close01{
	left: auto !important;right: 0 !important;
}
.remodal .remodal-close.close01::before{
	left: auto !important;right: 0 !important;
}
.remodal .close02{
	display: block;
	width: 80%;
	max-width: 180px;
	height: 36px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
	cursor: pointer;
	background-color: #FFFFFF;
}
.remodal .close02::before{
	content: "close";
	font-size: 1.4rem;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
}
.remodal .text{
  margin-bottom: 30px;
}
.remodal .img{
  max-width: 570px;
  margin: 0 auto 0;
  padding-bottom: 30px;
}
.remodal .img img{
  border-radius: 6px;
}
.remodal h4{
  font-weight: bold;
}
.remodal{
  z-index: 9999999;
}
.remodal .btn.normal a{
  border-radius: 6px;
  max-width: 400px;
  margin: 0 auto 30px;
  background-color: #1dacca;
  padding: 8px 0 8px;
  color: #FFFFFF;
}
.remodal .btn.normal a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
/* .remodal .slide{
  height: 279px;
} */
/* All END */

/* ----------------------------------------------------
- 520px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 520px) {



/* - 520px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
- 960px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 960px) {

  .folder-resort-stay p{
    line-height: 1.7;
  }
.ac-box .set{
  width: 80%;
  background: rgba(255,255,255,0.80);
  margin: 0 auto 30px;
}
.ac-box .set .text{
  padding: 25px 15px 16px;
  text-align: left;
}
.ac-box p.info{
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.aera-inr{
  text-align: center;
  width: 100%;
  padding: 50px 0 50px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.84) 5%, rgba(255, 255, 255, 0.45) 57%, rgba(255, 255, 255, 0) 100%);
}
.aera-inr h2{
  font-size:clamp(2.4rem, 6.7vw, 8.0rem);
  margin: 0 auto 25px;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "Times New Roman", "Hiragino Mincho ProN","YuMincho","Yu Mincho",serif;
}
.aera-inr .area{
  display: inline-block;
  min-width: initial;
  font-size: 1.4rem;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0 auto 50px;
  padding: 3px 15px 3px;
}
#main-top .inr{
  top:30px;left: 10px;right: 0;
  z-index: 1000;
}
#main-top h1{
  max-width: 170px;
}
/* introduction */
#introduction{
  text-align: left;
  padding: 0 10px;
}
#introduction > p{
  font-size: 1.8rem;
  line-height: 2.0;
  margin: 0 auto 40px;
}
#introduction .info{
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 26px 0 12px 26px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
#introduction dl{
  overflow: hidden;
}
#introduction dt {
  width: 100%;
  float: none;
}
#introduction dd {
  padding: 0 0 25px 0;
  text-align: left;
}
/* lake-aera */
.fallback #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.jpg") no-repeat center top;
  background-size: cover;
}
.webp #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.webp") no-repeat center top;
  background-size: cover;
}
.avif #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.avif") no-repeat center top;
  background-size: cover;
}
#lake-aera h2{
  position: relative;
}
#lake-aera h2::before {
  content: "";
  position:relative;
  display:block;
  margin: 0 auto 15px auto;
  background:url("/lakeside-park/img02/icon_canoe.svg") no-repeat;
  width: 104px;height: 80px;
  background-size: 104px 80px;
  top:0px;
}
/* lakeside-aera */
.fallback #lakeside-aera {
	background:url("/lakeside-park/img02/bg_lakeside.jpg") no-repeat center top;
  background-size: cover;
}
.webp #lakeside-aera {
	background: url("/lakeside-park/img02/bg_lakeside.webp") no-repeat center top;
  background-size: cover;
}
.avif #lakeside-aera {
	background: url("/lakeside-park/img02/bg_lakeside.avif") no-repeat center top;
  background-size: cover;
}
#lakeside-aera h2{
  position: relative;
}
#lakeside-aera h2::before {
  content: "";
  position:relative;
  display:block;
  margin: 0 auto 15px auto;
  background:url("/lakeside-park/img02/icon_bonfire.svg") no-repeat;
  width: 130px;height: 95px;
  background-size: 130px 95px;
  top:0;
}
#lakeside-aera h2::after{
  display: none;
}
#lakeside-aera .aera-inr .area{
  margin: 0 auto 30px;
}
#lakeside-aera .btn-fire a{
  position: relative;
  display: block;
  width: 96%;
  max-width: 520px;
  margin: 0 auto 40px;
  padding: 9px 0 9px;
  text-align: center;
  background: rgba(255,255,255,0.52);
  border-radius: 8px;
  border: 1px solid #FFFFFF;
}

/* private-aera */
.fallback #private-aera {
	background:url("/lakeside-park/img02/bg_private.jpg") no-repeat center top;
  background-size: cover;
}
.webp #private-aera {
	background: url("/lakeside-park/img02/bg_private.webp") no-repeat center top;
  background-size: cover;
}
.avif #private-aera {
	background: url("/lakeside-park/img02/bg_private.avif") no-repeat center top;
  background-size: cover;
}
#private-aera .aera-inr .area{
  min-width: initial;
}
/* reservation */
#reservation{
  text-align: center;
  padding: 80px 10px 25px;
}
#reservation .btn a{
  position: relative;
  display: block;
  width: 96%;
  max-width: 590px;
  margin: 0 auto 30px;
  padding: 20px 0 20px;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  background-color: #5abfcc;
}
#reservation .tel {
    width: 100%;
    margin: 0 auto 0px auto;
}
#reservation .tel a{
  position: relative;
  display: block;
  width: 96%;
  max-width: 590px;
  margin: 0 auto 30px;
  padding: 20px 0 20px;
  font-size: 1.8rem;
  color: #30a1b0;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  background-color: #FFFFFF;
}
#reservation .tel a b{
  font-size: 1.3rem;
}
/* remodal */
.remodal{
	padding: 10px 10px 15px !important;
	text-align: left;
}
.remodal.photo{
	padding: 5px 5px 15px !important;
	text-align: left;
}
.remodal .category{
	display: inline-block;
	font-size: 1.2rem;
}
.remodal .title{
	font-size: 1.6rem;
}
.remodal .inr p{
	margin-bottom: 20px;
}
.remodal .remodal-close.close01{
	left: auto !important;right: 0 !important;
}
.remodal .remodal-close.close01::before{
	left: auto !important;right: 0 !important;
}
.remodal .close02{
	display: block;
	width: 80%;
	max-width: 180px;
	height: 36px;
	border: 1px solid #d3d3d3;
	border-radius: 6px;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
	cursor: pointer;
	background-color: #FFFFFF;
}
.remodal .close02::before{
	content: "close";
	font-size: 1.4rem;
	left: auto;right: auto;
	top: auto;bottom: 0;
	margin: 0 auto 0;
}

/* - 960px (Smartphone Tablet layout Only) END*/
}

/* ----------------------------------------------------
961px- (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 961px) {



/* 961px - END*/
}
/* ----------------------------------------------------
961px-1200px
---------------------------------------------------- */
@media (min-width: 961px) and (max-width: 1200px) {



/* 961px-1200px END*/
}
/* ----------------------------------------------------
961px-1400px
---------------------------------------------------- */
@media (min-width: 961px) and (max-width: 1400px) {

#main-top .inr{
  max-width: 1200px;
  margin: 0 auto 0;
  position: absolute;
  top:50px;left: 10px;right: 0;
  z-index: 1000;
}
#main-top h1{
  max-width: 350px;
}

  /* 961px-1400px END*/
  }

/* ----------------------------------------------------
- 1920px (Pc layout Only)
---------------------------------------------------- */
@media (max-width: 1920px) {



/* - 1920px - END*/
}
/* ----------------------------------------------------
メディアクエリ設定 (PC) 1800px～ 
---------------------------------------------------- */
@media screen and (min-width: 1800px) {

  
  /* (PC) 1800px～  END*/
} 
/* ----------------------------------------------------
1921px- (Pc layout Only Wide)
---------------------------------------------------- */
@media (min-width: 1921px) {
#main-top .set img{
  width: 100%;
}
/* lake-aera */
.fallback #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.jpg") no-repeat center top;
  background-size:cover;
}
.webp #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.webp") no-repeat center top;
  background-size:cover;
}
.avif #lake-aera {
	background: url("/lakeside-park/img02/bg_lake.avif") no-repeat center top;
  background-size:cover;
}
/* lakeside-aera */
.fallback #lakeside-aera {
	background:url("/lakeside-park/img02/bg_lakeside.jpg") no-repeat center top;
  background-size:cover;
}
.webp #lakeside-aera {
	background: url("/lakeside-park/img02/bg_lakeside.webp") no-repeat center top;
  background-size:cover;
}
.avif #lakeside-aera {
	background: url("/lakeside-park/img02/bg_lakeside.avif") no-repeat center top;
  background-size:cover;
}
/* private-aera */
.fallback #private-aera {
	background:url("/lakeside-park/img02/bg_private.jpg") no-repeat center top;
  background-size: cover;
}
.webp #private-aera {
	background: url("/lakeside-park/img02/bg_private.webp") no-repeat center top;
  background-size: cover;
}
.avif #private-aera {
	background: url("/lakeside-park/img02/bg_private.avif") no-repeat center top;
  background-size: cover;
}
/* reservation */
#reservation{
  text-align: center;
  padding: 115px 10px 25px;
}
.fallback #reservation {
	background:url("/lakeside-park/img02/bg_wave.png") no-repeat center top,url("/lakeside-park/img02/bg_contact.jpg") no-repeat center bottom;
  background-size: 100% auto, cover;
}
.webp #reservation {
	background: url("/lakeside-park/img02/bg_wave.png") no-repeat center top,url("/lakeside-park/img02/bg_contact.webp") no-repeat center bottom;
  background-size: 100% auto, cover;
}
.avif #reservation {
	background: url("/lakeside-park/img02/bg_wave.png") no-repeat center top,url("/lakeside-park/img02/bg_contact.avif") no-repeat center bottom;
  background-size: 100% auto, cover;
}
/* 1921px - END*/
}
