@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #181818;
  border: 15px solid #0a5962;
  border-top: 0!important;
}
body.body_nail,
body.body_menu{
  border-color: #ee6ed8;
}
body.body_nailArtSchool{
  border-color: #1e4aa9;
}

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

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

  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}
@media (min-width:768px){
  body{
    padding-top: 110px;
    border-width: 30px;
  } 
}
@media (min-width:1024px){
  body{
    padding-top: 120px;
    border-width: 40px;
  } 
}

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

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

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

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

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

a.img_fit{
  display: block;
}

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

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

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


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

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

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

/*******************************
*　ヘッダー
********************************/
.header {
  padding: 10px;
  width: 100%;
  background: #ffffff;
  text-align: right;
  position: relative;
  border-top: 15px solid #0a5962;
}
body.body_nail .header,
body.body_menu .header{
  border-color: #ee6ed8;
}
body.body_nailArtSchool .header{
  border-color: #1e4aa9;
}
.hdr_form {
  width: 200px;
  padding: 4px;
  border: 2px solid #e445c8;
  border-radius: 21px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #e445c8;
  letter-spacing: 0.1em;
}
.hdr_form:hover{
  background: #e445c8;
  color: #ffffff;
  opacity: 1;
}
.hdr_form p:before{
  content: "\f0e0";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}
.hdr_menu{
  font-size: 15px;
  margin-left: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  color: #e445c8;
}
.hdr_menu:hover{
  color: #e445c8;
  opacity: 1;
}
.hdr_menu i{
  font-size: 38px;
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}

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

.pg_header{
  margin-bottom: 50px;
  position: relative;
}
.hdr_img:before{
  padding-top: 220px;
}
.hdr_txt {
  max-width: 280px;
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.7);
  text-align: center;
}
.hdr_txt_ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #e445c8;
}
.hdr_txt_ttl.montserrat {
  line-height: 1.45;
  margin-bottom: -20px;
}
.hdr_txt_ttl.fuse{
  color: #0a5962;
}
.hdr_txt_desc {
  font-size: 18px;
  margin-top: 5px;
  letter-spacing: 0.075em;
}

.gnav .gnav_box1{
  padding: 5px;
  text-align: center;
}
.gnav .gnav_box2{
  padding: 5px;
  text-align: center;
}
.gnav .inner{

}
.gnav.active {
  align-items: flex-start;
  left: 15px;
  right: 15px; 
  
  height: auto;
  opacity: 1;
}

.gjs-dashed .gnav{
  align-items: flex-start;
  left: 15px;
  right: 15px; 
  
  height: auto;
  opacity: 1;
}

.gnav .gnav_item {
  font-size: 15px;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  width: 33.333%;
  text-align: center;
  padding: 100px 10px;
  /*border: 1px solid #6e6b65;*/
  color: #000;
  background: #ffd7ee;
}

@media (max-width:767px){
  .header{
    text-align: center;
  }
  .hdr_form,
  .hdr_menu{
    display: none;
  }
  .hdr_logo img{
    width: 140px;
  }
  /* スマホ用 */
  .gnav {
    display: flex;
    position: fixed;
    left: 100%;
    z-index: 10;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 1.8s;
    opacity: 0;
    background: #ffd7ee;
    box-shadow: 0 0 4px 0px #666;
  }
  
  .gnav.active{
    transform: translate(0, 0);
    bottom: 100px!important;
  }
  .gnav.active .inner{
    display: flex;
    flex-wrap: wrap;
    /*border: 2px solid #7d7d7c;*/
  }
  .gnav .gnav_left,
  .gnav .gnav_right{
    width: 100%;
    display: none;
  }
  .gnav .gnav_left{
    
  }
  .gnav .gnav_right{
    border-top: 1px solid #e445c8;
  }
  
  .gnav .gnav_item {
    font-size: 14px;
    padding: 0 15px;
    /* line-height: 2; */
    font-weight: 500;
    width: 50%;
    text-align: center;
    padding: 19px 3px;
    color: #181818;
    display: flex;
    /*border: 1px solid #7d7d7c;*/
    background: #ffd7ee;
    /* justify-content: flex-start; */
    justify-content: center;
    align-items: center;
    min-height: 90px;
  }
  .gnav .gnav_item {
    border-right: 1px solid #e445c8;
  }
  .gnav .gnav_item:nth-child(n+3) {
    border-top: 1px solid #e445c8;
  }
  .gnav .gnav_item:nth-child(2n){
    border-right: 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;
  }
}

@media (min-width:768px){
  .header {
    width: calc(100% - 60px);
    top: 30px;
    left: 30px;
    padding: 11px 20px;
    position: fixed;
    left: 30px;
    top: 0;
    z-index: 10;
    border-top-width: 30px;
  }
  .hdr_logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hdr_menu {
    margin-left: 20px;
  }
  .hdr_form {
    width: 150px;
  }
  
  /*ナビゲーション*/
.gnav {
  display: flex;
  position: fixed;
  left: 100%;
  z-index: 10;
  height: 0;
  /* background: #47a3cd; */
  /* padding: 20px 15px; */
  font-size: 16px;
  overflow: hidden;
  border-radius: 15px;
  transition: all 1.8s;
  opacity: 0;
  background: #ffd7ee;
  box-shadow: 0 0 4px 0px #666;
}


.gnav .gnav_left{
  padding: 5px;
  text-align: center;
}
.gnav .gnav_right{
  padding: 5px;
  text-align: center;
}
.gnav .inner{

}
.gnav.active {
  align-items: flex-start;
  left: 15px;
  right: 15px; 
  
  height: auto;
  opacity: 1;
}

.gjs-dashed .gnav{
  align-items: flex-start;
  left: 15px;
  right: 15px; 
  
  height: auto;
  opacity: 1;
}

.gnav {
    align-items: center;
    font-size: 20px;
    width: 750px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active,
  .gjs-dashed .gnav {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gnav.active .inner ,
  .gjs-dashed .gnav .inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    /*border: 1px solid #000;*/
    /*border-right: 1px solid #9f9f9f;*/
    border-left: 1px solid #9f9f9f;
  }

  .gnav.active .inner{
    border-left: 1px solid #e445c8;
  }
  
  .gnav .gnav_left{
    width: 65px;
    padding: 30px 15px;
    /**/
  }
  .gnav .gnav_right{
    width: 65px;
    padding: 30px 15px;
    /**/
  }
  .gnav .inner{
    width: calc(100% - 130px);
  }
  .gnav .gnav_left .hdr_sns img{
    /*width: 35px;*/
  }
  .gnav .gnav_right .hdr_menu.gnav_open{
    font-size: 10px;
    margin: 0;
  }
  
  .gnav .gnav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    border-right: 1px solid #e445c8;
  }
  .gnav .gnav_item:nth-child(n+5) {
    border-top: 1px solid #e445c8;
  }
  
  .gnav .gnav_item:hover {
    opacity: 1;
  }
  .gnav .gnav_item:hover p{
    opacity: 0.8;
  }
    
  .pg_header{
    margin-bottom: 105px;
  }
  .hdr_img:before{
    padding-top: 280px;
  }
  .hdr_txt_ttl {
    font-size: 42px;
  }
  .hdr_txt_desc {
    font-size: 20px;
  }
  .hdr_txt {
    max-width: 380px;
  }


  .mv_img.img_fit:before{
    padding-top: 500px;
  }
}
@media (min-width:1024px){
  .header{    
    width: calc(100% - 80px);
    padding: 11px 40px;
    top: 0;
    left: 40px;
    border-top-width: 40px;
  }
  .hdr_menu {
    margin-left: 60px;
  }
  .hdr_form {
    width: 200px;
  }
  .hdr_txt {
    max-width: 410px;
  }
  .hdr_txt_ttl {
    font-size: 50px;
  }
  .hdr_txt_desc {
    font-size: 23px;
  }
  
  .gnav{
    width: 900px;
  }
  .gnav.active ,
  .gjs-dashed .gnav {
    left: calc(50% - 20px);
  }

  .hdr_img:before{
    padding-top: 380px;
  }

  .mv_img.img_fit:before{
    padding-top: 700px;
  }
}
@media (min-width:1200px){
  .gnav{
    /* right: 60px; */
    font-size: 20px;
    width: 900px;
  }

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

  .hdr_img:before{
    padding-top: 480px;
  }
}

@media (max-width:767px){

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




}



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

.footer{
  padding-top: 50px;
  margin-top: 80px;
  background: url(/system_panel/uploads/images/ftr_bg02.jpg) no-repeat center top / cover;
}
.body_nail .footer,
.body_menu .footer{
  background: url(/system_panel/uploads/images/ftr_bg01.jpg) no-repeat center top / cover;
}
.body_nailArtSchool .footer{
  background: url(/system_panel/uploads/images/ftr_bg03.jpg) no-repeat center top / cover;
}

.ftr1{
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.ftr1_box {
  margin-top: 30px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
}
.ftr1_box_item {
  width: 100%;
  padding: 15px 10px;
  text-align: center;
}
.ftr1_box_item + .ftr1_box_item{
  border-top: 1px solid;
}
.ftr1_box_min {
  font-family: 'Noto Sans JP';
}
.ftr1_box_link1,
.ftr1_box_link2 {
  max-width: 286px;
  height: 65px;
  width: 100%;
  padding: 14px;
  margin: 15px auto 0;  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #181818;
  border-radius: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.ftr1_box_link1 p:before{
  font-size: 25px;
  margin-right: 8px;
  content: "\f0e0";
  font-weight: 900;
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
}
.ftr1_box_link2{
  background: #54cc5c;
  color: #ffffff;
}
.ftr1_box_link2 p:before{
  margin-right: 8px;
  content: url(/system_panel/uploads/images/line.svg);
  display: inline-block;
  vertical-align: middle;
}
.ftr1_box_link2:hover{
  color: #ffffff;
}

.ftr2 {
  margin-top: 70px;
  text-align: center;
}
.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr {
  margin-top: 25px;
  margin-bottom: 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;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

/* 追尾スマホメニュー */
.footer_fix{
  width: calc(100% - 30px);
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px;
  right: 0;
  background: #fbe0c6;
  z-index: 1000;
  flex-wrap: wrap;
  border-bottom: 15px solid #0a5962;
}
body.body_nail .footer_fix,
body.body_menu .footer_fix{
  border-color: #ee6ed8;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #fbe0c6;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 26%;
  border-right: 1px solid #000;
}
.footer_fix .footer_fix_item_1.line{
  background: #54cc5c;
  color: #ffffff;
}
.footer_fix .footer_fix_item_1.line img{
  margin-bottom: 10px;
}
.footer_fix .footer_fix_item_2{
  width: 22%;
}
.footer_fix > a i{
  font-size: 26px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 55px;
  bottom: 120px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #808080;
  z-index: 5;
}
.pagetop a i{
  font-size: 40px;
}



@media (max-width:767px){
  .ftr_links{
    display: none;
  }
  .pagetop{
    right: 25px;
    bottom: 132px;
  }
}

@media (min-width:768px){
  .footer{
    margin-top: 150px;
  }
  .ftr1_box {
    margin-top: 55px;
  }
  .ftr2 {
    margin-top: 120px;
  }
  .ftr_links {
    max-width: 500px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ftr_link{
    font-size: 14px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .ftr_link{
    border-left: 1px solid;
  }
  .ftr_link:nth-child(4n+1){
    border-left: 0;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 15px;
  }
  
  .ftr1_box {
    max-width: 450px;
    margin: 55px auto 0;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 200px;
  }
  .ftr1_box{
    padding: 32px 0 30px;
  }
  .ftr1_box_item {
    width: 33.33%;
    padding: 10px 0 22px;
    text-align: center;
  }
  .ftr1_box_item + .ftr1_box_item{
    border-top: 0;
    border-left: 1px solid;
  }
  .ftr2 {
    margin-top: 160px;
  }
  .ftr_links {
    max-width: inherit;
    margin: 42px 0 0;
  }
  .ftr_link:nth-child(5){
    border-left: 1px solid;
  }
  .ftr_link:nth-child(n+5){
    margin-top: 0;
  }
  .ftr1_box {
    max-width: inherit;
  }
}
@media (min-width:1200px){

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



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

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


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 20px 15px;
}
.table_rows_th{
  width: 100px;
  background-color: #eeeeee;
  border-right: 0;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.table_rows_td{
  font-size: 15px;
  border-left: 0;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.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: 70px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 3px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
}
.webgene-pagination li.selected{
  border-color: #e5e5e5;
  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;
}


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

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

/* リスト */
.posts_list{

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

}


/* サイド */
.posts_side_wrap{

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

.posts_cat_item{
  padding-left: 10px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 2em;
  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;

}
.post_content{
  padding: 0 10px;
  line-height: 2.25;
  letter-spacing: 0.075em;
  text-align: justify;
}
.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){
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  /* リスト */
  .posts_list{

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

  }

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

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

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


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

  /* リスト */
  .posts_list{

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

  }

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

}


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

}
.home_box1_bg{
  position: relative;
  display: block;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.home_box1_img:before{
  padding-top: 80%;
}
.home_box1_txt{
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  text-align: center;
  letter-spacing: 0.075em;
}
.home_box1_txt:after{
  font-size: 34px;
  margin-top: 15px;
  content: "\f13a";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: block;
  text-align: center;
  line-height: 1;
}
.home_box1_ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
.fuse .home_box1_ttl,
.fuse .home_box1_txt:after{
  color: #0a5962;
}
.nail .home_box1_ttl,
.nail .home_box1_txt:after{
  color: #e445c8;
}
.school .home_box1_ttl,
.school .home_box1_txt:after{
  color: #1e4aa9;
}
.home_box1_ttl.outfit {
  font-weight: 400;
  letter-spacing: 0.1em;
}

.pg_home .section.sec1{
  padding-top: 80px;
  padding-bottom: 0;
}
.home_box2_txt {
  padding-top: 25px;
  margin-top: 30px;
  padding-left: 60px;
  position: relative;
  letter-spacing: 0.075em;
}
.home_service_list:nth-child(even) .home_box2_txt{
  padding-left: 0;
  padding-right: 60px;
}
.home_box2_en {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: -10px;
  top: 0;
}
.home_service_list:nth-child(even) .home_box2_en {
  left: inherit;
  right: -5px;
}
.home_box2_ttl {
  font-size: 28px;
  margin-bottom: 3px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.home_box2_ttl.montserrat{
  margin-bottom: -4px;
}
#fuse .home_box2_en,
#fuse .home_box2_ttl{
  color: #0a5962;
}
#nail .home_box2_en,
#nail .home_box2_ttl{
  color: #e043c5;
}
#school .home_box2_en,
#school .home_box2_ttl{
  color: #1e4aa9;
}
.home_box2_text{
  text-align: justify;
}
.home_box2_subttl {
  font-size: 18px;
  margin: 10px 0 8px;
}
.link_1 {
  font-size: 15px;
  margin: 32px auto 0;
  display: block;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
}
.link_1 a,
.home_news_cat_item{
  max-width: 255px;
  width: 100%;
  margin-right: 25px;
  padding: 9px;
  display: inline-block;
  position: relative;
  background: #df43c3;
  color: #ffffff;
  text-align: center;
}
.link_1 a:before,
.home_news_cat_item:before{
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #ffffff;
}
.link_1 a:after,
.home_news_cat_item:after{
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  right: -30px;
  top: 50%;
  background: #df43c3;
}
#fuse .link_1 a,
#fuse .link_1 a:after,
.fuse .home_news_cat_item,
.fuse .home_news_cat_item:after{
  background: #0a5962;
}
#school .link_1 a,
#school .link_1 a:after,
.school .home_news_cat_item,
.school .home_news_cat_item:after{
  background: #1e4aa9;
}
.home_box2_img{
  border-radius: 10px;
  overflow: hidden;
}
.home_box2_img:before{
  padding-top: 75.5%;
}
.home_box3 {
  margin-top: 40px;
}
.home_box3_img:before{
  padding-top: 66%;
}
.home_box3_img img{
  border-radius: 10px;
}
.home_box_new{
    max-width: 1100px;
    margin: 100px auto 0;
    padding: 8px;
}
.home_box_new .home_box2_txt{
  padding-left: 0;
}
.home_service_list_in {
  position: relative;
}
.home_service_list_in:after{
  content: "";
  width: 1000%;
  height: 84%;
  position: absolute;
  left: -10px;
  top: 80px;
  background: #fdf8f2;
  z-index: -1;
  border-radius: 10px;
}
.home_service_list:nth-child(even) .home_service_list_in:after{
  left: inherit;
  right: -10px;
}

.pg_home .section.sec2{
  padding-top: 60px;
  padding-bottom: 0;
}
.home_news_en{
  color: #e445c8;
}
.home_news_ja{
  margin-bottom: 38px;
}
.home_news_cat > div{
  position: relative;
  cursor: pointer;
}
.home_news_cat > div.active:before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 1;
}
.home_news_cat > div.fuse.active:before{
  border-color: #0d5f68 transparent transparent transparent;
}
.home_news_cat > div.michelle.active:before{
  border-color: #df43c3 transparent transparent transparent;
}
.home_news_cat > div.school.active:before{
  border-color: #204eb2 transparent transparent transparent;
}
.home_news_cat > div.all.active:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 16px 0 16px;
  z-index: -1;
}
.home_news_cat > div.all.active:after{
  border-color: #e445c8 transparent transparent transparent;
}
.home_news_cat_item {
  font-size: 16px;
  padding: 3px;
}
.home_news_cat_item:before,
.home_news_cat_item:after{
  width: 17px;
}
.home_news_cat_item:after{
  right: -17px;
}
.home_news_cat_item.all{
  padding: 2px;
  background: #ffffff;
  color: #df43c3;
  border: 1px solid #df43c3;
}
.home_news_cat_item.all:before,
.home_news_cat_item.all:after{
  display: none;
}
.home_news_content {
  margin-top: 40px;
}
.home_news_list .webgene-blog{
  border-top: 1px solid #ffd7ee;
}
.home_news_list .webgene-item a{
  padding: 26px 20px;
  padding-right: 45px;
  border-bottom: 1px solid #ffd7ee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.home_news_list .webgene-item a:after{
  content: "";
  width: 40px;
  height: 11px;
  background: url(/system_panel/uploads/images/home_news_arrow.png) no-repeat center right;
  position: absolute;
  right: 15px;
  top: 46%;
}
.home_news_list .date{
  width: 100px;
  letter-spacing: 0.075em;
}
.home_news_list .category{
  width: 100px;
  font-size: 15px;
  background: #e5e5e5;
  letter-spacing: 0.075em;
  text-align: center;
  border-radius: 14px;
}
.home_news_list .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_news_list{
  display: none;
}
.home_news_list.active{
  display: block;
}
.link_2 {
  width: 220px;
  font-size: 12px;
  padding: 8px;
  margin: 30px auto 0;
  display: block;
  background: #df43c3;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
}
.link_2:before{
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #ffffff;
  position: absolute;
  left: 4px;
  top: 4px;
  pointer-events: none;
}
.link_2:after{
  content: "\f061";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.link_2:hover{
  color: #ffffff;
}

.pg_home .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:767px){
  .home_box1_item + .home_box1_item{
    margin-top: 10px;
  }
  .home_box3 .col-md-4{
    padding: 0 8px;
  }
  .home_service_list{
    padding-top: 60px;
    margin-top: -60px; 
  }
  .home_service_list + .home_service_list{
    margin-top: 0; 
  }
  .home_news_cat > div:nth-child(n+3){
    margin-top: 25px;
  }
  .home_news_list .title{
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .home_box1 {
    margin: 0 -4px;
    display: flex;
  }
  .home_box1_item {
    width: 33.33%;
    padding: 0 4px;
  }
  .home_box1_img:before{
    padding-top: 60vh;
  }
  .home_box1_txt {
    padding: 26px 0 30px;
  }
  .home_box1_txt:after{
    margin-top: 25px;
  }
  .home_box1_ttl {
    font-size: 25px;
  }
  .home_box1_text{
    font-size: 14px;
  }

  .pg_home .section.sec1{
    padding-top: 30px;
    padding-bottom: 0;
  }
  .home_box2 {
    display: flex;
    align-items: flex-start;
  }
  .home_box_new{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .home_box2_txt{
    width: 57%;
    padding-top: 25px;
    margin-top: 0;
    padding-left: 80px;
    padding-right: 40px;
  }
  .home_box2_en {
    font-size: 60px;
    top: -105px;
  }
  .home_box2_ttl {
    font-size: 30px;
  }
  .home_box2_img{
    width: 43%;
  }
  .home_service_list:nth-child(odd) .home_box2_txt{
    order: 1;
  }
  .home_service_list:nth-child(odd) .home_box2_img{
    order: 2;
  }
  .home_service_list:nth-child(even) .home_box2_txt{
    padding-left: 40px;
    padding-right: 80px;
  }
  .home_service_list_in {
    padding-top: 38px;
  }
  .home_service_list_in:after{
    top: 0;
  }
  .link_1.right{
    text-align: right;
  }
  .home_box3 {
    margin-top: 50px;
  }
  .home_service_list{
    padding-top: 230px;
    margin-top: -70px;
  }
  .home_service_list:first-child{
    margin-top: -80px;
  }

  .pg_home .section.sec2{
    padding-top: 110px;
    padding-bottom: 0;
  }
  .home_news_list .title{
    width: calc(100% - 100px - 100px);
    padding-left: 15px;
  }
  .home_news_list .webgene-item a{
    padding-right: 105px;
  }
  .home_news_list .webgene-item a:after{
    width: 75px;
  }
  .link_2{
    margin-top: 60px;
  }

  .pg_home .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1024px){
  .home_box1_img:before{
    padding-top: 80vh;
  }
  .home_box1_ttl {
    font-size: 35px;
  }
  .home_box1_text{
    font-size: 16px;
  }

  .home_box2_txt{
    padding-left: 92px;
    padding-right: 74px;
  }
  .home_service_list:nth-child(even) .home_box2_txt{
    padding-left: 60px;
    padding-right: 70px;
  }
  .home_box3 {
    margin-top: 80px;
  }

}
@media (min-width:1200px){
  .home_box1_img:before{
    padding-top: 825px;
  }


}

/*******************************
*　ふせ美容室
********************************/
.parlor_ttl1.zenmaru {
  margin-bottom: 20px;
  color: #0a5962;
}
.parlor_ttl1.zenmaru:after{
  content: "";
  width: 2px;
  height: 30px;
  margin: 10px auto 0;
  background: #181818;
  display: block;
}
.parlor_img01 {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.parlor_img01:before{
  padding-top: 50%;
}

.pg_parlor .section.sec2{
  padding-top: 50px;
}
.parlor_box2{
  position: relative;
}
.parlor_box2:after{
  content: "";
  width: 1000%;
  left: -10%;
  height: calc(100% - 30px);
  position: absolute;
  top: 50px;
  background: #fdf8f2;
  border-radius: 10px;
  z-index: -1;
}
.parlor_box2 + .parlor_box2{
  margin-top: 60px;
}
.parlor_box2_img:before{
  padding-top: 63%;
}
.parlor_box2_img img{
  border-radius: 10px;
}
.parlor_box2_ttl {
  margin-bottom: 15px;
}

.pg_parlor .section.sec3{
  padding-top: 75px;
}
.parlor_ttl2 {
  margin-bottom: 3px;
  position: relative;
  text-align: center;
}
.parlor_ttl2:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #0a5962;
  position: absolute;
  left: 0;
  top: 50%;
}
.parlor_ttl2_en{
  padding: 0 10px;
  display: inline-block;
  background: #ffffff;
  position: relative;
  color: #0a5962;
}
.parlor_box3 {
  margin-top: 30px;
}
.parlor_box3_img:before{
  padding-top: 62%;
}

.parlor_menu {
  margin-top: 55px;
}
.parlor_menu_ttl {
  padding: 15px 0 24px;
  border-top: 2px solid #181818;
  border-bottom: 2px solid #181818;
  position: relative;
}
.parlor_menu_ttl:before{
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  top: 5px;
  pointer-events: none;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
}
.parlor_menu_ttl_en{
  color: #0a5962;
}
.parlor_menu_item{
  font-size: 16px;
  padding: 15px 15px;
  padding-right: 0;
  position: relative;
  letter-spacing: 0.075em;
  border-bottom: 1px dotted #0a5962;
}
.parlor_menu_item:after{
  content: "";
  clear: both;
  display: block;
}
.parlor_menu_item_left{
  float: left;
}
.parlor_menu_item_right{
  min-width: 85px;
  float: right;
}
.parlor_caution{
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #999999;
}
.parlor_caution p{
  padding-left: 1em;
  text-indent: -1em;
}
.parlor_menu_caution {
  padding: 10px 5px;
}

@media (max-width:767px){
  .parlor_box2_img{
    margin-bottom: 25px;  
  }
  .parlor_box3 .col-md-4{
    padding: 0 8px;
  }

  .parlor_menu > div + div{
    margin-top: 50px;
  }
}
@media (min-width:768px){
  .parlor_ttl1.zenmaru:after{
    height: 50px;
    margin: 20px auto 0;
  }
  .parlor_img01 {
    margin-top: 82px;
  }
  .parlor_img01:before{
    padding-top: 340px;
  }

  .pg_parlor .section.sec2{
    padding-top: 80px;
  }
  .parlor_box2 {
    display: flex;
    align-items: flex-start;
  }
  .parlor_box2 + .parlor_box2{
    margin-top: 90px;
  }
  .parlor_box2_img{
    width: 48.8%;
  }
  .parlor_box2_img:before{
    padding-top: 340px;
  }
  .parlor_box2_txt{
    width: 51.2%;
    padding-top: 80px;
    padding-left: 40px;
  }
  .parlor_box2:nth-child(even) .parlor_box2_txt{
    order: 1;
    padding-left: 0;
    padding-right: 40px;
  }
  .parlor_box2:nth-child(even) .parlor_box2_img{
    order: 2;
  }
  .parlor_box2:after{
    left: 30%;
    height: calc(100% - 20px);
  }
  .parlor_box2:nth-child(even):after{
    left: inherit;
    right: 30%;
  }

  .pg_parlor .section.sec3{
    padding-top: 105px;
  }
  .parlor_menu > div:nth-child(n+3){
    margin-top: 58px;
  }
	.parlor_menu_caution {
 	  padding: 10px 18px;
	}

}
@media (min-width:1024px){
  .parlor_box2_txt{
    padding-left: 30px;
  }
  .parlor_box2:nth-child(even) .parlor_box2_txt{
    padding-left: 0;
    padding-right: 30px;
  }

  .pg_parlor .section.sec3{
    padding-top: 135px;
  }
  .parlor_menu_item{
    font-size: 18px;
    padding: 20px 0 10px 18px;
  }
  .parlor_menu_item_right{
    min-width: 98px;
  }

}
@media (min-width:1200px){
  .parlor_box2_txt{
    padding-left: 88px;
  }
  .parlor_box2:nth-child(even) .parlor_box2_txt{
    padding-left: 0;
    padding-right: 88px;
  }


}

/*******************************
*　ネイル
********************************/
.parlor_ttl1.zenmaru.michelle {
  color: #e445c8;
}

.pg_nail .section.sec2{
  padding-top: 55px;
  padding-bottom: 60px;
  margin-top: 30px;
  background: #fdf8f2;
}
.nail_box1 {
  margin: 0 -8px;
  margin-top: 30px;
}
.nail_box1 > div{
  padding: 0 8px;
}
.nail_box1_item {
  font-size: 14px;
  padding: 15px 40px;
  padding-right: 15px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  letter-spacing: 0.075em;
  box-shadow: 0px 3px 5.82px 0.18px rgba(0, 0, 0, 0.06);
}
.nail_box1_item:before{
  font-size: 17px;
  content: "\f058";
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #e445c8;
  position: absolute;
  left: 20px;
  top: 15px;
}
.nail_text01 {
  margin: 60px 0 0;
  padding-top: 20px;
  border-top: 2px solid #ddd2bb;
}
.nail_box2 {
  margin-top: 40px;
}
.nail_box2_img{
  border: 2px dashed #ee6ed8;
}
.nail_box2_img:before{
  padding-top: 71.5%;
}

.pg_nail .section.sec3{
  padding-top: 52px;
}
.pg_nail .parlor_ttl2:before,
.michelle.parlor_ttl2:before{
  background: #e445c8;
}
.pg_nail .parlor_ttl2_en,
.michelle .parlor_ttl2_en{
  color: #e445c8;
}
.pg_nail .parlor_ttl2_ja{
  margin-bottom: 30px;
}
.pg_nail .parlor_box2:after{
  top: 60px;
}

.pg_nail .section.sec4{
  margin-top: 72px;
  padding: 30px 0;
  background: #fdf8f2;
}
.pg_nail .section.sec4 .parlor_ttl2_en,
.pg_school .section.sec3 .parlor_ttl2_en{
  background: #fdf8f2;
}
.nail_gallery .webgene-blog{
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.nail_gallery .webgene-item a{
  display: block;
}
.nail_gallery .img_fit{
  border: 5px solid #ffffff;
  background: url(/system_panel/uploads/images/noimage.png) no-repeat center / cover;
}

@media (max-width:767px){
  .nail_box1 > div:nth-child(n+2){
    margin-top: 15px;
  }

  .nail_box2 .col-md-4{
    padding: 0 8px;
  }

  .nail_gallery .webgene-blog{
    margin: 0 -8px;
  }
  .nail_gallery .webgene-item{
    padding: 0 8px;
  }
  .nail_gallery .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
}
@media (min-width:768px){
  .pg_nail .parlor_img01 {
    margin-top: 52px;
  }  

  .pg_nail .section.sec2{
    margin-top: 80px;
  }
  .nail_box1 {
    margin-top: 55px;
  }
  .nail_box1 > div:nth-child(n+3){
    margin-top: 15px;
  }
  .nail_box1_item {
    font-size: 15px;
    padding: 15px 50px;
    padding-right: 15px;
  }
  .nail_box1_item:before{
    left: 30px;
  }
  .nail_box2 {
    margin-top: 60px;
  }
  .nail_text01 {
    margin-bottom: -20px;
  }

  .pg_nail .section.sec3{
    padding-top: 108px;
  }
  .pg_nail .parlor_ttl2_ja{    
    margin-top: 10px;
    margin-bottom: 55px;
  }
  .pg_nail .parlor_box2:after {
    height: calc(100% - 50px);
  }
  .pg_nail .parlor_box2 + .parlor_box2 {
    margin-top: 72px;
  }

  .pg_nail .section.sec4{
    margin-top: 102px;
    padding: 55px 0;
  }
  .nail_gallery .webgene-item:nth-child(n+5){
    margin-top: 30px;
  }
  .pg_nail .section.sec4 .link_2{
    margin-top: 50px;
  }
}
@media (min-width:1024px){
  .nail_box1 > div:nth-child(n+3){
    margin-top: 0;
  }
  .nail_box1 > div:nth-child(n+4){
    margin-top: 16px;
  }
  .nail_box1_item {
    padding: 15px 30px;
    padding-right: 0;
  }
  .nail_box1_item:before {
    left: 10px;
  }

  .pg_nail .section.sec4{
    margin-top: 182px;
  }

  .pg_nail .parlor_box2:after {
    height: 306px;
  }
}
@media (min-width:1200px){
  .nail_box1_item {
    font-size: 16px;
  }

  .nail_box1 {
    margin: 0 -15px;
    margin-top: 55px;
  }
  .nail_box1 > div{
    padding: 0 15px;
  }
  .nail_box1_item {
    padding: 15px 50px;
    padding-right: 15px;
  }
  .nail_box1_item:before {
    left: 30px;
  }

}

/*******************************
*　ネイルメニュー
********************************/
.menu_box1 + .menu_box1 {
  margin-top: 40px;
}
.menu_box1 .parlor_menu{
  margin-top: 0;
}
.menu_box1 .parlor_menu_ttl_en{
  color: #ee6ed8;
}
.parlor_menu + .menu_box1{
  margin-top: 40px;
}

.menu_ttl1 {
  padding: 9px;
  margin-top: 30px;
  background: #f9f3eb;
}
.menu_ttl1 em{
  font-size: 28px;
  margin-right: 10px;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-style: normal;
  font-family: 'Montserrat';
}

@media (max-width:767px){
  .menu_box1 .parlor_menu > div + div{
    margin-top: 0;
  }
}
@media (min-width:768px){
  .menu_box1 + .menu_box1{
    margin-top: 60px;
  }
  .parlor_menu + .menu_box1{
    margin-top: 60px;
  }

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


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


}


/*******************************
*　ネイルスクール
********************************/
.parlor_ttl1.school,
.hdr_txt_ttl.school,
.pg_school .parlor_ttl2_en,
.school .parlor_ttl2_en{
  color: #1e4aa9;
}
.pg_school .section.sec2 {
  padding-top: 55px;
  padding-bottom: 50px;
}
.school_box1 {
  margin-top: 40px;
  justify-content: center;
}
.school_box1_item {
  padding: 15px 8px 48px;
  border: 2px solid #d6c2a9;
  border-radius: 10px;
  overflow: hidden;
}
.school_box1_img:before{
  padding-top: 61%;
}
.school_box1_img img{
  border-radius: 10px;
}
.school_box1_ttl {
  margin: 22px 0 16px;
}
.school_box1_text {
  padding: 0 8px;
}
.link_2.school {
  background: #204eb3;
}
.link_2.gra_blue {
  background-image: -moz-linear-gradient( 90deg, rgb(63,105,197) 0%, rgb(12,45,117) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(63,105,197) 0%, rgb(12,45,117) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(63,105,197) 0%, rgb(12,45,117) 100%);
}

.pg_school .section.sec3 {
  padding: 50px 0;
  background: #fdf8f2;
}
.pg_school .nail_box1_item:before{
  color: #3f8ed2;
}
.pg_school .parlor_ttl2:before,
.school.parlor_ttl2:before{
  background: #1e4aa9;
}

.pg_school .section.sec4{
  padding-top: 50px;
}
.school_text1{
  margin: 20px 0 35px;
}
.school_text1 p{
  display: inline-block;
  text-align: justify;
}

.school_box3 > div{
  display: flex;
}
.school_box3_item {
  width: 100%;
  border: 2px solid #1e4aa9;
}
.school_box3_ttl {
  padding: 15px;
  background-image: -moz-linear-gradient( 90deg, rgb(49,92,186) 0%, rgb(15,60,156) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(49,92,186) 0%, rgb(15,60,156) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(49,92,186) 0%, rgb(15,60,156) 100%);
  color: #ffffff;
}
.school_box3_text {
  padding: 15px 15px 25px;
}

@media (max-width:767px){
  .school_box1 > div:nth-child(n+2){
    margin-top: 30px;
  }

  .school_box3 > div:nth-child(n+2){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .link_2.school{
    margin-top: 52px;
  }
  .school_box1 {
    margin-top: 60px;
  }
  .school_box1 > div:nth-child(n+3){
    margin-top: 30px;
  }  
  .pg_school .section.sec2 {
    padding-top: 75px;
  }
  .pg_school .section.sec2 .nail_text01{
    margin-top: 50px;
  }

  .pg_school .section.sec3 {
    padding: 60px 0 70px;
  }

  .pg_school .section.sec4{
    padding-top: 105px;
  }
  .school_text1{
    margin-bottom: 55px;
  }
  .school_box3 > div:nth-child(n+3){
    margin-top: 50px;
  }
  .school_box3_text {
    padding: 15px 30px 25px;
  }
}
@media (min-width:1024px){
  .pg_school .parlor_img01 {
    margin-top: 50px;
  }
  .school_box1 > div:nth-child(n+3){
    margin-top: 0;
  }

  .pg_school .section.sec2{
    padding-bottom: 100px;
  }

  .school_box3_text {
    padding: 15px 60px 25px;
  }
  .pg_school .section.sec4 .link_2{
    margin-top: 62px;
  }
}
@media (min-width:1200px){


}


/*******************************
*　スタッフ紹介
********************************/
.staff_img:before{
  padding-top: 124%;
}
.staff_item{
  align-items: center;
  position: relative;
}
.staff_item:nth-child(even):after{
  content: "";
  width: 1000%;
  height: calc(100% + 60px);
  position: absolute;
  left: -50%;
  top: -30px;
  background: #fdf8f2;
  z-index: -1;
}
.staff_name {
  display: flex;
  align-items: baseline;
}
.staff_name_en {
  margin-left: 25px;
}
.staff_cat {
  margin: 8px 0 30px;
}
.staff_cat > p{
  padding: 0 15px;
  margin-right: 8px;
  display: inline-block;
  color: #ffffff;
  line-height: 1.65;
}
.staff_cat_green{
  background: #0a5962;
}
.staff_cat_pink{
  background: #e445c8;
}
.staff_item + .staff_item{
  margin-top: 60px;
}
.reserve_link {
  width: 220px;
  font-size: 12px;
  padding: 8px;
  margin: 35px auto 0;
  display: block;
  background: #ffffff;
  color: #df43c3;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
  border: 1px solid #df43c3;
}
.reserve_link:hover{
  color: #df43c3;
}
.reserve_link:before{
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #df43c3;
  position: absolute;
  left: 4px;
  top: 4px;
  pointer-events: none;
}
.reserve_link:after{
  content: "\f061";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pg_staff{
  padding-bottom: 30px;
}

@media (max-width:767px){
  .staff_txt{
    margin-top: 20px;
  }
  .staff_img{
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width:768px){
  .staff_txt {
    padding-left: 30px;
  }
  .staff_item + .staff_item{
    margin-top: 110px;
  }
  .staff_item:nth-child(even) .txt{
    order: 1;
  }
  .staff_item:nth-child(even) .staff_txt{
    padding-left: 0;
    padding-right: 30px;
  }
  .staff_item:nth-child(even) .img{
    order: 2;
  }
  .staff_item:nth-child(even):after{
    content: "";
    width: 1000%;
    height: calc(100% + 100px);
    position: absolute;
    left: -50%;
    top: -50px;
  }
  .pg_staff{
    padding-bottom: 50px;
  }
  .reserve_link{
    margin-left: 0;
  }
}
@media (min-width:1024px){
  .staff_txt {
    padding-left: 40px;
  }
  .staff_item:nth-child(even) .staff_txt{
    padding-left: 0;
    padding-right: 40px;
  }

}
@media (min-width:1200px){
  .staff_txt {
    padding-left: 60px;
  }
  .staff_item:nth-child(even) .staff_txt{
    padding-left: 0;
    padding-right: 60px;
  }


}


/*******************************
*　お知らせ
********************************/
.news_list .webgene-blog {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item{
  display: flex;
  padding: 0 8px;
}
.news_list .webgene-item a{
  width: 100%;
  padding: 5px 5px 30px;
  display: block;
  border: 1px solid #d9d9d9;
}
.news_list .img_fit{
  background: url(/system_panel/uploads/images/noimage.png) no-repeat center / cover;
}
.news_list .img_fit:before{
  padding-top: 81%;
}
.news_list .category,
.news_detail .category{
  width: 120px;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 500;
  background: #eeeeee;
  border-radius: 12px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.news_list .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}
.posts_layout_box2 select, 
.posts_category_sp select {
  width: 100%;
  height: 50px;
  padding: 8px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #000000;
}

.slider{
  padding: 0 15px 30px;
}
.slider .thumb{
  position: relative;
}
.slider .thumb .img_fit:before{
  padding-top: 73%;
}
.slider .thumb .slick-arrow{
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider .thumb .slick-prev{
  left: -30px;
}
.slider .thumb .slick-next{
  right: -30px;
}
.slider .sub{
  margin: 20px -10px 0;
}
.slider .sub .img_fit{
  margin: 0 2px;
}
.slider .sub .img_fit:before{
  padding-top: 67%;
}
.news_detail .date{
  letter-spacing: 0.075em;
  font-weight: 500;
}
.news_detail .meta {
  padding: 0 8px 10px;
}
.news_detail .title{
  font-size: 18px;
  margin: 0 0 30px;
  padding: 0 10px 10px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 1.5;
  border-bottom: 5px solid #cccccc;
}
.news_detail {
  padding-bottom: 42px;
  border-bottom: 1px solid #233748;
}
.pg_news.single .posts_layout_box1{
  padding: 0 8px;
}
.pg_news .link_2{
  padding: 13px;
  width: 255px;
}
.pg_news .link_2:after {
  right: 37px;
}


/* コピー用 */
@media (max-width:767px){
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .posts_category_sp{
    margin-bottom: 50px;
  }
  .webgene-pagination{
    margin-top: 50px;
  }

}
@media (min-width:768px){
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }

  .posts_category_sp{
    display: none;
  }
  .slider{
    padding: 0 55px 72px;
  }
}
@media (min-width:1024px){
  .news_list .webgene-blog{
    margin: 0 -15px;
  }
  .news_list .webgene-item{
    padding: 0 15px;
  }

  .pg_news .link_2{
    margin-top: 100px;
  }
  .slider .thumb .slick-arrow{
    font-size: 24px;
  }
  .slider .thumb .slick-prev{
    left: -40px;
  }
  .slider .thumb .slick-next{
    right: -40px;
  }


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


}


/*******************************
*　店舗情報
********************************/
.pg_shop .table_rows{
  margin-top:60px;
}
.pg_shop .table_rows_th{
  background:#fcf5fb;
  padding: 13px 25px;
}
.pg_shop .table_rows_td{
  padding: 13px 30px;
}
.pg_shop .sec2{
  margin: 95px 0 60px 0;
}
.pg_shop .sec2 .parlor_ttl2_en{
  color:#e445c8;
}
.pg_shop .sec2 .parlor_ttl2:before{
  background:#e445c8;
}
.pg_shop .sec3 .map_box iframe{
  border: 0;
}

.shop_gallery_item:before{
  padding-top: 72%;
}
.shop_gallery_item img{
  border-radius: 10px;
}

@media (max-width:767px){
  .pg_shop .table_rows_th,
  .pg_shop .table_rows_td{
    padding:12px 10px;
  }
  .pg_shop .table_rows_th{
    width:110px;
  }
  .pg_shop .sec3 .map_box iframe{
    height:250px;
  }

  .shop_gallery{
    margin: 40px -8px 0;
  }
  .shop_gallery > div{
    padding: 0 8px;
  }
  .shop_gallery > div:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  .pg_shop .table_rows_th{
    width:23%;
  }
  .pg_shop .table_rows_td{
    width:77%;
  }
  .shop_gallery {
    margin-top: 60px;
  }
  .shop_gallery > div:nth-child(n+4){
    margin-top: 30px;
  }
}
@media (min-width:1024px){


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


}




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

.contact_info_wrap{
  background: #f0f0f0;
  color: #FFF;
  padding: 25px 25px 15px;
  margin-bottom: 50px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #323232;
}
.contact_info_box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  background: #FFF;
  color: #181818;
  padding: 5px;
  padding-right: 40px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #ee6ed8;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
  letter-spacing: 0.08em;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
}
.contact_info_txt{
  font-weight: 600;
  margin: 10px 0;
  margin-left: -5px;
  letter-spacing: 0.16em;
}
.contact_info_caution {
  font-size: 15px;
  margin-top: 10px;
  letter-spacing: 0.16em;
  text-align: center;
  color: #b80000;
  font-weight: 500;
}

@media (max-width:1199px){
  .contact_info_box{    
    padding: 20px 15px 10px;
    justify-content: center; 
  }
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 5px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 28px;
  }
  .contact_info_txt{    
    font-size: 12px;
    letter-spacing: 0;
    margin: 10px -20px;
  }
  .contact_info_caution{
    text-align: justify;
  }

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

  .contact_school_caution {
    font-size: 14px;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

/* フォーム */
.pg_contact .formTbl{  
  margin-top: 52px;
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 14px 10px 14px 22px;
  background: #fcf5fb;
  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: 11px 20px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.16em;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 15px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.16em;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd select[name="year"],
.pg_contact .formTd select[name="month"],
.pg_contact .formTd select[name="day"]{
  width: 148px;
  margin-right: 8px;
  font-size: 15px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.16em;
}
.pg_contact .formTd select[name="month"],
.pg_contact .formTd select[name="day"]{
  width: 83px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 50px;
}
.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 {
  width: 313px;
  max-width: 100%;
  font-size: 12px;
  padding: 12px;
  margin: 30px auto 0;
  display: block;
  background: #df43c3;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
  border: 0;
}
.pg_contact .formBtn.formSend:before{
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #ffffff;
  position: absolute;
  left: 4px;
  top: 4px;
  pointer-events: none;
}
.pg_contact .formBtn.formSend:after{
  content: "\f061";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}
.pg_contact .formBtn.formSend.blue{
  background: #1e4aa9;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea,
.checkArea{
  line-height: 1.8;
}
.radioArea .d-inline-block .label,
.checkArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.16em;
}
.radioArea .d-inline-block,
.checkArea .d-inline-block{
  margin-right: 14px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 4px;
  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;
}

.contact_school_caution {
  margin: 50px 0 -30px;
  color: #b80000;
}

.pg_contact .section.sec2 {
  padding: 150px 0 0;
}
.pg_contact .section.sec2 .formTh {
  background: #f0f3fa;
}
.form_min_red{
  margin-top: 5px;
}

@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.sec3 {
  padding-top: 200px;
  margin-top: -100px;
}
.privacy_item {
  margin-top: 32px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 7px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #db41c0;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.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;
  }

  .pg_contact .formTd input[name="city"] {
    max-width: 335px;
  }
}

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

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

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 30px;
  }
  .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: 6px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

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

  .pg_contact .formTd select[name="year"]{
    width: 75px;
  }
  .pg_contact .formTd select[name="month"], 
  .pg_contact .formTd select[name="day"] {
    width: 65px;
  }


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

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

  .pg_contact .section.sec3 {
    padding-top: 80px;
    margin-top: 0;
  }
  .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;
  }
}

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

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

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


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


}

.hdr_form-fix {
    display: inline-block !important;
    width: fit-content !important;
    max-width: calc(100% - 50px);
    padding-inline: 15px;
    position: fixed;
    right: 55px;
    bottom: 60px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .hdr_form-fix {
        font-size: 14px;
        right: 25px;
        bottom: 90px;
    }
}

@media (max-width: 374px) {
    .hdr_form-fix {
        font-size: 12px;
        right: 25px;
        bottom: 98px;
    }
}