@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* ******************************
   変数設定など
   ****************************** */
:root {

  /* カラー(ボタン背景色など) */
    --main-color: #4fa124;
  --sub-color: #eef7ea;
  --txt-color: #181818;

  /* フォント関連 */
  --font-ja: "Noto Sans JP", sans-serif;
  /*--font-en: "Outfit",'Noto Sans JP', sans-serif;*/
  --font-en: "Oswald", 'Noto Sans JP',sans-serif;
  --font-gothic: 'Noto Sans JP',sans-serif;
  --font-mincho: "Zen Old Mincho", 'Noto Sans JP', serif;
}


/* ******************************
   全体設定
   ****************************** */
body{
  /*font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family:  var(--font-mincho), "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: var(--txt-color);

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

.gothic{
  font-family: var(--font-gothic);
}

#root{
  overflow: hidden;
}


/* ******************************
   コンテナ設定＋画面端までの距離
   ****************************** */
:root {

  /* 画面端までの距離（通常） */
  --margin-for-device-side: -15px;

  /* 画面端までの距離（ワイド） */
  --margin-for-device-side-w: -15px;

}
.container{
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:768px){
  
  .container{
    max-width: 720px;
  }
  
  :root {
    --margin-for-device-side: calc(345px - 50vw);
    --margin-for-device-side-w: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  
  .container{
    max-width: 960px;
  }
  
  :root {
    --margin-for-device-side: calc(465px - 50vw);
    --margin-for-device-side-w: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  
  .container{
    max-width: 1140px;
  }
  
  :root {
    --margin-for-device-side: calc(555px - 50vw);
    --margin-for-device-side-w: calc(555px - 50vw);
  }
}
@media (min-width:1366px){

  /* コンテナサイズ:1286px */
  .container.wide{
    max-width: calc(1286px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }

  :root {
    --margin-for-device-side-w: calc(643px - 50vw);
  }

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

  /* コンテナサイズ:1370px */
  .container.wide{
    max-width: calc(1370px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
  :root {
    --margin-for-device-side-w: calc(685px - 50vw);
  }

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

  /* コンテナサイズ:1520px */
  .container.wide{
    max-width: calc(1600px + 200px);
    padding-left: 100px;
    padding-right: 100px;
  }
  :root {
    --margin-for-device-side-w: calc(760px - 50vw);
  }
}


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

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

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

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

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0.075em;
  letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6{
  font-family: var(--font-mincho);
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width:1800px){
  p,
  h1, h2, h3, h4, h5, h6{
    letter-spacing: 0.075em;
  }
}

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;
  z-index: 1;
  overflow: hidden;
}
.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;
  z-index: 1;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}

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

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

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


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


/* 指定デバイスで改行を消す */
@media (min-width:1800px){
  .fw_nobr br{
    display: none !important;
  }
}
@media (min-width:1520px){
  .lg_nobr br{
    display: none !important;
  }
}
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}

@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}


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



/*******************************
*　ヘッダー
********************************/
.header{
  --logo-height: 20px;
}
.hdr1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  display: block;
  width: auto;
  height: var(--logo-height);
  transition: 0.2s all;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{

}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{

}
.hdr_tel_link p{

}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  color: #FFF;
  width: 190px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.tel{
  width: 280px;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  transform: scale(1.05);
  /*background: var(--sub-color);*/
  color: #FFF;
}


/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  width: 24px;
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  display: block;
}
.hdr_sns a + a{
  margin-left: 10px;
}


@media (min-width:375px){

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

  .hdr1 {
    justify-content: center;
    padding: 10px 0;
  }

  .hdr_logo img{
    
  }
  
  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  .hdr_tel{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }

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

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
  }
  .header{
    --logo-height: 35px;

    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
  }

  .hdr1{
    padding: 15px 15px;
  }

  /* ロゴ */
  .hdr_logo img{
    /*width: 180px;*/
  }
  
  .hdr_contact a{
    width: calc(190px * 0.7);
  }
  .hdr_contact a.tel{
    width: calc(280px * 0.7);
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    height: calc(var(--logo-height) * 0.8);
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }


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

  .header{
    --logo-height: 35px;
  }

  /* ロゴ */
  .hdr_logo img{
    /*width: 200px;*/
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }

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

  .header{
    --logo-height: 35px;
  }
  
  .hdr1{
    padding: 15px 20px;
  }
  
  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    /*width: 420px;*/
  }

  .hdr_contact a{
    width: calc(190px * 1.0);
  }
  .hdr_contact a.tel{
    width: calc(280px * 1.0);
  }
  
  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
  }

}

@media (min-width:1600px){
  
  .hdr1{
    padding: 20px 40px 20px 20px;
  }
  
}

/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  /*padding-top: 250px;*/
  /* 画面高さ - ヘッダー分 */
  padding-top: calc(100svh - 64px);
  padding-top: 400px;
}

/* MVテキスト */
.mv_txt{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}
.mv_txt_p1{
  font-size: 30px;
  font-family: var(--font-en);
}
.mv_txt_p2{
  font-size: 18px;
}

/* スライダーの場合 */
.mv_slider{

}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 400px;
  }

  /* MVテキスト */
  .mv_txt_p1{
    font-size: 36px;
  }
  .mv_txt_p2{
    font-size: 22px;
    margin-top: 5px;
  }

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


  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  /* MVテキスト */
  .mv_txt{
    
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }

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

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 100vh;
  }

  /* MVテキスト */
  .mv_txt{
  }
  .mv_txt_p1{
    font-size: 58px;
  }
  .mv_txt_p2{
    font-size: 26px;
    margin-top: 5px;
  }

}


/*******************************
*　サイドバー
********************************/

/* サイドバー */
.sidebar{
  /*display: none;*/
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  /*width: 120px;*/
  background: #eef7ea;
}

/* バナー */
.sidebar_bn{
  display: block;
}
.sidebar_bn img{
  width: 40px;
  transition: 0.2s all;
}
.sidebar_bn:hover{

}
.sidebar_bn:hover img{
  transform: scale(1.05);
  filter: brightness(1.05);
}

.sidebar .sns{
  margin-top: 30px;
  padding: 0 5px;
  text-align: center;
}
.sidebar .sns a{
  display: inline-block;
  transition: 0.2s all;
}
.sidebar .sns a:hover{
  transform: scale(1.05);
}

@media (max-width:1023px){
  
  
}
@media (max-width:767px){
  .sidebar{
    
  }
  
  .sidebar .sns{
    display: none;
  }
}
@media (min-width:768px){

  body{
    /*padding-left: 120px;*/
  }
  
  /* サイドバー */
  .sidebar{
    width: 30px;
    padding-top: 160px;
  }

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: 60px;
  }
  
  .sidebar .gnav{
    
  }
  .sidebar .gnav ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }
  .sidebar .gnav li{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .sidebar .gnav li+li{
    margin-top: 25px;
  }

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

  /* バナー */
  .sidebar{
    display: block;
    width: 40px;
    padding-top: 80px;
  }
  .sidebar_bn{
    
  }
  .sidebar_bn img{
    width: auto;
  }
  
  .sidebar .sns{
    margin-top: 30px;
    padding: 0 10px;
  }
  
}
@media (min-width:1200px){

  body{
    padding-left: 60px;
  }
  
  /* バナー */
  .sidebar{
    display: block;
    width: 60px;
    padding-top: 80px;
  }
  .sidebar_bn{
    
  }
  .sidebar_bn img{
    width: auto;
  }

}
@media (min-width:1800px){
  
  body{
    padding-left: 120px;
  }
  
  /* バナー */
  .sidebar{
    width: 120px;
    padding-top: 160px;
  }
  .sidebar .gnav li{
    
  }
  .sidebar .sns{
    margin-top: 65px;
  }
  
}



/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
  
}
.pg_header_mv_img.img_fit:before{
  padding-top: 200px;
}
.pg_header_mv_img:after{
  /*content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;*/
}

.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_txt{
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
.pg_header_title_txt_en{
  font-size: 32px;
  font-weight: 400;
  font-family: var(--font-en);
  color: #FFF;
  text-transform: uppercase;
}
  



@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }
  
  .pg_header_title_txt{
    font-size: 20px;
  }
  .pg_header_title_txt_en{
    font-size: 40px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }
  
  .pg_header_title_txt{
    
  }

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

  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 400px;
  }
  
  .pg_header_title_txt{
    font-size: 26px;
  }
  .pg_header_title_txt_en{
    font-size: 58px;
  }

}

@media (min-width:1470px){
  
  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 530px;
  }
  
  
}

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

.footer{
  margin-top: 50px;
}

.ftr1{
  background: #f5f5f5;
}
.ftr1_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{
  display: flex;
  align-items: center;
}
.ftr1_box2{
  
}

.ftr2{
  margin-top: 80px;
}
.ftr2_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr2_box1{
  width: calc(100% - 570px - 30px);
}
.ftr2_box2{
  width: 570px;
}
.ftr2_box3{
  width: 100%;
  margin-top: 60px;
}

/* お問合せ */
.ftr_contact_box{
  padding: 20px 0;
}
.ftr_contact_title{
  font-size: 22px;
  font-weight: 500;
}
.ftr_contact_txt{
  font-size: 16px;
  line-height: 2;
  font-family: var(--font-gothic);
  margin-top: 10px;
}
.ftr_contact_btn{
  margin-top: 20px;
}
.ftr_contact_btn a{
  display: inline-block;
  transition: 0.2s all;
}
.ftr_contact_btn a:hover{
  transform: scale(1.05);
}

/* ロゴ */
.ftr_logo{
  margin-bottom: 20px;
}
.ftr_addr{
  margin-bottom: 20px;
  font-family: var(--font-gothic);
}

/* 店舗情報 */
.ftr_info{
  margin-bottom: 20px;
}
.ftr_info dl{
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-family: var(--font-gothic);
}
.ftr_info dl + dl{
  margin-top: 15px;
}
.ftr_info dt{
  width: 80px;
  position: relative;
  z-index: 1;
}
.ftr_info dt:after{
  content: "";
  width: 1px;
  height: 1em;
  background: #b1b1b1;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 0;
}
.ftr_info dd{
  width: calc(100% - 80px - 10px);
}

/* インスタ */
.ftr_insta{
  
}
.ftr_insta a{
  display: inline-block;
  transition: 0.2s all;
}
.ftr_insta a:hover{
  transform: scale(1.05);
}

/* マップ */
.ftr_map{
  
}
.ftr_map iframe{
  width: 100%;
  height: 268px;
  margin-bottom: 0;
}

/* リンク */
.ftr_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.ftr_links li{
  
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.ftr_links li+li:before{
  content: "";
  width: 1px;
  height: 1em;
  background: #b1b1b1;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 0;
}
.ftr_links li a{
  
}

/* コピーライト */
.ftr_copy{
  background: #5f9d6a;
  color: #FFF;
  margin-top: 45px; 
  padding: 15px 10px;
  font-size: 14px;
  font-family: var(--font-gothic);
  text-align: center;
}

/* 追尾スマホメニュー */
.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;
  font-family: var(--font-gothic);
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: var(--main-color);
  text-decoration: none;
  line-height: 1.2;
  color: #FFF;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid var(--sub-color);
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: var(--main-color);;
}
.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;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: var(--main-color);
}
.pagetop a i{
  font-size: 40px;
}

.main{
  overflow: hidden;
}

@media (min-width:375px){

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

  body{
    padding-bottom: 56px;
  }

  /* お問合せ */
  .ftr1_box1{
    width: 100%;
  }
  .ftr1_box2{
    width: 100%;
  }
  .ftr_contact_box{
    width: 100%;
    text-align: center;
  }
  
  .ftr2_box1{
    width: 100%;
    text-align: center;
  }
  .ftr2_box2{
    width: 100%;
    margin-top: 20px;
  }
  .ftr2_box3{
    display: none;
  }
  .ftr_logo{
    text-align: center;
  }
  .ftr_addr{
    text-align: center;
  }
  .ftr_info{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .ftr_info{
    text-align: left;
  }
  .ftr_info dd {
    width: 185px;
    padding-left: 20px;
  }
  .footer_fix{
    display: flex;
  }

  .footer_fix{
    display: flex;
    transform: translateY(100%);
    transition: 0.2s all;
  }
  .footer_fix.show{
    transform: translateY(0);
  }

  #chatbot-btn{
    transform: translateX(100%);
    transition: 0.2s all;
  }
  #chatbot-btn.show{
    transform: translateX(0);
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 80px;
  }
  

  .ftr1{
  }
  .ftr1_inner{
    align-items: flex-end;
  }
  .ftr1_box1{
    
  }
  .ftr1_box2{
    width: 50%;
  }

  .ftr2{
    margin-top: 80px;
  }
  .ftr2_inner{
  }
  .ftr2_box1{
    width: calc(50% - 30px);
  }
  .ftr2_box2{
    width: 570px;
    width: 50%;
  }
  .ftr2_box3{
    margin-top: 60px;
  }

  /* お問合せ */
  .ftr_contact_box{
    padding: 20px 0;
  }
  .ftr_contact_title{
    font-size: 35px;
  }
  .ftr_contact_txt{
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
  }
  .ftr_contact_btn{
    margin-top: 25px;
  }

  /* ロゴ */
  .ftr_logo{
    margin-bottom: 28px;
  }
  .ftr_addr{
    margin-bottom: 15px;
  }

  /* 店舗情報 */
  .ftr_info{
    margin-bottom: 28px;
  }
  .ftr_info dl{
    font-size: 15px;
  }
  .ftr_info dl + dl{
    margin-top: 12px;
  }
  .ftr_info dt{
    width: 80px;
  }
  .ftr_info dt:after{
    top: 4px;
  }
  .ftr_info dd{
    width: calc(100% - 80px - 10px);
  }

  /* インスタ */
  .ftr_insta{

  }

  /* マップ */
  .ftr_map{

  }
  .ftr_map iframe{
    height: 268px;
  }

  /* リンク */
  .ftr_links{
    font-size: 14px;
  }
  .ftr_links li{
    padding: 0 10px;
  }
  .ftr_links li+li:before{
    top: 4px;
  }
  .ftr_links li a{

  }

  /* コピーライト */
  .ftr_copy{
    margin-top: 45px; 
    padding: 12px 10px;
    font-size: 14px;
  }

  
}
@media (min-width:768px) and (max-width:1023px){
  
  /* リンク */
  .ftr_links{
    justify-content: center;
    font-size: 14px;
  }
  .ftr_links li{
    width: 25%;
    padding: 0 10px;
    margin: 5px 0;
  }
  .ftr_links li:nth-child(4n+1):before{
    display: none;
  }
  
}
@media (min-width:1024px){
  .footer{
    margin-top: 80px;
  }
  
  .ftr_links li{
    flex-grow: 1;
  }
}
@media (min-width:1200px){

  .ftr1{
  }
  .ftr1_inner{
    align-items: center;
  }
  .ftr1_box1{
    
  }
  .ftr1_box2{
    width: auto;
  }

  .ftr2{
    margin-top: 80px;
  }
  .ftr2_inner{
  }
  .ftr2_box1{
    width: calc(100% - 570px - 30px);
  }
  .ftr2_box2{
    width: 570px;
  }
  .ftr2_box3{
    margin-top: 60px;
  }

  

  

  /* 店舗情報 */


  /* インスタ */
  .ftr_insta{

  }

  /* マップ */
  .ftr_map{

  }
  .ftr_map iframe{
    height: 268px;
  }
  
  
  
}


/*******************************
*　共通パーツ
********************************/


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

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

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


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

/* アンカー */
.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.read_more a{
  display: flex;
  align-items: center;
  justify-content: center;
  /*min-width: 250px;*/
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-gothic);
  line-height: 1.2;
  text-align: center;
  /*border: 1px solid currentColor;*/
  /*background: var(--main-color);*/
  /*border-radius: 27px;*/
  /*color: #FFF;*/
  color: var(--main-color);
  /*padding: 16px 20px;*/
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.read_more a p{
  /*letter-spacing: 0;*/
}
.read_more a:after{
  content: "";
  width: 30px;
  aspect-ratio: 1 / 1;
  background-image: url('/img/icon_r2.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  transition: 0.2s all;
}
.read_more a:hover{
  /*color: #FFF;*/
  /*background: var(--sub-color);*/
}
.read_more a:hover:after{
  transform: translateX(5px);
}


/* 見出し */
.tt2{
  text-align: center;
  margin-bottom: 10px;
}

.tt2_ja{
  font-size: 22px;
  font-size: 20px;
  line-height: 1.619;
}
.tt2_en{
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.2;
  color: var(--main-color);
  text-transform: uppercase;
  margin-top: 10px;
}
.tt2_sub{
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.tt2.left{
  text-align: left;
}
.tt2.mb75{
  margin-bottom: 30px;
}

/* 見出し(tt3) */
.tt3{
  text-align: center;
  margin-bottom: 30px;
}
.tt3_en{
  font-size: 40px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.tt3_ja{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 5px;
}

/* 文章 */
.cmn_txt{
  font-size: 16px;
  line-height: 2.125;
  line-height: 1.875;
  text-align: justify;
}

/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section.beige{
  background-color: #c3b9a9;
}



@media (max-width:374px){

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

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

  /* スマホ用テーブル */
  .table_rows.resp{

  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }

  .table_rows.resp{
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }

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

  .anchor{
    top: -100px;
  }
  
  /* セクション */
  .section{
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  /* ボタン */
  .read_more{
    margin-top: 35px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    /*min-width: 285px;*/
    font-size: 15px;
    /*padding: 16px 20px;*/
    margin: 5px 5px;
  }
  
  .read_more a:after{
    width: 40px;
  }

  /* 見出し */
  .tt2{
    margin-bottom: 20px;
  }
  .tt2_ja{
    font-size: 26px;
  }
  .tt2_en{
    font-size: 16px;
    margin-top: 20px;
  }
  .tt2_sub{
    font-size: 20px;
    margin-top: 20px;
  }
  .tt2.mb75{
    margin-bottom: 40px;
  }
  
  /* 見出し(tt3) */
  .tt3{
    margin-bottom: 30px;
  }
  .tt3_en{
    font-size: 50px;
  }
  .tt3_ja{
    font-size: 16px;
    margin-top: 5px;
  }


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

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

  /* 見出し */
  
  .cmn_txt.center{
    text-align: center;
  }

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

  /* セクション */
  .section{
    /*padding-top: 120px;*/
    /*padding-bottom: 120px;*/
  }

  .read_more a:after{
    width: 52px;
  }
}


@media (min-width:1366px){

  /* 見出し */
  .tt2{
    margin-bottom: 30px;
  }
  .tt2_ja{
    font-size: 32px;
  }
  .tt2_en{
    font-size: 16px;
    margin-top: 20px;
  }
  .tt2_sub{
    font-size: 27px;
    margin-top: 20px;
  }
  
  /* 見出し(tt3) */
  .tt3{
    margin-bottom: 30px;
  }
  .tt3_en{
    font-size: 84px;
  }
  .tt3_ja{
    font-size: 18px;
    margin-top: 5px;
  }
  
  /* 文章 */
  .cmn_txt{
    font-size: 16px;
    line-height: 2.125;
  }

}
@media (min-width:1470px){
 
}
@media (min-width:1800px){
 
}
@media (min-width:1800px){
  /* 見出し */
  .tt2{
    margin-bottom: 30px;
  }
  .tt2_ja{
    font-size: 42px;
    font-size: 41px;
  }
  .tt2_ja.large{
    font-size: 48px;
    line-height: 1.25;
  }
  .tt2_en{
    font-size: 16px;
    margin-top: 20px;
  }
  .tt2.mb75{
    margin-bottom: 75px;
  }
}

.swiper-pagination{
  position: static;
  margin-top: 5px;
}
.swiper-pagination-bullet{
  background-color: var(--main-color);
}
.swiper-pagination-bullet-active{
  background-color: var(--sub-color);
}



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

}
.pg_home .section.sec1{
  padding-top: 50px;
}
.pg_home .section.sec2{

}
.pg_home .section.sec3{

}
.pg_home .section.sec4{

}
.pg_home .section.sec5{

}
.pg_home .section.sec6{

}
.pg_home .section.sec7{

}
.pg_home .section.sec8{

}

@media (max-width:767px){

  .pg_home .section{
    padding-top: 0;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .pg_home .section.sec2{
    padding-top: 0;
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{

  }
  .pg_home .section.sec5{
    padding-top: 0;
  }
  .pg_home .section.sec6{
    padding-top: 20px;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

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


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

  .pg_home .section.sec1{
    padding-top: 120px;
    padding-bottom: 75px;
  }
  .pg_home .section.sec2{
    padding-top: 30px;
  }
  .pg_home .section.sec3{

  }
  .pg_home .section.sec4{

  }
  .pg_home .section.sec5{
    padding-top: 75px;
  }
  .pg_home .section.sec6{
    padding-top: 20px;
  }
  .pg_home .section.sec7{

  }
  .pg_home .section.sec8{

  }

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


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


}


/* About */
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 53.125%;
  width: 100%;
}
.home_about_box2{
  width: 41.875%;
  width: 100%;
  margin-top: 30px;
}

.home_about_box3{
  width: 100%;
}
.home_about_box4{
  width: 100%;
  margin-top: 20px;
}

.home_about_txt{
  
}
.home_about_img1{
  
}
.home_about_img2{
  width: 51.06%;
  margin-left: auto;
}
.home_about_img3{
  
}

/* 相談 */
.home_soudan{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.home_soudan_box1{
  order: 2;
  margin-top: 15px;
}
.home_soudan_box2{
  order: 1;
  position: relative;
  z-index: 1;
  margin-left: auto;
  
}

/* なぜ */
.home_why_list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.home_why_list_item{
  width: 100%;
  padding: 0 10px;
}
.home_why_list_item:nth-child(n+2){
  margin-top: 20px;
}

.home_why_list_item_inner{
  height: 100%;
  background: #eef7ea;
  padding: 22px 15px;
}
.home_why_list_item_title1{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.home_why_list_item_title2{
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}
.home_why_list_item_title2:after{
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #464646;
  margin-top: 10px;
  margin-left: 5px;
}
.home_why_list_item_title2.slim{
  
}
.home_why_list_item_img{
  
}
.home_why_list_item_img img{
  width: 100%;
}
.home_why_list_item_txt{
  font-family: var(--font-gothic);
}

.home_why_head{
  width: 100%;
  /*padding-left: 10px;*/
  margin-left: auto;
}
.home_why_head + .home_why_list.step{
  margin-top: 30px;
}
.home_why_list.step .home_why_list_item_inner{
  height: auto;
}
/*.home_why_list.step .home_why_list_item:nth-child(3n+2){
  margin-top: 95px;
}
.home_why_list.step .home_why_list_item:nth-child(3n){
  margin-top: 190px;
}*/

@media (max-width:374px){

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

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

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

  /* About */
  .home_about{
  }
  .home_about_box1{
    width: 53.125%;
    width: 54.125%;
  }
  .home_about_box2{
    width: 41.875%;
    margin-top: 20px;
  }
  
  .home_about_box3{
    width: 45%;
  }
  .home_about_box4{
    width: 50%;
    margin-top: 0;
  }
  
  .home_about_txt{

  }
  .home_about_img1{

  }
  .home_about_img2{
    width: 51.06%;
    margin-left: auto;
  }

  .home_about.reverse{
    
  }
  .home_about.reverse .home_about_box1{
    order: 2;
  }
  .home_about.reverse .home_about_box2{
    order: 1;
  }
  
  /* 相談 */
  .home_soudan{
    padding-top: 160px;
  }
  .home_soudan_box1{
    width:  55.125%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }
  .home_soudan_box2{
    width: 70%;
    margin-left: auto;
  }

  /* なぜ */
  .home_why_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .home_why_list_item{
    width: 33.333%;
    width: 50%;
    padding: 0 10px;
  }
  .home_why_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_why_list_item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_why_list_item:nth-child(n+4){
    /*margin-top: 20px;*/
  }

  .home_why_list_item_inner{
    padding: 22px 15px;
  }
  .home_why_list_item_title1{
    font-size: 21px;
    margin-bottom: 20px;
  }
  .home_why_list_item_title2{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 22px;
  }
  .home_why_list_item_title2:after{
    width: 120px;
    margin-top: 20px;
    margin-left: 10px;
  }

  .home_why_head{
    width: 66.666%;
    width: 100%;
    padding-left: 0;
    margin-left: auto;
  }
  .home_why_head + .home_why_list.step{
    /*margin-top: -65px;*/
  }
  .home_why_list.step .home_why_list_item:nth-child(3n+2){
    /*margin-top: 95px;*/
  }
  .home_why_list.step .home_why_list_item:nth-child(3n){
    /*margin-top: 190px;*/
  }

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

  /* なぜ */
  .home_why_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .home_why_list_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .home_why_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .home_why_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_why_list_item:nth-child(n+4){
    margin-top: 30px;
  }

  .home_why_head{
    width: 66.666%;
    padding-left: 10px;
    margin-left: auto;
  }
  .home_why_head + .home_why_list.step{
    margin-top: -65px;
  }
  .home_why_list.step .home_why_list_item:nth-child(3n+2){
    margin-top: 95px;
  }
  .home_why_list.step .home_why_list_item:nth-child(3n){
    margin-top: 190px;
  }
}
@media (min-width:1200px){

  .home_soudan_box2 {
        width: auto;
  }

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

  .home_why_list_item:nth-child(n+4){
    margin-top: 60px;
  }

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

  
  .home_about_box1 .tt2{
    margin-bottom: 45px;
  }
  
  .home_about_img2{
    margin-right: 52px;
  }
  
  .home_about_box3{
    width: 42%;
  }
  .home_about_box4{
    width: 50%;
    margin-top: -45px;
  }
  
  /* 相談 */
  .home_soudan{
    padding-top: 178px;
  }
  .home_soudan_box1{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }
  .home_soudan_box2{
    margin-left: auto;
    margin-right: 40px;
  }

  /* なぜ */
  .home_why_list{
    margin-left: -10px;
    margin-right: -10px;
  }
  .home_why_list_item{
    width: 33.333%;
    padding: 0 10px;
  }

  .home_why_list_item_inner{
    padding: 22px 15px;
  }
  .home_why_list_item_title1{
    font-size: 26px;
    margin-bottom: 25px;
  }
  .home_why_list_item_title2{
    /*font-size: 22px;*/
    /*font-size: 27px;*/
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 22px;
  }
  .home_why_list_item_title2:after{
    width: 120px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .home_why_list_item_title2.slim{
    font-size: 22px;
  }
  .home_why_head{
    width: 66.666%;
    padding-left: 10px;
    margin-left: auto;
  }
  .home_why_head + .home_why_list.step{
    margin-top: -65px;
  }
  .home_why_list.step .home_why_list_item:nth-child(3n+2){
    margin-top: 95px;
  }
  .home_why_list.step .home_why_list_item:nth-child(3n){
    margin-top: 190px;
  }

}




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

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}

/* チェックリスト */
.cmn_checklist_wrap{
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
* + .cmn_checklist_wrap{
  margin-top: 65px;
}
.cmn_checklist_row{
  width: 100%;
  padding: 0 30px;
}
.cmn_checklist_row:nth-child(n+2){
  margin-top: 30px;
}
.cmn_checklist_title{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: var(--main-color);
  color: #FFF;
  padding: 10px 10px;
}
.cmn_checklist_items{
  
}
* + .cmn_checklist_items{
  margin-top: 20px;
}
.cmn_checklist_items li{
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-gothic);
  background: #f4f4f4;
  padding: 12px 10px 12px 3.75em;
  position: relative;
  z-index: 1;
}
.cmn_checklist_items li+li{
  margin-top: 15px;
}
.cmn_checklist_items li:before{
  content: "";
  width: 1.375em;
  aspect-ratio: 1 / 1;
  background-image: url('/img/icon_check1.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 1.25em;
}

/* ヘッダ */
.cmn_contents_head{
  margin-bottom: 30px;
}
.cmn_contents_head_msg{
  
  text-align: justify;
}

.cmn_contents_head .tt2{
  margin-bottom: 30px;
}
.cmn_contents_head .cmn_cat_nav{
  margin-top: 30px;
}

/* コンテンツ1 */
.cmn_contents{
  
}
.cmn_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_contents_row + .cmn_contents_row{
  margin-top: 50px;
}
.cmn_contents_row .anchor{
  width: 100%;
}
.cmn_contents_box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.cmn_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.cmn_contents_box_w{
  width: 100%;
  
}
* + .cmn_contents_box_w{
  margin-top: 30px;
}

.cmn_contents_category{
  display: flex;
  margin-bottom: 10px;
}
.cmn_contents_category span{
  font-size: 16px;
  /*font-size: 18px;*/
  background: var(--main-color);
  color: #FFF;
  padding: 1px 10px 3px 10px;
}
.cmn_contents_label{
  font-size: 16px;
  font-weight: 500;
  padding: 20px 5px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  
  background: var(--main-color);
  color: #FFF;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cmn_contents_label.en{
  font-family: var(--font-en);
}
.cmn_contents_img{
  
}
.cmn_contents_img.img_fit:before{
  padding-top: 54.737%;
}
.cmn_contents_img2{
  
}
.cmn_contents_img2.img_fit:before{
  padding-top: 60%;
}

.cmn_contents_sub_tt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
* + .cmn_contents_sub_tt{
  margin-top: 30px;
}
.cmn_contents_sub_tt:before,
.cmn_contents_sub_tt:after{
  content: "";
  width: 100%;
  height: 1px;
  background: var(--main-color);
}
.cmn_contents_sub_tt span{
  white-space: nowrap;
  margin: 0 30px;
}

.cmn_price_list + .cmn_contents{
  margin-top: 50px;
}

/**/
.cmn_contents_row:nth-child(odd) .cmn_contents_label{
  right: 0;
}
.cmn_contents_row:nth-child(even) .cmn_contents_label{
  left: 0;
}
.cmn_contents_row:nth-child(odd) .cmn_contents_label.en{
  left: 0;
  right: auto;
}
.cmn_contents_row:nth-child(even) .cmn_contents_label.en{
  left: auto;
  right: 0;
}

/* 料金 */
.cmn_price_title{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #eef7ea;
  padding: 8px 10px 9px;
  margin-bottom: 10px;
}
.cmn_price_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_price_list_item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-gothic);
  padding: 12px 10px 14px;
}
.cmn_price_list_item:nth-child(n+2){
  margin-top: 10px;
}
.cmn_price_list_item dt{
  
}
.cmn_price_list_item dd{
  margin-left: auto;
}

/* 流れ */
.cmn_flow{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.cmn_flow_item{
  width: 100%;
  padding: 10px 10px;
}
.cmn_flow_item.wide{
  width: 100%;
}
.cmn_flow_item_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #cccccc;
  padding: 15px 15px;
  height: 100%;
}
.cmn_flow_item_box1{
  width: 100%;
}
.cmn_flow_item_box2{
  width: 100%;
  padding-top: 20px;
}
.cmn_flow_item_box3{
  width: 100%;
}
.cmn_flow_item_box4{
  width: 100%;
  margin-top: 20px;
}
.cmn_flow_item_img1.img_fit:before{
  padding-top: 71.287%;
}
.cmn_flow_item_img2.img_fit:before{
  padding-top: 76.596%;
}
.cmn_flow_item_num{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--main-color);
  margin-bottom: 4px;
}
.cmn_flow_item_num:after{
  content: "";
  width: 65px;
  height: 1px;
  background: currentColor;
  margin-left: 8px;
}
.cmn_flow_item_title{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.cmn_flow_item_txt{
  font-family: var(--font-gothic);
}

.cmn_flow_contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
* + .cmn_flow_contact{
  margin-top: 40px;
}
.cmn_flow_contact_item{
  padding: 5px 15px;
}
.cmn_flow_contact a{
  display: block;
}

@media (max-width:374px){

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

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

  .cmn_flow_item_txt{
    font-size: 14px;
  }
  
}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

  
  /* チェックリスト */
  .cmn_checklist_wrap{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .cmn_checklist_wrap{
    margin-top: 65px;
  }
  .cmn_checklist_row{
    width: 50%;
    padding: 0 10px;
  }
  .cmn_checklist_row:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_checklist_row:nth-child(n+3){
    margin-top: 50px;
  }
  .cmn_checklist_title{
    font-size: 21px;
    padding: 10px 10px;
  }
  .cmn_checklist_items{

  }
  * + .cmn_checklist_items{
    margin-top: 20px;
  }
  .cmn_checklist_items li{
    font-size: 16px;
    padding: 12px 10px 12px 60px;
  }
  .cmn_checklist_items li+li{
    margin-top: 15px;
  }
  .cmn_checklist_items li:before{
    width: 22px;
    top: 13px;
    left: 20px;
  }

  
  /* ヘッダ */
  .cmn_contents_head{
    margin-bottom: 40px;
  }
  .cmn_contents_head_msg{
    /*text-align: justify;*/
  }
  .cmn_contents_head .tt2{
    margin-bottom: 45px;
  }
  .cmn_contents_head .cmn_cat_nav{
    margin-top: 58px;
  }

  
  /* コンテンツ1 */
  .cmn_contents{

  }
  .cmn_contents_row{
  }
  .cmn_contents_row + .cmn_contents_row{
    margin-top: 75px;
  }
  .cmn_contents_box1{
    /*width: 59.375%;*/
  }
  .cmn_contents_box2{
    /*width: 36.875%;*/
  }

  * + .cmn_contents_box_w{
    margin-top: 40px;
  }


  .cmn_contents_category{
    margin-bottom: 15px;
  }
  .cmn_contents_category span{
    font-size: 24px;
    padding: 1px 20px 3px 20px;
  }
  .cmn_contents_label{
    font-size: 20px;
    padding: 20px 2px;
  }
  
  .cmn_contents_sub_tt{
    font-size: 21px;
    margin-bottom: 10px;
  }
  * + .cmn_contents_sub_tt{
    margin-top: 30px;
  }
  .cmn_contents_sub_tt span{
    margin: 0 30px;
  }

  .cmn_price_list + .cmn_contents{
    margin-top: 75px;
  }

  /* 料金 */
  .cmn_price_title{
    font-size: 21px;
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  .cmn_price_list{
  }
  .cmn_price_list_item{
    width: 48.125%;
    width: 100%;
    font-size: 16px;
    padding: 12px 10px 14px;
  }
  .cmn_price_list_item:nth-child(n+2){
    margin-top: 10px;
  }
  .cmn_price_list_item:nth-child(n+3){
    /*margin-top: 15px;*/
  }
  
  .cmn_price_list.col3{
    
  }
  .cmn_price_list.col3 .cmn_price_list_item{
    width: 100%;
  }
  .cmn_price_list.col3 .cmn_price_list_item:nth-child(n+2){
    margin-top: 10px;
  }
  .cmn_price_list.col3 .cmn_price_list_item:nth-child(n+3){
    /*margin-top: 10px;*/
  }
  
  
  
  /* 流れ */
  .cmn_flow{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .cmn_flow_item{
    width: 50%;
    padding: 15px 10px;
  }
  .cmn_flow_item.wide{
    width: 100%;
  }
  .cmn_flow_item_inner{
    align-items: center;
    align-content: flex-start;
    padding: 20px 15px;
  }
  .cmn_flow_item_box1{
    width: 32.58%;
  }
  .cmn_flow_item_box2{
    width: 65.16%;
    padding-top: 0;
  }
  .cmn_flow_item_box3{
    width: 100%;
  }
  .cmn_flow_item_box4{
    width: 100%;
    margin-top: 20px;
  }
  .cmn_flow_item_img1.img_fit:before{
    padding-top: 71.287%;
  }
  .cmn_flow_item_img2.img_fit:before{
    padding-top: 76.596%;
  }
  .cmn_flow_item_num{
    font-size: 16px;
    margin-bottom: 4px;
  }
  .cmn_flow_item_num:after{
    width: 65px;
    margin-left: 8px;
  }
  .cmn_flow_item_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cmn_flow_item_txt{
    
  }
  
  .cmn_flow_contact{
    margin-left: -5px;
    margin-right: -5px;
  }
  * + .cmn_flow_contact{
    margin-top: 20px;
  }
  .cmn_flow_contact_item{
    width: 33.333%;
    padding: 5px 5px;
  }
  .cmn_flow_contact_item.tel{
    width: 100%;
    text-align: center;
  }
  .cmn_flow_contact_item.contact{
    width: 50%;
  }
  .cmn_flow_contact_item.line{
    width: 50%;
  }

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

  /* ヘッダ */
  .cmn_contents_head{
    margin-bottom: 50px;
  }
  .cmn_contents_head_msg{
    text-align: center;
  }
  
  /* 料金 */
  .cmn_price_title{
    font-size: 21px;
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  .cmn_price_list{
  }
  .cmn_price_list_item{
    width: 48.125%;
    font-size: 16px;
    padding: 12px 10px 14px;
  }
  .cmn_price_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_price_list_item:nth-child(n+3){
    margin-top: 15px;
  }
  
  .cmn_price_list.col3 .cmn_price_list_item{
    width: 32.5%;
  }
  .cmn_price_list.col3 .cmn_price_list_item:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_price_list.col3 .cmn_price_list_item:nth-child(n+3){
    margin-top: 0;
  }
  .cmn_price_list.col3 .cmn_price_list_item:nth-child(n+4){
    margin-top: 10px;
  }
  
  /* 流れ */
  .cmn_flow{
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
  }
  .cmn_flow_item{
    width: 33.333%;
    /*padding: 25px 10px;*/
  }
  
  

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

  /* チェックリスト */
  .cmn_checklist_wrap{
    margin-left: -30px;
    margin-right: -30px;
  }
  * + .cmn_checklist_wrap{
    margin-top: 65px;
  }
  .cmn_checklist_row{
    width: 50%;
    padding: 0 30px;
  }
  .cmn_checklist_row:nth-child(n+2){
    margin-top: 0;
  }
  .cmn_checklist_row:nth-child(n+3){
    margin-top: 50px;
  }
  .cmn_checklist_title{
    font-size: 21px;
    padding: 10px 10px;
  }
  .cmn_checklist_items{

  }
  * + .cmn_checklist_items{
    margin-top: 20px;
  }
  .cmn_checklist_items li{
    font-size: 16px;
    padding: 12px 10px 12px 60px;
  }
  .cmn_checklist_items li+li{
    margin-top: 15px;
  }
  .cmn_checklist_items li:before{
    width: 22px;
    top: 13px;
    left: 20px;
  }

  
  /* コンテンツ1 */
  .cmn_contents{

  }
  .cmn_contents_row{
    align-items: center;
  }
  .cmn_contents_row + .cmn_contents_row{
    margin-top: 75px;
    margin-top: 80px;
  }
  
  
  .cmn_contents_box1{
    width: 59.375%;
  }
  .cmn_contents_box2{
    width: 36.875%;
    width: 37.875%;
    margin-top: 0;
  }
  .cmn_contents_row.half .cmn_contents_box1{
    width: 50%;
  }
  .cmn_contents_row.half .cmn_contents_box2{
    width: 45%;
  }
  
  .cmn_contents_box_w{
    order: 3;
  }
  * + .cmn_contents_box_w{
    margin-top: 55px;
  }

  .cmn_contents_category span{
    font-size: 24px;
    padding: 1px 20px 3px 20px;
  }
  .cmn_contents_label{
    font-size: 28px;
    padding: 20px 2px;
  }
  .cmn_contents_img{
    /*height: 100%;*/
  }
  .cmn_contents_img.img_fit:before{
    /*padding-top: 0;*/
    /*height: 100%;*/
    /*min-height: 520px;*/
  }
  .cmn_contents_img.stretch{
    height: 100%;
  }
  .cmn_contents_img.stretch.img_fit:before{
    padding-top: 0;
    height: 100%;
    /*min-height: 520px;*/
  }
  
  .cmn_contents_row.stretch{
    align-items: stretch;
  }
  .align_top .cmn_contents_row{
    align-items: flex-start;
  }
  .align_top .cmn_contents_row .cmn_contents_box1{
    margin-top: 15px;
  }
  
  
  .cmn_contents_row{
    
  }
  .cmn_contents_row:nth-child(odd) .cmn_contents_box1{
    
  }
  .cmn_contents_row:nth-child(odd) .cmn_contents_box2{
    
  }
  .cmn_contents_row:nth-child(even) .cmn_contents_box1{
    order: 2;
  }
  .cmn_contents_row:nth-child(even) .cmn_contents_box2{
    order: 1;
  }
  
  /* 流れ */
  .cmn_flow{
    margin-left: -10px;
    margin-right: -10px;
  }
  .cmn_flow_item{
    width: 33.333%;
    padding: 25px 10px;
  }
  .cmn_flow_item.wide{
    width: 100%;
  }
  .cmn_flow_item_inner{
    padding: 30px 25px;
  }
  .cmn_flow_item_box1{
    width: 32.58%;
  }
  .cmn_flow_item_box2{
    width: 65.16%;
    /*padding-top: 38px;*/
  }
  .cmn_flow_item_box3{
    width: 100%;
  }
  .cmn_flow_item_box4{
    width: 100%;
    margin-top: 20px;
  }
  .cmn_flow_item_num{
    font-size: 16px;
    margin-bottom: 4px;
  }
  .cmn_flow_item_num:after{
    width: 65px;
    margin-left: 8px;
  }
  .cmn_flow_item_title{
    font-size: 22px;
    margin-bottom: 18px;
  }

  .cmn_flow_contact{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .cmn_flow_contact{
    margin-top: 40px;
  }
  .cmn_flow_contact_item{
    width: 33.333%;
    padding: 5px 15px;
  }
  .cmn_flow_contact_item.tel{
    width: 33.333%;
    /*width: 100%;*/
  }
  .cmn_flow_contact_item.contact{
    /*width: 50%;*/
    width: 33.333%;
  }
  .cmn_flow_contact_item.line{
    width: 33.333%;
    /*width: 50%;*/
  }
}
@media (min-width:1470px){

  .cmn_flow_item_title{
    font-size: 26px;
    margin-bottom: 18px;
  }
  .cmn_flow_contact_item.tel,
  .cmn_flow_contact_item.contact,
  .cmn_flow_contact_item.line{
  }
  .cmn_contents_label{
    padding-top: 30px;
  }
}
@media (min-width:1800px){

  .cmn_flow_item_title{
    font-size: 28px;
    margin-bottom: 18px;
  }
  .cmn_flow_contact{
    justify-content: flex-start;
  }
  .cmn_flow_contact_item{
    width: auto;
  }
  .cmn_flow_contact_item.tel,
  .cmn_flow_contact_item.contact,
  .cmn_flow_contact_item.line{
    width: auto;
    /*width: 100%;*/
  }
  
  .cmn_price_list_item{
    padding-right: 18px;
  }
  
  .cmn_contents.menu .cmn_contents_img.img_fit:before{
    padding-top: 550px;
  }

}


/* ボーダー設定用 */
.cmn_checklist_row{
  position: relative;
  z-index: 1;
}
.cmn_checklist_row{
  
}

.cmn_checklist_row:before,
.cmn_checklist_row:after{
  background: #cccccc;
  position: absolute;
  z-index: 1;
}

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

@media (min-width:768px){
  
  .cmn_checklist_row:nth-child(even):before{
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .cmn_checklist_row:nth-child(n+3):after{
    content: "";
    height: 1px;
    top: -25px;
    left: 10px;
    right: 10px;
  }
  
}
@media (min-width:1200px){
  .cmn_checklist_row:nth-child(even):before{
  }
  .cmn_checklist_row:nth-child(n+3):after{
    top: -25px;
    left: 30px;
    right: 30px;
  }
}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}




/* カテゴリNav */
.cmn_cat_nav{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.cmn_cat_nav li{
  width: 50%;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.4285;
}
.cmn_cat_nav li a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 2px 10px 3px;
  font-family: var(--font-gothic);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}

.cmn_cat_nav li a:after{
  content: "→";
  font-size: 10px;
  font-family: var(--font-mincho);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.cmn_cat_nav li.on a,
.cmn_cat_nav li a:hover{
  background: var(--main-color);
  color: #FFF;
}
.cmn_cat_nav li a:hover:after{
  margin-right: -2px;
}

.cmn_cat_nav.color2 li a{
  background: #b8d200;
  border-color: #b8d200;
  color: #FFF;
}
.cmn_cat_nav.color2 li a:hover{
  background: var(--main-color);
  border-color: var(--main-color);
}
.cmn_cat_nav.color2 li a:before{
  content: "";
  position: absolute;
  z-index: 1;
  border: 2px solid #FFF;
  inset: 0;
}

@media (max-width:767px){

  .cmn_cat_nav.col1_sp li{
    width: 100%;
  }
  .cmn_cat_nav.col2_sp li{
    width: 50%;
  }
  .cmn_cat_nav.col3_sp li{
    width: 33.333%;
  }
  .cmn_cat_nav.col4_sp li{
    width: 25%;
  }

  .cmn_cat_nav.txt_sm_sp li{
    font-size: 10px;
  }

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav li{
    width: 50%;
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav li a{

  }

  .cmn_cat_nav li a:after{
    font-size: 14px;
    right: 10px;
  }
  .cmn_cat_nav li a:hover:after{
    margin-right: -5px;
  }
}
@media (min-width:1024px){

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

  .cmn_cat_nav{
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmn_cat_nav li{
    padding: 0 15px;
    margin: 12.5px 0;
    font-size: 14px;
  }
  .cmn_cat_nav li a{

  }

  .cmn_cat_nav.col2 li{
    width: 50%;
  }
  .cmn_cat_nav.col3 li{
    width: 33.333%;
  }
  .cmn_cat_nav.col4 li{
    width: 25%;
  }
  .cmn_cat_nav.col5 li{
    width: 20%;
  }

}




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

/* セクション設定 */
.pg_about{

}
.pg_about .section.sec1{

}
.pg_about .section.sec2{

}
.pg_about .section.sec3{

}
.pg_about .section.sec4{

}


@media (max-width:374px){

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

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

  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    padding-top: 0;
  }
  .pg_about .section.sec3{

  }
  .pg_about .section.sec4{

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

  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{

  }
  .pg_about .section.sec3{

  }
  .pg_about .section.sec4{

  }


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


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


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


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


}

/* メイン部分 */

.about_msg{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}  
.about_msg_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.about_msg_box2{
  width: 100%;
  order: 1;
}
.about_msg_img{
  
}
.about_msg_img img{
  width: 100%;
}
.about_msg_txt{
  
}


.about_thought{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}  
.about_thought_box1{
  width: 100%;
}
.about_thought_box2{
  width: 100%;
}


@media (max-width:767px){

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

  .about_msg{
    margin-top: 0;
  }  
  .about_msg_box1{
    width: 70%;
    order: 1;
    margin: 20px auto 0;
  }
  .about_msg_box2{
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .about_msg_img{

  }
  .about_msg_img img{
    width: 100%;
  }
  .about_msg_txt{

  }
  
  .about_thought{
    margin-bottom: 30px;
  }  
  .about_thought_box1{
    width: 100%;
    
  }
  .about_thought_box2{
    width: 100%;
  }


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

  .about_msg{
    margin-top: -30px;
    align-items: center;
  }  
  .about_msg_box1{
    width: 46.25%;
    margin: 0;
  }
  .about_msg_box2{
    width: 48.625%;
    margin-top: 75px;
  }
  
  
  .about_thought{
    margin-bottom: 50px;
  }  
  .about_thought_box1{
    width: 40%;
  }
  .about_thought_box2{
    width: 60%;
  }

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


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

  .about_msg{
    margin-top: -80px;
  }  
  
  .about_thought{
    margin-bottom: 50px;
  }  
  .about_thought_box1{
    width: 35%;
  }
  .about_thought_box2{
    width: 48%;
  }

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

  .about_msg{
    margin-top: -100px;
    align-items: center;
  }  
  .about_msg_box1{
    width: 46.25%;
    margin: 0;
  }
  .about_msg_box2{
    width: 45.625%;
    margin-top: 75px;
  }
  
  .about_thought{
    margin-bottom: 75px;
  }  
  .about_thought_box1{
    width: 35%;
  }
  .about_thought_box2{
    width: 45%;
  }

}



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

/* セクション設定 */
.pg_chiro{

}
.pg_chiro .section.sec1{

}
.pg_chiro .section.sec2{

}
.pg_chiro .section.sec3{
  /*padding-top: 25px;*/
}
.pg_chiro .section.sec4{

}
.pg_chiro .section.sec5{
  /*padding-top: 50px;*/
}
.pg_chiro .section.sec6{

}


@media (max-width:374px){

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

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

  .pg_chiro .section.sec1{
    
  }
  .pg_chiro .section.sec2{
    padding-top: 0;
  }
  .pg_chiro .section.sec3{
    /*padding-top: 25px;*/
    padding-top: 0;
  }
  .pg_chiro .section.sec4{
    padding-top: 0;
  }
  .pg_chiro .section.sec5{
    /*padding-top: 50px;*/
    padding-top: 0;
  }
  .pg_chiro .section.sec6{
    padding-top: 0;
  }
  
}
@media (min-width:768px){

  .pg_chiro .section.sec1{
    
  }
  .pg_chiro .section.sec2{

  }
  .pg_chiro .section.sec3{
    padding-top: 25px;
  }
  .pg_chiro .section.sec4{

  }
  .pg_chiro .section.sec5{
    padding-top: 50px;
  }
  .pg_chiro .section.sec6{
    padding-top: 55px;
  }

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


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


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


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


}

/* メイン部分 */

/* バナーリンク */
.chiro_sub_links{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.chiro_sub_links_item{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.chiro_sub_links_item:nth-child(n+2){
  margin-top: 10px;
}
.chiro_sub_links_item_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-height: 120px;
}
.chiro_sub_links_item_inner:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: rgba(10,16,4,0.45);
  transition: 0.2s all;
}
.chiro_sub_links_item_inner:after{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 5px;
  border: 1px solid #b3b3ab;
  transition: 0.2s all;
}
.chiro_sub_links_item_box{
  position: relative;
  z-index: 2;
  color: #FFF;
  text-align: center;
}
.chiro_sub_links_item_txt1{
  font-size: 16px;
  font-weight: 600;
}

.chiro_sub_links_item_txt2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-gothic  );
  margin-top: 10px;
}
.chiro_sub_links_item_txt2:after{
  content: "";
  width: 30px;
  aspect-ratio: 1 / 1;
  background-image: url('/img/icon_r.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  transition: 0.2s all;
}

.chiro_sub_links_item_img{
  position: absolute;
  z-index: -1;
  inset: 0;
}
.chiro_sub_links_item_img.img_fit:before{
  /*padding-top: 200px;*/
  padding-top: 0;
  height: 100%;
}
.chiro_sub_links_item_img img{
  transition: 0.2s all;
}
.chiro_sub_links_item_inner:hover:before{
  background: rgba(10,16,4,0.60);
}
.chiro_sub_links_item_inner:hover:after{
  inset: 8px;
  /*border-width: 2px;*/
}
.chiro_sub_links_item_inner:hover .chiro_sub_links_item_img img{
  transform: scale(1.05);
}
.chiro_sub_links_item_inner:hover .chiro_sub_links_item_txt2:after{
  transform: translateX(-5px);
}

@media (max-width:767px){

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


  /* バナーリンク */
  .chiro_sub_links{
    margin-left: -10px;
    margin-right: -10px;
  }
  .chiro_sub_links_item{
    /*width: 50%;*/
    padding-left: 10px;
    padding-right: 10px;
  }
  .chiro_sub_links_item:nth-child(n+2){
    margin-top: 20px;
  }
  .chiro_sub_links_item_inner{
    min-height: 200px;
  }
  .chiro_sub_links_item_box{
  }
  .chiro_sub_links_item_txt1{
    font-size: 26px;
  }

  .chiro_sub_links_item_txt2{
    font-size: 15px;
    margin-top: 20px;
  }
  .chiro_sub_links_item_txt2:after{
    width: 40px;
    margin-left: 15px;
  }


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

  /* バナーリンク */
  .chiro_sub_links{
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
  }
  .chiro_sub_links_item{
    width: 50%;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
  .chiro_sub_links_item:nth-child(n+2){
    margin-top: 0;
  }
  .chiro_sub_links_item:nth-child(n+3){
    margin-top: 20px;
  }
  .chiro_sub_links_item_inner{
    min-height: 150px;
  }
  .chiro_sub_links_item_box{
  }
  .chiro_sub_links_item_txt1{
    font-size: 20px;
  }

  .chiro_sub_links_item_txt2{
    font-size: 13px;
    margin-top: 20px;
  }
  .chiro_sub_links_item_txt2:after{
    width: 40px;
    margin-left: 15px;
  }

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

  .chiro_sub_links_item_inner{
    min-height: 200px;
  }
  .chiro_sub_links_item_txt1{
    font-size: 26px;
  }

  .chiro_sub_links_item_txt2{
    font-size: 15px;
    margin-top: 20px;
  }
  .chiro_sub_links_item_txt2:after{
    width: 52px;
    margin-left: 15px;
  }

  /* バナーリンク */
  .chiro_sub_links{
    margin-left: -15px;
    margin-right: -15px;
  }
  .chiro_sub_links_item{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .chiro_sub_links_item:nth-child(n+3){
    margin-top: 30px;
  }
}
@media (min-width:1470px){


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


}




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

/* セクション設定 */
.pg_chiro2{

}
.pg_chiro2 .section.sec1{

}
.pg_chiro2 .section.sec2{
  padding-top: 15px;
}
.pg_chiro2 .section.sec2 + .section.sec2{
  padding-top: 25px;
}
.pg_chiro2 .section.sec2 + .section.sec2:before{
  content: "";
  display: block;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 70px;
}

@media (max-width:374px){

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

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

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

  .pg_chiro2 .section.sec2 + .section.sec2{
    padding-top: 50px;
  }
  .pg_chiro2 .section.sec2 + .section.sec2:before{
    margin-bottom: 100px;
  }
  
}
@media (min-width:1024px){


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


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

  .pg_chiro2 .section.sec2 + .section.sec2{
    padding-top: 75px;
  }
  .pg_chiro2 .section.sec2 + .section.sec2:before{
    margin-bottom: 135px;
  }

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


}



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

/* セクション設定 */
.pg_training{

}
.pg_training .section.sec1{
}
.pg_training .section.sec2{
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_training .section{
    padding-top: 0;
  }
  .pg_training .section.sec1{
  }
  .pg_training .section.sec2{
  }
  .pg_training .section.sec4{
    padding-top: 50px;
  }
}
@media (min-width:768px){

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


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


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


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


}

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

/* セクション設定 */
.pg_faq{

}
.pg_faq .section.sec1{
  padding-bottom: 0;
}
.pg_faq .section.sec2{
  padding-bottom: 30px;
}


@media (max-width:374px){

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

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

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

  .pg_faq{

  }
  .pg_faq .section.sec1{

  }
  .pg_faq .section.sec2{
    padding-bottom: 60px;
  }
  
}
@media (min-width:1024px){


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


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


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

  .pg_faq .section.sec2 .tt2{
    margin-bottom: 45px;
  }

}

/* メイン部分 */

.faq_contents{
  
}
.faq_contents_row{
  padding: 20px 15px;
  background: #eef7ea;
  border-left: 3px solid var(--main-color);
}
.faq_contents_row + .faq_contents_row{
  margin-top: 25px;
}
.faq_contents_q{
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
  z-index: 1;
}
.faq_contents_q:before{
  content: "Q.";
  position: absolute;
  z-index: 1;
  left: 0;
}
.faq_contents_a{
  font-size: 16px;
  font-family: var(--font-gothic);
  line-height: 1.875;
  text-align: justify;
  margin-top: 10px;
  padding-left: calc(17px * 1.5);
}

@media (max-width:767px){

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

  .faq_contents{

  }
  .faq_contents_row{
    padding: 25px 25px;
  }
  .faq_contents_row + .faq_contents_row{
    margin-top: 25px;
  }
  .faq_contents_q{
    font-size: 20px;
    padding-bottom: 10px;
    padding-left: 1.5em;
  }
  .faq_contents_q:before{
  }
  .faq_contents_a{
    font-size: 16px;
    line-height: 1.875;
    margin-top: 20px;
    padding-left: calc(20px * 1.5);
  }
  
}
@media (min-width:1024px){


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


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


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


}




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

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


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

  }

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


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


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


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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}


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

/* セクション設定 */
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{

}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{

  }
  .pg_company .section.sec2{

  }

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


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


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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #808080;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #e6e6e6;
  font-weight: 500;
}
.company_tbl .table_rows_td{
  background: #FFF;
}

/* マップ */
.company_map{

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

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.400%;
}

@media (max-width:767px){

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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 400px;
  }


  /* ギャラリー */
  .company_gallery_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .company_gallery_items{
    margin-top: 40px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

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


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .company_tbl .table_rows_td{
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 60px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

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


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


}




/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

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

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


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

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}





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

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

@media (max-width:1023px){

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

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

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


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

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

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


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

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

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

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

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


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


  .privacy_ttl{
    font-size: 18px;
  }

}

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

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

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

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


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

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

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}

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

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


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


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

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}
