@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	font-family:"ＭＳ Ｐゴシック", sans-serif;
}
html {
    font-size: 62.5%;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}

label {
    cursor:pointer;
    }


#btfl_scenery_container {
    width: 100%;
    margin: 0 auto;
}

section.btfl_scenery_container {
    margin: 0 0 70px;
}

/* メインビジュアルSP */
img.btfl_scenery_mv_sp,
img.btfl_scenery_desc_img_sp,
img.btfl_scenery_gw_img_sp {
    width: 100%;
    display: block;
}

/* メインビジュアルPC */
img.btfl_scenery_mv_pc,
img.btfl_scenery_desc_img_pc,
img.btfl_scenery_gw_img_pc {
    display: none;
}

.btfl_scenery_wrapper {
    margin: 0 3% 10px;
}

h1.btfl_scenery_h1 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin: 22px auto 10px;
    color: #0d507e;
    line-height: 3rem;
}

h1.btfl_scenery_h1 .btfl_small {
    font-size: 2.3rem;
}

h1.btfl_scenery_h1 .btfl_dot {
    display: inline-block;
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
    font-family: verdana;
}

.btfl_scenery_img_title {
    margin: 0 20px;
}

h2.btfl_scenery_img_h2,
h2.btfl_scenery_desc_h2,
h2.btfl_scenery_gw_h2 {
    font-size: 2.4rem;
    line-height: 3rem;
}

h2.btfl_scenery_img_h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    color: #0d507e;
    margin: 50px auto 20px;
    text-align: center;
}

h2.btfl_scenery_desc_h2,
h2.btfl_scenery_gw_h2 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 92%;
    text-align: center;
    text-shadow: 0.5px 0.5px 1px #626262;
}

h2.btfl_scenery_desc_h2.btfl_h2_spac {
    letter-spacing: -0.15rem;
}

h2.btfl_scenery_gw_h2 {
    text-shadow: 2px 2px 2px #000000de;
}

h2.btfl_scenery_img_h2::before,
h2.btfl_scenery_img_h2::after {
    content: '';
    width: 3px;
    height: 50px;
    background-color: #0d507e;
}

h2.btfl_scenery_img_h2::before {
    margin-right: 17px;
    transform: rotate(-30deg);
}

h2.btfl_scenery_img_h2::after {
    margin-left: 16px;
    transform: rotate(30deg);
}

p.btfl_scenery_underline {
    font-size: 1.8rem;
    font-weight: bold;
    max-width: max-content;
    margin: 0 auto;
    line-height: 2.6rem;
}

p.btfl_scenery_underline span {
    background: linear-gradient(transparent 50%, #ffd1f1 50%);
    padding: 0 0.1em;
}

.btfl_scenery_area_balloon {
    font-size: 1.3rem;
    font-weight: bold;
    border: solid 1px #0d507e;
    background: #fff;
    border-radius: 16px;
    padding: 3px 8px 4px;
    color: #0d507e;
    width: fit-content;
    margin: 30px auto 10px;
    position: relative;
    box-shadow: 2px 2px 2px #c3c3c3;
}

.btfl_scenery_area_balloon::before {
    content: "";
    position: absolute;
    border-top: 8px solid #0d507e;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    width: 0;
    height: 0;
    display: block;
    top: 100%;
    left: 47%;
}

.btfl_scenery_area_balloon::after {
    content: "";
    position: absolute;
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    width: 0;
    height: 0;
    display: block;
    top: 98%;
    left: 47.25%;
}

/* ボタン */
.btfl_scenery_areaBtn_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btfl_scenery_areaBtn {
    background: linear-gradient(to bottom, #F0F0F0 0%,#E4E4E4 100%);
    border-radius: 3px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
    cursor: pointer;
    font-size: 15px;
    margin: 1px;
    padding: 0 5px;
    align-items: center;
    display: flex;
    position: relative;
    width: 45%;
    height: 65px;
}

.btfl_scenery_areaBtn::before {
    content: '';
    background: #fff;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    left: 10px;
}

.btfl_scenery_areaBtn div {
    z-index: 10;
    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
    align-items: center;
    display: flex;
}

a.btfl_scenery_areaBtn:hover {
    background: #E6E6E6;
    border-bottom: 1px solid #C8C8C8;
}

div.baku_link_ill {
    position: absolute;
    left: 13px;
}

div.baku_link_flag {
    position: absolute;
    left: 19px;
}

img.baku_area_ill {
    width: 34px;
    margin: 0 9px 0 0;
}

img.baku_area_flag {
    width: 22px;
    margin: 0 16px 0 0;
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgb(0 0 0 / 30%);
}

/* 概要 */
.btfl_scenery_desc_inner,
.btfl_scenery_gw_outer {
    position: relative;
}

.btfl_scenery_gw_outer {
    margin: 0 3%;
}

.btfl_scenery_gw_inner {
    position: relative;
}

p.btfl_scenery_desc_doc,
p.btfl_scenery_gw_doc {
    font-size: 1.6rem;
    padding: 12px 0 6px;
    text-align: justify;
    margin: 0 0 10px;
}

.btfl_scenery_desc_content {
    background: #fff;
    padding: 4%;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    margin: 3% 3% 40px;
}

img.btfl_scenery_desc_img_sp,
img.btfl_scenery_gw_img_ {
    height: 140px;
    object-fit: cover;
}

hr.btfl_scenery_desc_line::after {
    background: radial-gradient(circle farthest-side, #aaa, #aaa 40%, transparent 40%, transparent);
    background-size: 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 100%;
}

hr.btfl_scenery_desc_line {
    border: none;
    margin: 0 0 28px;
}

.btfl_scenery_desc_btn {
    background: linear-gradient(to bottom, #F0F0F0 0%,#E4E4E4 100%);
    border-radius: 3px;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #b3b2b1;
    border-left: 1px solid #DEDEDE;
    font-size: 15px;
    margin: 0 0 20px auto;
    padding: 0 15px;
    align-items: center;
    display: flex;
    width: fit-content;
    height: 30px;
    font-size: 1.3rem;
}

.btfl_scenery_desc_btn a {
    color: #000;
    text-decoration: none;
}

span.btfl_scenery_desc_icon {
    margin: 0 0 0 3px;
    font-size: 1.87rem;
    vertical-align: -2px;
}

img.btfl_scenery_item_img {
    width: 100%;
}

.btfl_scenery_item_photo_left {
    padding: 0;
    float: none;
}

.btfl_scenery_item_photo_right {
    padding: 0;
    float: none;
}

.btfl_scenery_item_titel {
    font-size: 1.6rem;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    line-height: 1.9rem;
}

span.btfl_scenery_item_small {
    font-size: 1.2rem;
}

span.btfl_scenery_item_no {
    background: #0d507e;
    color: #fff;
    padding: 0px 5px 2px;
    border-radius: 4px;
    vertical-align: 1px;
}

span.btfl_scenery_desc_doc_check {
    font-size: 1.3rem;
    margin-right: 2px;
}

.btfl_scenery_item_photo_left,
.btfl_scenery_item_photo_right {
        padding: 14px 0 0;
    }

/* footer */
.footer {
    background: #f5f5f5;
    color: #000;
    width: 100%;
    text-align: center;
    height: 35px;
    align-items: center;
    display: grid;
}

.article_footer-uni-emoji {
    font-size: 12px;
    font-family: Segoe UI emoji;
}

small.copyright {
    font-size: 1.3rem;
}

.btfl_scenery_areaName,
.btfl_scenery_overareaName {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0d507e;
    margin: 15px auto;
}

.btfl_scenery_areaName {
    margin: 15px auto;
}

.btfl_scenery_overareaName {
    margin: 40px auto 15px;
}

.btfl_scenery_areaName::before,
.btfl_scenery_areaName::after,
.btfl_scenery_overareaName::before,
.btfl_scenery_overareaName::after {
    content: "";
    flex-grow: 1;
    border-top: 6px double;
}

.btfl_scenery_areaName:before,
.btfl_scenery_overareaName::before {
    margin-right: 1rem;
}

.btfl_scenery_areaName:after,
.btfl_scenery_overareaName::after {
    margin-left: 1rem;
}

#footer .pagetop {
    cursor: pointer;
    position: fixed;
    background: #FFF;
    border: 1px solid #626262;
    bottom: 18px;
    color: #323232;
    display: block;
    float: right;
    font-size: 30px;
    height: 33px;
    line-height: 30px;
    right: 17px;
    width: 70px;
    text-align: center;

    /*   デフォルトは非表示 */
    opacity: 0;
}

#footer .pagetop:hover {
    background: #EBEBEB;
    border: 1px solid #555;
}

/* 改行 */
br.btfl_br_desc_max320 {
    display: block;
}

br.btfl_br_h1_min460 {
    display: block;
}

br.btfl_br_desc_min460 {
    display: none;
}

br.btfl_br_img_min660 {
    display: block;
}

br.btfl_br_desc_min834,
br.btfl_br_gw_min460 {
    display: block;
}

/* MASONRY.js */
.btfl_scenery_masonry_wrap {
    width: 100%;
    margin: 0 auto;
  }

.btfl_scenery_masonry {
    margin: 0 auto;
  }

.img_btfl_scenery {
    width: 150px;
    float: left;
  }

.img_btfl_scenery img {
    width: 98%;
  }

  .img_btfl_scenery img:hover {
    opacity: 0.6;
    filter: brightness(110%);
}

.btfl_scenery_opacity {
    bottom: 4px;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
    padding: 46px 16px 16px;
    position: absolute;
    width: 98%;
    z-index: 0;
    box-sizing: border-box;
}

.btfl_scenery_caption {
    position: absolute;
    bottom: 8px;
    right: 7px;
    color: #fff;
    font-weight: bold;
    padding-left: 3px;
    line-height: 12px;
    text-align: right;
    font-feature-settings: "palt" on;
    font-size: 10px;
}

/* 会員画像紹介ページ */
.image_intro_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 10px;
}

.image_intro_wrapper {
    padding: 0 2%;
}

.image_intro_name p {
    font-weight: bold;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.image_intro_good_Thumbs,
.image_intro_good_count {
    color: #ff5260;
    font-weight: bold;
}

.image_intro_good_Thumbs {
    font-size: 15px;
}

.image_intro_photo {
    margin: 10px auto 25px;
    text-align: center;
}

/********************
*
*	会員画像紹介ページ用
*
********************/
.image_intro_photo img {
    display: block;
     width: 100%;
     max-width: 512px;
     max-height: 288px;
     min-width: 120px;
     min-height: 120px;
     object-fit: contain;
     margin: 0px auto ;
 }

li.img_btfl_scenery.js_btfl_scenery_masonry {
    position: relative;
}

.image_intro_item {
    color: #0d507e;
    font-weight: bold;
    margin: 0 0 2px;
    font-size: 14px;
}

.image_intro_check {
    margin: 0 0 13px;
    font-size: 12px;
    line-height: 17px;
}

.btfl_scenery_radio {
    position: absolute;
    top: 0px;
    left: 2px;
}

input.btflImgInput {
    display: none;
}

label.btflImgLabel::before {
    content: "";
    background: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

input.btflImgInput[type="radio"]:checked + label.btflImgLabel::before {
    content: "";
    background: #fff;
    border: 2px solid #ff5260;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
}

input.btflImgInput[type="radio"]:checked + label.btflImgLabel::after {
    content: "";
    background: #ff5260;
    border: 1px solid #ff5260;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
}

/* GW特集用 */
.btfl_scenery_gw_container {
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    background: #f2f2f2;
    margin: 30px auto 40px;
    position: relative;
    padding: 50px 0 30px;
}

.btfl_scenery_gw_container:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 10px;
    top: 2em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-top: dotted 10px #fff;
}

.btfl_scenery_gw_wrapper {
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.4);
    margin: 0 3% 23px;
}

.btfl_scenery_gw_box {
    padding: 4%;
    margin: 0 1%;
}

.btfl_scenery_gw_wrapper img {
    width: 100%;
}

.btfl_scenery_gw_title p {
    font-size: 1.8rem;
    padding: 6px;
    text-align: left;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 auto;
    width: 90%;
    max-width: max-content;
    line-height: 24px;
    text-align: justify;
}

.btfl_scenery_gw_title.no1 {
    background: #ffdeed;
}

.btfl_scenery_gw_title.no2 {
    background: #fffbc2;
}

.btfl_scenery_gw_title.no3 {
    background: #d2e8ff;
}

.btfl_scenery_gw_title.no4 {
    background: #ffd7f0;
}

.btfl_scenery_gw_title.no5 {
    background: #ffdcef;
}

.btfl_scenery_gw_title.no6 {
    background: #f7dcff;
}

.btfl_scenery_gw_title.no7 {
    background: #ffdcea;
}

.btfl_scenery_gw_title.no8 {
    background: #ffc8c8;
}

.btfl_scenery_gw_title.no9 {
    background: #e6dfff;
}

.btfl_scenery_gw_title.no10 {
    background: #ffdcdc;
}

.btfl_scenery_gw_info_group {
    background: #FFFCDE;
    padding: 18px 18px 15px;
    font-size: 14px;
	position: relative;
	z-index: 0;
    border-radius: 2px;
}

.btfl_scenery_gw_info_group:before {
    position: absolute;
	border: 2px dotted #DEDEDE;
	content: '';
	display: block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin:7px;
	z-index: -1;
	border-radius:2px;
}

img.btfl_scenery_gw_calendar {
    margin-bottom: 15px;
}

.btfl_scenery_gw_info_box {
    display: flex;
    align-items: baseline;
    margin-bottom: 2px;
}

.btfl_scenery_gw_info_box:last-child {
    margin-bottom: 0;
}

.btfl_scenery_gw_info_icon {
    background: #0097FF;
    padding: 2px;
    width: fit-content;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    white-space: nowrap;
}

.btfl_scenery_gw_info_text {
    line-height: 16px;
}

.btfl_scenery_gw_info_icon.space_adjust {
    letter-spacing: 0.8px;
}

.btfl_scenery_gw_info_icon.space_adjust2 {
    letter-spacing: 0.5px;
}

.btfl_scenery_gw_info_icon.space_adjust3 {
    letter-spacing: 1.3px;
}

.mac,
.iphone {
    /* Mac OS と iphone のみ */
    .btfl_scenery_gw_info_icon.space_adjust2 {
        letter-spacing: -0.15px;
    }
    
    .btfl_scenery_gw_info_icon.space_adjust3 {
        letter-spacing: 0.1px;
    }
  }

/* GW特集改行 */
.btfl_gw_br_max414 {
    display: none;
}

@media screen and (min-width: 321px) {
    /* 改行 */
    br.btfl_br_desc_max320 {
        display: none;
    }
}

@media screen and (min-width: 375px) {
    .btfl_scenery_area_balloon {
        font-size: 1.4rem;
    }

    /* MASONRY.js */
    .img_btfl_scenery {
        width: 174px;
      }
}

@media screen and (min-width: 390px) {
    /* MASONRY.js */
    .img_btfl_scenery {
        width: 182px;
      }
}

@media screen and (min-width: 414px) {
    /* MASONRY.js */
    .img_btfl_scenery {
        width: 194px;
      }
}

@media screen and (max-width: 414px) {
    .btfl_gw_br_max414 {
        display: block;
    }
}

@media screen and (min-width: 460px) {
    /* 改行 */
    br.btfl_br_desc_min320 {
        display: block;
    }
    br.btfl_br_desc_min320 {
        display: none;
    }

    br.btfl_br_h1_min460 {
        display: none;
    }

    br.btfl_br_desc_min460 {
        display: block;
    }
    br.btfl_br_gw_min460 {
        display: none;
    }

    /* ボタン */
    .btfl_scenery_areaBtn {
        width: 30%;
    }

    .btfl_small.btfl_spacing {
        margin-right: -10px;
    }
}

@media screen and (min-width: 490px) {
    /* MASONRY.js */
    .img_btfl_scenery {
        width: 224px;
      }
}

@media screen and (min-width: 540px) {
    /* 概要 */

    img.btfl_scenery_item_img {
        width: 40vw;
    }

    .btfl_scenery_item_photo_left {
        padding: 19px 30px 15px 0;
        float: left;
    }

    .btfl_scenery_item_photo_right {
        padding: 19px 0 15px 30px;
        float: right;
    }

    .btfl_scenery_item_titel {
        font-size: 1.8rem;
        font-weight: bold;
    }

    span.btfl_scenery_item_small {
        font-size: 1.3rem;
    }

    .btfl_scenery_item_wrapper {
        margin: 25px auto 0;
    }

    /* MASONRY.js */
    .img_btfl_scenery {
        width: 260px;
      }
}

@media screen and (min-width: 600px) {
    /* メインビジュアルSP */
    img.btfl_scenery_mv_sp,
    img.btfl_scenery_desc_img_sp,
    img.btfl_scenery_gw_img_sp {
        display: none;
    }

    /* メインビジュアルPC */
    img.btfl_scenery_mv_pc {
        width: 100%;
        display: block;
    }

    h1.btfl_scenery_h1 {
        font-size: 3.5rem;
    }

    p.btfl_scenery_underline {
        font-size: 2.4rem;
    }

    /* ボタン */
    .btfl_scenery_areaBtn {
        width: 22.5%;
    }

    /* 概要 */
    img.btfl_scenery_desc_img_pc,
    img.btfl_scenery_gw_img_pc {
        width: 100%;
        display: block;
        height: 146px;
        object-fit: cover;
    }

    p.btfl_scenery_desc_doc {
        font-size: 1.5rem;
    }

    .btfl_scenery_desc_btn {
        font-size: 1.5rem;
    }

    .btfl_scenery_gw_info_group {
        width: fit-content;
    }

    /* MASONRY.js */
    .img_btfl_scenery {
        width: 190px;
    }
}

@media screen and (min-width: 660px) {
    br.btfl_br_img_min660 {
        display: none;
    }

    h2.btfl_scenery_img_h2::before,
    h2.btfl_scenery_img_h2::after {
        height: 30px;
    }

    h2.btfl_scenery_img_h2::before {
        transform: rotate(-35deg);
    }

    h2.btfl_scenery_img_h2::after {
        transform: rotate(35deg);
    }

    /* MASONRY.js */
    .img_btfl_scenery {
        width: 210px;
      }
}

@media screen and (min-width: 700px) {
    /* MASONRY.js */
    .img_btfl_scenery {
        width: 226px;
      }

    /* ラジオボタン */
    label.btflImgLabel::before {
        width: 15px;
        height: 15px;
    }

    input.btflImgInput[type="radio"]:checked + label.btflImgLabel::before {
        width: 15px;
        height: 15px;
    }

    input.btflImgInput[type="radio"]:checked + label.btflImgLabel::after {
        width: 7px;
        height: 7px;
    }

    /* 改行 */
    br.btfl_br_desc_min460 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    h2.btfl_scenery_img_h2,
    h2.btfl_scenery_desc_h2,
    h2.btfl_scenery_gw_h2 {
        font-size: 3rem;
        line-height: 3.8rem;
    }

    /* MASONRY.js */
    .img_btfl_scenery {
        width: 244px;
      }
}

@media screen and (min-width: 834px) {
    #btfl_scenery_container {
        width: 1000px;
    }
    /* メインビジュアルPC */
    img.btfl_scenery_mv_pc,
    img.btfl_scenery_desc_img_pc,
    img.btfl_scenery_gw_img_pc {
        width: 100%;
    }

    .btfl_scenery_wrapper {
        margin: 0 auto 10px;
    }

    h1.btfl_scenery_h1 {
        font-size: 4rem;
        margin: 32px auto 10px;
    }

    h2.btfl_scenery_img_h2,
    h2.btfl_scenery_desc_h2,
    h2.btfl_scenery_gw_h2 {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    h2.btfl_scenery_desc_h2,
    h2.btfl_scenery_gw_h2 {
        text-align: left;
        left: 48%;
    }

    p.btfl_scenery_underline {
        font-size: 2.6rem;
    }

    .btfl_scenery_area_balloon {
        font-size: 1.8rem;
        padding: 6px 10px;
        margin: 50px auto 20px;
    }

    .btfl_scenery_area_balloon::before {
        top: 30px;
    }

    .btfl_scenery_area_balloon::after {
        top: 29px;
        left: 47.25%;
    }

    .mac {
        /* Mac OSのみ */
        .btfl_scenery_area_balloon::before {
            top: 39px;
        }

        .btfl_scenery_area_balloon::after {
            top: 38px;
        }
      }

    /* ボタン */
    .btfl_scenery_areaBtn {
        width: 18.6%;
    }

    /* 概要 */
    p.btfl_scenery_desc_doc {
        font-size: 1.6rem;
    }

    .btfl_scenery_desc_content {
        padding: 3%;
        margin: 3% 0;
    }

    img.btfl_scenery_desc_img_pc,
    img.btfl_scenery_gw_img_pc {
        height: auto;
    }

    .btfl_scenery_desc_btn {
        cursor: pointer;
        font-size: 1.5rem;
    }

    img.btfl_scenery_item_img {
        width: 400px;
    }

    .btfl_scenery_item_titel {
        font-size: 2.1rem;
        font-weight: bold;
    }

    span.btfl_scenery_item_small {
        font-size: 1.4rem;
    }

    span.btfl_scenery_desc_doc_subentry {
        font-size: 1.7rem;
        font-weight: bold;
    }

    span.btfl_scenery_desc_doc_check {
        font-size: 1.6rem;
        margin-right: 2px;
    }

    /* 改行 */
    br.btfl_br_desc_min834 {
        display: block;
    }

    /* MASONRY.js */
    .btfl_scenery_masonry_wrap {
        width: 100%;
      }

    .img_btfl_scenery {
        width: 250px;
    }

    .img_btfl_scenery img {
        width: 98%;
    }
}