@charset "utf-8";

/*******************************
*　メニュー
********************************/
.pg_beautyMenu {
    margin-top: 140px;
}

.pg_beautyMenu .section.sec1 {}

.pg_beautyMenu .section.sec2 {}

.pg_beautyMenu .section.sec3 {}

.tt2_menu_title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
}

.menu_box {
    margin-top: 55.5px;
}

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

.menu_ttl {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.075em;
    padding: 9px 0;
    background: #edf5f6;
}

.menu_content {
    margin-top: 30px;
}

.menu_price_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted;
    padding-bottom: 11.25px;
    height: 100%;
}

.menu_price_list>div:nth-child(n+3) {
    margin-top: 31px;
}

.menu_price_list>.col-12:nth-child(n+2) {
    margin-top: 31px;
}

.menu_price_item_l {
    padding-left: 8px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.075em;
}

.menu_price_item_r {
    text-align: right;
    padding-right: 15px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.075em;
    margin-left: auto;
}

@media (max-width:767px) {
    .pg_beautyMenu {
        margin-top: 0;
    }

    .menu_box {
        margin-top: 36px;
    }

    .tt2_menu_title {
        font-size: 16px;
    }

    .menu_price_list>div:nth-child(2) {
        margin-top: 29.5px;
    }

    .menu_price_list>.col-12:nth-child(n+2) {
        margin-top: 29.5px;
    }

}

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

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

}

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


/*******************************
*　お客様の声
********************************/
.pg_voice {}

.pg_voice .section.sec1 {}

/*（一覧）*/
.voicelist_wrap .webgene-blog {
    margin: 150px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.voicelist_wrap .webgene-item:nth-child(n+5) {
    margin-top: 54px;
}

.voicelist_wrap .webgene-blog .img_fit:before {
    padding-top: 118%;
}

.voicelist_wrap .webgene-blog .category {
    margin-top: 3px;
    display: block;
    width: 120px;
    padding: 1px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.075em;
    background: #61bfbf;
    text-align: center;
}

.voicelist_wrap .webgene-blog .meta .title {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.9;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*（詳細）*/
.voicedetail_wrap .webgene-item .main {
    margin-top: 147px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.voicedetail_wrap .webgene-item .main .box1 {
    width: 40.2%;
}

.voicedetail_wrap .webgene-item .main .box1 .img_fit:before {
    padding-top: 121%;
}

.voicedetail_wrap .webgene-item .main .box2 {
    width: 51.3%;
}

.voicedetail_wrap .webgene-item .main .box2 .position .category {
    display: block;
    width: 137px;
    padding: 7px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.15em;
    background: #61bfbf;
    text-align: center;
}

.voicedetail_wrap .webgene-item .main .box2 .position .title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 1.57;
}

.voicedetail_wrap .webgene-item .main .box2 .comment {
    margin-top: 25px;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.voicedetail_wrap .webgene-item .sub_items {}

.voicedetail_wrap .webgene-item .sub_items .txt {
    margin-top: 80px;
    padding: 7px 10px;
    font-family: Outfit;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.075em;
    background: #dceded;
}

.voicedetail_wrap .webgene-item .sub_items .sub_desc {
    margin-top: 21px;
    letter-spacing: 0.083em;
    line-height: 2;
}

.pg_voice .link_1 {
    margin: 90px auto 0;
}


@media (max-width:767px) {
    .voicedetail_wrap .webgene-item .main {
        margin-top: 0;
    }

    .voicelist_wrap .webgene-item:nth-child(n+3) {
        margin-top: 54px;
    }

    .voicedetail_wrap .webgene-item .main .box1,
    .voicedetail_wrap .webgene-item .main .box2 {
        width: 100%;
    }

    .voicedetail_wrap .webgene-item .main .box2 {
        margin-top: 24px;
    }

    .voicedetail_wrap .webgene-item .main .box2 .position .title {
        margin-top: 15px;
        font-size: 16px;
    }

    .voicedetail_wrap .webgene-item .sub_items .txt {
        margin-top: 36px;
    }

    .pg_voice .link_1 {
        margin-top: 50px;
    }
}

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

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

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


/*******************************
*　商品
********************************/
.pg_product {}

.pg_product .section.sec1 {}

.pg_product .section.sec2 {
    margin-top: 100px;
}

.product_cate_wrap {
    margin-top: 149px;
}

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

.product_cate_items .webgene-blog .posts_cat_item {
    margin: 0;
}

.product_cate_items .webgene-blog .posts_cat_item a:before {
    display: none;
}

.product_cate_items .webgene-blog .posts_cat_item a {
    text-align: center;
    padding: 14px 0;
    border-radius: 30px;
    background: #f5f5f5;
    position: relative;
}

.product_cate_items .webgene-blog .posts_cat_item a:hover {}

.product_cate_items .webgene-blog .posts_cat_item a:after {
    content: ">";
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    transition: all .3s;
    position: absolute;
}

.product_cate_items .webgene-blog .posts_cat_item a:hover:after {
    right: 35px;
}

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

.product_list_wrap .webgene-blog .webgene-item .img_fit:before {
    padding-top: 80%;
}

.product_list_wrap .webgene-blog .webgene-item .category span {
    display: inline-block;
    width: 135px;
    margin-top: 5.5px;
    background: #61bfbf;
    color: #FFF;
    text-align: center;
}

.product_list_wrap .webgene-blog .webgene-item .title {
    margin-top: 13px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.75;
    padding-left: 7px;
}

.product_list_wrap .webgene-pagination {
    margin-top: 95px;
}

.posts_category_sp select {
    width: 100%;
    padding: 10px;
}

@media (max-width:767px) {
    .pg_product .section.sec2 {
        margin-top: 30px;
    }

    .product_cate_items .webgene-blog {
        display: none;
    }

    .product_list_wrap .webgene-blog .webgene-item:nth-child(n+3) {
        margin-top: 20px;
    }

    .pg_product .product_cate_wrap {
        margin-top: 0;
    }

    .product_list_wrap .webgene-blog .webgene-item .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (min-width:768px) {
    .pg_product .section.sec2 {
        margin-top: 80px;
    }

    .product_list_wrap .webgene-blog .webgene-item:nth-child(n+4) {
        margin-top: 53px;
    }

    .product_cate_items .webgene-blog .posts_cat_item:nth-child(3) {
        margin-top: 20px;
    }

    .product_list_wrap .webgene-blog .webgene-item:nth-child(3) {
        margin-top: 53px;
    }
}

@media (min-width:1024px) {
    .pg_product .section.sec2 {
        margin-top: 100px;
    }

    .product_cate_items .webgene-blog .posts_cat_item:nth-child(3) {
        margin-top: 0px;
    }

    .product_list_wrap .webgene-blog .webgene-item:nth-child(3) {
        margin-top: 0px;
    }


}

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

/*.webgene-item:hover{
background: #61bfbf;
}*/
.webgene-item .img_fit {
    background-image: url(https://salonsawa.com/system_panel/uploads/images/noimage.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*  position: relative;
    overflow: hidden;*/
}

/*.webgene-item .img_fit:before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.webgene-item .img_fit:hover:before{
  opacity: .8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.webgene-item .img_fit img{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-decoration: none;
  color: #fff
}*/

/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news {
    padding-top: 0;
}

.posts_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.posts_layout_box1 {
    width: 100%;
}

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

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

.select_wrap:after {
    content: "\f078";
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.select_wrap select {
    width: 100%;
    padding: 10px 10px;
    /*height: 40px;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.posts_category_sp {
    margin-bottom: 30px;
}

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

.news_box .webgene-item {
    width: 33.33%;
    padding: 0 15px;
}

.news_box .webgene-item .img_fit:before {
    padding-top: 82%;
    transition: all .3s ease-out;
}

.news_box .webgene-item .category {
    margin-top: 3px;
    display: block;
    width: 133px;
    padding: 1px 0;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.075em;
    color: #fff;
    background: #61bfbf;
    text-align: center;
}

.news_box .webgene-item .date {
    margin-top: 10px;
    font-family: Outfit;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.15em;
}

.news_box .webgene-item .title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* リスト */
.posts_list {}

.posts_list .webgene-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

.posts_list .webgene-item+.webgene-item {
    margin-top: 10px;
}

.posts_list .webgene-item .date {
    width: 95px;
    letter-spacing: 0.1em;
}

.posts_list .webgene-item .category {
    width: auto;
    font-size: 0.75em;
}

.posts_list .webgene-item .category span {
    display: block;
    background: #0069ba;
    color: #FFF;
    padding: 3px 5px;
    text-align: center;
}

.posts_list .webgene-item .title {
    width: 100%;
    letter-spacing: 0.075em;
}

.posts_list .webgene-item .title a {}

.news_box .webgene-item a:hover {
    color: #181818;
}

/* サイド */
.posts_side_wrap {}

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

.posts_side_title {
    background: #62d8e2;
    color: #000;
    padding: 10px 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}

.posts_cat_item {
    padding-left: 10px;
}

.posts_cat_item+.posts_cat_item {
    margin-top: 12px;
}

.posts_cat_item a {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.posts_cat_item a:before {
    content: "■";
    position: absolute;
    top: -2px;
    left: -12px;
    color: #61bfbf;
}

/* 詳細 */
.posts_detail {
    border: none;
    border-bottom: 1px solid #62d8e2;
    padding: 15px 10px;
}

.posts_detail .webgene-item {}

.posts_detail .meta {
    border-bottom: 1px solid #62d8e2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.posts_detail .meta .category {
    margin: 0 17px 0;
    width: 113px;
}

.posts_detail .meta .category span {
    display: inline-block;
    background: #61bfbf;
    border-radius: 0px;
    color: #FFF;
    min-width: 113px;
    text-align: center;
    padding: 5px;
    line-height: 1.2;
    width: 133px;
    font-family: Outfit;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.075em;
}

.posts_detail .meta .date {
    letter-spacing: 0.075em;
    font-size: 15px;
}

.posts_detail .meta .title {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.075em;
}

.posts_detail .post_content {
    letter-spacing: 0.075em;
    text-align: justify;
    word-break: break-all;
    padding: 0;
}

.posts_detail .thumb {
    margin-bottom: 20px;
}

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

.link_1 {
    display: block;
    width: 350px;
    max-width: 400px;
    margin: 77px auto 0;
    padding: 14px 0;
    border-radius: 30px;
    background: #62d8e2;
}

.link_1:hover {
    filter: brightness(1.05);
    color: #181818;
}

.link_1 p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.link_1 p:after {
    content: ">";
    margin-left: 7px;
    position: relative;
    right: 67px;
    transition: all .3s;
    position: absolute;
}

.voicelist_wrap .webgene-item .img_fit,
.voicedetail_wrap .webgene-item .main .box1 .img_fit {
    background-image: url(https://salonsawa.com/system_panel/uploads/images/noimage.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.voicelist_wrap .webgene-item .img_fit,
.voicedetail_wrap .webgene-item .main .box1 .img_fit,
.product_list_wrap .webgene-item .img_fit {
    overflow: hidden;
}

.voicelist_wrap .webgene-item .img_fit img,
.voicedetail_wrap .webgene-item .main .box1 .img_fit img,
.product_list_wrap .webgene-item a .img_fit img {
    transition: all .3s;
}

.voicelist_wrap .webgene-item a:hover,
.voicedetail_wrap .webgene-item a:hover,
.product_list_wrap .webgene-item a:hover {
    color: #181818;
}

.voicelist_wrap .webgene-item a:hover .img_fit img,
.voicedetail_wrap .webgene-item a:hover .box1 .img_fit img,
.product_list_wrap .webgene-item a:hover .img_fit img {
    transform: scale(1.1);
}

.voicedetail_wrap .webgene-item .sub_items .txt span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.075em;
}

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

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

@media (max-width:767px) {
    .posts_list .webgene-item {
        flex-wrap: wrap;
    }

    .posts_list .webgene-item .title {
        margin-top: 5px;
    }

    .posts_list .webgene-item .category {
        max-width: calc(100% - 95px);
        line-height: 1.2;
    }

    .news_box .webgene-item {
        width: 50%;
    }

    .news_box .webgene-item:nth-child(4) {
        margin-top: 20px;
    }

    .news_box .webgene-item:nth-child(n+3) {
        margin-top: 20px;
    }

    .news_box .webgene-item .category {
        width: 100%;
    }

    .news_box .webgene-item .title {
        -webkit-line-clamp: 2;
    }

    .posts_detail .meta {
        display: flex;
        flex-wrap: wrap;
    }

    .posts_detail .meta .title {
        width: 100%;
    }

    .link_1 {
        margin: 50px auto 0;
        width: 100%;
    }

    .pg_news .webgene-pagination {
        margin-top: 40px;
    }

    .posts_detail .post_content {
        font-size: 16px;
    }

    .news_box .webgene-blog {
        margin: 0 -10px;
    }

    .news_box .webgene-item {
        padding: 0 10px;
    }
}

@media (min-width:768px) {

    .pg_news {
        padding-top: 0;
    }

    .posts_layout_box1 {
        width: 74.32%;
    }

    .posts_layout_box2 {
        width: 22.97%;
        margin-top: 0;
    }

    .posts_category_sp {
        display: none;
    }

    /* リスト */
    .posts_list {}

    .posts_list .webgene-item {
        padding-bottom: 20px;
    }

    .posts_list .webgene-item+.webgene-item {
        margin-top: 20px;
    }

    .posts_list .webgene-item .date {
        width: 90px;
        font-size: 14px;
        letter-spacing: 0.075em;
    }

    .posts_list .webgene-item .category {
        width: 160px;
    }

    .posts_list .webgene-item .category span {}

    .posts_list .webgene-item .title {
        width: calc(100% - 100px - 150px - 15px);
        margin-left: 15px;
    }

    .news_box .webgene-item .title {
        -webkit-line-clamp: 2;
    }

    .posts_list .webgene-item .title a {}

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

    /* 詳細 */
    .posts_detail {
        padding: 0px;
    }

    .posts_detail .webgene-item {}

    .posts_detail .meta {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0px 12px;
        margin-bottom: 50px;
    }

    .posts_detail .meta .category {}

    .posts_detail .meta .category span {}

    .posts_detail .meta .date {
        line-height: 1;
        display: flex;
        align-items: center;
    }

    .posts_detail .meta .title {}

    .posts_detail .post_content {
        padding: 0 0 45px;
    }

    .posts_detail .thumb {}

    .pg_news .webgene-pagination {
        margin-top: 95px;
    }

    .pg_voice .webgene-pagination {
        margin-top: 95px;
    }

    .news_box .webgene-item:nth-child(n+4) {
        margin-top: 52px;
    }

    .gnav:hover .gnav_item a {
        opacity: 0.6;
        color: #181818;
    }

    .gnav .gnav_item a {
        transition: all .3s;
    }

    .gnav .gnav_item:hover a {
        opacity: 1;
        color: #181818;
    }
}

@media (min-width:1024px) {

    /* リスト */
    .posts_list {}

    .posts_list .webgene-item {}

    .posts_list .webgene-item+.webgene-item {}

    .posts_list .webgene-item .date {
        width: 120px;
        font-size: 16px;
    }

    .posts_list .webgene-item .category {
        width: 160px;
    }

    .posts_list .webgene-item .category span {}

    .posts_list .webgene-item .title {
        width: calc(100% - 120px - 160px - 25px);
        margin-left: 25px;
    }

    .news_box .webgene-item .title {
        -webkit-line-clamp: 3;
    }

    .posts_list .webgene-item .title a {}

    .pg_news .webgene-pagination {
        margin-top: 95px;
    }

    .pg_voice .webgene-pagination {
        margin-top: 95px;
    }

}

@media (min-width:1200px) {

    .pg_news {
        padding-top: 0;
    }

}


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

.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;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  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;
  line-height: 1.875;
  text-align: justify;
}

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

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

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

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


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


  .privacy_ttl{
    font-size: 18px;
  }

}

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

.anker_list {
    gap: 40px;
    margin-bottom: 80px;
}

.anker_list .link_item {
    display: block;
    background: #61bfbf;
    color: #FFF;
    width: 180px;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 5px;
    text-align: center;
}