@charset "UTF-8";


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

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

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

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

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

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

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

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

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

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

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

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

/*******************************
*　ヘッダー
********************************/
.header{
  background: #020b22;
  position: relative;
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px;
  /*background: rgba(255,255,255,0.85);*/
  
}
.hdr1_box1{
  
}
.hdr1_box2{
  
}
.hdr_logo{
  display: block;
}
.hdr_logo img{
  display: block;
}
.hdr_contact{
  
}
.hdr_contact a{
  color: #FFF;
  display: block;
  letter-spacing: 0.12em;
  
}
.hdr_contact_link a{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 11px 5px;
}
.hdr_contact_link a:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}

.pg_header{
  margin-bottom: 30px;
  position: relative;
}
.pg_header_mv{
  /*height: 150px;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pg_header_mv.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv:after{
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.pg_header_h1{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  text-align: center;
}
.pg_header_txt{
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.333;
  text-align: center;
  color: #FFF;
}
.pg_header_txt.maru{
  font-family: 'Zen Maru Gothic', sans-serif;
}
.pg_header_logo{
  
}
.pg_header_logo_txt{
  font-size: 0;
}
.gjs-dashed .pg_header_logo_txt{
  display: block;
  font-size: 24px;
  color: #FFF;
  margin-top: 10px;
  padding: 5px;
  border: 2px dashed #FFF;
}

.mv{
  position: relative;
  z-index: 0;
}
.mv_img{
  position: relative;
  text-align: center;
}
.mv_img:after{
  /*content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  pointer-events: none;*/
}
.mv_img.img_fit:before{
  padding-top: 200px;
}
.mv_txt{
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.mv_txt_h1{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #FFF;
  filter: drop-shadow(0px 0px 20px #FFF);
  padding-left: 9px;
}
.mv_txt_h1 strong{
  font-size: 1.666em;
  font-weight: 500;
}
.mv_txt{
  display: none;
}

.mv_slides .slick-slide img{
  width: 100%;
  margin: 0 auto;
}

.gnav{
  
}
.gnav .gnav_item a{
  color: #FFF;
  letter-spacing: 0.18em;
  display: block;
}
.gnav .gnav_item a.has_mega{
  position: relative;
}
.gnav .gnav_item a.has_mega:after{
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* メガメニュー */
.gnav_mega_wrap{
  display: none;
  position: relative;
  z-index: 4;
  background: rgba(0,0,0,0.95);
  
}
.gnav_mega_wrap.active{
  display: block;
  
  padding: 10px;
}
.gnav_mega{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gnav_mega_item{
  width: 100%;
  padding: 0 5px;
}
.gnav_mega_item_inner{
  display: block;
  background: #FFF;
  padding: 9px;
  position: relative;
}
.gnav_mega_item_img{
  
}
.gnav_mega_item_img:after{
  content: "";
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.gnav_mega_item_img.img_fit:before{
  padding-top: 100%;
}
.gnav_mega_item_txt1{
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: absolute;
  top: 20px;
  left: 13px;
  right: 13px;
  color: #FFF;
}
.gnav_mega_item_txt2{
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 16px;
  left: 13px;
  right: 13px;
  text-align: center;
  padding: 1px 0;
  background: #FFF;
}

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

@media (max-width:767px){
  
  .hdr1 {
  }
  .hdr_logo img{
    width: 100px;
  }
  .hdr_contact{
    display: none;
  }
  
  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

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

  .gnav_mega_wrap_sp{
    background: #000;
    padding: 10px;
    margin-top: 20px;
  }
  .gnav_mega_item:nth-child(n+2){
    margin-top: 10px;
  }
  .gnav_mega_item_txt1 {
    font-size: 14px;
  }
  .gnav_mega_item_txt2{
    font-size: 12px;
  }
  .gnav_mega_item_img.img_fit:before {
    padding-top: 40%;
  }
  
  .pg_header_logo{
    
  }
  .pg_header_logo img{
    height: 120px;
  }
  
  
}

@media (min-width:768px){
  
  .body_home .header{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .hdr1{
    justify-content: space-between;
    padding: 18px 0;
  }
  .hdr1_box1{
    width: 100px;
  }
  .hdr1_box2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 120px - 15px);
  }
  
  
  
  .gnav {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .gnav .gnav_item {
    font-size: 15px;
    /*line-height: 2;*/
    font-weight: 500;
  }
  .gnav .gnav_item:nth-child(n+2) {
    margin-left: 15px;
  }
  
  /* メガメニュー */
  .gnav_mega_wrap{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 4;
  }
  .gnav_mega_wrap.active{
    padding: 10px;
  }
  .gnav_mega{
    width: 580px;
    margin: 0 auto;
  }
  .gnav_mega_item{
    width: 33.333%;
  }
  .gnav_mega_item:nth-child(n+4){
    margin-top: 10px;
  }
  .gnav_mega_item_inner{
  }
  .gnav_mega_item_img{

  }
  .gnav_mega_item_txt1{
  }
  .gnav_mega_item_txt2{
  }

  
  .hdr_contact{
    font-size: 14px;
    margin-left: 30px;
  }
  .hdr_contact a{
    width: 120px;
    border: 2px solid #898d98;
    padding: 4px 10px;
    text-align: center;
  }
  .hdr_contact a:hover{
    background: #898d98;
    /*color: #020b22;*/
    opacity: 1;
  }
  
  .mv_txt{
    top: 54%;
  }
  .mv_txt_h1{
    font-size: 40px;
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }
  
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv{
    /*height: 350px;*/
  }
  .pg_header_txt{
    font-size: 36px;
  }
  .pg_header_mv.img_fit:before{
    padding-top: 450px;
  }
  .pg_header_logo img{
    height: 300px;
  }
}
@media (min-width:1024px){
  
  .hdr1_box1{
    width: 160px;
  }
  .hdr1_box2{
    width: calc(100% - 160px - 15px);
  }
  
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  
  .mv_img.img_fit:before{
    padding-top: 700px;
  }
}
@media (min-width:1200px){
  
  .gnav .gnav_item:nth-child(n+2) {
    margin-left: 30px;
  }
  .hdr_contact{
    margin-left: 70px;
  }
  .hdr_contact a{
    width: 160px;
  }
  
  .mv_txt_h1{
    font-size: 60px;
  }
  .mv_img.img_fit:before{
    padding-top: 910px;
  }
  
  .pg_header{
    margin-bottom: 110px;
  }
  .pg_header_txt{
    font-size: 75px;
  }
  .pg_header_mv.img_fit:before{
    padding-top: 570px;
  }
  .pg_header_logo img{
    height: auto;
  }
  
  /* メガメニュー */
  .gnav_mega_wrap{
  }
  
  .gnav_mega_wrap.active{
    padding: 40px 10px 65px;
  }
  .gnav_mega{
    width: auto;
    margin: 0 -5px;
  }
  .gnav_mega_item{
    width: 16.666%;
  }
  .gnav_mega_item:nth-child(n+4){
    margin-top: 0;
  }
  .gnav_mega_item:nth-child(n+7){
    margin-top: 10px;
  }
  .gnav_mega_item_inner{
  }
  .gnav_mega_item_img{

  }
  .gnav_mega_item_img.img_fit:before{
    padding-top: 100%;
  }
  .gnav_mega_item_txt1{
    font-size: 14px;
  }
  .gnav_mega_item_txt2{
  }
}





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

.footer{
  margin-top: 50px;
}
.body_home .footer{
  margin-top: 30px;
}

.ftr1{
  padding: 30px 0;
  margin-bottom: 25px;
}

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

.ftr_logo{
  margin-bottom: 15px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.142;
  margin-bottom: 10px;
}
.ftr_addr em{
  font-style: normal;
}

.ftr_copy{
  font-size: 14px;
  text-align: center;
  background: #cacaca;
  padding: 10px;
}

/* フッターリンク */
.fnav_wrap{
}
.fnav{
  font-size: 14px;
  letter-spacing: 0.075em;
}
.fnav + .fnav{
  
}
.fnav .fnav_title{
  
}
.fnav .fnav_inner{

}
.fnav_item{

}
.fnav_item a{
}
.fnav_item a p:before{
  content: "■";
}


/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  z-index: 1000;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #020b22;
  color: #FFF;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #FFF;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #020b22;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

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



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

@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  
  .ftr1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 0 ;
    margin-bottom: 40px;
  }
  .ftr1_box1{
    text-align: center
  }
  .ftr1_box2{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ftr1_box1{
    width: 100%;
  }
  .ftr1_box2{
    width: 100%;
  }
  
  .ftr_logo img{
    width: 200px;
  }
  
  /* フッターリンク */
  .fnav_wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .fnav{
    display: flex;
    align-items: flex-start;
  }
  .fnav + .fnav{
    margin-left: 15px;
  }
  .fnav .fnav_title{
    
  }
  .fnav .fnav_inner{
    
  }
  .fnav_item{
    
  }
  .fnav_item a{
    
  }
  
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }
}
@media (min-width:1200px){
  
  .footer{
    margin-top: 225px;
  }
  .ftr1_box1{
    width: 380px;
    text-align: left;
  }
  .ftr1_box2{
    width: calc(100% - 380px);
    border-left: 1px solid #838383;
    border-right: 1px solid #838383;
  }
  .fnav + .fnav{
    margin-left: 100px;
  }
  .fnav .fnav_title {
    margin-right: 18px;
  }
}
@media (max-width:767px){
  
  .body_home .footer{
    margin-top: 0px;
  }
  
  .ftr_logo {
    text-align: center;
  }
  .ftr_logo img{
    height: 40px;
  }
  .ftr_addr {
    text-align: center;
  }
  
  .ftr_addr em{
    display: block;
  }
  
  .fnav + .fnav{
    margin-top: 20px;
  }
  
  .ftr1_box2{
    display: none;
  }
}



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

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

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

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

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){
  
}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }
  
  body{
    padding-bottom: 56px;
  }
}


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

/* テーブル入れ子 */
.table_rows .table_rows{
  
}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}

.table_rows_td.blank{
  position: relative;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(to top left, transparent, transparent 49%, black 50%, #777777 50%, transparent 51%, transparent) !important;
}


/* ページネーション */
.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;
}

.read_more{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.read_more_a{
  width: 255px;
  max-width: 100%;
  background: #020b22;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 10px 10px;
  position: relative;
}
.read_more_a:hover{
  color: #FFF;
}
.read_more_a:after{
  content: "\f054";
  /*content: "\f105";*/
  font-size: 10px;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.read_more_a.lg{
  
}
.read_more_a.rounded{
  border-radius: 25px !important;
}
.read_more_a.white{
  background: #FFF;
  color: #181818;
}
.read_more_a.gold{
  background: #998d45;
  color: #FFF;
}
.read_more_a.brown{
  background: #7e6b5a;
  color: #FFF;
}
.read_more_a.skyblue{
  background: #7ecef4;
  color: #FFF;
}
.read_more_a.skyblue2{
  background: #88abda;
  color: #FFF;
}

@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  .read_more{
    margin-top: 30px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  .read_more{
    margin-top: 50px;
  }
  .read_more_a:after{
    right: 20px;
  }
  .read_more_a.lg{
    width: 350px;
  }
  
  .category_home_news + .read_more .read_more_a{
    padding: 13px 10px;
  }
  .category_home_news + .read_more .read_more_a:after{
    right: 28px;
  }
}


/*******************************
*　
********************************/
.section + .section{
  margin-top: 50px;
}

/* アクセス */
.pg_access_wrap{
  
}
.pg_access_title{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.pg_access_dl_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -5px;
}
.pg_access_dl_box{
  width: 100%;
  padding: 0 5px;
}
.pg_access_dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid;
}
.pg_access_dl:nth-child(n+2){
  margin-top: 5px;
}
.pg_access_dt,
.pg_access_dd{
  letter-spacing: 0.075em;
  line-height: 2;
  padding: 9px 5px;
}
.pg_access_dt{
  width: 80px;
}
.pg_access_dd{
  width: calc(100% - 80px);
}

.pg_access_map{
  margin-top: 20px;
}
.pg_access_map iframe{
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}
.pg_access_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0;
}
.pg_access_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.pg_access_gallery_img{
  
}
.pg_access_gallery_img.img_fit:before{
  padding-top: 79.24%;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
 
  /* アクセス */
  .pg_access_gallery_item:nth-child(n+3){
    margin-top: 10px;
  }
}
@media (min-width:768px){
  
  /* アクセス */
  .pg_access_title{
    font-size: 20px;
  }

  .pg_access_dl_wrap{
    margin: 0 -5px;
  }
  .pg_access_dl_box{
    width: 50%;
    padding: 0 5px;
  }
  .pg_access_dl{
    
  }
  .pg_access_dl:nth-child(n+2){
    
  }
  .pg_access_dt,
  .pg_access_dd{
    font-size: 15px;
  }
  .pg_access_dt{
    width: 85px;
  }
  .pg_access_dd{
    width: calc(100% - 85px);
  }

  .pg_access_map{
    margin-top: 30px;
  }
  .pg_access_map iframe{
    height: 350px;
  }
  .pg_access_gallery{
    margin: 30px -5px 0;
  }
  .pg_access_gallery_item{
    width: 25%;
    padding: 0 5px;
  }
  .pg_access_gallery_item:nth-child(n+5){
    margin-top: 16px;
  }
  .pg_access_gallery_img{
    
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  /* アクセス */
  .pg_access_title{
    font-size: 20px;
  }

  .pg_access_dl_wrap{
    margin: 0 -15px;
  }
  .pg_access_dl_box{
    width: 50%;
    padding: 0 15px;
  }
  .pg_access_dl{
    
  }
  .pg_access_dl:nth-child(n+2){
    
  }
  .pg_access_dt,
  .pg_access_dd{
    font-size: 16px;
  }
  .pg_access_dt{
    width: 115px;
  }
  .pg_access_dd{
    width: calc(100% - 115px);
  }
  
  .pg_access_map{
    margin-top: 70px;
  }
  .pg_access_map iframe{
    height: 420px;
  }
  .pg_access_gallery{
    margin: 30px -9px 0;
  }
  .pg_access_gallery_item{
    width: 25%;
    padding: 0 9px;
  }
  .pg_access_gallery_img{
    
  }
  
}

/*******************************
*　HOME
********************************/
.pg_home{
  
}
.pg_home .section.sec1{
  margin-top: 50px;
}
.pg_home .section.sec2{
  margin-top: 50px;
}
.pg_home .section.sec3{
  margin-top: 50px;
}
.pg_home .section.sec4{
  margin-top: 50px;
}
.pg_home .section.sec5{
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #2a2a2a;
}

/* 見出し */
.home_tt1_box{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.home_tt1{
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #000;
  padding: 1px 15px;
}
.home_tt1:after{
  content: "";
  width: 100%;
  height: 10px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* News */
.home_news_list{
  
}
.home_news_list.posts_list .webgene-item{
  border-color: #eae9e9;
}


/* Business */
.home_business_wrap{
  position: relative;
  z-index: 0;
}
.home_business_row{
  display: flex;
  flex-wrap: wrap;
}
.home_business_row_box1,
.home_business_row_box2,
.home_business_row_box3,
.home_business_row_box4{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.home_business_item{
  width: 100%;
  overflow: hidden;
}
.home_business_item_img{
  display: block;
  position: relative;
  z-index: 1;
}
.home_business_item_img:after{
  content: "";
  display: block;
  background: rgba(24,24,24,0.75);
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.home_business_item_img:hover{
  opacity: 1;
}
.home_business_item_img:hover:after{
  display: none;
}
.home_business_item_img.img_fit:before{
  padding-top: 170px;
}

.home_business_item_label{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  text-align: center;
}
.home_business_item_label_txt1{
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #FFF;
  filter: drop-shadow(0px 0px 4px #333);
}
.home_business_item_label_txt2{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1;
  background: #FFF;
  padding: 2px 3px 4px;
  text-align: center;
  filter: drop-shadow(0px 0px 4px #333);
}

/* スポンサー */
.home_sponser_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_sponser_item{
  width: 50%;
  padding: 0 5px;
}
.home_sponser_inner{
  display: block;
}
.home_sponser_img{
  
}
.home_sponser_img.img_fit:before{
  padding-top: 35.29%;
}
.home_sponser_title{
  background: #f6f6f6;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px;
}

/* お問い合わせ */
.home_contact_tt{
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}

.home_contact_wrap{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
}
.home_contact_box{
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.home_contact_title{
  font-size: 16px;
  font-weight: 500;
  color: #51443c;
  margin-bottom: 10px;
}
.home_contact_tel{
  font-size: 32px;
  font-weight: 300;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #181818;
}
.home_contact_time{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #51443c;
  margin-top: 5px;
}
.home_contact_email{
  
}
.home_contact_email a{
  display: block;
  width: 220px;
  margin: 0 auto;
  background: #181818;
  color: #FFF;
  border-radius: 10px;
  padding: 10px;
}


/* コピー用 */
@media (max-width:374px){
  
  .home_tt1{
    font-size: 22px;
  }
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
 
  .home_business_item_label{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .home_sponser_item:nth-child(n+3){
    margin-top: 10px;
  }
  
  .home_contact_wrap{
    padding: 20px 10px;
  }
  .home_contact_box{
    padding: 10px 0;
  }
  .home_contact_box:nth-child(n+2){
    border-top: 1px solid #9c9c9c;
  }
}
@media (min-width:768px){
 
  .pg_home .section.sec1{
    margin-top: 70px;
  }
  .pg_home .section.sec2{
    margin-top: 70px;
  }
  .pg_home .section.sec3{
    margin-top: 70px;
  }
  .pg_home .section.sec4{
    margin-top: 70px;
  }
  .pg_home .section.sec5{
    margin-top: 100px;
  }
  
  /* 見出し */
  .home_tt1_box{
    margin-bottom: 30px;
  }
  .home_tt1{
    font-size: 32px;
    padding: 1px 30px;
    
  }
  .home_tt1:after{
  }
  
  /* Business */
  .home_business_wrap{
    
  }
  .home_business_row{
  }
  .home_business_row_box1{
    width: 54.16%;
  }
  .home_business_row_box2{
    width: 45.84%;
  }
  .home_business_row_box3{
    width: 46.10%;
  }
  .home_business_row_box4{
    width: 53.90%;
  }
  
  /*.home_business_row_box1 .home_business_item_img.img_fit:before{
    padding-top: 50.4807%;
  }
  .home_business_row_box2 .home_business_item_img.img_fit:before{
    padding-top: 29.8863%;
  }
  .home_business_row_box3 .home_business_item_img.img_fit:before{
    padding-top: 42.9378%;
  }
  .home_business_row_box4 .home_business_item_img.img_fit:before{
    padding-top: 37.1456%;
  }*/
  
  .home_business_row_box1 .home_business_item_img.img_fit:before{
    padding-top: 350px;
  }
  .home_business_row_box2 .home_business_item_img.img_fit:before{
    padding-top: 175px;
  }
  .home_business_row_box3 .home_business_item_img.img_fit:before{
    padding-top: 250px;
  }
  .home_business_row_box4 .home_business_item_img.img_fit:before{
    padding-top: 250px;
  }
  
  .home_business_item{
  }
  .home_business_item_img{
  }
  .home_business_item_label{
    top: 10px;
    left: 10px;
  }
  .home_business_item_label_txt1{
    font-size: 16px;
  }
  .home_business_item_label_txt2{
    font-size: 14px;
  }
  
  /* スポンサー */
  .home_sponser_wrap{
    margin: 0 -5px;
  }
  .home_sponser_item{
    width: 25%;
    padding: 0 5px;
  }
  .home_sponser_item:nth-child(n+5){
    margin-top: 10px;
  }
  .home_sponser_inner{
  }
  .home_sponser_img{

  }
  .home_sponser_title{
    font-size: 12px;
  }
  
  /* お問い合わせ */
  .home_contact_tt{
    font-size: 26px;
    margin-bottom: 30px;
  }

  .home_contact_wrap{
    padding: 20px 0;
  }
  .home_contact_box{
    width: 50%;
    padding: 10px 15px;
    position: relative;
  }
  .home_contact_box:nth-child(2n){
    border-left: 1px solid #9c9c9c;
  }
  .home_contact_title{
    font-size: 20px;
  }
  .home_contact_tel{
    font-size: 45px;
  }
  .home_contact_time{
    font-size: 14.77px;
  }
  .home_contact_email{
    
  }
  .home_contact_email a{
    font-size: 18px;
    width: 280px;
    margin: 0 auto;
  }
}
@media (min-width:1024px){
  
  /* Business */
  .home_business_row_box1 .home_business_item_img.img_fit:before{
    padding-top: 525px;
  }
  .home_business_row_box2 .home_business_item_img.img_fit:before{
    padding-top: 262.5px;
  }
  .home_business_row_box3 .home_business_item_img.img_fit:before{
    padding-top: 380px;
  }
  .home_business_row_box4 .home_business_item_img.img_fit:before{
    padding-top: 380px;
  }
  
  .home_business_item{
  }
  .home_business_item_img{
  }
  .home_business_item_label{
    top: 15px;
    left: 27px;
  }
  .home_business_item_label_txt1{
    font-size: 26px;
  }
  .home_business_item_label_txt2{
    font-size: 16px;
  }
  
  .home_sponser_title{
    font-size: 15px;
  }
  
}
@media (min-width:1200px){
  
  .pg_home .section.sec1{
    margin-top: 112px;
  }
  .pg_home .section.sec2{
    margin-top: 145px;
  }
  .pg_home .section.sec3{
    margin-top: 110px;
  }
  .pg_home .section.sec4{
    margin-top: 110px;
  }
  .pg_home .section.sec5{
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 200px;
  }
      
  /* 見出し */
  .home_tt1_box{
    margin-bottom: 60px;
  }
  .home_tt1{
    font-size: 46px;
  }
  .home_tt1:after{
  }
  
  /* News */
  .home_news_list{
    padding-top: 40px;
  }
  
  /**/
  .home_business_wrap{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* スポンサー */
  .home_sponser_wrap{
    margin: 0 -15px;
  }
  .home_sponser_item{
    width: 25%;
    padding: 0 15px;
  }
  .home_sponser_item:nth-child(n+5){
    margin-top: 15px;
  }
  .home_sponser_inner{
  }
  .home_sponser_img{

  }
  .home_sponser_title{
  }
  
  /* お問い合わせ */
  .home_contact_tt{
    font-size: 38px;
    margin-bottom: 60px;
  }

  .home_contact_wrap{
    padding: 30px 0 35px;
  }
  .home_contact_box{
    width: 50%;
    padding: 10px 15px;
  }
  .home_contact_title{
  }
  .home_contact_tel{
  }
  .home_contact_time{
  }
  .home_contact_email{
    margin-top: 25px;
  }
  .home_contact_email a{
    width: 346px;
  }
  
}

/*******************************
*　BAR
********************************/
.body_snowDropJusty .pg_header{
  margin-bottom: 0;
}
.body_snowDropJusty .footer{
  margin-top: 30px;
}

.pg_bar{
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/bar_bg2.jpg');
  background-repeat: repeat-y;
  background-position: center top;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
.pg_bar .section.sec1{
  
}
.pg_bar .section.sec2{
  margin-top: 50px;
  padding-top: 100px;
  border-top: 1px solid #c9c9c9;
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/bg1_sub.png');
  background-repeat: no-repeat;
  background-position: center top 310px;
}
.pg_bar .section.sec3{
  margin-top: 50px;
}
.pg_bar .section.sec4{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  /*background-color: #02071c;*/
  
}

/* 見出し */
.bar_tt1{
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.bar_tt2{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

/* コンテンツ */
.bar_contents_wrap{
  
}
.bar_contents_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bar_contents_item + .bar_contents_item{
  margin-top: 40px;
}
.bar_contents_item_box1{
  width: 100%;
  position: relative;
}
.bar_contents_item_box2{
  width: 100%;
}
.bar_contents_item_img{
  
}
.bar_contents_item_img.img_fit:before{
  padding-top: 85.79%;
}
.bar_contents_item_catchcopy{
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.1;
  /*filter: drop-shadow(0px 0px 4px black);*/
  filter: drop-shadow(0px 0px 4px black) drop-shadow(0px 0px 4px black);
  position: absolute;
  right: 10px;
  top: -50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 1;
}

.bar_contents_item_title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.764;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bar_contents_item_title:after{
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bar_contents_item_title.lg{
  font-size: 18px;
}
.bar_contents_item_txt{
  letter-spacing: 0.01em;
  line-height: 2.25;
  text-align: justify;
}

/* メニュー */
.bar_menu_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
  margin-top: 50px;
}
.bar_menu_links_item{
  width: 50%;
  padding: 0 5px;
}
.bar_menu_links_item_inner{
  position: relative;
}
.bar_menu_links_item_title{
  width: 100%;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  filter: drop-shadow(0px 0px 4px black);
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transform: translate(0, -34%);
  transform: translate(0, -34%);
}
.bar_menu_links_item_title_txt1{
  font-size: 2.9166em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  
}
.bar_menu_links_item_title_txt1:first-letter{
  /*color: #008aff;*/
}
.bar_menu_links_item_title_txt2{
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6;
  filter: drop-shadow(0px 0px 4px black);
}
.bar_menu_links_item_img_box{
  position: relative;
  z-index: 1;
}
.bar_menu_links_item_img_box:after{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/menu_img_cover.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bar_menu_links_item_img{
  
}
.bar_menu_links_item_img.img_fit:before{
  padding-top: 136%;
}
.bar_menu_links_item_img:after{
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px solid #FFF;
  pointer-events: none;
}


/* スタッフ */
.bar_staff_all{
  margin-bottom: 30px;
}
.bar_staff_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.bar_staff_item{
  width: 50%;
  padding: 0 10px;
}
.bar_staff_item_img{
  margin: 0 0;
}
.bar_staff_item_img.img_fit:before{
  /*padding-top: 123.333%;*/
  padding-top: 100%;
}
.bar_staff_item_name{
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.bar_staff_item_txt{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  /**/
  .bar_contents_item_box2{
    margin-top: 15px;
  }
  .bar_contents_item_title{
    font-size: 16px;
  }
  
  
  .bar_menu_links_item_title{
    top: -25px;
    transform: none;
  }
  .bar_menu_links_item_title_txt1{
    font-size: 30px;
  }
  
  /* スタッフ */
  .bar_staff_item:nth-child(n+3){
    margin-top: 30px;
  }
  
  
}
@media (min-width:768px){
  
  .pg_bar{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/bar_bg.jpg');
  }

  .pg_bar .section.sec1{
  }
  .pg_bar .section.sec2{
    margin-top: 100px;
    padding-top: 75px;
    background-position: calc(50vw + -60px) 0;
  }
  .pg_bar .section.sec3{
    margin-top: 70px;
  }
  .pg_bar .section.sec4{
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  
  /* 見出し */
  .bar_tt1{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .bar_tt2{
    font-size: 32px;
  }
  
  /* コンテンツ */
  .bar_contents_wrap{
    
  }
  .bar_contents_item{
  }
  .bar_contents_item + .bar_contents_item{
    margin-top: 100px;
  }
  .bar_contents_item_box1{
    width: 45%;
    position: relative;
  }
  .bar_contents_item_box2{
    width: 52%;
  }
  .bar_contents_item_img{
    width: 400px;
  }
  .bar_contents_item_catchcopy{
    font-size: 26px;
    right: 15px;
    top: -105px;
  }
  .bar_contents_item_title{
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .bar_contents_item_title:after{
    width: 100vw;
  }
  .bar_contents_item_title.lg{
    font-size: 26px;
    padding-bottom: 40px;
    margin-bottom: 32px;
  }
  .bar_contents_item_txt{
    letter-spacing: 0.075em;
  }
  .bar_contents_item_txt.lg{
    font-size: 18px;
    line-height: 1.8;
  }
  
  .bar_contents_item:nth-child(odd) .bar_contents_item_box1{
    
  }
  .bar_contents_item:nth-child(odd) .bar_contents_item_box2{
    
  }
  .bar_contents_item:nth-child(even) .bar_contents_item_box1{
    order: 2;
  }
  .bar_contents_item:nth-child(even) .bar_contents_item_box2{
    order: 1;
  }
  
  .bar_contents_item_img.img_fit{
    position: absolute;
    bottom: 0;
  }
  .bar_contents_item:nth-child(odd) .bar_contents_item_img{
    right: 0;
  }
  .bar_contents_item:nth-child(even) .bar_contents_item_img{
    left: 0;
  }
  .bar_contents_item:nth-child(odd) .bar_contents_item_title:after{
    left: 0;
  }
  .bar_contents_item:nth-child(even) .bar_contents_item_title:after{
    left: auto;
    right: 0;
  }
  
  /* メニュー */
  .bar_menu_links{
    margin: 0 -5px;
    margin-top: 70px;
  }
  .bar_menu_links_item{
    width: 50%;
    padding: 0 5px;
  }
  .bar_menu_links_item_title{
    font-size: 17px;
  }
  .bar_menu_links_item_title_txt1{
  }
  .bar_menu_links_item_title_txt2{
  }
  .bar_menu_links_item_img{

  }
  .bar_menu_links_item_img:after{
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  
  /* スタッフ */
  .bar_staff_wrap{
    margin: 0 -10px;
  }
  .bar_staff_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .bar_staff_item:nth-child(n+4){
    margin-top: 50px;
  }
  .bar_staff_item_img{
    margin: 0 25px;
  }
  .bar_staff_item_name{
    font-size: 16px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .bar_staff_item_txt{
  }

  
  
}


@media (min-width:768px) and (max-width:1023px){
  
  .bar_contents_item_img.img_fit{
    top: 115px;
    bottom: auto;
  }
  .bar_contents_item:nth-child(even) .bar_contents_item_img{
    top: 0;
  }
}
@media (min-width:1024px){
  
  .bar_menu_links_item_title{
    font-size: 20px;
    -webkit-transform: translate(0, -27%);
    transform: translate(0, -27%);
  }
}
@media (min-width:1200px){
  
  .pg_bar{
    padding-top: 100px;
    padding-bottom: 200px;
  }
  
  .pg_bar .section.sec1{
  }
  .pg_bar .section.sec2{
    margin-top: 120px;
    padding-top: 275px;
    background-position: calc(50vw - -75px) 80px;
  }
  .pg_bar .section.sec3{
    margin-top: 140px;
  }
  .pg_bar .section.sec4{
    margin-top: 90px;
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .pg_bar .section.sec5{
    margin-top: 20px;
    padding-top: 75px;
  }
  
  
  /* 見出し */
  .bar_tt1{
    font-size: 60px;
    margin-bottom: 35px;
  }
  .bar_tt2{
    font-size: 50px;
  }
  
  .pg_bar .section.sec5 .bar_tt1{
    margin-bottom: 55px;
  }
  
  /* コンテンツ */
  .bar_contents_wrap{
    
  }
  .bar_contents_item{
    align-items: flex-end;
    min-height: 755px;
  }
  .bar_contents_item + .bar_contents_item{
    margin-top: 140px;
  }
  .bar_contents_item_box1{
    width: 42.79%;
  }
  .bar_contents_item_box2{
    width: 48.64%;
  }
  
  .bar_contents_item:nth-child(even) .bar_contents_item_box2 {
    width: 51.4%;
  }
  
  .bar_contents_item_img{
    width: 880px;
    margin-bottom: 5px;
  }
  .bar_contents_item_catchcopy{
    font-size: 51px;
    right: 15px;
    top: -105px;
  }
  .bar_contents_item_title{
    font-size: 34px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .bar_contents_item_title.lg{
    font-size: 40px;
  }
  .bar_contents_item_txt{
  }
  
  .bar_contents_item_txt.lg{
    font-size: 20px;
  }
  
  /* メニュー */
  .bar_menu_links{
    margin: 0 5px;
    margin-top: 100px;
  }
  .bar_menu_links_item{
    width: 50%;
    padding: 0 25px;
  }
  .bar_menu_links_item_title{
    font-size: 24px;
  }
  .bar_menu_links_item_title_txt1{
  }
  .bar_menu_links_item_title_txt2{
  }
  .bar_menu_links_item_img{

  }
  
  .bar_menu_links + .read_more{
    margin-top: 80px;
  }
  
  /* スタッフ */
  .bar_staff_wrap{
    margin: 0 -15px;
    margin-top: 60px;
  }
  .bar_staff_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .bar_staff_item:nth-child(n+4){
    margin-top: 95px;
  }
  .bar_staff_item_img{

  }
  .bar_staff_item_name{
    font-size: 20px;
  }
  .bar_staff_item_txt{
  }
}

@media (min-width:1920px){
  .pg_bar{
    background-size: 100% auto;
  }
}
  


/*******************************
*　BAR(メニュー)
********************************/
.body_snowDropJustyMenu .pg_header{
  margin-bottom: 0;
}
.body_snowDropJustyMenu .footer{
  margin-top: 30px;
}
.pg_bar_menu{
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/bar_bg2.jpg');
  background-repeat: repeat-y;
  background-position: center top;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
.pg_bar_menu .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_bar_menu .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_bar_menu .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

/* カテゴリ */
.bar_menu_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.bar_menu_nav_item{
  width: 33.333%;
  padding: 0 5px;
}
.bar_menu_nav_item a{
  display: block;
  background: #FFF;
  color: #181818;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: center;
  padding: 12px 5px;
  position: relative;
}
.bar_menu_nav_item a:after{
  /*content: "\f078";*/
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 見出し */
.bar_menu_tt1{
  position: relative;
  /*background: #008aff;*/
  background: #000000;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  padding: 16px 10px;
  margin-bottom: 50px;
}
.bar_menu_tt1_en{
  font-size: 1.3125em;
  font-weight: 500;
}
.bar_menu_tt1_ja{
  width: 200px;
  font-size: 1em;
  font-weight: 500;
  color: #181818;
  background: #FFF;
  padding: 6px 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.bar_menu_tt2{
  background: #e5e5e5;
  color: #181818;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
  padding: 16px 10px;
  margin-bottom: 20px;
}
.bar_menu_tt2.red{
  background: #d89d9d;
}

.bar_menu_tt3{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 15px;
}
.bar_menu_tt3:before,
.bar_menu_tt3:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #515152;
}
.bar_menu_tt3:before{
  margin-right: 15px;
}
.bar_menu_tt3:after{
  margin-left: 15px;
}

.bar_menu_tt3.md{
  margin-left: auto;
  margin-right: auto;
  width: 540px;
  max-width: 100%;
}

.bar_menu_desc{
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 53px;
}
.bar_menu_tt1 + .bar_menu_desc{
  /*margin-top: -20px;*/
}

.bar_menu_desc2{
  font-size: 16px;
  letter-spacing: 0.075em;
  text-align: center;
  border-top: 2px solid #dcdcdc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
}

.bar_menu_price_rows + .bar_menu_desc{
  margin-top: 30px;
}

/* 料金表(レイアウト用) */
.bar_menu_price_rows .bar_menu_tt2{
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
}

.bar_menu_price_rows{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.bar_menu_price_rows + .bar_menu_price_rows{
  margin-top: 30px;
}
.bar_menu_price_rows_col{
  width: 100%;
  padding: 0 5px;
}
.bar_menu_price_rows_col.half{
  width: 100%;
}

/* 料金表(金額部分) */
.bar_menu_price_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.bar_menu_price_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.075em;
  width: 100%;
  padding: 0 5px;
  position: relative;
}
.bar_menu_price_item:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  margin-top: 8px;
}
.bar_menu_price_item_box1{
  
}
.bar_menu_price_item_box2{
  margin-left: auto;
}

.bar_menu_price_dl_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bar_menu_price_dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bar_menu_price_dl + .bar_menu_price_dl{
  margin-left: 15px;
}
.bar_menu_price_dt{
  width: 60px;
  text-align: left;
}
.bar_menu_price_dd{
  
  text-align: right;
  margin-left: auto;
}
.bar_menu_price_dt + .bar_menu_price_dd{
  width: 80px;
}
/* ギャラリー */
.bar_menu_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 30px;
}
.bar_menu_gallery_item{
  width: 33.333%;
  padding: 0 5px;
}
.bar_menu_gallery_item:nth-child(n+4){
  margin-top: 10px;
}
.bar_menu_gallery_item_img{
  
}
.bar_menu_gallery_item_img.img_fit:before{
  padding-top: 80%;
}


/* コピー用 */
@media (max-width:374px){
  
  .bar_menu_desc{
    font-size: 13px;
  }
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .bar_menu_price_item:nth-child(n+2){
    margin-top: 10px;
  }
  .bar_menu_price_rows_col{
    margin-top: 10px;
  }
  
  .bar_menu_price_rows_col + .bar_menu_price_rows_col{
    margin-top: 10px;
  }
  .bar_menu_price_rows_col + .bar_menu_price_rows_col .bar_menu_tt3{
    margin-top: 30px;
  }
  
  .bar_menu_tt1_ja{
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 80%;
    bottom: auto;
  }
  
  .bar_menu_desc{
    
  }
  
  .pg_bar_menu{
    background-size: 100% auto;
    background-repeat: repeat-y;
    /*position: relative;*/
    /*z-index: 0;*/
  }
}
@media (min-width:768px){
  .pg_bar_menu{
    background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/bar_bg.jpg');
  }
  .pg_bar_menu .section.sec1{
  }
  .pg_bar_menu .section.sec2{
    margin-top: 70px;
  }
  .pg_bar_menu .section.sec3{
    margin-top: 70px;
  }
  .pg_bar_menu .section.sec4{
    margin-top: 70px;
  }
  
  /* カテゴリ */
  .bar_menu_nav{
    margin: 0 -5px;
  }
  .bar_menu_nav_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .bar_menu_nav_item a{
    font-size: 15px;
  }
  .bar_menu_nav_item a:after{
    right: 18px;
  }
  
  /* 見出し */
  .bar_menu_tt1{
    font-size: 16px;
    margin-bottom: 50px;
  }
  .bar_menu_tt1_en{
  }
  .bar_menu_tt1_ja{
    width: 420px;
  }
  
  .bar_menu_tt2{
    font-size: 18px;
    margin-bottom: 35px;
  }
  .bar_menu_tt3{
    font-size: 16px;
    margin-bottom: 22px;
  }
  
  .bar_menu_desc{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .bar_menu_tt1 + .bar_menu_desc{
    /*margin-top: -40px;*/
  }
  
  .bar_menu_desc2{
    font-size: 20px;
    padding-top: 38px;
    padding-bottom: 28px;
    margin-top: 30px;
  }
  
  /* 料金表(レイアウト用) */
  .bar_menu_price_rows .bar_menu_tt2{
    width: calc(100% - 10px);
  }

  .bar_menu_price_rows{
    margin: 0 -5px;
  }
  .bar_menu_price_rows + .bar_menu_price_rows{
    margin-top: 40px;
  }
  .bar_menu_price_rows_col{
    padding: 0 5px;
  }
  
  .bar_menu_price_rows_col:not(.half)+.bar_menu_price_rows_col:not(.half){
    margin-top: 50px;
  }
  
  .bar_menu_price_rows_col.half{
    width: 50%;
  }
  .bar_menu_price_rows_col.half:nth-child(n+4){
    margin-top: 30px;
  }

  /* 料金表(金額部分) */
  .bar_menu_price_items{
    margin: 0 -5px;
  }
  .bar_menu_price_item{
    padding: 0 5px;
  }
  .bar_menu_price_item:nth-child(n+2){
    margin-top: 20px;
  }
  .bar_menu_price_item_box1{

  }
  .bar_menu_price_item_box2{

  }

  .bar_menu_price_dl_box{
  }
  .bar_menu_price_dl{
    /*width: 190px;*/
  }
  .bar_menu_price_dl + .bar_menu_price_dl{
    margin-left: 15px;
  }
  .bar_menu_price_dt{
    width: 60px;
  }
  .bar_menu_price_dd{

  }
  .bar_menu_price_dt + .bar_menu_price_dd{
    width: 80px;
  }
  
  /* ギャラリー */
  .bar_menu_gallery{
    margin: 0 -5px;
    margin-top: 50px;
  }
  .bar_menu_gallery_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .bar_menu_gallery_item_img{

  }
  .bar_menu_gallery_item:nth-child(n+4){
    margin-top: 10px;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_bar_menu{
    padding-top: 100px;
    padding-bottom: 340px;
  }
  .pg_bar_menu .section.sec1{
  }
  .pg_bar_menu .section.sec2{
    margin-top: 185px;
  }
  .pg_bar_menu .section.sec3{
    margin-top: 160px;
  }
  .pg_bar_menu .section.sec4{
    margin-top: 160px;
  }
  
  /* カテゴリ */
  .bar_menu_nav{
    margin: 0 -15px;
    margin-top: 100px;
  }
  .bar_menu_nav_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .bar_menu_nav_item a{
    font-size: 18px;
  }
  
  /* 見出し */
  .bar_menu_tt1{
    font-size: 16px;
    margin-bottom: 50px;
  }
  .bar_menu_tt1_en{
  }
  .bar_menu_tt1_ja{
    width: 540px;
  }
  
  .bar_menu_tt2{
    
  }
  
  .bar_menu_tt3.md:before{
    margin-right: 40px;
  }
  .bar_menu_tt3.md:after{
    margin-left: 40px;
  }
  
  .bar_menu_desc{
    font-size: 18px;
    margin-bottom: 53px;
  }
  .bar_menu_tt1 + .bar_menu_desc{
    /*margin-top: -70px;*/
  }
  .bar_menu_desc2{
    font-size: 22px;
    padding-top: 38px;
    padding-bottom: 28px;
    margin-top: 60px;
  }
  
  
  /* 料金表(レイアウト用) */
  .bar_menu_price_rows .bar_menu_tt2{
    width: calc(100% - 30px);
  }

  .bar_menu_price_rows{
    margin: 0 -15px;
  }
  .bar_menu_price_rows + .bar_menu_price_rows{
    margin-top: 60px;
  }
  .bar_menu_price_rows_col{
    padding: 0 15px;
  }
  
  
  .bar_menu_price_rows_col.half{
  }
  .bar_menu_price_rows_col.half:nth-child(n+4){
    margin-top: 38px;
  }

  /* 料金表(金額部分) */
  .bar_menu_price_items{
    margin: 0 -15px;
  }
  .bar_menu_price_item{
    padding: 0 15px;
  }
  .bar_menu_price_item:nth-child(n+2){
    margin-top: 23px;
  }
  .bar_menu_price_item_box1{

  }
  .bar_menu_price_item_box2{

  }

  .bar_menu_price_dl_box{
  }
  .bar_menu_price_dl{
    /*width: 190px;*/
  }
  .bar_menu_price_dl + .bar_menu_price_dl{
    margin-left: 85px;
  }
  .bar_menu_price_dt{
    width: 90px;
  }
  .bar_menu_price_dd{
    padding-right: 8px;
  }
  
  .bar_menu_price_dt + .bar_menu_price_dd{
    width: 100px;
  }
  
  /* ギャラリー */
  .bar_menu_gallery{
    margin: 0 -15px;
    margin-top: 80px;
  }
  .bar_menu_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .bar_menu_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }
  .bar_menu_gallery_item_img{

  }
  
}

@media (min-width:1920px){
  .pg_bar_menu{
    background-size: 100% auto;
  }
}


/*******************************
*　カレーパン
********************************/
.body_curryBread .footer{
  margin-top: 30px;
}

.pg_curry{
  
}
.pg_curry .section.sec1{
}
.pg_curry .section.sec2{
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/curry_bg1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f0e7d8;
}
.pg_curry .section.sec3{
  background-color: #e2d7c6;
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/curry_bg2.jpg');
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pg_curry .section.sec4{
  background-color: #f1e7d8;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}

.zenmaru{
  font-family: 'Zen Maru Gothic', sans-serif;
}

/* 見出し */
.curry_tt1{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e6b5a;
  font-size: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
}
.curry_tt1:before,
.curry_tt1:after{
  content: "";
  width: 110px;
  height: 2px;
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/curry_tt1_bdr.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-top: 3px;
}
.curry_tt1:before{
  margin-right: 15px;
}
.curry_tt1:after{
  margin-left: 15px;
}

.curry_tt2_box{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.curry_tt2_box:before{
  content: "";
  width: 669px;
  max-width: 100%;
  height: 12px;
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/curry_tt2_bdr.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.curry_tt2{
  background: #FFF;
  color: #7e6b5a;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.curry_tt2_box.bdr_lg:before{
  content: "";
  width: 790px;
}
.curry_tt2_box.bdr_lg .curry_tt2{
  padding-left: 0px;
  padding-right: 0px;
}

/* 概要 */
.curry_about_wrap{
  /*display: flex;*/
  /*justify-content: center;*/
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.curry_about_box1{
  font-size: 12px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
  color: #7e6b5a;
  filter: drop-shadow(0px 0px 3px #f0e7d8);
}
.curry_about_txt1{
  font-size: 1.423em;
  letter-spacing: 0.075em;
}
.curry_about_txt2{
  font-size: 2.5em;
}
.curry_about_txt3{
  font-size: 1em;
  letter-spacing: 0.075em;
  line-height: 2.153;
  padding-top: 2em;
}

/* こだわり */
.curry_kodawari_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.curry_kodawari_item{
  width: 100%;
  padding: 0 5px;
}
.curry_kodawari_inner{
  background: #FFF;
  border-radius: 30px;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: relative;
  overflow: hidden;
  padding: 20px 15px 0;
  box-shadow: 0 0 7px 2px #ccc;
}
.curry_kodawari_item_num{
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #7e6b5a;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 30px;
  padding: 16px 18px 18px 18px;
}
.curry_kodawari_item_title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #7e6b5a;
  margin-bottom: 6px;
}
.curry_kodawari_item_title:after{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #666666;
  margin-top: 12px;
}
.curry_kodawari_item_txt{
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: justify;
  color: #7e6b5a;
}
.curry_kodawari_item_img{
  margin: 0 -15px;
  margin-top: 15px;
}
.curry_kodawari_item_img.img_fit:before{
  padding-top: 65.71%;
}

.curry_kodawari_wrap.type2{
  margin: 0;
}
.curry_kodawari_wrap.type2 .curry_kodawari_inner{
  padding: 20px 10px;
  border: 1px solid #816f5f;
  box-shadow: none;
}
.curry_kodawari_wrap.type2 .curry_kodawari_item_title{
  
}
.curry_kodawari_wrap.type2 .curry_kodawari_item_txt{
  line-height: 1.625;
}

/* クリームパン */
.curry_creambread_wrap{
  background: #FFF;
  border-radius: 50px;
  border: 2px solid #674637;
  padding: 20px 10px;
  margin: 30px 0;
}
.curry_creambread_item1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.curry_creambread_item1_box1{
  width: 100%;
}
.curry_creambread_item1_box2{
  width: 100%;
}
.curry_creambread_item1_title{
  font-size: 18px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #7e6b5a;
  margin-bottom: 10px;
}
.curry_creambread_item1_title:after{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #666666;
  margin-top: 12px;
}
.curry_creambread_item1_txt{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.875;
  text-align: justify;
  color: #7e6b5a;
}
.curry_creambread_item1_img img{
  border-radius: 20px
}
.curry_creambread_item1_img.img_fit:before{
  padding-top: 71.57%;
}

/* バナー */
.curry_banner{
  filter: drop-shadow(0px 0px 3px #999);
}
.curry_banner + .curry_banner{
  margin-top: 10px;
}

/* コピー用 */
@media (max-width:374px){
  
  .curry_kodawari_item_txt{
    letter-spacing: 0.02em;
  }
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .pg_curry .section.sec2{
    background-size: auto 300px;
  }
  
  .curry_kodawari_item:nth-child(n+2){
    margin-top: 20px;
  }
  
  .curry_creambread_item1_box2{
    margin-top: 15px;
  }
  
  
  
}
@media (min-width:768px){
  .pg_curry{

  }
  .pg_curry .section.sec1{
  }
  .pg_curry .section.sec2{
    margin-top: 70px;
    background-size: 1024px auto;
  }
  .pg_curry .section.sec3{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_curry .section.sec4{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  /* 見出し */
  .curry_tt1{
    font-size: 36px;
    margin-bottom: 30px;
  }
  .curry_tt1:before,
  .curry_tt1:after{
    width: 216px;
    height: 5px;
    margin-top: 8px;
  }
  .curry_tt1:before{
    margin-right: 15px;
  }
  .curry_tt1:after{
    margin-left: 15px;
  }

  .curry_tt2_box{
    margin-bottom: 20px;
  }
  .curry_tt2{
    font-size: 26px;
  }
  
  /* 概要 */
  .curry_about_wrap{
  }
  .curry_about_box1{
    font-size: 16px;
  }
  .curry_about_txt1{
  }
  .curry_about_txt2{
  }
  .curry_about_txt3{
  }
  
  /* こだわり */
  .curry_kodawari_wrap{
    margin: 0 -5px;
    margin-top: 50px;
  }
  .curry_kodawari_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .curry_kodawari_inner{
    padding: 30px 15px 0 15px;
    height: 100%;
  }
  .curry_kodawari_item_num{
    font-size: 30px;
    padding: 15px 10px 15px 10px;
  }
  .curry_kodawari_item_title{
    font-size: 17px;
  }
  .curry_kodawari_item_title:after{
    width: 50px;
  }
  .curry_kodawari_item_txt{
  }
  .curry_kodawari_item_img{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
  }
  
  .curry_kodawari_wrap.type2{
    
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_inner{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_item_num{
    font-size: 24px;
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_item_title{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_item_txt{
    font-size: 14px;
  }
  
  
  /* クリームパン */
  .curry_creambread_wrap{
    padding: 30px 20px;
    margin: 50px 0;
  }
  .curry_creambread_item1{
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .curry_creambread_item1_box1{
    width: 48.46%;
  }
  .curry_creambread_item1_box2{
    width: 48.46%;
  }
  .curry_creambread_item1_title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .curry_creambread_item1_title:after{
    width: 50px;
  }
  .curry_creambread_item1_txt{

  }
  .curry_creambread_item1_img img{
  }
  
  /* バナー */
  .curry_banner{

  }
  .curry_banner + .curry_banner{
    margin-top: 30px;
  }
}
@media (min-width:1024px){
  
  .pg_curry .section.sec2{
    background-size: 1200px auto;
  }
  .curry_kodawari_item_title{
    font-size: 20px;
  }
  .curry_creambread_item1_title{
    font-size: 24px;
  }
  
  
  .curry_kodawari_wrap.type2 .curry_kodawari_item_title{
    font-size: 20px;
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_item_txt{
    font-size: 16px;
  }
  
}
@media (min-width:1200px){
  
  .pg_curry .section.sec1{
  }
  .pg_curry .section.sec2{
    max-width: 1920px;
    margin: 160px auto 0;
    background-size: auto;
    position: relative;
  }
  .pg_curry .section.sec2:before{
    content: "";
    width: 100vw;
    height: 100%;
    background: #f0e7d8;
    position: absolute;
    z-index: -1;
    top: 95px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .pg_curry .section.sec3{
    padding-top: 110px;
    padding-bottom: 105px;
  }
  .pg_curry .section.sec4{
    padding-top: 115px;
    padding-bottom: 200px;
  }
  
  /* 見出し */
  .curry_tt1{
    font-size: 60px;
    margin-bottom: 40px;
  }
  .curry_tt1:before,
  .curry_tt1:after{
  }
  .curry_tt1:before{
    margin-right: 15px;
  }
  .curry_tt1:after{
    margin-left: 15px;
  }

  .curry_tt2_box{
    margin-bottom: 20px;
  }
  .curry_tt2_box.mb35{
    margin-bottom: 35px;
  }
  .curry_tt2{
    font-size: 37px;
  }
  
  /* 概要 */
  .curry_about_wrap{
    padding-top: 20px;
  }
  .curry_about_box1{
    font-size: 26px;
  }
  .curry_about_txt1{
    
  }
  .curry_about_txt2{
    padding-top: 20px;
    margin-right: 20px;
  }
  .curry_about_txt3{
    padding-top: 85px;
    margin-right: 55px;
  }
  
  /* こだわり */
  .curry_kodawari_wrap{
    margin: 0 -15px;
    margin-top: 70px;
  }
  .curry_kodawari_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .curry_kodawari_inner{
    padding: 38px 15px 0 15px;
  }
  .curry_kodawari_item_num{
    font-size: 50px;
    padding: 10px 15px 18px 20px;
  }
  .curry_kodawari_item_title{
    font-size: 24px;
  }
  .curry_kodawari_item_txt{
  }
  .curry_kodawari_item_img{
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .curry_kodawari_wrap.type2{
    
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_inner{
    padding: 25px 20px 20px;
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_item_num{
    font-size: 43.54px;
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_item_title{
    font-size: 22px;
  }
  .curry_kodawari_wrap.type2 .curry_kodawari_item_txt{
    font-size: 16px;
  }
  
  /* クリームパン */
  .curry_creambread_wrap{
    padding: 60px 42px 90px;
    margin: 135px 0 125px;
  }
  .curry_creambread_item1{
    padding: 30px 20px;
  }
  .curry_creambread_item1_box1{
    width: 48.46%;
    padding-top: 25px;
  }
  .curry_creambread_item1_box2{
    width: 48.46%;
  }
  .curry_creambread_item1_title{
    font-size: 30px;
  }
  .curry_creambread_item1_title:after{
    
  }
  .curry_creambread_item1_txt{

  }
  .curry_creambread_item1_img img{
  }
  
  /* バナー */
  .curry_banner{

  }
  .curry_banner + .curry_banner{
    margin-top: 78px;
  }
}



/*******************************
*　エステ
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  margin-top: 50px;
}
.pg_xxx .section.sec3{
  margin-top: 50px;
}
.pg_xxx .section.sec4{
  margin-top: 50px;
}

.esthe_contact_section{
  background: #fff1e7;
  padding: 20px 0 30px;
}
.esthe_contact_section .esthe_tt1 strong{
  color: #7a6f2e;
}
.esthe_contact_section .esthe_tt1{
  margin-bottom: 30px !important;
}



/* 見出し */
.esthe_tt1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #7a6f2e;
  position: relative;
  margin-bottom: 30px;
}
.esthe_tt1:before,
.esthe_tt1:after{
  content: "";
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
}
.esthe_tt1:before{
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/esthe_tt1_icon1.png');
  margin-right: 15px;
}
.esthe_tt1:after{
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/esthe_tt1_icon2.png');
  margin-left: 15px;
}
.esthe_tt1 strong{
  position: absolute;
  top: 104%;
  left: 0;
  width: 100%;
  font-size: 0.3166em;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #181818;
}

.esthe_tt2{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  background: #7a6f2e;
  color: #FFF;
  text-align: center;
  padding: 16px 5px;
  margin-bottom: 20px;
}

/* 予約 */
.esthe_contact_wrap{
  background: #FFF;
  color: #7a6f2e;
  padding: 20px 15px;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.esthe_contact_txt1{
  font-size: 1em;
  margin-bottom: 15px;
}
.esthe_contact_txt2{
  font-size: 2.25em;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
.esthe_contact_txt3{
  font-size: 0.7385em;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.esthe_contact_line{
  text-align: center;
}

.esthe_contact_items{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.esthe_contact_item{
  width: 100%;
}
.esthe_contact_item_title{
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
  
}
@media (max-width:767px){
  
  .esthe_tt1 strong{
    font-size: 0.6em;
  }
  
  .esthe_contact_item + .esthe_contact_item{
    margin-top: 20px;
    padding-top: 20px;
  }
  .esthe_contact_item:nth-child(even){
    border-top: 1px solid #9c9c9c;
  }
  .esthe_contact_line img{
    width: 180px;
  }
}
@media (min-width:768px){
  
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
    margin-top: 70px;
  }
  .pg_xxx .section.sec3{
    margin-top: 70px;
  }
  .pg_xxx .section.sec4{
    margin-top: 70px;
  }
  .esthe_contact_section{
    padding: 30px 0 50px;
  }
  
  /* 見出し */
  .esthe_tt1{
    font-size: 40px;
    margin-bottom: 40px;
  }
  .esthe_tt1:before,
  .esthe_tt1:after{
    width: 40px;
    height: 40px;
    margin-bottom: -4px;
  }
  .esthe_tt1:before{
    margin-right: 25px;
  }
  .esthe_tt1:after{
    margin-left: 25px;
  }
  
  .esthe_contact_section .esthe_tt1{
    margin-bottom: 40px !important;
  }
  
  .esthe_tt2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  /* 予約 */
  .esthe_contact_wrap{
    padding: 20px 15px;
    font-size: 18px;
  }
  .esthe_contact_txt1{
    margin-bottom: 15px;
  }
  .esthe_contact_txt2{
  }
  .esthe_contact_txt3{
    /*margin-top: 15px;*/
  }
  
  .esthe_contact_items{
    
  }
  .esthe_contact_item{
    width: 50%;
  }
  .esthe_contact_item:nth-child(odd){
    border-right: 1px solid #9c9c9c;
  }
  .esthe_contact_item_title{
    font-size: 18px;
  }
  .esthe_contact_line{
    margin-top: 15px;
  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
    margin-top: 100px;
  }
  .pg_xxx .section.sec3{
    margin-top: 100px;
  }
  .pg_xxx .section.sec4{
    margin-top: 100px;
  }
  .esthe_contact_section{
    padding: 55px 0 85px;
  }

  
  /* 見出し */
  .esthe_tt1{
    font-size: 60px;
    margin-bottom: 55px;
  }
  .esthe_tt1:before,
  .esthe_tt1:after{
    width: 58px;
    height: 58px;
    margin-bottom: -8px;
  }
  .esthe_tt1:before{
    margin-right: 28px;
  }
  .esthe_tt1:after{
    margin-left: 28px;
  }
  
  .esthe_tt1.wide:before{
    margin-right: 90px;
  }
  .esthe_tt1.wide:after{
    margin-left: 90px;
  }
  .esthe_contact_section .esthe_tt1{
    margin-bottom: 55px !important;
  } 
  
  .esthe_tt2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  /* 予約 */
  .esthe_contact_wrap{
    /*padding: 15px;*/
    font-size: 20px;
  }
  .esthe_contact_txt1{
  }
  .esthe_contact_txt2{
  }
  .esthe_contact_txt3{
  }
}

/*******************************
*　エステ(料金表)
********************************/
.body_prettyWomanPrice .footer{
  margin-top: 30px;
}

.pg_esthe_menu{
  
}
.pg_esthe_menu .section.sec1{
  
}
.pg_esthe_menu .section.sec2{
  margin-top: 50px;
}
.pg_esthe_menu .section.sec3{
  margin-top: 50px;
}
.pg_esthe_menu .section.sec4{
  margin-top: 50px;
}

.esthe_contact_section{
  background: #fff1e7;
  padding: 20px 0 30px;
}
.esthe_contact_section .esthe_tt1 strong{
  color: #7a6f2e;
}


/* カテゴリ */
.bar_menu_nav.esthe{
  
}
.bar_menu_nav.esthe .bar_menu_nav_item{
  width: 50%;
}
.bar_menu_nav.esthe .bar_menu_nav_item a{
  background: #7a6f2e;
  color: #f4ddcd;
}


/* 見出し */
.bar_menu_tt1.esthe{
  background: #7a6f2e;
}
.bar_menu_tt1.esthe{
  
}
.bar_menu_tt1.esthe .bar_menu_tt1_en{
  color: #FFF;
  letter-spacing: 0.075em;
}
.bar_menu_tt1.esthe .bar_menu_tt1_ja{
  background: #f0f0f0;
}

.bar_menu_tt1.esthe + .bar_menu_desc {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border: 2px solid #e17c7c;
  padding: 14px 10px;
}

.esthe_menu_desc {
  text-align: center;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}

/* 料金表(金額) */
.bar_menu_price_items.esthe .bar_menu_price_item:after{
  background: #7a6f2e;
}

.esthe_menu_price_rows{
  
}
.esthe_menu_price_rows + .esthe_menu_price_rows{
  margin-top: 50px;
}

/* 料金表(テーブル) */

.esthe_tbl_wrap{
  overflow: auto;
}
.esthe_tbl{
  width: 760px;
}
.esthe_tbl + .esthe_tbl{
  margin-top: 3px;
}
.esthe_tbl .fw900{
  font-weight: 900;
}
.esthe_tbl .fs15{
}

.esthe_tbl .table_rows_th,
.esthe_tbl .table_rows_td{
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.875;
  text-align: center;
  padding: 5px 2px;
  border: 1px solid #777777;
}
.esthe_tbl .table_rows_th{
  background-color: #b8b186;
}
.esthe_tbl .table_rows_td{
  
}
.esthe_tbl_head{
  
}
.esthe_tbl_head .table_rows_th,
.esthe_tbl_head .table_rows_td{
  font-size: 11px;
  padding: 10px 5px;
}
.esthe_tbl_head .table_rows_th{
  background: #FFF;
}
.esthe_tbl_head .table_rows_td{
  background: #f3f3f3;
}

.esthe_tbl_head2{
  
}
.esthe_tbl_head2 .table_rows_th,
.esthe_tbl_head2 .table_rows_td{
  background: #eed0f4;
}
.esthe_tbl_head2{
  
}

.esthe_tbl_head.slim .table_rows_th, 
.esthe_tbl_head.slim .table_rows_td{
  padding-top: 5px;
  padding-bottom: 5px;
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .bar_menu_nav.esthe .bar_menu_nav_item{
    width: 100%;
  }
  
}
@media (min-width:768px){
  
  .pg_esthe_menu .section.sec1{
  }
  .pg_esthe_menu .section.sec2{
    margin-top: 70px;
  }
  .pg_esthe_menu .section.sec3{
    margin-top: 70px;
  }
  .pg_esthe_menu .section.sec4{
    margin-top: 70px;
  }
  .pg_esthe_menu{
    padding: 30px 0 50px;
  }
  
  
  
  /* 見出し */
  .bar_menu_tt1.esthe + .bar_menu_desc {
    font-size: 16px;
  }
  .esthe_menu_desc {
    margin-bottom: 32px;
  }
  
  .esthe_menu_price_rows + .esthe_menu_price_rows{
    margin-top: 70px;
  }
  .bar_menu_price_items.esthe .bar_menu_price_dt{
    text-align: right;
  }
  
  /* 料金表(テーブル) */
  .esthe_tbl{
    width: 1000px;
  }
  .esthe_tbl .table_rows_th,
  .esthe_tbl .table_rows_td{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .esthe_tbl_head .table_rows_th,
  .esthe_tbl_head .table_rows_td{
    font-size: 12px;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_esthe_menu .section.sec1{
  }
  .pg_esthe_menu .section.sec2{
    margin-top: 180px;
  }
  .pg_esthe_menu .section.sec3{
    margin-top: 120px;
  }
  .pg_esthe_menu .section.sec4{
    margin-top: 200px;
  }
  .esthe_contact_section{
    padding: 55px 0 85px;
  }

  
  /* 見出し */
  .bar_menu_tt1.esthe + .bar_menu_desc{
    /*margin-top: -50px;*/
    margin-bottom: 57px;
  }
  
  .esthe_menu_price_rows + .esthe_menu_price_rows{
    margin-top: 100px;
  }
  
  .bar_menu_price_items.esthe .bar_menu_price_item:nth-child(n+2){
    margin-top: 43px;
  }
  
  /* 料金表(テーブル) */
  .esthe_tbl{
    width: 100%;
  }
  .esthe_tbl .table_rows_th,
  .esthe_tbl .table_rows_td{
    font-size: 16px;
  }
  
  .esthe_tbl .th_sz1{
    width: 125px;
  }
  .esthe_tbl .th_sz2{
    width: 245px;
  }
  .esthe_tbl .fs15{
    font-size: 15px;
  }
  
  /* ギャラリー */
  .esthe_menu_price_rows + .bar_menu_gallery{
    margin-top: 120px;
  }
}


 

/*******************************
*　商品リスト
********************************/

.body_prettyWomanProduct .footer{
  margin-top: 30px;
}

.body_prettyWomanProduct .esthe_tt1{
  margin-bottom: 40px;
}
.body_prettyWomanProduct .esthe_tt2{
  /*margin-bottom: 40px;*/
}

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

/* 商品一覧 */
.product_list{
  
}
.product_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.product_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.product_list .webgene-item .box1{
  
}
.product_list .webgene-item .box2{
  color: #4e4e4e;
  margin-top: 5px;
}
.product_list .webgene-item .img_fit{
  background-color: #CCC;
  border: 1px solid #7a6f2e;
  
}
.product_list .webgene-item .img_fit img{
  /*object-fit: contain;
  font-family: 'object-fit: contain';*/
}
.product_list .webgene-item .img_fit:before{
  padding-top: 80%;
}
.product_list .webgene-item .title{
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125;
  text-align: center;
  
}
.product_list .webgene-item .price{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #7a6f2e;
  margin-top: 10px;
  padding-top: 3px;
}
.product_list .webgene-item .price span{
  font-size: 0.666em;
}

.pg_esthe_product .esthe_tt1 strong{
  letter-spacing: 0.075em;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .product_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  
}
@media (min-width:768px){
  
  .body_prettyWomanProduct .esthe_tt1{
    margin-bottom: 80px;
  }
  .body_prettyWomanProduct .esthe_tt2{
    margin-bottom: 40px;
  }
  
  .pg_esthe_product .section.sec1{

  }
  .pg_esthe_product .section.sec2{
    margin-top: 70px;
  }
  .pg_esthe_product .section.sec3{
    margin-top: 70px;
  }
  
  /* 商品一覧 */
  .product_list{

  }
  .product_list .webgene-blog{
    margin: 0 -5px;
  }
  .product_list .webgene-item{
    width: 33.333%;
    padding: 0 5px;
  }
  .product_list .webgene-item:nth-child(n+4){
    margin-top: 40px;
  }
  .product_list .webgene-item .box1{

  }
  .product_list .webgene-item .box2{
  }
  .product_list .webgene-item .img_fit{
  }
  .product_list .webgene-item .title{
    font-size: 16px;
    
  }
  .product_list .webgene-item .price{
    font-size: 24px;
    margin-top: 13px;
  }
  .product_list .webgene-item .price span{
  }

  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .body_prettyWomanProduct .esthe_tt1{
    margin-bottom: 125px;
  }
  .body_prettyWomanProduct .esthe_tt2{
    margin-bottom: 80px;
  }
  
  .pg_esthe_product .section.sec1{

  }
  .pg_esthe_product .section.sec2{
    margin-top: 140px;
  }
  .pg_esthe_product .section.sec3{
    margin-top: 190px;
  }
  
  
  /* 商品一覧 */
  .product_list{

  }
  .product_list .webgene-blog{
    margin: 0 -15px;
  }
  .product_list .webgene-item{
    width: 33.333%;
    padding: 0 15px;
  }
  .product_list .webgene-item:nth-child(n+4){
    margin-top: 50px;
  }
  .product_list .webgene-item .box1{

  }
  .product_list .webgene-item .box2{
  }
  .product_list .webgene-item .img_fit{
  }
  .product_list .webgene-item .title{
    font-size: 16px;
    
  }
  .product_list .webgene-item .price{
    font-size: 24px;
    margin-top: 13px;
  }
  .product_list .webgene-item .price span{
  }
  
}




/*******************************
*　ぷりべび
********************************/
.pg_pribaby{
  
}
.pg_pribaby .section.sec1{
  
}
.pg_pribaby .section.sec2{
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fdfbe2;
}
.pg_pribaby .section.sec3{
  margin-top: 50px;
}
.pg_pribaby .section.sec4{
  margin-top: 50px;
}
.pg_pribaby .section.sec5{
  margin-top: 50px;
}
.pg_pribaby .section.sec6{
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fffbcd;
}
.pg_pribaby .section.sec7{
  margin-top: 50px;
}
.pg_pribaby .section.sec8{
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #d7f2ff;
}
.pg_pribaby .section.sec9{
  margin-top: 50px;
}

/* 見出し */
.pribaby_tt1{
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #7ecef4;
  margin-bottom: 25px;
}
.pribaby_tt1 strong{
  display: block;
  font-weight: 500;
  font-size: 0.3em;
  letter-spacing: 0.1em;
  color: #454545;
}
.pribaby_tt1.red{
  color: #f29b76;
}
.pribaby_tt1.skyblue2{
  color: #88abda;
}

/* お問い合わせ */
.pribaby_contact_wrap{
  border: 3px solid #7ecef4;
  border-radius: 20px;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
}
.pribaby_contact_inner{
  background: #d6effb;
  border-radius: 20px;
  padding: 10px;
  color: #4d4d4d;
}
.pribaby_contact_txt1{
  font-size: 1em;
}
.pribaby_contact_txt2{
  font-size: 2.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.pribaby_contact_txt3{
  font-size: 0.7385em;
  letter-spacing: 0.03em;
}
.pribaby_contact_line{
  margin-top: 10px;
}

/* コンセプト */
.pribaby_concept_img{
  text-align: center;
  margin-top: 30px;
}

.pribaby_concept_wrap{
  color: #454545;
}
.pribaby_concept_txt1{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.92;
  text-align: center;
  margin-bottom: 15px;
}
.pribaby_concept_txt2{
  letter-spacing: 0.075em;
  line-height: 2.625;
  text-align: justify;
}
.pribaby_concept_img2{
  text-align: center;
  margin-bottom: 30px;
}
.pribaby_concept_img2 img{
  width: 300px;
}

/* こんな方々におすすめ */
.pribaby_about1_wrap{
  border: 3px solid #7ecef4;
  border-radius: 60px;
  position: relative;
  z-index: 1;
  padding: 30px 10px 15px;
}
.pribaby_about1_wrap .pribaby_tt1{
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 0 20px;
}
.pribaby_about1_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pribaby_about1_item{
  width: 50%;
  padding: 0 5px;
}
.pribaby_about1_item_img{
  
}
.pribaby_about1_item_img img{
  border-radius: 50%;
}
.pribaby_about1_item_img.img_fit:before{
  padding-top: 100%;
}
.pribaby_about1_item_txt{
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: center;
  margin-top: 10px;
  color: #454545;
}

/* サービス */
.pribaby_service_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 60px;
}
.pribaby_service_item{
  width: 100%;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
.pribaby_service_item_inner{
  position: relative;
  z-index: 1;
  background: #CCC;
  border-radius: 20px;
  padding: 20px 10px;
}
.pribaby_service_item_inner.color1{
  background-color: #ffeca0;
}
.pribaby_service_item_inner.color2{
  background-color: #d1eae9;
}
.pribaby_service_item_inner.color3{
  background-color: #d6dbf3;
}
.pribaby_service_item_inner.color4{
  background-color: #fdf8ba;
}
.pribaby_service_item_inner.color5{
  background-color: #f9d7ef;
}


.pribaby_service_item_title{
  display: flex;
  align-items: flex-end;
  border-bottom: 5px solid #FFF;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.pribaby_service_item_title_num{
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  margin-right: 10px;
}
.pribaby_service_item_title_num:before{
  content: "SERVICE";
  display: block;
  font-size: 0.3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  line-height: 1;
}
.pribaby_service_item_title_txt{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #181818;
}
.pribaby_service_item_txt{
  background: #FFF;
  border-radius: 10px;
  padding: 10px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
  color: #181818;
}
.pribaby_service_item_img{
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100px;
}
.pribaby_service_item_img img{
  border-radius: 50%;
}
.pribaby_service_item_img.img_fit:before{
  padding-top: 100%;
}


/* 安心安全 */
.pribaby_about2_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pribaby_about2_item{
  width: 100%;
  padding: 0 5px;
}
.pribaby_about2_item_inner{
  position: relative;
}
.pribaby_about2_item_title{
  display: flex;
  align-items: center;
  border-bottom: 5px solid #7ecef4;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #585858;
}
.pribaby_about2_item_title_num{
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #7ecef4;
  margin-right: 15px;
}
.pribaby_about2_item_title_txt{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.pribaby_about2_item_txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
  color: #181818;
}


/* ご利用までの流れ */
.pribaby_flow_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pribaby_flow_item{
  width: 50%;
  padding: 0 5px;
}
.pribaby_flow_item_inner{
  position: relative;
}
.pribaby_flow_item_img{
  margin-bottom: 10px;
}
.pribaby_flow_item_img img{
  border-radius: 20px;
}
.pribaby_flow_item_img.img_fit:before{
  padding-top: 66.666%;
}
.pribaby_flow_item_num{
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #4e4e4e;
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pribaby_flow_item_title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #9f5600;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pribaby_flow_item_txt{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #454545;
}
.pribaby_flow_item_btn{
  margin-top: 20px;
}

/* リンク */
.pribaby_link_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pribaby_link_item{
  width: 100%;
  padding: 0 5px;
}
.pribaby_link_item_inner{
  height: 100%;
  border-radius: 30px;
  padding-bottom: 15px;
  overflow: hidden;
}
.pribaby_link_item_title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 18px 5px;
  color: #FFF;
}
.pribaby_link_item_txt{
  font-size: 13px;
  /*letter-spacing: 0.05em;*/
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 15px;
  text-align: center;
  color: #454545;
}
.pribaby_link_item_link{
  text-align: center;
  margin-top: 15px;
}
.pribaby_link_item_link a{
  display: inline-block;
  width: 160px;
  border-radius: 25px;
  padding: 10px 5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
  position: relative;
}
.pribaby_link_item_link a:after{
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pribaby_link_item_dl_wrap{
  padding: 15px 10px;
}
.pribaby_link_item_dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dotted #8eafdc;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
}
.pribaby_link_item_dl:nth-child(n+2){
  margin-top: 15px;
}
.pribaby_link_item_dl_dt{
  width: 120px;
  padding-left: 10px;
}
.pribaby_link_item_dl_dd{
  width: calc(100% - 120px);
}

/* 色変更用 */
.pribaby_link_item.color1 .pribaby_link_item_inner{
  border: 3px solid #f29c9f;
}
.pribaby_link_item.color1 .pribaby_link_item_title,
.pribaby_link_item.color1 .pribaby_link_item_link a{
  background-color: #f29c9f;
}

.pribaby_link_item.color2 .pribaby_link_item_inner{
  border: 3px solid #acd598;
}
.pribaby_link_item.color2 .pribaby_link_item_title,
.pribaby_link_item.color2 .pribaby_link_item_link a{
  background-color: #acd598;
}

.pribaby_link_item.color3 .pribaby_link_item_inner{
  border: 3px solid #f19ec2;
}
.pribaby_link_item.color3 .pribaby_link_item_title,
.pribaby_link_item.color3 .pribaby_link_item_link a{
  background-color: #f19ec2;
}

.pribaby_link_item.color4 .pribaby_link_item_inner{
  border: 3px solid #7ecef4;
}
.pribaby_link_item.color4 .pribaby_link_item_title,
.pribaby_link_item.color4 .pribaby_link_item_link a{
  background-color: #7ecef4;
}


/* アイコン */
.pribaby_icon_wrap{
  background: #FFF;
  border: 3px solid #88abda;
  border-radius: 40px;
  padding: 15px;
  margin-top: 30px;
}
.pribaby_icon_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.pribaby_icon_item{
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
.pribaby_icon_item_img{
  
}
.pribaby_icon_item_txt{
  background: #f29c9f;
  color: #FFF;
  font-weight: 500;
  border-radius: 17px;
  padding: 3px 5px;
  margin-top: 10px;
}
.pribaby_icon_item_txt p{
  
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .pribaby_about1_item:nth-child(n+3){
    margin-top: 15px;
  }
  
  .pribaby_tt1 strong{
    font-size: 12px;
    white-space: nowrap;
  }
  
  /* サービス */
  .pribaby_service_item:nth-child(n+2){
    margin-top: 80px;
  }
  
  /* 安心安全 */
  .pribaby_about2_item:nth-child(n+2){
    margin-top: 30px;
    /*padding-top: 20px;*/
    /*border-top: 1px solid #979797;*/
  }
  
  .pribaby_flow_item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .pribaby_link_item:nth-child(n+2){
    margin-top: 30px;
  }
  
  .pribaby_icon_items{
    justify-content: center;
  }
  .pribaby_icon_item:nth-child(n+3){
    margin-top: 20px;
  }
  
}
@media (min-width:768px){
  
  .pg_pribaby .section.sec1{
  }
  .pg_pribaby .section.sec2{
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .pg_pribaby .section.sec3{
    margin-top: 70px;
  }
  .pg_pribaby .section.sec4{
    margin-top: 70px;
  }
  .pg_pribaby .section.sec5{
    margin-top: 70px;
  }
  .pg_pribaby .section.sec6{
    margin-top: 70px;
  }
  .pg_pribaby .section.sec7{
    margin-top: 70px;
  }
  .pg_pribaby .section.sec8{
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pg_pribaby .section.sec9{
    margin-top: 70px;
  }
  
  
  /* 見出し */
  .pribaby_tt1{
    font-size: 40px;
    margin-bottom: 30px;
  }
  .pribaby_tt1 strong{
  }
  
  /* お問い合わせ */
  .pribaby_contact_wrap{
    padding: 13px 17px;
    margin-top: 40px;
  }
  .pribaby_contact_inner{
    padding: 10px;
    font-size: 16px;
  }
  .pribaby_contact_txt1{
  }
  .pribaby_contact_txt2{
    
  }
  .pribaby_contact_txt3{
  }
  
  /* コンセプト */
  .pribaby_concept_img{
    margin-top: 50px;
  }
  .pribaby_concept_wrap{

  }
  .pribaby_concept_txt1{
    font-size: 19px;
    margin-bottom: 20px;
  }
  .pribaby_concept_txt2{
    text-align: center;
    letter-spacing: 0.05em;
  }
  
  /* こんな方々におすすめ */
  .pribaby_about1_wrap{
    padding: 50px 15px 30px;;
  }
  .pribaby_about1_wrap .pribaby_tt1{
    top: -20px;
  }
  .pribaby_about1_items{
    margin: 0 -5px;
  }
  .pribaby_about1_item{
    width: 25%;
    padding: 0 5px;
  }
  .pribaby_about1_item_img{

  }
  .pribaby_about1_item_txt{
    margin-top: 20px;
    font-size: 13px;
  }
  
  /* サービス */
  .pribaby_service_items{
    margin: 0 -5px;
    margin-top: 100px;
  }
  .pribaby_service_item{
    width: 50%;
    padding: 0 5px;
  }
  .pribaby_service_item:nth-child(n+3){
    margin-top: 60px;
  }
  .pribaby_service_item_inner{
    padding: 20px 10px;
  }
  .pribaby_service_item_title{
    margin-bottom: 15px;
  }
  .pribaby_service_item_title_num{
    font-size: 45px;
  }
  .pribaby_service_item_title_num:before{
  }
  .pribaby_service_item_title_txt{
    font-size: 18px;
  }
  .pribaby_service_item_txt{
    padding: 10px;
    min-height: 200px;
  }
  .pribaby_service_item_img{
    width: 120px;
    top: 12px;
  }
  .pribaby_service_item_img img{
    border-radius: 94px;
  }
  
  .pribaby_service_item:nth-child(3) .pribaby_service_item_title,
  .pribaby_service_item:nth-child(4) .pribaby_service_item_title{
    justify-content: flex-end;
  }
  .pribaby_service_item:nth-child(3) .pribaby_service_item_title_num,
  .pribaby_service_item:nth-child(4) .pribaby_service_item_title_num{
    order: 2;
    margin-left: 10px;
    margin-right: 0;
  }
  .pribaby_service_item:nth-child(3) .pribaby_service_item_img,
  .pribaby_service_item:nth-child(4) .pribaby_service_item_img{
    right: auto;
    left: 0;
  }
  
  /* 安心安全 */
  .pribaby_about2_wrap{
    margin: 0 -10px;
  }
  .pribaby_about2_item{
    width: 50%;
    padding: 0 10px;
    position: relative;
  }
  
  .pribaby_about2_item_inner{
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .pribaby_about2_item_title{
    margin-bottom: 25px;
  }
  .pribaby_about2_item_title_num{
    font-size: 40px;
    margin-right: 20px;
  }
  .pribaby_about2_item_title_txt{
    font-size: 20px;
  }
  .pribaby_about2_txt{
  }
  
  .pribaby_about2_item:nth-child(n+3){
    margin-top: 15px;
  }
  .pribaby_about2_item:nth-child(n+3) .pribaby_about2_item_inner{
    border-top: 1px solid #979797;
  }
  .pribaby_about2_item:nth-child(2n):before{
    content: "";
    position: absolute;
    width: 1px;
    top: 15px;
    bottom: 0;
    left: 0;
    background: #979797;
    /*border-left: 1px solid #979797;*/
  }
  
  /* ご利用までの流れ */
  .pribaby_flow_items{
    margin: 0 -5px;
    margin-top: 50px;
  }
  .pribaby_flow_item{
    width: 25%;
    padding: 0 5px;
  }
  .pribaby_flow_item_inner{
  }
  .pribaby_flow_item_img{
    margin-bottom: 16px;
  }
  .pribaby_flow_item_num{
    font-size: 40px;
    left: 15px;
  }
  .pribaby_flow_item_title{
    font-size: 18px;
  }
  .pribaby_flow_item_txt{

  }
  
  /* リンク */
  .pribaby_link_items{
    margin: 0 -5px;
  }
  .pribaby_link_item{
    width: 50%;
    padding: 0 5px;
  }
  .pribaby_link_item_inner{
    padding-bottom: 25px;
  }
  .pribaby_link_item_title{
    font-size: 18px;
  }
  .pribaby_link_item_txt{
    font-size: 13px;
    margin-top: 25px;
    letter-spacing: 0;
  }
  .pribaby_link_item_link{
    margin-top: 28px;
  }
  .pribaby_link_item_link a{
    width: 200px;
  }
  .pribaby_link_item_link a:after{
    right: 20px;
  }
  
  .pribaby_link_item_dl_wrap{
    padding: 35px 20px 15px;
  }
  .pribaby_link_item_dl{
  }
  .pribaby_link_item_dl_dt{
    width: 95px;
  }
  .pribaby_link_item_dl_dd{
    width: calc(100% - 95px);
  }
  
  /* アイコン */
  .pribaby_icon_wrap{
    padding: 30px;
    margin-top: 30px;
  }
  .pribaby_icon_items{
    margin: 0 -5px;
  }
  .pribaby_icon_item{
    width: 20%;
    padding: 0 5px;
  }
  .pribaby_icon_item_img{

  }
  .pribaby_icon_item_txt{
    margin-top: 25px;
    font-size: 14px;
  }
  .pribaby_icon_item_txt p{
    
  }
  
}
@media (min-width:1024px){
  
  .pribaby_about1_item_txt{
    font-size: 14px;
  }
  
}
@media (min-width:1200px){
  
  .pg_pribaby .section.sec1{
  }
  .pg_pribaby .section.sec2{
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .pg_pribaby .section.sec3{
    margin-top: 150px;
  }
  .pg_pribaby .section.sec4{
    margin-top: 135px;
  }
  .pg_pribaby .section.sec5{
    margin-top: 130px;
  }
  .pg_pribaby .section.sec6{
    margin-top: 145px;
    padding-top: 55px;
    padding-bottom: 75px;
  }
  .pg_pribaby .section.sec7{
    margin-top: 120px;
  }
  .pg_pribaby .section.sec8{
    margin-top: 150px;
    padding-top: 68px;
    padding-bottom: 100px;
  }
  .pg_pribaby .section.sec9{
    margin-top: 100px;
  }
  
  /* 見出し */
  .pribaby_tt1{
    font-size: 60px;
    margin-bottom: 50px;
  }
  .pribaby_tt1 strong{
  }
  
  .section.sec5 .pribaby_tt1{
    margin-bottom: 40px;
  }
  .section.sec8 .pribaby_tt1{
    margin-bottom: 52px;
  }
  .section.sec8 .pribaby_tt1 strong{
    margin-top: 18px;
  }
  .section.sec9 .pribaby_tt1{
    margin-bottom: 80px;
  }
  
  /* お問い合わせ */
  .pribaby_contact_wrap{
    margin-top: 55px;
  }
  .pribaby_contact_inner{
    padding: 10px;
    padding-bottom: 18px;
    font-size: 20px;
  }
  .pribaby_contact_txt1{
  }
  .pribaby_contact_txt2{
    margin-top: -5px;
  }
  .pribaby_contact_txt3{
  }
  
  /* コンセプト */
  .pribaby_concept_wrap{
    margin-top: -10px;
    
  }
  .pribaby_concept_txt1{
    font-size: 27px;
    margin-bottom: 32px;
  }
  .pribaby_concept_txt2{
    text-align: center;
    letter-spacing: 0.1em;
  }
  
  /* こんな方々におすすめ */
  .pribaby_about1_wrap{
    padding: 62px 75px 40px;
  }
  .pribaby_about1_wrap .pribaby_tt1{
    top: -25px;
  }
  .pribaby_about1_items{
    margin: 0 -25px;
  }
  .pribaby_about1_item{
    width: 25%;
    padding: 0 25px;
  }
  .pribaby_about1_item_txt{
    font-size: 16px;
  }
  
  /* サービス */
  .pribaby_service_items{
    margin: 0 -15px;
    margin-top: 150px;
  }
  .pribaby_service_item{
    width: 50%;
    padding: 0 15px;
  }
  .pribaby_service_item:nth-child(n+3){
    margin-top: 130px;
  }
  .pribaby_service_item_inner{
    padding: 25px 15px 20px;
  }
  .pribaby_service_item_title{
    margin-bottom: 15px;
  }
  .pribaby_service_item_title_num{
    font-size: 60px;
  }
  .pribaby_service_item_title_num:before{
  }
  .pribaby_service_item_title_txt{
    font-size: 24px;
  }
  .pribaby_service_item_txt{
    padding: 10px;
    min-height: 150px;
  }
  .pribaby_service_item_img{
    width: 212px;
  }
  
  /* 安心安全 */
  .pribaby_about2_wrap{
    margin: 0 -15px;
  }
  .pribaby_about2_item{
    width: 50%;
    padding: 0 15px;
  }
  .pribaby_about2_item_inner{
    padding: 0 30px;
    padding-top: 50px;
    padding-bottom: 35px;
    min-height: 335px;
  }
  .pribaby_about2_item_title{
    margin-bottom: 25px;
  }
  .pribaby_about2_item_title_num{
    font-size: 60px;
    margin-right: 35px;
  }
  .pribaby_about2_item_title_txt{
    font-size: 24px;
  }
  .pribaby_about2_txt{
  }
  
  /* ご利用までの流れ */
  .pribaby_flow_items{
    margin: 0 -15px;
    margin-top: 70px;
  }
  .pribaby_flow_item{
    width: 25%;
    padding: 0 15px;
  }
  .pribaby_flow_item_inner{
    
  }
  .pribaby_flow_item_img{

  }
  .pribaby_flow_item_num{
    font-size: 65px;
  }
  .pribaby_flow_item_title{
    font-size: 20px;
  }
  .pribaby_flow_item_txt{

  }
  
  /* リンク */
  .pribaby_link_items{
    margin: 0 -15px;
  }
  .pribaby_link_item{
    width: 50%;
    padding: 0 15px;
  }
  .pribaby_link_item_inner{
  }
  .pribaby_link_item_title{
    font-size: 20px;
  }
  .pribaby_link_item_txt{
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .pribaby_link_item_link{
  }
  .pribaby_link_item_link a{
    width: 350px;
  }
  
  .pribaby_link_item_link a:after{
    right: 40px;
  }
  
  .pribaby_link_item_dl_wrap{
    padding: 35px 20px 15px;
  }
  .pribaby_link_item_dl{
  }
  .pribaby_link_item_dl_dt{
    width: 120px;
  }
  .pribaby_link_item_dl_dd{
    width: calc(100% - 120px);
  }
  
  /* アイコン */
  .pribaby_icon_wrap{
    padding: 30px 65px 40px;
    margin-top: 68px;
  }
  .pribaby_icon_items{
    margin: 0 -28px;
  }
  .pribaby_icon_item{
    width: 20%;
    padding: 0 28px;
  }
  .pribaby_icon_item_img{

  }
  .pribaby_icon_item_txt{
    font-size: 16px;
  }
  .pribaby_icon_item_txt p{
    
  }
  
  .pribaby_icon_wrap + .read_more{
    margin-top: 100px;
  }
  .pribaby_icon_wrap + .read_more .read_more_a{
    font-size: 16px;
  }
  .pribaby_icon_wrap + .read_more .read_more_a:after{
    right: 40px;
  }
}


/*******************************
*　学習支援・託児所・シェアルーム(料金表）
********************************/
.pg_pribaby_price{
  
}
.pg_pribaby_price .section.sec1{
  
}
.pg_pribaby_price .section.sec2{
  margin-top: 50px;
}
.pg_pribaby_price .section.sec3{
  margin-top: 50px;
}
.pg_pribaby_price .section.sec4{
  margin-top: 50px;
}

/* カテゴリ */
.bar_menu_nav.pribaby{
  
}
.bar_menu_nav.pribaby .bar_menu_nav_item a{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background: #7ecef4;
  color: #FFF;
}

/* 見出し */
.bar_menu_tt1.pribaby{
  background: #7ecef4;
  font-family: "Noto Sans JP", sans-serif;
  
}
.bar_menu_tt1.pribaby .bar_menu_tt1_en{
  color: #FFF;
  font-weight: 500;
}
.bar_menu_tt1.pribaby .bar_menu_tt1_ja{
  background: #f0f0f0;
  font-weight: 500;
}

.pribaby_menu_price_rows .bar_menu_tt2{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.pribaby_menu_desc1{
  letter-spacing: 0.075em;
  line-height: 1.875;
  border: 2px solid #e17c7c;
  padding: 10px;
  margin-bottom: 30px;
  text-align: justify;
}
.pribaby_menu_desc2{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
  margin-top: 20px;
}
.pribaby_menu_desc2 a{
  color: #260088;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.pribaby_menu_desc3{
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.25;
  text-align: justify;
  margin-bottom: 20px;
}


/* 料金表(レイアウト) */
.pribaby_menu_price_rows{
  
}
.pribaby_menu_price_rows + .pribaby_menu_price_rows{
  margin-top: 50px;
}

.pribaby_price_wrap1{
  margin-bottom: 30px;
}
.pribaby_price_wrap2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.pribaby_price_wrap2 + .pribaby_price_wrap2{
  margin-top: 30px;
}
.pribaby_price_box{
  width: 100%;
  padding: 0 5px;
}
.pribaby_price_box{
  
}
.pribaby_price_box .bar_menu_tt3{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pribaby_price_box .bar_menu_tt3:before{
  margin-right: 10px;
}
.pribaby_price_box .bar_menu_tt3:after{
  margin-left: 10px;
}

/* 料金表(金額) */
.pribaby_price_tbl1{
  
}
.pribaby_price_tbl2{
  
}
.pribaby_price_tbl1 .table_rows_th,
.pribaby_price_tbl1 .table_rows_td,
.pribaby_price_tbl2 .table_rows_th,
.pribaby_price_tbl2 .table_rows_td{
  
  text-align: center;
  letter-spacing: 0.16em;
}
.pribaby_price_tbl1 .table_rows_th,
.pribaby_price_tbl1 .table_rows_td{
  padding: 10px 5px;
  font-weight: 500;
}
.pribaby_price_tbl2 .table_rows_th,
.pribaby_price_tbl2 .table_rows_td{
  padding: 4px 5px;
}

.pribaby_price_tbl1 .table_rows_th,
.pribaby_price_tbl2 .table_rows_th{
  background-color: #c3ecff;
}
.pribaby_price_tbl1 .table_rows_td,
.pribaby_price_tbl2 .table_rows_td{
}

.pribaby_price_tbl1 .table_rows_th{
  width: 130px;
}
.pribaby_price_tbl2 .table_rows_th{
  width: 170px;
}

/* コピー用 */
@media (max-width:374px){
  
  .pribaby_price_tbl1 .table_rows_th,
  .pribaby_price_tbl1 .table_rows_td,
  .pribaby_price_tbl2 .table_rows_th,
  .pribaby_price_tbl2 .table_rows_td{
    font-size: 13px;
  }
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .pribaby_price_box:nth-child(n+2){
    margin-top: 30px;
  }
  
  .pg_pribaby_price .section.sec3 .pribaby_menu_desc2{
    margin-bottom: 20px;
  }
  
  .bar_menu_tt2 + .pribaby_menu_desc2{
    margin-bottom: 20px;
  }
  
  .bar_menu_nav_item{
    width: 100%;
  }
  .bar_menu_nav_item:nth-child(n+2){
    margin-top: 10px;
  }
}
@media (min-width:768px){
  
  .pg_pribaby_price .section.sec1{
  }
  .pg_pribaby_price .section.sec2{
    margin-top: 70px;
  }
  .pg_pribaby_price .section.sec3{
    margin-top: 70px;
  }
  .pg_pribaby_price .section.sec4{
    margin-top: 70px;
  }
  
  
  /* 見出し */
  
  .pribaby_menu_desc1{
    padding: 10px;
    /*margin-top: -20px;*/
    text-align: center;
  }
  .pribaby_menu_desc2{
    margin-top: 30px;
    text-align: center;
  }
  .pribaby_menu_desc3{
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.16em;
  }
  
  .pg_pribaby_price .section.sec3 .pribaby_menu_desc2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  /* 料金表(レイアウト) */
  .pribaby_menu_price_rows + .pribaby_menu_price_rows{
    margin-top: 70px;
  }
  .pribaby_price_wrap1{
    margin-bottom: 30px;
  }
  .pribaby_price_wrap2{
    margin: 0 -5px;
  }
  .pribaby_price_wrap2 + .pribaby_price_wrap2{
    margin-top: 50px;
  }
  .pribaby_price_box{
    width: 50%;
    padding: 0 5px;
  }
  .pribaby_price_box:nth-child(n+3){
    margin-top: 30px;
  }
  
  /* 料金表(金額) */
  .pribaby_price_tbl1{
    margin: 0 auto;
  }
  .pribaby_price_tbl2{

  }
  .pribaby_price_tbl1 .table_rows_th{
    width: 260px;
  }
  .pribaby_price_tbl2 .table_rows_th{
    width: 190px;
  }
  
  .bar_menu_tt2 + .pribaby_menu_desc2{
    margin-bottom: 20px;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_pribaby_price .section.sec1{
  }
  .pg_pribaby_price .section.sec2{
    margin-top: 180px;
  }
  .pg_pribaby_price .section.sec3{
    margin-top: 150px;
  }
  .pg_pribaby_price .section.sec4{
    margin-top: 150px;
  }
  
  /* 見出し */
  .pribaby_menu_price_rows .bar_menu_tt2{
    margin-bottom: 50px;
  }
  .pribaby_menu_price_rows .bar_menu_tt3{
    margin-bottom: 28px;
  }
  .pribaby_menu_desc1{
    /*margin-top: -35px;*/
    margin-bottom: 48px;
    padding-bottom: 20px;
  }
  .pribaby_menu_desc2{
    margin-top: 40px;
  }
  .pribaby_menu_desc3{
    margin-top: -20px;
    margin-bottom: 35px;
  }
  
  .pg_pribaby_price .section.sec3 .bar_menu_tt2{
    margin-bottom: 20px;
  }
  .pg_pribaby_price .section.sec3 .pribaby_menu_desc2{
    margin-top: 0;
    margin-bottom: 45px;
  }
  .pg_pribaby_price .section.sec3 .pribaby_price_wrap2{
    margin-bottom: 45px;
  }
  .pg_pribaby_price .section.sec4 .bar_menu_tt1{
    margin-bottom: 80px;
  }
  .pg_pribaby_price .section.sec4 .bar_menu_tt2{
    margin-bottom: 20px;
  }
  .pg_pribaby_price .section.sec4 .pribaby_contact_wrap{
    margin-top: 100px;
  }
  
  .bar_menu_tt2 + .pribaby_menu_desc2{
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  /* 料金表(レイアウト) */
  .pribaby_menu_price_rows + .pribaby_menu_price_rows{
    margin-top: 95px;
  }
  .pribaby_price_wrap1{
    margin-bottom: 48px;
  }
  .pribaby_price_wrap2{
    margin: 0 -15px;
  }
  .pribaby_price_wrap2 + .pribaby_price_wrap2{
    margin-top: 50px;
  }
  .pribaby_price_box{
    width: 50%;
    padding: 0 15px;
  }
  .pribaby_price_box:nth-child(n+3){
    margin-top: 50px;
  }
  
  /* 料金表(金額) */
  .pribaby_price_tbl1{
    width: 725px;
  }
  .pribaby_price_tbl2{

  }
  
  .pribaby_price_tbl1 .table_rows_th{
    width: 295px;
  }
  .pribaby_price_tbl2 .table_rows_th{
    width: 190px;
  }
}


/*******************************
*　学習支援・託児所・シェアルーム(園の様子）
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  margin-top: 50px;
}
.pg_xxx .section.sec3{
  margin-top: 50px;
}
.pg_xxx .section.sec4{
  margin-top: 50px;
}

/* 主任あいさつ */
.pribaby_gallery_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pribaby_gallery_about_box1{
  width: 100%;
}
.pribaby_gallery_about_box2{
  width: 100%;
}
.pribaby_gallery_about_txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
}
.pribaby_gallery_about_img{
  text-align: center;
}

/* ギャラリー一覧 */
.gallery_list{
  
}
.gallery_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.gallery_list .webgene-item .inner{
  background: #FFF;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 6px #CCC;
}
.gallery_list .webgene-item .img{
  background-color: #9e9e9e;
}
.gallery_list .webgene-item .img.img_fit:before{
  padding-top: 72.72%;
}


/* ポップアップ詳細 */
.lity-wrap{
  padding: 10px;
}
.popup_box{
  background: #f6f6f6;
  padding: 15px;
  overflow: auto;
}
.popup_box .box1{
  
}
.popup_box .box2{
  margin-top: 10px;
}
.popup_img1{
  
}
.popup_img2{
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 6px #CCC;
  background: #FFF;
}
.popup_title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 2px solid #7a6f2e;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.popup_title.serif{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.popup_price{
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup_price span{
  font-size: 1.5em;
  margin-right: 10px;
}
.popup_txt{
  letter-spacing: 0.075em;
  line-height: 2.125;
}

.lity-close{
  position: absolute;
  color: #000;
  top: 5px;
  right: 10px;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .pribaby_gallery_about_box1{
    margin-bottom: 20px;
  }
  .pribaby_gallery_about_img img{
    width: 65%;
  }
  
  .gallery_list .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  
}
@media (min-width:768px){
  
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
    margin-top: 70px;
  }
  .pg_xxx .section.sec3{
    margin-top: 70px;
  }
  .pg_xxx .section.sec4{
    margin-top: 70px;
  }
  
  
  /* 主任あいさつ */
  .pribaby_gallery_about_wrap{
    width: 80%;
    margin: 0 auto 50px;
  }
  .pribaby_gallery_about_box1{
    width: 25%;
  }
  .pribaby_gallery_about_box2{
    width: 70%;
  }
  
  /* ギャラリー一覧 */
  .gallery_list{

  }
  .gallery_list .webgene-blog{
    margin: 0 -5px;
  }
  .gallery_list .webgene-item{
    width: 33.333%;
    padding: 0 5px;
  }
  .gallery_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .gallery_list .webgene-item .inner{

  }
  .gallery_list .webgene-item .img{

  }
  
  /* ポップアップ詳細 */
  .popup_box{
    padding: 25px 25px;
  }
  .popup_box .box1{

  }
  .popup_box .box2{
    margin-top: 20px;
  }
  .popup_img1{

  }
  .popup_img2{
  }
  .popup_title{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .popup_title.serif{
  }
  .popup_price{

  }
  .popup_txt{

  }
  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
    margin-top: 100px;
  }
  .pg_xxx .section.sec3{
    margin-top: 100px;
  }
  .pg_xxx .section.sec4{
    margin-top: 100px;
  }
  
  /* ギャラリー一覧 */
  .gallery_list{
    margin-top: 60px;
  }
  .gallery_list .webgene-blog{
    margin: 0 -15px;
  }
  .gallery_list .webgene-item{
    width: 33.333%;
    padding: 0 15px;
  }
  .gallery_list .webgene-item:nth-child(n+4){
    margin-top: 60px;
  }
  .gallery_list .webgene-item .inner{

  }
  .gallery_list .webgene-item .img{

  }
  
  /* ポップアップ詳細 */
  .popup_box{
    padding: 65px 65px 40px;
    width: 730px;
  }
  .popup_box .box1{

  }
  .popup_box .box2{
    margin-top: 35px;
  }
  .popup_img1{

  }
  .popup_img2{
  }
  .popup_title{
    font-size: 18px;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
  .popup_title.serif{
  }
  .popup_price{

  }
  .popup_txt{

  }
}



/*******************************
*　Shmlabハッピープロジェクト
********************************/
.pg_simlab{
  
}
.pg_simlab .section.sec1{
}
.pg_simlab .section.sec2{
  margin-top: 50px;
}
.pg_simlab .section.sec3{
  margin-top: 50px;
}
.pg_simlab .section.sec4{
  margin-top: 50px;
}
.pg_simlab .section.sec5{
  margin-top: 50px;
}

/* 概要 */
.simlab_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.simlab_about_box1{
  width: 100%;
}
.simlab_about_box2{
  width: 100%;
}
.simlab_about_img{
  border-radius: 40px;
}
.simlab_about_img.img_fit:before{
  padding-top: 77.77%;
}

.simlab_about_title1{
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.simlab_about_title1_sub{
  font-size: 30px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fbfbd4;
  
}
.simlab_about_title2{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
}
.simlab_about_txt{
  letter-spacing: -0.015em;
  line-height: 1.875;
  text-align: justify;
}

/* ナビ */
.simlab_nav{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 20px;
}
.simlab_nav_item{
  width: 100%;
  padding: 0 5px;
}
.simlab_nav_item_a{
  display: block;
  border-radius: 10px;
  background: #f29c9f;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 13px 10px;
}
.simlab_nav_item_a.on{
  background: #eb6877;
}

.simlab_nav_item_a em{
  font-style: normal;
}

/* 見出し */
.pg_simlab .sponser_tt1_box{
  margin-bottom: 30px;
}

.simlab_tt1_box{
  margin-bottom: 20px;
}
.simlab_tt1_box:after{
  content: "";
  display: block;
  height: 25px;
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/simlab_tt1_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  margin-top: 5px;
}
.simlab_tt1{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  background: #f1e10f;
  border-radius: 10px;
  padding: 6.5px 5px;
}
.pg_simlab .sponser_tt2{
  font-weight: 500;
}


/* レイアウト1 */
.simlab_contents_item1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.simlab_contents_item1_box1{
  width: 100%;
}
.simlab_contents_item1_box2{
  width: 100%;
}
.simlab_contents_item1_title{
  font-size: 20px;
  font-weight: 700;
  color: #fab769;
  line-height: 1.631;
  margin-bottom: 15px;
}
.simlab_contents_item1_txt{
  letter-spacing: 0.068em;
  line-height: 1.875;
  text-align: justify;
}
.simlab_contents_item1_img{
}
.simlab_contents_item1_img img{
  border-radius: 20px;
}
.simlab_contents_item1_img.img_fit:before{
  padding-top: 86.61%;
}

/* レイアウト2 */
.simlab_contents_item1 + .simlab_contents_item2_all{
  margin-top: 30px;
}
.simlab_contents_item2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.simlab_contents_item2 + .simlab_contents_item2{
  margin-top: 30px;
}
.simlab_contents_item2_box1{
  width: 100%;
}
.simlab_contents_item2_box2{
  width: 100%;
}
.simlab_contents_item2_desc + .simlab_contents_item2_desc{
  margin-top: 25px;
}
.simlab_contents_item2_title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 4px solid #13b5b1;
  
}
.simlab_contents_item2_title.red{
  color: #bd0101;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.simlab_contents_item2_title2{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-bottom: 3px;
  background: #fad9da;
  border-radius: 10px;
  padding: 5px 10px;
}
.simlab_contents_item2_txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}
.simlab_contents_item2_txt + .simlab_contents_item2_title2{
  margin-top: 30px;
}
.simlab_contents_item2_img img{
  border-radius: 20px;
}
.simlab_contents_item2_img.img_fit:before{
  padding-top: 70.37%;
}

.simlab_contents_item2_imgs{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.simlab_contents_item2_imgs_item{
  width: 50%;
  padding: 0 5px;
}
.simlab_contents_item2_imgs_item:nth-child(n+3){
  margin-top: 10px;
}
.simlab_contents_item2_imgs_item_img img{
  border-radius: 20px;
}
.simlab_contents_item2_imgs_item_img.img_fit:before{
  padding-top: 84.31%;
}

/* QR */
.simlab_line_wrap{
  border: 2px solid #559176;
  border-radius: 20px;
  padding: 5px 3px;
  margin-top: 30px;
}
.simlab_line_inner{
  border: 2px dashed #559176;
  border-radius: 20px;
  padding: 15px 10px;
}
.simlab_line_txt{
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}
.simlab_line_qr{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 25px;
}
.simlab_line_qr p{
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.875;
}
.simlab_line_qr_img{
  background: #4f8d72;
  padding: 8px;
  margin-left: 10px;
  border-radius: 10px;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .simlab_nav_item:nth-child(n+2){
    margin-top: 10px;
  }
  
  .simlab_contents_item1_box2{
    margin-top: 20px;
  }
  .simlab_contents_item2_box2{
    margin-top: 20px;
  }
  
  .simlab_about_box2{
    margin-top: 20px;
  }
  .simlab_about_title1{
    text-align: center;
  }
  .simlab_about_title1_sub{
    text-align: center;
  }
  .simlab_about_title2{
    text-align: center;
  }
  
  .simlab_nav_item_a{
    padding-left: 15px;
    padding-right: 15px;
  }
  .simlab_nav_item_a p{
    padding-left: 2em;
  }
  .simlab_nav_item_a em{
    float: right;
  }
  
}
@media (min-width:768px){
  .pg_simlab{

  }
  .pg_simlab .section.sec1{
  }
  .pg_simlab .section.sec2{
    margin-top: 70px;
  }
  .pg_simlab .section.sec3{
    margin-top: 70px;
  }
  .pg_simlab .section.sec4{
    margin-top: 70px;
  }
  .pg_simlab .section.sec5{
    margin-top: 70px;
  }

  /* 見出し */
  .pg_simlab .sponser_tt1_box{
    margin-bottom: 40px;
  }
  .pg_simlab .sponser_tt2{
    font-size: 32px;
  }
  
  .simlab_tt1_box{
    margin-bottom: 25px;
  }
  .simlab_tt1_box:after{
    height: 38px;
  }
  .simlab_tt1{
    font-size: 20px;
  }

  
  /* 概要 */
  .simlab_about_wrap{
  }
  .simlab_about_box1{
    width: 40%;
  }
  .simlab_about_box2{
    width: 56%;
  }
  
  .simlab_about_img{
  }

  .simlab_about_title1{
    font-size: 21px;
  }
  .simlab_about_title1_sub{
    font-size: 32px;
  }
  .simlab_about_title2{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 13px;
  }
  .simlab_about_txt{
    
  }
  
  /* ナビ */
  .simlab_nav{
    margin: 0 -5px;
    margin-top: 30px;
  }
  .simlab_nav_item{
    width: 33.33%;
    padding: 0 5px;
  }
  .simlab_nav_item_a{
    font-size: 14px;
  }
  
  /* レイアウト1 */
  .simlab_contents_item1{
  }
  .simlab_contents_item1_box1{
    width: 40.09%;
  }
  .simlab_contents_item1_box2{
    width: 57.20%;
  }
  .simlab_contents_item1_title{
    font-size: 26px;
     -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto 20px;
    
  }
  .simlab_contents_item1_txt{
  }
  .simlab_contents_item1_img{

  }
  
  /* レイアウト2 */
  .simlab_contents_item1 + .simlab_contents_item2_all{
    margin-top: 50px;
  }
  .simlab_contents_item2{
  }
  .simlab_contents_item2 + .simlab_contents_item2{
    margin-top: 50px;
  }
  .simlab_contents_item2_box1{
    width: 48.64%;
  }
  .simlab_contents_item2_box2{
    width: 48.64%;
  }
  
  .simlab_contents_item2_desc{
    
  }
  .simlab_contents_item2_desc + .simlab_contents_item2_desc{
    margin-top: 30px;
  }
  .simlab_contents_item2_title{
    font-size: 17px;
    margin-bottom: 10px;
  }
  .simlab_contents_item2_title2{
    font-size: 16px;
  }
  .simlab_contents_item2_txt{
  }
  
  .simlab_contents_item2_imgs{
    margin: 0 -5px;
  }
  .simlab_contents_item2_imgs_item{
    width: 50%;
    padding: 0 5px;
  }
  .simlab_contents_item2_imgs_item:nth-child(n+3){
    margin-top: 10px;
  }
  
  .simlab_contents_item2:nth-child(odd) .simlab_contents_item2_box1{
    
  }
  .simlab_contents_item2:nth-child(odd) .simlab_contents_item2_box2{
    
  }
  .simlab_contents_item2:nth-child(even) .simlab_contents_item2_box1{
    order: 2;
  }
  .simlab_contents_item2:nth-child(even) .simlab_contents_item2_box2{
    order: 1;
  }
  
  /* QR */
  .simlab_line_wrap{
    margin-top: 50px;
  }
  .simlab_line_inner{
    padding: 15px 15px 25px;
  }
  .simlab_line_txt{
  }
  .simlab_line_qr{
    margin-top: 15px;
  }
  .simlab_line_qr p{
  }
  .simlab_line_qr_img{
  }
}
@media (min-width:1024px){
  
  .simlab_about_box1{
    width: 48.64%;
  }
  .simlab_about_box2{
    width: 48.64%;
  }
  
}
@media (min-width:1200px){
  
  .pg_simlab .section.sec1{
  }
  .pg_simlab .section.sec2{
    margin-top: 155px;
  }
  .pg_simlab .section.sec3{
    margin-top: 70px;
  }
  .pg_simlab .section.sec4{
    margin-top: 125px;
  }
  .pg_simlab .section.sec5{
    margin-top: 115px;
  }
  
  /* ナビ */
  .simlab_nav{
    margin: 0 -15px;
    margin-top: 50px;
  }
  .simlab_nav_item{
    width: 33.33%;
    padding: 0 15px;
  }
  .simlab_nav_item_a{
    font-size: 16px;
  }
  .simlab_nav_item_a p{
    padding-left: 2em
  }
  
  /* 見出し */
  
  .pg_simlab .sponser_tt2{
    font-size: 42px;
  }
  
  .simlab_tt1_box{
    margin-bottom: 30px;
  }
  .simlab_tt1_box:after{
    height: 38px;
  }
  .simlab_tt1{
    font-size: 24px;
  }
  
  .simlab_about_title1{
    font-size: 24px;
  }
  .simlab_about_title1_sub{
    font-size: 52px;
  }
  .simlab_about_title2{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 13px;
  }
  .simlab_about_txt{
    
  }
  
  
  
  /* レイアウト1 */
  .simlab_contents_item1{
  }
  .simlab_contents_item1_box1{
    width: 40.09%;
  }
  .simlab_contents_item1_box2{
    width: 57.20%;
  }
  .simlab_contents_item1_title{
    font-size: 38px;
    margin: 0 auto 20px;
  }
  .simlab_contents_item1_txt{
  }
  .simlab_contents_item1_img{

  }
  
  /* レイアウト2 */
  .simlab_contents_item1 + .simlab_contents_item2_all{
    margin-top: 50px;
  }
  .simlab_contents_item2{
  }
  .simlab_contents_item2 + .simlab_contents_item2{
    margin-top: 65px;
  }
  .simlab_contents_item2_box1{
    width: 48.64%;
  }
  .simlab_contents_item2_box2{
    width: 48.64%;
    padding-top: 10px;
  }
  .simlab_contents_item2_desc + .simlab_contents_item2_desc{
    margin-top: 48px;
  }
  .simlab_contents_item2_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .simlab_contents_item2_txt{
  }
  
  .simlab_contents_item2_imgs{
    margin: 0 -15px;
  }
  .simlab_contents_item2_imgs_item{
    width: 50%;
    padding: 0 15px;
  }
  .simlab_contents_item2_imgs_item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .pg_simlab .section.sec4 .simlab_contents_item2_desc + .simlab_contents_item2_desc{
    margin-top: 30px;
  }
  
  .pg_simlab .donation_future_inner {
    padding: 12px 10px;
  }
  .pg_simlab .donation_future_wrap{
    margin-top: 75px;
  }
  
  .pg_simlab .sponser_tt1_box{
    margin-bottom: 70px;
  }
  .pg_simlab .section.sec1 .sponser_tt1_box{
    margin-bottom: 40px;
  }
  
}



/*******************************
*　協賛スポンサー様
********************************/
.pg_sponser{
  
}
.pg_sponser .section.sec1{
  
}
.pg_sponser .section.sec2{
  margin-top: 50px;
}

/* 見出し */
.sponser_tt1_box{
  
}
.sponser_tt1_box.bdr{
  
}
.sponser_tt1_box.bdr:after{
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #acd598;
  border-radius: 5px;
  margin-top: 15px;
}

.sponser_tt1{
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  color: #889bbc;
}
.sponser_tt2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.075em;
  white-space: nowrap;
  margin-top: 15px;
}
.sponser_tt2:before,
.sponser_tt2:after{
  content: "";
  width: 100%;
  height: 5px;
  background: #acd598;
  border-radius: 5px;
}
.sponser_tt2:before{
  margin-right: 10px;
}
.sponser_tt2:after{
  margin-left: 10px;
}

.sponser_tt_txt1{
  letter-spacing: 0.075em;
  line-height: 1.666;
  text-align: justify;
  margin-top: 20px;
}
.sponser_tt_txt2{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
  border-top: 1px dotted;
  margin-top: 15px;
  padding-top: 15px;
  
}


/* バナー */
.sponser_banners{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.sponser_banners_item{
  width: 50%;
  padding: 0 5px;
}
.sponser_banners_img{
  
}
.sponser_banners_img.img_fit:before{
  padding-top: 44.444%;
}
.sponser_banners_title{
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 3px;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .sponser_banners_item:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:768px){
  
  .pg_sponser .section.sec1{
  }
  .pg_sponser .section.sec2{
    margin-top: 70px;
  }

  .sponser_tt1_box{

  }
  .sponser_tt1_box.bdr{
    
  }
  .sponser_tt1_box.bdr:after{
    height: 10px;
    margin-top: 25px;
  }

  .sponser_tt1{
    font-size: 36px;
  }
  
  .sponser_tt2{
    font-size: 20px;
    margin-top: 15px;
  }
  .sponser_tt2:before,
  .sponser_tt2:after{
    height: 5px;
  }
  .sponser_tt2:before{
    margin-right: 15px;
  }
  .sponser_tt2:after{
    margin-left: 15px;
  }

  .sponser_tt_txt1{
    text-align: center;
    margin-top: 20px;
  }
  .sponser_tt_txt2{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
  }
  
  /* バナー */
  .sponser_banners{
    margin: 0 -5px;
  }
  .sponser_banners_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .sponser_banners_item:nth-child(n+4){
    margin-top: 30px;
  }
  .sponser_banners_img{

  }
  .sponser_banners_title{
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_sponser .section.sec1{
  }
  .pg_sponser .section.sec2{
    margin-top: 115px;
  }
  
  .sponser_tt1_box{

  }
  .sponser_tt1{
    font-size: 60px;
  }
  
  .sponser_tt2{
    font-size: 28px;
    margin-top: 25px;
  }
  .sponser_tt2:before,
  .sponser_tt2:after{
    height: 5px;
  }
  .sponser_tt2:before{
    margin-right: 20px;
  }
  .sponser_tt2:after{
    margin-left: 20px;
  }

  .sponser_tt_txt1{
    font-size: 18px;
    margin-top: 25px;
  }
  .sponser_tt_txt2{
    margin-top: 42px;
    padding-top: 42px;
  }

  /* バナー */
  .sponser_banners{
    margin: 0 -7.5px;
  }
  .sponser_banners_item{
    width: 33.333%;
    padding: 0 7.5px;
  }
  .sponser_banners_item:nth-child(n+4){
    margin-top: 40px;
  }
  .sponser_banners_img{

  }
  .sponser_banners_title{
  }
}


/*******************************
*　提携企業様
********************************/
.pg_partnership{
  
}
.pg_partnership .section.sec1{
  
}

/* 企業一覧 */
.partnership_list{
  margin-top: 30px;
}
.partnership_list_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 30px;
}
.partnership_list_item:nth-child(n+2){
  margin-top: 30px;
}
.partnership_list_item_box1{
  width: 100%;
}
.partnership_list_item_box2{
  width: 100%;
}
.partnership_list_item_img{
  
}
.partnership_list_item_img img{
  border: 1px solid #a0a0a0;
  border-radius: 20px;
}
.partnership_list_item_img.img_fit:before{
  padding-top: 100%;
}
.partnership_list_item_head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted;
  padding: 10px 0;
  margin-bottom: 10px;
}
.partnership_list_item_title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.partnership_list_item_link{
  background: #f29c9f;
  color: #FFF;
  border-radius: 10px;
  padding: 2px 12px;
}
.partnership_list_item_link p{
  font-size: 12px;
  font-weight: 500;
}
.partnership_list_item_txt1{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}

.partnership_list_item_txt2{
  margin-top: 20px;
  line-height: 1.875;
  text-align: justify;
}
.partnership_list_item_txt2 h3{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.partnership_list_item_txt2 h3:before{
  content: "■";
  color: #cb0202;
  margin-right: 10px;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .partnership_list_item_box1{
    
  }
  .partnership_list_item_box2{
    margin-top: 15px;
  }
  .partnership_list_item_img{
    width: 60%;
    margin: 0 auto;
  }
  .partnership_list_item_title{
    width: 100%;
  }
  .partnership_list_item_link{
    margin-top: 10px;
  }
  
}
@media (min-width:768px){
  
  .pg_partnership .section.sec1{
  }
  
  /* 企業一覧 */
  .partnership_list{
    margin-top: 50px;
  }
  .partnership_list_item{
    padding-bottom: 50px;
  }
  .partnership_list_item:nth-child(n+2){
    margin-top: 50px;
    
  }
  .partnership_list_item_box1{
    width: 22.97%;
  }
  .partnership_list_item_box2{
    width: 74.32%;
  }
  .partnership_list_item_img{

  }
  .partnership_list_item_head{
    padding: 15px 0;
  }
  .partnership_list_item_title{
    font-size: 18px;
  }
  .partnership_list_item_link{
  }
  .partnership_list_item_link p{
    font-size: 14px;
  }
  .partnership_list_item_txt1{
  }
  .partnership_list_item_txt2 h3{
    font-size: 18px;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_partnership .section.sec1{
  }
  
  /* 企業一覧 */
  .partnership_list{
    margin-top: 80px;
  }
  .partnership_list_item{
    padding-bottom: 80px;
  }
  .partnership_list_item:nth-child(n+2){
    margin-top: 75px;
  }
}

/*******************************
*　
********************************/
.pg_donation{
  
}
.pg_donation .section.sec1{
  
}
.pg_donation .section.sec2{
  margin-top: 50px;
}
.pg_donation .section.sec3{
  margin-top: 50px;
}

/* 概要 */
.donation_about_wrap{
  margin-top: 25px;
}
.donation_about_title{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  
  text-align: center;
  margin-bottom: 20px;
}
.donation_about_txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}
.donation_about_txt + .donation_about_txt{
  margin-top: 1.875em;
}

/* 未来 */
.donation_future_wrap{
  background: #e7ecf6;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
}
.donation_future_inner{
  border: 2px dotted #fefeff;
  border-radius: 20px;
  padding: 15px 5px;
}
.donation_future_title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.666;
  text-align: center;
  margin-bottom: 10px;
}
.donation_future_title strong{
  font-weight: 600;
  color: #be0101;
}
.donation_future_txt{
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
.donation_future_txt2{
  font-size: 12px;
  line-height: 2.285;
  text-align: justify;
  margin-top: 5px;
}
.donation_future_line{
  text-align: center;
  padding: 10px 0;
}
.donation_future_line img{
  
}

/* カテゴリ */
.donation_category_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.donation_category_item{
  width: 100%;
  padding: 0 5px;
}

.donation_category_inner{
  
}
.donation_category_title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 10px;
  background-image: url('https://snowgrp-fukui.co.jp/system_panel/uploads/images/donation_category_title_bg.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: 10px 10px;
}
.donation_category_price{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 10px;
}
.donation_category_txt{
  letter-spacing: 0.075em;
  line-height: 2.133;
  text-align: justify;
}
.donation_category_txt p{
  text-indent: -1em;
  padding-left: 1em;
  
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  .donation_about_title{
    font-size: 18px;
  }
}
@media (max-width:767px){
  
  .donation_category_item:nth-child(n+2){
    margin-top: 25px;
  }

}
@media (min-width:768px){
  
  .pg_donation .section.sec1{
  }
  .pg_donation .section.sec2{
    margin-top: 70px;
  }
  .pg_donation .section.sec3{
    margin-top: 70px;
  }
  .pg_donation .section.sec4{
    margin-top: 70px;
  }
  
  /* 概要 */
  .donation_about_wrap{

  }
  .donation_about_title{
    font-size: 26px;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
  }
  .donation_about_txt{
    text-align: center;
  }
  .donation_about_txt + .donation_about_txt{
  }
  
  
  /* 未来 */
  .donation_future_wrap{
    margin-top: 30px;
  }
  .donation_future_inner{
    padding: 20px 10px;
  }
  .donation_future_title{
    font-size: 24px;
  }
  .donation_future_title strong{
  }
  .donation_future_txt{
    font-size: 16px;
  }
  .donation_future_txt2{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  
  /* カテゴリ */
  .donation_category_wrap{
    margin: 0 -5px;
  }
  .donation_category_item{
    width: 50%;
    padding: 0 5px;
  }
  .donation_category_item:nth-child(n+3){
    margin-top: 40px;
  }
  .donation_category_inner{

  }
  .donation_category_title{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .donation_category_price{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .donation_category_txt{
    font-size: 15px;
  }
  .donation_category_txt p{
  }

}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_donation .section.sec1{
  }
  .pg_donation .section.sec2{
    margin-top: 95px;
  }
  .pg_donation .section.sec3{
    margin-top: 100px;
  }
  .pg_donation .section.sec4{
    margin-top: 100px;
  }
  
  .donation_about_txt{
    letter-spacing: 0.1em;
  }
  
  /* 未来 */
  .donation_future_wrap{
    margin-top: 40px;
  }
  
  /* カテゴリ */
  .donation_category_wrap{
    margin: 0 -15px;
  }
  .donation_category_item{
    width: 50%;
    padding: 0 15px;
  }
  .donation_category_inner{

  }
  .donation_category_title{
  }
  .donation_category_price{
  }
  .donation_category_txt{
  }
  .donation_category_txt p{
  }
}


/*******************************
*　メディア実績
********************************/
.pg_media{
  
}
.pg_media .section.sec1{
  
}

.media_header{
  background: #eeeeee;
  padding: 10px 5px;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 20px;
}
.media_header_title{
  font-size: 1.166em;
  font-weight: 600;
}
.media_header_txt{
  font-size: 1em;
}

/* 一覧 */
.media_list{
  
}
.media_item{
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
}
.media_item:nth-child(n+2){
  margin-top: 20px;
}
.media_item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media_item .box1{
  width: 100%;
  padding: 10px;
  border: 1px solid #a0a0a0;
}
.media_item .box2{
  width: 100%;
}
.media_item .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  background: #020b22;
  color: #FFF;
  padding: 10px 10px;
  margin-bottom: 15px;
  line-height: 1;
}
.media_item .title .date{
  display: inline-block;
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}
.media_item .txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
}
.media_item .img{
  
}
.media_item .img.img_fit img{
  object-fit: contain;
  font-family: 'object-fit: contain';
}
.media_item .img.img_fit:before{
  padding-top: 76.54%;
}

.media_item .img.youtube.img_fit:before{
  /*padding-top: 56.25%;*/
}
.media_item .img iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media_item .video{
  display: none;
}

/* スライド用 */

.media_slider_wrap{
  display: flex;
  justify-content: space-between;
}
.media_slider_btn_prev,
.media_slider_btn_next{
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.media_slider_btn_prev:hover,
.media_slider_btn_next:hover{
  opacity: 0.8;
}
.media_slider_btn_prev{
  
}
.media_slider_btn_next{
  
}
.media_slider_items{
  width: calc(100% - 70px);
}
.media_slider_items .slick-arrow{
  display: none !important;
}

.media_slide_item{
  margin: 0 6.5px;
}
.media_slide_item .inner{
  display: block;
}
.media_slide_item .box1{
  position: relative;
  background: #cdcdcd;
}
.media_slide_item .box2{
  background: #eae8e8;
  padding: 10px 10px 30px;
}
.media_slide_item .img{
  
}
.media_slide_item .img.img_fit:before{
  padding-top: 72%;
}
.media_slide_item .category{
  position: absolute;
  left: 0;
  bottom: 0;
}
.media_slide_item .category span{
  display: block;
  background: #020b22;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 2px 5px;
  width: 100px;
}
.media_slide_item .date{
  font-size: 14px;
  font-weight: 500;
  
}
.media_slide_item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
}

/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .media_item .box1{
    order: 2;
    margin-top: 15px;
  }
  .media_item .box2{
    order: 1;
  }
  
}
@media (min-width:768px){
  
  .pg_media .section.sec1{
  }
  
  .media_header{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .media_header_title{
  }
  .media_header_txt{

  }
  
  /* 一覧 */
  .media_list{

  }
  .media_item{
    padding-bottom: 30px;
  }
  .media_item:nth-child(n+2){
    margin-top: 30px;
  }
  .media_item .inner{
  }
  .media_item .box1{
    width: 40.09%;
  }
  .media_item .box2{
    width: 57.20%;
  }
  .media_item .title{
    font-size: 16px;
    padding: 15px 10px;
    margin-bottom: 18px;
  }
  .media_item .txt{
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_media .section.sec1{
  }
  
  .media_header{
    font-size: 18px;
    margin-bottom: 55px;
  }
  .media_header_title{
  }
  .media_header_txt{

  }
  
  .media_item{
    padding-bottom: 60px;
  }
  .media_item:nth-child(n+2){
    margin-top: 60px;
  }
  
  .media_item .box1{
    padding: 20px;
  }
  
  .media_list .webgene-pagination{
    margin-top: 120px;
  }
  
  
}

/*******************************
*　
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  margin-top: 50px;
}
.pg_xxx .section.sec3{
  margin-top: 50px;
}
.pg_xxx .section.sec4{
  margin-top: 50px;
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
    margin-top: 70px;
  }
  .pg_xxx .section.sec3{
    margin-top: 70px;
  }
  .pg_xxx .section.sec4{
    margin-top: 70px;
  }
  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
    margin-top: 100px;
  }
  .pg_xxx .section.sec3{
    margin-top: 100px;
  }
  .pg_xxx .section.sec4{
    margin-top: 100px;
  }
  
}



/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}
.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;
  flex-wrap: wrap;
  align-items: center;
  /*border-bottom: 1px solid #eae9e9;*/
  border-bottom: 1px solid #a0a0a0;
  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: #020b22;
  color: #FFF;
  padding: 1px 5px 3px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{
  
}

.posts_list .no_results{
  text-align: center;
}

.news_list.posts_list .webgene-item{
  padding-bottom: 10px;
  border-bottom-style: dotted;
}
.news_list.posts_list .webgene-item + .webgene-item {
  margin-top: 16px;
}




/* サイド */
.posts_side_wrap{
  
}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #181818;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #020b22;
  padding: 15px 10px 30px;
}
.posts_detail .webgene-item{
  
}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 6px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #020b22;
  color: #FFF;
  min-width: 190px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 6px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  
}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;
  
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
}
.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{
    
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
  .posts_list .webgene-item .category span{
    padding: 4px 5px 5px;
  }
}
@media (min-width:768px){
  
  .pg_news{
  }
  .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: 26px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 190px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    /*width: calc(100% - 100px - 190px - 15px);
    margin-left: 15px;*/
    width: 100%;
    margin-top: 5px;
  }
  .posts_list .webgene-item .title a{

  }
  
  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }
  
  /* 詳細 */
  .posts_detail{
    padding: 12px 30px 50px;
  }
  .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: 12px;
  }
  .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;
  }
  
  .posts_detail + .read_more{
    margin-top: 80px;
  }

  
}
@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: 190px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 190px - 35px);
    margin-left: 35px;
    margin-top: 0;
  }
  .posts_list .webgene-item .title a{

  }
  
  .posts_list.category_home_news .webgene-item .category{
    width: 225px;
  }
  .posts_list.category_home_news .webgene-item .title{
    width: calc(100% - 120px - 225px - 30px);
    margin-left: 30px;
  }
  
}
@media (min-width:1200px){
  
  .pg_news{
    padding-top: 10px;
  }
  
  .posts_list + .read_more{
    margin-top: 60px;
  }
  
  .news_list .webgene-pagination{
    margin-top: 80px;
  }
}



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

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

@media (max-width:1023px){
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){
  
  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }
  
  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


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

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

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

/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #c3d194;
}
.privacy_txt{
  letter-spacing: 0.04em;
}
.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

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

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

.body_prettyWoman .esthe_contact_section {
  background-color: #e7fdff;
}
.body_prettyWoman .pg_esthe .section.sec2 {
  background-color: #e7feff;
}
.body_prettyWoman .pg_esthe .section.sec3 {
  background-color: #cdeef4;
}
.body_prettyWoman .pg_esthe .section.sec4 {
  background-color: #e7fbff;
}
.body_prettyWoman .pg_esthe .section.sec1 {
  background-color: rgb(237 255 255 / 50%);
  border: solid #f6ffff;
}

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

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}
