@charset "UTF-8";


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

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@media (max-width:767px){
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0.075em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

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;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

/* 動画埋め込みのレスポンシブ対応 */
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:1200px){
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

/* 指定デバイスで改行を消す */
@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{
}
.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: 30px;
  position: relative;
  z-index: 1;
}
.pg_header_title{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_header_title_h1{
  font-size: 30px;
  font-weight: 400;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  white-space: nowrap;
  color: #FFF;
  /*-webkit-text-stroke: 2px #700917;*/
  text-shadow    : 
       2px  2px 1px #700917,
      -2px  2px 1px #700917,
       2px -2px 1px #700917,
      -2px -2px 1px #700917,
       2px  0px 1px #700917,
       0px  2px 1px #700917,
      -2px  0px 1px #700917,
       0px -2px 1px #700917; 
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

}
.pg_header_mv_img.img_fit:before{
  padding-top: 250px;
}

/* メインビジュアル */
.mv{
  position: relative;
  z-index: 1;
}
.mv_imgs{

}
.mv_img{

}
.mv_img.img_fit:before{
  padding-top: 350px;
}
.mv_box{
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.mv_logo{

}
.mv_logo img{
  width: 200px;
}
.mv_txt{
  color: #FFF;
  text-shadow: 0px 1px 7.52px rgba(0, 0, 0, 0.5);
  margin-top: 35px;
}
.mv_txt_p1{
  font-size: 20px;
  line-height: 1.5;
}
.mv_txt_p2{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 5px;
}

.hdr_reserve_btn{
  display: none;
}


@media (min-width:375px){

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

  .hdr1 {
  }
  .hdr_contact{
    display: none;
  }

  .ftr_logo img{
    width: 130px;
  }

  .hdr_sns{
    display: flex;
    align-items: center;
  }
  .hdr_sns_follow{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-right: 10px;
  }
  .hdr_sns_follow:after{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    margin-left: 10px;
    /*margin: 25px auto 0;*/
  }
  .hdr_sns_links{
    display: flex;
    align-items: center;
    /*flex-direction: column;*/
  }
  .hdr_sns_links_a{
    display: block;
  }
  .hdr_sns_links_a + .hdr_sns_links_a{
    margin-left: 10px;
  }
  .hdr_sns_links_a img{
    display: block;
    width: 25px;
  }

  .hdr_menu_btn{
    display: none;
  }
  
}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 500px;
  }
  .pg_header_title_h1{
    font-size: 48px;
  }
  
  .hdr_reserve_btn{
    display: block;
    position: fixed;
    z-index: 3;
    top: 50px;
    right: 0;
  }
  .hdr_reserve_btn a{
    display: block;
    width: 250px;
    padding: 11px 10px;
    background: #700917;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 0.075em;
    text-align: center;
    transition: 0.2s all;
  }
  .hdr_reserve_btn a em{
    font-size: 19px;
    font-family: "Forum", serif;
    font-style: normal;
    letter-spacing: 0.075em;
  }
  .hdr_reserve_btn a:hover{
    color: gold;
  }


  /* メインビジュアル */
  .mv{
  }
  .mv_img{

  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }
  .mv_box{
    top: 50%;
  }
  .mv_logo{

  }
  .mv_logo img{
    width: 200px;
  }
  .mv_txt{
    margin-top: 35px;
  }
  .mv_txt_p1{
    font-size: 36px;
  }
  .mv_txt_p2{
    font-size: 22px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }
  .pg_header_title_h1{
    font-size: 64px;
  }

  .mv_img.img_fit:before{
    padding-top: 700px;
  }
}

/*@media (min-width:768px) and (max-width:1199px){*/
@media (min-width:768px) and (max-width:1365px){

  .header{
    background: #FFF;
    background: #EEE;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
  }
  .hdr1{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hdr_logo{
  }
  .hdr_menu_btn{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hdr_menu_btn img{
    transform: rotate(90deg);
  }
  .hdr_sns{
    display: flex;
    align-items: center;
  }
  .hdr_sns_follow{
    display: flex;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-right: 10px;

  }
  .hdr_sns_follow:after{
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #000;
    margin-left: 10px;
    /*margin: 25px auto 0;*/
  }

  .hdr_sns_links{
    display: flex;
    /*flex-direction: column;*/
  }
  .hdr_sns_links_a{
    display: block;
  }
  .hdr_sns_links_a + .hdr_sns_links_a{
    margin-left: 20px;
  }
  .hdr_sns_links_a img{
    display: block;
    width: 25px;
  }
}

@media (min-width:1200px){
  
  .mv_logo img{
    width: 300px;;
  }
  
}
/**/
@media (min-width:1366px){

  .header{
    background: #EEE;
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
  }
  .hdr_logo{
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .hdr_menu_btn{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .hdr_sns{
    position: absolute;
    z-index: 1;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .hdr_sns_follow{
    display: flex;

    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .hdr_sns_follow:after{
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #000;
    margin: 25px auto 0;
  }

  .hdr_sns_links{
    display: flex;
    flex-direction: column;
  }
  .hdr_sns_links_a{
    display: block;
  }
  .hdr_sns_links_a + .hdr_sns_links_a{
    margin-top: 20px;
  }
  .hdr_sns_links_a img{
    display: block;
    width: 25px;
  }

  .hdr_reserve_btn{
    top: 0;
    right: 0;
  }

  /* メインビジュアル */
  .mv{
  }
  .mv_img{

  }
  .mv_img.img_fit:before{
    padding-top: 900px;
  }
  .mv_box{
    top: 50%;
  }
  .mv_logo{

  }
  .mv_logo img{
    width: auto;
  }
  .mv_txt{
    margin-top: 35px;
  }
  .mv_txt_p1{
    font-size: 45px;
  }
  .mv_txt_p2{
    font-size: 22px;
  }

  .pg_header{
    margin-left: 100px;
    margin-bottom: 128px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 900px;
  }
  .gjs-dashed .pg_header{
    margin-left: 0;
  }
  
  /* ページメイン部分の調整 */
  
  #root > [class*="pg_"]:not(.pg_header){
    padding-left: 100px;
  }
  
}





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

.footer{
  margin-top: 50px;
  padding-top: 50px;
  background: #700917;
  color: #FFF;
}

.ftr1{
  
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 15px;
  text-align: center;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}
.ftr_sns{
  display: flex;
  justify-content: center;
}
.ftr_sns a{
  margin: 0 10px;
  filter:invert(1);
}
.ftr_sns a img{
  height: 28px;
}

/*.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_salon_info{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.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;
  background: #FFF;
  color: #181818;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  border-top: 2px solid gold;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #700917;
  color: #FFF;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #FFF;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #700917;
}
.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;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #ad1025;
}
.pagetop a i{
  font-size: 40px;
}



@media (min-width:375px){

}

@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  .ftr_salon_info{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .ftr_salon_info .home_salon_info{
    width: 100%;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
    padding-top: 75px;
  }
  
  .ftr_copy{
    margin-top: 75px;
  }
}
@media (min-width:1200px){

}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }
  
  .ftr_salon_info .home_salon_info{
    font-size: 14px;
  }
}





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

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

  .footer{
    margin-top: 250px;
  }
}
@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: 10px 15px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #eeeeee;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #eeeeee;
  vertical-align: top;
  border-left: 0;
}
.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: 50px 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;
}

.anchor{
  position: relative;
  top: -30px;
}


.read_more{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.read_more_a{
  width: 190px;
  padding: 0 0 8px;
  font-size: 16px;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  text-align: center;
  color: #700917;
  border-bottom: 1px solid currentColor;
  position: relative;
  z-index: 1;
}
.read_more_a:hover{
  color: #700917;
}
.read_more_a:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: 0.2s all;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.read_more_a:hover:after{
  width: 100%;
}

.read_more_a p{
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more_a:hover p{
  transform: scale(1.05);
}
.read_more_a p:after{
  content: " →";
  position: absolute;
  left: 100%;
  margin-left: 5px;
  transition: 0.2s all;
}
.read_more_a:hover p:after{
  /*margin-left: 10px;*/
}


.read_more_a2{
  width: 190px;
  padding: 8px 0 8px;
  font-size: 16px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.075em;
  text-align: center;
  background: #700917;
  color: #FFF;
  /*border-bottom: 1px solid currentColor;*/
  position: relative;
  z-index: 1;
}
.read_more_a2:hover{
  color: gold;
}

@media (max-width:374px){

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

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

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

  .anchor{
    top: -100px;
  }

  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

  .read_more.right{
    justify-content: flex-end;
  }
  .read_more.left{
    justify-content: flex-start;
  }

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

  /* ページネーション */
  .webgene-pagination{
    margin-top: 120px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }

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


}


.section + .section{
  margin-top: 50px;
}
@media (min-width:768px){
  .section + .section{
    margin-top: 70px;
  }
}
@media (min-width:1024px){
  .section + .section{
    margin-top: 120px;
  }
}
@media (min-width:1200px){
  
}


/*******************************
*　HOME
********************************/
.pg_home{
  overflow: hidden;
  margin-top: 50px;
}
.pg_home .section + .section{
  margin-top: 70px;
}
.pg_home .section.sec1{
  
}
.pg_home .section.sec2{
  
}
.pg_home .section.sec3{
  
}
.pg_home .section.sec4{
  
}
.pg_home .section.sec5{
  
}
.pg_home .section.sec6{
  background: #f4f2ef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec7{
  
}
.pg_home .section.sec8{
  
}
.pg_home .section.sec9{
  
}

/* 見出し */
.home_tt1{
  display: flex;
  margin-bottom: 30px;
}
.home_tt1_p1{
  font-size: 36px;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.home_tt1_p2{
  /*font-size: 40px;*/
  font-size: 0.7142em;
  font-family: "Ephesis", serif;
  color: #eae1d2;
  position: absolute;
  z-index: 1;
  /*right: -50px;*/
  right: -1.25em;
  bottom: 0;
  transform: rotate(-20deg);
}

/* 見出し2 */
.home_tt2{
  font-family: "Forum", serif;
  text-align: center;
  margin-bottom: 30px;
}
.home_tt2_p1{
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 1;
}
.home_tt2_p2{
  font-size: 32px;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: 10px;
}
.home_tt2_msg{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.1875;
  text-align: justify;
  margin-bottom: 30px;
}
.home_tt2 + .home_tt2_msg{

}

/* About */
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home_about:before{
  content: "";
  background: #700917;
  position: absolute;
  z-index: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 66vw;
}
.home_about_box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_about_box2{
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_about_desc{

}

.home_about_title_ja{
  margin-bottom: 15px;
}
.home_about_title_ja_p1,
.home_about_title_ja_p2{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.652;
}
.home_about_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.home_about_img1{

}
.home_about_img1.img_fit:before{
  padding-top: 88.888%;
}
.home_about_img2{

}
.home_about_img2.img_fit:before{
  padding-top: 133.333%;
}


/* コンセプト */
.home_concept{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.home_concept_box1{
  width: 100%;
}
.home_concept_box2{
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.home_concept_imgs{
  margin-top: 30px;
}
.home_concept_imgs_inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.home_concept_img1{

}
.home_concept_img1.img_fit:before{
  padding-top: 68.03%;
}
.home_concept_img1_logo{
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.home_concept_img1_line{
  width: 1px;
  /*height: 298px;*/
  height: 68%;
  background: #700917;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(39.5deg) translate(0%, -36%);
  transform: rotate(39.5deg) translate(0%, -36%);
}

.home_concept_img2{
  width: 58.55%;
  margin-bottom: 5.92%;
}

.home_concept_img2.img_fit:before{
  padding-top: 75.28%;
}
.home_concept_img2 img{
  z-index: 1;
}
.home_concept_img2:after{
  content: "";
  background: #f6f2ec;
  position: absolute;
  z-index: 0;
  width: 64.04%;
  height: 83.58%;
  bottom: -30px;
  left: -30px;
}
.home_concept_img3{
  width: 37.5%;

}
.home_concept_img3.img_fit:before{
  padding-top: 89.82%;
}

/* Menu */
.home_menu{
  position: relative;
  z-index: 1;
}
.home_menu:after{
  content: "";
  background: #f6f2ec;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 48.71%;
  pointer-events: none;
}
.home_menu_item{
  display: block;
  position: relative;
  z-index: 1;
}
.home_menu_item:nth-child(n+2){
  margin-top: 20px;
}
.home_menu_item:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: rgba(0,0,0,0.3);
  transition: 0.2s all;
}
.home_menu_item:after{
  content: "";
  background-image: url('/system_panel/uploads/images/icon_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 25px;
  bottom: auto;
  right: 20px;
  transition: 0.2s all;
}
.home_menu_item_img{
  overflow: hidden;
}
.home_menu_item_img.img_fit:before{
  padding-top: 185px;
}
.home_menu_item_img img{
  transition: 0.2s all;
}
.home_menu_item_title{
  font-size: 32px;
  font-weight: 400;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
  color: #FFF;
  text-shadow: 0px 2px 2.97px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.home_menu_item_txt{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  text-shadow: 0px 2px 2.97px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: justify;
}
.home_menu_item_txt p{
  letter-spacing: 0.01em;
}

.home_menu_item:hover{

}
.home_menu_item:hover:before{
  background: rgba(0,0,0,0.7);
}
.home_menu_item:hover:after{
  margin-right: -10px;
}
.home_menu_item:hover .home_menu_item_img img{
  transform: scale(1.05);
}

.home_menu_item:nth-child(odd) {
  margin-right: 30px;
}
.home_menu_item:nth-child(even){
  margin-left: 30px;
}

/* サービス */
.home_service{

}
.home_service_row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_service_item{
  width: 100%;
  padding: 0 5px;
  margin: 10px 0;
}
.home_service_item_inner{
  display: block;
  position: relative;
  z-index: 1;
}

.home_service_item_img{
  overflow: hidden;
}
.home_service_item_img.img_fit:before{
  /*padding-top: 240px;*/
  padding-top: 47.52%;
}
.home_service_item_img img{
  transition: 0.2s all;
}
.home_service_item_img:after{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transition: 0.2s all;
}
.home_service_item_title_en{
  font-size: 25px;
  font-family: "Cardo", serif;
  letter-spacing: 0.075em;
  color: #FFF;
  text-shadow: 0px 1px 7.52px rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 5px;
}
.home_service_item_title_ja{
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  margin-top: 5px;
}
.home_service_item_more{
  font-size: 16px;
  font-family: "Forum", serif;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  text-shadow: 0px 1px 7.52px rgba(0, 0, 0, 0.8);
}
.home_service_item_more p{
  transition: 0.2s all;
}

.home_service_item_line{
  width: 1px;
  /*height: 298px;*/
  height: 38%;
  background: #700917;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 0;
  -webkit-transform: rotate(35deg) translate(0%, -33%);
  transform: rotate(35deg) translate(0%, -33%);
}
.home_service_item_inner:hover .home_service_item_img:after{
  background: rgba(0,0,0,0.7);
}
.home_service_item_inner:hover .home_service_item_img img{
  transform: scale(1.05);
}
.home_service_item_inner:hover .home_service_item_more p{
  margin-right: -10px;
}

/* CASE */
.home_case_head{
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.home_case_head:after{
  content: "";
  background: #700917;
  position: absolute;
  z-index: 0;
  top: 31.42%;
  bottom: 0;
  left: -15px;
  right: -15px;
}
.home_case_head .home_tt1{
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
}
.home_case_head .home_tt1_p1{

}
.home_case_head .home_tt1_p2{
  color: rgba(255,255,255,0.5);
  color: #FFF;
  opacity: 0.25;
}
.home_case_head_img{
  position: relative;
  z-index: 1;
}
.home_case_head_img.img_fit:before{
  padding-top: 150px;
}
.home_case_head_img:after{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  inset: 0;
}

/* CASE(スライド) */
.home_cases_wrap{
  position: relative;
  z-index: 1;
}
.home_cases{
  margin-top: -40px;
}
.home_cases_item{

}
.home_cases_item .img{
  background: #aaa
}
.home_cases_item .img.img_fit:before{
  padding-top: 121.56%;
}

.home_cases_wrap .home_products_nav_btns{
  width: auto;
  margin: 20px 0 0 0;
  justify-content: center;
}
.home_cases_wrap .home_products_nav_btns .prev, 
.home_cases_wrap .home_products_nav_btns .next{
  width: 45px;
  height: 45px;
}
.home_cases_wrap + .read_more{
  
}

/* Prodcut */
.home_product_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_product_box1{
  width: 100%;
}
.home_product_box2{
  width: 100%;
}
.home_product_box3{
  width: 100%;
}

.home_products{

}
.home_products_item{

}
.home_products_item_img{

}
.home_products_item_img.img_fit:before{
  padding-top: 71.42%;
}
.home_products_item_category{
  margin-top: 10px;
}
.home_products_item_category p{
  display: inline-block;
  min-width: 95px;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  padding: 0 10px;
}
.home_products_item_title{
  margin-top: 3px;
}

.home_products_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.home_products_nav_btns{
  display: flex;
  justify-content: center;
  width: 100%;
}
.home_products_nav_btns .prev,
.home_products_nav_btns .next{
  background: #FFF;
  color: #700917;
  border: 1px solid #700917;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s all;
}
.home_products_nav_btns .prev:after,
.home_products_nav_btns .next:after{
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s all;
}
.home_products_nav_btns .prev:after{
  content: "\f053";
  left: 47%;
}
.home_products_nav_btns .next:after{
  content: "\f054";
  left: 53%;
}
.home_products_nav_btns .next{
  margin-left: 30px;
}
.home_products_nav_btns .prev:hover,
.home_products_nav_btns .next:hover{
  background: #700917;
  color: #FFF;
}

.home_products_nav_pages{
  width: 100%;
  /*width: calc(100% - 255px);*/
}
.home_products_nav_pages .swiper-pagination{
  display: flex;
  position: static !important;
}
.home_products_nav_pages .swiper-pagination-bullet{
  width: 100%;
  height: 2px;
  background: #dad2c5;
  margin: 0 0 !important;
  opacity: 1;
  border-radius: 0 !important;
}

.home_products_nav_pages .swiper-pagination-bullet-active{
  background: #700917;
}

/* 管理画面用 */
.gjs-dashed .home_products{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gjs-dashed .home_products_item{
  /*width: calc(25% - 20px);*/
  width: 25%;
  padding: 10px 10px;
}

/* NEWS */
.home_news{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_news_box1{
  width: 100%;
}
.home_news_box2{
  width: 100%;
  margin-top: 20px;
}
.home_news_tt{
  font-size: 32px;
  font-weight: 400;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
}

/* SALON */
.home_salon{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.home_salon_box1{
  width: 100%;
}
.home_salon_box2{
  width: 100%;
  margin-top: 30px;
  padding: 50px 0; 
  position: relative;
  z-index: 1;
}
.home_salon_box2:after{
  content: "";
  background: #700917;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
}
.home_salon_tt{
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.home_salon_tt em{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.075em;
}
.home_salon_info{
  font-size: 15px;
}
.home_salon_info_dl{
  display: flex;
  flex-wrap:wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.home_salon_info_dl + .home_salon_info_dl{
  
}
.home_salon_info_dt{
  width: 90px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.home_salon_info_dt:after{
  content: "／";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home_salon_info_dd{
  width: calc(100% - 95px);
}
.home_salon_img{
  position: relative;
  z-index: 2;
}
.home_salon_img img{
  z-index: 2;
}
.home_salon_img.img_fit:before{
  padding-top: 69.17%;
}
.home_salon_img:after{
  content: "";
  border: 1px solid #FFF;
  position: absolute;
  z-index: 0;
  inset: 0;
  -webkit-transform: rotate(3deg) translate(6px, -3px);
  transform: rotate(3deg) translate(6px, -3px);
}

/* RESERVE */
.home_reserve{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_reserve_box1{
  width: 100%;
}
.home_reserve_box2{
  width: 100%;
}
.home_reserve_box3{
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_reserve_tt{
  font-size: 42px;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  text-align: center;
  color: #700917;
  margin-bottom: 0px;
}
.home_reserve_txt1{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.583;
  text-align: center;
  margin-bottom: 20px;
}
.home_reserve_txt2{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.home_reserve_img1{
  
}
.home_reserve_img1.img_fit:before{
  padding-top: 142.85%;
}
.home_reserve_img2{
  
}
.home_reserve_img2.img_fit:before{
  padding-top: 121.93%;
}
.home_reserve_img3{
  
}
.home_reserve_img3.img_fit:before{
  padding-top: 73.68%;
}


@media (min-width:375px){

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

  /**/
  .home_tt1{
    justify-content: center;
  }

  /**/
  .home_about_title_ja{
    text-align: center;
  }
  
  /**/
  .home_product_box1{
    order: 1;
  }
  .home_product_box2{
    order: 3;
  }
  .home_product_box3{
    order: 2;
  }

  .home_products_nav_btns{
    order: 2;
    margin-top: 20px;
  }
  .home_products_nav_btns .prev:after,
  .home_products_nav_btns .next:after{
    font-size: 14px;
  }
  .home_products_nav_btns .next{
    margin-left: 30px;
  }
  .home_products_nav_pages{
    order: 1;
  }
  
  /**/
  .home_concept_img1_logo{
    width: 100px;
  }

  /**/
  .home_reserve_box2{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home_reserve_box3{
    padding-bottom: 30px;
  }
  .home_reserve_img1{
    width: 60%;
    margin: 0 auto;
  }
  .home_reserve_img2{
    width: 55.41%;
    margin-left: auto;
  }
  .home_reserve_img3{
    width: 48.40%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  
  .home_cases_wrap{
    margin-left: -15px;
    margin-right: -15px;
  }
  .home_products{
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width:1023px){


  .home_about{
    align-items: flex-end;
  }
  .home_about_box1,
  .home_about_box2{
    display: contents;
  }
  .home_about_desc{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    order: 1;
  }
  .home_about_img1,
  .home_about_img2{
    width: 49%;
    position: relative;
    z-index: 1;
  }
  .home_about_img1{
    order: 3;
  }
  .home_about_img2{
    order: 2;
    margin-bottom: 9%;
  }

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

  .pg_home{
    margin-top: 140px;
  }
  .pg_home .section + .section{
    margin-top: 140px;
  }
  .pg_home .section.sec1{
    
  }
  .pg_home .section.sec2{
    margin-top: 100px;
  }
  .pg_home .section.sec3{
    margin-top: 100px;
  }
  .pg_home .section.sec4{
    margin-top: 100px;
  }
  .pg_home .section.sec5{
    margin-top: 100px;
  }
  .pg_home .section.sec6{
    margin-top: 120px;
    padding-top: 93px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec7{
    margin-top: 100px;
  }
  .pg_home .section.sec8{
    margin-top: 100px;
  }
  .pg_home .section.sec9{
    margin-top: 100px;
  }

  /* 見出し */
  .home_tt1{
    margin-bottom: 43px;
  }
  .home_tt1_p1{
    font-size: 46px;
  }
  .home_tt1_p2{
    /*font-size: 40px;*/
    font-size: 0.7142em;
    /*right: -50px;*/
    right: -1.25em;
  }


  /* 見出し2 */
  .home_tt2{
    margin-bottom: 50px;
  }
  .home_tt2_p1{
    font-size: 35px;
  }
  .home_tt2_p2{
    font-size: 56px;
    margin-top: 10px;
  }

  .home_tt2_msg{
    font-size: 16px;
    line-height: 2.1875;
    text-align: center;
    margin-bottom: 30px;
  }
  .home_tt2 + .home_tt2_msg{
    margin-top: -12px;
  }
  
  /* About */
  .home_about_title_ja_p1, 
  .home_about_title_ja_p2{
    font-size: 23px;
  }
  
  .home_concept_box2{
    margin-top: 80px;
  }
  
  /* Menu */
  .home_menu{

  }
  .home_menu:after{
    width: 80%;
    /*height: 48.71%;*/
  }
  .home_menu_item{
  }
  .home_menu_item:nth-child(n+2){
    margin-top: 25px;
  }
  .home_menu_item:after{
    width: 42px;
    height: 42px;
    top: auto;
    bottom: 30px;
    right: 30px;
  }
  .home_menu_item_img{

  }
  .home_menu_item_img.img_fit:before{
    padding-top: 250px;
  }
  .home_menu_item_title{
    font-size: 40px;
    top: 20px;
    left: 20px;
  }
  .home_menu_item_txt{
    font-size: 16px;
    line-height: 1.75;
    left: 20px;
    right: 90px;
    bottom: 10px;
  }
  .home_menu_item_txt p{
    letter-spacing: 0.075em;
  }

  .home_menu_item:nth-child(odd) {
    margin-right: 100px;
  }
  .home_menu_item:nth-child(even){
    margin-left: 100px;
  }

  /* サービス */
  .home_service{

  }
  /*.home_service_row{
    margin: 0 -10px;
  }
  .home_service_row:nth-child(odd){
  }
  .home_service_row:nth-child(even){
  }
  .home_service_item{
    width: 33.333%;
    padding: 0 10px;
    margin: 10px 0;
  }
  .home_service_item_img.img_fit:before{
    padding-top: 240px;
  }*/
  .home_service_item_title_en{
    font-size: 25px;
    left: 10px;
    bottom: 5px;
  }
  .home_service_item_title_ja{
    font-size: 16px;
    margin-top: 5px;
  }
  .home_service_item_more{
    font-size: 16px;
  }


  /* CASE */
  .home_case_head{
    padding-bottom: 30px;
  }
  .home_case_head:after{
    top: 31.42%;
    left: -30px;
    right: -30px;
  }
  .home_case_head_img.img_fit:before{
    padding-top: 250px;
  }

  /* CASE(スライド) */
  .home_cases{
    margin-top: -60px;
  }
  .home_cases_item{

  }
  .home_cases_item .img{
  }
  .home_cases .read_more{
    margin-top: 50px;
  }
  
  .home_cases_wrap .home_products_nav_btns{
    width: auto;
    margin: 0;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -30px;
    right: -30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .home_cases_wrap .home_products_nav_btns .prev, 
  .home_cases_wrap .home_products_nav_btns .next{
    width: 45px;
    height: 45px;
  }
  .home_cases_wrap + .read_more{

  }
  
  /* Prodcut */
  .home_product_wrap{
  }
  .home_product_box1{
    width: 50%;
  }
  .home_product_box2{
    width: 50%;
  }
  .home_product_box3{
    width: 100%;
    /*width: auto;*/
  }
  .home_products{
    margin-right: calc(345px - 50vw);
  }
  
  .home_products_nav{
    margin-top: 30px;
  }
  .home_products_nav_btns{
    justify-content: flex-start;
    width: 160px;
  }
  .home_products_nav_btns .prev,
  .home_products_nav_btns .next{
    width: 65px;
    height: 65px;
  }
  .home_products_nav_btns .prev:after,
  .home_products_nav_btns .next:after{
    font-size: 14px;
  }
  .home_products_nav_btns .next{
    margin-left: 30px;
  }
  .home_products_nav_pages{
    width: calc(100% - 200px);
  }
  
  .home_product_wrap .read_more{
    margin-top: 5px;
  }

  /* NEWS */
  .home_news{
  }
  .home_news_box1{
    width: 100px;
  }
  .home_news_box2{
    width: calc(100% - 100px);
    margin-top: 0;
  }
  .home_news_tt{
    font-size: 46px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  
  /* SALON */
  .home_salon{
    
  }
  /*.home_salon_box1{
    width: 100%;
  }
  .home_salon_box2{
    width: 100%;
    margin-top: 30px;
  }*/
  
  .home_salon_box1{
    /*width: 40.09%;*/
    width: 45%;
  }
  .home_salon_box2{
    width: 51.35%;
    margin-top: 0;
    padding: 50px 0;
  }
  .home_salon_box2:after{
    top: 0;
    bottom: 0;
    left: 16.66%;
    right: 0;
    margin-right: calc(345px - 50vw);
  }
  
  .home_salon_info{
    font-size: 15px;
  }
  .home_salon_info_dl{
    
  }
  .home_salon_info_dt{
    width: 90px;
  }
  .home_salon_info_dd{
    width: calc(100% - 95px);
  }
  
  /* RESERVE */
  .home_reserve{
  }
  
  .home_reserve_tt{
    font-size: 60px;
    margin-bottom: 10px;
  }
  .home_reserve_txt1{
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
  .home_reserve_txt2{
    font-size: 16px;
    text-align: center;
  }
  .home_reserve_img1{

  }
  .home_reserve_img2{

  }
  .home_reserve_img3{

  }
  .home_reserve .read_more{
    margin-top: 50px;
  }
  .home_reserve .read_more_a{
    width: 220px;
  }
  
}
@media (min-width:768px) and (max-width:1023px){
  
  /* RESERVE */
  .home_reserve{
  }
  .home_reserve_box1{
    width: 30%;
    order: 2;
  }
  .home_reserve_box2{
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }
  .home_reserve_box3{
    width: 69%;
    padding-bottom: 50px;
    order: 3;
  }
  .home_reserve_img1{
    
  }
  .home_reserve_img2{
    width: 55.41%;
    margin-left: auto;
  }
  .home_reserve_img3{
    width: 48.40%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
  }
  
}
@media (min-width:992px){
  /* SALON */
  .home_salon{
    
  }
  .home_salon_box2:after{
    margin-right: calc(465px - 50vw);
  }
  .home_products{
    margin-right: calc(465px - 50vw);
  }
}
@media (min-width:1024px){

  /* 見出し */
  .home_tt1{
    margin-bottom: 43px;
  }
  .home_tt1_p1{
    font-size: 56px;
  }

  /* About */
  .home_about{
  }
  .home_about:before{
    left: 95px;
    right: 95px;
    height: 380px;
  }
  .home_about_box1{
    width: 48.64%;
    order: 2;
  }
  .home_about_box2{
    width: 48.64%;
    order: 1;
  }
  .home_about_desc{

  }

  .home_about_title_ja{
    margin-bottom: 20px;
  }
  .home_about_title_ja_p1,
  .home_about_title_ja_p2{
    font-size: 23px;
    letter-spacing: 0.05em;
  }
  .home_about_txt{
    font-size: 16px;
  }
  .home_about_img1{
    margin-top: 23px;
  }
  .home_about_img1.img_fit:before{
    padding-top: 88.888%;
  }
  .home_about_img2{
    margin-top: 7px;
  }
  .home_about_img2.img_fit:before{
    padding-top: 133.333%;
  }

  /* コンセプト */
  .home_concept{

  }
  .home_concept_box1{
    width: 34.23%;
  }
  .home_concept_box2{
    width: 57.20%;
    margin-top: 0;
    margin-bottom: 65px;
  }
  .home_concept_imgs{
    margin-top: 5px;
  }
  .home_concept_imgs_inner{
    max-width: 760px;
    margin-left: auto;
    margin-right: 65px;
  }

  .home_concept_img1{

  }
  .home_concept_img2{
    width: 58.55%;
  }
  .home_concept_img3{
    width: 37.5%;
  }
  
  .home_concept .read_more{
    margin-top: 40px;
  }

  /* Menu */
  .home_menu{

  }
  .home_menu:after{
    width: 80%;
    /*height: 48.71%;*/
  }
  .home_menu_item:nth-child(odd) {
    margin-right: 150px;
  }
  .home_menu_item:nth-child(even){
    margin-left: 150px;
  }

  /* サービス */
  /*.home_service{
    
  }
  .home_service_row{
    margin: 0 -17.5px;
  }
  .home_service_row:nth-child(odd){
    margin-right: 47.5px;
  }
  .home_service_row:nth-child(even){
    margin-left: 47.5px;
  }
  
  .home_service_item{
    width: 50%;
    width: calc(505px + 35px);
    padding: 0 17.5px;
  }
  .home_service_row.wide{
    margin-left: calc(-220px - 17.5px);
    margin-right: calc(-255px - 17.5px);
  }*/

  /* CASE */
  .home_case_head{
  }
  .home_case_head:after{
    top: 31.42%;
    left: -40px;
    right: -40px;
  }
  .home_case_head_img.img_fit:before{
    padding-top: 320px;
  }

  /* NEWS */
  .home_news{
  }
  .home_news_box1{
    width: 160px;
  }
  .home_news_box2{
    width: calc(100% - 160px);
  }
  .home_news_tt{
    font-size: 56px;
  }
  
  
  /* SALON */
  .home_salon{
    
  }
  .home_salon_box1{
    width: 40.09%;
  }
  .home_salon_box2{
    width: 51.35%;
    margin-top: -55px;
    padding: 80px 0;
  }
  .home_salon_box2:after{
    margin-right: calc(345px - 50vw);
  }
  .home_salon_tt{
    font-size: 28px;
    padding-bottom: 25px;
    margin-top: -5px;
    margin-bottom: 25px;
  }
  .home_salon_info{
  }
  .home_salon_info_dl{
    line-height: 2.133;
  }
  .home_salon_info_dt{
    /*width: 90px;*/
  }
  .home_salon_info_dd{
    /*width: calc(100% - 95px);*/
  }
  
  /* RESERVE */
  .home_reserve{
  }
  .home_reserve_box1{
    width: 20%;
    margin-top: 50px;
  }
  .home_reserve_box2{
    /*width: 48.64%;*/
    width: 60%;
  }
  .home_reserve_box3{
    width: 17.11%;
    margin-top: 75px;
  }
  .home_reserve_tt{
    font-size: 64px;
    margin-bottom: 10px;
  }
  .home_reserve_txt1{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .home_reserve_txt2{
    font-size: 16px;
  }
  .home_reserve_img1{
    /*margin-left: -95px;*/
  }
  .home_reserve_img2{
    margin-right: -30px;
  }
  .home_reserve_img3{
    width: 120%;
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
  }
}
@media (min-width:768px) and (max-width:1199px){

  /* サービス */
  .home_service{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -17.5px;
  }
  .home_service_row{
    display: contents;
  }
  .home_service_item{
    width: 50%;
    padding: 0 17.5px;
  }
  .home_service_item_img.img_fit:before{
    padding-top: 47.52%;
  }
}
@media (min-width:1200px){

  .pg_home .section.sec1{
    
  }
  .pg_home .section.sec2{
    margin-top: 152px;
  }
  .pg_home .section.sec3{
    margin-top: 105px;
  }
  .pg_home .section.sec4{
    margin-top: 140px;
  }
  .pg_home .section.sec5{
    margin-top: 190px;
  }
  .pg_home .section.sec6{
    margin-top: 120px;
    padding-top: 93px;
    padding-bottom: 100px;
  }
  .pg_home .section.sec7{
    margin-top: 120px;
  }
  .pg_home .section.sec8{
    margin-top: 205px;
  }
  .pg_home .section.sec9{
    margin-top: 110px;
  }
  
  /* About */
  .home_about_box2{
    margin-bottom: 100px;
  }
  
  /* メニュー */
  .home_menu{

  }
  .home_menu:after{
    width: 100%;
    height: 48.71%;
  }
  .home_menu_item{
  }
  .home_menu_item:after{
    width: 42px;
    height: 42px;
    bottom: 30px;
    right: 30px;
  }
  .home_menu_item_img.img_fit:before{
    padding-top: 360px;
  }
  .home_menu_item_title{
    font-size: 56px;
    left: 33px;
  }
  .home_menu_item_txt{
    /*left: 25.5%;*/
    left: 16.5%;
    right: 80px;
    bottom: 25px;
  }
  .home_menu_item_txt p{
    letter-spacing: 0.075em;
  }

  /* 画面幅まで伸ばす .container=max:1140 */
  .home_menu_item:nth-child(odd) {
    margin-left: calc(555px - 50vw + 100px);
    margin-right: 190px;
  }
  .home_menu_item:nth-child(even){
    margin-right: calc(555px - 50vw + 65px);
    margin-left: 225px;
  }


  /* サービス */
  .home_service{
    margin-top: -20px;
  }
  .home_service_row{
    justify-content: center;
    margin: 0 -17.5px;
  }
  .home_service_row:nth-child(odd){
    /*margin-right: 47.5px;*/
  }
  .home_service_row:nth-child(even){
    /*margin-left: 47.5px;*/
    margin-left: 0;
  }

  .home_service_item{
    width: 33.333%;
    padding: 0 17.5px;
    margin: 27px 0;
  }
  .home_service_row.wide{
    /*margin-left: calc(-220px - 17.5px);*/
    /*margin-right: calc(-255px - 17.5px);*/
    margin-left: -70px;
    margin-right: -70px;
  }
  .home_service_row.wide .home_service_item{
    /*width: 33.333%;*/
  }

  /* CASE */
  .home_case_head{
  }
  .home_case_head:after{
    top: 31.42%;
    left: -65px;
    right: -65px;
  }
  .home_case_head_img.img_fit:before{
    padding-top: 320px;
  }
  
  .home_cases_wrap .home_products_nav_btns{
    left: -62px;
    right: -62px;
  }
  .home_cases_wrap .home_products_nav_btns .prev, 
  .home_cases_wrap .home_products_nav_btns .next{
    width: 45px;
    height: 45px;
  }
  .home_cases_wrap + .read_more{
    margin-top: 55px;
  }
  
  /*  */
  .home_products_item{
    width: 350px;
  }
  .home_products_nav{
    margin-top: 50px;
  }
  .home_products_nav_pages {
    width: calc(100% - 255px);
  }
  .home_products{
    margin-right: calc(555px - 50vw);
  }
  
  /*  */
  .home_news .read_more{
    margin-top: 52px;
  }
  
  /* SALON */
  .home_salon{
    
  }
  .home_salon_box2:after{
    margin-right: calc(555px - 50vw);
  }
  .home_salon_img{
    margin-right: -95px;
  }
  .home_salon .home_tt1_p2{
    right: -2.3em;
  }
  .home_salon .read_more{
    margin-top: 45px;
  }
  
  /* RESERVE */
  .home_reserve_box1{
    width: 22.97%;
    margin-top: 180px;
  }
  .home_reserve_box2{
    /*width: 48.64%;*/
    width: 49.64%;
  }
  .home_reserve_box3{
    width: 17.11%;
    margin-top: 100px;
    padding-bottom: 200px;
  }
  
  .home_reserve_img1{
    margin-left: -95px;
  }
  .home_reserve_img2{
    margin-right: -120px;
  }
  .home_reserve_img3{
    width: 180%;
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 0;
  }
  
  .home_reserve_tt{
    font-size: 96px;
  }
  .home_reserve_txt1{
    font-size: 24px;
  }
  
  
}

@media (min-width:1366px){
  .pg_home{
    /*padding-left: 100px;*/
  }
}
@media (min-width:1780px){
  
  /* MENU */
  .home_menu_item_txt{
    left: 25.5%;
    right: 80px;
    bottom: 25px;
  }
  
  /* サービス */
  .home_service{
    margin-top: -20px;
  }
  .home_service_row{
    justify-content: flex-start;
    margin: 0 -17.5px;
  }
  .home_service_row:nth-child(odd){
    /*margin-right: 47.5px;*/
  }
  .home_service_row:nth-child(even){
    margin-left: 47.5px;
  }

  .home_service_item{
    width: 50%;
    width: calc(505px + 35px);
    padding: 0 17.5px;
    margin: 27px 0;
  }
  .home_service_row.wide{
    margin-left: calc(-220px - 17.5px);
    margin-right: calc(-255px - 17.5px);
  }
  .home_service_row.wide .home_service_item{
    /*width: 33.333%;*/
  }
  
  /* RESERVE */
  .home_reserve_img1{
    margin-left: -95px;
  }
  .home_reserve_img2{
    margin-right: -245px;
  }
  .home_reserve_img3{
    width: 200%;
    position: absolute;
    z-index: 1;
    right: 160px;
    bottom: 0;
  }
}




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



/*******************************
*　
********************************/
.pg_concept{

}

.pg_concept .section.sec1{
}
.pg_concept .section.sec2{
  background: #700917;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_concept .section.sec3{
}

/* 概要 */
.concept_about{
  
}
.concept_about_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept_about_row + .concept_about_row{
  margin-top: 50px;
}
.concept_about_box1{
  width: 100%;
}
.concept_about_box2{
  width: 100%;
  margin-top: 20px;
}
.concept_about_title1{
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.concept_about_title1_ja{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.652;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.concept_about_title1_en{
  font-size: 64px;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  line-height: 1.13;
  color: #e8e8e8;
}
.concept_about_title1_sub{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.concept_about_title1_sub.red{
  color: #700917;
}
.concept_about_title1_sub:before{
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 8px;
  background: currentColor;
}
.concept_about_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.concept_about_img.img_fit:before{
  padding-top: 98.24%;
}

/* important */
.concept_important{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  
}
.concept_important_item{
  width: 100%;
  padding: 0 5px;
}
.concept_important_item:nth-child(n+2){
  margin-top: 50px;
}
.concept_important_item_inner{
  background: #FFF;
  border: 1px solid #ceb244;
  padding: 9px 9px 20px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.concept_important_item_cat{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 24px;
  line-height: 1;
  color: #fff2bf;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -88%);
  transform: translate(0, -88%);
}
.concept_important_item_cat:after{
  content: "";
  background: #700917;
  width: 220px;
  height: 30px;
  position: absolute;
  z-index: 0;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.concept_important_item_cat_txt{
  font-size: 1em;
  position: relative;
  z-index: 1;
}
.concept_important_item_cat_num{
  font-size: 1.5em;
  margin-bottom: -24px;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}
.concept_important_item_cat_num:before{
  content: "";
  width: 1px;
  height: 45px;
  background: #fff2bf;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  top: -7px;
  left: -9px;
}
.concept_important_item_img{
  
}
.concept_important_item_img.img_fit:before{
  padding-top: 72.72%;
}
.concept_important_item_title{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 12px;
}
.concept_important_item_txt{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/* 内容 */
.concept_contents{
  
}
.concept_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept_contents_row + .concept_contents_row{
  margin-top: 50px;
}
.concept_contents_box1{
  width: 100%;
}
.concept_contents_box2{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.concept_contents_box2:after{
  content: "";
  background: #f6f2ec;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 91.2%;
  height: 87.5%;
}
.concept_contents_title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #700917;
  margin-bottom: 10px;
}
.concept_contents_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.concept_contents_img{
  /*width: 70.07%;*/
  width: 85%;
}
.concept_contents_img img{
  z-index: 2;
}
.concept_contents_img.img_fit:before{
  padding-top: 78.65%;
}


@media (max-width:767px){

  .concept_about_title1_ja{
    /*width: 100%;*/
    /*text-align: center;*/
  }
  .concept_about_title1_en{
    /*text-align: center;*/
  }
  .concept_about_title1_sub{
    left: auto;
    right: 0;
  }
  
  
}
@media (min-width:768px){
  .pg_concept{

  }
  .pg_concept .section.sec1{
  }
  .pg_concept .section.sec2{
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pg_concept .section.sec3{
    margin-top: 100px;
  }
  
  /* 概要 */
  .concept_about{

  }
  .concept_about_row{
    
  }
  .concept_about_row + .concept_about_row{
    margin-top: 50px;
  }
  .concept_about_box1{
    /*width: 42.79%;*/
    width: 48%;
    margin-top: 70px;
  }
  .concept_about_box2{
    width: 48%;
    /*width: 70%;*/
    /*margin: 30px auto 0;*/
  }
  .concept_about_title1{
    margin-bottom: 10px;
  }
  .concept_about_title1_ja{
    font-size: 20px;
  }
  .concept_about_title1_en{
    font-size: 80px;
  }
  .concept_about_title1_sub{
    font-size: 20px;
    white-space: nowrap;
    bottom: 8px;
    left: 30px;
  }
  .concept_about_title1_sub:before{
    width: 50px;
    margin-right: 8px;
  }
  .concept_about_txt{
    font-size: 16px;
  }
  
  .concept_about_row:nth-child(odd) .concept_about_box1{
    
  }
  .concept_about_row:nth-child(odd) .concept_about_box2{
    
  }
  .concept_about_row:nth-child(even) .concept_about_box1{
    order: 2;
  }
  .concept_about_row:nth-child(even) .concept_about_box2{
    order: 1;
  }

  /* important */
  .concept_important{
    margin: 0 -10px;
  }
  .concept_important_item{
    width: 50%;
    padding: 0 10px;
  }
  .concept_important_item:nth-child(n+2){
    margin-top: 0;
  }
  .concept_important_item:nth-child(n+3){
    margin-top: 50px;
  }
  .concept_important_item_inner{
    padding: 9px 9px 30px;
  }
  .concept_important_item_cat{
    font-size: 28px;
  }
  .concept_important_item_cat:after{
    width: 220px;
    height: 30px;
    bottom: -4px;
  }
  .concept_important_item_cat_txt{
    font-size: 1em;
  }
  .concept_important_item_cat_num{
    font-size: 1.5em;
    margin-bottom: -24px;
    margin-left: 15px;
  }
  .concept_important_item_title{
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 12px;
  }
  .concept_important_item_txt{
    font-size: 16px;
  }
  
  /* 内容 */
  .concept_contents{

  }
  .concept_contents_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .concept_contents_row + .concept_contents_row{
    margin-top: 100px;
  }
  .concept_contents_box1{
    width: 40.09%;
  }
  .concept_contents_box2{
    width: 57.20%;
    margin-top: -25px;
    padding-bottom: 50px;
  }
  .concept_contents_box2:after{
  }
  .concept_contents_title{
    font-size: 23px;
    margin-bottom: 15px;
  }
  .concept_contents_txt{
    font-size: 16px;
  }
  .concept_contents_img{
    /*width: 70.07%;*/
    width: 80%;
  }
  .concept_contents_row:nth-child(odd) .concept_contents_box1{
    
  }
  .concept_contents_row:nth-child(odd) .concept_contents_box2{
    
  }
  .concept_contents_row:nth-child(even) .concept_contents_box1{
    order: 2;
  }
  .concept_contents_row:nth-child(even) .concept_contents_box2{
    order: 1;
  }
  
  .concept_contents_row:nth-child(odd) .concept_contents_img{
    
  }
  .concept_contents_row:nth-child(odd) .concept_contents_box2:after{
    left: auto;
    right: 0;
  }
  .concept_contents_row:nth-child(even) .concept_contents_img{
    margin-left: auto;
    margin-right: 0;
  }
  .concept_contents_row:nth-child(even) .concept_contents_box2:after{
    left: 0;
    right: auto;
  }
  
}
@media (min-width:1024px){

  .pg_concept .section.sec2{
    margin-top: 225px;
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .pg_concept .section.sec3{
    margin-top: 175px;
  }
  
  /* 概要 */
  .concept_about{

  }
  .concept_about_row{
  }
  .concept_about_row + .concept_about_row{
    margin-top: 50px;
  }
  .concept_about_box1{
    width: 42.79%;
  }
  .concept_about_box2{
    width: 51.35%;
  }
  .concept_about_title1{
    margin-bottom: 10px;
  }
  .concept_about_title1_ja{
    font-size: 23px;
  }
  .concept_about_title1_en{
    font-size: 106px;
  }
  .concept_about_title1_sub{
    font-size: 23px;
    bottom: 8px;
    left: 84px;
  }
  .concept_about_title1_sub:before{
    width: 130px;
    margin-right: 8px;
  }
  .concept_about_txt{
    font-size: 16px;
  }

  /* important */
  .concept_important{
    margin: 0 -15px;
  }
  .concept_important_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .concept_important_item:nth-child(n+3){
    margin-top: 0;
  }
  .concept_important_item:nth-child(n+4){
    margin-top: 65px;
  }
  .concept_important_item_cat{
    font-size: 28px;
  }
  .concept_important_item_cat:after{
    width: 220px;
    height: 30px;
    bottom: -2px;
  }
  .concept_important_item_cat_txt{
    font-size: 1em;
  }
  .concept_important_item_cat_num{
    font-size: 1.5em;
    margin-bottom: -24px;
    margin-left: 15px;
  }
  .concept_important_item_title{
    font-size: 18px;
  }
  .concept_important_item_txt{
    font-size: 16px;
  }
  
  /* 内容 */
  .concept_contents{

  }
  .concept_contents_row{
  }
  .concept_contents_row + .concept_contents_row{
    margin-top: 100px;
  }
  .concept_contents_box1{
    width: 40.09%;
  }
  .concept_contents_box2{
    width: 57.20%;
    margin-top: -25px;
    padding-bottom: 50px;
  }
  .concept_contents_box2:after{
  }
  .concept_contents_title{
    font-size: 23px;
    margin-bottom: 15px;
  }
  .concept_contents_txt{
    font-size: 16px;
  }
  .concept_contents_img{
    width: 70.07%;
  }
  
}
@media (min-width:1200px){

  .concept_about_box1{
    margin-top: 125px;
  }
  .concept_about_txt{
    margin-left: 85px;
  }
}


/*******************************
*　メニュー
********************************/
.pg_menu{
  overflow: hidden;
}
.pg_menu .section.sec1{
}
.pg_menu .section.sec2{
}
.pg_menu .section.sec3{
}

/* ナビ */
.menu_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 50px;
}
.menu_nav_item{
  width: 50%;
  padding: 0 5px;
}
.menu_nav_item:nth-child(n+3){
  margin-top: 10px;
}
.menu_nav_item a{
  display: block;
  border: 1px solid #700917;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 11px 10px;
  transition: 0.2s all;
  position: relative;
  z-index: 1;
}
.menu_nav_item a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.menu_nav_item a:hover{
  background: #700917;
  color: #FFF;
}
.menu_nav_item a:hover:after{
  margin-right: -5px;
}

/* 概要 */
.menu_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.menu_about_box1{
  width: 100%;
}
.menu_about_box2{
  width: 100%;
}
.menu_about_title_en1{
  font-size: 60px;
  font-family: "Forum", serif;
  line-height: 1;
  letter-spacing: 0.075em;
  letter-spacing: 0.18em;
  color: #f2f2f2;
}
.menu_about_title_en2{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #700917;
}
.menu_about_title_en2:before{
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 8px;
  background: currentColor;
}
.menu_about_title_en2 p{
}
.menu_about_title_ja{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.menu_about_img{
}
.menu_about_img.img_fit:before{
  padding-top: 41.78%;
}
.menu_about_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/* エクステ */
.menu_ext{
  margin-top: 50px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.menu_ext:after{
  content: "";
  background: #700917;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.menu_ext_head{
  font-size: 28px;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.menu_ext_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
  z-index: 1;
}
.menu_ext_list_item{
  width: 100%;
  padding: 0 5px;
}
.menu_ext_list_item:nth-child(n+2){
  margin-top: 15px;
}
.menu_ext_list_item_inner{
  background: #FFF;
  
  padding: 13px 10px;
  height: 100%;
}
.menu_ext_list_item_title1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}
.menu_ext_list_item_title1_ja{
  font-size: 18px;
  font-weight: 900;
  color: #700917;
}
.menu_ext_list_item_title1_en{
  font-size: 14px;
  font-weight: 900;
  color: #d0d0d0;
}
.menu_ext_list_item_title2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  color: #700917;
}
.menu_ext_list_item_title2_en{
  font-size: 30px;
  font-family: "Ephesis", serif;
  line-height: 1;
  margin-right: 8px;
}
.menu_ext_list_item_title2_ja{
  font-size: 18px;
  font-weight: 900;
}
.menu_ext_list_item_img{
  border: 1px solid #700917;
  margin-bottom: 10px;
}
.menu_ext_list_item_img.img_fit:before{
  padding-top: 72.72%;
}
.menu_ext_list_item_img.img_fit img{
  object-fit: contain;
}
.menu_ext_list_item_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/* パーツ */
.menu_parts_imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.menu_parts_imgs_item{
  width: 49.909%;
}
.menu_parts_imgs_item:nth-child(n+3){
  margin-top: 15px;
}
.menu_parts_imgs_item.img_fit:before{
  padding-top: 60.46%;
}
.menu_parts_imgs_item.img_fit img{
  object-fit: contain;
}

/* 特徴 */
.menu_tokucho{
  margin-top: 50px;
  padding: 15px 15px 20px;
  
  border-radius: 20px;
  background-image: url('/system_panel/uploads/images/tokucho_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
}
.menu_tokucho_head{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.menu_tokucho_head em{
  font-size: 2.285em;
  font-weight: 500;
  font-style: normal;
}

.menu_tokucho_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menu_tokucho_list_item{
  display: flex;
  align-items: flex-start;
  /*width: 250px;*/
  width: 46%;
  margin: 10px 0;
}
.menu_tokucho_list_item_num{
  font-size: 32px;
  font-family: "Forum", serif;
  line-height: 1;
  color: #d0d0d0;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
}
.menu_tokucho_list_item_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  /*margin-top: 2.25em;*/
  /*margin-top: 2em;*/
  margin-top: 10px;
}
@media only screen and (max-width: 767px){
  .menu_tokucho_head{
    font-size: 16px;
  }
  .menu_tokucho_list_item_num{
    font-size: 24px;
  }
  .p1728629710983{
    font-size: 14px;
  }
}

/* メニューリスト */
.menu_list_wrap{
  margin-top: 50px;
  margin-bottom: 35px;
}
.menu_list_head{
  font-size: 32px;
  font-family: "Forum", serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.menu_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  border-top: 1px solid #700917;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.menu_list + .menu_list{
  margin-top: 30px;
}
.menu_list_item{
  width: 100%;
  padding: 0 5px;
}
.menu_list_item:nth-child(n+2){
  margin-top: 30px;
}
.menu_list_item_img{
  
}
.menu_list_item_img.img_fit:before{
  padding-top: 78.43%;
}
.menu_list_item_title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #700917;
}
.menu_list_item_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/* インクメイク */
.menu_inc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.menu_inc_box1{
  width: 100%;
}
.menu_inc_box2{
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.menu_inc_box2:after{
  content: "";
  background: #f6f2ec;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
  width: 91.2%;
  /*height: 87.5%;*/
}

.menu_inc_img{
  width: 85%;
}
.menu_inc_img.img_fit:before{
  padding-top: 67.41%;
}
.menu_inc_img.img_fit img{
  z-index: 2;
}
.menu_inc_title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.menu_inc_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/* Desgin */
.menu_design{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.menu_design_head{
  width: 100%;
  font-size: 32px;
  font-family: "Forum", serif;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.menu_design_box1{
  width: 100%;
}
.menu_design_box2{
  width: 100%;
}
.menu_design_box3{
  width: 100%;
}
.menu_design_style{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.menu_design_style:before{
  content: "";
  width: 50px;
  height: 1px;
  background: #700917;
  margin-right: 15px;
  margin-bottom: -3px;
}
.menu_design_style_txt{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #700917;
}
.menu_design_list{
  /*display: flex;*/
}
.menu_design_list_item{
  width: 200px;
}
.menu_design_list_item_img{
  
}
.menu_design_list_item_img.img_fit:before{
  padding-top: 75.75%;
}
.menu_design_list_item_title{
  font-size: 20px;
  font-family: "Forum", serif;
  line-height: 1.2;
  color: #700917;
  margin-top: 15px;
  margin-bottom: 10px;
}
.menu_design_list_item_txt{
  font-size: 16px;
  font-weight: 500;
}


.gjs-dashed .menu_design_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gjs-dashed .menu_design_list_item{
  width: 50%;
  padding: 0 15px;
  margin-bottom: 15px;
}

/* おすすめ */
.menu_attention{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.menu_attention_box1{
  width: 100%;
  /*width: 50.52%;*/
}
.menu_attention_box2{
  width: 100%;
  /*width: 43.68%;*/
}
.menu_attention_title{
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.menu_attention_title_img{
  width: 71.25%;
}
.menu_attention_title_txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 15px;
}
.menu_attention_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.777;
  text-align: justify;
}
.menu_attention_list{
  
}
.menu_attention_list_item{
  position: relative;
  z-index: 1;
  padding-left: 22px;
}
.menu_attention_list_item + .menu_attention_list_item{
  margin-top: 10px;
}
.menu_attention_list_item:before{
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('/system_panel/uploads/images/list_check.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 0;
}
.menu_attention_list_item p{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.666;
  text-align: justify;
}

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

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

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

  /* 概要 */
  .menu_about{
  }
  .menu_about_box1{
    order: 1;
  }
  .menu_about_box2{
    order: 2;
  }
  
  /**/
  .menu_tokucho_list{
    justify-content: space-between;
  }
  .menu_tokucho_list_item{
    flex-wrap: wrap;
  }
  .menu_tokucho_list_item_num{
    width: 100%;
  }
  .menu_tokucho_list_item_txt{
    width: 100%;
  }
  
  /**/
  .menu_design_head{
    order: 1;
  }
  .menu_design_box1{
    order: 2;
  }
  .menu_design_box2{
    order: 4;
  }
  .menu_design_box3{
    order: 3;
  }
  
  /**/
  .menu_attention_box2{
    margin-top: 30px;
  }
}
@media (min-width:768px){
  .pg_menu{

  }
  .pg_menu .section.sec1{
    
  }
  .pg_menu .section.sec2{
    
  }
  .pg_menu .section.sec3{
    margin-top: 145px;
  }

  /* ナビ */
  .menu_nav{
    margin: 0 -10px 70px;
  }
  .menu_nav_item{
    width: 50%;
    padding: 0 10px;
  }
  .menu_nav_item:nth-child(n+3){
    margin-top: 10px;
  }
  .menu_nav_item a{
    font-size: 20px;
  }
  .menu_nav_item a:after{
    right: 35px;
  }


  /* 概要 */
  .menu_about{
    
  }
  .menu_about_box1{
    width: 135px;
  }
  .menu_about_box2{
    width: calc(100% - 135px);
  }
  .menu_about_title_en1{
    font-size: 120px;
    margin-left: -0.1666em;
    margin-bottom: -0.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  
  .menu_about_box2 + .menu_about_box1 .menu_about_title_en1{
    margin-left: auto;
    margin-right: -0.1666em;
  }
  
  .menu_about_title_en2{
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .menu_about_title_en2:before{
    width: 50px;
    margin-right: 8px;
    margin-bottom: -3px;
  }
  .menu_about_title_ja{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .menu_about_img.img_fit:before{
    padding-top: 41.78%;
  }
  .menu_about_txt{
    font-size: 16px;
  }
  
  /* エクステ */
  .menu_ext{
    margin-top: 100px;
    padding: 42px 0 50px;
  }
  .menu_ext_head{
    font-size: 56px;
    margin-bottom: 40px;
  }
  .menu_ext_list{
    margin: 0 -10px;
  }
  .menu_ext_list_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .menu_ext_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .menu_ext_list_item:nth-child(n+4){
    margin-top: 15px;
  }
  .menu_ext_list_item_inner{
    padding: 13px 10px 10px;
  }
  .menu_ext_list_item_title1{
    margin-bottom: 16px;
  }
  .menu_ext_list_item_title1_ja{
    font-size: 18px;
  }
  .menu_ext_list_item_title1_en{
    font-size: 14px;
    margin-bottom: -2px;
  }
  .menu_ext_list_item_title2{
    margin-bottom: 10px;
  }
  .menu_ext_list_item_title2_en{
    font-size: 30px;
    margin-right: 8px;
  }
  .menu_ext_list_item_title2_ja{
    font-size: 18px;
  }
  .menu_ext_list_item_img{
    margin-bottom: 12px;
  }
  .menu_ext_list_item_txt{
    font-size: 16px;
  }
  
  /* パーツ */
  .menu_parts_imgs{
    margin-top: 70px;
  }
  .menu_parts_imgs_item{
    width: 49.909%;
  }
  .menu_parts_imgs_item:nth-child(n+3){
    margin-top: 15px;
  }
  
  /* 特徴 */
  .menu_tokucho{
    padding: 48px 20px 52px;
  }
  .menu_tokucho_head{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .menu_tokucho_head em{
    font-size: 2.285em;
  }

  .menu_tokucho_list{
  }
  .menu_tokucho_list_item{
    display: flex;
    width: 250px;
    margin: 20px 20px;
  }
  .menu_tokucho_list_item_num{
    font-size: 64px;
  }
  .menu_tokucho_list_item_txt{
    font-size: 20px;
    margin-top: 2.25em;
  }
  
  /* メニューリスト */
  .menu_list_wrap{
    margin-top: 50px;
  }
  .menu_list_head{
    font-size: 56px;
    margin-bottom: 40px;
  }
  .menu_list{
    margin: 0 -10px;
    padding-top: 50px;
  }
  .menu_list + .menu_list{
    margin-top: 50px;
  }
  .menu_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .menu_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .menu_list_item:nth-child(n+3){
    margin-top: 30px;
  }
  .menu_list_item_title{
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .menu_list_item_txt{
    font-size: 16px;
  }
  
  
  
  /* インクメイク */
  .menu_inc{
    margin-top: 70px;
  }
  .menu_inc_box1{
    width: 40.09%;
  }
  .menu_inc_box2{
    width: 57.20%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .menu_inc_img{
    width: 85%;
  }
  .menu_inc_img.img_fit:before{
    padding-top: 67.41%;
  }
  .menu_inc_img.img_fit img{
    z-index: 2;
  }
  .menu_inc_title{
    font-size: 23px;
  }
  .menu_inc_txt{
    font-size: 16px;
  }
  
  .menu_inc.right .menu_inc_box1{
    
  }
  .menu_inc.right .menu_inc_box2{
    
  }
  .menu_inc.right .menu_inc_box2:after{
    left: auto;
    right: 0;
  }
  
  .menu_inc.left .menu_inc_box1{
    order: 2;
  }
  .menu_inc.left .menu_inc_box2{
    order: 1;
  }
  .menu_inc.left .menu_inc_box2:after{
    left: 0;
    right: auto;
  }
  .menu_inc.left .menu_inc_img{
    margin-left: auto;
  }
  

  /* Desgin */
  .menu_design{
    margin-top: 65px;
  }
  .menu_design_head{
    width: 100%;
    font-size: 56px;
    margin-bottom: 33px;
  }
  .menu_design_box1{
    width: 50%;
  }
  .menu_design_box2{
    width: 50%;
  }
  .menu_design_box3{
    
  }
  .menu_design_style{
    margin-bottom: 45px;
  }
  .menu_design_style:before{
    width: 50px;
    margin-right: 15px;
    margin-bottom: -3px;
  }
  .menu_design_style_txt{
    font-size: 23px;
  }
  .menu_design_list{
    
  }
  .menu_design_list_item{
    width: 330px;
  }
  .menu_design_list_item_img{

  }
  .menu_design_list_item_title{
    font-size: 24px;
    margin-top: 27px;
    margin-bottom: 10px;
  }
  .menu_design_list_item_txt{
    font-size: 16px;
  }
  
  .menu_design_box2 .home_products_nav_btns{
    margin-left: auto;
  }
  
  .gjs-dashed .menu_design_list{
    margin: 0 -15px;
  }
  .gjs-dashed .menu_design_list_item{
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  
  /* おすすめ */
  .menu_attention{
    margin-top: 70px;
  }
  .menu_attention_box1{
    width: 50.52%;
  }
  .menu_attention_box2{
    width: 43.68%;
  }
  .menu_attention_title{
    margin-bottom: 30px;
  }
  .menu_attention_title_img{
    width: 71.25%;
  }
  .menu_attention_title_txt{
    font-size: 20px;
    bottom: 0;
    right: 0;
  }
  .menu_attention_txt{
    font-size: 16px;
  }
  .menu_attention_list{

  }
  .menu_attention_list_item{
    padding-left: 25px;
  }
  .menu_attention_list_item + .menu_attention_list_item{
    margin-top: 10px;
  }
  .menu_attention_list_item:before{
    width: 20px;
    height: 20px;
    top: 0;
  }
  .menu_attention_list_item p{
    font-size: 16px;
  }
  
}

@media (min-width:992px){
  .menu_design_list{
    /*width: auto;*/
    margin-right: calc(465px - 50vw);
  }
}

@media (min-width:1024px){

  /* ナビ */
  .menu_nav{
    margin: 0 -15px 100px;
  }
  .menu_nav_item{
    width: 50%;
    padding: 0 15px;
  }
  .menu_nav_item a{
    font-size: 24px;
  }
  .menu_nav_item a:after{
    /*right: 35px;*/
  }
  
  /* 概要 */
  .menu_about{
    
  }
  .menu_about_box1{
    width: 160px;
  }
  .menu_about_box2{
    width: calc(100% - 160px);
  }
  .menu_about_title_en1{
    font-size: 150px;
  }
  .menu_about_title_en2{
    font-size: 23px;
  }
  .menu_about_title_en2:before{
    width: 130px;
    /*margin-right: 8px;*/
  }
  .menu_about_title_ja{
    font-size: 23px;
  }
  
  /* エクステ */
  .menu_ext{
    margin-top: 142px;
  }
  .menu_ext_head{
    font-size: 56px;
    /*margin-bottom: 40px;*/
  }
  .menu_ext_list{
    margin: 0 -15px;
  }
  .menu_ext_list_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .menu_ext_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .menu_ext_list_item:nth-child(n+4){
    margin-top: 20px;
  }
  .menu_ext_list_item_inner{
    /*padding: 13px 10px;*/
  }
  .menu_ext_list_item_title1{
    /*margin-bottom: 16px;*/
  }
  .menu_ext_list_item_title1_ja{
    /*font-size: 18px;*/
  }
  .menu_ext_list_item_title1_en{
    /*font-size: 14px;*/
    /*margin-bottom: -2px;*/
  }
  .menu_ext_list_item_title2{
    /*margin-bottom: 10px;*/
  }
  .menu_ext_list_item_title2_en{
    font-size: 30px;
    margin-right: 8px;
  }
  .menu_ext_list_item_title2_ja{
    font-size: 18px;
  }
  .menu_ext_list_item_img{
    margin-bottom: 12px;
  }
  .menu_ext_list_item_txt{
    font-size: 16px;
  }
  
  /* パーツ */
  .menu_parts_imgs{
    margin-top: 112px;
  }
  
  /* メニューリスト */
  .menu_list_wrap{
    margin-top: 70px;
  }
  .menu_list_head{
    font-size: 56px;
    margin-bottom: 40px;
  }
  .menu_list{
    margin: 0 -15px;
    padding-top: 50px;
  }
  .menu_list + .menu_list{
    margin-top: 62px;
  }
  .menu_list_item{
    width: 25%;
    padding: 0 15px;
  }
  .menu_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .menu_list_item:nth-child(n+5){
    margin-top: 30px;
  }
  
  
  /* インクメイク */
  .menu_inc{
    margin-top: 90px;
  }
  
  
  .menu_design_list{
    /*width: auto;*/
    margin-right: calc(345px - 50vw);
  }
  
  .gjs-dashed .menu_design_list{
    margin: 0 -15px;
  }
  .gjs-dashed .menu_design_list_item{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (min-width:1200px){

  /* ナビ */
  .menu_nav{
    margin: 0 -15px 150px;
  }

  /* メニューリスト */
  .menu_list_item_title{
    font-size: 23px;
  }
  .menu_list_item_txt{
    font-size: 16px;
  }
  
  /* インクメイク */
  .menu_inc_box2{
    width: 57.20%;
    /*margin-top: -25px;*/
  }
  .menu_inc_box2:after{
  }
  .menu_inc_img{
    width: 70.07%;
  }
  
  /* Design */
  .menu_design_list{
    /*width: auto;*/
    margin-right: calc(555px - 50vw);
  }
  
  
  /* おすすめ */
  .menu_attention{
    margin-top: 155px;
    padding-left: 95px;
    padding-right: 65px;
  }
  .menu_attention_box1{
    width: 50.52%;
  }
  .menu_attention_box2{
    /*width: 43.68%;*/
    width: 44%;
    margin-top: -19px;
  }
  .menu_attention_title{
    margin-bottom: 65px;
  }
  .menu_attention_title_img{
    margin-left: 15px;
  }
  .menu_attention_title_txt{
    font-size: 23px;
    right: 20px;
  }
  .menu_attention_txt{
    font-size: 18px;
  }
  .menu_attention_list{

  }
  .menu_attention_list_item{
    padding-left: 30px;
  }
  .menu_attention_list_item + .menu_attention_list_item{
    margin-top: 20px;
  }
  .menu_attention_list_item:before{
    width: 25px;
    height: 24px;
    top: 0;
  }
  .menu_attention_list_item p{
    font-size: 18px;
  }
}



/*******************************
*　その他のメニュー
********************************/
.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;
}

/* メニュー紹介 */
.other_menu_contents{
  
}
.other_menu_contents_row{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c0c0c0;
  position: relative;
  z-index: 1;
}
.other_menu_contents_row + .other_menu_contents_row{
  margin-top: 42px;
}
.other_menu_contents_box1{
  width: 100%;
}
.other_menu_contents_box2{
  width: 100%;
}
.other_menu_contents_box2_inner{
  margin-left: 0;
}
.other_menu_contents_title_en{
  display: inline-block;
  margin-top: -1px;
  padding-top: 10px;
  font-size: 30px;
  font-family: "Forum", serif;
  letter-spacing: 0.06em;
  color: #700917;
  border-top: 1px solid currentColor;
}
.other_menu_contents_title_ja{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #700917;
  margin-bottom: 15px;
  border-left: 5px solid currentColor;
  padding-left: 10px;
}
.other_menu_contents_txt1,
.other_menu_contents_txt2{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.875;
  text-align: justify;
}
.other_menu_contents_txt1{
  margin-bottom: 15px;
}
.other_menu_contents_txt2{
  margin-top: 15px;
  margin-left: 0px;
}

/* メニューリスト */
.other_menu_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f6f2ec;
  padding: 10px 15px;
}
.other_menu_list_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.other_menu_list_item:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  left: 0;
  top: 50%;
}
.other_menu_list_item:nth-child(n+2){
  
}

.other_menu_list.col1{
  
}
.other_menu_list.col1 .other_menu_list_item{
  
}
.other_menu_list.col2{
  
}
.other_menu_list.col2 .other_menu_list_item{
  
}

.other_menu_list_item_name,
.other_menu_list_item_price{
  font-size: 15px;
  background: #f6f2ec;
  position: relative;
  z-index: 1;
}
.other_menu_list_item_name{
  padding-right: 16px;
}
.other_menu_list_item_price{
  padding-left: 16px;
}

.other_toriyose{
  
}

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

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

}
@media (max-width:767px){
  .other_menu_contents_title_ja{
    line-height: 1;
    padding-top: 2px;
    padding-bottom: 4px;
  }
}
@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;
  }
  
  /* メニュー紹介 */
  .other_menu_contents{
  }
  .other_menu_contents_row{
  }
  .other_menu_contents_row + .other_menu_contents_row{
    margin-top: 42px;
  }
  .other_menu_contents_box1{
    width: 200px;
  }
  .other_menu_contents_box2{
    width: calc(100% - 200px);
    padding-top: 50px;
  }
  .other_menu_contents_box2_inner{
    margin-left: 30px;
  }
  .other_menu_contents_title_en{
    padding-top: 30px;
    font-size: 30px;
  }
  .other_menu_contents_title_ja{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .other_menu_contents_txt1,
  .other_menu_contents_txt2{
    font-size: 16px;
  }
  .other_menu_contents_txt1{
    margin-bottom: 25px;
  }
  .other_menu_contents_txt2{
    margin-top: 25px;
    margin-left: 30px;
  }

  /* メニューリスト */
  .other_menu_list{
    background: #f6f2ec;
    padding: 13px 30px;
  }
  .other_menu_list_item{
    /**/
    padding: 10px 0;
    font-size: 16px;
  }
  
  .other_menu_list.col1{
    
  }
  .other_menu_list.col1 .other_menu_list_item{
    /*width: 100%;*/
  }
  .other_menu_list.col2{

  }
  .other_menu_list.col2 .other_menu_list_item{
    /*width: 47.48%;*/
  }

  .other_menu_list_item_name{
    padding-right: 16px;
  }
  .other_menu_list_item_price{
    padding-left: 16px;
  }


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

  /* メニューリスト */
  .other_menu_list{
    /*padding: 13px 30px;*/
  }
  .other_menu_list_item{
    /**/
    padding: 10px 0;
    font-size: 16px;
  }
  
  .other_menu_list.col1{
    
  }
  .other_menu_list.col1 .other_menu_list_item{
    width: 100%;
  }
  .other_menu_list.col2{

  }
  .other_menu_list.col2 .other_menu_list_item{
    width: 47.48%;
  }

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

  /* メニュー紹介 */
  .other_menu_contents{
  }
  .other_menu_contents_box1{
    width: 255px;
  }
  .other_menu_contents_box2{
    width: calc(100% - 255px);
    padding-top: 50px;
  }
  .other_menu_contents_box2_inner{
    margin-left: 30px;
  }
  .other_menu_contents_title_en{
    padding-top: 30px;
    font-size: 37px;
  }
  .other_menu_contents_title_ja{
    font-size: 20px;
    /*margin-bottom: 15px;*/
    padding-left: 25px;
  }
  .other_menu_contents_txt1{
    /*margin-bottom: 25px;*/
  }
  .other_menu_contents_txt2{
    /*margin-top: 25px;*/
    margin-left: 65px;
  }

  /* メニューリスト */
  .other_menu_list{
    background: #f6f2ec;
    padding: 13px 65px;
  }
  .other_menu_list_item{
    padding: 10px 0;
    font-size: 16px;
  }
  .other_menu_list_item_name{
    padding-right: 16px;
  }
  .other_menu_list_item_price{
    padding-left: 16px;
  }

}


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


}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

/* 商品紹介 */
.product_contents{
  
}
.product_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product_contents_row + .product_contents_row{
  margin-top: 50px;
}
.product_contents_box1{
  width: 100%;
}
.product_contents_box2{
  width: 100%;
}
.product_contents_box3{
  width: 100%;
}
.product_contents_head{
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  background: #700917;
  color: #FFF;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 20px;
}
.product_contents_txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.product_contents_img.img_fit:before{
  padding-top: 55.55%;
}

/* 商品リスト */
.product_list_head{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  color: #700917;
  margin-bottom: 20px;
}
.product_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product_list_item{
  width: 50%;
  padding: 0 5px;
}
.product_list_item:nth-child(n+3){
  margin-top: 20px;
}
.product_list_item_img{
  
}
.product_list_item_img.img_fit:before{
  padding-top: 85.71%;
}
.product_list_item_title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

/* 取り寄せ */
.product_toriyose{
  background: #700917;
  color: #FFF;
  padding: 15px 15px;
  margin-top: 50px;
  text-align: justify;
}

@media (max-width:374px){

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

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

  .product_contents_head{
    order: 1;
  }
  .product_contents_box1{
    order: 3;
    margin-top: 20px;
  }
  .product_contents_box2{
    order: 2;
  }
  .product_contents_box3{
    order: 4;
    margin-top: 30px;
  }
  
  
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  
  /* 商品紹介 */
  .product_contents{
    
  }
  .product_contents_row{
  }
  .product_contents_row + .product_contents_row{
    margin-top: 70px;
  }
  .product_contents_head{
    width: 100%;
    font-size: 23px;
    /*padding: 10px 10px;*/
    margin-bottom: 30px;
  }
  .product_contents_box1{
    width: 48.64%;
  }
  .product_contents_box2{
    width: 48.64%;
  }
  .product_contents_box3{
    width: 100%;
    margin-top: 30px;
  }
  .product_contents_txt{
    font-size: 16px;
  }
  
  /* 商品リスト */
  .product_list_head{
    font-size: 23px;
    margin-bottom: 30px;
  }
  .product_list{
    margin: 0 -10px;
  }
  .product_list_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .product_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .product_list_item:nth-child(n+4){
    margin-top: 20px;
  }
  .product_list_item_title{
    font-size: 18px;
    margin-top: 18px;
  }

  /* 取り寄せ */
  .product_toriyose{
    padding: 15px 15px;
    margin-top: 50px;
    text-align: center;
  }

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

  /* 商品紹介 */
  .product_contents{
    
  }
  .product_contents_row{
  }
  .product_contents_row + .product_contents_row{
    margin-top: 70px;
  }
  .product_contents_head{
    font-size: 23px;
    /*padding: 10px 10px;*/
    margin-bottom: 50px;
  }
  .product_contents_box1{
    width: 48.64%;
  }
  .product_contents_box2{
    width: 48.64%;
  }
  .product_contents_box3{
    margin-top: 45px;
  }
  .product_contents_txt{
    font-size: 16px;
  }
  
  /* 商品リスト */
  .product_list_head{
    font-size: 23px;
    margin-bottom: 42px;
  }
  .product_list{
    margin: 0 -15px;
  }
  .product_list_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .product_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .product_list_item:nth-child(n+4){
    margin-top: 20px;
  }
  .product_list_item_title{
    font-size: 18px;
    /*margin-top: 15px;*/
  }

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


}


/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

/* 一覧 */
.news_list{

}
.news_list .webgene-blog{

}
.news_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding: 17px 0;
}
.news_list .webgene-item:first-child{
  border-top: 1px dotted;
}
.news_list .webgene-item .date{
  width: 80px;
  font-size: 15px;
  font-family: "Forum", serif;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .title{
  width: calc(100% - 80px);
}
.news_list .webgene-item .title a{
  letter-spacing: 0.075em;
}
.news_list .webgene-item .title a:hover{
  color: #700917;
}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

  /* 一覧 */
  .news_list{

  }
  .news_list .webgene-blog{

  }
  .news_list .webgene-item{
    padding: 17px 0;
  }
  .news_list .webgene-item .date{
    width: 125px;
    font-size: 15px;
  }
  .news_list .webgene-item .title{
    width: calc(100% - 125px);
  }

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

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.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;
  text-align: justify;
  word-break: break-all;
}
.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_category_sp{
    display: none;
  }

  /* リスト */
  .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: #EEE;
  color: #FFF;
  padding: 30px 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;
  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: 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{
  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 {
  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;
  cursor: pointer;
}
.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;
  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 .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .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;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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){


}
