body {
  font-family: 'Murecho', sans-serif;  margin: 0;

  margin: 0;
  padding: 0;
  /*background-image: url("img/tiger_phone.png");*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-color: #FFF;
  overflow-x: hidden;
}
html, body {
  height:100%;
}


/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp_sec{
animation-name:fadeUpAnime_sec;
animation-duration:0.7s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime_sec{
  from {
    opacity: 0;
transform: translateY(100px);
  }
  to {
    opacity: 1;
transform: translateY(0);
  }
}
/* fadeUp */
.fadeUp_sec_2{
animation-name:fadeUpAnime_sec_2;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime_sec_2{
  from {
    opacity: 0;
transform: translateY(50px);
  }
  to {
    opacity: 1;
transform: translateY(0);
  }
}
/* fadeUp */
.fadeUp_sec_3{
animation-name:fadeUpAnime_sec_3;
animation-duration:1.4s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime_sec_3{
  from {
    opacity: 0;
transform: translateY(30px);
  }
  to {
    opacity: 1;
transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}
.fadeUpTrigger_2{
    opacity: 0;
}
.fadeUpTrigger_3{
    opacity: 0;
}
/*==================================================
ふわっ
===================================*/


a{
  text-decoration: none;
}
li {
  list-style: none;
}
.contents li{
  font-size: 1rem;
}
.top-wrapper h1{
  font-size: 60px;
  font-weight: bolder;
  /*color: white; /*=======変更========*/
}
/*===================ロード画面===========================*/
/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#52947d;
  text-align:center;
  color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 150px;
}
/* 最初のロゴのところでfadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.6s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}


/*ヘッダー*/
/*ハンバーガー*/
#hamburger .btn-gNav{
  position: fixed;
  top: 15px;
  right: 30px;
  width: 10%;
  height: 30px;
  z-index: 4;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  color: black;
}
#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 3px;
  background: black;/*=====変更====*/
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:15px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:30px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #fff;
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 15px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgb(70 129 96 / 95%);　/*=======2022/03/13変更=======*/
  font-size: 2rem;
  box-sizing: border-box;
  z-index: 3;
  padding-top: 34px;
  transition: all 0.4s;
  -webkit-transition: -webkit-transform all 0.4s;
}
#gNav.open{
  right: 0px;
}
#gNav .gNav-menu{
  font-size: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 0;
}
#gNav .gNav-menu li{
  display: block;

}
#gNav .gNav-menu li a{
  display: block;
  padding: 20px;
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #eff1f4;
}
#gNav .gNav-menu li a::after{
  display: none;
}
#gNav .gNav-menu li a:hover{
  font-weight: bold;
}


.kaigyo{  /*改行　アイフォンのみ表示*/
  display: block;
}
#smallcap{
  font-size: 0.7rem;
  color: black;
}
#smallcap:hover{
  color: white;
}

/*メイン*/

.last_contact{
  margin-bottom: 130px;
}

.global_nav{
  height: 100vh;
   overflow: scroll;
}
/*.pre-main {
  padding: 50px 20px 100px 20px;
}*/
.pre-main{
  padding:0 0;
  z-index: 0;
  /*background-image: url("img/tiger_phone.png");/*=======この辺==========*/
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.out-pre-main{
  padding: 0;
}

.here {
  font-weight: bold;
  color: #f26605;
  border-bottom: solid 3px #fc4545;
}
.here:hover{
  color: #fff319;
}
/*押すなボタン*/
.btn{
  float: left;
  border: 5px;
  background-color: black;
  padding: 25.5px 20px;
  text-decoration: none;
  color: white;
}
.btn:hover{
  background-color: #7F7F7F
}


.more_see_main{
  text-align: center;
  padding-bottom: 20px;
}
.more_see_main a{
  font-size: 13px;
  color: #132625;
}
.more_see{
  padding: 0.8em 6em;
  background-color: #fff;
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  outline: none;
  overflow: hidden;
}
.more_see::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  /*background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);*/
  background: #ee0979;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff6a00, #ee0979); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transform: skewX(-25deg);
}
.more_see:hover::before {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/*押しちゃう？ボタン*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 60px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: right;
  text-decoration: none;
  border-radius: 3px;
}
.btn-square:hover{
  background-color: white;
}
.top-wrapper{
  text-align: center;
  margin-bottom: 110px;
  margin-top: 115px;
}
.counter1{
  font-size: 13px;
}
#access_2 {
  padding-top: 24.9px;
  padding-left: 6.2em;
  max-width: 18%;
}

.you{
  position: absolute;
  top: 20px;
  margin-left: 1.7em;
  /*color: white;/*=======変更========*/
}
.visitor{
  position: absolute;
  top: 20px;
  left: 11.5em;
  /*color: white;/*=======変更========*/
}

.copy-container_1{
  padding: 0px 30px;
}
.copy-container li{
  font-size: 15px;
  line-height: 1.9em;
  color: black;  /*=======2022/03/13変更=========*/

}
.copy-container .inside_3 a{
  font-size: 16px;
}
.copy-container span {
  color: #ff4a4a;
}
.inside_3{
  padding: 30px 30px 10px 30px;
}
.inside_3 span{
  color: #f26605;
  font-weight: bold;
  border-bottom: solid 3px #ebff34;
}

.copy-container_3 {
  position: relative;
  z-index: 0;
  padding: 20px 0 150px 0;
  margin-left: 0;
  margin-right: 0;
}
.copy-container_3::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾ける*/
  transform: skewY(8deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background:#F2CB05;
}
.copy-container_3 a{
  font-size: 0.9rem;
}

/*===  丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown2{
	position:absolute;
	bottom:29%;
	left:90%;
  z-index: 2;
}
/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:16px;
    /*テキストの形状*/
	color: #A6A39F;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#A6A39F;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:65px;}
     100%{bottom:-5px;}
 }
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 66px;
	background:#A6A39F;
}
.room_1{
  position: relative;
  z-index: 0;
  padding: 20px 0 5px 0;
  margin: 50px 0 0 0;
}
.room_1::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾ける*/
  transform: skewY(8deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  /*背景の色と形状*/
  background: linear-gradient(90deg, #F2CB05 0%, #F21DBF 100%);
  background-position: 10% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  transition: all 0.2s ease-out;
}
.room_1:hover:after{
  background-position: 90% 50%;
}

.GoogleForm{
  float: right;
}
.contents_1{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-top: 0;
}
.contents{
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 112px;
}
.contents::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾ける*/
  transform: skewY(8deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background:#A6A39F;
}
/*新着情報*/
iframe.update {
  display: block;
  border-top: none;
  border-bottom: none;
  border-right:  solid 6px #fff;
  padding: 0.5em 1em;
  color: #e2f0f0;
  background: #f6fafa;
  border-left: solid 6px #fff;
  width: 80%;
  height: 150px;
  margin: 0 auto;
}
.neto {/*インシャラーのリンク*/
  text-decoration: none;
  color: black;
}
.neto:hover{
  color: #ff3b00
}

h3 {
  font-size: 25px;
  text-align: center;
}
/*=========トピック表示色々==========*/
.contents_text{
  padding-left: 0;
  margin-bottom: 60px;
  color: #fff;
}
.topic_main{
  display: block;
  padding-bottom: 120px;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 35px;
  position: relative;
  z-index: 0;
}
.topic_main::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾ける*/
  transform: skewY(8deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background:#468160;
}
.topic{
  display: block;
  padding: 0 0;
}
        /*  .omikujiTopic{
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border-radius: 7.5px;
          }*/
.omikujiTopic:hover{
  opacity: 1;
}
                /*  .omikuji {
                    text-align: center;
                    padding: 0 10px;
                    border-radius: 20px;
                    margin: 0 auto;
                    width: auto;
                  }  */

.omikujiTopic{
  box-shadow: none;
}
.omikuji {
  text-align: center;
  padding: 0 19px;
  margin: 0 auto;
  width: auto;
}

.topic_move{
  display: block;
  padding: 10px 0px 10px 0px;
  position: relative;
}
.title_move{
  text-align: center;
}
            /*    .kuma{
                  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                  border-radius: 7.5px;
                }
          .kumaBtn{
                width: 100%;
              }   */
    .kuma{
      box-shadow: none;
    }
    .kumaBtn{
      text-align: center;
      padding: 15px 19px;
      margin: 0 auto;
      width: auto;
    }

.omikujiTopic img{
  width: 100%;
  text-align: center;
}
.topic_move:hover{
  opacity: 1;
}
        /*    .study_img{
              box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
              border-radius: 7.5px;
            }
            .study{
              display: block;
              padding: 30px 10px 30px 10px;
              position: relative;
            }  */
.study_img{
  box-shadow: none;
}
.study{
  text-align: center;
  padding: 0 19px;
  margin: 0 auto;
  width: auto;
}
.input{
  text-align: center;
  padding: 15px 19px;
  margin: 0 auto;
  width: auto;
}

.photos{
  text-align: center;
  padding: 10px 19px;
  margin: 0 auto;
  width: auto;
}


.topic_button_main{
  display: block;
  padding: 0 0 30px 0;
  text-align: center;
}
.topic_button{
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 1px, rgba(6, 24, 44, 0.60) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  border-radius: 90px;
  height: 50px;
}
.topic_button_main:hover{
  opacity: 0.5;
}

/*===モーダル表示=====================*/
.hide-area{/*モーダル表示をする場所をあらかじめ隠す*/
	display: none;
}
.modaal-fullscreen .modaal-content-container{/*full画面の色設定*/
	background: linear-gradient(60deg, #F28599,#F2C4CD,#F2D785);
	color: black;
	text-align: center;
  margin: 0 auto;
}
.modaal-fullscreen .modaal-content-container img{
  width: 70%;
}
.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
	background:none;
	margin-right: 3%;
  margin-top: 4%;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container{
  max-width: 300px;
}
/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
/*キャプション*/
.caption{
  display: block;
  padding: 10px 0;
  font-size: 13px;
}
/*===　サムネイル表示のためのcss　*/
.gallery{/*ベースになるギャラリーを横並びに*/
  padding-left: 0;
	display: flex;
  justify-content: space-between;
}
.gallery li:hover{
 opacity: 0.5;
}
.gallery li{
	width:33.333%;
  padding: 0 5px;
  list-style:none;
}
/*画像の横幅を100%にしてレスポンシブ化*/
img .galleryupper{
	max-width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
.galleryupper {
  border-top: 0;
  margin: 23px 0;
  padding: 30px 10px 90px 10px;
  z-index: 0;
  display: block;
  position: relative;
}
.galleryupper::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾ける*/
  transform: skewY(8deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background:#A6A39F;
}
.image {
  border-radius: 7.5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn_foot{
  text-align: center;
  z-index: 999;

}
/*押しちゃう？ボタン*/
.btn_foot_1 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background:#fa3030;/*ボタン色*/
  color: #ffffff;
  border-radius: 3px;
}
.btn_foot a{
  font-size: 0.6rem;
}

.sitemap_main{
  display: block;
  padding-bottom: 130px;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 0;
  margin-bottom: 35px;
}
.sitemap_main::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(8deg);   /*四角形を傾ける*/
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background: #F2CB05;
}
h4{
  text-align:center;
  border: 1px solid white;
  margin: 7px 40px;
  color: white;
  transition: all 0.4s ease-out;   /*アニメーションの指定*/
}
h4:hover{
  background: white;
  background-size: 200% auto;
  color:#fc4545;
  background-position: right center;
}


.twitter-share-button{
  margin: 8px auto auto 6px;
}


/*フッター*/
.footerFixed {
  /*min-height: 15vh; /* ←コンテンツの高さの最小値＝ブラウザの高さ */
  position: relative;
  box-sizing: border-box;
}
footer{
  position:absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: hsla(0,0%,100%,.75);/*8/8*/
}
footer p {
  color: #132625;
  text-align: center;
  font-size: 15px;
  opacity: 0.7;
}
