@charset "UTF-8";


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

/* 管理画面の余白調整 */
.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;
}

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;
}

/* 動画埋め込みのレスポンシブ対応 */
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%;
}

/* 指定デバイスのみで表示する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:1024px){
  .pc_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{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 10px;
  background: rgba(255,255,255,0.85);
}
.hdr1_box1{
  
}
.hdr1_box2{
  display: flex;
  align-items: center;
  justify-content: flex-end
}
.hdr_reserve{
  margin-left: 20px;
}

.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: 80px;
  position: relative;
}
.pg_header_mv{
  height: 200px;
  position: relative;
  overflow: hidden;
}
.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_title{
  display: flex;
  justify-content: center;
  min-width: 200px;
  background: #FFF;
  padding: 5px 5px 19px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  box-shadow: 0px 1px 3.25px 1.75px rgba(112, 114, 117, 0.3);
}


.mv{
  position: relative;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}


.gnav{
  
}
.gnav .gnav_item{
  position: relative;
}

.gnav .gnav_item_link{
  position: relative;
  cursor: pointer;
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.gnav .gnav_item_link.has_childs{
  
}
.gnav .gnav_item_link.has_childs:after{
  content: "\f0d7";
  font-family: "FontAwesome";
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  
}

.gnav_childs{
  display: flex;
  background: #eeeeee;
  padding: 15px 25px;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.gnav_childs_item{
  width: 115px;
}
.gnav_childs_item+.gnav_childs_item{
  margin-left: 15px;
}

.gnav_childs_inner{
  display: block;
  text-align: center;
  background-color: #FFF;
  padding-bottom: 10px;
}
.gnav_childs_img{
  
}
.gnav_childs_img.img_fit:before{
  padding-top: 78.26%;
}
.gnav_childs_title{
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.gnav_childs_more{
  margin-top: 5px;
}
.gnav_childs_more img{
  display: block;
  margin: 0 auto;
}

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

@media (min-width:768px){
  
  .hdr1{
    padding: 8px 15px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hdr1_box1{
    width: 135px;
  }
  .hdr1_box2{
    width: calc(100% - 135px - 20px);
  }
  
  .hdr_reserve{
    width: 120px;
    margin-left: 10px;
  }
  
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    height: 300px;
  }
  .pg_header_title{
    min-width: 410px;
  }
  .gnav {
    /*margin: 0 -15px;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .gnav .gnav_item {
    font-size: 15px;
    padding: 20px 5px;
  }
  .gnav .gnav_item+.gnav_item{
    margin-left: 5px;
  }
  
  .gnav_childs{
    display: none;
    min-width: 425px;
  }
  .gnav .gnav_item:hover .gnav_childs{
    display: flex;
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }
}
@media (min-width:1024px){
  
  .hdr1{
    padding: 8px 50px 0 45px;
  }
  
  .hdr_reserve{
    width: auto;
    margin-left: 20px;
  }
  
  .gnav .gnav_item+.gnav_item{
    margin-left: 20px;
  }
  
  .pg_header{
    margin-bottom: 135px;
  }
  .pg_header_mv{
    height: 400px;
  }
  
  .mv_img.img_fit:before{
    padding-top: 550px;
  }
}
@media (min-width:1200px){
  .mv_img.img_fit:before{
    padding-top: 880px;
  }
}

@media (max-width:767px){
  
  .hdr1 {
  }
  .hdr1_box1{
    width: 100px;
  }
  .hdr_reserve{
    width: 130px;
  }
  
  
  
  /* スマホ用 */
  .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.active{
    transform: translateX(0%);
  }
  .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_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 .gnav_item_link{
    text-align: center;
  }
  
  .gnav_bg{
    padding: 0;
    background: inherit;
    text-align: center;
  }
  
  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }

  .gnav .gnav_item+.gnav_item{
    margin-left: 0;
  }
  
  .gnav_childs{
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }
  .gnav_childs_more{
    padding: 0 5px;
  }
  
  .pg_header_title{
    padding: 10px 10px 15px;
  }
}



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

.footer{
  margin-top: 50px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.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-bottom: 10px;
}

.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);
}

.fnav{
  display: flex;
}
.fnav_item{
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  
}
.fnav_item + .fnav_item{
  
}

.ftr_contact_wrap1{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.ftr_contact_item{
  
}
.ftr_contact_item + .ftr_contact_item{
  margin-left: 10px;
}
.ftr_contact_wrap2{
  display: flex;
  justify-content: flex-end;
  margin-top: 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: #7ecef4;
  z-index: 10;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #cab386;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #ef7f1a;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #cab386;
}
.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: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}



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

@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  
  .fnav_item + .fnav_item{
    margin-left: 10px;
  }
  
  .ftr_box1{
    width: 50%
  }
  .ftr_box2{
    width: 48%;
  }
  .fnav{
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  
  .ftr_contact_wrap1{
    flex-wrap: wrap;
  }
  .ftr_contact_item{
    /*width: 100%;*/
    text-align: center;
    margin: 10px 0;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }
  
  .ftr1{
    padding: 50px 0;
  }
  
  .ftr_contact_wrap1{
    margin-top: 50px;
    flex-wrap: nowrap;
  }
  .ftr_contact_item{
    width: auto;
    text-align: right;
    margin: 0 0;
  }
  .ftr_contact_item + .ftr_contact_item{
    margin-left: 30px;
  }
  .ftr_contact_wrap2{
    margin-top: 50px;
  }
  

}
@media (min-width:1200px){
  
  .fnav_item + .fnav_item{
    margin-left: 20px;
  }
  
}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  .fnav{
    display: none;
  }
  
  
  .ftr_contact_wrap2 .ftr_contact_item{
    margin: 0 auto;
  }
}



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

/* 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: 60px;
  }
}


/* テーブル用 */
.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;
}



.read_more{
  margin-top: 20px;
}
.read_more a{
  display: block;
  width: 190px;
  max-width: 100%;
  padding: 5px 0;
  background: #2e2e2e;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f105";*/
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.read_more .center{
  margin: 0 auto;
}
.read_more .insta{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.read_more .insta:before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(https://felire-salon.com/system_panel/uploads/images/insta_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}


.tt1{
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
}
.tt1:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin-top: -2px;
}

.tt2{
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.tt2:after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background: #000;
  margin-top: 10px;
}

.tt3{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.pg_msg_wrap{
  text-align: center;
}
.pg_msg_title{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.pg_msg_txt{
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.pg_msg_img{
  margin-top: 20px;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .pg_msg_txt{
    text-align: left;
  }
}
@media (min-width:768px){
  
  .tt1{
    font-size: 28px;
    
  }
  .tt1:after{
    width: 100px;
  }
  .tt2{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .tt2:after{
    width: 100px;
  }
  .tt3{
    font-size: 25px;
    margin-bottom: 35px;
  }
  .pg_msg_wrap{
  }
  .pg_msg_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pg_msg_txt{
  }
  .pg_msg_img{
    margin-top: 30px;
  }
  
  .read_more a{
    padding: 10px 0;
  }
}
@media (min-width:1024px){
  
  .tt1{
    font-size: 38px;
  }
  .tt2{
    font-size: 32px;
    margin-bottom: 35px;
  }
  
  .pg_msg_wrap{
  }
  .pg_msg_title{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .pg_msg_txt{
  }
  .pg_msg_img{
    margin-top: 30px;
  }
}
@media (min-width:1200px){
  
  .tt1{
    font-size: 48px;
  }
  .tt2{
    font-size: 54px;
    margin-bottom: 50px;
  }
  
  .pg_msg_wrap{
  }
  .pg_msg_title{
    font-size: 30px;
    margin-bottom: 30px;
  }
  
}





/*******************************
*　HOME
********************************/
.pg_home{
  overflow: hidden;
}
.pg_home .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_home .section.sec2{
  padding-top: 50px;
  padding-bottom: 0;
  background: #eeeeee;
}
.pg_home .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
}
.pg_home .section.sec4{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
}

.home_content_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  
}
.home_content_box1{
  width: 100%;
  position: relative;
}
.home_content_box1:after{
  content: "";
  background: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  z-index: -1;
}
.home_content_box2{
  width: 100%;
  position: relative;
  
}

.home_content_title{
  font-family: 'Kaushan Script', cursive;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  letter-spacing: 0.05em;
}
.home_content_title:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
  margin-top: 10px;
}
.home_content_title_sub{
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.home_content_msg{
  line-height: 1.8;
  letter-spacing: 0.05em;
}



/* Menu */

.home_menu_wrap{
  display: flex;
  flex-wrap: wrap;
  
}
.home_menu_item{
  width: 100%;
  padding: 0 10px;
}
.home_menu_inner{
  background: #FFF;
  padding: 0 10px;
  position: relative;
}
.home_menu_title{
  font-family: 'Outfit', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #dcdcdc;
  padding: 4px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home_menu_title.sm{
  font-size: 13px;
}

.home_menu_txt{
  line-height: 2.125;
  letter-spacing: 0.05em;
}
.home_menu_item .read_more{
  margin-top: 10px;
}
.home_menu_item .read_more a{
  padding: 2px;
  margin-left: auto;
}


.home_menu_img{
  margin: 15px -10px 0;
}
.home_menu_img.img_fit:before{
  padding-top: 60.58%;
}


/* Links */
.home_links_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_links_item{
  width: 100%;
  padding: 0 5px;
}
.home_links_header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.home_links_title{
  margin-bottom: 0;
}
.home_links_title:after{
  margin: 10px 0 0;
}
.home_links_header .read_more{
  margin-top: 0;
}

.home_links_img{
  
}
.home_links_img.img_fit:before{
  padding-top: 42.59%;
}
.home_links_img.img_fit02:before {
    padding-top: 62.59%;
}
.home_links_txt{
  margin-top: 5px;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .pg_home .section.sec1,
  .pg_home .section.sec3{
    background: #e5e5e5;
    margin-top: 0;
  }
  .pg_home .section.sec2{
    padding-bottom: 30px;
  }
  .home_content_title{
    /*margin-top: -50px;*/
    margin-bottom: 20px;
    text-align: center;
    
  }
  .home_content_title:after{
    margin: 0 auto;
    margin-top: 10px;
  }
  .home_content_box1{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home_content_box1 .read_more a{
    margin: 0 auto;
  }
  .home_content_box2{
    padding: 15px 0;
  }
  
  .home_menu_wrap{
    margin-top: 50px;
    padding-top: 0;
  }
  
  .home_menu_item:nth-child(n+2){
    margin-top: 50px;
  }
  .home_menu_item .read_more a{
    margin: 0 auto;
  }
  .home_menu_title{
    width: 220px;
    margin: 0 auto;
    padding: 6px;
  }
  
  .home_links_item:nth-child(n+2){
    margin-top: 50px;
    
  }
  .home_links_header .read_more a{
    width: 120px;
    padding: 5px 0;
  }
}
@media (min-width:768px){
 
  .pg_home .section.sec1{
  }
  .pg_home .section.sec2{
    padding-top: 50px;
  }
  .pg_home .section.sec3{
    margin-top: 50px;
  }
  .pg_home .section.sec4{
    margin-top: 50px;
  }
  
  .home_content_title{
    font-size: 24px;
  }
  .home_content_title:after{
    width: 100px;
  }
  .home_content_title_sub{
    font-size: 18px;
  }
  .home_content_msg{
    line-height: 2.25;
  }
  
  /* Menu */
  .home_menu_wrap{
    
  }
  .home_menu_item{
    width: 33.333%;
    padding: 0 10px;
    border-left: 1px solid #c9c9c9;
  }
  .home_menu_item:last-child{
    border-right: 1px solid #c9c9c9;
  }
  .home_menu_inner{
    
  }
  .home_menu_title{
    font-size: 20px;
  }
  .home_menu_title.sm{
    font-size: 16px;
    padding: 9px 5px;
  }
  .home_menu_img{
    margin: 15px -10px 0;
  }
  .home_menu_item .read_more{
    margin-top: 30px;
  }
  /* Links */
  .home_links_wrap{
    margin: 0 -10px;
  }
  .home_links_item{
    width: 50%;
    padding: 0 10px;
  }
  .home_links_header{
    margin-bottom: 20px;
  }
  .home_links_title{
  }
  
  .home_links_img{
    
  }
  .home_links_txt{

  }
  
}

@media (min-width:768px) and (max-width:1024px){
  .home_content_box1{
    padding: 30px 0;
  }
  .home_content_title{
    /*margin-top: -70px;*/
    margin-bottom: 15px;
  }
}



@media (min-width:1024px){
  
  .pg_home .section.sec1{
    border-bottom: 30px solid #e5e5e5;
  }
  .pg_home .section.sec2{
    padding-top: 115px;
    
  }
  .pg_home .section.sec3{
    margin-top: 100px;
    border-bottom: 30px solid #e5e5e5;
  }
  .pg_home .section.sec4{
    margin-top: 150px;
  }
  
  .home_content_wrap{
  }
  .home_content_box1{
    width: 51.35%;
    min-height: 368px;
    background: #e5e5e5;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .home_content_box2{
    width: 48.65%;
    height: 475px;
  }
  
  
  .home_content_box1 .read_more{
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  
  .home_content_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 945px;
    height: 100%;
  }
  .home_content_img img{
    height: 100%;
  }
  .home_content_title{
    font-size: 32px;
  }
  .home_content_title_sub{
    font-size: 22px;
    margin-bottom: 25px;
  }
  
  .home_content_wrap.reverse .home_content_box1{
    order: 2;
    padding-left: 30px;
    padding-right: 0;
  }
  .home_content_wrap.reverse .home_content_box2{
    order: 1;
    text-align: right;
  }
  .home_content_wrap.reverse .home_content_box1 .read_more{
    right: 0;
  }
  .home_content_wrap.reverse .home_content_img{
    left: auto;
    right: 0;
  }
  
  /* Menu */
  .home_menu_wrap{
    padding-top: 30px;
  }
  
  .home_menu_inner{
    padding: 0 20px;
  }
  .home_menu_title{
    font-size: 26px;
  }
  
  .home_menu_img{
    margin: 15px -20px 0;
  }
  
  /* Links */
  .home_links_wrap{
    
  }
  .home_links_item{
    
  }
  .home_links_header{
    margin-bottom: 30px;
  }
  .home_links_title{
  }
  
  .home_links_img{
    
  }
  .home_links_txt{

  }
}
@media (min-width:1200px){
  
  .pg_home .section.sec1{
    border-bottom: 50px solid #e5e5e5;
  }
  .pg_home .section.sec2{
  }
  .pg_home .section.sec3{
    margin-top: 150px;
    border-bottom: 50px solid #e5e5e5;
  }
  .pg_home .section.sec4{
  }
  
  .home_content_title{
    font-size: 54px;
    margin-top: -100px;
    margin-bottom: 30px;
  }
  .home_content_title_sub{
    font-size: 26px;
    margin-bottom: 30px;
  }
  
  .home_content_box2{
    width: 48.65%;
    height: 560px;
  }
  
  /* Links */
  .home_links_wrap{
    margin: 0 -15px;
  }
  .home_links_item{
    padding: 0 15px;
  }
}




/*******************************
*　
********************************/
.pg_concept{
  overflow: hidden;
}
.pg_concept .section.sec1{
}
.pg_concept .section.sec2{
  margin-top: 50px;
}


.concept_content_wrap{
  
}
.concept_content_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept_content_item:nth-child(n+2){
  margin-top: 30px;
}
.concept_content_box1{
  width: 100%;
  background: #e5e5e5;
}
.concept_content_box2{
  width: 100%;
  position: relative;
  z-index: 3;
}
.concept_content_title{
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.concept_content_title:after{
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  right: -1000px;
  z-index: -1;
}
.concept_content_img{
  
}
.concept_content_img.img_fit:before{
  padding-top: 78.65%;
}
.concept_content_txt{
  padding: 15px 0;
  letter-spacing: 0.05em;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .concept_content_txt{
    padding: 15px 10px;
  }
}
@media (min-width:768px){
  .pg_concept .section.sec2{
    margin-top: 100px;
  }
  .concept_content_wrap{

  }
  .concept_content_item{
    
  }
  .concept_content_item:nth-child(n+2){
    margin-top: 80px;
  }
  .concept_content_box1{
    width: 57.20%;
    width: 58.20%;
    position: relative;
  }
  .concept_content_box1:after{
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: calc(690px + 25px);
  }
  .concept_content_box2{
    width: 40.09%;
    padding-bottom: 40px;
  }
  .concept_content_title{
    font-size: 20px;
    margin-left: -15px;
    margin-right: -20px;
    padding-left: 15px;
  }
  .concept_content_img{
    margin-top: -20px;
  }
  
  .concept_content_item:nth-child(odd) .concept_content_box1{
    padding-left: 15px;
  }
  .concept_content_item:nth-child(odd) .concept_content_box2{
    
  }
  .concept_content_item:nth-child(even) .concept_content_box1{
    padding-right: 15px;
    order: 2;
  }
  .concept_content_item:nth-child(even) .concept_content_box2{
    order: 1;
  }
  
  .concept_content_item:nth-child(odd) .concept_content_box1:after{
    left: 0;
  }
  .concept_content_item:nth-child(even) .concept_content_box1:after{
    right: 0;
  }
  
}
@media (min-width:1024px){
  
  .pg_concept .section.sec2{
    margin-top: 135px;
  }
  .concept_content_item:nth-child(n+2){
    margin-top: 100px;
  }
  .concept_content_txt{
    padding: 15px 0;
    line-height: 2;
    
  }
  
  .concept_content_box1:after{
    width: calc(930px + 25px);
  }
}
@media (min-width:1200px){
  
  .concept_content_box1:after{
    width: calc(1110px + 25px);
  }
}



/*******************************
*　Menu共通
********************************/
.pg_menu{
  
}
.pg_menu .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_menu .section.sec2{
  margin-top: 50px;
}
.pg_menu .section.sec3{
  margin-top: 50px;
}
.pg_menu .section.sec4{
  margin-top: 50px;
}

.pg_menu .pg_msg_wrap{
  margin-bottom: 50px;
}

.pg_hair .section.sec0{
  margin-bottom: 50px;
}
.pg_hair:not(.pg_removal) .pg_msg_txt{
  text-align: left;
}

.menu_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.menu_nav_item{
  width: 33.333%;
  padding: 0 5px;
}
.menu_nav_inner{
  border: 1px solid #181818;
  border-bottom: 12px solid #181818;
  text-align: center;
}
.menu_nav_link{
  display: block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 4px 0;
}
.menu_nav_link:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/**/
.menu_price_wrap {
  
}
.menu_price_wrap + .menu_price_wrap {
  margin-top: 30px;
}

.menu_price_wrap + .pg_msg_wrap{
  margin-top: 30px;
}

/* ヘッダー */
.menu_header{
  display: flex;
  align-items: center;
  font-size: 10px;
  border-bottom: 2px solid #181818;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.menu_header_title{
  font-size: 1.875em;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.menu_header_title_sub{
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  margin-left: 1.875em;
}

/* 料金表 */
.menu_price_tbl{
  
}
.menu_price_tr{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c9c9c9;
  
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
}
.menu_price_th{
  padding-left: 5px;
}
.menu_price_td{
  text-align: right;
}

.menu_price_notice{
  margin-top: 15px;
  letter-spacing: 0.05em;
  text-indent: -1em;
  padding-left: 1em;
}
.menu_price_notice + .menu_price_notice{
  margin-top: 5px;
}

.menu_price_p1 em{
  font-size: 0.9375em;
  font-weight: 500;
  font-style: normal;
}
.menu_price_p2{
  display: flex;
  justify-content: flex-end;
}
.menu_price_p2 .t1{
  
}
.menu_price_p2 .t2{
  width: 90px;
  font-weight: 700;
}
.menu_price_p2 .t2.auto{
  width: auto;
}

.menu_price_p2 .t3{
  width: 135px;
}


/* ギャラリー */
.menu_gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px 0;
}
.menu_gallery_item{
  width: 50%;
  padding: 5px 5px;
}
.menu_gallery_inner{
  
}
.menu_gallery_img.img_fit:before{
  padding-top: 80%;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .menu_price_th{
    width: calc(100% - 120px);
    letter-spacing: -0.05em;
  }  
  .menu_price_td{
    width: 120px;
  }
  .menu_price_p2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    
    font-size: 14px;
  }
  .menu_price_p2 .t2{
    width: auto;
    margin-left: 10px;
  }
  .menu_price_p2 .t3{
    width: 100%;
    font-size: 12px;
  }
  /*.menu_price_p2 strong{
    display: block;
    padding-right: 10px;
    font-size: 14px;
  }*/
}
@media (min-width:768px){
  
  .pg_menu .section.sec2{
    margin-top: 130px;
  }
  .pg_menu .section.sec3{
    margin-top: 130px;
  }
  .pg_menu .section.sec4{
    margin-top: 130px;
  }
  
  .pg_menu .pg_msg_wrap{
    margin-bottom: 60px;
  }
  
  .menu_nav_link{
    font-size: 18px;
  }
  
  .menu_price_wrap {
    
  }
  .menu_price_wrap + .menu_price_wrap {
    margin-top: 70px;
  }

  .menu_header{
    font-size: 16px;
    margin-bottom: 22px;
    padding-bottom: 10px;
  }
  
  /* 料金表 */
  .menu_price_tbl{

  }
  .menu_price_tr{
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 12px;
    letter-spacing: 0.05em;
  }
  .menu_price_th{
    /*width: calc(100% - 255px);*/
    width: calc(100% - 285px);
  }
  .menu_price_td{
    /*width: 255px;*/
    width: 285px;
  }
  
  .menu_price_notice{
    margin-top: 25px;
  }
  .menu_price_notice + .menu_price_notice{
    margin-top: 5px;
  }
  
  .menu_price_p1{
     letter-spacing: -0.02em; 
  }
  


  /* ギャラリー */
  .menu_gallery_wrap{
    margin: 80px -5px 0;
  }
  .menu_gallery_item{
    width: 33.333%;
    padding: 5px 5px;
  }
  
  .menu_price_wrap + .pg_msg_wrap{
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  
  .menu_nav{
    margin: 0 -15px;
  }
  .menu_nav_item{
    width: 33.333%;
    padding: 0 15px;
  }
  
  
  .pg_hair .pg_msg_txt{
    text-align: center;
  }
  
  /* ギャラリー */
  .menu_gallery_wrap{
    margin: 135px -15px 0;
  }
  .menu_gallery_item{
    width: 33.333%;
    padding: 15px 15px;
  }
  
  .menu_price_wrap + .pg_msg_wrap{
    margin-top: 90px;
  }
  
  .menu_price_p1{
     letter-spacing: 0; 
  }
  
}
@media (min-width:1200px){
  
  
}


/*******************************
*　ネイル
********************************/
.pg_nail{
  
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_nail .pg_msg_wrap{
    margin-bottom: 100px;
  }
  
}


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

.removal_parts_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}

.removal_parts_box1{
  width: 100%;
  padding: 0 5px;
}
.removal_parts_box2{
  width: 100%;
  padding: 0 5px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.removal_parts_box_item{
  width: 100%;
  border: 2px solid #181818;
  padding: 15px 5px 5px;
}
.removal_parts_box_item+.removal_parts_box_item{
  margin-top: 20px;
}

.removal_parts_title_box{
  margin-bottom: 10px;
}
.removal_parts_title{
  background: #2e2e2e;
  color: #FFF;
  border-radius: 18.5px;
  width: 235px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
  padding: 7px 5px;
}
.removal_parts_img{
  text-align: center;
}

.removal_parts_desc{
  margin-top: 15px;
}
.removal_parts_desc_tr{
  display: flex;
  align-items: flex-start;
  background: #dcdcdc;
  padding: 5px 8px 5px;
  font-size: 0.9375em;
}
.removal_parts_desc_tr + .removal_parts_desc_tr{
  margin-top: 2px;
}
.removal_parts_desc_th{
  width: 60px;
  font-weight: 700;
  position: relative;
}
.removal_parts_desc_th:after{
  content: "";
  width: 1px;
  height: 1em;
  background: #181818;
  position: absolute;
  top:50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.removal_parts_desc_td{
  width: calc(100% - 60px);
  padding-left: 8px;
  font-weight: 500;
}


/**/
.removal_tt1{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.75em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  
}
.removal_parts_wrap+removal_tt1{
  /*margin-top:*/ 
}


/* コピー用 */
@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;
  }
  
  
  /*.removal_parts_wrap{
    margin: 0 -5px;
  }
  .removal_parts_box1{
    width: 50%;
    padding: 0 5px;
  }
  .removal_parts_box2{
    width: 50%;
    padding: 0 5px;
  }*/
  .removal_parts_box_item{
    padding: 25px 5px 5px;
  }
  .removal_parts_box_item+.removal_parts_box_item{

  }
  
  
  .removal_parts_title_box {
      margin-bottom: 15px;
  }
}
@media (min-width:1024px){
  
  .removal_parts_wrap{
    margin: 0 -15px;
  }
  .removal_parts_box1{
    width: 50%;
    padding: 0 15px;
  }
  .removal_parts_box2{
    width: 50%;
    padding: 0 15px;
    margin-top: 0;
  }
  .removal_parts_box2 .removal_parts_box_item{
    height: calc(50% - 10px);
  }
  .removal_parts_box_item{
    
  }
  .removal_parts_box_item + .removal_parts_box_item{

  }
  
  .removal_parts_box1 .removal_parts_box_item{
    min-height: 650px;
  }
  
  .removal_parts_img.parts_mt1 {
    margin-top: 30px;
  }
  
  .removal_tt1{
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
}
@media (min-width:1200px){
  
  
}


/*******************************
*　
********************************/
.pg_staff{
  
}
.pg_staff .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}


.staff_wrap{
  margin-top: 50px;
}
.staff_item{
  letter-spacing: 0.05em;
}
.staff_item + .staff_item{
  margin-top: 50px;
}
.staff_item_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #eeeeee;
}
.staff_item_box1{
  width: 100%;
}
.staff_item_box2{
  width: 100%;
}
.staff_item_img.img_fit:before{
  padding-top: 125%;
}
.staff_item_position{
  display: inline-block;
  background: #181818;
  color: #FFF;
  padding: 3px 5px;
  line-height: 1.2;
}
.staff_item_name{
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.staff_item_name_txt1{
  font-size: 1.5625em;
  line-height: 1.2;
}
.staff_item_name_txt2{
  font-size: 1.125em;
  margin-left: 15px;
  line-height: 1.2;
}
.staff_item_comment{
  line-height: 2.25;
  margin-bottom: 20px;
}
.staff_item_prof{
  
}
.staff_item_prof + .staff_item_prof{
  margin-top: 30px;
}
.staff_item_prof_ttl{
  border-left: 5px solid #181818;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.staff_item_prof_txt{
  
}



/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .staff_item_inner{
    padding: 30px 15px;
  }
  .staff_item_box1{
    margin-bottom: 30px;
  }
  .staff_item_img{
    width: 70%;
    margin: 0 auto;
  }
  
  .staff_item_name_txt1{
    font-size: 20px;
  }
}
@media (min-width:768px){
  
  .staff_wrap{
    margin-top: 120px;
  }

  .staff_item{
    padding-top: 50px;
    padding-left: 5.85%;
  }
  .staff_item + .staff_item{
    margin-top: 50px;
  }
  .staff_item_inner{
    padding: 30px 30px 30px 0;
  }
  .staff_item_box1{
    width: 37.43%;
    margin-top: -80px;
    margin-left: -6.31%;
  }
  .staff_item_box2{
    width: 63.05%;
  }
  .staff_item_img.img_fit:before{
    padding-top: 125%;
  }
  
  .staff_item_name{
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .staff_item_comment{
    margin-bottom: 45px;
  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}



/*******************************
*　採用情報
********************************/
.pg_recruit{
  
}
.pg_recruit .section.sec1{
}
.pg_recruit .section.sec2{
  margin-top: 50px;
}


.pg_recruit .pg_msg_wrap{
  margin-bottom: 50px;
}

.recruit_tbl{
  
}
.recruit_tbl .table_rows_th,
.recruit_tbl .table_rows_td{
  padding: 12px 10px;
}
.recruit_tbl .table_rows_th{
  width: 110px;
}
.recruit_tbl .table_rows_td{
  
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  .pg_recruit .section.sec2{
    margin-top: 90px;
  }
  .pg_recruit .pg_msg_wrap{
    margin-bottom: 50px;
  }


  .recruit_tbl .table_rows_th, 
  .recruit_tbl .table_rows_td {
    padding-left: 35px;
  }
  .recruit_tbl .table_rows_th{
    width: 205px;
  }
  .recruit_tbl .table_rows_td{

  }
  
  .pg_recruit .home_menu_img{
    margin: 15px -15px 0;
  }
  
}
@media (min-width:1024px){
  
  .recruit_tbl .table_rows_th{
    width: 255px;
    padding-left: 35px;
  }
  .recruit_tbl .table_rows_td{
    padding-left: 30px;
  }
}
@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;
}

/* カテゴリ */
.product_category_nav{
  margin-bottom: 30px;
}
.product_category_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product_category_nav .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.product_category_nav .webgene-item a{
  display: block;
  border: 1px solid #181818;
  text-align: center;
  padding: 12px 0;
  position: relative;
}
.product_category_nav .webgene-item.active a{
}
.product_category_nav .webgene-item.active a:before {
  content: "";
  width: 100%;
  height: 12px;
  background: #181818;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.product_category_nav .webgene-item.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}


/* 一覧 */
.product_wrap{
  
}
.product_wrap .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product_wrap .webgene-item{
  width: 50%;
  padding: 10px 5px;
}
.product_wrap .webgene-item .img{
  background: #CCC;
  position: relative;
}
.product_wrap .webgene-item .img.img_fit:before{
  padding-top: 85.71%;
}
.product_wrap .webgene-item .category{
  position: absolute;
  top: 0;
  left: 0;
  background: #181818;
  color: #FFF;
  text-align: center;
  min-width: 120px;
  letter-spacing: 0.05em;
  padding: 0 3px;
}
.product_wrap .webgene-item .title{
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .product_category_nav .webgene-item a{
    font-size: 12px;
  }
  
  .product_category_nav .webgene-item:nth-child(n+3){
    margin-top: 10px;
  }
  .product_wrap .webgene-item .category{
    font-size: 10px;
    padding: 0 5px;
  }
}
@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_category_nav{
    margin-bottom: 50px;
  }
  .product_category_nav .webgene-blog{
    margin: 0 -15px;
  }
  .product_category_nav .webgene-item{
    width: 50%;
    padding: 0 15px;
  }
  .product_category_nav .webgene-item a{
  }
  .product_category_nav .webgene-item:nth-child(n+3){
    margin-top: 10px;
  }
  
  /* 一覧 */
  .product_wrap{

  }
  .product_wrap .webgene-blog{
    margin: 0 -10px;
  }
  .product_wrap .webgene-item{
    width: 33.333%;
    padding: 15px 10px;
  }
  .product_wrap .webgene-item .img{
  }
  .product_wrap .webgene-item .category{
    font-size: 14px;
  }
  
}
@media (min-width:1024px){
  
  /* カテゴリ */
  .product_category_nav{
    margin: 0 -10px;
    margin-bottom: 60px;
  }
  .product_category_nav .webgene-item{
    width: 25%;
    padding: 0 10px;
  }
  .product_category_nav .webgene-item a{
  }
  .product_category_nav .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .product_category_nav .webgene-item:nth-child(n+5){
    margin-top: 10px;
  }
  
  /* 一覧 */
  .product_wrap{

  }
  .product_wrap .webgene-blog{
    margin: 0 -15px;
  }
  .product_wrap .webgene-item{
    width: 33.333%;
    padding: 20px 15px;
  }
  .product_wrap .webgene-item .img{
  }
  
  
}
@media (min-width:1200px){
  
  /* カテゴリ */
  .product_category_nav{
    margin-bottom: 60px;
  }
  .product_category_nav .webgene-item{
    width: 25%;
    padding: 0 15px;
  }
  .product_category_nav .webgene-item a{
  }
  .product_category_nav .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .product_category_nav .webgene-item:nth-child(n+5){
    margin-top: 10px;
  }
  
}



/*******************************
*　
********************************/
.pg_product_detail{
  
}
.pg_works_detail .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

.product_detail{
  
}
.product_detail .thumb{
  padding: 0 30px;
  margin: 0 0 25px;
}
.product_detail .thumb .slick-arrow{
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.product_detail .thumb .slick-prev {
  left: 0;
}
.product_detail .thumb .slick-next {
  right: 0;
}
.product_detail .thumb img{
  width: 100%;
}

.product_detail .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
  
}
.product_detail .meta .category{
  min-width: 120px;
  padding: 0 5px;
  margin-right: 10px;
  background: #181818;
  color: #FFF;
  letter-spacing: 0.05em;
    
  text-align: center;
}
.product_detail .meta .title{
  font-size: 16px;
  font-weight: 400;
}
.product_detail .post_content{
  margin-bottom: 50px;
}

.product_detail .read_more a{
  margin: 0 auto;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .product_detail .meta .category{
    order: 1;
    margin-bottom: 10px;
    padding: 2px 30px;
  }
  .product_detail .meta .title{
    width: 100%;
    order: 2;
    
  }
}
@media (min-width:768px){
  .pg_works_detail{

  }
  .pg_works_detail .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .product_detail .thumb{
    padding: 0 50px;
    margin: 0 0 25px;
  }
  
  .product_detail .meta{
    padding: 0 50px;
  }
  .product_detail .meta .category{
    margin-right: 35px;
  }
  .product_detail .meta .title{
    font-size: 20px;
  }
  
  .product_detail .post_content{
    margin-bottom: 90px;
    padding: 0 50px;
  }

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

/*******************************
*　店舗情報
********************************/
.pg_access{
  
}
.pg_access .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}


.access_content_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.access_content_box1{
  width: 100%;
}
.access_content_box2{
  width: 100%;
    margin-top: 20px;
  }
.access_content_img.img_fit:before{
  padding-top: 74.07%;
}

.access_tbl{
  
}
.access_tbl .table_rows_th,
.access_tbl .table_rows_td{
  padding: 15px 10px;
  letter-spacing: 0.08em;
}
.access_tbl .table_rows_th{
  width: 90px;
}
.access_tbl .table_rows_td{
  
}

.access_map{
  margin-top: 50px;
}
.access_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_access{

  }
  .pg_access .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  
  
  .access_tbl .table_rows_th,
  .access_tbl .table_rows_td{
    line-height: 2.125;
  }
  .access_tbl .table_rows_th{
    padding-left: 20px;
    width: 145px;
  }
  .access_tbl .table_rows_td{
    padding-left: 20px;
  }
  
  .access_map{
    margin-top: 80px;
  }
  .access_map iframe{
    width: 100%;
    height: 350px;
  }
}
@media (min-width:1024px){
  
  .access_tbl .table_rows_th,
  .access_tbl .table_rows_td{
  }
  .access_tbl .table_rows_th{
    padding-left: 40px;
  }
  .access_tbl .table_rows_td{
    padding-left: 45px;
  }
  
  .access_content_box1{
    width: 48.64%;
  }
  .access_content_box2{
    width: 48.64%;
    margin-top: 0;
  }
  
}
@media (min-width:1200px){
  
  
}



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

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 25px 25px 20px;
  margin-bottom: 45px;
  font-family: "Noto Serif JP", serif;
}
.contact_info_tt{
  font-family: "Noto Serif JP", serif;
  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: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  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: 30px;
  }
}
@media (max-width:767px){
  
  .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: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
}
.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: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.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: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  margin-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 {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #b80000;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.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: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #c3d194;
}
.privacy_txt{
  letter-spacing: 0.04em;
}
.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 {
    margin-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }
  .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: 16px;
  }
}

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

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


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