@charset "utf-8";

/* CSS Document */
html {
  /* ベースのフォントサイズを10pxとする */
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------------------------------------------------------------------------- /
/   glamping-top
/ ---------------------------------------------------------------------------- */

.glamping_main img{
  width: 100%;
  margin-bottom: 50px;
}
.glamping_subimg{
  margin-bottom: 50px;
  text-align: center;
}
.glamping_subimg img{
  margin-bottom: 10px!important;
}
.glamping_2colm{
  padding-bottom: 0px;
}
.glamping_2colm li{
  width: 25%!important;
}
.glamping_main ul:after{
  content: "";
  width: 31%;
}
.glamping_main li{
  width: 31%;
  margin-bottom: 40px;
}
.glamping_main li img{
  margin-bottom: 7px;
}
.glamping_main li p{
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.glamping_main{
  padding:0px 0;
  color:#fff;
  font-family: 'Noto Serif JP', serif;
}
.glamping_subttl{
    padding-top:100px;
    padding-bottom:40px;
}
.glamping_subttl h3{
    font-size: 3rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color:#c3aa78;
}
.glamping_subttl p{
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    color:#fff;
    margin-top:2px;
    margin:0 auto;
}

@media all and (max-width: 500px) {
.glamping_main li p{
  font-size:0.8rem
}
.glamping_subttl{
    padding-top:30px;
    padding-bottom:20px;
}
.glamping_subttl h3{
    font-size: 2rem;
}
.glamping_subttl p{
    font-size: 1.2rem;
}
}

/* ---------------------------------------------------------------------------- /
/   glamping-point
/ ---------------------------------------------------------------------------- */
  .camfort_main{
  padding: 20px 0;
  max-width:1080px;
  display:block;
  margin:0 auto;
}

.camfort_main h2{
  color: #c3aa78;
  font-size: 4rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.camfort_main h2 span{
  color: #c3aa78;
  font-size: 2rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  display:block;
  line-height:0.8;
  padding-bottom:50px;
}

@media all and (max-width: 768px) {

  .camfort_main h2{
    font-size: 3.8rem;
  }
  .camfort_main h2 p{
    margin-top: 20px;
  }
  .camfort_main h2 span{
    line-height:1.2;
    font-size:1.6rem;
  }

}

@media all and (max-width: 500px) {

  .camfort_main h2{
    font-size: 2.4rem;
  }
  .camfort_main h2 p{
    margin-top: 20px;
  }
}
@media all and (max-width: 320px) {
  .camfort_main h2 {
    font-size: 2.2rem;
  }
}

/*スライダー*/

.camfort_style {
  background: #000;
  padding: 30px 0px;
}

.camfort_style-for .slick-slide img {
  width: 90%;
  margin: 0 auto;
  object-fit: cover;
}

.camfort_style-for .slick-dots {
  justify-content: center;
  /* 中央揃え */
  position: relative;
  bottom: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  /* 幅を100%に設定 */
  margin-top: -30px;
}

.camfort_style-for .slick-dots li button::before {
  color: #ffffff;
  font-family: 'slick';
  font-size: 2.5rem;
  line-height: 40px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.camfort_style-for .slick-dots li.slick-active button::before {
  color: #ffffff;
  opacity: 1;
}

.btn_cf {
  width: 70%;
  margin: 0 auto;
  display: block;
  border: solid 1px #FFF;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  line-height: 3.2;
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 30px;
}

.cf_cm {
  color: #FFF;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .btn_cf {
    line-height: 2em;
    font-size: 1.5em;
  }

  .cf_cm {
    font-size: 1.5em;
  }
}

@media screen and (max-width:640px) {
  .btn_cf {
    line-height: 2em;
    font-size: 1.5em;
  }

  .cf_cm {
    fontsize: 1.5em;
    line-height: 2em;
  }
}

@media screen and (max-width: 500px) {
  .btn_cf {
    line-height: 1.3em;
    font-size: 1.3em;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .cf_cm {
    line-height: 1.3em;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 390px) {
  .btn_cf {
    font-size: 1em;
  }

  .cf_cm {
    font-size: 1em;
  }
}

/* ---------------------------------------------------------------------------- /
/   glamping-popup
/ ---------------------------------------------------------------------------- */
.glamping_title {
  font-size: 28px;
  margin-bottom: 20px;
}
.glamping_container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.glamping_item {
  position: relative;
  width: 30%;
  min-width: 250px;
  text-align: center;
  cursor: pointer;
}

.glamping_item picture,
.glamping_item img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.glamping_name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 5px 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  border-radius: 0 0 6px 6px;
  box-sizing: border-box;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  z-index: 10; /
}
.glamping_popup-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1010;
}
.glamping_popup-bg.show {
  display: flex;
}
.glamping_popup {
  background: white;
  padding: 20px;
  width: 30%;
  border-radius: 8px;
  position: relative;
  z-index: 1010;
}
.glamping_popup img {
  width: 100%;
  border-radius: 6px;
}
.glamping_close-btn {
  display: block;
  margin: 20px auto 0;
  padding: 8px 16px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
}
#popup-title {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 12px;
}
#popup-title .popup-main {
  font-size: 2.6rem;
  font-weight: 700;
  color: #222;
  display: block;
}
#popup-title .popup-sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  display: block;
}
#popup-image {
  width: 80%;
  border-radius: 6px;
  margin-bottom: 12px;
  margin: auto;
  display: block;
}
#popup-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 1024px) {
  .glamping_item {
    width: 45%;
    min-width: auto;
  }
  #popup-image {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
}
.glamping_popup {
  width: 60%;
}
}

@media (max-width: 768px) {
.glamping_name {
 font-size: 0.8rem;
 padding: 2px 2px;
}
#popup-title .popup-main {
  font-size: 1.4rem;
}
#popup-title .popup-sub {
  font-size:1rem;
}
#popup-text {
  font-size:0.9rem;
}
}