@charset "UTF-8";

/*スマホ対応*/
@media screen and (max-width: 787px){
html{
  font-size: 7px;
}
ul{
  font-size: 10px;
}
ol{
  font-size: 10px;
}
/*ハンバーガーメニュー*/
/*ボタン外側*/
.nav{
  all: unset;
}
.nav-ul{
  all: unset;
  font-size: 1.4em;
  color: #fff;
}
.openbtn1{
  position: fixed;
  background: #5b9abb;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: 5px;
  left: 5px;
  z-index: 999;
  box-shadow: 1px 1px 2px  #454545;
}
/*ボタン内側*/
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;border-radius: 2px;
  background: #ffffff;
  width: 45%;  
  box-shadow: 1px 1px 2px #777777;
}
.openbtn1 span:nth-of-type(1){
  top: 15px;
}
.openbtn1 span:nth-of-type(2){
  top: 23px;
}
.openbtn1 span:nth-of-type(3){
  top: 31px;
}
/*activeクラスが付与されて線が回転*/
.openbtn1.active span:nth-of-type(1){
  top: 18px;
  left: 15px;
  transform: translateY(6px) rotate(135deg);
  width: 40%;
}
.openbtn1.active span:nth-of-type(2){
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 15px;
  transform: translateY(-6px) rotate(-135deg);
  width: 40%;
}

#g-nav{
  position: fixed;
  z-index: 9;
  /*ナビスタート位置と形状*/
  top: -30%;
  left: 70px;
  width: 0px;
  height: 180px;/*ナビ高さ*/
  background: #c6c6c6;
  transition: all .5s;/*動き*/

}
/*アクティブ＋で位置を0に*/
#g-nav.panelactive{
  top: 0;
  width: 0px;
  box-shadow: 1px 1px 3px #888888;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビ数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 9;
  width: 320px;
  height: 180px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

}
/*ナビゲーション*/
#g-nav ul{
  position: ansolute;
  z-index: 999;
  width: 200px;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 天地中央揃え*/
}
/*リストのレイアウト設定*/
#g-nav li{
  width: 200px;
  list-style: none;
  text-align: center;
  margin: 3px 0;
  box-shadow: 1px 1px 2px #454545;
  background: rgba(255,255,255,0.9);
  border-radius: 2px;
}
#g-nav li a{
  color: #004c56;
  text-decoration: none;
  padding: 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
/*ハンバーガーメニュー以上*/

.nav-ul{
  flex-direction: column;
  text-align: center;
}

.top{
  width: 35px;
  height: 35px;
}
.top::after{
  width: 13px;
  height: 13px;
  top: 7px;
  left: 10px;
}
.top a{
  font-size: 1.2em;
  bottom: 3px;
  left: 0px;
}
/*以下、rメニューのtransition*/
.nav-ul-a{
  position: relative;
  display: inline-block;
  z-index: 5;
  text-decoration: none;
}
.nav-ul-a::after{
  transform-origin: center;
  background: rgba(255,255,255,0.1);
}
.nav-ul-a:hover:after{
  transform: scale(0,1);
}
.nav-ul-a:active:after{
  transform: scale(1,1);
  transition: transform 0s;
}
/*以上、メニューのtransition*/

.section1-div{
  background-image: url(../images/bgimage06.jpg);
}

.flex01{
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 3px;
  flex-direction: column;
}

.basic{
  font-size: 4em;
  padding: 0px 0px 10px 10px;
}
.ex-p{
  margin: 10px auto;
  width: 60%;
}
.f-dark{
  padding: 1px;
}
.flex02{
  flex-direction: column;
}
.s1-dark2{
  padding: 10px;
}
.s1-normal2{
  width: 250px;
  margin: 0 auto;
}
/*privacy_policy*/
.pptopimg{
  width: 90%;
  margin: 0 auto;
}

/* price */
.priceLogo{
  position: absolute;
  width: 150px;
  bottom: 30px;
  left: 10px;
}
.priceh1{
  text-align: center;
  margin: 0 auto;
  font-size: 2.5em;
  background:linear-gradient(transparent 70%, #a6fbfc 90%);
  position: absolute;
  bottom: 5px;
  left: 57px;
}
.w-h1{
  bottom: 3rem;
  left: 53px;
  line-height: 1em;
}
}

