@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
}
body {
  color: #333; /* RGB */
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none{
  display: none;
}
  .header-icon__picture{
  position: absolute;
    left: 10px;
}
@media screen and (max-width:720px){
  .g-logo_link img{
  width: 15%;
}
  .header{
  margin: 0 auto;
  height: 200px;
  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;
  }}
header{
  margin: 0 auto;
  display: inline-block;
  height: 200px;
  width: 100%;
}
.header__container{
  max-width: 1160px;
}
.header-content-wrapper {
     font-family: 'Josefin Slab', serif;
    line-height: 100%;
}
.g-logo{
padding: 10px 0;
}
.g-logo_link img{
  width: 5%;
}
  .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.8rem;}

.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;
}
.section_footer_instagram img{
    position: absolute;
    top: 450px;
    left: 140px;
}

@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;
    height: 22px;
  }
  #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.6rem;
    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;}
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#c79393;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:300px;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #FFF;/*線の色*/
	}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
	  fill: #FFF;/*塗りの色*/
	  fill-opacity: 1;/*透過1で見える状態*/
	  stroke: none;/*線の色なし*/
	}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:-10%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:300px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 300px;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:300px;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}

.section-top {
    width: 100%;
    height: 100vh;
    background: linear-gradient( 
323deg , #eca3a3fa,#b1966d,#420122);/*グラデーションを定義*/
    background-size: 200% 200%;/*サイズを大きくひきのばす*/
    animation: bggradient 20s ease infinite;
    border-top-left-radius: 100px;
}



html,body{
	height: 100%;/*高さを100%にして描画エリアをとる*/
}

#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:10;/*描画を一番下に*/
	width: 100%;
	height: 100%;
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}
/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過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 a:hover{
	background: #FFF;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 1000;
    /*はじめは非表示*/
	opacity: 0;
	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);
  }
}