/* General Styling */
html {
  font-size: 62.5%;
}

body {
  font-family: "gill-sans-nova", sans-serif,'Noto Serif JP', serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  color: #231815;
  letter-spacing: 0.2rem;
background: #f9f9f9;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #198b88;
  text-decoration: none;
	transition: all 0.2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a img{transition: all 0.2s ease;}

main{
	width: 100%;
	margin: 0 auto;
}
img.full{
  width: 100%;
}
.wrap{
  width: 100%;
  margin: 0 auto;
  padding: 0 2vw;
}
.sp {
  display: inline-block;
}
.pc{
	display: none;
}
/*




menu  --common




*/
.menu{
  position: fixed;
  z-index: 1000;
    width: 100%;
}
#g-nav{
position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100vh;
    transition: all 0.6s;
    background-color:rgba(154,152,135,0.45)
    color: #fff;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}

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

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
      width: 50%;
    padding-top: 50px;
}

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

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

#g-nav li a{
color: #fff;
    text-decoration: none;
    padding: 20px 0 20px 40px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  white-space: nowrap;
}
#g-nav li.youtube i{
  font-size: 6vw;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
top: 0;
    right: 0;
  cursor: pointer;
    width: 60px;
    height: 60px;
  background-color: rgba(154,152,135,0.9);
	color: #fff;
}
.openbtn1:after{
  content: "MENU";
position: absolute;
    bottom: 8px;
    left: 42%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7) translateX(-50%);
}
.openbtn1.active:after{
  content: "CLOSE";
position: absolute;
    bottom: 8px;
    left: 42%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7) translateX(-50%);
}
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 16px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 30px;
  }

.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: 40%;
    height: 2px;
}

.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: 40%;
  height: 2px;
}
.telbtn{
  background-color: rgba(163,91,35,0.3);
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top: 60px;
    right: 0;
      width: 60px;
    height: 60px;
}
.telbtn a{
  width: 60px;
    height: 60px;
display: flex;
    justify-content: center;
}
.telbtn img{
  width: 33px;
}


/*




footer  --common




*/
#footer{
  padding: 20vw 3vw 10vw 3vw;
	color:#fff;
	margin-top: 10vw;
	background: #9A9887;
}
/*#footer .footer_share{
  padding-bottom: 20vw;
}
#footer .fun_to_share{
  width: 20vw;
  display: block;
  margin: 0 auto;
}
#footer .fun_to_share img{
  width: 100%;
}*/
#footer .sns_link{
  display: flex;
  justify-content: center;
  margin-top: 10vw;
}
#footer .sns_link li{
    font-size: 8vw;
    margin: 0 5vw;
}
#footer .footer_company_info{
    padding-top: 5vw;
    padding-left: 6vw;
    padding-right: 6vw;
}
#footer .footer_company_info .logo{
  width: 85%;
    margin: 0 auto;
    max-width: 380px;
}
#footer .footer_company_info .logo img{
  width:100%;
}
#footer .address{
letter-spacing: 0.1rem;
    font-size: 1.3rem;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 2;
    padding-top: 0;
}
#footer .address span{
  display: block;
}
#footer .copylight{
        font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
#footer .copylight strong{
  font-size: 1rem;
  font-weight: normal;
}

/*=============
下層ページ　タイトル
=============*/
.page_contents{
	background: #efeeeb;
	padding: 35px 0;
	text-align: center;
	font-size: 2.2rem;
}
.page_ttl{
	text-align: center;
	padding-bottom: 35px;
}
.page_ttl .ttl{
font-size: 2.2rem;
    position: relative;
    letter-spacing: 0.5rem;
        display: inline-block;
}
/*.page_ttl::before{
    font-weight: bold;
    margin-right: 15px;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    position: absolute;
    top: -44px;
    left: 0px;
}*/
.page_ttl .ttl::after{
content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231815;
    position: absolute;
    bottom: -15px;
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}