@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

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

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

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

@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: #657d63;
}
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;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

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

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

/*******************************
*　ヘッダー
********************************/
.header{
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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: 40px;
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  /*overflow: hidden;*/
}
.pg_header_mv_img{

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


.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_img:after{
  content: "";
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.7) 100%);
  position: absolute;
  z-index: 1;
  inset: 0;
}

.mv_txt{
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 30px;
  color: #FFF;
}
.mv_txt_p1{
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mv_txt_p2{
  font-size: 22px;
  line-height: 1.2;
}


.gjs-dashed .header{
  color: #181818;
}


@media (min-width:375px){

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


  .hdr1 {
    justify-content: center;
    padding: 10px;
  }
  .hdr_contact{
    display: none;
  }

  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

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

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

  /*予約ボタン*/
  .reseve_btn{
    display: none;
  }
}
@media (min-width:768px){

  .header{
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    color: #FFF;
    padding: 20px 20px 20px 20px;
    transition: 0.3s all;
  }
  .header.bg{

    background: #FFF;
    color: #181818;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #CCC;*/
    box-shadow: 0 0 1px #CCC;
  }
  .hdr1{
    align-items: center;
  }

  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  .gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnav:before{
    content: "";
    width: 1px;
    height: 34px;
    margin-top: -13px;
    margin-right: 0;
    background: #fff;
    transform: rotate(30deg);
    display: inline-block;
  }
  .gnav .gnav_item {
    font-size: 13px;
    padding: 0 0;
    /*line-height: 2;*/
    font-weight: 500;
    transition: 0.2s all;
  }
  .gnav .gnav_item a{
    display: block;
    padding: 0 7px;
    transition: 0s all;
  }
  .body_salon .gnav .gnav_item a{
    /*text-shadow: 1px 1px 0 #CCC, 
      -1px -1px 0 #CCC, 
      1px -1px 0 #CCC, 
      -1px 1px 0 #CCC, 
      1px 0 0 #CCC, 
      0 1px 0 #CCC, 
      -1px 0 0 #CCC, 
      0 -1px 0 #CCC;*/
    text-shadow: 0 0 5px #e3e3e3,
      0 0 5px #e3e3e3,
      0 0 5px #e3e3e3;
  }
  .header.bg .gnav .gnav_item a{
    text-shadow: none;
  }
  .gnav .gnav_item a:hover{
    color: #ffffff;
  }
  .header.bg .gnav .gnav_item a:hover{
    color: #181818;
  }
  .gnav .gnav_item{

  }
  .gnav:hover .gnav_item{
    opacity: 0.5;
  }
  .gnav .gnav_item:hover{
    opacity: 1;
  }
  .gnav .gnav_item:hover a{
    opacity: 1;
  }


  .mv_img.img_fit:before{
    padding-top: 75vh;
  }
  .mv_txt{
    left: 50px;
    bottom: 70px;
    color: #FFF;
  }
  .mv_txt_p1{
    font-size: 20px;
  }
  .mv_txt_p2{
    font-size: 48px;
  }

  /*予約ボタン*/
  
  .reseve_btn{
    width: 58px;
    padding: 5px 0 5px 5px;
    position: fixed;
    right: 0;
    top: 125px;
    z-index: 10;
    background: #fff;
  }
  .reseve_btn a{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.075em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border: 2px solid #797979;
    border-right: none;
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fff;
  }
  .reseve_btn a:hover{
    border: 2px solid #657d63;
    border-right: 0;
    color: #181818;
  }
  .reseve_btn a p{
    padding-top: 7px;
    position: relative;
    bottom: 0;
    transition: all .3s;
    letter-spacing: 0.12em;
  }
  .reseve_btn a:hover p{
    bottom: -5px;
    ;
  }
  .reseve_btn_icon{
    width: 15px;
    height: 18px;
    position: relative;
    transform: rotate(90deg);
  }

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

  .header{
    padding: 25px 30px 25px 30px;
  }

  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 479px;
  }

  .gnav .gnav_item {
    font-size: 15px;
    padding: 0 6px;
  }
  .gnav .gnav_item a{
    padding: 0 6px;
  }


  .mv_img.img_fit{
    max-height: 1080px;
  }
  .mv_img.img_fit:before{
    padding-top: 100vh;
  }
  .mv_txt{
    left: 85px;
    bottom: 70px;
    color: #FFF;
  }
  .mv_txt_p1{
    font-size: 28px;
  }
  .mv_txt_p2{
    font-size: 78px;
  }

  .reseve_btn{
    width: 75px;
  }
  .reseve_btn a{
    padding: 11px 22px 14px;
  }
}
@media (min-width:1200px){

  .header{
    padding: 25px 85px 25px 50px;
  }

  .pg_header{
    margin-bottom: 120px;
  }

  .gnav{
    margin: 0 -20px;
  }
  .gnav .gnav_item {
    font-size: 16px;
    padding: 0 20px;
  }
  .gnav .gnav_item a{
    padding: 0;
  }

  .mv_txt {
    left: 66px;
    bottom: 62px;
  }

}
@media (min-width:1450px){
  .gnav{
    margin: 0 -36.5px;
  }
  .gnav:before{
    margin-right: -13px;
  }
  .gnav .gnav_item {
    font-size: 16px;
    padding: 0 36.5px;
  }

}





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

.footer{
  background: #657d63;
  margin-top: 50px;
  padding: 50px 0;
}

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

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

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
  transition: 0.2s;
}
.ftr_logo:hover{
  opacity: 0.7;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}

/*.ftr_info_wrap{
  display: flex;
}
.ftr_info_box1{
  width: 90px;
  padding-right: 20px;
  position: relative;
}
.ftr_info_box1:after{
  content: " /";
  position: absolute;
  right: 5px;
  top: 0;
}
.ftr_info_box2{
  width: calc(100% - 90px);
}*/

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

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

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #fff;
  margin-top: 25px;
}
.ftr_copy a:hover{
  color: #fff;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*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: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 26%;
  border-right: 1px solid #657d63;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 22%;
  background: #657d63;
  color: #fff;
}
.footer_fix_item_1.reserve img{
  width: 16px;
  height: 18px;
  margin: 0 auto;
}
.footer_fix_item_1.reserve p{
  padding-top: 5px;
}
.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: #949994;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  width: 100%;
  text-align: center;
}
.ftr_1_box1 .link_1{  
  margin-top: 25px;
  padding: 11px 0;
}
.ftr_logo{

}
.ftr_1_box1_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5625em;
  color: #fff;
  margin-top: 20px;
}
.link_1{
  width: 100%;
  max-width: 189px;
  border: 1px solid #fff;
  color: #fff;
  text-align:center;
  font-size:16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  display: block;
  margin-top: 20px;
  padding: 14px 0;
  margin-left: auto;
  margin-right: auto;
}
.link_1 p{
  position: relative;
  padding-left: 28px;
}
.link_1 p:before{
  display: block;
  content: "+";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.link_1:hover{
  background: #fff;
  color: #181818;
}
.link_1:hover p:before{
  transform: translate(0, -50%) rotate(90deg);
}

.ftr_1_box2{
  margin-top: 30px;
}
.ftr_links{

}
.ftr_links:hover .ftr_link{
  opacity: 0.5;
}
.ftr_links:hover .ftr_link:hover{
  color: #fff;
  opacity: 1;
}


@media (min-width:375px){

}

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

  .ftr_1{
    align-items: flex-end;
  }
  .ftr_1_box1{

  }
  .ftr_logo{

  }
  .ftr_1_box1_desc{

  }
  .link_1{

  }
  .ftr_1_box2{
    width: 100%;
    padding-bottom: 52px;
    margin-top: 50px;
  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_link{
    width: 25%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.075em;
    color: #fff;
    padding-left: 28px;
  }
  .ftr_link:nth-child(4n){
    text-align: right;
    padding-left: 0;
  }
  .ftr_link:first-child{
    padding-left: 0;
  }
  .ftr_link:nth-child(5){
    padding-left: 0;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 30px;
  }
  .ftr_link:last-child{
    padding-right: 12px;
  }

}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
  }

  .ftr_1{

  }
  .ftr_1_box1{
    width: 18.11%;
    text-align: left;
  }
  .ftr_logo{

  }
  .ftr_1_box1_desc{
    margin-top: 43px;
  }
  .link_1{
    margin-left: 0;
  }
  .ftr_1_box2{
    width: 68.46%;
    padding-bottom: 52px;
    margin-top: 0;
  }
  .ftr_links{

  }
  .ftr_link{

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

}
@media (max-width:767px){
  .ftr_addr em{
    display: block;
  }

  .ftr_1_box2{
    display: none;
  }
  .ftr_copy{
    font-size: 13px;
  }
}



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

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

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

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

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

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

  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 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: 3px 14px;
  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;
}


/* 見出し */
.tt2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 18px;
  /*padding-left: 50px;*/
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tt2_en{
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.c_buraun{
  color: #a69b78;
}

.tt2_en:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: -6%;
  left: -30px;
  width: 20px;
  height: 34px;
  background-image: url('/system_panel/uploads/images/tt2_bdr_bk.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.tt2_en.c_buraun:before{
  background-image: url('/system_panel/uploads/images/tt2_bdr_br.png');
}

.tt2_ja{
  width: 100%;
  font-size: 15px;
  margin-top: 5px;
  margin-left: 3px;
  padding-right: 0;
  
}


.tt2.wh{
  color: #FFF;
}
.tt2.wh .tt2_en:before{
  background-image: url('/system_panel/uploads/images/tt2_bdr_wh.png');
}

.tt2_sub_msg{
  letter-spacing: 0.075em;
  line-height: 2.125;
  margin-top: 25px;
}


/* Readmore */
.read_more{
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.read_more a,
.product_box .webgene-item a .read_more span{
  font-size: 16px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  /*border-bottom: 1px solid;*/
  padding-bottom: 4px;
  transition: 0.2s all;
}
.read_more a:before{
  content: "+";
  position: absolute;
  z-index: 1;
  top: 40%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:after,
.product_box .webgene-item a .read_more span:after{
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  transition: 0.2s all;
}
.read_more a:hover{
  color: inherit;
  border-bottom: 0;
}
.read_more a:hover:before{
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.read_more a:hover:after,
.product_box .webgene-item a:hover .read_more span:after{
  width: 0;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .tt2_en{
    margin-left: 35px;
  }


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

  .anchor{
    top: -100px;
  }

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

  /* 見出し */
  .tt2{
    padding-top: 18px;
    margin-bottom: 42px;
  }
  .tt2_en{
    font-size: 34px;
    padding-left: 50px;
  }
  .tt2_en:before{
    top: -30%;
    left: 0;
    width: 34px;
    height: 57px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 5px;
    margin-left: 3px;
    padding-right: 0;
  }

  .tt2.left{
    justify-content: left;
    text-align: left;
    padding-left: 45px;
  }
  .tt2.left .tt2_en{
    padding-left: 0;
  }
  .tt2.left .tt2_en:before{
    left: -50px;
  }
  .tt2.left .tt2_ja{
    padding: 0;
  }

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



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

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

  .tt2_en{

  }
  .tt2_ja{
  }

  .tt2.large{
    padding-top: 22px;
    padding-left: 70px;
    margin-bottom:0;
  }
  .tt2.large .tt2_en{
    font-size: 52px;
  }
  .tt2.large .tt2_en:before{
    top: -28%;
    left: -70px;
    width: 47px;
    height: 84px;
    background-image: url('/system_panel/uploads/images/tt2_bdr_lg_bk.png');
  }
  .tt2.large .tt2_ja{
    padding-left: 53px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　HOME
********************************/
.pg_home{
  margin-top: 30px;
  overflow: hidden;

}
.pg_home .section.sec1{
  background: #657d63;
  color: #FFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec3{
  background-image: url('/system_panel/uploads/images/home_biggner_bg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;

}
.pg_home .section.sec4{
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec5{
  background: #657d63;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 50px;
}
.pg_home .section.sec6{
  padding-top: 50px;
  padding-bottom: 0;
}

/* コンセプト */
.home_concept{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;

}
.home_concept_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.home_concept_box2{
  width: 100%;
  order: 1;
}
.home_concept_img{

}
.home_concept_img.img_fit:before{
  padding-top: 84.73%;
}
.home_concept_txt{
  font-size: 16px;
  line-height: 2.0625;
  text-align: justify;
}
.home_concept_txt p{
  letter-spacing: 0.06em;
}

/* メニュー */
.home_menu{

}
.home_menu_item{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.home_menu_item + .home_menu_item{
  margin-top: 75px;
}
.home_menu_item_box1{
  width: 100%;
}
.home_menu_item_box2{
  width: 100%;
  border: 1px solid #7a8e78;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}
.home_menu_item_box2:after{
  content: "";
  border: 1px solid #7a8e78;
  position: absolute;
  z-index: 1;
  top: -6px;
  bottom: 5px;
  left: -7px;
  right: 5px;
  pointer-events: none;
}
.home_menu_item_img{

}
.home_menu_item_img.img_fit:before{
  padding-top: 62.45%;
}
.home_menu_item_title{
  font-size: 18px;
  margin-right: -2px;
  font-weight: 400;
  margin-bottom: 10px;
}
.home_menu_item_txt{
  font-size: 16px;
  line-height: 2.0625;
  text-align: justify;
}

/* 初めての方 */
.home_beginner_txt{
  font-size: 16px;
  line-height: 2.0625;
  text-align: justify;
}

/* プロダクト */
.home_product{
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.home_product:before{
  content: "";
  display: block;
  padding-top: 56.48%;
}
.home_product_img1,
.home_product_img2{
  position: absolute;
  z-index: 1;
}
.home_product_img1{
  width: 65.76%;
  top: 0;
  left: 0;
}
.home_product_img1.img_fit:before{
  padding-top: 69.58%;
}
.home_product_img2{
  width: 40.09%;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.home_product_img2.img_fit:before{
  padding-top: 114.15%;
}

/* ギャラリー */
.home_gallery{

}
.home_gallery .webgene-item{

}
.home_gallery .webgene-item a{
  background-color: #EEE;
}
.home_gallery .webgene-item .img{
  overflow: hidden;
}
.home_gallery .webgene-item .img img{
  transition: 0.2s;
}
.home_gallery .webgene-item .img.img_fit:before{
  padding-top: 89.71%;
}

.home_gallery .webgene-item .img:hover img{
  transform: scale(1.1);
}

/* SNS */
.home_sns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 30px 0;
}
.home_sns_item{
  width: 100%;
}
.home_sns_item a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home_sns_item a img{
  height: 30px;
}
.home_sns_item a.sns img{

}
.home_sns_item a.insta img{

}
.home_sns_item a p{
  width: 100%;
}



@media (max-width:374px){

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

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

  .home_menu_item_box2{
    margin-top: -10px;
    margin-left: 15px;
    margin-right: 10px;
  }

  .home_gallery{
    margin: 0 -15px;
  }
  .home_gallery .webgene-blog{
    display: flex;
    flex-wrap: wrap;
  }
  .home_gallery .webgene-item{
    width: 320px;
    padding: 0 10px;
  }

  .home_gallery .slick-prev,
  .home_gallery .slick-next{
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    letter-spacing: 0;
  }
  .home_gallery .slick-prev{
    left: 24px;
  }
  .home_gallery .slick-next{
    right: 24px;
  }
  .home_gallery .slick-dots{
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  .home_gallery .slick-dots li{
    margin: 0 3px;
  }
  .home_gallery .slick-dots li button{
    /*width: 3px;*/
    /*height: 3px;*/
    display: block;
    background: #CCC;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    padding: 5px;
  }
  .home_gallery .slick-dots li.slick-active button{
    background: #FFF;
  }

  .home_gallery + .read_more{
    margin-top: 50px;
  }

  .home_sns_item + .home_sns_item{
    margin-top: 15px;
  }
}
@media (min-width:768px){

  .pg_home{
    margin-top: 60px;
  }
  .pg_home .section.sec1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section.sec2{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pg_home .section.sec3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section.sec4{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pg_home .section.sec5{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .pg_home .section.sec6{
    padding-top: 75px;
    padding-bottom: 0;
  }

  /* コンセプト */
  .home_concept{
    align-items: center;
  }
  .home_concept_box1{
    width: 51.35%;
    order: 1;
    margin-top: 0;
  }
  .home_concept_box2{
    width: 42.79%;
    order: 2;
  }
  .home_concept_img{

  }
  .home_concept_txt{
    font-size: 16px;
    line-height: 2.0625;
  }
  .home_concept .read_more a{
    margin-left: 32%;
  }

  /* メニュー */
  .pg_home .section.sec2 .tt2{
  }
  .home_menu{

  }
  .home_menu_item{
    position: relative;
    z-index: 1;
    padding-top: 127px;
  }
  .home_menu_item + .home_menu_item{
    margin-top: 45px;
  }
  .home_menu_item_box1{
    width: 51.35%;
    position: absolute;
    z-index: 1;
    top: 0;
  }
  .home_menu_item_box2{
    width: 51.35%;
    min-height: 275px;
    padding: 20px 20px 20px 30px;
  }

  .home_menu_item_img.img_fit:before{
    padding-top: 80%;
  }
  .home_menu_item_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home_menu_item_txt{
    font-size: 16px;
    padding-right: 0;
  }

  .home_menu_item:nth-child(odd) .home_menu_item_box1{
    left: 0;
  }
  .home_menu_item:nth-child(odd) .home_menu_item_box2{
    margin-left: auto;
  }
  .home_menu_item:nth-child(even) .home_menu_item_box1{
    right: 0;
  }
  .home_menu_item:nth-child(even) .home_menu_item_box2{
    margin-top: -7px;
    margin-right: auto;
    padding-top: 25px;
  }

  .home_menu_item:nth-child(odd) .home_menu_item_box2:after{
    top: -6px;
    bottom: 5px;
    left: -7px;
    right: 5px;
  }
  .home_menu_item:nth-child(even){
    padding-bottom: 7px;
  }
  .home_menu_item:nth-child(even) .home_menu_item_box2:after{
    top: 5px;
    bottom: -7px;
    left: 5px;
    right: -9px;
  }

  /* 初めての方 */
  .pg_home .section.sec3 .tt2{
    margin-bottom: 32px;
  }
  .home_beginner_txt{
    font-size: 16px;
    text-align: center;
  }
  .home_beginner_txt + .read_more{
    margin-top: 38px;
  }

  .pg_home .section.sec3 .tt2{
    margin-bottom: 32px;
  }

  /* プロダクト */
  .pg_home .section.sec4 .tt2{
    margin-bottom: 47px;
  }
  .home_product + .read_more{
    margin-top: 46px;
  }


  /* ギャラリー */
  .home_gallery{

  }
  .home_gallery .webgene-blog{
    display: flex;
    margin: 0 -21px;
  }
  .home_gallery .webgene-item{
    width: 392px;
    padding: 0 21px;
  }
  .home_gallery + .read_more{
    margin-top: 45px;
  }

  /* SNS */
  .pg_home .section.sec6 .tt2{
    margin-bottom: 39px;
  }
  .home_sns{
    justify-content: space-evenly;
    padding: 66px 0;
  }
  .home_sns_item{
    width: auto;
  }
  .home_sns_item{
    margin-left: -32px;
  }
  .home_sns_item a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .home_sns_item a img{
    height: 30px;
  }
  .home_sns_item a.sns img{

  }
  .home_sns_item a.insta img{

  }
  .home_sns_item a p{
    width: auto;
    margin-left: 65px;
  }

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

  .pg_home{
    margin-top: 100px;
  }
  .pg_home .section.sec1{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pg_home .section.sec2{
    padding-top: 152px;
    padding-bottom: 150px;
  }
  .pg_home .section.sec3{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pg_home .section.sec4{
    padding-top: 148px;
    padding-bottom: 154px;
  }
  .pg_home .section.sec5{
    padding-top: 75px;
    padding-bottom: 77px;
  }
  .pg_home .section.sec6{
    padding-top: 148px;
    padding-bottom: 0;
  }

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

  }
  .home_concept .read_more a{
    margin-left: 32%;
  }

  /* メニュー */
  .home_menu{
    margin-top: 77px;
  }
  .home_menu_item{
    position: relative;
    z-index: 1;
    padding-top: 127px;
  }
  .home_menu_item + .home_menu_item{
    margin-top: 45px;
  }
  .home_menu_item_box1{
    width: 51.35%;
    position: absolute;
    z-index: 1;
    top: 0;
  }
  .home_menu_item_box2{
    width: 51.35%;
    min-height: 275px;
    padding: 20px 20px 20px 77px;
  }
  .home_menu_item:nth-child(even) .home_menu_item_box2 {
    padding-right: 53px;
    padding-left: 78px;
  }
  .home_menu_item_img.img_fit:before{
    padding-top: 62.45%;
  }
  .home_menu_item_title{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .home_menu_item_txt{
    font-size: 16px;
    padding-right: 58px;
  }

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

  .pg_home{
    margin-top: 150px;
  }

}



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

}
.pg_concept .section.sec1{

}
.pg_concept .section.sec2{
  background-image: url('/system_panel/uploads/images/concept_sec2_bg.jpg');
  background-size: cover;
  background-position: center;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 50px;

}
.pg_concept .section.sec3{
  margin-top: 50px;
}

/* 概要 */
.concept_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept_about_box1{
  width: 100%;
}
.concept_about_box2{
  width: 100%;
  margin-top: 20px;
}
.concept_about_txt{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: justify;
}
.concept_about_img{

}
.concept_about_img.img_fit:before{
  padding-top: 67.71%;
}

/* メッセージ */
.concept_msg{
  margin-top: 50px;
}
.concept_msg_icon{
  background-image: url('/system_panel/uploads/images/tt2_bdr_lg_bk.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 42px;
  margin-bottom: 14px
}
.concept_msg_title{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 15px;
}
.concept_msg_txt{
  line-height: 2.125;
  text-align: justify;
}

/* ポイント1 */
.concept_point1{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.concept_point1_item{
  width: 280px;
  padding: 0 10px;
  padding-top: 20px;
}
.concept_point1_item:nth-child(n+2){

}
.concept_point1_item_inner{
  background: #FFF;
  padding: 10px 10px 15px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.concept_point1_item_img{

}
.concept_point1_item_img.img_fit:before{
  padding-top: 72.72%;
}
.concept_point1_item_title_en{
  font-size: 36px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #657d63;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translate(0.1em, -40%);
  transform: translate(0.1em, -40%);
}
.concept_point1_item_title_ja{
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  /*word-break: auto-phrase;*/
  margin-top: 15px;
  margin-bottom: 15px;
}
.concept_point1_item_txt{
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

/* ポイント2 */
.concept_point2_head{
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  margin-bottom: 30px;
  text-align: center;
}

.concept_point2{

}
.concept_point2_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.concept_point2_item + .concept_point2_item{
  margin-top: 50px;
}
.concept_point2_item_box1{
  width: calc(100% - 15px);
  position: relative;
  z-index: 1;
}
.concept_point2_item_box1:before,
.concept_point2_item_box1:after{
  content: "";
  border: 1px solid #657d63;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.concept_point2_item_box1:before{
  top: 15px;
  bottom: -10px;
  left: 15px;
  right: -9px;
}
.concept_point2_item_box1:after{
  top: 20px;
  bottom: -15px;
  left: 20px;
  right: -15px;
}
.concept_point2_item_box2{
  width: 100%;
}
.concept_point2_item_img{

}
.concept_point2_item_img.img_fit:before{
  padding-top: 75.78%;
}
.concept_point2_item_title{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.concept_point2_item_txt{
  line-height: 2.125;
  text-align: justify;
}

@media (max-width:374px){

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

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

  /* ポイント1 */
  .gjs-dashed .concept_point1_item{
    width: 100%;
  }
  .gjs-dashed .concept_point1_item:nth-child(n+2){
    margin-top: 50px;
  }

  .concept_point1 .slick-track {
    display: flex;
  }
  .concept_point1 .slick-slide {
    height: auto !important;
  }
  .concept_point1 .slick-prev,
  .concept_point1 .slick-next{
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
    letter-spacing: 0;
  }
  .concept_point1 .slick-prev{
    left: 24px;
  }
  .concept_point1 .slick-next{
    right: 24px;
  }




  /* ポイント2 */
  .concept_point2_head{
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.75;
    margin-bottom: 30px;
    text-align: justify;
  }

  .concept_point2{

  }
  .concept_point2_item_box1{

  }
  .concept_point2_item_box2{
    margin-top: 40px;
  }
}
@media (min-width:768px){

  .pg_concept{

  }
  .pg_concept .section.sec1{

  }
  .pg_concept .section.sec2{
    margin-top: 70px;
  }
  .pg_concept .section.sec3{
    margin-top: 70px;
  }


  /* 概要 */
  .concept_about{
    margin-top: -5px;
  }
  .concept_about_box1{
    width: 40.09%;
    padding-top: 6.5%;
  }
  .concept_about_box2{
    width: 57.20%;
    margin-top: 0;

  }
  .concept_about_txt{
    font-size: 16px;
  }

  /* メッセージ */
  .concept_msg{
    margin-top: 80px;
  }
  .concept_msg_icon{
    height: 84px;
  }
  .concept_msg_title{
    font-size: 28px;
    margin-bottom: 34px;
  }
  .concept_msg_txt{
    text-align: justify;
    text-align: center;
  }

  /* ポイント1 */
  .concept_point1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
  }
  .concept_point1_item{
    width: 50%;
    padding: 0 10px;
  }
  .concept_point1_item:nth-child(n+3){
    margin-top: 50px;
  }
  .concept_point1_item_title_en{
    font-size: 40px;
  }
  .concept_point1_item_title_ja{
    font-size: 18px;
    margin-top: 19px;
    margin-bottom: 13px;
  }
  .concept_point1_item_txt{
    font-size: 16px;
    line-height: 2;
  }

  /* ポイント2 */
  .concept_point2_head{
    font-size: 22px;
    margin-bottom: 70px;
    text-align: center;
  }

  .concept_point2{

  }
  .concept_point2_item{

  }
  .concept_point2_item:after{
    content: "";
    width: 65.76%;
    height: 40px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    background: #657d63;
  }
  .concept_point2_item + .concept_point2_item{
    margin-top: 41px;
  }
  .concept_point2_item_box1{
    width: 42.79%;
    position: absolute;
    z-index: 1;
    top: 0;
  }

  .concept_point2_item_box2{
    width: 51.35%;
    min-height: 320px;
    padding-top: 15px;
  }

  .concept_point2_item_img{

  }
  .concept_point2_item_img.img_fit:before{
    padding-top: 100%;
  }
  .concept_point2_item_title{
    font-size: 22px;
    margin-right: -5px;
    margin-bottom: 20px;
  }
  .concept_point2_item_txt{
    line-height: 2.125;
  }

  .concept_point2_item:nth-child(odd) .concept_point2_item_box1{
    left: 0;
  }
  .concept_point2_item:nth-child(odd) .concept_point2_item_box2{
    margin-left: auto;
  }
  .concept_point2_item:nth-child(even) .concept_point2_item_box1{
    right: 0;
  }
  .concept_point2_item:nth-child(even) .concept_point2_item_box2{
    /*margin-top: -7px;*/
    margin-right: auto;
    /*padding-top: 25px;*/
  }

  .concept_point2_item:nth-child(odd) .concept_point2_item_box1:after{
    /*top: -6px;
    bottom: 5px;
    left: -7px;
    right: 5px;*/
  }
  .concept_point2_item:nth-child(even) .concept_point2_item_box1:before{
    top: 15px;
    bottom: -10px;
    left: -15px;
    right: 20px;
  }
  .concept_point2_item:nth-child(even) .concept_point2_item_box1:after{
    top: 20px;
    bottom: -15px;
    left: -10px;
    right: 15px;
  }

  .concept_point2_item:nth-child(odd):after{
    right: 0;
  }
  .concept_point2_item:nth-child(even):after{
    left: 0;
  }


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

  .pg_concept{

  }
  .pg_concept .section.sec1{

  }
  .pg_concept .section.sec2{
    padding-top: 112px;
    padding-bottom: 125px;
  }
  .pg_concept .section.sec3{

  }

  /* メッセージ */
  .concept_msg{
    margin-top: 150px;
  }
  .concept_msg_title{
    font-size: 34px;
    margin-bottom: 34px;
  }
  /* ポイント1 */
  .concept_point1{
    margin: 0 -15px;
  }
  .concept_point1_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .concept_point1_item:nth-child(n+3){
    margin-top: 0;
  }
  .concept_point1_item:nth-child(n+4){
    margin-top: 73px;
  }
  .concept_point1_item_title_en{
    font-size: 48px;
  }
  .concept_point1_item_title_ja{
  }
  .concept_point1_item_txt{
  }

  /* ポイント2 */
  .concept_point2_head{
    font-size: 24px;
    margin-bottom: 70px;
    text-align: center;
  }
  .concept_point2_item:after{
    height: 60px;
  }
  .concept_point2_item_box2{
    min-height: 340px;
  }
  .concept_point2_item_img.img_fit:before{
    padding-top: 75.78%;
  }
  .concept_point2_item_title{
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media (min-width:1200px){

  .pg_concept{

  }
  .pg_concept .section.sec1{

  }
  .pg_concept .section.sec2{

  }
  .pg_concept .section.sec3{

  }

  /*  */

  /* ポイント1 */
  .concept_point1_item_inner{
    min-height: 550px;
  }

  /* ポイント2 */
  .concept_point2_item_box2{
    min-height: 385px;
  }
  .concept_point2_item_title{
    font-size: 24px;
    /*margin-bottom: 35px;*/
  }

}


/*******************************
*　ページ名
********************************/
.pg_menu{

}
.pg_menu .section.sec1{

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


/* メニュー */
.menu_contents{

}
.menu_contents_row{

}
.menu_contents_row + .menu_contents_row{
  margin-top: 70px;
}
.menu_contents_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_contents_about_box1{
  width: 100%;
}
.menu_contents_about_box2{
  width: 100%;
  margin-top: 15px;
}
.menu_contents_about_img{

}
.menu_contents_about_img.img_fit:before{
  padding-top: 100%;
}
.menu_contents_about_title{
  margin-bottom: 15px;
}
.menu_contents_about_title_en{
  font-size: 30px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.menu_contents_about_title_ja{
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.menu_contents_about_title:after{
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #657d63;
  margin-top: 10px;
}
.menu_contents_about_txt{
  line-height: 2.125;
  text-align: justify;
}
.menu_contents_list{
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0;
}
.menu_contents_list_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 12px 5px;
  position: relative;
  z-index: 1;
}
.menu_contents_list_item:nth-child(n+2){
  margin-top: 10px;
}
.menu_contents_list_item:after{
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.menu_contents_list_item_txt1{
  width: calc(100% - 4em);
}
.menu_contents_list_item_txt1 p{
  letter-spacing: 0;
  /*word-break: auto-phrase;*/
}
.menu_contents_list_item_txt2{
  width: 4em;
  margin-left: auto;
  text-align: right;
}


@media (max-width:374px){

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

}
@media (min-width:390px){
  /*.menu_contents_list_item_txt1{
    width: calc(100% - 4em);
  }
  .menu_contents_list_item_txt2{
    width: 4em;
  }*/
}
@media (max-width:767px){

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

  .pg_menu{

  }
  .pg_menu .section.sec1{

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

  }

  /* メニュー */
  .menu_contents{

  }
  .menu_contents_row{

  }
  .menu_contents_row + .menu_contents_row{
    margin-top: 80px;
  }
  .menu_contents_about{
  }
  .menu_contents_about_box1{
    width: 34.23%;
    padding-top: 8px;
  }
  .menu_contents_about_box2{
    width: 59.90%;
    margin-top: 0;
  }
  .menu_contents_about_img{

  }
  .menu_contents_about_img.img_fit:before{
    padding-top: 100%;
  }
  .menu_contents_about_title{
    margin-bottom: 20px;
  }
  .menu_contents_about_title_en{
    font-size: 36px;
  }
  .menu_contents_about_title_ja{
    font-size: 18px;
  }
  .menu_contents_about_title:after{
    margin-top: 15px;
  }
  .menu_contents_about_txt{
    line-height: 2.125;
  }

  .menu_contents_row:nth-child(odd) .menu_contents_about_box1{

  }
  .menu_contents_row:nth-child(odd) .menu_contents_about_box2{

  }
  .menu_contents_row:nth-child(even) .menu_contents_about_box1{
    order: 2;
  }
  .menu_contents_row:nth-child(even) .menu_contents_about_box2{
    order: 1;
  }

  .menu_contents_list{
    margin: 30px -10px 0;
  }
  .menu_contents_list_item{
    width: 50%;
    padding: 16px 10px;
  }
  .menu_contents_list_item:after{
    left: 10px;
    right: 10px;
  }
  .menu_contents_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .menu_contents_list_item:nth-child(n+3){
    margin-top: 11px;
  }
  .menu_contents_list_item_txt1{

  }
  .menu_contents_list_item_txt2{

  }
  .menu_contents_list_item_txt1{
    width: calc(100% - 4em);
  }
  .menu_contents_list_item_txt2{
    width: 4em;
  }


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

  .pg_menu{

  }
  .pg_menu .section.sec1{

  }
  .pg_menu .section.sec2{

  }
  .pg_menu .section.sec3{

  }

  /* メニュー */
  .menu_contents{

  }
  .menu_contents_row{

  }
  .menu_contents_row + .menu_contents_row{
    margin-top: 140px;
  }
  .menu_contents_about{

  }
  .menu_contents_about_box1{
    width: 34.23%;
  }
  .menu_contents_about_box2{
    /*width: 59.90%;*/
    width: 60%;
  }
  .menu_contents_about_title{
    /*margin-bottom: 20px;*/
  }
  .menu_contents_about_title_en{
    font-size: 50px;
  }
  .menu_contents_about_title_ja{
    font-size: 18px;
  }
  .menu_contents_about_title:after{
    margin-top: 25px;
  }
  .menu_contents_list{
    margin: 32px -15px 0;
  }
  .menu_contents_list_item{
    padding: 16px 15px;
  }
  .menu_contents_list_item:after{
    left: 15px;
    right: 15px;
  }
}
@media (min-width:1200px){

  .pg_menu{

  }
  .pg_menu .section.sec1{

  }
  .pg_menu .section.sec2{

  }
  .pg_menu .section.sec3{

  }

}


/*******************************
*　ページ名
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

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


@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{

  }


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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }

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

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }

}


/*******************************
*　記事一覧(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;
  }

}

/*******************************
*　product
********************************/
.pg_products{

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

.product_box{

}
.product_box .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product_box .webgene-item {

}
.product_box .webgene-item a:hover{
  color: inherit;
}
.product_box .content_outer{
  background: #f6f6f6;
  position: relative;
}
.product_box .content_outer:after{
  content: "";
  display: block;
  width: 101.71%;
  height: 102.28%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0.5px 0.866px 1.98px 0.02px rgba(24, 24, 24, 0.2);
}
.product_box .content_outer .img{
  overflow: hidden;
  background: url(/system_panel/uploads/images/noimg.jpg) no-repeat center / cover;
}
.product_box .content_outer .img:before{
  padding-top: 80%;
}
.product_box .content_outer .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-top: 1px solid #657d63;
  padding: 17px 10px 17px;
  margin-top: 10px;
}
.product_box .webgene-item .read_more{
  margin-top: 16px;
}
.product_box .webgene-item .read_more span{
  font-size: 16px;
  position: relative;
  z-index: 1;
  /* border-bottom: 1px solid; */
  padding-bottom: 4px;
  transition: 0.2s all;
}
.read_more span:before{
  content: "+";
  position: absolute;
  z-index: 1;
  top: 40%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.product_box .webgene-item a:hover .read_more span:before{
  transform: translate(0, -50%) rotate(90deg);
}

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

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

}
@media (max-width:767px){
  .product_box .webgene-blog{
    margin: 0 -10px;
  }
  .product_box .webgene-item{
    padding: 0 10px;
  }
  .product_box .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
}
@media (min-width:768px){
  .pg_products{

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

  .product_box{

  }
  .product_box .webgene-blog{

  }
  .product_box .webgene-item {

  }
  .product_box .webgene-item:nth-child(n+3){
    margin-top: 40px;
  }
  .product_box .webgene-item a{

  }
  .product_box .content_outer{

  }
  .product_box .content_outer .img:before{

  }
  .product_box .content_outer .title{

  }
  .product_box .webgene-item .read_more{
    justify-content: flex-end;
  }
  .product_box .webgene-item .read_more span{

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

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

  .product_box{

  }
  .product_box .webgene-blog{

  }
  .product_box .webgene-item {

  }
  .product_box .webgene-item:nth-child(n+3){
    margin-top:0;
  }
  .product_box .webgene-item:nth-child(n+4){
    margin-top: 60px;
  }
  .product_box .webgene-item a{

  }
  .product_box .content_outer{

  }
  .product_box .content_outer .img:before{

  }
  .product_box .content_outer .title{

  }
  .product_box .webgene-item .read_more{

  }
  .product_box .webgene-item .read_more span{

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


}

/*******************************
*　店舗
********************************/

.salon_items2_item_img:before{
  padding-top: 80%;
}
/* コピー用 */
@media (max-width:374px){

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

}
@media (max-width:767px){
  .salon_items2{
    margin: 0 -10px;
  }
  .salon_items2_item{
    padding: 0 10px;
  }
}
@media (min-width:768px){


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


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


}

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

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


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

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

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

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

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


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


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


}

/* 20250808 追加 */
.concept_msg_icon-br {
    background-image: url(/system_panel/uploads/images/tt2_bdr_lg_br.png);
}

.tt2.large .tt2_en-br:before {
    background-image: url(/system_panel/uploads/images/tt2_bdr_lg_br.png);
}

.menu_contents_list_item-br:after{
    background: #a69b78;
}
