@charset "utf-8";
/* CSS Document */

/* フォントメモ
見出し系【Kosugi Maru】
font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;

本文系【Noto Sans Japanese】
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
 */

html {
	scroll-behavior: smooth;
}

 /* アンカーリンクの際、ヘッダーの高さ分を調整
#lesson{
  scroll-margin-top: 100px;
} */

/*======================
ヘッダー用css
======================*/
/* ヘッダー */
header{
	width: 100%;
	display: inline-block;
	background-color: #6b8e23;
	box-sizing: border-box;
	  /* ヘッダー固定指定*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 80px;
}
#logo{
	position: absolute;
	padding:15px 0;
	z-index: 600;
	height: 80%;
}
#headerContactBtn{
	display: inline-block;
	width: 85px;
	height: 80px;
	color: #534741;
	text-align: center;
	background-color: #e1ad01;
	border: 2px solid #534741;
	border-radius: 0 0 10px 10px;
	float: right;
	margin-right: 50px;
	margin-top: -10px;
	padding-top: 20px;
	font-size: 16px;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
    transition: 0.8s;
}
#headerContactBtn:hover{
	margin-top: -5px;
	box-shadow: none;
}
.hamburgerNavi{
	margin-top: 90px;
}

#globalNavi li{
	color: #fff;
	font-size: 24px;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 25px;
}
#globalNavi li.small{
	 font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 2em;
}

#globalNavi .contactbtn{
	display: inline-block;
	width: 90%;
	padding: 15px 0;
	color: #534741;
	text-align: center;
	background-color: #e1ad01;
	border: 2px solid #534741;
	border-radius: 10px;
	font-size: 24px;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 25px;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
    transition: 0.8s;
}

#globalNaviSecond li {
	color: #fff;
	font-size: 14px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 15px 0;
}
#globalNaviSecond {
	border-top: 1px solid #fff;
	border-bottom:  1px solid #fff;
	}
#globalNaviSecond li:hover,
#globalNavi li:hover,
.newsArea tr:hover,
.newsArea a:hover{
    text-shadow: 0 0 1px #e1ad01,0 0 2px #e1ad01,0 0 3px #e1ad01;
}
#globalNavi .contactbtn:hover{
	box-shadow: none;
    transform: translate(0,3px);
}

.sp-nav .copyright,.copyright{
	text-align: center;
	color: #333;
	font-size: 12px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 15px 0;
	line-height: 1.5;
}
.sp-nav .copyright span,.copyright span{
	display: block;
	color: #000;
}

/* PC用ナビは非表示 */
#globalNaviPC-header, .gnav-footer {
  display: none;
}



@media screen and (min-width:768px){
    #headerContactBtn{
	margin-right: 20px;
	}
    /* ハンバーガー非表示 */
    .hamburger {
        display: none;
      }

      /* SPまとめナビ非表示 */
    .sp-nav {
        display: none !important;
      }

      /* PC用ナビ表示 */
    #globalNaviPC-header, .gnav-footer {
        display: block;
      }
    
    /* PC用ナビ設定 */
    #globalNaviPC-header,#globalNaviPC-header ul,.headericon{
        display: flex;
    }
    
    #globalNaviPC-header{
        justify-content: space-between;
        align-items: center;
        margin-left: 250px;
    }
    #globalNaviPC-header ul li{
        display: block;
        margin-top: 30px;
        padding: 0 20px 0 0;
        font-size: 18px;
	    font-family: "Kosugi Maru", sans-serif;
	    font-weight: bold;
	    font-style: normal;
        color: #fff;
    }
    #globalNaviPC-header ul li:hover{
        text-shadow: 0 0 1px #e1ad01,0 0 2px #e1ad01,0 0 3px #e1ad01;
    }
	

    .headericon{
        margin-top: 20px;
        margin-right: 20px;
        /*vertical-align: bottom; */
    }
    .headericon p:first-child{
        padding-right: 20px;
    }
    
    .gnav-footer{
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #534741;
    }
    .gnav-footer li a{
        text-align: center;
        display: block;
        padding: 10px 30px 10px 0;
        font-size: 14px;
         font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #534741;
    }
    .gnav-footer li:last-child{
        padding-right: 0;
    }
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ハンバーガーアイコンまわり
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* ハンバーガーアイコンまわり */
.hamburger {
  position: fixed;
  right: 15px;
  top: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 3px;
  right: 0;
  background-color: #fff;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 15px;
}

.hamburger__line--3 {
  top: 30px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    background-color: #fff;
    transform: rotate(-45deg);
    top: 20px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
    background-color: #fff;
      transform: rotate(45deg);
      top: 20px;
}

/* sp-nav(ナビ)*/
.sp-nav {
  position: fixed;
  right: -100%; /*クリックされる前はWindow右側に隠す*/
  top: 0;
  width: 100%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #6b8e23;
	color: #fff;
	text-align: center;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロール*/
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

.sp-nav p{
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
} 

/*======================
共通css
======================*/
body{
    background-color: #f9f9f7;
}
main{
    margin-top: 80px;
    background: url("../images/sp_bg.png");
    background-repeat: repeat-y;  /* 縦にだけ繰り返す */
    background-size: 100% auto;   /* 横幅100%、縦は比率維持 */
    background-position: top center; /* 任意で位置指定 */
}

h2{
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 26px;
    font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
    color: #6b8e23;
    background-image: url("../images/h2_top.png"),url("../images/h2_bottom.png");
    background-repeat: no-repeat,no-repeat;
    background-position: top center,bottom center;
    margin: 30px 0;
}
h2.h2Wh{
	background-image: url("../images/h2_top_wh.png"),url("../images/h2_bottom_wh.png");
	color: #fff;
}
h3{
    text-align: center;
    font-size: 22px;
    font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
    color: #534741;
    margin: 30px 0;
	line-height: 1.5;
}

p{
    text-align: center;
    font-size: 16px;
     font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #534741;
    line-height: 1.6;
}
.content h3+p{
    margin-bottom: 30px;
}

.btnA a,
input.btnA{
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
    color: #534741;
    padding: 10px 0;
    background-color: #e1ad01;
    border-radius: 25px;
    box-shadow: 0 4px 0 rgba(0,0,0,0.2); 
    transition: 0.8s;
}
a img{
	transition: 0.8s;
}
.btnA a:hover,
input.btnA:hover,
a img:hover{
    transform: scale(0.9,0.9);
    box-shadow: none;
}
.btnB a{
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
    color: #534741;
    padding: 5px 0;
    border:1px solid #534741;
    border-radius: 25px;
    transition: 0.8s;
}
.btnB a:hover,
.btnC a:hover{
    transform: scale(0.9,0.9);
}

.btnC a{
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #333;
    padding: 2px 0;
    border:1px solid #333;
    border-radius: 20px;
    transition: 0.8s;
}



.content{
    width: 90%;
    margin: 0 auto;
	text-align: center;
}
.titleArea{
    display: block;
    background: #aaa;
}
.titleArea h1{
    padding: 50px 0;
    text-align: center;
    font-size: 30px;
    font-family: "Kosugi Maru", sans-serif;
	font-weight: bold;
	font-style: normal;
    color: #fff;
	letter-spacing: 0.1em;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

footer{
    border-top: 1px solid #534741;
	text-align: center;
    }

/*アンカーボタンエリア調整*/
.ankerBtn{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.ankerBtn p.btnB{
    width:32%;
}

main section:last-child{
    padding-bottom: 60px;
}
span.red{
	color: #f00;
	font-size: 70%;
}

@media screen and (min-width:768px){
    .content{
        wax-width: 1000px;
        margin: 0 auto;
    }
    main{
        background: url("../images/bg.png");
        background-repeat: repeat-y;  /* 縦にだけ繰り返す */
        background-size: 100% auto;   /* 横幅100%、縦は比率維持 */
        background-position: top center; /* 任意で位置指定 */
    }
    .titleArea h1{
        padding: 100px 0;
        font-size: 40px;
    }
    h2{
        font-size: 36px;
        margin: 40px 0;
    }
    h3{
        font-size: 24px;
        margin: 40px 0;
        
    }
    .btnA a,.btnB a{
        margin: 0 auto;
        font-size: 18px;
        padding: 10px 0;
        border-radius: 30px;
    }
    .btnA a{
        width: 300px;
    }
    .ankerBtn{
        width: 60%;
        padding: 100px 0;
    }
    main section:last-child{
        padding-bottom: 100px;
    }
	br.pcNObr {/*改行解除*/
		display: none;
	  }
    
}

/* ヘッダー調整：超小型スマホ（396px以下） */
@media screen and (max-width: 374px) {

  /* ロゴのサイズ調整 */
  #logo img {
    width: 70%;  /* 必要に応じて微調整 */
	transform: translate(-50px,-10px);
  }

  /* ヘッダー右側ボタンのサイズと間隔 */
  #headerContactBtn {
    width: 70px;
    font-size: 14px;
	
    padding: 20px 10px 0 10px;
    margin-left: 10px; /* ロゴとの間隔を狭く */
	margin-top: -25px;
  }

  /* ヘッダー全体の高さを少し抑える */
  header {
    padding: 10px 15px;
  }

  /* ナビゲーションの文字サイズ調整 */
  nav#globalNavi ul li a {
    font-size: 12px;
    padding: 8px 6px;
  }

}


/*======================
プラポリ・利用規約、ｈ１非表示用css
======================*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/*===========
inview(ふわっと出る)
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*======================
自動挿入広告Sp時サイズ制御用css
======================*/
footer div {
  max-width: 100%;    /* 画面からはみ出さない */
  height: auto;
  display: inline-block;
}
footer a img {
  max-width: 100%;   /* 画面幅に応じて縮小 */
  height: auto;      /* アスペクト比を維持 */
  display: inline-block;
}



