@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color:#686868 ;
  background-color: #ffffff ;
  background-size: cover ;
  font-family:"Cormorant Garamond", Arial, Helvetica,'Noto Serif JP', serif,"メイリオ", sans-serif; 
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: left ;
}

section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}

img{
  width: 100% ;
  height: auto ;
}


/*header*/
.header{
  background-color: #FDF0F7 ;
  height: 60px ;
  position: relative ;
}

.header-title{
  width: 120px ;
  position: absolute ;
  top: 20px ;
  left: 130px ;
  z-index: 1000 ;
}

.header-title-pc{
    display: none ;
  }

.header-onlinestore{
  width: 25px ;
  position: absolute ;
  top: 20px ;
  right: 60px ;
  
}

.header-instagram{
  width: 25px ;
  position: absolute ;
  top: 20px ;
  right: 20px ;
}

@media(min-width:480px) {
  .header{
  height: 140px ;
  background-color:#ffffff ;
  position: static ;
}
  .header-nav {
    display: block;
    text-align: center ;
  }
  
  .hamburger-onlinestore,.hamburger-instagram{
    display: none ;
  }
  
  .header-nav__container{
    max-width: 1040px ;
    position: relative;
    margin: 0 auto ;
  }
  .header nav ul {
    display: flex ;
    justify-content: space-between ;
  }
  .header nav ul li a {
    text-decoration: none ;
    color: #9A863C ;
    font-size: 2.4rem ;
    font-weight: 300 ;
  }
  
  .header-nav__inner{
    width: 468px ;
    position: absolute ;
    top: 12px ;
    left: 286px ;
  }
  
  .home{
    display: none ;
  }
  
  .header-onlinestore,.header-instagram{
    top: 12px ;
  }
    
  
  .header-pink{
    height: 50px ;
    background-color: #FDF0F7 ;
    position: relative ;
  }
  
  .header-title-pc{
    display: block ;
    width: 250px ;
    margin: 0 auto ;
    margin-top: 19px ; 
  }
  
  .header-title{
    display: none ;
  }
  
}


/* navigation */
.open-button, .close-button {
  display: none;
}
@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span::before, .open-button span::after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #9A863C;
    display: block;
    content:"";
  }
  .open-button span::before {
    bottom: -8px;
  }
  .open-button span::after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    font-size: 20px;
    padding: 30px;
  }
  .close-button_img{
    width: 20px ;
  }
  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF9FC;
    width: 77%;
    height: 800px;
    padding-top: 40px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  
  .header-navi_logo{
    width: 120px ;
    height: auto ;
    margin-left: 32px ; 
  }
  
  
  .header nav ul li {             
    text-align: center ;
  }

  .header nav ul li a {
    font-size: 2.4rem ;
    font-weight: 300;
    line-height: 2;
    vertical-align: middle;
    text-decoration: none;
    color: #686868;
  }
  
  .hamburger-onlinestore::before {
  content: url("../images/onlinestore.png");
  transform: scale(0.4);
  position: absolute;
  top: 315px;
  left: 40px;
}
  .hamburger-instagram::before {
  content: url("../images/insta-rogo.png");
  transform: scale(0.4);
  position: absolute;
  top: 367px;
  left: 50px;
}
}


/*footer*/

.footer{
  hight: 370px ;
  background-color: #FDF0F7 ;
  padding-top: 30px ;
}

.footer-title{
  width: 186px ;
  margin: 0 auto ;
  margin-bottom: 25px ;
}

.footer-instaicon{
  width: 35px ;
  margin-right: 30px ;
}

.footer-mailicon{
  width: 35px ;
  
}

.icon-container{
  display: flex ;
  justify-content: center ;
  margin-bottom: 25px ;
}

.footer-onlinestore{
  width: 200px ;
  margin : 0 auto ;
  margin-bottom: 20px ;
}

.footer-description{
  font-size: 1.2rem ;
  text-align: center ;
  color: #9A863C ;
  margin-bottom: 48px ;
}

.small-container{
  background-color: #ffffff ;
  text-align: center ; 
  padding-top: 11px ;
  padding-bottom: 11px ;
}
   
.small{
  font-size: 1.2rem ;
  color: #9A863C ;
}
