@charset "UTF-8";
/* CSS Document */

.rep{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-family: 'Shippori Mincho', serif;
    color: white;
    padding: 30px 10px;
}
.rep p{
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    letter-spacing: 0.05em !important;
    font-size: 16px !important;
    line-height: 30px !important;
}
/*久万高原町でのお食事〜*/
.rep h2{
    line-height: 58px;
    font-size: 31px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
     color: white;
    letter-spacing: 0.12em;
    margin-bottom: 70px;
}
.rep h2 span.en{
     color: white;
    font-family: 'Marcellus', serif;
    font-weight: 400;
     letter-spacing: 0.12em;
    display: inline-block;
}
/*petit-*/
.rep h2 span.en1{
    line-height: 28px;
    font-size: 16px;
    padding-top: 10px;
}
/*GARDEN TIME*/
.rep h2 span.en2{
    line-height: 40px;
    font-size: 27px;
    

}
        @media screen and (max-width:820px){
                    .rep h2{
                        font-size: 26px;
                        line-height: 38px;
                        margin-bottom: 70px;
                    }
                    .rep h2 span.en{

                        display: block;
                }
                    .rep h2 span.en1{
                        line-height: 24px;
                        font-size: 14px;
                        padding-top: 10px;
                }
                /*GARDEN TIME*/
                    .rep h2 span.en2{
                         line-height: 33px;
                        font-size: 20px;
                }
                    .rep p{
                        font-size: 14px !important;
                        line-height: 27px !important;
                        text-align: left;
                }

        }
.hello-js .rep__elem{
    padding-bottom: 50px;
}
/*Footer*/
.footer-section{
     position: relative;
    
    height: 80vh;
    
}
.footer-section video{
    height: 80vh;
    width: 100%;
    object-fit: fill;  /*use "cover" to avoid distortion*/
    object-fit: cover;
}
.footer-section .footer-text{
    position: absolute;
    bottom: 30px;
    color: gray;;
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
    
    
}
.footer-section .footer-text p{
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
    letter-spacing: 0.12em;
    font-size: 13px;
    color: gray;
}
.footer-text h2,.footer-text h5{
    font-family: 'Marcellus', serif;
    font-weight: 400;
    letter-spacing: 0.12em;
}
.footer-text h2{
    font-size: 24px;
    mix-blend-mode:difference;
    color: gray;
}
.footer-text h2 a.logo{
    font-size: 24px;
    mix-blend-mode:difference;
    color: gray;
    text-decoration: none;
}
.footer-text h5{
    font-size: 11px;
    color: gray;
}
.footer-section p a{
    color: gray;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
}
a.google-map-link{
    color: azure;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-family: 'Marcellus', serif;
    font-weight: 400; 
}


      .footer-section img.image-kigo{
          mix-blend-mode: difference;
          margin: 45px 0;
      }
    @media screen and (max-width:820px){
        .footer-section .footer-text{
            bottom: 20px;
            padding-bottom: 15px;
        }
        .footer-text h2{
            font-size: 22px;
        }
        .footer-section .footer-text p{
            font-size: 12px;
        }    
    }




/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^

4.NEWS

-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^*/

.news-gt{  
    padding: 0 166px;
    background:transparent ;
    margin: 0 auto;
}
    @media screen and (max-width:820px) {
        .news-gt{
            padding: 0 36px;
            }
    }
.news-gt .inner{

}
.news-gt .category{
    padding: 0px 3px;
    margin: 20px 0 0 6px;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    display: inline-block;
    color:#8f8259;
    background:#fff;
    
}
.news-gt ul li{
    margin: 1px 0 10px;
    border-bottom: 2px solid #f0f0f0;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
}
.news-gt ul li:last-child{
    margin-bottom: 30px;
}
.news-gt ul li .date{
    margin: 10px 0 30px 0;
    padding-left: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    -webkit-box-flex:1;
	-ms-flex:1 1 0%;
	flex:0.7 1 0%;
    font-size:14px;
    color: white;
}
.news-gt ul li .title{
    padding: 10px 0 30px 5px;
    font-size: 14px;
    -webkit-box-flex:2;
	-ms-flex:2 1 0%;
	flex:2 1 0%;
    flex:2;
    transition: all 0.2s;
    opacity: 1;
    color:#fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
}
.news-gt ul li .title:hover{
    transform: translate(2px,0px);
    opacity: 0.7;
}
.news-gt ul li a.link{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 0 30px;
    letter-spacing: 0.15em;
    -webkit-box-flex:1;
	-ms-flex:1 1 0%;
	flex:1 1 0%;
    flex:0.5;
    text-align: right;
    transition: all 0.2s;
    margin-right:5px;
    color:#8f8259;
    opacity: 0.7;
}
.news-gt ul li .fa-circle {
    padding: 0 15px 0 0;
}
.news-gt ul li .link:hover svg{
    transform: translate(2px,0px);
    opacity: 0.7;
}
.news-gt ul li .link:hover{
    opacity: 0.7;
}
/*arrow*/
.news-gt svg{
    width: 32px;
    height: 10px;
    margin:0 0 7px 10px;
    transition: all 0.2s;
    fill: #ccc;
    display: none;
}
.news-gt a{
    color: black;
    text-decoration: none;
}
.news-gt .newsall-btn{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    text-align: right;
    margin:0 0 10px;
    padding:0 8px 0 0;
    transition: all 0.2s;
    color:#8f8259;
            opacity: 0.7;
}
.news-gt svg.newsall{
    width: 25px;
    height: 8px;
    fill:#ccc;
    display: none;
}
.news-gt .newsall-btn:hover svg{
    transform: translate(3px,0px);
}


@media screen and (max-width: 820px) {
            .news-gt{
            padding:10px 0 0px;
        }

                .news-gt .inner{
            }

            .news-gt ul li {
                -webkit-flex-direction: column;
                flex-direction: column;
                margin: 1px 0 5px;
                border-bottom: 1px solid #d6d4d4;
                /*display: block;*/
            }
            .news-gt .category{
                padding: 1px 3px 1px;
                margin: 10px 0 0 6px;
                font-size: 10px;
        }
            .news-gt ul li .title{
                padding: 5px 0 7px 5px;
                display: block;
                font-size: 13px;
                color:#fff;
        }
            .news-gt ul li .date{
                margin: 5px 0 1px 0;
                padding-left: 5px;
                /*display: block;*/
        }
            .news-gt ul li a.link{
                font-size: 12px;
                padding: 3px 0 5px;
                margin-right:5px;
                /*display: block;*/
        }
}
/*トップ画面内のお知らせ*/
.top-info-add-{
    display: block;
    position: absolute;
    bottom:20px;
    text-align:left;
    margin:0 auto;
    width: 90%;
    padding: 10px 40px;
    font-size: 12px;
    border: 0px solid #bcad8d;
    background: rgba(255,255,255,0.8);
    margin: 0 5%;
    margin-bottom: 2%;
    border-radius: 8px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: normal;
    letter-spacing: 0.05em;
    color: rgba(0,0,0,0.8)
        
        z-index:1000;
}
@media screen and (max-width: 820px) {
.top-info-add-{
    display: block;
    position: absolute;
    bottom:5%;
    margin: 0 5%;
    width: 90%;
    padding: 10px 20px;
    font-size: 11px;
}        }
/*雲海のビデオ*/
.sightseeing-video-wrap{
    display: block;
    margin-bottom: 30px;
    
}
@media screen and (max-width: 820px) {
    .sightseeing-video-wrap{
    display: block;
    
}
}

