@charset "utf-8"; /*文字コード*/
/*
=======================================
	active CSS
=======================================
*/
/* スマホ用設定（639px以下の場合） */
#act_top img{
    width: 100%;
    height: auto;
    margin: 0;
}
#act_top h3{
    width: 100%;
    height: 30px;
    margin: 10px auto;
    text-align: center;
}

#act_list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

/* -----------------------------------------------
        hover effect
----------------------------------------------- */

figure.snip1432 {
  position: relative;
  overflow: hidden;
  width: 49.1071%;
  margin: 1.7857% 1.7857% 0 0;
  background: #000000;
  text-align: left;
  color: #ffffff;
    transition: 0.1s;
  /* -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease; */
}
figure.snip1432:nth-child(even){
    margin-right: 0;
}
figure.snip1432:hover{
    color: rgb(246, 244, 11);
}
figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1432 img {
  opacity: 0.8;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1432 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1432 h2,
figure.snip1432 p {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 10px;
  text-transform: uppercase;
}
figure.snip1432 h2 {
  font-weight: 900;
  top: 0;
  text-align: left !important;
  font-size: 70%;
}
figure.snip1432 p {
  bottom: 0;
  font-weight: 500;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.act_small{
    font-size: 0.55em !important;
}
figure.act_space{
    content: "";
}

figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

}
figure.snip1432:hover figcaption p,
figure.snip1432.hover figcaption p {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
/* figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
} */


/* -----------------------------------------------
        hover effect　終了
----------------------------------------------- */

#act_detail{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#act_detail h3{
    width: 100%;
    height: auto;
    margin: 30px 0 10px;
    font-size: 1.7em;
    vertical-align: middle;
}
#act_detail h3::before{
    content: "";
    width: 0;
    height: 0;
    margin: 5px 10px 5px 0;
    border-left: 10px solid #FFFF74;
}
.act_otherwise{
    width: 100%;
    height: auto;
}
/* 〇〇ボタン */
.act_smh{
    display: -webkit-flex;
    display: flex;
    /* justify-content: center; */
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}
.act_btn{
    width: 95%;
    height: auto;
    margin: 10px auto;
    padding: 0.5em 1em;
    text-decoration: none;
    color: rgb(6, 210, 204);
    font-weight: 600;
    text-align: center;
    border: double 4px rgb(247, 245, 10);
    border-radius: 3px;
    transition: .4s;
    background-color: rgba(247, 245, 10, 0.4);
    cursor: pointer;
    cursor: hand;
}
/* modalウィンドウ */
.modalwin,
.modalwin1{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 #000;
    z-index: 1;
}
.modalwin dl,
.modalwin1 dl{
    padding: 0px 10px;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.modalwin h1,
.modalwin1 h1{
    background: #72f3fb;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    font-size: 1.3em;
    margin-top: 0;
    margin-left: 0;
    color: rgb(255, 255, 255);
    text-align: center;
}
.modalwin-contents,
.modalwin-contents1{
    padding: 20px;
}
.modalwin-contents p,
.modalwin-contents1 p{
    margin: 0 0 1em 0;
    line-height: 1.8em;
    font-size: 1.2em;
}
#shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #999;
    opacity: 0.9;
    z-index: 1;
}
.act_navibtn {
    width: 35%;
    height: auto;
    margin: 3% 32.5% 0;
    padding: 0.5em 1em;
    text-decoration: none;
    color: rgb(6, 210, 204);
    font-weight: 600;
    border: double 4px rgb(247, 245, 10);
    border-radius: 3px;
    transition: .4s;
    background-color: rgba(247, 245, 10, 0.4);
}
#act_detail h5{
    width: auto;
    height: 50px;
    margin: 4% auto 2%;
    font-size: 4.5vw;
    line-height: 40px;
    text-shadow: 0 0 5px white;
    padding: 0.3em 1em;
    background: -webkit-repeating-linear-gradient(-45deg, #d0f1f4, #d0f1f4 3px,#ffffff 3px, #ffffff 7px);
    background: repeating-linear-gradient(-45deg, #d0f1f4, #d0f1f4 3px,#ffffff 3px, #ffffff 7px);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.act_otherwise{
    width: 95%;
    height: auto;
    margin: auto;
}
.act_otherwise dt{
    width: 95%;
    height: 20px;
    margin: 2% auto 1% 0.7142%;
    font-size: 4vw;
}
.act_otherwise dt::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 2px;
    margin-right: 3px;
    border: transparent 5px solid;
    border-left-color: rgb(136, 147, 146);
}
.act_otherwise dd{
    width: 100%;
    height: auto;
    padding: 0 1.3571% 2% 6.0704%;
    margin: 0;
    border-bottom: 1px dotted #aaa;
    font-size: 3.7vw;
}
.act_otherwise dd:last-child{
    border-bottom: none;
}

.act_relation{
    width: 95%;
    height: auto;
    margin: 7% auto;
    position: relative;
}
.act_spot,
.act_shop{
    width: 100%;
}
.act_spot_a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.act_spot a{
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 5px 5px 0 0;
    text-decoration: none;
    color: #3160e9;
    background: #fff;/*色*/
    border: solid 1px #3160e9;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.act_spot a:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

.act_spot a,
.act_shop a{
    font-size: 3.8vw;
}



/* スマホ時非表示 */
.act_pc{
    display: none;
}

/* PC用設定（640px以上の場合） */
@media screen and (min-width:640px){
/* PC用CSSはこの下より記述してください */
    .act_smh{
        display: none;
    }
    .act_pc{
        display: contents;
    }
    #act_detail,
    .act_aaa{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    figure.snip1432:nth-child(even){
        margin-right: 1.3%;
    }
    figure.snip1432{
        width: 24.025%;
        height: auto;
        margin: 1.25% 1.3% 0 0;
    }
    figure.snip1432:nth-child(4n){
        margin-right: 0;
    }
    figure.snip1432 h2,
    figure.snip1432 p {
      padding: 0 30px;
    }

    figure.snip1432 h2{
        font-size: 110%;
    }
    figure.snip1432 p{
        font-size: 0.8vw;
    }
    .act_small{
        font-size: 0.55em !important;
    }

    .act_image,
    .act_pc{
        display: inline-block;
        width: 49.0384%;
        height: auto;
        margin: 0 1.9230% 0 0;
    }
    .act_pc{
        margin-right: 0;
    }

    .act_toha,
    .act_charm{
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .act_toha{
        margin-bottom: 20px;
    }
    .act_toha h4,
    .act_charm h4{
        width: 95%;
        height: auto;
        margin: 3% auto 1%;
        font-size: 1.5vw;
    }
    .act_toha p,
    .act_charm p{
        width: 95%;
        height: auto;
        margin: 0 auto 2%;
        line-height: 30px;
        font-size: 1.2vw;
    }
    .act_otherwise{
        width: 49.0384%;
        height: auto;
        padding: 1% 2% 2%;
        margin: 2% 1.9230% 5% 0;
        border: 1px solid rgb(135, 137, 143);
        border-radius: 10px;
        /* font-size: 1.2vw; */
    }
    .act_otherwise dt{
        font-size: 1.1vw;
    }
    .act_otherwise dd{
        font-size: 1vw;
    }

    .act_relation{
        width: 49.0384%;
        height: auto;
        padding-top: 5px;
        margin: 2% 0 5%;
    }

    .act_spot,
    .act_shop{
        width: 95%;
        height: auto;
        margin: 5% 0 auto auto;
        font-size: 1vw;
    }
    .act_otherwise h5,
    .act_spot h5,
    .act_shop h5{
        font-size: 1.2vw !important;
    }
    .act_spot a,
    .act_shop a{
        font-size: 1vw;
    }


}


/* タブレットの画面サイズでどうしても調整したい場合に利用してください（640～1023px）*/
@media screen and (min-width:961px) and (max-width:1200px) {
    /* タブレット用CSSはこの下より記述してください */
    .act_toha p,
    .act_charm p{
        font-size: 1.5vw !important;
        line-height: 25px;
    }
    .act_otherwise dt{
        font-size: 1.5vw;
    }
    .act_otherwise dd{
        font-size: 1.4vw;
    }
    .act_spot a,
    .act_shop a{
        font-size: 1.5vw;
    }


}


/* タブレット表示調整用（不要なら使わなくてOK）*/
/* タブレットの画面サイズでどうしても調整したい場合に利用してください（640～1023px）*/
@media screen and (min-width:640px) and (max-width:960px) {
    /* タブレット用CSSはこの下より記述してください */
    figure.snip1432 h2{
        font-size: 1.6vw;
    }
    figure.snip1432 p{
        font-size: 1.4vw;
    }
    .act_toha h4,
    .act_charm h4{
        font-size: 2.2vw !important;
    }
    .act_toha p,
    .act_charm p{
        font-size: 1.6vw !important;
        line-height: 25px;
    }
    .act_otherwise dt{
        font-size: 2vw;
    }
    .act_otherwise dd{
        font-size: 1.7vw;
    }

    .act_otherwise h5,
    .act_spot h5,
    .act_shop h5{
        font-size: 2.1vw !important;
    }
    .act_spot a,
    .act_shop a{
        font-size: 1.8vw;
    }

}

/* 海川アイコン用 */
.active_span_sea{
    display: inline-block;
    color:#fff;
    font-size: 1.3rem;
    margin: 0 0 0 10px;
    background: #5a86f6;
    padding: 5px 10px;
    border-radius: 50%;
}
.active_span_river{
    display: inline-block;
    color:#fff;
    font-size: 1.3rem;
    margin: 0 0 0 5px;
    background: #41d6f5;
    padding: 5px 10px;
    border-radius: 50%;
}
