﻿@charset "utf-8"; /*文字コード*/
/*
=======================================
	spot_area CSS
=======================================
/*ここからトップの情報*/
#main p{
    margin-top: 30px;
}
.spot_p{
    margin-bottom: 50px;
}
.spot_areamap p{
  text-align: center;
  margin-top: 0!important;
  margin-bottom: 20px;
}
.spot_btn_area{
      width: 100%;
}
.spot_btn_area ul{
      width:100%;
      display:flex;
      justify-content: space-between;
}
.spot_btn_area li{
      width:32%;
      font-size:18px;
      text-decoration:none;
      display:inline-block;
      text-align:center;
      vertical-align: middle;
      background: #fff;
      border: solid 2px #5dd2fc;
      border-radius:5px;
      margin-bottom: 10px;
}
.spot_btn_area a{
    display: block;
    height: 100%;
    font-weight: bold;
    padding: 10px 0;
}
.spot_btn_area a:hover {
    /* background: #5dd2fc; */
    color:#000;
}
.spot_btn_area li:hover {
    background: #a3e9ff;
    border: solid 2px #fff;
}
.spot_btn_area .select:hover {
    background: #5dd2fc;
    border: solid 2px #5dd2fc;
}
.spot_btn_area .select {
    background: #5dd2fc;
}
.spot_btn_area .select a {
    color: white;
}

/*liのfont-weight*/
.spot_bold{
    font-weight: bold;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

/*ここから地図*/
.spot_imgmap{
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.spot_mapcontents{
 margin-top: 20px;
}

/*ここはエリア地図の上のボタン*/

.spot_btn_map{
  width:32%;
  height: 33px;
  line-height: 33px;
  font-size:14px;
  text-decoration:none;
  display:block;
  text-align:center;
  background-color: #fff;
  border: solid 2px #000;
  border-radius:5px;
}
.spot_kita{
  position:absolute;
  top:20%;
  left:60%;
  right:0;
  bottom:0;
}
.spot_imgmap a{
  display: block;
  width: 100%;
}
.spot_btn_map:hover{
      border: solid 2px #fff;
    background: #5dd2fc;
}
.spot_imgmap a:hover{
  color:#fff;
}
.spot_nishi{
  position:absolute;
  top:40%;
  left:10%;
  right:0;
  bottom:0;
}
.spot_minami{
  position:absolute;
  top:65%;
  left:48%;
  right:0;
  bottom:0;
}

@media screen and (min-width:640px){
  .spot_btn_area{
        width: 61.5384%;
        margin: 0 auto;
  }
  .spot_imgmap{
      width: 61.5384%;
  }

}
/*ここは川の地図の上のボタン*/
.spot_river_shinmachi{
  position:absolute;
  top:22%;
  left:60%;
  right:0;
  bottom:0;
}
.spot_river_ooboke{
  position:absolute;
  top:40%;
  left:2%;
  right:0;
  bottom:0;
}
.spot_river_anabuki{
  position:absolute;
  top:36%;
  left:35%;
  right:0;
  bottom:0;
}
.spot_river_mugi{
  position:absolute;
  top:65%;
  left:55%;
  right:0;
  bottom:0;
}
/*ここから海の地図の上のボタン*/
.spot_sea_ooke{
  position:absolute;
  top:6%;
  left:60%;
  right:0;
  bottom:0;
}
.spot_sea_uchinoumi{
  position:absolute;
  top:15%;
  left:60%;
  right:0;
  bottom:0;
}
.spot_sea_komatu{
  position:absolute;
  top:24%;
  left:60%;
  right:0;
  bottom:0;
}
.spot_sea_uchituma{
  position:absolute;
  top:58%;
  left:50%;
  right:0;
  bottom:0;
}
.spot_sea_minamicho{
  position:absolute;
  top:49%;
  left:60%;
  right:0;
  bottom:0;
}
.spot_sea_kaiyoucho{
  position:absolute;
  top:67%;
  left:40%;
  right:0;
  bottom:0;
}


/*ここからアクティビティーのボタン*/
/*./{
  width:100%;
}*/
section{
  margin-bottom: 20px;
}
.spot_area p{
  margin-bottom: 20px;
}
.btn_spot ul{
  text-align:center;
  overflow: hidden;
}
.btn_spot li{
  /*  width:32%;*/
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: solid 2px #5dd2fc;
    border-radius: 5px;
    transition: .4s;
    text-align:center;
    margin-bottom: 8px;
    /* margin-top: 20px;*/
    margin-right: 10px;
    float: left;
    white-space: nowrap;
}
/* .btn_spot li:hover {
    background: #5dd2fc;
} */
.btn_spot a{
    display: block;
    color: #5dd2fc;
    width: 100%;
    height: 100%;
    padding: 0.3em 0.8em;
}
.btn_spot a:hover{
    color: white;
    background: #5dd2fc;
}



/*ここから北部*/

#detailarea_kita{
    padding-top:9.5%;
    padding-bottom:9.5%;
    background:url(../images/spot_bunner_tokushima.png)no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
}
.spot_zekkei p{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.spot_zekkeiarea p{
    text-align: center;
    font-size: 30px;
    color: #fff;
}
/*ここから西部*/
#detailarea_nishi{
    padding-top:9.5%;
    padding-bottom:9.5%;
    background:url(../images/spot_bunner_awaikeda.png)no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
  }

/*ここから南部*/

#detailarea_minami{
    padding-top:9.5%;
    padding-bottom:9.5%;
    background:url(../images/spot_bunner_anankaifu.png)no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px;
  }
/*ここから海*/

#detailspot_sea{
    padding-top:9.5%;
    padding-bottom:9.5%;
    background:url(../images/spot_bunner_sea.png)no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
/*ここから川*/

#detailspot_river{
    padding-top:9.5%;
    padding-bottom:9.5%;
    background:url(../images/spot_bunner_river.png)no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

/*タイトルの装飾ライン*/
h3{
  border-left: #faff00 10px solid;
  padding-left: 13px;
}

/*ここから斜めになったタイトルの装飾*/
#sea_lead{
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
border-bottom: solid 2px #64b9ee;
background-color: #9ad4f9;
text-align: center;
vertical-align: center;
width: 150px;
color: #000;
font-size: 12pt;
padding-top: 2px;
padding-bottom: 2px;
margin-bottom: 10px;
border-radius: 5px
}
#river_lead{
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  border-bottom: solid 2px #65e0c2;
  background-color: #8bf9de;
  text-align: center;
  vertical-align: center;
  width: 150px;
  color: #000;
  font-size: 12pt;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.thumbnails1,.thumbnails2,.thumbnails3,.thumbnails4,.thumbnails5,.thumbnails6,.thumbnails7,.thumbnails8,.thumbnails9,.thumbnails10,.thumbnails11{
    display: flex;
    justify-content: space-between;
    width:100%;
}

.thumbnails1 img,.thumbnails2 img,.thumbnails3 img,.thumbnails4 img,.thumbnails5 img,.thumbnails6 img,.thumbnails7 img,.thumbnails8 img,.thumbnails9 img,.thumbnails10 img,.thumbnails11 img:hover{
    cursor: pointer;
    width: 32%;
    height: 32%;
}

/* PC用設定（640px以上の場合） */
@media screen and (min-width:640px){
/* PC用CSSはこの下より記述してください */
    .spot_area{
        padding-top:10px;
    }
    .spot_wrap{
        width: 100%;
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: space-between;
    }
    .spot_zekkeiarea p{
        font-size: 42px;
    }
    .mainImage1,.mainImage2,.mainImage3,.mainImage4,.mainImage5,.mainImage6,.mainImage7,.mainImage8,.mainImage9,.mainImage10,.mainImage11{
        width: 79%;
    }
    .thumbnails1,.thumbnails2,.thumbnails3,.thumbnails4,.thumbnails5,.thumbnails6,.thumbnails7,.thumbnails8,.thumbnails9,.thumbnails10,.thumbnails11{
        width:20%;
        height:auto;
        flex-direction: column;
        justify-content: flex-start;
        margin:0;
    }
    .thumbnails1 img,.thumbnails2 img,.thumbnails3 img,.thumbnails4 img,.thumbnails5 img,.thumbnails6 img,.thumbnails7 img,.thumbnails8 img,.thumbnails9 img,.thumbnails10 img,.thumbnails11 img{
        width:100%;
        height: 26%;
        margin-bottom:10px;
    }
    .spot_river_mugi{
      top:70%;
    }
    .spot_sea_uchituma{
      top:69%;
    }
    .spot_sea_minamicho{
      top:60%;
    }
    .spot_sea_kaiyoucho{
      top:78%;
    }
    .spot_sea_komatu{
      top:20%;
    }
    .spot_sea_uchinoumi{
      top:12%;
    }
}


/* タブレット表示調整用（不要なら使わなくてOK）*/
/* タブレットの画面サイズでどうしても調整したい場合に利用してください（640～1023px）*/
@media screen and (min-width:640px) and (max-width:1023px) {
    /* タブレット用CSSはこの下より記述してください */

}
