@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px){
#cont .box{
    max-width: 100%;
}
#low #hd header {
    width: 100%;
    height: auto;
    background-color: #258e9f;
    padding: 18px 0px 12px 0px;
    /*padding: 18px 12px 12px 12px;*/
    position: relative;
}

#logo{ display: block; width: 124px; height: 28px; overflow: hidden; margin:0px; }
#logo a{ display: block; width: 102px; height: 28px; }
#logo a:before{ position: relative; left:12px; content: " "; display: block; width: 102px; height: 28px; background-image: url(https://fishand.tips/cms/wp-content/themes/FISH_AND_TIPS/img/logo.svg); background-repeat: no-repeat; background-size:100%; }
h1{
    font-size: 18px !important;
}
h2{
    font-size: 18px !important;
}
.slick-next, .slick-prev {
    width: 30px;
    height: 30px;
}

#hd header #toolbox{
    display: none;
}
#hd header .hd_copy{
    display: none;
}
.contents_footer{
    display: none;
}
#ft footer .ft-items{
    width: 100%;
}
.footer_pc{
    display: none;
}
.footer_sp{
    display: block;
}
.boxhd .breadcrumbs{
    display: none;
}
.v_fv{
    padding: 50px 30px;
}
.v_fv_in{
    padding: 10px 10px;
}
.v_fv h1{
    font-size: 24px;
}
.p_time{
    margin-bottom: 20px;
    margin-right: 10px;
}
#low #cont .box .new_content p{
    font-size: 14px;
    padding-bottom: 15px;
}
#low #cont .box .new_content{
    padding: 10px;
}
#cont{
    padding-top: 0;
}
.hotel_article_info{
    padding: 15px 10px;
}
#low h2{
    font-size: 24px;
    margin: 20px 0 !important;
}
#low h3{
    margin: 30px 0;
}
#low h3 img{
    width: 120px;
    margin-right: 10px;
}
#low h3 .rank_ttl span.rank_ttl_jp{
    font-size: 12px;
}
#low h3 .rank_ttl span.rank_ttl_en{
    font-size: 12px;
}
#low h3 .rank_ttl .rank_ttl_main{
    font-size: 20px;
}
.hotel_link{
    padding: 15px;
    display: block;
}
.hotel_link_img{
    /*width: 100%;
    text-align: center;
    margin-bottom: 10px;*/
    width:110px;
    float: left;
}
.hotel_link_img img{
    width:100px;
    /*width: 100%;
    height: 100px;
    object-fit: cover; */
}
.hotel_link_content{
    width: 100%;
}
.hotel_link_content h4{
    font-size: 14px;
}
.hotel_link_content p{
    width: 100%;
}
.more_options_ttl{
    font-size: 18px !important;
}
.more_options_ttl span{
    font-size: 14px;
}
.more_options_list{
    padding: 0 20px;
}
.more_option_one{
    padding: 20px 0;
    flex-wrap: wrap;
}
.more_option_img{
    width: 75px;
}
.more_option_img img{
    width: 75px;
}
.more_option_one div{
    margin-right: 15px;
}
.more_option_txt2{
    width: 35%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 12px;
}
.more_option_txt1 span{
    font-size: 12px;

}
.more_option_link{
    width: 25%;
    font-size: 14px !important;
}

}

@media screen and (max-width:520px){

    .more_option_link{
        position: relative;
        top: -20px;
        width: 35%;
        font-size: 14px !important;
    }
    .more_option_txt2{
        width: 60%;
    }
}