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


/*

-Loading

-hero(gsap)

-ukiyo

-inview

-back to top btn




*/
/**--------------------------------------------------**/
/*ScrollDown Icon*/

/*スクロールダウン全体の場所  ref https://coco-factory.jp/ugokuweb/move01/9-1-4/*/
.scrolldown-ar{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:19%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1.7s ease-in-out infinite;
    opacity: 0.5;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }
/*Scrollテキストの描写*/
.scrolldown-ar span{
    /*描画位置*/
	position: absolute;
	left:-25px;
	bottom:10px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
    font-family: 'Marcellus', serif;
font-weight: 400 ;
    letter-spacing: 0.12em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
        margin-bottom: 70px;
}
/* 矢印の描写 */
.scrolldown-ar:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
    margin-bottom: 70px;
}
.scrolldown-ar:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#000;
    margin-bottom: 70px;
    opacity: 0.5;
}




/*scaleの対応*/
.rep-field{
    overflow: hidden
}
/*rep img*/
/*pc*/
.go-rep img{
    width:200px;
    margin-top: 80px;
}
@media screen and (max-width:820px){
/*sp*/
.go-rep img{
    margin-top: 60px;
    width:160px;
}
    .go-rep img.rep-hotel-img-size{
    margin-top: 40px;
    width:140px;
}

}
/*rep btn*/


/**--------------------------------------------------**/
/*Loading*/

/* Loading Block */
/*#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
    background-color:#ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
    background-color:#fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
    display: none;
}*/
/* Copyright (c) https://codepen.io/manabox/pen/RwNMoEy @@manabox codepen */
   
       /*preload*/   
    .hello{
    font-family: 'Marcellus', serif;
    font-weight: 400;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 26px; 
    letter-spacing: 0.2em;
    padding-top: 50px;
}
   .wellcome{
    font-family: 'Marcellus', serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: white;
    letter-spacing: 0.2em; 
}

    .preload{
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
        background: rgb(0,0,0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100vh;
        position: relative;
        background: #ab925f;
    }
    .loader-frame{
        width: 250px;
        height: 250px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
 .loader-frame img{
        width: 180px;
        height: 180px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .circle{
      position: absolute;
      height: 250px;
      width: 250px;
      background-color: white 0%;
      border: 1px solid rgb(255, 255, 255);
      border-radius: 50%;
      display: inline-block;
    }
    .loader1{
        position: absolute;
        border-radius: 50%;
        width: 250px;
        height: 250px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        animation: clockwisespin 5s linear 3;
    }
    @keyframes clockwisespin{
        from{transform: rotate(0deg);}
        to{transform: rotate(360deg);}
    }
    @keyframes fadeout{
        from{opacity: 1;}
        to{opacity: 0;}
    }
    @keyframes fadein{
        from{opacity: 0;}
        to{opacity: 1;}
    }     
      
               
/**--------------------------------------------------**/
      /*resize and gsap by hero image*/
        .hero {
            width: 100vw;
            min-height: 100vh;
            min-height: calc(var(--vh, 1vh) * 100);
            /*height: 800px;*/
            position: relative;
            margin:0 auto;
            text-align: center;
    }
        /*hero animetion gsap*/
        #bg-base {
          position:absolute;
          top:0px;
          left:0px;
          min-height: 100vh;
          object-fit: cover;  
          z-index:2 ;
          width: 100%;
        }
        #freds {
          position:absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          width: 40%;
        }
        #freds .box1{
            display: flex;

        }
        #freds .box1 .one{
            flex:1;
            opacity: 0;
        }
        #freds .box1 .two{
            flex: 2
        }
        #freds img {
           margin: 5px 8px;
            padding: 2px;
           width: 92%;
        }
        #freds img.space {
           margin-left: 180px;
        }
       #freds img.space2 {
           margin-left: 80px;
        }
        #logo-on{
            position: absolute;
            top:0;
            color: #5d8c7c;
            font-size: 18px;
            z-index: 3;
        }
        #little-head{/*PETIT HOTEL*/
            position:absolute;
            top:40%;
            left:10%;
            z-index: 2;
        }
        #little-head p{/*PETIT HOTEL*/
            font-family: 'Marcellus', serif;
            font-weight: 400;
            letter-spacing: 0.15em;
            font-size: 14px;
            text-align: center;
            color: #fff;
            align-items: center;
        }
        #hero .text{/*GARDEN TIME*/
            text-align: left;
            color: #5d8c7c;
            color: white;
            font-family: 'Marcellus', serif;
            font-weight: 400;
            font-size: 26px;
            letter-spacing: 0.15em;
            position:absolute;
            top:45%;
            left:10%;
            z-index: 2;
        }
        @media screen and (max-width:820px){
            #freds {
                    width: 80%;
                }
            #little-head{/*PETIT HOTEL*/
                top:20%;
            }
            #hero .text{
                font-size: 21px;
                top:25%;
            }
            #little-head p{
                font-size: 14px;
                
            }
         }      
      

      /**--------------------------------------------------**/
/*ukiyo*/
      
      /*! 
MAIN STYLE
*/
section.content-ukiyo {
  position: relative;
  width: 100%;
    z-index: 2;
}
/*#container-ukiyo,#container-ukiyo2 {
  position: relative;
  z-index: 2;
}*/
.ukiyo {
  margin-top: 12.5em;
    margin-top: 2.5em;
}

.img-position-r {
  margin-left: auto;
  margin-right: 0%;
}
.img-size-1 {
    margin-left: 10%;
  /*width: 33.3333%;*/
    width: 50%;
  height: 75vh;
    height: 100vh;
}

.img-size-2 {
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .img-position-l {
    margin-left: 0;
  }

  .img-position-r {
    margin-right: 0;
  }


  .img-size-1 {
    width: 75%;
    height: 75vh;
      height: 85vh;
  }

  .img-size-2 {
    width: 75%;
    height: 100vh;
      height: 70vh;
  }
    .img-size-full{
    height: 75vh;
    }
}
    img.ukiyo{
         pointer-events: none;
          }



/**--------------------------------------------------**/
         /*inview js*/
       /*----- フェードイン -----*/
    .inviewfadeIn {
        opacity: 0;
        transition: 2.8s;
    }
    
    .fadeIn {
        opacity: 1.0;
    }
 
    /*----- 上へスライド -----*/
    .inviewUp {
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        transition: 1.8s;
    }
    
    .Up {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
 
    /*----- ズームイン -----*/
    .inviewzoomIn {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: .8s;
    }
    
    .zoomIn {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    } 
    
    /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: 2.8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

     
      
      /**--------------------------------------------------**/
/*TO TOP BTN (back to top)*/
/*z-index = 1500*/
.back-to-top,
.back-to-top::after,
.back-to-top-text {
  transition: all 0.25s ease-in-out;
  z-index: 1500;
}
.back-to-top,.back-to-top::after {
  position: fixed;
  height: 65px;
  width: 65px;
  border-radius: 100vw;
  color: #fff;
  opacity: 0.75;
  padding: 10px 5px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  border:1px solid #fff;
  text-transform:uppercase;
  z-index: 1500;  
}
.back-to-top {
  right: 3%;
  bottom: -12%;
  z-index: 3;
  text-align: center;
  text-decoration: none;
  background:  rgba(200,200,200,0.1);
  z-index: 1500;  
}
.back-to-top-text {
  display: block;
  transform: rotate(0deg) translate(0%, 50%);
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:hover::after,
.back-to-top:focus::after,
.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
  opacity: 1;
  z-index: 1500;
}
.back-to-top:hover::after,
.back-to-top:focus::after {
  /*transform: translate(25%, 0%);*/
}
.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
  /*transform: rotate(45deg) translate(25%, 0);*/
}
.show-back-to-top {
  bottom: 4%;
  z-index: 1500;
}
/*backto btn end*/