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



.section-top{
  position: relative;
  background-color:#ECE5DB;
}
.section-top__image{
  background-image:url("../images/IMG_5755.JPG");
  width: 80%;
 height: 450px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.section-top h1{
  font-family: 'Klee One';
  text-align: left;
  position: absolute;
  font-size: 1.6rem;
  top: 200px;
  right: 30px;
  line-height: 40px;
  font-weight: 100;
}
.section-top h1 span{
  background-color: rgba( 255, 255, 255, 0.9 );
  padding: 2px 5px;
  
}
.section-top h2{
  margin: 100px 30px 0;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 40px;
}
@media(min-width:500px){
  
  .section-top h1{
    font-size: 2rem;
    line-height: 40px;
    
  }
  .section-top__image{
    height: 500px;
  }
  .section-top h2{
  
  font-size: 1.6rem;
}
  
}
.section-about{
  background-color: #ECE5DB;
  padding: 100px 0;
}
.section-about__image{
  margin: 0 auto;
  width: 322px;
  height: auto;
}

.section-about h2,.section-menu h2,.section-event h2,.section-access h2{
  font-family: 'Klee One';
  margin-top: 60px;
  
  font-size: 2rem;
  font-weight: 100;
  position: relative;
  z-index: 10;
  
}

.title-bg{
  margin-top: -20px;
  font-family: 'Moon Dance';
  color: #fff;
  font-size: 4rem;
  padding-left: 130px;
  z-index: 1;
  opacity: 0.7;
  margin-bottom: 60px;
}
.section-about h3{
  margin-top: 60px;
  margin-bottom: 80px;
  font-weight: 100;
}
.button {
  position: relative;
  padding: 10px 50px;
  color: #fff;
  border-radius: 50vh;
  background-color: #65564F;
  text-decoration: none;
  font-size: 1.4rem;
  
  
}
.button::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.section-menu{
  background-color: #ECDDCF;
  padding: 100px 30px;
  
}
.section-menu h2{
  margin-top: 0;
}
.cookie,.lemoncake{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  
}
.cookie-picture,.lemoncake-picture{
  
  width: 60px;
  height: auto;
  position: absolute;
  
  margin-top: 130px;
  margin-bottom: 30px;
}
.cookie-picture{
  margin-left: -190px;
}
.section-menu h3{
  margin-top: 30px;
  margin-bottom: 70px;
  font-size: 1.4rem;
  font-weight: 100;
}
.lemoncake-picture{
  margin-left: -30px;
}
@media(min-width:500px){
  .cookie,.lemoncake{
    width: 210px;
    height: 210px;
  }
  .section-menu h3{
    font-size: 1.6rem;
    margin-top: 40px;
  margin-bottom: 80px;
  }
  .cookie-picture,.lemoncake-picture{
    width: 70px;
    margin-top: 180px;
  }
  .cookie-picture{
    margin-left: -240px;
}
  .lemoncake-picture{
  margin-left: -50px;
  }}
.section-event{
  background-color: #ECE5DB;
  padding-top: 100px;
  padding-bottom: 100px;
}
.garland1,.garland2{
  width: 100px;
  height: auto;
}
.garland1{
  transform: scale(-1,1);
  margin-right: 90px;
}
.section-event h2{
  margin-top: 0px;
}
.section-event__description{
  margin-top: 20px;
  margin-bottom: 80px;
}
@media(min-width:500px){
  .garland1,.garland2{
    width: 150px;
  }
}
.section-access{
  background-color: #ECDDCF;
  padding: 100px 0;
}
.section-access h2{
  margin-top: 0;
}
.section-access__map{
  width: 200px;
  height: auto;
}
.section-access__description{
  margin-top: 60px;
}
@media(min-width:500px){
  .section-access__map{
    width: 300px;
  }
}
.section-inquiry{
  padding: 80px 0;
  background-color: #ECE5DB;
  }
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  font-family: 'Klee One';
  font-size: 2.2rem;
  line-height: 6rem;;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #ECE5DB;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
@media(max-width:800){
  .loading-animation{
    font-size: 1.2rem;
  }
}