@charset "utf-8";

/*mov-topimg
---------------------------------------------------------------------------*/
.mov-topimg {
  position: relative;
  width: 100%;
  height: 92vh;
  min-height: 500px;
  overflow:hidden;
}

@media screen and (max-width: 1500px) {
.mov-topimg {
  max-height: 580px;
}
}

@media screen and (max-width: 1280px) {
.mov-topimg {
  max-height: 520px;
}
}

.mov-topimg .block {
  padding:0;
  width:100%;
  height: 100%;
  position: relative;
}

#dot {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/top/dot.png);
    opacity: 0.5;
}

@media screen and (max-width: 800px) {
.mov-topimg {
  height:340px;
  min-height: initial;
}
#dot {
    display: none;
}
}

@media screen and (max-width: 650px) {
.mov-topimg {
  height:280px;
}
}

@media screen and (max-width: 568px) {
.mov-topimg {
  height:250px;
}
}

@media screen and (max-width: 450px) {
.mov-topimg {
  height:200px;
}
}
.mov-topimg img {
  width:100%;
  height:auto;
}


#vdo {
  width: 100%;
  height: auto;
  margin:auto;
}

@media screen and (max-width: 800px) {
#vdo {
  width: 120%;
  max-width: 900px;
  height:365px;
  margin:-10px 0 0 -10%;
}
}

@media screen and (max-width: 650px) {
#vdo {
  margin:-30px 0 0 -10%;
}
}

@media screen and (max-width: 568px) {
#vdo {
  width: 130%;
  height:250px;
  margin:0 0 0 -15%;
}
}

@media screen and (max-width: 450px) {
#vdo {
  width: 120%;
  height:240px;
  margin:-20px 0 0 -10%;
}
}

/* top_row
================================================== */
#top_row {
  width: 10%;
  height:auto;
  position:absolute;
  top:2%;
  left:1%;
  width:15%;
}

@media screen and (max-width: 800px) {
#top_row {
  display:none;
}
}

/* top_info
================================================== */
#top_info  {
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 2;
  width:100%;
}

#top_info .top_logo {
  width:170px;
  margin:0 auto 5px;
}

#top_info .top_logo img{
  width:100%;
  height:auto;
}

#top_info h2 {
  line-height:1.6;
  font-weight:500;
  text-shadow:0.05em 0.05em 2px #636363;
  color: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:13px;
}

/* wave
================================================== */
.wave {
    background-image: url(../images/top/wave.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 1920px 30px;
    position: absolute;
    z-index: 1;
    -webkit-animation: waveAnime 5s linear infinite;
    animation: waveAnime 5s linear infinite;
}
@-webkit-keyframes waveAnime {
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}
@keyframes waveAnime { 
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}

@media screen and (max-width: 568px) {
.wave {
  height: 10px;
  background-size: 640px 10px;
}
@-webkit-keyframes waveAnime {
0% {background-position: 0 0}
100% {background-position: 640px 50%;}
}
@keyframes waveAnime { 
0% {background-position: 0px 50%;}
100% {background-position: 640px 50%;}
}
}

/* wave2
================================================== */
.wave2 {
    background-image: url(../images/top/wave2.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 1920px 30px;
    position: absolute;
    z-index: 2;
    -webkit-animation: waveAnime2 3s linear infinite;
    animation: waveAnime2 3s linear infinite;
}
@-webkit-keyframes waveAnime2 {
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}
@keyframes waveAnime2 { 
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}

@media screen and (max-width: 568px) {
.wave2 {
  height: 10px;
  background-size: 640px 10px;
}
@-webkit-keyframes waveAnime2 {
0% {background-position: 0 0;}
100% {background-position: 640px 50%;}
}
@keyframes waveAnime2 { 
0% {background-position: 0px 50%;}
100% {background-position: 640px 50%;}
}
}

/* wave3
================================================== */
.wave3 {
    background-image: url(../images/top/wave3.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 1920px 30px;
    position: absolute;
    z-index: 2;
    -webkit-animation: waveAnime3 2.5s linear infinite;
    animation: waveAnime3 2.5s linear infinite;
}
@-webkit-keyframes waveAnime3 {
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}
@keyframes waveAnime3 { 
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}

@media screen and (max-width: 568px) {
.wave3 {
  height: 10px;
  background-size: 640px 10px;
}
@-webkit-keyframes waveAnime3 {
0% {background-position: 0 0;}
100% {background-position: 640px 50%;}
}
@keyframes waveAnime3 { 
0% {background-position: 0px 50%;}
100% {background-position: 640px 50%;}
}
}

/* .top-container
--------------------------------------------------*/
.top-container{
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  width:1200px;
  box-sizing: border-box;
  }

@media screen and (max-width: 1280px) {
.top-container {
  width:100%;
  padding: 0 8%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 800px) {
.top-container {
  padding: 0 2%;
}
}

@media screen and (max-width: 568px) {
.top-container {
  padding: 0 2.5%;
}
}

/* .top-info
================================================== */
.top-info {
 width: 100%;
 max-width: 1200px;
 margin:0 auto 3%;
 position: relative;
}

@media screen and (max-width: 1280px) {
.top-info {
  max-width: 950px;
}
}

@media screen and (max-width: 800px) {
.top-info {
  box-sizing: border-box;
  padding:0 3% 2%;
}
}

@media screen and (max-width: 568px) {
.top-info {
  padding:0 2.5% 4%;
}
}

.top-info .info-box{
  text-align: center;
  padding: 5% 0 3.5%;
  letter-spacing:0.05em;
  width:60%;
  margin:0 auto;
}

@media screen and (max-width: 800px) {
.top-info .info-box{
  width:66%;
  float:left;
  position: relative;
  box-sizing: border-box;
  letter-spacing:0em;
  padding: 5% 0 2% 2%;
}
}

.top-info .info-box .catch {
  margin-bottom:2%;
  text-align: center;
  font-size:1.8em;
  font-weight:600;
  margin-bottom:1%;
  color:#119F50;
}

.top-info .info-box .catch2{
  font-size: 1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height:2;
  font-weight:400;
}

@media screen and (max-width: 1280px) {
.top-info .info-box .catch{
  font-size:1.6em;
}

.top-info .info-box .catch2{
  font-size: 1em;
  line-height:1.6;
  padding:0 1%;
}
}

@media screen and (max-width: 800px) {
.top-info .info-box .catch{
  font-size:1.3em;
  text-align: left;
}

.top-info .info-box .catch2{
  text-align: left;
}
}

@media screen and (max-width: 568px) {
.top-info .info-box .catch{
  font-size:16px;
  font-weight:600;
  margin-bottom:1%;
}

.top-info .info-box .catch2{
  line-height:1.6!important;
  font-size: 14px;
}
}

/* .top-info
-------------------------------------------------- */
.top-info .guest {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 3;
  width:27%;
}

.top-info .guest img  {
  width:100%;
  max-width:250px;
  margin:0 auto;
  height:auto;
}

@media screen and (max-width: 800px) {
.top-info .guest {
  width:35%;
  float:right;
  left: auto;
}
.top-info .guest img  {
  max-width:200px;
}
}

@media screen and (max-width: 568px) {
.top-info .guest {
  top:-30px;
}
.top-info .guest img  {
  max-width:180px;
}
}

@media screen and (max-width: 400px) {
.top-info .guest {
  top:-20px;
}
}

.top-info .map {
  position: absolute;
  bottom: 12%;
  left: 3%;
  z-index: 3;
  width:22%;
}

.top-info .map img  {
  width:100%;
  height:auto;
  margin:0 auto;
}

@media screen and (max-width: 800px) {
.top-info .map {
  display:none;
}
}

/* course_list
---------------------------------------------------------------------------*/
.course_list {
  width:100%;
  float:left;
  z-index:1;
  position: relative;
}
.course_list .cont{position:relative;padding:0 0 3%;background	: url("../images/bg_cont.gif") ;width:100%; float:left;}
.course_list .cont>div:before{display:block;position:absolute;top:-17px;left:50%;width:68px;height:17px;margin-left:-34px;background:url(../images/top/course_bg_arw.png);content:''}

.course_ttl{color:#FFF;font-size:2em;text-align: center;padding: 2% 0;font-family: 'Noto Sans Japanese', sans-serif;font-weight:600;text-transform: uppercase;letter-spacing:0.05em;}

@media only screen and  (max-width: 800px) {
.course_list .cont{
  padding:0 0 5%;
  background	: url("../images/bg_cont_sp.gif") ;
}
}

@media only screen and  (max-width: 568px) {
.course_ttl{
  font-size:1.4em;
}
}

.yashi {
  background-image: url("../images/bg_yashi.png") ;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width:100%;
  float:left;
  padding-top:3%;
}

@media screen and (max-width: 800px) {
.yashi {
  background-image: url("../images/bg_yashi_tb.png") ;
}
}

@media screen and (max-width: 568px) {
.yashi {
  background-image: url("../images/bg_yashi_sp.png") ;
}
}

.ttl_contents{
  color:#FFF;
  text-align: center;
  margin-bottom:2%;
}

@media screen and (max-width: 568px) {
.ttl_contents{
  font-size:0.95em;
}
}

.course_list ul{
  float:left;
}

.course_list li{
  width:29.3333%;
  box-sizing: border-box;
  position: relative;
  float:left;
  z-index:2;
  margin: 3% 2%;
}

@media screen and (max-width: 800px) {
.course_list li{
  width:44%;
  margin: 3%;
}
}

@media screen and (max-width: 568px) {
.course_list li{
  width:48%;
  margin: 3% 1% 3%;
}
}

.course_list li img.img-circle{border-radius:50%}

.course_list li img.img-circle.cir-img {
  width: 90%;
  height: auto;
  box-sizing: border-box;
  border: 5px solid #FFF;
  transition: all 1s;
  margin:0 5%;
}

@media screen and (max-width: 568px) {
.course_list li img.img-circle.cir-img {
  border: 3px solid #FFF;
  width: 92%;
  margin:0 4%;
}
}

.course_list li .thumbnail:hover>img.img-circle.cir-img{
  border: 5px solid #108172;
}

@media screen and (max-width: 568px) {
.course_list li .thumbnail:hover>img.img-circle.cir-img{
  border: 3px solid #108172;
}
}

.course_list .thumbnail {
  background: transparent;
  border: 0;
}

.menu_syousai{
  width:100%;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  height:auto;
}

.menu_syousai h3{
  color:#FFFB15;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  line-height:1.6;
  margin-top:10px;
  text-align: center;
  font-size:1.3em;
  letter-spacing:0em;
}

@media screen and (max-width: 1280px) {
.menu_syousai h3{
  font-size:1.2em;
}
}

@media screen and (max-width: 800px) {
.menu_syousai h3{
  line-height:1.4;
  margin-top:5px;
}
}

@media screen and (max-width: 568px) {
.menu_syousai h3{
  font-size:1em;
}
}

.menu_syousai .mn_tx{
  color:#FFF;
  font-size:14px;
  line-height:1.6;
  margin-bottom:10px;
  margin-top:10px;
  text-decoration:none;
  padding: 0 1%;
}

@media screen and (max-width: 800px) {
.menu_syousai .mn_tx{
  line-height:1.5;
}
}

@media screen and (max-width: 568px) {
.menu_syousai .mn_tx{
  margin-top:5px;
  margin-bottom:5px;
  font-size:13px;
}
}

.menu_syousai .mn_but{
  margin-top:20px;
  margin-bottom:10px;
  font-size:13px;
  text-align: center;
}

@media screen and (max-width: 800px) {
.menu_syousai .mn_but{
  margin-top:15px;
}
}

.menu_syousai a{text-decoration:none;}
.menu_syousai a:hover{text-decoration:none;}

.menu_syousai .mn_but a{color:#108172;text-decoration:none;padding:5px 15px;background-color:#FFF;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.menu_syousai .mn_but a:hover{color:#FFF;text-decoration:none;background-color:#108172;}

@media screen and (max-width: 800px) {
.menu_syousai .mn_but a{
  padding:8px 15px;
}
}

.bin10{
  width:auto;
  height:auto;
  position: absolute;
  top: 15px;
  left: 2%;
  padding:8px 20px 10px;
  color:#FFF;
  background:#E20C0C;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;
  font-size:1.1em;
}

@media screen and (max-width: 800px) {
.bin10{
  top: 0;
  left: 0;
  font-size:0.9em;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  }
}

@media screen and (max-width: 568px) {
.bin10{
  padding:5px 15px 7px;
  font-size:0.8em;
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  }
}

/* .campaign_info
-------------------------------------------------- */
.campaign_info{
  padding:3.5% 0;
  box-sizing: border-box;
  width:100%;
  background	: url("../images/bg_camp.gif");
  position:relative;
  float:left;
}

@media screen and (max-width: 800px) {
.campaign_info{
  background	: url("../images/bg_camp_sp.gif");
  padding:5% 0;
}
}

.campaign_ttl{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 2%;
  font-size:1.8em;
  font-family: Roboto,Meiryo,sans-serif;
  letter-spacing:.05em;
  font-weight:700;
  text-transform: uppercase;
  text-align: center;
  color:#F5F6D4;
}

@media screen and (max-width: 568px) {
.campaign_ttl{
  font-size:1.4em;
  font-weight:600;
  margin: 0 auto;
}
}

.camp_top{
  font-size:1.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  color:#FFF;
  margin-bottom:3%;
}

@media screen and (max-width: 568px) {
.camp_top{
  font-size:1em;
}
}

#campaign {
  width:100%;
  max-width:850px;
  margin:0 auto 2%;
}

.camp_bt{
  margin-top:5%;
  font-size:13px;
  text-align: center;
}

@media screen and (max-width: 800px) {
.camp_bt{
  margin-top:35px;
}
}

@media screen and (max-width: 568px) {
.camp_bt{
  margin-bottom:15px;
}
}

.camp_bt a{color:#982468;text-decoration:none;padding:10px 15px;background-color:#FFF;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.camp_bt a:hover{color:#FFF;text-decoration:none;background-color:#982468;}

/* .topics
-------------------------------------------------- */
.topics{
  padding:4% 0;
  box-sizing: border-box;
  width:100%;
  background	: url("../images/bg_topics.gif");
  position:relative;
  float:left;
}

@media only screen and  (max-width: 800px) {
.topics{
  background	: url("../images/bg_topics_sp.gif");
}
}

.news_ttl{
  width:100%;
  margin: 0 auto 2%;
  box-sizing: border-box;
  padding:0 2% 1.5%;
  font-size:1.8em;
  font-family: Roboto,Meiryo,sans-serif;
  letter-spacing:.05em;
  font-weight:700;
  text-transform: uppercase;
  text-align: center;
  color:#0E9E96;
}

@media screen and (max-width: 568px) {
.news_ttl{
  font-size:1.4em;
  font-weight:600;
  margin: 0 auto;
}
}

.news_left {
  float: left;
  width:48%;
  box-sizing: border-box;
  padding:0 2% 1% 1%;
}

@media screen and (max-width: 1280px) {
.news_left {
  width:52%;
}
}

@media screen and (max-width: 800px) {
.news_left {
  padding:1.5% 1% 1.5% 2%;
}
}

@media screen and (max-width: 650px) {
.news_left {
  width:100%;
  padding:0 2.5%;
  margin:3% 0;
}
}

.news_left .news_box{
    width: 100%;
    margin:0 auto 5%;
	float:left;
}

@media screen and (max-width: 650px) {
.news_left .news_box{
  margin:0 auto 0;
}
}

.news_box .ttl_news{
  font-size:18px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  padding:0 2% 5px;
  line-height:1;
  margin-bottom:10px;
  padding:10px 15px 8px;
  color:#FFF;
  background:url(../images/top/bg_news.gif) repeat-x;
  -moz-box-shadow: 1px 1px 2px #82642E;
  -webkit-box-shadow: 1px 1px 2px #82642E;
  box-shadow: 1px 1px 2px #82642E;
}

@media screen and (max-width: 800px) {
.news_box .ttl_news{
  margin-bottom:5px;
}
}

.fa-pencil{font-size:1em;margin-right:5px;}

.news_left .news_box dl {
  width:100%;
  padding:8px 5px 8px;
  box-sizing: border-box;
  border-bottom: dotted 1px #ccc;
  float:left;
}

@media screen and (max-width:568px) {
.news_left .news_box dl {
	padding:3px 0;
}
}

.news_left .news_box dt {
  padding:0 2px 2px;
  vertical-align:bottom;
  margin-bottom:5px;
  width:100%;
  box-sizing: border-box;
}

.news_left .news_box dt p{
  display:inline-block;
  vertical-align:middle;
}

.news_box .days{
  font-size:13px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  padding-top:2px;
  line-height:1.2;
  letter-spacing:0em;
  margin-right:10px;
}

.news_box .nw_name{
  font-size:15px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width:800px) {
.news_box .nw_name{
  font-size:14px;
  letter-spacing:0em;
}
}

.news_left .news_box dt a {
  color: #0A948C;
  text-decoration: underline;
}

.news_left .news_box dt a:hover {
  color: #0A948C;
  text-decoration: none;
}

.news_left .news_box dd {
  padding:5px;
  font-size:13px;
  line-height:1.5;
  width:100%;
  float:left;
  box-sizing: border-box;
}

.news_left .news_box dd .nw_ph{
  width:30%;
  float:left;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  border: solid #fff 5px;
  background: #fff;
}

@media screen and (max-width: 1280px) {
.news_left .news_box dd .nw_ph{
  width:25%;
  border: solid #fff 3px;
}
}

.news_left .news_box dd .nw_ph img{
  width : 100%;
  height:auto;
}

.news_left .news_box dd .nw_ph a:hover {
  opacity: 0.8;
}

.news_left .news_box dd .news_txt{
  width:67%;
  float:right;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
.news_left .news_box dd .news_txt{
  font-size:13px;
  line-height:1.4;
  width:72%;
}
}

.news_box dd .news_txt .more {
  text-align: left;
  margin-top:3px;
  color: #0A948C;
}

.news_box dd .news_txt .more a{
  color: #0A948C;
  text-decoration: underline;
}

.news_box dd .news_txt .more a:hover{
  color: #0A948C;
  text-decoration: none;
}

.news_right {
  float: right;
  width:48%;
  box-sizing: border-box;
  padding:0 1% 1% 2%;
}

@media screen and (max-width: 1280px) {
.news_right {
  width:45%;
  padding:0 0 1% 2%;
}
}

@media screen and (max-width: 800px) {
.news_right {
  padding:1.5% 3% 1.5% 1%;
}
}

@media screen and (max-width: 650px) {
.news_right {
  width:100%;
  padding:0 3%;
}
}

#trip_ad {
  text-align: center;
  margin:0 auto 0!important;
  width:155px;
}

/* fishing
--------------------------------------- */
.fishing{
  width:100%;
  box-sizing: border-box;
  position: relative;
  float:left;
  margin: 20px auto 0;
  position: relative;
  -moz-box-shadow: 0 1px 3px #C2C2C2;
  -webkit-box-shadow: 0 1px 3px #C2C2C2;
  box-shadow: 0 1px 3px #C2C2C2;
  -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
  background-color:#0A548D;
}

@media screen and (max-width: 568px) {
.fishing{
 width:96%;
 margin: 2% 2% 3%;
 }
}

.fishing .fs-photo{
 width:45%;
 height: auto;
 float:left;
 display:block;
 position: relative;
 overflow: hidden;
}

.fishing .p-text{
 width:55%;
 float:right;
 padding:0 2% 0 3.5%;
 box-sizing: border-box;
 text-align: center;
 }


@media screen and (max-width: 800px) {
.fishing .fs-photo{
 width:100%;
 margin:0;
}

.fishing .p-text{
 width:100%;
 padding:0 5% 3%;
 letter-spacing:0em;
 }
}

.fishing img{
 width:100%;
 height: auto;
 -webkit-border-top-left-radius:6px;-moz-border-top-left-radius:6px;border-top-left-radius:6px;
 -webkit-border-bottom-left-radius:6px;-moz-border-bottom-left-radius:6px;border-bottom-left-radius:6px;
}


.fishing .fishing_ttl {
 font-size:1.2em;
 line-height:1.2;
 color:#FFF;
 font-weight:600;
 padding-top:20px;
 text-align: left;
}

.fishing .fishing_ttl span {
 color:#FCFF00;
}

@media screen and (max-width:1280px) {
.fishing .fishing_ttl {
 font-size:1em;
 padding-top:10px;
}
}

@media screen and (max-width: 800px) {
.fishing .fishing_ttl {
  font-size:1.2em;
}
}

.fishing .fs_text {
  margin-top:5px;
  color:#FFF;
  font-size:14px;
  line-height:1.7;
  text-align: left;
}

@media screen and (max-width:1280px) {
.fishing .fs_text {
  font-size:13px;
  line-height:1.4;
}
}

@media screen and (max-width:800px) {
.fishing .fs_text {
  line-height:1.6;
}
}

@media screen and (max-width: 568px) {
.fishing .fs_text {
  margin-top:5px;
}
}

a:hover .fishing {
  filter:alpha (opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.fs_bt{
  font-size:12px;
  letter-spacing	: 0.05em;
  color:#FFF;
  margin-top:10px;
  text-align: center;
}

@media only screen and  (max-width: 800px) {
.fs_bt{
  margin-top:7px;
  margin-bottom:7px;
  font-size:12px;
}
}

.fs_bt{display:inline-block;color:#FFF;text-decoration:none;background-color:#000;padding:2px 8px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

/* insta
--------------------------------------- */
.insta {
  width:100%;
}

.insta .insta_top{
  padding:0 2% 5px;
  text-align: center;
}

.insta .insta_top img{
  width:100%;
  max-width:140px;
  height:auto;
  margin:0 auto 5px;
}

@media only screen and  (max-width: 568px) {
.insta .insta_top img{
  max-width:120px;
}
}

/* .sec_mangrove
-------------------------------------------------- */
.sec_mangrove {
  background: url(../images/bg_mangrove.jpg) no-repeat center bottom;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center ;
  width:100%;
  height: 100%;
  position: relative;
}

.sec_mangrove .overlay{
  background: rgba(5, 21, 4, 0.5);
  background-attachment: fixed;
  padding: 5% 1%;
}

@media screen and (max-width: 800px) {
.sec_mangrove .overlay{
  padding: 5% 1% 10%;
}
}

.sec_mangrove h5 {
  margin-bottom: 3%;
  font-size: 2.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 800px) {
.sec_mangrove h5 {
  font-size:1.6em;
  letter-spacing: 0em;
}
}

@media screen and (max-width: 568px) {
.sec_mangrove h5 {
  font-size:1.4em;
  line-height:1.4;
}
}

.sec_mangrove .mn_tx {
  line-height: 2.0;
  margin:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  text-shadow:1px 1px 1px #000;
  font-size:1em;
}

@media screen and (max-width: 800px) {
.sec_mangrove .mn_tx {
  padding:0 3%;
  font-size:15px;
}
}

@media screen and (max-width: 568px) {
.sec_mangrove .mn_tx {
  padding:0 2%;
}
}

.sec_mangrove strong{
  font-size:1.2em;
  color:#EFEC00;
  padding: 2% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}


@media screen and (max-width: 800px) {
.sec_mangrove p {
  letter-spacing: 0em;
}
}

.sec_mangrove .mn_but{
  margin-top:3%;
  font-size:13px;
  text-align: center;
}

.sec_mangrove a{text-decoration:none;}
.sec_mangrove a:hover{text-decoration:none;}

.sec_mangrove .mn_but a{color:#FFF;background-color:#108172;text-decoration:none;padding:5px 15px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.sec_mangrove .mn_but a:hover{color:#108172;text-decoration:none;background-color:#FFF;}

.sec_mangrove .kani {
  position:absolute;
  width:14%;
  bottom:50%;
  margin-bottom:-80px;
  left:12%;
}

@media screen and (max-width: 1280px) {
.sec_mangrove .kani {
  left:10%;
  width:12%;
}
}

@media screen and (max-width: 800px) {
.sec_mangrove .kani {
  width:20%;
  left:1%;
  bottom:2%;
  margin-bottom:0;
}
}

@media screen and (max-width: 568px) {
.sec_mangrove .kani {
  width:25%;
}
}

.sec_mangrove .kani img{
  width:100%;
  max-width:250px;
  height:auto;
}

.sec_mangrove .bird {
  position:absolute;
  width:20%;
  bottom:0;
  right:0;
}

@media screen and (max-width: 800px) {
.sec_mangrove .bird {
  width:25%;
}
}

@media screen and (max-width: 568px) {
.sec_mangrove .bird {
  width:30%;
}
}

.sec_mangrove .bird img{
  width:100%;
  height:auto;
}

 /* goto????
--------------------------------------------------*/
.goto{
 width:90%;
 max-width:350px;
 height:auto;
 margin:10px auto 0;
 background:#1BABDF
}

.goto img{
 width:100%;
 height:auto;
 margin:0;
}

.goto p{
 padding:0 2% 2%;
 margin:0;
 color:#FFF;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-weight:500;
}

@media only screen and  (max-width: 568px) {
.goto p{
 font-size:0.9em;
}
}

.goto strong{
 color:#FCFF00;
}