@charset "UTF-8";



/*******************************
*　
********************************/

/* 下層ヘッダー */
.pg_header{
  margin-top: 30px;
}
.pg_header_ttl{
  
}
.pg_header_ttl_ja{
  font-size: 14px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.pg_header_ttl_en{
  font-size: 60px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: #d9e8e6;
  margin-top: 10px;
}
.pg_header_img{
  margin: -5px 15px 0;
}
.pg_header_img.img_fit:before{
  padding-top: 150px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  
  /* 下層ヘッダー */
  .pg_header{
    margin-top: 60px;
  }
  .pg_header_ttl{

  }
  .pg_header_ttl_ja{
    font-size: 20px;
  }
  .pg_header_ttl_en{
    font-size: 90px;
    margin-top: 10px;
  }
  .pg_header_img{
    margin: -5px 20px 0;
  }
  .pg_header_img.img_fit:before{
    padding-top: 300px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  /* 下層ヘッダー */
  .pg_header{
    margin-top: 90px;
  }
  .pg_header_ttl{

  }
  .pg_header_ttl_ja{
    font-size: 24px;
  }
  .pg_header_ttl_en{
    font-size: 120px;
    margin-top: 10px;
  }
  .pg_header_img{
    margin: -5px 25px 0;
  }
  .pg_header_img.img_fit:before{
    padding-top: 480px;
  }
  
}
@media (min-width:1470px){


}
@media (min-width:1536px){


}


/*******************************
*　
********************************/
.pg_estimate{

}
.pg_estimate .section.sec1{

}
.pg_estimate .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_estimate{

  }
  .pg_estimate .section.sec1{
    padding-top: 65px;
  }
  .pg_estimate .section.sec2{
    
  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1536px){


}


/* 見出し */
.estimate_head{
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
  

/* テーブル */
.estimate_tbl{
  border: 1px solid #999999;
}
.estimate_tbl_row{
  display: flex;
  flex-wrap: wrap;
}
.estimate_tbl_row + .estimate_tbl_row{
  border-top: 1px solid #999999;;
}
.estimate_tbl_row_grp{
  border-top: 1px solid #999999;
}
.estimate_tbl_box1,
.estimate_tbl_box2{
  padding: 20px 10px;
}
.estimate_tbl_box1{
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #999999;
  text-align: center;
}
.estimate_tbl_box2{
  /*width: calc(100% - 285px);*/
  width: 100%;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.estimate_step{
  display: flex;
  justify-content: center;
}
.estimate_step p{
  width: 180px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  background: #FFF;
  border-radius: 17px;
  border: 1px solid;
  padding: 8px 10px 6px;
}
.estimate_field_name{
  margin-top: 10px;
}
.estimate_field_name_en{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.estimate_field_name_ja{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 8px;
}

.js_estimate_selects{
  width: 100%;
}

/* セレクタ */
.estimate_selects{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.estimate_selects_item{
  width: auto;
  min-width: 180px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.estimate_selects_item label{
  display: block;
  cursor: pointer;
}
.estimate_selects_item_img{
  border: 1px solid #f5f5f5;
}
.estimate_selects_item_img.img_fit:before{
  padding-top: 100%;
}
.estimate_selects_item_value{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  margin-top: 8px;
}
.estimate_selects_item_value input{
  margin-right: 5px;
}
.estimate_selects_item_memo{
  font-size: 12px;
}
.estimate_selects_item_price{
  margin-top: 8px;
  text-align: center;
}

.estimate_selects.col4{
  
}
.estimate_selects.col4 .estimate_selects_item{
  width: calc((100% - 10px) / 2);
  min-width: 0;
  text-align: center;
}
.estimate_selects.col4 .estimate_selects_item_value{
  justify-content: center;
  text-align: center;
}

.js_estimate_selects{
  
}
.js_estimate_selects + .js_estimate_selects{
  margin-top: 20px;
}

body:not(.gjs-dashed) .estimate_selects_item_price{
  display: none;
}


.estimate_calc_ttl{
  font-size: 20px;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0;
  line-height: 1.5;
}
.estimate_calc_total_price{
  font-size: 34px;
  font-weight: 700;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
.estimate_calc_total_price em{
  font-size: 0.705em;
  font-style: normal;
}

.formTbl [name="estimate"]{
  /*pointer-events: none;*/
}


/* カタログ */
.estimate_btns{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.estimate_btns_a{
  width: 100%;
  background: #006050;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  padding: 15px 30px;
  transition: 0.2s all;
  position: relative;
  z-index: 1;
}
.estimate_btns_a:hover{
  color: #FFF;
  transform: scale(0.98);
}
.estimate_btns_a:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  
  /* 見出し */
  .estimate_head{
    font-size: 40px;
  }
  
  /* テーブル */
  .estimate_tbl{
  }
  .estimate_tbl_row{
  }
  .estimate_tbl_row + .estimate_tbl_row{
  }
  .estimate_tbl_box1,
  .estimate_tbl_box2{
    padding: 20px 10px;
  }
  .estimate_tbl_box1{
    width: 200px;
    border-right: 1px solid #999999;
    border-bottom: 0;
  }
  .estimate_tbl_box2{
    width: calc(100% - 200px);
    padding: 20px 20px;
  }
  .estimate_tbl_box1.center{
    align-items: center;
    align-content: center;
  }
  
  .estimate_step{
  }
  .estimate_step p{
    width: 120px;
    font-size: 16px;
    border-radius: 17px;
    padding: 8px 10px 6px;
  }
  .estimate_field_name{
    margin-top: 18px;
  }
  .estimate_field_name_en{
    font-size: 16px;
  }
  .estimate_field_name_ja{
    font-size: 16px;
    margin-top: 8px;
  }

  /* セレクタ */
  .estimate_selects{
    gap: 20px 10px;
  }
  .estimate_selects_item{
   width: auto;
  }
  .estimate_selects_item_value{
    font-size: 18px;
    margin-top: 8px;
  }
  .estimate_selects_item_price{
    margin-top: 8px;
  }
  
  .estimate_selects.col4{
    gap: 20px 10px;
  }
  .estimate_selects.col4 .estimate_selects_item{
    width: calc((100% - 30px) / 3);
  }
  
}
@media (min-width:1024px){

  /* セレクタ */
  .estimate_selects{
    gap: 20px 15px;
  }
  .estimate_selects_item{
    width: auto;
  }
  .estimate_selects_item_value{
    font-size: 18px;
    margin-top: 8px;
  }
  .estimate_selects_item_price{
    margin-top: 8px;
  }


  .estimate_selects.col4{
    gap: 20px 15px;
  }
  .estimate_selects.col4 .estimate_selects_item{
    width: calc((100% - 45px) / 4);
  }
  
  /* カタログ */
  .estimate_btns{
    gap: 10px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .estimate_btns_a{
    width: calc((100% - 15px) / 2);
    font-size: 15px;
    padding: 15px 30px;
  }
  .estimate_btns_a:after{
    right: 15px;
  }
}
@media (min-width:1200px){

  /* 見出し */
  .estimate_head{
    font-size: 40px;
  }


  /* テーブル */
  .estimate_tbl{
  }
  .estimate_tbl_row{
  }
  .estimate_tbl_row + .estimate_tbl_row{
  }
  .estimate_tbl_box1,
  .estimate_tbl_box2{
    padding: 20px 10px;
  }
  .estimate_tbl_box1{
    width: 285px;
    border-right: 1px solid #999999;
    border-bottom: 0;
  }
  .estimate_tbl_box2{
    width: calc(100% - 285px);
    padding: 20px 35px;
  }

  .estimate_step{
  }
  .estimate_step p{
    width: 180px;
    font-size: 18px;
    border-radius: 17px;
    padding: 8px 10px 6px;
  }
  .estimate_field_name{
    margin-top: 18px;
  }
  .estimate_field_name_en{
    font-size: 18px;
  }
  .estimate_field_name_ja{
    font-size: 16px;
    margin-top: 8px;
  }

  
  
}
@media (min-width:1470px){


}
@media (min-width:1536px){


}


/*******************************
*　商品
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1536px){


}


/* カテゴリ */
.product_cat_nav{
  background: #f2f1f1;
  border: 5px solid #006050;
  padding: 24px 5px;
  margin-bottom: 120px;
}
.product_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_cat_nav .webgene-item{
  font-size: 16px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.product_cat_nav .webgene-item a{
  display: block;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  transform-origin: center;
}
.product_cat_nav .webgene-item a.on{
  font-size: 20px;
}
.product_cat_nav .webgene-item a.on,
.product_cat_nav .webgene-item a:hover{
  
  color: #006050;
}
.product_cat_nav .webgene-item a:after{
  content: "";
  width: 1px;
  height: 16px;
  background: #696969;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 0;
}
.product_cat_nav .webgene-item.on a:after{
  top: 4px;
}
.product_cat_nav .webgene-item:last-child a:after{
  display: none;
}
.product_cat_nav .webgene-item a{
  
}

/**/
.product_main{
  background: #ededed;
  padding: 50px 20px 30px;
}
.product_main .title{
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 22px;
  border-bottom: 5px solid #006050;
}
.product_main .post_content{
  background: #FFF;
  padding: 60px 45px 30px;
}
.product_main .txt{
  line-height: 2.25;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .product_cat_nav{
    display: none;
  }
  
  /**/
  .product_main{
    padding: 20px 10px 20px;
  }
  .product_main .title{
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 5px solid #006050;
  }
  .product_main .post_content{
    background: #FFF;
    padding: 30px 15px 20px;
  }
  .product_main .txt{
    line-height: 1.875;
  }
  .product_main .read_more a{
    min-width: 185px;
  }
  
}
@media (min-width:768px){
  /* カテゴリ */
  .product_cat_nav{
    padding: 24px 5px;
    margin-bottom: 50px;
  }

}
@media (min-width:1024px){

  
  .product_list.kasou .webgene-item:nth-child(n+5){
    margin-top: 50px;
  }

}
@media (min-width:1200px){
  
  /* カテゴリ */
  .product_cat_nav{
    padding: 24px 5px;
    margin-bottom: 120px;
  }

}
@media (min-width:1470px){


}
@media (min-width:1536px){


}




/*******************************
*　物件詳細
********************************/

/* セクション設定 */
.pg_property2{

}
.pg_property2 .section.sec1{

}
.pg_property2 .section.sec2{
  padding-top: 0;
}



.pg_property + .pg_contact{
  margin-top: 50px;
}

@media (min-width:768px){

  .pg_property + .pg_contact{
    margin-top: 75px;
  }
  .pg_property2 .section.sec2{
    padding-top: 95px;
  }
}
@media (min-width:1024px){



}
@media (min-width:1200px){

  .pg_property + .pg_contact{
    margin-top: 135px;
  }

}



.property_detail{
  background: #FFF;
  padding: 15px 15px;
  border-radius: 20px;
}

.property_detail .meta{
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.property_detail .meta_inner{
  margin-top: 30px;
}
.property_detail .meta .read_more{
  /*position: absolute;*/
  /*z-index: 1;*/
  /*top: 0;*/
  /*right: 0;*/
  margin-top: 0;
}
.property_detail .madori{
  display: inline-block;
  min-width: 120px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.075em;
  background: #9c826e;
  color: #FFF;
  padding: 2px 10px 3px;
}
.property_detail .title{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #121f39;
  padding-bottom: 12px;
  margin-top: 8px;
}

.gallery_main_btn{
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
  width: 20px;
  outline: none !important;
}
.gallery_main_btn img{
  transition: 0.2s all;
}
.gallery_main_btn:hover img{
  transform: scale(1.1);
}
.gallery_main_btn.prev{
  left: -30px;
}
.gallery_main_btn.next{
  right: -30px;
}



/*テーブル*/
.property_tbl {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #FFF;
  margin-top: 38px;
}
.property_tbl th, .property_tbl td {
  border: 0;
  padding: 10px 10px;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 1.6;
  border: 1px solid #ababab;
}
.property_tbl th {
  background: #e5e5e5;
}

.property_tbl + .service_flow_btns{
  margin-top: 30px;
}

.gallery_detail .read_more{
  margin-top: 0;
}
.gallery_detail .read_more + .read_more{
  margin-top: 15px;
}
/*フォーム*/
.property_contact_wrap .formTbl{
  border: 1px solid #ababab;
}
[name="property_name"], [name="property_price"] {
  border: 0 !important;
  pointer-events: none;
}

.property_btns{
  margin-top: 30px;
}

.property_detail + .read_more{
  margin-top: 50px;
}
.property_contact_wrap{
  margin-top: 80px;
}
.property_contact_tt{
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
}

.property_map{
  margin-top: 50px;
}
.property_map_ttl{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.property_map_embed{

}
.property_map_embed iframe{
  width: 100%;
  height: 300px;
  border: 0;
}

.property_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  
}
.property_head_ttl{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.075em;
}
.gallery_detail .property_head .read_more{
  width: 100%;
  margin-top: 10px;
}
.property_head + .property_tbl{
  margin-top: 40px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .property_tbl th,
  .property_tbl td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .property_tbl tr:last-child td:last-child{
    border-bottom: 1px solid #ababab;
  }

  .pg_property .section.sec2.pg_contact .privacy_item_box{
    margin-top: 80px;
  }

  .read_more a{
    min-width: 300px;
    min-width: 284px;
  }
  
  .property_contact_tt{
  font-size: 24px;
}
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_property .section.sec2.pg_contact{
    padding-top: 37px;
  }
  .pg_property .section.sec2.pg_contact .privacy_item_box{
    margin-top: 80px;
  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }

  .property_detail{
    padding: 45px 45px;
    border-radius: 20px;
  }

  .property_detail .meta .read_more{
    margin-top: 30px;
  }

  .property_tbl{
    margin-top: 60px;
  }
  .property_tbl + .property_tbl{
    margin-top: 60px;
  }
  .property_detail .meta{
    margin-bottom: 40px;
  }
  .property_detail .meta_inner{
    margin-top: 30px;
  }
  .property_detail .meta_inner .title{
    /*padding-right: 320px;*/
  }

  .property_detail .read_more.email{
    padding-left: 15px;
    padding-right: 15px;
  }
  .property_detail .title{
    font-size: 20px;
    padding-bottom: 20px;
  }
  .gallery_thumb {
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .img {
    height: 100%;
  }

  /*テーブル*/
  .property_tbl th, .property_tbl td {
    font-size: 16px;
    line-height: 2;
    padding: 13px 15px;
  }
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }
  .property_tbl th {
    width: 160px;
    border-right: 0;
  }
  .property_tbl td{
    border-left: 0;
    padding-left: 20px;
  }

  .property_tbl + .service_flow_btns{
    margin-top: 50px;
  }

  .property_detail .read_more a{
    margin: 5px 15px;
  }


  .property_map{
    margin-top: 50px;
  }
  .property_map_ttl{
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .property_map_embed{

  }
  .property_map_embed iframe{
    width: 100%;
    height: 450px;
    border: 0;
  }
  
  .property_head{
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  gallery_detail .property_head .read_more{
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }
}
@media (min-width:1024px){

  .gallery_thumb .swiper-wrapper {
    margin: 0;
  }

  /*テーブル*/
  .gallery_detail {
    width: 100%;
    margin-top: 30px;
  }
  .property_detail .title{
    font-size: 22px;
  }
  .property_tbl th {
    width: 255px;
  }

  .gallery_wrap{
  }
  .gallery_main_btn{
    width: 30px;
  }
  .gallery_main_btn.prev{
    left: -65px;
  }
  .gallery_main_btn.next{
    right: -65px;
  }

}
@media (min-width:1200px){

  .property_detail .meta .read_more{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px;
    margin-top: 10px;
  }
  .property_detail .meta .read_more{
    width: auto;
  }
  
  .property_head{
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  .gallery_detail .property_head .read_more{
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }

}
@media (min-width:1440px){
  
  .property_head{
    flex-wrap: nowrap;
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .property_head_ttl{
    font-size: 22px;
  }
  .gallery_detail .property_head .read_more{
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }
  .property_head + .property_tbl{
    margin-top: 40px;
  }

  
}
@media (min-width:1720px){

  .property_detail .meta_inner .title{
    /*padding-right: 350px;*/
  }
  .property_detail .read_more.email{
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .property_contact_wrap{
    
  }
  .property_contact_wrap .formTbl .container{
    padding-left: 6px;
    padding-right: 6px;
  }
}




/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: #006050;
  padding: 20px;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  /*background: #EEE;*/
  /*border-radius: 10px;*/
}
.gallery_main .img.img_fit:before{
  padding-top: 79.13%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
  /*border-radius: 10px;*/
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.92%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}

.gallery_detail .notice{
  margin-top: 20px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 66.03%;
  }
  .gallery_box2{
    width: 31.01%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 20px;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 100%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

}
@media (min-width:1200px){


}

