body {
  font-family: 'Murecho', sans-serif;  margin: 0;
  padding: 0;
  /*background-image: url("img/tiger.jpeg");*/
  background-repeat: repeat-y;
  background-position: top;
  background-color: #FFF;

}
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;
}
.inside_3 .amabie_on_tiger{
  width: 2%;
}
.here {
  font-weight: bolder;
  color: #ff3B00;
  border-bottom: solid 12px #fc4545;
}
.here:hover{
  color: #fff319;
  border-bottom: solid 12px #fff319;
}
/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#52947d;
  text-align:center;
  color:#fff;
  top: 0;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 1100px;
}
/* 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);
  }
}


/*ヘッダー*/
/*ハンバーガー*/


  #gNav{
    position: fixed;
    top: 0;
    right: 0;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    z-index: 7;
    font-size: 1rem;
    display: block;
  }
  #gNav .gNav-menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10%;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
  }
  ul.gNav-menu{
    text-align: center;
  }
  #gNav .gNav-menu li{
    display: block;
    padding: 7px 30px 0 30px;
    border-bottom: none;
    /*line-height: 25px;*/
  }
  #gNav .gNav-menu li a{
    position: relative; /*下線absolute用*/
    display: block;
    padding: 0 6px;
    color: #132625;
    text-decoration: none;
  }
  #gNav .gNav-menu li a:hover{
    color: #0a0a0a;
  }
  #gNav .gNav-menu li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    top: 30px;
    width: 80%;
    height: 2px;
    background: #0a0a0a;
    transition: all .3s;
    transform: scale(0,1);
    transform-origin: center top;
  }
  #gNav .gNav-menu li a:hover::after{
      transform: scale(1,1);
  }
  .top-wrapper h1 {
    font-family: 'Lobster', cursive;
    font-size: 110px;
    font-weight: bolder;
    color: #0a0a0a;
  }
  .top-wrapper{
    text-align: center;
    margin-bottom: 195px;
  }
  .copy-container_3 li {
    font-size: 1.2rem;
    line-height: 1.9em;
    /*color: white; /*=======変更=======*/
  }
  .copy-container_3 a{
    font-size: 20px;
  }

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


/*メイン*/
.inside_3 span{
  color: #ff3ed5;
  font-weight: bold;
  border-bottom: solid 12px #ebff34;
}


.pre-main {
  padding: 0px 80px 80px 80px;
}
.out-pre-main{
  padding: 80px 80px 0px 80px;
}

/*押すなボタン*/
.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;
  font-family: 'Lobster', cursive;
}
.more_see_main a{
  font-size: 20px;
  color: #132625;
}
.more_see{
  padding: 0.5em 5em;
  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;
  color: black;
  border: 1px solid black;
}
.btn-square:hover{
  background-color: white;
}


.counter1{
  font-size: 13px;
}

#access_2 {
  padding-top: 61.4px;
  padding-left: 6em;
  max-width: 6%;
}


.you{
  position: absolute;
  top: 75px;
  margin-left: 1.7em;
}
.visitor{
  position: absolute;
  top: 75px;
  left: 12.5em;
}




.copy-container_1{
  padding: 0px 30px;
}
/*.copy-container h2 {
  font-size: 40px;
}*/
.copy-container p a{
  font-size: 18px
}
.copy-container span {
  color: #ff4a4a;
}
.copy-container img{
  padding: 60px;
  width: 400px;
}
/*.copy-container_3 {
  border-top: 1px solid #68b939;
  padding-top: 20px;
  padding-bottom: 300px;
}*/
.copy-container_3 {
  position: relative;
  z-index: 0;
  padding: 80px 0 164px 0;
  margin: 50px 0 0 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;
}


.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:#F2CB05;
}




.GoogleForm{
  float: right;
}

.contents{
  position: relative;
  z-index: 0;
  padding-top: 0;
  padding-bottom: 287px;
  margin-top: 35px;
}
.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 8px #fff;
  margin: 0 auto;
  padding: 0.5em 1em;
  color: #e2f0f0;
  background: #f6fafa;
  border-left: solid 8px #fff;
  width: 80%;
  height: 200px;
}
h1 {
  text-decoration: none;
  color: white;
}
h3 {
  font-family: 'Lobster', cursive;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.contents_text{
  padding-left: 0px;
}

/*.topic_main{
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}*/

.topic_main{
  display: block;
  padding: 0 30px 259px 30px;
  margin-top: 0;
  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 img{
  width: 100%;
}

.topic{
/*  align-items: center;*/
  flex-wrap: wrap;
  display: flex;
  justify-content: center;*/
}
.out_topic{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.topic_button_main{
  display: block;
}
.omikujiTopic{
  box-shadow: none; /*rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  border-radius: 7.5px;
}
.omikuji{
  width: 30%;
  padding-right: 10px;
}
.kumaBtn{
  width: 30%
}
.kuma{
  box-shadow: none; /*rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  border-radius: 7.5px;
}
.study{
  width: 30%;
  padding-right: 10px;
}
.study_img{
  box-shadow: none; /*rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  border-radius: 7.5px;
}
.input{
  padding-right: 10px;
  padding-bottom: 30px;
  width: 30%;
}
.photos{
  width: 30%;
  padding-right: 10px;
}

button {
           padding: 10px 20px;
           font-size: 16px;
           cursor: pointer;
       }

/*===モーダル表示のためのcss　*/
.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: 50%;
}
.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
	background:none;
	margin-right: 50px;
  margin-top: 30px;
}
/*モーダルの横幅を変更したい場合*/
.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;
}
/*===　サムネイル表示のためのcss　*/
.gallery{/*ベースになるギャラリーを横並びに*/
	display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.gallery li:hover{
  opacity: 0.5;
}
.gallery li{
	width:33.333%;
  padding: 0 20px;
  list-style:none;
}
/*画像の横幅を100%にしてレスポンシブ化*/
img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}
/*.galleryupper {
  margin-top: 90px;
  margin-bottom: 40px;
  border-top: solid 1px #68b939;
}*/
.galleryupper {
  border-top: 0;
  margin: 0;
  padding: 30px 135px 235px 135px;
  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;
}



.sitemap_main{
  display: block;
  padding-bottom: 257px;
  padding-top: 60px;
  padding-left: 130px;
  padding-right: 130px;
  margin-top: 30px;
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}
.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: 3px solid white;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 7px 40px;
  color: white;
  transition: all 0.2s ease-out;   /*アニメーションの指定*/
}
h4:hover{
  background: white;
  background-size: 200% auto;
  color:#fc4545;
  background-position: right center;
}

.in_why_find{
  padding: 2em 9em;
  background-color: #fff;
  color: #fff;
}


/*フッター*/
.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 {
  font-family: 'Lobster', cursive;
  color: #132625;
  text-align: center;
  font-size: 15px;
  opacity: 0.7;
}
