@charset "UTF-8";




/*******************************
*　共通
********************************/

/* ページ概要 */
.pg_cmn_about{

}
.pg_cmn_about_title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.pg_cmn_about_txt1{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}

/* イメージ */
.pg_cmn_images{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 30px -5px 0;
  padding-bottom: 28px;
}
.pg_cmn_images:after{
  content: "";
  position: absolute;
  z-index: -1;
  /*background: #d5ead8;*/
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pg_cmn_images_item{
  width: 100%;
  padding: 0 5px;
}
.pg_cmn_images_item:nth-child(n+2){
  margin-top: 10px;
}
.pg_cmn_images_item_img.img_fit:before{
  padding-top: 71.42%;
}


/* 悩み */
.pg_cmn_nayami{
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bfbfbf;
}
.pg_cmn_nayami_title{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
}
.pg_cmn_nayami_title:before,
.pg_cmn_nayami_title:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
}
.pg_cmn_nayami_title:before{
  margin-right: 15px;
}
.pg_cmn_nayami_title:after{
  margin-left: 15px;
}
.pg_cmn_nayami_tab{
  display: flex;
  border-bottom: 3px solid #c2dec6;
  margin-bottom: 15px;
}
.pg_cmn_nayami_tab_item{
  width: 100%;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: #f0f0f0;
  padding: 1px 5px 2px;
  cursor: pointer;
  position: relative;
}
.pg_cmn_nayami_tab_item.on{
  background: #c2dec6;
  color: #FFF;
}
.pg_cmn_nayami_tab_item:hover{
  opacity: 0.8;
}
.pg_cmn_nayami_tab_item:after{
  /*
  * f078 ∨ (大)
  * f107 ∨ (小)
  */
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_cmn_nayami_tab_contents{

}
.pg_cmn_nayami_contents{
  display: none;
}
.pg_cmn_nayami_contents.on{
  display: block;
}
.pg_cmn_nayami_contents_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -5px;
}
.pg_cmn_nayami_contents_list_item{
  width: 100%;
  padding: 0 5px;
}
.pg_cmn_nayami_contents_list_item:nth-child(n+3){
  /*margin-top: 10px;*/
}
.pg_cmn_nayami_contents_list_item p{
  border-bottom: 1px dashed #6a6a6a;
  position: relative;
  padding: 8px 5px 8px 20px;
  font-size: 16px;
}
.pg_cmn_nayami_contents_list_item p:before{
  content: "\f14a";
  font-size: 18px;
  font-family: "FontAwesome";
  color: #d70303;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pg_cmn_nayami_3col_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pg_cmn_nayami_col_note {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .pg_cmn_nayami_3col_wrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }
  
    .pg_cmn_nayami_col_box {
        width: 32%;
    }
}

.pg_cmn_nayami_3col_wrap .pg_cmn_nayami_contents_list {
    display: block;
    margin: 0;
}

.pg_cmn_nayami_3col_wrap .pg_cmn_nayami_contents_list_item {
    width: 100% !important;
    padding: 0;
}

.gjs-dashed .pg_cmn_nayami_contents{
  display: block;
  border: 2px dashed #CCC;
  background: beige;
  padding: 15px ;
}
.gjs-dashed .pg_cmn_nayami_contents+.pg_cmn_nayami_contents{
  margin-top: 30px;
}

/* コンテンツ */
.pg_cmn_contents{

}
.pg_cmn_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  position: relative;
}
.pg_cmn_contents_row + .pg_cmn_contents_row{
  margin-top: 50px;
}
.pg_cmn_contents_row_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.pg_cmn_contents_row_box2{
  width: 100%;
  order: 1;
  margin-top: -50px;
}
.pg_cmn_contents_num{
  font-size: 32px;
  font-family: 'Sacramento', serif;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 0;
}
.pg_cmn_contents_title{
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pg_cmn_contents_txt{
  font-size: 16.44px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}
.pg_cmn_contents_img{

}
.pg_cmn_contents_img.img_fit:before{
  padding-top: 70.37%;
}


.pg_cmn_contents_row:nth-child(2n+1){
}
.pg_cmn_contents_row:nth-child(2n+1):after{

}

.pg_cmn_contents_row:nth-child(4n+1):after,
.pg_cmn_contents_row:nth-child(4n+3):after{
  content: "";
  /*background: #d5ead8;*/
}

/* メニュー */
.pg_cmn_menu{

}
.pg_cmn_menu_row{

}
.pg_cmn_menu_row + .pg_cmn_menu_row{
  margin-top: 50px;
}
.pg_cmn_menu_title{
  font-size: 16.44px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  /*background: #d5ead8;*/
  text-align: center;
  padding: 11px 10px;
  margin-bottom: 15px;
  position: relative;

}
.pg_cmn_menu_title:before,
.pg_cmn_menu_title:after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: #d5ead8;*/
}
.pg_cmn_menu_title:before{
  top: -5px;
}
.pg_cmn_menu_title:after{
  bottom: -5px;
}
.pg_cmn_menu_list{

}
.pg_cmn_menu_list_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px dashed #c3c3c3;
  padding: 7px 5px 7px 5px;
}
.pg_cmn_menu_list_txt1,
.pg_cmn_menu_list_txt2{
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.pg_cmn_menu_list_txt1{
  width: calc(100% - 80px);
}
.pg_cmn_menu_list_txt2{
  width: 80px;
  text-align: right;
}


.pg_cmn_menu_list_item.wide .pg_cmn_menu_list_txt1{
  width: calc(100% - 120px);
}
.pg_cmn_menu_list_item.wide .pg_cmn_menu_list_txt2{
  width: 120px;
}

/* サービス */
.pg_cmn_service{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pg_cmn_service_item{
  width: 100%;
  padding: 0 5px;
}
.pg_cmn_service_item:nth-child(n+2){
  margin-top: 40px;
}
.pg_cmn_service_item_inner{

}
.pg_cmn_service_item_img{
  margin-bottom: 25px;
}
.pg_cmn_service_item_img.img_fit:before{
  padding-top: 57.40%;
}
.pg_cmn_service_item_title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  border-bottom: 2px solid #efefef;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.pg_cmn_service_item_title:after{
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #d6d8c8;
}
.pg_cmn_service_item_txt{
  font-size: 16.44px;
  letter-spacing: 0.075em;
  line-height: 1.875;
}


/* カラバリ */
.pg_cmn_images:after,
.pg_cmn_contents_row:nth-child(4n+1):after, 
.pg_cmn_contents_row:nth-child(4n+3):after,
.pg_cmn_menu_title,
.pg_cmn_menu_title:before, 
.pg_cmn_menu_title:after{
  background: #d5ead8;
}
.pg_color2 .pg_cmn_images:after,
.pg_color2 .pg_cmn_contents_row:nth-child(4n+1):after, 
.pg_color2 .pg_cmn_contents_row:nth-child(4n+3):after,
.pg_color2 .pg_cmn_menu_title,
.pg_color2 .pg_cmn_menu_title:before, 
.pg_color2 .pg_cmn_menu_title:after{
  background: #f4f0e9;
}
.pg_color3 .pg_cmn_images:after,
.pg_color3 .pg_cmn_contents_row:nth-child(4n+1):after, 
.pg_color3 .pg_cmn_contents_row:nth-child(4n+3):after,
.pg_color3 .pg_cmn_menu_title,
.pg_color3 .pg_cmn_menu_title:before, 
.pg_color3 .pg_cmn_menu_title:after{
  background: #d6d8c8;
}

@media (max-width:374px){

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

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

  .pg_cmn_contents_row:nth-child(4n+1):after,
  .pg_cmn_contents_row:nth-child(4n+3):after{
    position: absolute;
    z-index: -1;
    width: 100vw;
    /*height: 575px;*/
    height: calc(100% + 50px);
    top: 145px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  /*.pg_cmn_contents_row:nth-child(4n+1):after{
    top: 145px;
    left: calc(50% - 50px);
  }
  .pg_cmn_contents_row:nth-child(4n+3):after{
    top: 50px;
    right: calc(50% - 50px);
  }*/

  .pg_cmn_nayami_contents_list_item p:before{
    top: 54%;
  }

  .pg_cmn_images{
    margin: 30px -15px 0;
  }
  .pg_cmn_images .slick-slide{
    padding: 0 5px;
    display: block;
    width: 265px;
  }

  .pg_cmn_about_txt1_in p{
    display: inline;
  }
}
@media (min-width:768px){

  /* ページ概要 */
  .pg_cmn_about{

  }
  .pg_cmn_about_title{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .pg_cmn_about_txt1{

    text-align: center;
  }

  /* イメージ */
  .pg_cmn_images{
    margin: 50px -10px 0;
    padding-bottom: 28px;
  }
  .pg_cmn_images:after{
    height: 150px;
  }
  .pg_cmn_images_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .pg_cmn_images_item:nth-child(n+2){
    margin-top: 0;
  }
  .pg_cmn_images_item:nth-child(n+4){
    margin-top: 10px;
  }



  /* 悩み */
  .pg_cmn_nayami{
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #bfbfbf;
  }
  .pg_cmn_nayami_title{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .pg_cmn_nayami_title:before{
    margin-right: 20px;
  }
  .pg_cmn_nayami_title:after{
    margin-left: 20px;
  }
  .pg_cmn_nayami_tab{
    margin-bottom: 25px;
  }
  .pg_cmn_nayami_tab_item{
    font-size: 16px;
  }
  .pg_cmn_nayami_tab_item:after{
    right: 15px;
  }

  .pg_cmn_nayami_tab_contents{

  }
  .pg_cmn_nayami_contents{

  }
  .pg_cmn_nayami_contents_list{
    margin: 0 -10px;
  }
  .pg_cmn_nayami_contents_list_item{
    width: 50%;
    padding: 0 10px;
  }
  .pg_cmn_nayami_contents_list_item p{
    font-size: 16px;
    padding: 12px 5px 12px 25px;
    letter-spacing: 0.075em;
  }


  /* コンテンツ */
  .pg_cmn_contents{

  }
  .pg_cmn_contents_row{
    padding-top: 30px;
  }
  .pg_cmn_contents_row + .pg_cmn_contents_row{
    margin-top: 100px;
  }
  .pg_cmn_contents_row_box1{
    width: 48%;
    margin-top: 0;
  }
  .pg_cmn_contents_row_box2{
    width: 50%;
    margin-top: -30px;
  }
  .pg_cmn_contents_num{
    font-size: 40px;
    margin-bottom: 16px;
  }
  .pg_cmn_contents_title{
    font-size: 19px;
    margin-bottom: 25px;
  }
  .pg_cmn_contents_txt{
    font-size: 16.44px;
  }

  .pg_cmn_contents_row:nth-child(odd) .pg_cmn_contents_row_box1{
    order: 1;
  }
  .pg_cmn_contents_row:nth-child(odd) .pg_cmn_contents_row_box2{
    order: 2;
  }
  .pg_cmn_contents_row:nth-child(even) .pg_cmn_contents_row_box1{
    order: 2;
  }
  .pg_cmn_contents_row:nth-child(even) .pg_cmn_contents_row_box2{
    order: 1;
  }

  .pg_cmn_contents_row:nth-child(4n+1):after,
  .pg_cmn_contents_row:nth-child(4n+3):after{
    position: absolute;
    z-index: -1;
    width: calc(50vw + 50px);
    height: 575px;
  }
  .pg_cmn_contents_row:nth-child(4n+1):after{
    top: 145px;
    left: calc(50% - 50px);
  }
  .pg_cmn_contents_row:nth-child(4n+3):after{
    top: 50px;
    right: calc(50% - 50px);
  }
  .pg_cmn_contents_row:nth-child(3):after{
    height: 715px;
  }

  /* メニュー */
  .pg_cmn_menu{

  }
  .pg_cmn_menu_row{

  }
  .pg_cmn_menu_row + .pg_cmn_menu_row{
    margin-top: 55px;
  }
  .pg_cmn_menu_title{
    font-size: 16.44px;
    margin-bottom: 20px;
  }
  .pg_cmn_menu_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_cmn_menu_list_item{
    width: 48.64%;
    padding: 7px 8px 7px 8px;
  }
  .pg_cmn_menu_list_item:nth-child(n+3){
    margin-top: 16px;
  }
  .pg_cmn_menu_list_txt1,
  .pg_cmn_menu_list_txt2{
    font-size: 16px;
  }

  /* サービス */
  .pg_cmn_service{
    margin: 0 -10px;
  }
  .pg_cmn_service_item{
    width: 50%;
    padding: 0 10px;
  }
  .pg_cmn_service_item:nth-child(n+2){
    margin-top: 0;
  }
  .pg_cmn_service_item:nth-child(n+3){
    margin-top: 30px;
  }
  .pg_cmn_service_item_inner{

  }
  .pg_cmn_service_item_title{
    font-size: 20.56px;
    margin-bottom: 8px;
  }
  .pg_cmn_service_item_title:after{
    width: 95px;
    height: 2px;
  }
  .pg_cmn_service_item_txt{
    font-size: 16.44px;
  }
}
@media (min-width:1024px){

  /* ページ概要 */
  .pg_cmn_about{

  }
  .pg_cmn_about_title{
    font-size: 25.69px;
    margin-bottom: 38px;
  }
  .pg_cmn_about_txt1{
    font-size: 16.44px;
  }

  /* イメージ */
  .pg_cmn_images{
    margin: 50px -15px 0;
  }
  .pg_cmn_images:after{
    height: 200px;
  }
  .pg_cmn_images_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .pg_cmn_images_item:nth-child(n+4){
    margin-top: 15px;
  }


  /* 悩み */
  .pg_cmn_nayami{
    margin-top: 120px;
  }
  .pg_cmn_nayami_title{
    font-size: 30.83px;
    margin-bottom: 55px;
  }
  .pg_cmn_nayami_title:before{
    margin-right: 40px;
  }
  .pg_cmn_nayami_title:after{
    margin-left: 40px;
  }
  .pg_cmn_nayami_tab{
    margin-bottom: 40px;
  }
  .pg_cmn_nayami_tab_item{
    font-size: 18.5px;
  }
  .pg_cmn_nayami_tab_item:after{
    right: 15px;
  }

  .pg_cmn_nayami_tab_contents{

  }
  .pg_cmn_nayami_contents{

  }
  .pg_cmn_nayami_contents_list{
    margin: 0 -8px;
  }
  .pg_cmn_nayami_contents_list_item{
    width: 33.333%;
    padding: 0 8px;
  }
  .pg_cmn_nayami_contents_list_item p{
    font-size: 16.44px;
    padding: 12px 0 12px 25px;
    /*padding-left: 35px;*/
    letter-spacing: 0;
  }

  /* コンテンツ */
  .pg_cmn_contents{

  }
  .pg_cmn_contents_row{
    padding-top: 50px;
    /*min-height: 500px;*/
  }
  .pg_cmn_contents_row:last-child{
    min-height: auto;
  }
  .pg_cmn_contents_row + .pg_cmn_contents_row{
    margin-top: 140px;
    /*margin-top: 30px;*/
  }
  .pg_cmn_contents_row_box1{
    /*width: 42.79%;*/
    width: 43%;
    margin-top: 0;

  }
  .pg_cmn_contents_row_box2{
    width: 48.64%;
    margin-top: -50px;
  }
  .pg_cmn_contents_num{
    font-size: 52.08px;
    margin-bottom: 16px;
  }
  .pg_cmn_contents_title{
    /*font-size: 20.56px;*/
    margin-bottom: 25px;
  }
  .pg_cmn_contents_txt{
    font-size: 16.44px;
  }

  .pg_cmn_contents_row:nth-child(odd) .pg_cmn_contents_row_box1{
  }
  .pg_cmn_contents_row:nth-child(odd) .pg_cmn_contents_row_box2{
  }
  .pg_cmn_contents_row:nth-child(even) .pg_cmn_contents_row_box1{
  }
  .pg_cmn_contents_row:nth-child(even) .pg_cmn_contents_row_box2{
  }
  .pg_cmn_contents_row:nth-child(4n+1):after,
  .pg_cmn_contents_row:nth-child(4n+3):after{
    height: 595px;
  }

  /* メニュー */
  .pg_cmn_menu_list_item{
    width: 48.64%;
    padding: 7px 14px 7px 15px;
  }
  .pg_cmn_menu_list_item:nth-child(n+3){
    margin-top: 16px;
  }
  .pg_cmn_menu_list_txt1,
  .pg_cmn_menu_list_txt2{
    /*font-size: 17px;*/
  }

  /* サービス */
  .pg_cmn_service{
    margin: 0 -15px;
  }
  .pg_cmn_service_item{
    width: 50%;
    padding: 0 15px;
  }
  .pg_cmn_service_item:nth-child(n+3){
    margin-top: 52px;
  }
  .pg_cmn_service_item_inner{

  }
  .pg_cmn_service_item_img{
  }
  .pg_cmn_service_item_title{
    font-size: 20.56px;
  }
  .pg_cmn_service_item_title:after{
  }
  .pg_cmn_service_item_txt{
    font-size: 16.44px;
  }
  
}
@media (min-width:1200px){
  .pg_cmn_nayami_contents_list{
    margin: 0 -15px;
  }
  .pg_cmn_nayami_contents_list_item{
    padding: 0 15px;
  }  
  .pg_cmn_nayami_contents_list_item p{
    font-size: 16.44px;
    padding-left: 35px;
    letter-spacing: 0.075em;
  }

  .pg_cmn_contents_title{
    font-size: 20.56px;
    margin-bottom: 25px;
  }

  .pg_cmn_menu_list_txt1,
  .pg_cmn_menu_list_txt2{
    font-size: 18px;
  }
}

/*******************************
*　
********************************/
.pg_esthe{

}
.pg_esthe .section + .section{
  margin-top: 50px;
}
.pg_esthe .section.sec1{
  margin-top: 0;
}
.pg_esthe .section.sec2{
}
.pg_esthe .section.sec3{
}

@media (max-width:374px){

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

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

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

  }
  .pg_esthe .section + .section{
    margin-top: 80px;
  }
  .pg_esthe .section.sec1{
  }
  .pg_esthe .section.sec2{
  }
  .pg_esthe .section.sec3{
  }


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

  .pg_esthe .section + .section{
    margin-top: 135px;
  }
  .pg_esthe .pg_cmn_nayami_title{
    margin-bottom: 45px;
  }
}
@media (min-width:1200px){


}

/*******************************
*　妊活
********************************/
.body_prenatalCare .header_title:after{
  background: #d6d8ca;
}

@media (max-width:767px){

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


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


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


}

/*******************************
*　ネイル
********************************/
.body_nail .header_title:after{
  background: #f5f0ea;
}

@media (max-width:767px){

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


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


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


}



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

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


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

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

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

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

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


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


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


}
