@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html {scroll-behavior: smooth;}




/* Basic setting
-------------------------------*/

body {
    font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
	font-size: 16px;
	line-height: 1.8;
    letter-spacing: 0.14em;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}
a {
    outline:none;
    color: #2e2e2e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

/* PCで電話リンクしない */
@media(min-width: 768px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}




/* header
-------------------------------*/
#header{
    width: 100%;
    height: 105px;
}
#h_logo{
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 80;
    width: 80px;
}

@media (min-width:571px) and (max-width:768px){
    #h_logo {
        left: 20px;
        top: 20px;
        width: 100px;
    }
}

@media screen and (max-width:570px){
    #h_logo{
        left: 10px;
        top: 5px;
    }
}

/* ページタイトル
-------------------------------*/

.page-title{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    padding-top: 80px;
    margin-bottom: 50px;
}
.page-title .ttl_en img{
    width: 263px;
    height: auto;
}
.page-title.sns-camp .ttl_en img{
    width: 162px;
    height: auto;
}
.page-title .ttl_ja{
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: 0.14em;
    color: #11963b;
}

.pan-nav{
    position: absolute;
    right: 0;
    top: 80px;
    font-size: 14px;
    letter-spacing: 0.12em;
}
.pan-nav span{
    color: #11963b;
}


@media (min-width:769px) and (max-width:1366px){
    .page-title{
        padding-top: 5.8vw;
    }
    .page-title .ttl_en img{
        width: 19.25vw;
        height: auto;
    }
    .page-title.sns-camp .ttl_en img{
        width: 11.8vw;
        height: auto;
    }

    .page-title .ttl_ja{
        margin-top: 2.2vw;
        margin-bottom: 3.6vw;
        font-size: 3.6vw;
    }
    .page-title .cap{
        font-size: 1.17vw;
    }
    .pan-nav{
        top: 5.8vw;
        font-size: 1vw;
    }
    
}
@media screen and (max-width:768px){
    .page-title{
        padding-top: 10.4vw;
        margin-bottom: 10.4vw;
    }
    .page-title .ttl_en img{
        width: 42vw;
        height: auto;
    }
    .page-title.sns-camp .ttl_en img{
        width: 26.3vw;
        height: auto;
    }

    .page-title .ttl_ja{
        margin-top: 3.9vw;
        margin-bottom: 6.5vw;
        font-size: 6.5vw;
    }
    
    .page-title.sns-camp .ttl_ja{
        font-size: 6.0vw;
    }
    
    .page-title .cap{
        font-size: 4.1vw;
        letter-spacing: 0.1.4em;
    }
    .pan-nav{
        position: static;
        margin-top: 9vw;
        font-size: 3vw;
        text-align: right;
    }

}


.bg_yama{
    width: 100%;
    padding-top: 170px;
    background-color: #def4d9;
    background-image: url(../img/common/bg_yama.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}
@media screen and (max-width:1366px){
    .bg_yama{
        background-size: contain;
    }
}
@media screen and (max-width:640px){
    .bg_yama{
        padding-top: 100px;
    }

}












/* footer もっと楽しむ
-------------------------------*/

/* ページに十分なスクロール領域を作るためのラッパー */
/* この高さが、横スクロールに必要な「縦のスクロール量」になります */
.pin-wrap {
}

/* 固定される要素 */
.cont-slide {
    position: sticky; /* ページのスクロールに合わせて動く */
    top: 0;           /* ページトップに達したら固定 */
    height: auto;
    width: 100%;
    overflow: hidden; /* JavaScriptで横スクロールを制御するため、ネイティブのスクロールバーは非表示 */
    background-color: #feecd2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cont-slide .ttl{
    margin-left: 130px;
    width: 1100px;
    color: #e88100;
    font-size: 40px;
    letter-spacing: 0.16em;
    margin-bottom: 30px;
    position: relative;
}
.cont-slide .ttl:after{
    position: absolute;
    left: 8em;
    top: 50%;
    width: calc(100% - 8em);
    height: 1px;
    background-color: #e88100;
    content: "";
}

.horizontal-scroll {
    display: flex;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;

    /* ★★★　実際のコンテンツの合計幅を設定 (コンテンツ幅 × 個数) */
    /* ★★★　コンテンツの数が変わったらここも変更する  */
    width: 4830px; /* コンテンツ幅@1170pxを増減する (1120+50=1170px) */
}
@media (min-width: 1001px) {
    .horizontal-scroll.x2 {
        /* ★★★　コンテンツ x3 の場合  */
        width: 2460px; /* コンテンツ幅@1170pxを増減する (1120+50=1170px) */
    }
    .horizontal-scroll.x3 {
        /* ★★★　コンテンツ x3 の場合  */
        width: 3660px; /* コンテンツ幅@1170pxを増減する (1120+50=1170px) */
    }
}

.slide-item {
    flex-shrink: 0; /* 縮小させない */
    width: 1120px;
    height: 545px;
    margin-right: 50px;
}

.slide-item a{
    display: block;
    width: 100%;
}
.slide-item ._in{
    width: 100%;
    height: 510px;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.slide-item ._in .img{
    width: 50%;
    order: 2;
    position: relative;
}
.slide-item ._in .img img{
    border-radius: 0 14px 14px 0;
}
.slide-item ._in .img:after{
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/common/aroow_tab_w.png);
    content: "";
}
.slide-item.bg1 ._in .img:after{
    background-image: url(../img/common/icon_tab_maru.png);
}

.slide-item ._in .txt1{
    width: 50%;
    order: 1;
    padding: 0 60px;
}
.slide-item ._in .txt1 dt{
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e88100;
}
.slide-item ._in .txt1 dd{
    letter-spacing: 0.12em;
}
.slide-item.bg2 ._in .txt1 dt{
    color: #ec6d56;
}
.slide-item.bg4 ._in .txt1 dt{
    color: #00b2bb;
}
.slide-item ._in .txt1 .ico-kikan{
    margin-bottom: 15px;
}
.slide-item ._in .txt1 .ico-kikan span{
    display: inline-block;
    background-color: #ec6d56;
    padding: 2px 15px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
}
.slide-item ._in .txt2{
    position: absolute;
    left: 45px;
    bottom: -45px;
    z-index: 5;
}

@media (max-width: 1000px) {

    /* 1. 縦スクロールの高さ設定を解除 */
    .pin-wrap {
        height: auto; /* コンテンツの高さのみにする */
    }
    /* 2. 固定、画面幅を強制する設定を解除 */
    .cont-slide {
        position: static;
        height: auto;
        overflow: hidden; 
    }
    .cont-slide .ttl {
        margin-left: 5%;
        width: 90%;
        font-size: 3.2vw;
        margin-bottom: 2.4vw;
    }
    /* 3. 横並びのFlexboxを解除し、縦並びに戻す */
    .horizontal-scroll {
        display: block;
        width: 100%;
        padding: 0 5%;
    }
    /* 4. 各アイテムの画面幅強制を解除 */
    .slide-item {
        width: 100%;
        height: auto;
        padding: 0;
        margin-right: 0;
        margin-bottom: 10vw;
    }
    .slide-item ._in {
        height: auto;
    }
    .slide-item ._in .img:after{
        position: absolute;
        right: 2.8vw;
        bottom: 2.8vw;
        width: 6.4vw;
        height: 6.4vw;
    }
    .slide-item ._in .txt1{
        padding: 0 4.8vw;
    }
    .slide-item ._in .txt1 dt{
        font-size: 2.24vw;
        line-height: 1.6;
        margin-bottom: 2.4vw;
    }
    .slide-item ._in .txt1 dd{
        font-size: 1.28vw;
    }
    .slide-item ._in .txt1 .ico-kikan{
        margin-bottom: 1.2vw;
    }
    .slide-item ._in .txt2{
        left: 2.5vw;
        bottom: -4.5vw;
    }
    .slide-item ._in .txt2 img{
        width: auto;
        height: 5.5vw;
    }
}

@media screen and (max-width:768px){

    .cont-slide {
        padding-top: 16vw;
        padding-bottom: 16vw;
    }
    .cont-slide .ttl{
        font-size: 6.25vw;
    }
    .slide-item{
        margin-bottom: 15.6vw;
    }
    .slide-item ._in .img{
        width: 100%;
        order: 1;
    }
    .slide-item ._in .img img{
        border-radius: 10px 10px 0 0;
        width: 100%;
        aspect-ratio:670 / 510;
        object-fit: cover;
        object-position: center;
    }
    .slide-item ._in .img:after{
        right: 3.9vw;
        bottom: 3.9vw;
        width: 13vw;
        height: 13vw;
    }

    .slide-item ._in .txt1{
        width: 100%;
        order: 2;
        padding: 7.8vw 3.8vw 12.3vw;
    }
    .slide-item ._in .txt1 dt{
        font-size: 5.2vw;
        margin-bottom: 3.9vw;
    }
    .slide-item ._in .txt1 dd{
        font-size: 4.1vw;
        text-align: justify;
        text-justify: inter-character;
    }
    .slide-item ._in .txt1 .ico-kikan{
        margin-bottom: 2vw;
    }
    .slide-item ._in .txt1 .ico-kikan span{
        width: 31vw;
        text-align: center;
        padding: 2px ;
        border-radius: 30px;
        font-size: 3.6vw;
    }
    .slide-item ._in .txt2{
        left: 4.5vw;
        bottom: -6vw;
    }
    .slide-item ._in .txt2 img{
        width: auto;
        height: 11.9vw;
    }
}




/* footer リンクバナー
-------------------------------*/
#bnner-cont{
    padding-top: 190px;
    padding-bottom: 170px;
}

#bnner-cont .bnner-list{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
#bnner-cont .bnner-list li{
    width: 30.1%;
    margin-bottom: 60px;
}
#bnner-cont .bnner-list li a{
    display: block;
}
#bnner-cont .bnner-list li .name{
    margin-top: 25px;
    font-size: 20px;
    padding-right: 50px;
    position: relative;
}
#bnner-cont .bnner-list li .name:after{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../img/common/aroow_tab.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
#bnner-cont .bnner-list li .name.ls0{
    letter-spacing: 0;
}
@media (min-width:769px) and (max-width:1366px){
    #bnner-cont{
        padding-top: 1.9vw;
        padding-bottom: 1.24vw;
    }
    #bnner-cont .bnner-list li{
        margin-bottom: 4.39vw;
    }
    #bnner-cont .bnner-list li .name{
        margin-top: 1.8vw;
        font-size: 1.46vw;
        padding-right: 3.66vw;
    }
    #bnner-cont .bnner-list li .name:after{
        width: 2.1vw;
        height: 2.1vw;
    }
}
@media screen and (max-width:768px){
    #bnner-cont{
        padding-top: 19vw;
        padding-bottom: 10vw;
    }
    #bnner-cont .bnner-list li{
        width: 100%;
        margin-bottom: 8vw;
    }
    #bnner-cont .bnner-list li .name{
        margin-top: 4vw;
        font-size: 4.16vw;
        padding-right: 9vw;
    }
    #bnner-cont .bnner-list li .name:after{
        width: 6.5vw;
        height: 6.5vw;
    }
}






/* footer
-------------------------------*/
#footer{
    width: 100%;
    height: 610px;
    background-image: url(../img/common/bg_footer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 175px;
}
#footer .inner{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
}
#footer .f_logo img{
    width: 340px;
    height: auto;
}
#footer .f_info{
    position: absolute;
    right: 0;
    top: 20px;
}
#footer .f_info .btn{
    margin-bottom: 80px;
}
#footer .f_info .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 50px;
    background-color: #11963b;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 0.1em;
}
#footer .f_info .btn a span{
    padding-right: 30px;
    background: url(../img/common/icon_tab.png) right center no-repeat;
}
#footer .copy{
	text-align:right;
    font-size:14px;
    letter-spacing: 0.1em;
    color: #11963b;
}
#pageTop{
	position:fixed;
	bottom:50px;
	right:20px;
    z-index: 80;
}
@media screen and (min-width:1367px){
    #footer{
        background-size: 100% 100%;
    }
}

@media (min-width:769px) and (max-width:1366px){
    #footer{
        height: 44.6vw;
        background-size: cover;
        padding-top: 12.8vw;
    }
    #footer .f_logo img{
        width: 24.9vw;
        height: auto;
    }
    #footer .f_info{
        top: 1.46vw;
    }
    #footer .f_info .btn{
        margin-bottom: 5.8vw;
    }
    #footer .f_info .btn a{
        width: 20.49vw;
        height: 3.66vw;
        border-radius: 1.9vw;
        font-size: 1.17vw;
    }
    #footer .copy{
        font-size:1vw;
    }
}

@media screen and (max-width:768px){
    #footer{
        width: 100%;
        height: 126vw;
        background-image: url(../img/common/bg_footer_sp.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 40vw;
    }
    #footer .f_logo img{
        width: 57.29vw;
        height: auto;
    }
    #footer .f_info{
        position: static;
        margin-top: 10vw;
    }
    #footer .f_info .btn{
        margin-bottom: 13vw;
    }
    #footer .f_info .btn a{
        width: 100%;
        max-width: 670px;
        height: 11.7vw;
        border-radius: 6vw;
        font-size: 4vw;
    }
    #footer .copy{
        margin-top: 18vw;
        text-align:center;
        font-size:3.12vw;
    }
}
@media screen and (max-width:640px){
    #pageTop img{
        width:50px;
        height:auto;
    }

}






/* TOPページ
-------------------------------*/
.top01{
    margin-top: -105px;
    width: 100%;
    height: 61.6vw;
    background: url(../img/top/top_01.jpg) center top/cover no-repeat;
    position: relative;
    overflow: hidden;
}
.top01 .txt{
    position: absolute;
    top: 45vw;
    left: calc(50% - 300px);
    width: 600px;
    text-align: center;
    font-weight: 900;
    font-size: 1.25vw;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #fff;
}
.top01 .txt br.sp{
    display: none;
}
@media screen and (max-width:1920px){
    .top01 .txt{
        font-size: 24px;
    }
}

@media (min-width:769px) and (max-width:1366px){
    .top01 .txt{
        font-size: 1.7vw;
    }
    
}
@media screen and (max-width:768px){
    .top01{
        height: 245.3vw;
        background-image: url(../img/top/top_01_sp.jpg);
    }

    .top01 .txt{
        position: absolute;
        top: 149vw;
        left: 5%;
        width: 90%;
        font-size: 4.683vw;
    }
    .top01 .txt br.sp{
        display: inline-block;
    }
    
}


/* 新着情報 */
.home .bg_yama{
    background-image: none;
}
.top_news{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding-top: 95px;
    background: url(../img/top/txt_news.png) left top no-repeat;
    position: relative;
    z-index: 5;
}
.top_news_ttl{
    width: 280px;
    color: #11963b;
    font-size: 26px;
    letter-spacing: 0.24em;
}
.top_news_cont{
    width: calc(100% - 280px);
}
.top_news_list{
    width: 100%;
}
.top_news_list li{
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.top_news_list li .ymd{
    width: 85px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #ccc;
}
/*
.top_news_list li .cat{
    width: 115px;
}
.top_news_list li .cat span{
    display: inline-block;
    width: 95px;
    padding: 3px;
    border-radius: 20px;
    background-color: #fed63f;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
}
.top_news_list li .cat span.cat1{
    background-color: #fed63f;
}
.top_news_list li .cat span.cat2{
    background-color: #00b2bb;
}
.top_news_list li .cat span.cat3{
    background-color: #ec6d56;
}
*/
.top_news_list li .txt{
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing:0.03em;
}
.top_news_list li .txt a{
    text-decoration: underline;
}
.top_news_list li .txt a:hover{
    text-decoration: none;
}
@media (min-width:769px) and (max-width:1366px){
    .top_news{
        padding-top: 9.65vw;
        background-size: 30.3vw auto;
    }
    .top_news_ttl{
        width: 20.4vw;
        font-size: 1.9vw;
    }
    .top_news_cont{
        width: calc(100% - 20.4vw);
    }
    .top_news_list li{
        padding: 1.4vw;
        margin-bottom: 1vw;
    }
    .top_news_list li .ymd{
        width: 6.2vw;
        font-size: 1vw;
    }
    .top_news_list li .cat{
        width: 8.4vw;
    }
    .top_news_list li .cat span{
        width: 6.9vw;
        border-radius: 1.4vw;
        font-size: 0.8vw;
    }
    .top_news_list li .txt{
        width: calc(100% - 14.5vw);
        font-size: 1vw;
    }
}
@media screen and (max-width:768px){

    .top_news{
        padding-top: 12.3vw;
        background-size: 60vw auto;
    }
    .top_news_ttl{
        width: 100%;
        font-size: 6.25vw;
        margin-bottom: 5vw;
    }
    .top_news_cont{
        width: 100%;
    }
    .top_news_list{
        width: 100%;
    }
    .top_news_list li{
        padding: 3.9vw;
        flex-wrap: wrap;
    }
    .top_news_list li .ymd{
        width: auto;
        margin-right: 1em;
        font-size: 3vw;
    }
    .top_news_list li .cat{
        width: auto;
    }
    .top_news_list li .cat span{
        display: inline-block;
        width: 18.2vw;
        padding: 0.3vw;
        border-radius: 3vw;
        font-size: 2.6vw;
    }
    .top_news_list li .txt{
        width:100%;
        font-size: 3.6vw;
        line-height: 1.5;
        padding-top: 1em;
    }
}


/* Enjoy Outdoor */
.top02{
    margin-top: -3.5vw;
    width: 100%;
    background-color: #fff;
    padding-bottom: 9vw;
    background-image: url(../img/top/top_02.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 54vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.top02_in{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    padding-top: 228px;
}
.top02_in.box1{
    margin-top: -120px;
}
.top02_in .su-img1{
    position: absolute;
    right: 0;
    top: 0;
    width: 547px;
}

.top02_in .img-link{
    width: 1100px;
    margin: auto;
    position: relative;
    z-index: 3;
}
.top02_in .img-link a{
    display: block;
    margin-bottom: 50px;
}
.top02_in .img-link .img img.sp{
    display: none;
}
.top02_in .img-link .ttl{
    margin-top: -120px;
    margin-left: 660px;
    color: #11963b;
    font-size: 38px;
    line-height: 1.5;
    position: relative;
    z-index: 5;
}
.top02_in .img-link .ttl .kikan{
    width: 100px;
    background-color: #ec6d56;
    text-align: center;
    padding: 3px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}
.top02_in .txt{
    width: 1000px;
    margin: 50px auto;
}

.top02_in .cam-kikan{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: solid 2px #11963b;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.top02_in .cam-kikan dt{
    background-color: #def4d9;
    border-right: solid 2px #11963b;
    color: #11963b;
    width: 35%;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top02_in .cam-kikan dd{
    width: 65%;
    font-size: 40px;
    color: #11963b;
    font-weight: 900;
}

.top02_in  .cap2{
    margin-top: 15px;
    font-size: 12px;
}

.top02_in.box2{
    padding-top: 114px;
}
.top02_in.box2 .su-img2{
    position: absolute;
    left: 0;
    top: 0;
    width: 575px;
}
.top02_in.box2 .img-link .img{
    text-align: right;
}
.top02_in.box2 .img-link .ttl{
    margin-top: -120px;
    margin-left: 50px;
}
.top02_in .cap3{
    width: 600px;
}
.top02_in .btn{
    margin-top: 40px;
    text-align: center;
}
.top02_in .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 50px;
    background-color: #11963b;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 0.1em;
    margin: auto;
}
.top02_in .btn a span {
    padding-right: 30px;
    background: url(../img/common/icon_tab.png) right center no-repeat;
}



@media (min-width:769px) and (max-width:1366px){
    .top02_in{
        padding-top: 16.6vw;
    }
    .top02_in.box1{
        margin-top: -8.7vw;
    }
    .top02_in .su-img1{
        width: 40vw;
    }
    .top02_in .img-link{
        width: 80.527vw;
    }
    .top02_in .img-link .img img{
        width: 64.8vw;
        height: auto;
    }
    .top02_in .img-link .ttl{
        margin-top: -8.7vw;
        margin-left: 48.3vw;
        font-size: 2.6vw;
    }
    .top02_in .img-link .ttl .kikan{
        border-radius: 1.4vw;
        font-size: 1vw;
        margin-bottom: 1vw;
    }
    .top02_in .txt{
        width: 73.2vw;
        margin: 3.6vw auto;
    }
    
    .top02_in .cam-kikan {
        margin-bottom: 2.1vw;

    }
    .top02_in .cam-kikan  dt{
        font-size: 1.9vw;
    }
    .top02_in .cam-kikan  dd{
        font-size: 2.9vw;
    }

    .top02_in  .cap1{
        font-size: 1.1vw;
    }
    .top02_in  .cap2{
        margin-top: 1vw;
        font-size: 0.8vw;
    }

    .top02_in.box2{
        padding-top: 8.3vw;
    }
    .top02_in.box2 .su-img2{
        width: 42vw;
    }
    .top02_in.box2 .img-link .ttl{
        margin-top: -8.7vw;
        margin-left: 3.6vw;
    }
    .top02_in.box2 .img-link .ttl .fuki{
        width: 22.7vw;
    }
    .top02_in  .cap3{
        width: 44.1vw;
        font-size: 1.1vw;
    }
    
}
@media screen and (max-width:768px){
    .top02{
        margin-top:0;
        background-image: url(../img/top/top_02_sp.jpg);
        padding-top: 99vw;
    }
    .top02_in{
        padding-top: 0;
    }
    .top02_in.box1{
        margin-top: -24.7vw;
    }
    .top02_in .su-img1{
        position: static;
        width: 80.2vw;
        height: 98.5vw;
        margin-left: auto;
    }

    .top02_in .img-link{
        width: 90%;
        margin-top: -20.8vw;
    }
    .top02_in .img-link a{
        margin-bottom: 7.8vw;
    }
    .top02_in .img-link .img img.pc{
        display: none;
    }
    .top02_in .img-link .img img.sp{
        display: inherit;
    }
    .top02_in .img-link .ttl{
        margin-top: 6.5vw;
        margin-left: 0;
        font-size: 6.25vw;
        text-align: center;
    }
    .top02_in .img-link .ttl .kikan{
        width: 31.2vw;
        border-radius: 3.9vw;
        font-size: 3.6vw;
        color: #fff;
        margin: 0 auto 5.2vw;
    }
    .top02_in .txt{
        width: 90%;
        margin: 50px auto;
    }
    
    .top02_in .cam-kikan  {
        display: block;
        justify-content: space-between;
        margin-bottom: 10vw;
    }
    .top02_in .cam-kikan dt{
        width: 100%;
        border-right: none;
        border-bottom: solid 2px #11963b;
        height: 11.4vw;
        font-size: 4.6vw;
    }
    .top02_in .cam-kikan dd{
        width: 100%;
        font-size: 7.29vw;
    }
    .top02_in .cap1{
        font-size: 4.16vw;
    }
    .top02_in .cap2{
        margin-top: 5.2vw;
        font-size: 3.12vw;
    }
    .top02_in.box2{
        padding-top: 0;
    }
    .top02_in.box2 .su-img2{
        position: static;
        width: 81.5vw;
        height: 72vw;
    }
    .top02_in.box2 .img-link .img{
        text-align: center;
    }
    .top02_in.box2 .img-link .ttl{
        margin-top: 6.5vw;
        margin-left: 0;
    }
    .top02_in  .cap3{
        width: 100%;
        font-size: 4.16vw;
    }
    
}



















/* ＃ハッシュタグキャンペーン
-------------------------------*/
.snsc_cont_bg{
    width: 100%;
    position: relative;
}
.snsc_cont_bg:before{
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 0 0;
    background-color: #fff;
    content: "";
}
.snsc_cont01{
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
    position: relative;
    z-index: 3;
}
.snsc_cont01 .img img.sp{
    display: none;
}
.snsc_cont01 .txt1{
    width: 750px;
    margin-top: -100px;
    margin-left: auto;
    font-size: 28px;
    position: relative;
    z-index: 3;
}
.snsc_cont01 .txt1 .fuki{
    width: 416px;
    padding: 10px;
    background-color: #ec6d56;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 auto 20px;
    position: relative;
}
.snsc_cont01 .txt1 .fuki:after{
    position: absolute;
    left: calc(50% - 11px);
    bottom: -12px;
    width: 22px;
    height: 13px;
    background: url(../img/sns-campaign/fuki_arrow.png) center top no-repeat;
    content: "";
    
}

.snsc_cont01 .txt2{
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    border: solid 2px #ec6d56;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}
.snsc_cont01 .txt2 dt{
    background-color: #ec6d56;
    color: #fff;
    width: 35%;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.snsc_cont01 .txt2 dd{
    width: 65%;
    font-size: 40px;
    color: #ec6d56;
    font-weight: 900;
}

@media (min-width:769px) and (max-width:1366px){
    .snsc_cont01{
        padding-bottom: 11vw;
    }
    .snsc_cont_bg:before{
        top: 8vw;
        border-radius: 3.6vw 3.6vw 0 0;
    }
    .snsc_cont01 .txt1{
        width: 54.9vw;
        margin-top: -7.3vw;
        font-size: 2vw;
    }
    .snsc_cont01 .txt1 .fuki{
        width: 30.45vw;
        font-size: 1.3vw;
        padding: 0.7vw;
    }
    .snsc_cont01 .txt1 br.sp{
        display: none;
    }
    .snsc_cont01 .txt2{
        margin-top: 4.3vw;
    }
    .snsc_cont01 .txt2 dt{
        font-size: 1.9vw;
    }
    .snsc_cont01 .txt2 dd{
        font-size: 2.9vw;
    }
}
@media screen and (max-width:768px){
    .snsc_cont01{
        padding-bottom: 19.5vw;
    }

    .snsc_cont01 .img img.pc{
        display: none;
    }
    .snsc_cont01 .img img.sp{
        display: inline-block;
    }
    
    .snsc_cont01 .txt1{
        width: 100%;
        margin-top: 8.4vw;
        margin-left: 0;
        font-size: 4.6vw;
        text-align: center;
    }
    .snsc_cont01 .txt1 .fuki{
        width: 100%;
        font-size: 3.6vw;
        padding: 10px;
    }
    .snsc_cont01 .txt1 br.sp{
        display: inline-block;
    }
    .snsc_cont01 .txt2{
        margin-top: 7.8vw;
        display: block;
        justify-content: space-between;
    }
    .snsc_cont01 .txt2 dt{
        width: 100%;
        height: 11.4vw;
        font-size: 4.6vw;
    }
    .snsc_cont01 .txt2 dd{
        width: 100%;
        font-size: 7.29vw;
    }

}


.snsc_cont02{
    width: 100%;
    max-width: 1366px;
    margin: auto;
    padding-top: 220px;
    padding-bottom: 250px;
    background-color: #11963b;
    background-image: url(../img/sns-campaign/bg1.jpg),url(../img/sns-campaign/bg2.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
    background-size: contain,contain;
    position: relative;
    z-index: 3;
}
.snsc_cont02 .txt{
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}
.snsc_cont02 .txt .ja{
    margin-top: 50px;
    font-size: 40px;
}
.snsc_cont02 .txt .ja span{
    font-size: 60px;
}
.snsc_cont02 .txt .ja br.sp{
    display: none;
}

.snsc_cont02 .snsc_step{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    color: #fff;
    text-align: center;
}
.snsc_cont02 .snsc_step li{
    width: 31%;
    position: relative;
}
.snsc_cont02 .snsc_step li:nth-child(1):after,
.snsc_cont02 .snsc_step li:nth-child(2):after{
    position: absolute;
    top: 105px;
    right: -29px;
    width: 16px;
    height: 20px;
    background: url(../img/sns-campaign/step_next.png) center center/contain no-repeat;
    content: "";
    
}
.snsc_cont02 .snsc_step li .cap{
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.snsc_cont02 .snsc_step li .cap span{
    font-size: 12px;
}



.snsc_gift_ttl{
    width: 90%;
    max-width: 1100px;
    margin: 100px auto 30px;
    text-align: center;
}
.snsc_gift_ttl ._in{
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 1.4;
    padding: 10px 1em;
    color: #ec6d56;
}
.snsc_cont02 .snsc_gift{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    color: #fff;
    text-align: center;
}
.snsc_cont02 .snsc_gift li{
    width: 23.5%;
}
.snsc_cont02 .snsc_gift li img{
    border-radius: 5px;
}
.snsc_cont02 .snsc_gift li p{
    margin-top: 10px;
    line-height: 1.5;
}
.snsc_cont02 .snsc_gift li p span{
    letter-spacing: 0em;
}
.snsc_cont02 .snsc_gift li .cap{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 5px;
}

@media (min-width:769px) and (max-width:1366px){

    .snsc_cont02{
        padding-top: 16vw;
        padding-bottom: 18vw;
    }
    .snsc_cont02 .txt{
        margin-bottom: 7.3vw;
    }
    .snsc_cont02 .txt .ja{
        margin-top: 3.6vw;
        font-size: 2.9vw;
    }
    .snsc_cont02 .txt .ja span{
        font-size: 4.3vw;
    }
    .snsc_cont02 .snsc_step li:nth-child(1):after,
    .snsc_cont02 .snsc_step li:nth-child(2):after{
        position: absolute;
        top: 7.7vw;
        right: -2.1vw;
        width: 1.1vw;
        height: 1.46vw;
    }
    
    .snsc_cont02 .snsc_step li .cap{
        margin-top: 1.4vw;
        font-size: 1.1vw;
    }
    .snsc_cont02 .snsc_step li .cap span{
        font-size: 0.8vw;
    }
    
    .snsc_gift_ttl{
        margin: 7.3vw auto 2vw;
    }
    .snsc_gift_ttl ._in{
        border-radius: 3.6vw;
        font-size: 1.4vw;
        padding: 0.7vw 1em;
    }
    .snsc_cont02 .snsc_gift li p{
        margin-top: 0.7vw;
        font-size: 1.1vw;
    }
    .snsc_cont02 .snsc_gift li .cap{
        font-size: 0.8vw;
    }

}
@media screen and (max-width:768px){
    .snsc_cont02{
        padding-top: 15.6vw;
        padding-bottom: 29vw;
    }
    .snsc_cont02 .txt{
        margin-bottom: 13vw;
    }
    .snsc_cont02 .txt .en img{
        width: 26vw;
        height: auto;
    }
    .snsc_cont02 .txt .ja{
        margin-top: 6.5vw;
        font-size: 5.2vw;
    }
    .snsc_cont02 .txt .ja span{
        font-size: 7.8vw;
    }
    .snsc_cont02 .txt .ja br.sp{
        display: inline-block;
    }
    .snsc_cont02 .snsc_step li{
        width: 100%;
        margin-bottom: 10.4vw;
    }
    .snsc_cont02 .snsc_step li:nth-child(1):after,
    .snsc_cont02 .snsc_step li:nth-child(2):after{
        display: none;
    }
    .snsc_cont02 .snsc_step li .cap{
        margin-top: 2.6vw;
        font-size: 4.1vw;
    }
    .snsc_cont02 .snsc_step li .cap span{
        font-size: 3.1vw;
    }
    
    .snsc_gift_ttl{
        margin-top: 0;
        margin-bottom: 6vw;
    }
    .snsc_gift_ttl ._in{
        border-radius: 3vw;
        font-size: 5.2vw;
        padding: 0.5em;
    }
    .snsc_cont02 .snsc_gift li{
        width: 48%;
        margin-bottom: 6vw;
    }
    .snsc_cont02 .snsc_gift li p{
        margin-top: 2vw;
        font-size: 4.1vw;
        line-height: 1.3em;
    }
    .snsc_cont02 .snsc_gift li .cap{
        font-size: 2.8vw;
        margin-top: 1.3vw;
    }

}
@media screen and (max-width:580px){

    .snsc_cont02 .snsc_gift li p span{
        display: inline-block;
        margin-top: 2vw;
        font-size: 3.5vw;
        line-height: 1.2;
    }
}


.snsc_cont03{
    width: 100%;
    height: 680px;
    background-image: url(../img/sns-campaign/bg3.jpg),url(../img/sns-campaign/bg4.jpg);
    background-position: center top,center bottom;
    background-repeat: repeat-x,repeat-x;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}
@media (min-width:769px) and (max-width:1366px){
    .snsc_cont03{
        height: 49.78vw;
        background-size: auto 23.426vw,auto 23.426vw;
    }
    .snsc_cont03 .txt{
        width: 65.88vw;
    }
}
@media screen and (max-width:768px){
    .snsc_cont03{
        height: 88.5vw;
        background-size: auto 41.66vw,auto 41.66vw;
    }
    .snsc_cont03 .txt{
        width: 81.3vw;
    }
}

/* 応募規約 */
.snsc_cont04{
    width: 90%;
    max-width: 1100px;
    margin: 150px auto;
    position: relative;
    z-index: 3;
}
.snsc_cont04 .ttl{
    text-align: center;
    color: #11963b;
    font-size: 48px;
    margin-bottom: 40px;
}
.oubo_kiyaku_box{
    width: 100%;
    height: 410px;
    border: solid 2px #11963b;
    border-radius: 10px;
    padding: 50px;
    overflow: auto;
}
.oubo_kiyaku{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}
.oubo_kiyaku p{
    margin-bottom: 10px;
}
.ok-ttl{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.ok-ttl-sub{
    font-weight: bold;
    margin-top: 30px;
}


@media (min-width:769px) and (max-width:1366px){
    .snsc_cont04{
        margin-top: 11vw;
        margin-bottom: 11vw;
    }
    .snsc_cont04 .ttl{
        font-size: 3.5vw;
        margin-bottom: 2.9vw;
    }
    .oubo_kiyaku_box{
        height: 30vw;
        padding: 3.6vw;
    }
    .oubo_kiyaku{
        font-size: 1.1vw;
    }

    .ok-ttl{
        font-size: 1.3vw;
        margin-bottom: 1.4vw;
    }

}
@media screen and (max-width:768px){
    .snsc_cont04{
        margin-top: 19vw;
        margin-bottom: 19vw;
    }
    .snsc_cont04 .ttl{
        font-size: 6vw;
        margin-bottom: 5vw;
    }
    .oubo_kiyaku_box{
        height: 109vw;
        padding: 6vw 4vw;
    }
    .oubo_kiyaku{
        font-size: 3.6vw;

    }
    .oubo_kiyaku p{
        margin-bottom: 2.6vw;
    }
    .ok-ttl{
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .ok-ttl-sub{
        margin-top: 6vw;
    }
    span.ilb{
        display: inline-block;
    }

}













/* 岐阜の自然・アウトドアを楽しむ
-------------------------------*/
.enjoy_cont{
    width: 100%;
    max-width: 1366px;
    margin: auto;
}
.tabBox .tabArea {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabBox .tabArea .one_tab {
    width: 24%;
}
.tabBox .tabArea .one_tab a {
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;
    text-align: center;
    color: #fff;
}
.tabBox .tabArea .one_tab a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.tabBox .tabArea .one_tab a .tab_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    transition-duration: 0.3s;
    border: solid 1px #11963b;
    border-radius: 5px;
    color: #11963b;
    font-size: 20px;
    letter-spacing: 0.14em;
}
.tabBox .tabArea .one_tab a:hover .tab_inner {
    background-color: #fff;
}
.tabBox .tabArea .one_tab a.select .tab_inner {
    background-color: #fff;
}
.contents .tab_main {
    display: none;
    background-color: #fff;
    border-radius: 50px 50px 0 0;
    padding-top: 170px;
    padding-bottom: 150px;
    min-height: 280px;
    transition-duration: 0.3s;
}
.tab_main.is_show {
    display: block;
}


.tab_cont01{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.tab_cont01 .copy{
    position: absolute;
    left: 40px;
    top: -50px;
    z-index: 5;
}
.tab_cont01 .copy img.sp{
    display: none;
}

.tab_cont01 .img{
    position: relative;
}
.tab_cont01 .img:after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 684px;
    height: 84px;
    background: url(../img/spot/bg03.png) right bottom/contain no-repeat;
    content: "";
}
.tab_cont01 .img img{
    border-radius: 11px;
}
.tab_cont01 .img img.sp{
    display: none;
}
.tab_cont01 .txt{
    width: 630px;
    margin-top: -25px;
    margin-left: auto;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.07em;
    position: relative;
    z-index: 5;
}
.tab_main .bg_maru{
    width: 100%;
    background-color: #def4d9;
    background-image: url(../img/spot/bg01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 90px;
    padding-top: 220px;
    padding-bottom: 10px;
}

@media (min-width:769px) and (max-width:1366px){
    .tabBox .tabArea .one_tab a .tab_inner {
        height: 4.3vw;
        font-size: 1.4vw;
    }
    .contents .tab_main {
        border-radius: 3.6vw 3.6vw 0 0;
        padding-top: 12.4vw;
        padding-bottom: 10.9vw;
    }
    .tab_cont01 .copy{
        left: 2.9vw;
        top: -3.6vw;
    }
    .tab_cont01 .copy img{
        width: auto;
        height: 8vw;
    }

    .tab_cont01 .img:after{
        width: 50vw;
        height: 6.14vw;
    }
    .tab_cont01 .txt{
        width: 46.1vw;
        margin-top: -1.8vw;
        font-size: 1.3vw;
    }
    .tab_main .bg_maru{
        margin-top: 6.5vw;
        padding-top: 16.1vw;
    }

}
@media screen and (max-width:768px){
    .tabBox .tabArea .one_tab {
        width: 100%;
        margin-bottom: 2.86vw;
    }
    .tabBox .tabArea .one_tab a {
    }
    .tabBox .tabArea .one_tab a .tab_inner {
        height: 11.7vw;
        font-size: 4.1vw;
    }
    
    .contents .tab_main {
        border-radius: 27px 27px 0 0;
        padding-top: 22.1vw;
        padding-bottom: 19.5vw;
    }
    .tab_cont01 .copy{
        position: absolute;
        left: 5.2vw;
        top: -6.5vw;
    }
    .tab_cont01 .copy img.pc{
        display: none;
    }
    .tab_cont01 .copy img.sp{
        display: inline-block;
    }
    .tab_cont01 .copy img{
        width: auto;
        height: 14.3vw;
    }
    .tab_cont01 .img{
        position: relative;
    }
    .tab_cont01 .img:after{
        display: none;
    }
    .tab_cont01 .img img{
        border-radius: 6px;
    }
    .tab_cont01 .img img.pc{
        display: none;
    }
    .tab_cont01 .img img.sp{
        display: inline-block;
    }
    .tab_cont01 .txt{
        width: 100%;
        margin-top: 9.1vw;
        margin-left: 0;
        font-size: 4.1vw;
        letter-spacing: 0.1em;
    }
    .tab_main .bg_maru{
        margin-top: 11.7vw;
        padding-top: 26vw;
    }

    .contents .tab_main.tm1 {
        padding-top: 40vw;
    }
    .tm1 .tab_cont01 .copy{
        top: -26.6vw;
    }
    .tm1 .tab_cont01 .copy img{
        width: auto;
        height: 33vw;
    }
    .contents .tab_main.tm4 {
        padding-top: 40vw;
    }
    .tm4 .tab_cont01 .copy{
        top: -26.6vw;
    }
    .tm4 .tab_cont01 .copy img{
        width: auto;
        height: 33vw;
    }
    
}




.tab_cont02{
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    margin-bottom: 90px;
}
.tab_cont02 .img{
    width: 52%;
}
.tab_cont02 .txt{
    width: 42%;
}
.tab_cont02 .txt dt{
    font-size: 28px;
    letter-spacing: 0.16em;
    color: #11963b;
    margin-bottom: 20px;
}
.tab_cont02 .txt dd{
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2;
}

.tab_cont02 .txt dd.link{
    margin-top: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.tab_cont02 .txt dd.link a{
    color: #666;
    text-decoration: underline;
    letter-spacing: 0;
}
.tab_cont02 .txt dd.link a:hover{
    text-decoration: none;
}
.tab_cont02 .txt dd.link .ya{
    color: #11963b;
}


.tab_cont02.rev .img{
    order: 2;
}
.tab_cont02.rev .txt{
    order: 1;
}
.tab_cont02 .txt .btn{
    margin-top: 35px;
}
.tab_cont02 .txt .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 50px;
    background-color: #11963b;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
}
.tab_cont02 .txt .btn a span{
    padding-right: 30px;
    background: url(../img/common/icon_tab.png) right center no-repeat;
}

@media (min-width:769px) and (max-width:1366px){
    .tab_cont02{
        margin-bottom: 6.5vw;
    }
    .tab_cont02 .txt dt{
        font-size: 2vw;
        margin-bottom: 1.4vw;
    }
    .tab_cont02 .txt dd{
        font-size: 1.1vw;
    }
    .tab_cont02 .txt .btn{
        margin-top: 2.5vw;
    }
    .tab_cont02 .txt .btn a{
        width: 24.8vw;
        height: 3.6vw;
        font-size: 1vw;
    }
    .tab_cont02 .txt .btn a span{
        padding-right: 2.1vw;
        background-size: 1.2vw auto;
    }
}
@media screen and (max-width:768px){
    .tab_cont02{
        margin-bottom: 13vw;
    }
    .tab_cont02 .img{
        width: 100%;
        text-align: center;
        margin-bottom: 6.5vw;
    }
    .tab_cont02 .txt{
        width: 100%;
    }
    .tab_cont02 .txt dt{
        font-size: 5.2vw;
        margin-bottom: 2.6vw;
    }
    .tab_cont02 .txt dd{
        font-size: 4.16vw;
    }
    .tab_cont02.rev .img{
        order: 1;
    }
    .tab_cont02.rev .txt{
        order: 2;
    }
    
    .tab_cont02 .txt .btn{
        margin-top: 6.5vw;
    }
    .tab_cont02 .txt .btn a{
        width: 100%;
        max-width: 670px;
        height: 11.7vw;
        border-radius: 6vw;
        font-size: 4.1vw;
    }
    
}
@media screen and (max-width:520px){
    .tab_cont02{
        margin-bottom: 17vw;
    }

}


.tab_main .bg_yama_siro{
    width: 100%;
    background-image: url(../img/spot/bg02.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 220px;
    padding-bottom: 10px;
}
.tab_cont03{
    width: 90%;
    max-width: 1100px;
    margin: auto;
}
.tab_cont03 .ttl{
    text-align: center;
    position: relative;
    z-index: 5;
}
.tab_cont03 .g-map{
    margin-top: -30px;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 45.45%;
}
.tab_cont03 .g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab_cont03 .e-map-btn{
    margin-top: 50px;
}
.tab_cont03 .e-map-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 50px;
    background-color: #11963b;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 0.1em;
    margin: auto;
}
.tab_cont03 .e-map-btn a span{
    padding-right: 30px;
    background: url(../img/common/icon_tab.png) right center no-repeat;
}

@media screen and  (max-width:1366px){
    .tab_main .bg_yama_siro{
        background-size: contain;
        padding-top: 16.1vw;
    }
    .tab_cont03 .ttl img{
        width: 67.7vw;
        height: auto;
    }
    .tab_cont03 .g-map{
        margin-top: -2.1vw;
    }
}
@media screen and (max-width:768px){

    .tab_main .bg_yama_siro{
        padding-top: 23.5vw;
    }
    .tab_cont03 .g-map{
        padding-top: 60%;
    }
    .tab_cont03 .e-map-btn a{
        width: 100%;
        max-width: 670px;
        height: 11.7vw;
        border-radius: 6vw;
        font-size: 4vw;
    }
}
@media screen and (max-width:640px){

}











/* コラボキャンペーン
-------------------------------*/

.collabo_cont{
    width: 100%;
    max-width: 1920px;
    height: 680px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.collabo_cont .ttl{
    width: 350px;
    text-align: center;
}
.collabo_cont .ttl .sp{
    display: none;
}

.collabo_cont .img_slide{
    width: calc(100% - 350px);
    overflow: hidden;
}
.collabo_slider{
    width: 1400px;
}
.collabo_slider .item{
    padding-right: 40px;
}
.collabo_slider .item a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    min-height: 357px;
}

.collabo_slider .item a .img img{
    border-radius: 3px;
}
.collabo_slider .item a .txt{
/*    margin-top: 30px;*/
}
.collabo_slider .item a .txt dt{
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #11963b;
    margin-bottom: 20px;
    background: url(../img/campaign/arrow_link.png) right 15px no-repeat;
    min-height: 85px;
}
.collabo_slider .item a .txt dt.x1{
    min-height: initial;
    min-height: auto;
}
.collabo_slider .item a .txt dd{
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 2;
}
.collabo_slider .item a .txt dd.kikan{
    margin-bottom: 10px;
}
.collabo_slider .item a .txt dd.kikan span{
    display: inline-block;
    background-color: #e88100;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    padding:3px 6px; 
}

.collabo_slider .item a .txt dd.note{
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
}
.collabo_slider .item a .txt dd.note li{
    text-indent: -1em;
    margin-left: 1em;
}


.collabo_slider .slick-prev,
.collabo_slider .slick-next {
    position: absolute;
    top: auto;
    bottom: -100px;
    width: 117px;
    height: 51px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    background-image:url(../img/campaign/btn_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.collabo_slider .slick-next {
    left: 150px;
    background-image:url(../img/campaign/btn_next.png);
}
.collabo_slider .slick-prev::before {
    content: '';
}
.collabo_slider .slick-next::before {
    content: '';
}

@media (min-width:769px){
    .collabo_slider.cat-outdoor .item a{
        min-height: 458px;
    }
}

@media (min-width:769px) and (max-width:1366px){
    
    .collabo_cont{
        height: 49.7vw;
    }
    .collabo_cont .ttl{
        width: 25.6vw;
    }
    .collabo_cont .ttl img{
        width: 11.7vw;
        height: auto:
    }
    .collabo_cont .img_slide{
        width: calc(100% - 25.6vw);
    }
    .collabo_slider{
        width: 102.5vw;
    }
    .collabo_slider .item{
        padding-right: 2.9vw;
    }
    .collabo_slider .item a{
        border-radius: 0.7vw;
        padding: 1.8vw;
        min-height: 26.1vw;
    }
    .collabo_slider .item a .img img{
        border-radius: 0.2vw;
    }
    .collabo_slider .item a .txt{
    /*    margin-top: 2.1vw;*/
    }
    .collabo_slider .item a .txt dt{
        font-size: 2vw;
        margin-bottom: 1.4vw;
    }
    .collabo_slider .item a .txt dd{
        font-size: 1.17vw;
    }
    .collabo_slider .slick-prev,
    .collabo_slider .slick-next {
        bottom: -7.3vw;
        width: 8.5vw;
        height: 3.7vw;
    }
    .collabo_slider .slick-next {
        left: 10.9vw;
    }
    .collabo_slider .item a .txt dd.note{
        font-size: 0.9vw;
    }
    .collabo_slider.cat-outdoor .item a{
        min-height: 33.5vw;
    }

}
@media screen and (max-width:768px){
    .collabo_cont{
        height: auto;
        padding-bottom: 200px;
        display: block;
    }
    .collabo_cont .ttl{
        width: 90%;
        text-align: left;
        margin: 0 auto 60px;
    }
    .collabo_cont .ttl img{
        width: auto;
    /*    height: 21.8vw;*/
        height: 27.4vw;
    }
    .collabo_cont .ttl .pc{
        display: none;
    }
    .collabo_cont .ttl .sp{
        display: inline-block;
    }

    .collabo_cont .img_slide{
        width: 100%;
        overflow: visible;
    }
    .collabo_slider{
        width: 100%;
    }
    .collabo_slider .item{
        padding-right: 40px;
        padding-left: 40px;
    }
    .collabo_slider .item a{
        border-radius: 0.7vw;
        padding: 1.8vw;
        min-height: 79vw;
    }
    .collabo_slider .item a .txt dt{
        font-size: 6.2vw;
        margin-bottom: 2.6vw;
        min-height: 14vw;
    }
    .collabo_slider .item a .txt dd{
        font-size: 4.16vw;
    }
    .collabo_slider .item a .txt dd.kikan span{
        font-size: 3.7vw;
    } 

    .collabo_slider .slick-prev{
        bottom: -80px;
        left: calc(50% - 130px);
    }
    .collabo_slider .slick-next {
        bottom: -80px;
        left: calc(50% + 13px);
    }
    .collabo_slider .item a .txt dd.note{
        font-size: 14px;
    }
    .collabo_slider .item a .txt dd.note{
        font-size: 3vw;
    }
    .collabo_slider.cat-outdoor .item a{
        min-height: 117vw;
    }

}
@media screen and (max-width:570px){
    .collabo_cont{
        height: auto;
        padding-bottom: 150px;
        display: block;
    }
    .collabo_cont .ttl {
        margin-bottom: 40px;
    }
    .collabo_slider .item{
        padding-right: 20px;
        padding-left: 20px;
    }
    .collabo_slider .slick-prev,
    .collabo_slider .slick-next {
        bottom: -70px;
        width: 93px;
        height: 41px;
    }
    .collabo_slider .slick-prev {
        left: calc(50% - 106px);
    }
    
    
}


























/* アウトドアを楽しむためのマナーと諸注意
-------------------------------*/

.manner_cont{
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 1px;
}

.manner_cont .mnr_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
}
.manner_cont .mnr_item .img{
    width: 52%;
}
.manner_cont .mnr_item .txt{
    width: 42%;
}
.manner_cont .mnr_item .txt dt{
    font-size: 28px;
    letter-spacing: 0.16em;
    color: #11963b;
    margin-bottom: 20px;
}
.manner_cont .mnr_item .txt dd{
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 2;
}
.manner_cont .mnr_item.rev .img{
    order: 2;
}
.manner_cont .mnr_item.rev .txt{
    order: 1;
}
.manner_cont .mnr_item .txt dd.link{
    margin-top: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.manner_cont .mnr_item .txt dd.link a{
    color: #666;
    text-decoration: underline;
    letter-spacing: 0;
}
.manner_cont .mnr_item .txt dd.link a:hover{
    text-decoration: none;
}
.manner_cont .mnr_item .txt dd.link .ya{
    color: #11963b;
}


.manner_btn{
    margin-bottom: 40px;
    margin-bottom: 60px;
}
.manner_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 50px;
    background-color: #11963b;
    border-radius: 25px;
    color: #fff;
    letter-spacing: 0.1em;
    margin: auto;
}
.manner_btn a span{
    padding-right: 30px;
    background: url(../img/common/icon_tab.png) right center no-repeat;
}

@media (min-width:769px) and (max-width:1366px){
    .manner_cont .mnr_item{
        margin-bottom: 6.5vw;
    }
    .manner_cont .mnr_item .txt dt{
        font-size: 2vw;
        margin-bottom: 1.4vw;
    }
    .manner_cont .mnr_item .txt dd{
        font-size: 1.1vw;
    }

}
@media screen and (max-width:768px){
    .manner_cont .mnr_item{
        margin-bottom: 13vw;
    }
    .manner_cont .mnr_item .img{
        width: 100%;
        text-align: center;
        margin-bottom: 6.5vw;
    }
    .manner_cont .mnr_item .txt{
        width: 100%;
    }
    .manner_cont .mnr_item .txt dt{
        font-size: 5.2vw;
        margin-bottom: 2.6vw;
    }
    .manner_cont .mnr_item .txt dd{
        font-size: 4.16vw;
    }

    .manner_cont .mnr_item.rev .img{
        order: 1;
    }
    .manner_cont .mnr_item.rev .txt{
        order: 2;
    }
    
    .manner_btn a{
        width: 100%;
        max-width: 670px;
        height: 11.7vw;
        border-radius: 6vw;
        font-size: 3.5vw;
        letter-spacing: 0.07em;
    }
}
@media screen and (max-width:520px){
    .manner_cont .mnr_item{
        margin-bottom: 17vw;
    }

}













/* layout */
.clear { clear: both; }
.ar { text-align: right; }
.strong{font-weight:bold;}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }

    #wrapper{
        width:1110px;
        margin:auto;
    }
    .navBtn button {
        position: absolute;
    }
    #pageTop{
        position:absolute;
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
        transform: translateZ(0);
    }
    
    .cont-slide {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .horizontal-scroll {
        display: block;
        width: 1000px;
    }
    .slide-item {
        flex-shrink: 0; /* 縮小させない */
        width: 1000px;
        height: 500px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}







