@charset "UTF-8";
/*
Theme Name: botanicallab
Author: DreamNet team
Author URI: http://www.dream-net.org/
Description: ボタニカルラボテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botanicallab
*/

.no-post{ padding: 100px 0; text-align: center; background-color: #fff; color: #999; font-size: 18px;}
.edit_post{ position: absolute; right: 0; top: 0;}
.edit_post a{ background-color: #CCC; color:#FFF; font-size: 12px; padding: 5px 15px;}
.edit_post a:hover{ background-color: #ff7e00;}

/* 404 */
.error_content { overflow: hidden; text-align: center;}

/* テーマで必須のクラス */
.sticky { display: block; }
.gallery-caption { font-size: 87.5%; }
.bypostauthor { color: #999; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }


#first-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#company .blc_ttl .en img {
    width: 260px;
}

@media screen and (max-width: 530px) {
    #main #first-visual {
        margin-bottom: 5vw;
    }
}
@media screen and (min-width: 931px) {
    #service.about_us .point_wrapper .blc_point .img_trekking {
        right: -20px;
        width: 380px;
    }
}