@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  background-color: #edd5c0;
  color: #271403; /* RGB */
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 1.6em;
/*  line-height: 2.4rem;*/
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
ul {
  list-style: none;
  text-decoration: none;
}
li {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #271403;
}
.kiwi-maru-light {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}




.none {
  display: none;
}

.Instagram {
  background-image: url("../images/Instagram_logo.png"),url("../images/Instagram_Glyph_Black.png");
  width: 1.1em;
  height: 1.1em;
  margin-left: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*-----------------------------footer---------------------------*/

.footer {
  display: flex;
  flex-flow: column;
  background-color: #edd5c0;
}

.footer-gn {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.05vw;
  font-weight: 500;
  margin-right: 0;
  margin-top: 2em;

}
.footer-gn li {
  padding-left: 30px;
}
.footer-gn li a {
  color: #271403;
}
.footer small {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  justify-content: center;
  padding-bottom: 40px;
}
.footer p {
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer p img {
  width: 341px;
}
.followme {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 110px;
}
.followme-a {
  color: #271403;
  display: flex;
  min-width: 130px;
  justify-content: center;
}
.Insta-logo {
  height: 1.5em;
  vertical-align: bottom;
  padding: 0 0.2em;
}
.Instagramlogo {
  height: 1.5em;
  vertical-align: bottom;
  padding: 0 0.2em;
}
.move img {
  animation-name: swing;
  animation-duration: 4.0s;
  animation-delay: ease-out;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/*  アニメーション*/
  
  @keyframes swing {
    0% {
      transform: translate(0,0) rotate(5deg)
    }
    50% {
      transform: translate(0,10px) rotate(0deg);
    }
    100% {
      transform: translate(0,0) rotate(-5deg);
  }
}
/* ページトップボタン */
#page-top a {
  bottom: 10px;
  padding-bottom: 20px;
  position: fixed;
  right: 25px;
}
#page-top {
  bottom: 0;
  position: fixed;
  right: 0;
}
#page-top a {
  text-align: center;
  transition: opacity .5s;
  width: 59px;
}
#page-top a:hover {
  opacity: 0.8;
  transition: opacity .5s;
}
#page-top a img {
  width: 59px;
}

@media screen and (min-width:1180px){
  .PC-none1180 {
    display: none;
  }
}
@media screen and (max-width:1179px){
  .mobile-none1180 {
    display: none;
  }
}
/*---------------------------------------------------------------*/
@media screen and (min-width:769px){
  .PC-none {
    display: none;
  }
}


@media screen and (max-width:768px){
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position:fixed;/*fixedで上手くいかず変更*/
  z-index: -999;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
    /*height: 100vh;ナビの高さ*/
  background:#edd5c0;
    /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
  height: 100vh;/*ナビの高さ*/
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  color: #271403;
  text-decoration: none;
  padding:1.5rem 1rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  
}
  .gn {
    background-color: #fffdf4;
    border-radius: 130px 130px 0 0;
    padding: 5em 0 2em;
    width: 75%;

  }
.gn li {
    padding-left: 0;
}
  .nav-insta {
    padding-top: 2em;
  }
  .nav-logo {
    width: 100%;

  }
  .nav-logo img {
    width: 124px;
  }
  
/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;/*fixedで上手くいかず変更*/
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #271403;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



  
  .mobile-none {
    display: none;
  }
 

  /*.gn */.footer-gn {
    display: none;
  }
  .footer h2 img {
    width: 187px;
  }
  .footer small {
    font-size: 1rem;
  }
  .footer p img {
    width: 187px;
}
  #page-top a {
    right: 0px;
}
  #page-top a img {
    width: 35px;
}
}