@charset "utf-8";


  
header {
  position: relative;
  width: 100%;
  z-index: 10;
/*overflow: hidden;*/
	overflow: inherit;
}



#header {
/*position: fixed;*/
  /*header固定*/
  height: auto;
  /*Headerの高さ設定*/
  width: 100%;
  justify-content: space-between;
  align-items: left;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
/*background-color: #F2EDE7;*/
opacity: 0.9;
text-align: left;
display: inline-flex;
flex-wrap: wrap;
}





#header-logo {
padding-top: 11px;
width: 25%;
height: 50px;
padding-left: 0%;
}

#header-logo a{
width: 100%;
height: 30px;
background: url("../img/logo.svg") top left no-repeat;
text-indent: -9999px;
display: block;
margin-left: 5%;
}



#header-logo img {
  width: 100%;
}

#g-nav {
margin-right: auto;
padding-top: 15px;
font-family: 'Zen Old Mincho',"Libre Caslon Text", serif;
}




#g-nav2{
margin-right: auto;
  width: 100%;
  align-items: center;
background:#008cc2;
 opacity: 1;
text-align: center;
display: inline-block;
padding-top: 5px;
}

#g-nav2 li a {
  color: #ffffff!important;
}


#g-nav_left {
  margin-left: auto;
}

#g-nav_right {
  margin-right: auto;
}


@media screen and (max-width:768px) {
	
	
#header {
  position: fixed;
  /*header固定*/
  height: auto;
  /*Headerの高さ設定*/
  width: 100%;
  justify-content: space-between;
  align-items: left;
  padding-top: 1%;
  padding-bottom: 1%;
background-color: transparent;
opacity: 1;
text-align: left;
/*border-top: 7px solid #008cc2;*/
display: inline-flex;
flex-wrap: wrap;

}	
	
  #header-logo {
    text-align: left;
	  padding-top: 3%;
    padding-bottom: 0px;
	 width: 100%;
	  padding-left: 5%;
  }
	
#header-logo a{
width: 80%;
height: auto;
background: url("../img/logo.svg") top left no-repeat;
text-indent: -9999px;
display: block;
margin-left: 0%;
}
	
	
#header-logo img {
  width: 100%;

}	
  #header {
    position: fixed;
    /*header固定*/
    height: 100px;
    /*Headerの高さ設定*/
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 2%;
    padding-bottom: 2%;
    opacity: 0.9;
	background:f3efe9;
  }
  #g-nav {
    display: none;
  }
	
#g-nav2{
display: none;
}

  #g-nav_left {
    display: none;
  }
  #g-nav_right {
    display: none;
  }
}

#navi_header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100px;
  /*高さ指定*/
  z-index: 9;
  /*下から2番目に表示*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fffff !important;
}

#navi_header.logo {
  width: 100%;
}

#navi_header a {
  color: #fffff !important;
}

#navi_header img {
  width: 100%;
}

@media screen and (max-width:768px) {
  header {
    position: relative;
    width: 100%;
  }
  #navi_header {
    position: absolute;
    width: 100%;
    height: auto;
    /*高さ指定*/
    z-index: 9;
    /*下から2番目に表示*/
    display: flex;
    align-items: left;
    color: #fffff !important;
    padding-top: 5%;
    overflow: hidden;
  }
  #navi_header img {
    width: 100%;
  }
}


/*fixedでブロックがなくなるのではじめの要素のトップに余白を持たせる*/

section#area-1 {
  padding-top: 100px;
}


/*==ふわっと出現させるためのCSS*/


/*　上に上がる動き　*/

#navi_header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
  z-index: 9;
  /*下から2番目に表示*/
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}


/*　下に下がる動き　*/

#navi_header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
  z-index: 9;
  /*下から2番目に表示*/
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*========= レイアウトのためのCSS ===============*/

#g-navi {
  z-index: 5;
  /*下から2番目に表示*/
}



#g-navi li a {
  color: #008cc2!important;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #008cc2;
margin-left: 25px;
margin-right: 25px;
margin-top: 0%;
margin-bottom: 6%;
  transition: all 0.3s;
    font-weight: 600!important;
  -webkit-letter-spacing: 1.5px;
  -moz-letter-spacing: 1.5px;
  -ms-letter-spacing: 1.5px;
  letter-spacing: 0.01em;
	font-size: 15.5px;
  font-size: 1.55rem;
}

nav ul li a:hover {
  color: #008cc2!important;
}



@media screen and (max-width:768px) {
  #g-navi {
    display: none;
  }
  nav ul li a {
    display: none;
  }
  nav ul li a {
    display: none;
	 margin-top: 5%;
	 margin-bottom: 5%;
	 margin-left: 2px;
margin-right: 0px;
font-size: 21px;
  font-size: 2.1rem;
  }
	
	
	
	
}

nav ul li.current a, nav ul li a:hover, nav ul li a:active {
  color: #fff;
}


/*========= ナビゲーションのためのCSS ===============*/


/*アクティブになったエリア*/

#sp-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100vh;
  color: #fff;
}


/*丸の拡大*/

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #008cc2;
  opacity: 1;
  visibility: visible;
  transform: scale(0);
  /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  transition: all .6s;
  /*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive {
  transform: scale(50);
  /*クラスが付与されたらscaleを拡大*/
}




#sp-nav{
font-family: 'Zen Old Mincho',"Libre Caslon Text", serif;
}
/*ナビゲーションの縦スクロール*/

#sp-nav-list {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
overflow: auto;
  -webkit-overflow-scrolling: touch;
	display: none;
}

#sp-nav.panelactive #sp-nav-list {
  display: block;
  /*クラスが付与されたら出現*/
  z-index: 999;
  /*下から2番目に表示*/
  position: absolute;
}


/*ナビゲーション*/

#sp-nav{
display: inline-flex;
}

#sp-nav ul {
  opacity: 1;
  /*はじめは透過0*/
  position: absolute;
  z-index: 9;
  /*下から2番目に表示*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#sp-nav.panelactive ul {
  opacity: 1;
  padding: 0;
}


/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/

#sp-nav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
  color: #fff!important;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


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

#sp-nav li {
  text-align: center;
  list-style: none;
  display: block!important;
  width: 100%;
	 font-size: 18px;
    font-size: 1.8rem;
}

#sp-nav li a {
  color: #ffffff!important;
  text-decoration: none;
  padding: 2px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#sp-nav li.copylightnavi {
  color: #ffffff!important;
   font-size: 10px;
  font-size: 1.0rem;
  line-height: 2.9090909091;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  line-height: 20px;
  padding-top: 15%;
}

@media only screen and (max-width: 768px) {
  #sp-nav-list img {
    /*padding-left: 15px;*/
    width: 50%;
  }
  /*ナビゲーション*/
  #sp-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 9;
    /*下から2番目に表示*/
    top: 40%;
    left: 30%;
    transform: translate(-30%, -40%);
    display: block;
  }
  #sp-nav li {
    text-align: left;
}
  
  #sp-nav li {
    text-align: left;
    list-style: none;
    display: block!important;
    width: 100%;
  }
  #sp-nav li a {
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #ffffff!important;
  }
  #sp-nav li.copylightnavi {
    color: #ffffff!important;
    font-size: 12px;
  font-size: 1.0rem;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    line-height: 20px;
    padding-top: 15%;
  }
}


/*========= ボタンのためのCSS ===============*/

.sns_icon {
  position: absolute;
  z-index: 1;
  /*ボタンを最前面に*/
  width: 50px;
  height: 50px;
  right: 50px;
  top: 33px;
}

.sns_icon img {
  width: 60%;
}


.entry_btn{
  position: absolute;
  z-index: 1;
  /*ボタンを最前面に*/
  width: 120px;
  height: 10px;
  right: 80px;
top: 27px;
}


.openbtn1 {
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 23px;
  color: #231815!important;
}

@media screen and (max-width:768px) {
  .sns_icon {
    position: absolute;
    z-index: 1;
    /*ボタンを最前面に*/
    width: 50px;
    height: 50px;
    right: 50px;
  }
  .openbtn1 {
    position: absolute;
    top: 25px;
    padding-top: 1%;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 10px;
  }
	
.entry_btn{
  display: none;
}
	
	
	
	
}


/*×に変化*/

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #008cc2;
  width: 45%;
  padding-top: 1%;
}

.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%;
  background-color: #fff;
}

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

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







/*== ボタン共通設定 */
.btn_entry{
font-weight: bold;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #008cc2;/* ボーダーの色と太さ */
    padding: 10px 18px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	 background-color: #008cc2;
	width: 100%;
	margin-top: 0%;
	margin-bottom: 0%;
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	 font-size: 14px;
  font-size: 1.4rem;
	letter-spacing: 0.01;
}

/*ボタン内spanの形状*/
.btn_entry span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#ffffff;
}

.btn_entry:hover span{
  color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#c2a459;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}


  
    /*アコーディオン全体*/
    .menu {
      width: 100%;
      padding: 10px 10px 20px;
    }
    .menu input {
      display: none; /*チェックボックスを隠す*/
    }
    /*バー部分*/
    .menu label {
      cursor :pointer;
      display: block;
      text-decoration: none;
      color: #fff;
      line-height: 1;
      position: relative;
      margin: 0 0 10px;
      padding: 10px;
      background-color: #333;
    }
    /*開いたときに表示される部分*/
    .menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 1px;
    }
    .menu li {
      height: 0;
      overflow-y: hidden;
      transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
      -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
      -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
      -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
      -o-transition: padding-bottom 0.5s, padding-top 0.5s;
    }
    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li {
      height: auto; /*開いたときに表示されるliの高さ*/
      opacity: 1;
      background: #f1f1f1;
      padding: 10px;
    }
     /*開いたときの下の余白*/
    #menu_bar01:checked ~ #links01 li:last-child,
    #menu_bar02:checked ~ #links02 li:last-child {
      margin-bottom: 20px;
    }
    /*閉じた状態の矢印描画*/
    .menu label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 2%;
      top: 0;
      bottom: 15%;
      margin: auto;
    }
    /*開いた状態の矢印描画*/
    .menu input[type=checkbox]:checked + label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #fff 2px solid;
      border-right: #fff 2px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position:absolute;
      right: 2%;
      top: 7%;
      bottom: 0;
      margin: auto;
    }