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

@media screen and (max-width:1380px){
.visible-tb{
    display: block;
}
.hidden-tb{
    display: none;
}
.main{
    height: auto;
}
.main:before{
    height: 7vw;
}
}

@media screen and (max-width:767px){

}

@media screen and (max-width:650px){
.visible-sp{
	display:block;
}
.hidden-sp{
	display:none !important;
}
body{
    font-size: 14px;
}
h2{
    line-height: 1.3;
    font-size: 24px;
}
.main-sp img{
    width: 100%;
}
.search-txt1{
    margin-bottom: 20px;
}
.search{
    font-size: 18px;
    display: block;
}
.search-in{
    width: 100%;
}
.search-ttl{
    font-size: 20px;
}
.search-box{
    padding: 10px;
}
.search-box-ttl{
    font-size: 16px;
}
.search-box-ttl span{
    width: 100px;
}
.search-box-txt{
    font-size: 18px;
}
.search-txt2 span{
    font-size: 24px;
}
.search-txt2{
    font-size: 18px;
}
h2 span{
    font-size: 14px;
}
.btn{
    margin: 0;
    width: 100%;
}
.btns-wrapper .btn:first-child{
    margin-bottom: 10px;
}
.btns-wrapper-2 .btn:first-child{
    margin-bottom: 10px;
}
.sec-in2{
    padding: 0 15px;
}
.hotel-ttl1{
    font-size: 20px;
}
.hotel-ttl2{
    font-size: 28px;
    margin-left: 20px;
    width: calc(100% - 65px);
}
.hotel-price{
    font-size: 26px;
}
.hotel-one{
    display: block;
}
.hotel-img{
    width: 100%;
    margin-bottom: 0;
}
.hotel-content{
    width: 100%;
    height: auto;
}
.hotel-last{
    position: initial;
    display: block;
}
.hotel-txt{
    margin-bottom: 20px;
}
.trip-one .hotel-ttl2{
    font-size: 20px;
}
.spot-cat span{
    font-size: 18px;
}
.btn2{
    display: inline-block;
    margin-top: 20px;
}
.spot-cat{
    text-align: center;
}

.spot-one{
    width: 48%;
    margin-right: 4%;
    margin-top: 30px;
    text-align: center;
}
.spot-one:nth-child(2n){
    margin-right: 0;
}
.spot-img{
    width: 44vw;
    height: 44vw;
}
.desc-in{
    margin-bottom: 40px;
}

.desc-txt2 span{
    border-bottom: none;
}
.btn3{
    margin-top: 10px;
}
.slick-dots{
    text-align: right;
}

}
