@charset "UTF-8";
/* CSS Document */


.section-top h1 {   
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 130px;
  line-height: 1.8rem;
  transform: translate(-50%, -50%);
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-transform: uppercase;
  color: #fff;
}
h1 span {
  font-size: 0.9rem;
  text-transform: lowercase;
}


.section-top__lead {
  color: #333333;
}
.section-map {
  margin-bottom: 60px;
}
.map_image {
  width: 100%;
  height: 300px;
  ;
  margin: 0 auto;
}
hr {
  margin: 30px auto;
  width: 327px;
}
.spot_image {
  border-radius: 20px;
  margin: 0 auto;
}
.spot_list, .mag_list, .goods_list {
  display: none;
}
.section-tent {}
.tent_image {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.section-magazine {
height: auto;
}
.magazine_image, .goods_image {
  width: 100%;
  border-radius: 20px;
}
.section-goods {
  margin: 0px auto;
/*  margin: 60px 0 0;*/
}
.section-sns {
  margin-bottom: 60px;
}
.sns_image {
  width: 100px;
  margin-bottom: 30px;
}
.section-sns p {
  font-size: 16px;
  line-height: 36px;
}
.section-sns span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
    font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
.bgskew {
  padding: 15px;
  width: 60vw;
  margin: 40px 0 0;
  /*  margin-bottom: 120px;*/
  height: auto;
  font-size: 20px;
  background-color: #444444;
  color: #FFFFFF;
}

/*========= Loading ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
 background-color:#999999;
 background-image: url("../images/yuge.png");
  background-size: cover;
  background-repeat: no-repeat; 

  /* 湯気で白を作る*/
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:100px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/*========= レイアウトのためのCSS ===============*/

#load_ntainer{
    width:100%;
    height: 100vh;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a{
    color: #333;
}

a:hover{
     text-decoration: none;   
}


/*------------------------------*/
@media(min-width:960px) {
  /* CSS Document */
  .section-top h1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 160px;
   line-height: 46px;
     margin-left: 10%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 32px;
    letter-spacing: 3px;
    font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    text-transform: uppercase;
    color: #fff;
  }
  h1 span {
   
    font-size: 16px;
    text-transform: lowercase;
  }
  .section-top__lead {
    color: #333333;
  }
  .section-map {
    margin-bottom: 60px;
  }
  .map_image {
    width: 100%;
    margin: 0 auto;
  }
  hr {
    margin: 30px auto;
    width: 327px;
  }
  p {
    color: #333333;
  }
  .spot_list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-around;
    max-width: 300px;
  }
  .spot_list_contents:first-child{
    margin-right: 30px;
  }.spot_list_contents:last-child{
    margin-left: 30px;
  }
  .spot_list_visual {
    text-align: left;
    max-width: 300px;
    margin-right: 0 px;
    margin-left: 0px;
    border-radius: 20px;
  }
  .section-spot p{
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.8rem;
  }
  .section-spot p span{
    font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 20px;
    font-weight: 600;
  }
  .contents_top {
    display: none;
  }
  .mag_list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-around;
    max-width: 300px;
  }
  .mag_list_contents:first-child{
    margin-right: 30px;
  }.mag_list_contents:last-child{
    margin-left: 30px;
  }
  .mag_list_visual {
    text-align: left;
    max-width: 300px;
    margin-right: 0 px;
    margin-left: 0px;
    border-radius: 20px;
  }
  .contents_top {
    display: none;
  }
  
  .section-magazine p{
    text-align: left;
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.8rem;
  }
  .section-magazine p span{
    font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 20px;
    font-weight: 600;
  }
  
  .goods_list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    justify-content: space-around;
    max-width: 300px;
  }
  
  .goods_list_visual {
     text-align: left;
    max-width: 300px;
    margin-right: 0 px;
    margin-left: 0px;
    border-radius: 20px;
  }
  .goods_list_contents01{
    margin-right: 30px;
  }
  .goods_list_contents03{
    margin-left:  30px;
  }
  
  .contents_top {
    display: none;
  }
  .section-tent {}
  .tent_image {
    width: 100%;
    max-width: 1040px;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .section-magazine {}
  .magazine_image, .goods_image {
    width: 100%;
    border-radius: 20px;
  }
  .section-goods {
    margin: 0;
   
  }
  .section-goods p{
     padding-top: 20px;
    padding-bottom: 0;
    margin: 0;
     text-align: left;
    line-height: 1.8rem;
  }
  .section-goods span {
    font-size: 20px;
    text-align: left;
    font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
  }
  .section-sns {
    margin-bottom: 80px;
  
  }
  .sns_image {
    width: 120px;
    margin-bottom: 30px;
  }
  .section-sns p {
    font-size: 16px;
    line-height: 36px;
   
  }
  .section-sns span {
    font-size: 24px;
    
    line-height: 36px;
    font-weight: 600;
    font-family: 'ヒラギノ明朝 ProN W6', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }
  .bgskew {
    padding: 15px;
    width: 60vw;
    margin: 60px 0 0;
    /*  margin-bottom: 120px;*/
    height: auto;
    font-size: 20px;
    background-color: #444444;
    color: #FFFFFF;
  }
}