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

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
}
body {
  background-color: fff9fd;
  color: #333; /* RGB */
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
.main {
  background-color: #fff9fd;
}
.header {
  margin: 0 auto;
  height: 35px;
  width: 100%;
}

.section_footer_instagram img{
    position: absolute;
    top: 450px;
    left: 140px;
}

@media screen and (max-width:720px) {
  .g-logo_link img {
    width: 50%;
  }
  .g-nav_options li a {
    font-size: 1.2rem;
  }
  .header {
    margin: 0 auto;
    height: 50px;
    width: 100%;
  }
  .g-logo {
    padding: 34px 0 0;
  }
  .g-nav {
    display: block;
  }
  .g-nav_options {
    display: block;
    text-align: right;
  }
  .g-nav_optionsitem {
    display: block;
  }
  .g-nav_optionsitem a {
    text-decoration: none;
    font-size: 2rem;
    color: #333;
    font-family: 'Josefin Slab', serif;
  }
  .cc {
    display: inline;
  }
  .header__container {
    display: none;
  }
  .nav-drawer__rogo {
    display: block;
    position: absolute;
    left: 140px;
  }
  
  .section_footer_instagram img{

}
}
header {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
}
.header__container {
  max-width: 1160px;
}
.header-content-wrapper {
  font-family: 'Josefin Slab', serif;
  line-height: 100%;
}
.g-logo {
  padding: 10px;
  text-align: left;
}
.g-logo_link img {
  width: 35px;
}
.g-nav {
  margin: 0 auto;
  list-style-position: inside;
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.g-nav_options {
  position: absolute;
  right: 10px;
  list-style-position: inside;
  overflow: hidden;
  display: inline-block;
}
.g-nav_options li {
  text-align: right;
  float: left;
  list-style: none;
  font-family: 'Josefin Slab', serif;
  font-size: 1.5rem;
}
.g-nav_optionsitem {
  display: inline;
  padding: 0 15px;
}
.g-nav_options li a {
  text-decoration: none;
  color: #333;
}
.nav-drawer {
  display: none;
}
.g-nav p {
  display: none;
}
.header__reserve {
  position: absolute;
  right: 40px;
  top: 34px;
  width: 200px;
  height: 44px;
}
.header__reserve__en {
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .05em;
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
}
.header__reserve__ja {
  display: block;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 2px;
}
.header__reserve__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 3px 0 0;
  border: 1px solid #5f632a;
}
.header__reserve__tel {
  position: absolute;
  right: 40px;
  width: 200px;
  height: 44px;
  top: 85px;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
}
.nav-drawer__rogo img {
  display: none;
}
.instagram {
  display: none;
}
.instagram_2 {
  display: flex;
  justify-content: flex-end;
  margin: 0 30px;
}

.footer{
  height: 100px;
  padding-top: 50px;
}

@media screen and (max-width:480px) {
  /* ハンバーガーアイコン */
  #nav-drawer {
    text-align: right;
    position: relative;
    display: block;
    right: 20px;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #c79393;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 300px;
    height: 100%;
    background-color: #fff9fd;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    font-family: 'Josefin Slab', serif;
    margin-bottom: 46px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    background-color: #fff9fd;
    float: none;
    padding: 5px 0;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    font-family: 'Josefin Slab', serif;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%)
  }
  #nav-content ul li a {
    background-color: #fff9fd;
    float: none;
    padding: 10px 30px;
    border: solid 1px #c79393;
    margin: 30px 0;
    display: block;
    height: 100%;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
  }
  .nav-drawer__rogo img {
    display: block;
  }
  .g-nav_options {
    position: absolute;
    right: 100px;
    list-style-position: inside;
    overflow: hidden;
    display: inline-block;
    top: 80px;
  }
  .instagram {
    position: absolute;
    left: 150px;
    top: 450px;
  }
  .instagram_2 {
    display: none;
  }
}
@media screen and (min-width:720px) {
  .pc {
    display: block
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:720px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html, body {
  height: 100%; /*高さを100%にして描画エリアをとる*/
}
#particles-js {
  position: fixed; /*描画固定*/
  z-index: 10; /*描画を一番下に*/
  width: 100%;
}
#wrapper {
  position: relative; /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
 border: 1px solid #FFFFFF;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	color: #FFFFFF;
  font-weight: 700;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
  background-color: #c79393;
    margin-bottom: 20px;
}



/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 1000;
  /*はじめは非表示*/
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media screen and (min-width:720px) {
  .pc {
    display: block
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:720px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}