@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;
}

.flex{
  display: flex;
  flex-wrap: wrap;
}
/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}
.outfit{
  font-family: 'Outfit', sans-serif;
}
.zenmaru{
  font-family: 'Zen Maru Gothic', sans-serif;

}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
  padding-top: 14px;
  padding-bottom: 14px;
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px;
  /*background: rgba(255,255,255,0.85);*/
}
.hdr1_box1{

}
.hdr1_box2{

}
.hdr_contact{

}
.hdr_contact_link a{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}
.hdr_contact_link a:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}

/*下層ヘッダー*/
.pg_header{
  margin-bottom: 60px;
  position: relative;
  margin-top: 88px;
}
.pg_header_mv{
  height: 150px;
  overflow: hidden;
}
.pg_header_mv:before{
  padding-top: 200px;
}
.pg_header_mv_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pg_header_mv_outer{
  padding: 0 40px;
}
.pg_header_mv img{
  filter: grayscale(1);
}
.pg_header_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pg_header_txt:before{
  content: "";
  display:block;
  background:rgb(39, 37, 38,0.75); 
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.pg_hdr_bg{
  width: 460px;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.pg_hdr_inner{
  border: 1px solid #fff;
}
.pg_hdr_tt{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.pg_hdr_tt_en{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.pg_hdr_tt_en:after{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}

.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: calc(100vh - 60px);
}
.mv_img img{
  filter: grayscale(1);
}
.hdr_menu.gnav_open{
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.hdr_menu.gnav_open p{
  line-height: 1;
}
.hdr_logo{
  display: block;
}
/*メニューバー*/
.fa-bars{
  font-size: 23px;
  text-align: center;
}
@media (min-width:375px){

}

@media (min-width:768px){
  .header{
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 3;
  }
  .container.flex{
    justify-content: space-between;
  } 
  .pg_header{

    margin-bottom: 80px;
  }
  .pg_header_mv{
    height: 350px;
  }
  .pg_header_mv_outer{
    padding: 0 70px;
  }
  .hdr_contact{
    display: flex;
    align-items: center;
  }
  .hdr_logo_box{
    width: 173px;
  }
  .gnav {
    display: block !important; 
    width: 400px; 
    position: fixed; 
    top: 88px; 
    bottom: 0; 
    left: inherit; 
    right: 0; 
    background: #bfbfbf;
    padding: 0;
    z-index: 5;
    overflow-y: scroll;
    /* transition: all 0.2s; */
    transform: translateX(100%);
    padding: 50px 30px 0;
  }
  .gnav.active {
    transform: translateX(4%);
  }
  .gnav .gnav_item {
    width: 100%;
    padding: 20px 0;
    border: 0;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: center;
    font-weight: 500;
    /*color: #fff;*/
    color: #3f3f3f;
  }
  .hdr_item{
    font-size: 14px;
    padding: 0 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .hdr_item p{
    display: flex;
    align-items: center;
  }
  .hdr_item.num p:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 18px;
    background-image: url(/system_panel/uploads/images/mobile-alt-solid.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .hdr_item.reserve p:before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(/system_panel/uploads/images/calendar-check-solid.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .hdr_item.contact p:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(/system_panel/uploads/images/envelope-solid.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .hdr_item.insta p:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background-image: url(/system_panel/uploads/images/envelope-solid.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  .hdr_item.insta img{
    width: 25px;
    height: 25px;
  }
  .mv{
    margin: 88px 50px 0;
  }
  .mv_img.img_fit:before{
    padding-top: 450px;
  }


  /*下層ヘッダー*/
  .pg_hdr_tt{
    font-size: 16px;
  }
  .pg_hdr_tt_en{
    font-size: 28px;
  }
  .pg_hdr_tt_en:after{
    margin: 16px auto;
  }
  .pg_hdr_inner{
    padding: 10px 0 20px;
  }
}
@media (min-width:1024px){
  .hdr_logo{
    width:255px; 
  }
  .pg_header{
    margin-bottom: 120px;
  }
  .pg_header_mv{
    height: 500px;
  }
  .pg_header_mv_outer{
    padding: 0 100px;
  }
  .pg_header_mv:before{
    padding-top: 500px;
  }
  .hdr_item{
    font-size: 16px;
    padding: 0 18px;
  }
  .hdr_logo_box{
    width: auto;
  }
  .gnav{
    top: 88px;
  }

  .mv{
    margin: 88px 50px 0;
  }
  .mv_img.img_fit:before{
    padding-top: 650px;
  }

  .hdr_menu.gnav_open{
    padding-left: 20px;
  }
  .hdr_item{
    font-size: 15px;
  }
  .hdr_item.num{
    font-size: 16px;
  }
}
@media (min-width:1200px){
  .mv{
    margin: 88px 98px 0;
  }
  .mv_img.img_fit:before{
    padding-top: 780px;
  }

  .hdr_item{
    padding: 0 20px;
  }
  .hdr_item.insta{
    margin-left: 20px;
  }
  .hdr_menu.gnav_open{
    margin-left:40px;
  }
  .hdr_menu .gnav_open{
    padding-left: 0;
  }
}

@media (max-width:767px){
  .header{
    margin-top: 5px;
    padding: 5px 0;
  }
  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }
  .hdr_logo_box{
    width: 200px;
  }
  /* スマホ用 */
  .sp_insta{
    width:25px;
  }
  .container.flex{
    justify-content: space-between;
    align-items: center;
  }
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }

  .gnav .gnav_item{
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: inherit;
    justify-content: center;
    display: block;
    text-align: left;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }

  /*下層ヘッダー*/
  .pg_header{
    margin-top: 0;
  }
  .pg_hdr_inner{
    padding: 10px;
  }
  .pg_header_mv_outer{
    padding: 0 10px;
  }
  .pg_hdr_bg{
    width: 240px;
  }
  .pg_hdr_tt_en:after{
    margin-top: 10px;
  }
  .pg_hdr_tt_en{
    font-size: 20px;
  }
  .pg_hdr_tt{
    margin-top: 5px;
  }

}



/*******************************
*　フッター
********************************/

.footer{
  background: #bfbfbf;
  margin-top: 50px;
  padding-top: 30px;
  /*color: #fff;*/
  color: #3f3f3f;
}

.ftr1{
  text-align: center;
  padding: 30px 0 37px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3f3f3f;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-top: 24px;
}
.ftr_addr p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2.575em;
}
.ftr_links{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ftr_link {
  font-size: 15px;
  padding: 0 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  flex-wrap: wrap;
  color: #fff;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #bfbfbf;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 39%;
  color: #3f3f3f;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 22%;
  color: #ffffff;
  background: #3f3f3f;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #3f3f3f;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_logo{
  width: 255px;
  margin: 0 auto;
}
.ftr_contact_section{
  border-top: 1px solid #272526;
  padding-top: 50px;
  margin-top: 70px;
}
.ftr_contact_box{
  margin-top: 10px;
}
.ftr_contact_section .home_content_title{
  text-align: center;
}
.ftr_contact_box_txt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: center;
}
.ftr_contact_links{
  justify-content: center; 
  margin: 20px -15px 0;
}
.ftr_contact_section .link_1{
  font-size: 15px;
  line-height: 1.8em;
  position: relative;
  background-image: url(/system_panel/uploads/images/s_butnpng.png)
}
.ftr_contact_section .link_1 p{
  padding-left:20px;
}
.ftr_contact_section .links_item{
  width: 100%;
}

.link_1.tel p:before{
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background-image: url(/system_panel/uploads/images/mobile-alt-solid.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 3px;
  position: absolute;
  left: 60px;
  top: 33%;
}
.link_1.reserve p:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url(/system_panel/uploads/images/calendar-check-solid.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 3px;
  position: absolute;
  left: 95px;
  top: 33%;
}
.link_1.contact p:before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url(/system_panel/uploads/images/envelope-solid.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 3px;
  position: absolute;
  left: 37px;
  top: 33%;
}
.ftr_copy{
  font-size: 14px;
  letter-spacing: 0.075em;
  font-weight: normal;
  background: #d9d9d9;
  color: #181818;
  margin-top: 30px;
  padding: 5px;
}
@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 80px;
    padding-top: 50px;
  }

  .ftr_contact_section{
    margin-top: 120px;
    padding-top: 60px;
  }
  .ftr_contact_section .home_content_title{

  }
  .ftr_contact_box_txt{
    font-size: 16px;
  }
  .ftr_contact_links{
    margin-top: 30px;
  }
  .ftr_contact_section .links_item.center{
    margin: 0 70px;
  }
  .ftr1{
    margin-bottom: 30px;
  }
  .ftr_addr{
    margin-top: 30px;
  }
  .ftr_addr p{
    font-size: 16px;
  }
  .ftr_contact_section .links_item{
    width: 100%;
  }
  .ftr_link{
    text-align: center;
    width: 20%;
    padding: 0 12px;
  }
  .ftr_link:nth-child(n+6){
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 115px;
  }
  .ftr_link{
    text-align: left;
    width: auto;
    padding: 0 12px;
    margin-top: 0;
  }
  .ftr_contact_section .links_item{
    width: 27%;
  }
  .ftr1{
    margin-bottom: 50px;
  }
  .ftr_copy{
    margin-top: 50px;
  }
  .ftr_link:nth-child(n+6){
    margin-top: 0;
  }
}
@media (min-width:1200px){
  .ftr_link{
    padding: 0 18px;
  }
  .ftr_contact_section{
    margin-top: 177px;
    padding-top: 80px;
  }
  .ftr_contact_section .links_item{
    width: 22.97%;
  }
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  .ftr_links{
    display: none;
  }
}



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

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }

  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 20px 15px;
}
.table_rows_th{
  background-color: #eeeeee;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 100px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/*******************************
*　共通
********************************/
/*ボタン*/
.link_1{
  line-height: 1.9em;
  width: 255px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin: 30px auto 0;
  padding: 10px;
  display: block;
  color: #181818;
  text-align: center;
  letter-spacing: 0.075em;
  position: relative;
  background-image: url(/system_panel/uploads/images/btn.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
/*共通タイトル*/
.pg_title_txt{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.075em;
  color: #272526;
  text-align: center;
}
/* コピー用 */
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /*ボタン*/
  .home_about_box1 .link_1{
    line-height: 1.8em;
    margin-top:44px;
    margin-left: 0;
  }
  /*共通タイトル*/
  .pg_title_txt{
    font-size: 36px;
  }
}
@media (min-width:1024px){


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


}

/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section.sec1{
  margin-top: 60px;
}
.pg_home .section.sec2{
  padding:60px 0;
  margin-top: 60px;
  background: #bfbfbf;
}
.pg_home .section.sec3{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f3f4f4;
}
.pg_home .section.sec4{
  margin-top: 40px;
}

/*about*/
.home_about_box{

}
.home_about_box1{
  width: 100%;
}
.home_content_title{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  /*color: #ffffff;*/
  color: #3f3f3f;
}
.home_content_text{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 12px;
  text-align: justify;
}
.home_about_box2{
  width: 100%;
}
.home_about_box2_img{

}
.home_about_box2_img:before{
  padding-top: 116.8%;
}
.home_about_box2_img img{
  filter: grayscale(1);
}

/*menu*/
.home_menu_box1{
  width: 100%;
}
.home_menu_box1.flex{
  justify-content: space-between;
  position: relative;
}
.home_menu_box1_img1{
  width: 38.34%;
}
.home_menu_box1_img1:before{
  padding-top: 188.2%;
}
.home_menu_box1_img2{
  width: 57.14%;
  position: absolute;
  right: 0;
  bottom: -70px;
}
.home_menu_box1_img2:before{
  padding-top: 126.3%;
}
.home_menu_box1_img1 img,
.home_menu_box1_img2 img{
  filter: grayscale(1);
}
.home_menu_box2{
  width: 100%;
  margin-top: 80px;
}
.home_menu_links{
  margin-top: 30px;
}
.home_menu_link{
  border-top: 1px solid #3f3f3f;
  padding: 14px 0; 
}
.home_menu_link:last-child{
  border-bottom: 1px solid #3f3f3f;
}
.home_menu_link .flex{
  align-items: center;
  position: relative;
  line-height: 1;
}
.home_menu_link .flex:after{
  content: "";
  display: block;
  width: 96px;
  height: 7px;
  background-image: url(/system_panel/uploads/images/next_bl_arrow.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
}
.home_menu_link .num{
  font-size: 30px;
  font-weight:700;
  letter-spacing: 0;
  /*color: #3f3f3f;*/
  color: #ffffff;
}
.home_menu_link .txt{
  font-size: 18px;
  font-weight:300;
  letter-spacing: 0.075em;
  color: #3f3f3f;
  margin-left: 10px;
}
.home_menu_link:first-child .txt{
  margin-left: 18px;
}
/*slider*/
.home_slider_wrap .img_fit:before{
  padding-top:65.82%;
}
.home_slider_wrap .slick-arrow{
  font-size: 22px;
  color: #181818;
  position: absolute;
  top: calc(47.5% - 7px);
  /*top: 46.9%;
  transform: translateY(-50%);*/
  cursor: pointer;
}
.home_slider_wrap .slick-next{
  width: 96px;
  height: 7px;
  background-image: url(/system_panel/uploads/images/next_bl_arrow.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  right: -63px;
  z-index: 5;
}
.home_slider_wrap .slick-prev{
  width: 96px;
  height: 7px;
  background-image: url(/system_panel/uploads/images/prev_bl_arrow.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: -63px;
  z-index: 5;
}
.fa-chevron-circle-right:before{
  display: none;
}
.fa-chevron-circle-left:before{
  display:none;
}
.home_slider_wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 19px;
}
.home_slider_wrap .slick-dots li button{
  font-size: 0;
  background: 0;
  box-shadow: none;
  border: 0;
  display: block;
  padding: 0 6px;
}
.home_slider_wrap .slick-dots li button:before{
  content: "■";
  font-size: 10px;
  color: #bebebe;
}
.home_slider_wrap .slick-dots li.slick-active button:before{
  color: #272526;
}
.home_slider_wrap img{
  filter: grayscale(1);
}
/*gallery*/
.home_gallery_wrap{

}
.home_gallery_wrap .home_content_title{
  text-align: center;
}
.home_gallery_box{
  margin-top: 30px;
}
.home_gallery_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.home_gallery_box .webgene-item .img_fit:before{
  padding-top: 137.25%;
}
.home_gallery_wrap .link_1{
  line-height: 1.8em;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .home_about_box1{
    order: 2;
    margin-top: 20px;
  }
  .home_about_box2{
    order: 1;
  }
  .home_content_title{
    font-size: 28px;
  }


  .home_slider_wrap{
    padding: 0 24px;
  }
  .home_slider_wrap .slick-next{
    width: 40px;
    height: 7px;
    background-image: url(/system_panel/uploads/images/sp2_next_bl_arrow.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    right: -30px;
  }
  .home_slider_wrap .slick-prev{
    width: 40px;
    height: 7px;
    background-image: url(/system_panel/uploads/images/sp2_prev_bl_arrow.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: -30px;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    margin-top: 90px;
  }
  .pg_home .section.sec2{
    margin-top: 90px;
    padding:60px 0;
  }
  .pg_home .section.sec3{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pg_home .section.sec4{
    margin-top: 60px;
  }
  /*about*/
  .home_about_box.flex{
    align-items: center;
    justify-content: space-between;
  }
  .home_about_box1{
    width: 57.20%;
    padding-bottom: 20px;
  }
  .home_content_title{
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.075em;
  }
  .home_content_text{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.075em;
    line-height: 2;
    margin-top: 20px;
    padding-right: 10px;
    text-align: justify;
  }
  .home_about_box2{
    width: 40.09%;
  }

  /*menu*/
  .home_menu_box1{
    width: 100%;
  }
  .home_menu_box1.flex{

  }
  .home_menu_box1_img1:before{

  }
  .home_menu_box1_img2:before{

  }
  .home_menu_box2{
    width: 100%;
    margin-top: 90px;
  }
  .home_menu_links{
    margin-top: 40px;
  }
  .home_menu_link{

  }
  .home_menu_link .flex{

  }
  .home_menu_link .flex:after{

  }
  .home_menu_link .num{
    font-size: 46px;
  }
  .home_menu_link .txt{
    font-size: 21px;
  }
  /*slide*/
  .home_slider_outer{
    padding: 0 100px;
  }
  /*gallery*/
  .home_gallery_wrap{

  }
  .home_gallery_wrap .home_content_title{

  }
  .home_gallery_box{
    margin-top: 52px;
  }
  .home_gallery_box .webgene-blog{

  }
  .home_gallery_box .webgene-item .img_fit:before{

  }
  .home_gallery_wrap .link_1{
    margin-top: 40px;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec2{
    margin-top: 120px;
    padding:60px 0 120px;
  }
  .home_menu_box1{
    width: 59.90%;
  }
  .home_menu_box2{
    width: 40%;;
    padding-top: 100px;
    padding-left: 63px;
    margin-top: 0;
  }
  /*slide*/
  .home_slider_outer{
    padding: 0 160px;
  }
}
@media (min-width:1200px){
  .pg_home .section.sec1{
    margin-top: 120px;
  }
  .pg_home .section.sec2{
    margin-top: 120px;
    padding:110px 0 182px;
  }
  .pg_home .section.sec3{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pg_home .section.sec4{
    margin-top: 90px;
  }
  /*menu*/
  .home_menu_box1{

  }
  .home_menu_box1.flex{

  }
  .home_menu_box1_img1:before{

  }
  .home_menu_box1_img2:before{

  }
  .home_menu_box2{

  }
  .home_menu_links{
    margin-top: 74px;
  }
  .home_menu_link{

  }
  .home_menu_link .flex{

  }
  .home_menu_link .flex:after{

  }
  .home_menu_link .num{

  }
  .home_menu_link .txt{

  }
  /*gallery*/
  .home_gallery_wrap .link_1{
    margin-top: 50px;
  }
}

/*******************************
*　about
********************************/
.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;
}

.about_content_items{

}
.about_content_item.flex{
  justify-content: space-between;
  position: relative;
}

.about_content_item:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #bfbfbf;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about_content_item1{
  width: 100%;
}
.about_content_item1_img:before{
  padding-top: 96.29%;
}
.about_content_item1_img img{
  filter: grayscale(1);
}
.about_content_item2{
  width: 100%;
}
.about_content_item2_txt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.055em;
  line-height: 2;
  margin-top: 25px;
  text-align: justify;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .about_content_item2_txt{
    margin-top: 10px;
  }
  .about_content_item.flex:nth-child(n+2){
    margin-top: 50px;
  } 
  .about_content_item.flex:nth-child(odd) .about_content_item1{
    order: 1;
  }
  .about_content_item.flex:nth-child(odd) .about_content_item2{
    order: 2;
    margin-top: 20px;
    padding: 0 10px 10px;
  }
  .about_content_item.flex:nth-child(even) .about_content_item1{
    order: 1;
  }
  .about_content_item.flex:nth-child(even) .about_content_item2{
    order: 2;
    margin-top: 20px;
    padding: 0 10px 10px;
  }
}
@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;
  }

  .about_content_items{

  }
  .about_content_item.flex:nth-child(n+2){
    margin-top: 150px;
  } 
  .about_content_item.flex{

  }
  .about_content_item:after{
    top: 50px;
  }
  .about_content_item:nth-child(odd):after{
    width: 86%;
    left:auto;
    bottom: auto;
  }
  .about_content_item:nth-child(even):after{
    width: 86%;
    right:auto;
    bottom: auto;
  }
  .about_content_item1{
    width: 48.64%;
  }
  .about_content_item1_img:before{

  }
  .about_content_item2{
    width: 48.64%;
  }
  .about_content_item.flex:nth-child(odd)  .about_content_item2{
    padding-top: 80px;
    padding-right: 40px;
  }
  .about_content_item.flex:nth-child(even) .about_content_item2{
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 0;
  }
  .about_content_item.flex:nth-child(odd) .about_content_item1{
    order: 1;
  }
  .about_content_item.flex:nth-child(odd) .about_content_item2{
    order: 2;
  }
  .about_content_item.flex:nth-child(even) .about_content_item1{
    order: 2;
  }
  .about_content_item.flex:nth-child(even) .about_content_item2{
    order: 1;
  }
  .about_content_item2_txt{
    font-size: 16px;
  }
}
@media (min-width:1024px){

  .about_content_items{

  }
  .about_content_item.flex:nth-child(n+2){
    margin-top: 170px;
  } 
  .about_content_item.flex{

  }
  .about_content_item:after{
    top: 60px;
  }
  .about_content_item1{

  }
  .about_content_item1_img:before{

  }
  .about_content_item.flex:nth-child(odd)  .about_content_item2{
    padding-top: 175px;
    padding-right: 65px;
  }
  .about_content_item.flex:nth-child(even) .about_content_item2{
    padding-top: 170px;
    padding-left: 65px;
  }
  .about_content_item2_txt{

  }

}
@media (min-width:1200px){
  .about_content_item.flex:nth-child(n+2){
    margin-top: 210px;
  } 
  .about_content_item.flex:nth-child(even) .about_content_item2{
    padding-top: 233px;
    padding-left: 68px;
  }
}
/*******************************
*　hairsalon
********************************/
.pg_hairsalon{

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

.pg_menu_items{
  margin-top: 30px;
}
.pg_menu_item{

}
.pg_menu_item:nth-child(odd){

}
.pg_menu_item:nth-child(even){

}
.pg_menu_title{
  position: relative;
}
.pg_menu_title.flex{
  align-items: center;
  padding: 5px 0;
}

.pg_menu_item:nth-child(odd) .pg_menu_title:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bfbfbf;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
.pg_menu_item:nth-child(odd) .pg_menu_title{
  color: #272526;
  /*color: #ffffff;*/
}
.pg_menu_item:nth-child(even) .pg_menu_title:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f4f4;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  z-index: -1;
}
.pg_menu_item:nth-child(even) .pg_menu_title{
  color: #272526;
}
.pg_menu_title_en{
  font-size: 20px;
  font-weight:normal;
  letter-spacing: 0.075em;
}
.pg_menu_title_ja{
  font-size: 14px;
  font-weight:500;
  letter-spacing: 0.075em;
  position: relative;
  padding-left: 146px;
}
.pg_menu_item:nth-child(odd) .pg_menu_title_ja:before{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #272526;
  /*background: #ffffff;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  /*  position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%) translateX(30px);
    -webkit-transform: translateY(-50%) translateX(0);*/
  position: relative;

}
.pg_menu_item:nth-child(odd) .pg_menu_title_ja:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #272526;
  /*background: #ffffff;*/
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  /*  position: absolute;
    top: 50%;
    left: auto;
    right: -70px;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    z-index: 10;*/
}
.pg_menu_item:nth-child(even) .pg_menu_title_ja:before{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #272526;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  /*  position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%) translateX(30px);
    -webkit-transform: translateY(-50%) translateX(0);*/
}
.pg_menu_item:nth-child(even) .pg_menu_title_ja:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #272526;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  /*  position: absolute;
    top: 50%;
    left: auto;
    right: -70px;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);*/
}
.pg_menu_content{
  margin-top: 50px;
}
.pg_menu_content.flex{
  justify-content: space-between;
}
.pg_menu_content_box{
  width: 100%;
}
.pg_menu_list{
  position: relative;
}
.pg_menu_list:after{
  content: "";
  display: block;
  width: 100%;
  border-top: 2px dotted #181818;
  position: absolute;
  bottom: 50%;
  z-index: -1;
}
.pg_menu_list.flex{
  justify-content: space-between;
}
.pg_menu_list.flex:nth-child(n+2){
  margin-top: 20px;
}
.pg_menu_list_ja{
  font-size: 14px;
  font-weight:normal;
  letter-spacing: 0.075em;
  background: #fff;
  padding-right: 10px;
}
.pg_menu_list_price{
  font-size: 14px;
  font-weight:normal;
  letter-spacing: 0.075em;
  background: #fff;
  padding-left: 2px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_menu_item:nth-child(n+2){
    margin-top: 50px;
  }
  .pg_menu_title.flex{
    justify-content: space-between;
  }
  .pg_menu_title_ja{
    padding-left: 0;
    padding-right: 0; 
  }
  .pg_menu_item:nth-child(odd) .pg_menu_title_ja:before{
    width: 20px;
  }
  .pg_menu_item:nth-child(odd) .pg_menu_title_ja:after{
    right: 0;
    width: 20px;
  }
  .pg_menu_item:nth-child(even) .pg_menu_title_ja:before{
    left: -40px;
    width: 20px;
  }
  .pg_menu_item:nth-child(even) .pg_menu_title_ja:after{
    right: 0;
    width: 20px;
  }
  .pg_menu_title_ja.long{
    width: 100%;
    text-align: right;
  }
  .pg_menu_content{
    margin-top: 30px;
  }
  .pg_menu_title_ja.long{
    padding-bottom: 8px;
  }
}
@media (min-width:768px){
  .pg_hairsalon{

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

  .pg_menu_items{
    margin-top: 56px;
  }
  .pg_menu_item{

  }
  .pg_menu_item:nth-child(odd){

  }
  .pg_menu_item:nth-child(even){

  }
  .pg_menu_title{

  }
  .pg_menu_title.flex{

  }
  .pg_menu_item:nth-child(n+2){
    margin-top:90px;
  }
  .pg_menu_item:nth-child(odd) .pg_menu_title:after{

  }
  .pg_menu_item:nth-child(odd) .pg_menu_title{

  }
  .pg_menu_item:nth-child(even) .pg_menu_title:after{

  }
  .pg_menu_item:nth-child(even) .pg_menu_title{

  }
  .pg_menu_title_en{
    font-size: 26px;
  }
  .pg_menu_title_ja{
    font-size: 15px;
    padding-left: 40px;
  }
  .pg_menu_item:nth-child(odd) .pg_menu_title_ja:before{

  }
  .pg_menu_item:nth-child(odd) .pg_menu_title_ja:after{

  }
  .pg_menu_item:nth-child(even) .pg_menu_title_ja:before{

  }
  .pg_menu_item:nth-child(even) .pg_menu_title_ja:after{

  }
  .pg_menu_content{
    margin-top: 76px;
  }
  .pg_menu_content.flex{
    justify-content: flex-end;
  }
  .pg_menu_content_box{
    width: 57.20%;
  }
  .pg_menu_list{

  }
  .pg_menu_list.flex:nth-child(n+2){
    margin-top: 44px;
  }
  .pg_menu_list_price{
    font-size: 16px;
  }

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

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

}
@media (min-width:1200px){
  .pg_menu_title.flex .pg_menu_list_ja{
    font-size: 16px;
    padding-left: 77px;
  }

}
/*******************************
*　脱毛
********************************/
.pg_hairremove{

}
.pg_hairremove .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_hairremove .section.sec2{
  margin-top: 60px;
}
.pg_hairremove .section.sec3{
  margin-top: 50px;
}

/*見出し*/
.remove_header_box{
  /*color: #fff;*/
  color: #3f3f3f;
  background: #bfbfbf;
  padding: 50px 0;
}
.remove_header_title{
  text-align: center;
}
.remove_header_title_txt{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.remove_header_title_en{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.remove_header_content{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 1.7em;
  margin-top: 20px;
  padding: 0 20px
}
/*removesection*/
.remove_list_wrap{
  margin-top: 30px;
}
/*テーブル*/
.remove_list_table{

}
.remove_list_table .table_rows_th{
  border-top: none;
}
.remove_list_table .table_rows_th, .table_rows_td{
  border-bottom:none;
}
.remove_list_table .table_rows_td{
  text-align: center;
}
.remove_list_table .table_rows_td p:nth-child(n+2){
  margin-top: 5px;
}
.remove_list_table .table_rows_tr:first-child .table_rows_td{
  border-top: none;
  border-bottom: none;
  background: #f3f4f4;
}
.remove_list_table .table_rows_tr:nth-child(n+2) .table_rows_td{
  border-top: none;
  vertical-align: top;
}

/*price*/
.remove_menu_price_box.flex{
  justify-content: space-between;
}
.remove_menu_price_box1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bfbfbf;
  padding: 0 20px;
  margin-top: 7px;
}
.remove_menu_price_box1_title{
  color: #fff;
}
.remove_menu_price_box1_title1{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
}
.remove_menu_price_box1_title.flex{
  width: 100%;
  align-items: center;
  justify-content: space-around;
  /*color: #bebebe;*/
  color: #3f3f3f;
}
.remove_menu_price_box1_title2{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
}
.remove_menu_price_box1_title2:before{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #3f3f3f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  /*  position: absolute;
    top: 50%;
    left: -84px;
    transform: translateY(-50%) translateX(30px);
    -webkit-transform: translateY(-50%) translateX(0);*/
}
.remove_menu_price_box1_title2:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  /*background: #fff;*/
  background: #3f3f3f;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  /*  position: absolute;
    top: 50%;
    left: auto;
    right: -70px;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);*/
}
.remove_menu_price_box .pg_menu_content_box{
  margin-top: 30px;
}
.removal_menu_caution {
  margin-top: 20px;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .remove_menu_price_box1_title.flex{
    text-align: center;
  }
  .remove_menu_price_box1_title1{
    width: auto;
  }
  .remove_menu_price_box1_title2{
    width: auto;
  }
  .remove_menu_price_box1_title2:before{
    width: 20px;
    left: 70px;
  }
  .remove_menu_price_box1_title2:after{
    width: 20px;
    right: 70px;
  }
  .pg_menu_content_box{
    margin-top: 0;
  }
  .remove_menu_price_box1{
    padding: 10px 0;
  }
}
@media (min-width:768px){
  .pg_hairremove{

  }
  .pg_hairremove .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_hairremove .section.sec2{
    margin-top: 90px;
  }
  .pg_hairremove .section.sec3{
    margin-top: 70px;
  }

  /*見出し*/
  .remove_header_box{
    padding: 50px 0;
  }
  .remove_header_title{

  }
  .remove_header_title_txt{

  }
  .remove_header_title_en{
    font-size: 24px;
  }
  .remove_header_content{
    font-size: 16px;
    margin-top: 30px;
    padding: 0 30px;
  }
  /*removesection*/
  .remove_list_wrap{
    margin-top: 40px;
  }
  /*price*/
  .remove_menu_price_box.flex{
    justify-content: space-between;
  }
  .remove_menu_price_box1{
    width: 40.09%;
    padding: 0 40px;
    max-height: 386px;
  }
  .remove_menu_price_box1_title{

  }
  .remove_menu_price_box1_title.flex{
    justify-content: center;
  }
  .remove_menu_price_box1_title1{
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
  .remove_menu_price_box1_title2{
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  .remove_menu_price_box1_title2:before{
    left: 0;
  }
  .remove_menu_price_box1_title2:after{
    right: 0;
  }
  .removal_menu_caution {
    margin-top: 30px;
  }
}
@media (min-width:1024px){
  .pg_hairremove{

  }
  .pg_hairremove .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_hairremove .section.sec2{
    margin-top: 140px;
  }
  .pg_hairremove .section.sec3{
    margin-top: 96px;
  }
  /*見出し*/
  .remove_header_content{
    font-size: 18px;
    text-align: center;
    padding: 0;
  }
  /*removesection*/
  .remove_list_wrap{
    margin-top: 50px;
  }
  /*price*/
  .remove_menu_price_box1_title2:before{
    width: 30px;
    left: -40px;
  }
  .remove_menu_price_box1_title.flex{
    justify-content: space-around;
  }
  .remove_menu_price_box1_title2:after{
    width: 30px;
    right: -40px;
  }
  .remove_menu_price_box1_title1{
    width: auto;
  }
  .remove_menu_price_box1_title2{
    width: auto;
  }
}
@media (min-width:1200px){
  /*見出し*/
  .remove_header_content{
    font-size: 20px;
  }
  /*price*/
  .remove_menu_price_box1_title2:before{
    width: 50px;
    left: -84px;
  }
  .remove_menu_price_box1_title2:after{
    width: 50px;
    right: -70px;
  }
}
/*******************************
*　育毛
********************************/
.pg_hairgrow{
  position: relative;
}

/*準備中マスク*/
.pg_hairgrow:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(191,191,191,0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pg_hairgrow:after{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.075em;
  content: "coming soon";
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}

.pg_hairgrow .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_hairgrow .section.sec2{
  margin-top: 60px;
}
.pg_hairgrow .section.sec3{
  margin-top: 40px;
}

.hairgrow_header_wrap{

}
.hairgrow_header_wrap p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
}
.hairgrow_img_box{
  width: auto;
  margin: 0 auto;
}
.hairgrow_img_box:before{
  padding-top:71.23%; 
}
.hjairgrow_bottom_wrap{
  margin: 0 auto;
  padding: 0 10px;
}
.hjairgrow_bottom_wrap p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.055em;
  line-height: 2;
  text-align: justify;
}
/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_hairgrow .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_hairgrow .section.sec2{
    margin-top: 80px;
  }
  .pg_hairgrow .section.sec3{
    margin-top: 50px;
  }


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

  }
  .pg_hairgrow .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_hairgrow .section.sec2{
    margin-top: 110px;
  }
  .pg_hairgrow .section.sec3{
    margin-top: 63px;
  }

  .hairgrow_header_wrap{

  }
  .hairgrow_header_wrap p{
    font-size: 16px;
  }
  .hairgrow_img_box{
    width: 730px;
  }
  .hjairgrow_bottom_wrap{
    width: 600px;
    padding: 0 30px;
  }
  .hjairgrow_bottom_wrap p{
    font-size: 16px;
  }
}
@media (min-width:1200px){


}

/*******************************
*　
********************************/
.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;
}


/* コピー用 */
@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;
  }


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


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 30px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #0069ba;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}


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

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
}
@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


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

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

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

  .pg_news{
    padding-top: 100px;
  }

}



/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #f0f0f0;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #272526;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 36px;
  }
}
@media (max-width:767px){
  .contact_tt.privacy{
    font-size: 18px;
  }
  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 23px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.contact_tt.privacy{
  font-size: 21px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.2em;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.16em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  letter-spacing: 0.16em;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  line-height: 1.9em;
  background-color: #fff;
  max-width: 255px;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background-image: url(/system_panel/uploads/images/s_butnpng.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  color: #181818;
  font-weight: 500;
  letter-spacing: 0.075em;
  display: block;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px 0 0;
}
.radioArea .d-inline-block .label{
  margin-left: 0;
  letter-spacing: 0.15em;
}
.radioArea .d-inline-block{
  margin-right: 12px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 130px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 52px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  border-left: 6px solid #0d0d0d;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{    
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.6em;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.12em;
  }
}


/*******************************
*　
********************************/
.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;
}

.product_posts .webgene-item .thumb{
  background-image:url(/system_panel/uploads/images/noimageyoko.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product_posts .title{
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.075em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lity{
  background: rgba(0,0,0,0.7) !important;
}
.salon_tbl .table_rows_th, .salon_tbl .table_rows_td{
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
}

.popup_inner .slick-arrow{
  color: #181818;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.popup_inner.product .slides .img.img_fit:before {
  padding-top: 80.09%;
}

.radioArea input[type=checkbox],
.radioArea input[type=radio]{
  margin-right: 11px;
}

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

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

}
@media (max-width:767px){
  .product_posts .webgene-item:nth-child(n+3){
    margin-top: 12px;
  }
  .pg_gallery .posts_title{
    font-size: 28px;
  }
  .lity-content .popup_inner{
    padding: 20px 15px;
  }
  .popup_inner .box2{
    margin-top: 20px; 
  }
  .webgene-blog .webgene-pagination{
    margin-top: 50px;
  }
}
@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;
  }
  .product_posts .title{
    font-size: 16px;
  }
  .review_posts .webgene-item .title{
    padding-left: 6px;
  }
  .review_posts .webgene-item .txt{
    padding-left: 6px;
  }

  .popup_inner .slick-next{
    right: 0;
  }
  .popup_inner .slick-prev{
    left: 0;
  }
  .pg_review .salon_tbl{
    margin-bottom: 60px;
  }
  .pg_review .review_posts .webgene-item{
    width: 100%;
  }
  .pg_review .review_posts .webgene-item:nth-child(n+2){
    margin-top: 20px;
  }
  .contact_info_txt{
    margin-top: 10px;
  }
}
@media (min-width:1024px){
  .pg_menu_title_ja{
    padding-left: 77px;
  }
  .pg_review .review_posts .webgene-item{
    width: 50%;
  }
  .pg_review .review_posts .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .contact_info_txt{
    margin-top: 0;
  }
  .pg_review .salon_tbl{
    margin-bottom: 100px;
  }
}
@media (min-width:1200px){
  .pg_review .salon_tbl{
    margin-bottom: 140px;
  }
  .popup_inner.product{
    padding: 90px 33px 70px;
    height: 550px;
  }
  .popup_inner.product .box1{
    width: 56.89%;
  }
  .popup_inner.product .box2{
    width: 42.7%;
  }
}
