@charset "utf-8";
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body, th, td, input, textarea, select {
    font-size: 16px;
  }
  body p, body span, body div {}
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .flex_reverse {
    flex-direction: row-reverse;
  }
  /*         footer       */
  .footer {
    padding: 0px 45px;
  }
  .footer .inner {
    padding: 80px 0 70px 0;
    column-gap: 7%;
  }
  .footer_L {
    width: 30%;
    text-align: left;
  }
  .footer_R {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 10%;
  }
  .footer_nav {}
  .footer_logo {
    text-align: left;
    margin-bottom: 25px;
  }
  .footer_logo img {
    width: 250px;
    height: auto;
  }
  .footer_address {
    padding: 0 0 30px 0;
  }
  .footer_address p {
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  .copy {
    padding: 30px 5px;
    font-size: 13px;
  }
  .footer .sns_icon_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: inherit;
    column-gap: 15px;
    margin-left: 68px;
  }
  .footer .sns_icon_list li {
    width: 20px;
  }
  /*   pagetop　　*/
  #toTop {
    bottom: 30px;
  }
  /*    　　　　 レイアウト　　　　　　　*/
  .top_img, body:not(.home) #main {}
  body.page-template-uscesmember #main {}
  /*　　　　　　　トップページ　　　*/
  .top_img {
    height: 683px;
  }
  .top_img_logo img {
    max-width: inherit;
  }
  /*   共通　　*/
  .page_box, .top_box {
    padding: 70px 40px;
  }
  .top_voice {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .top_item {
    padding: 0;
  }
  .page_box {}
  .flex_reverse {
    flex-direction: row-reverse;
  }
  .more {
    margin: 60px auto 0 auto;
  }
  .more a {
    font-size: 23px;
    letter-spacing: 3px;
  }
  .top_midasi_wrap {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .page_box .top_midasi_wrap {
    text-align: center;
    margin: 0 0 60px 0;
  }
  .top_midasi_01 {
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold;
  }
  .top_midasi_01 span {
    line-height: 1.4;
    font-size: 25px;
  }
  .top_midasi_02 {
    font-size: 16px;
    letter-spacing: 5px;
  }
  .top_tips {
    font-size: 18px;
    margin: 0 auto 50px auto;
    line-height: 2.1;
  }
  .top_3box .more, .top_concept .more, .top_tips .more, .top_beginner .more {
    right: 41px;
    bottom: 36px;
  }
  .top_3box .more, .top_concept .more, .top_tips .more, .top_beginner .more {
    right: 41px;
    bottom: 42px;
  }
  /*   スライダー　　　*/
  .slider_bg {
    height: 550px;
  }
  .slider_text_wrap {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .slider_text_01 {
    max-width: 508px;
  }
  /*   サロン紹介　　　　　*/
  .top_concept {
    margin-bottom: 50px;
  }
  .top_salon .top_tips {
    height: 376px;
    text-align: center;
  }
  .top_salon .top_tips p {
    font-size: 35px;
    letter-spacing: 2px;
  }
  .top_salon .top_tips .inner_box {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    letter-spacing: 3px;
    padding: 0 15px 0 44%;
  }
  /*   2カラム　3カラム　　　　*/
  .top_3box, .top_LR {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .top_LR > div {
    width: 48%;
  }
  .top_3box > div {
    width: 32%;
  }
  .top_contact_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_contact_list li {
    width: 48%;
  }
  /* 　　メニュー　　*/
  .top_menu_list {}
  .top_menu_list .top_menu_parts {
    width: 32%;
  }
  .top_menu_price_table th, .top_menu_price_table td {
    padding: 6px 10px;
    line-height: 1.4;
  }
  /*   お客様の声　　　　　*/
  .top_voice .top_voice_list_wrap {
    padding: 400px 15px 50px 15px;
  }
  .top_voice_list_wrap:before {
    height: 450px;
  }
  .top_voice_list > li {
    width: 32%;
    margin-bottom: 0;
  }
  .top_voice_list > li > a {
    padding: 25px 25px 20px;
  }
  .top_blog_list > li {}
  .top_blog_list .blog_meta {}
  .choukatu_archive .product-list .list .date, .top_blog_list .date {
    letter-spacing: 1px;
    font-size: 12px;
  }
  .choukatu_archive .product-list .list .title, .top_news_list .title {
    font-size: 16px;
    line-height: 1.5;
  }
  /*    お問合せ　　　*/
  .top_item_LR {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_item_LR > div {
    width: 50%;
  }
  .top_item_LR .R {
    padding: 60px 30px;
  }
  /*　　　　　　　　　固定ページ　　　　　　　　　　　　　　*/
  /*    共通　　　*/
  .page .entry-header {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .page .entry-header h1.entry-title {
    font-size: 36px;
  }
  .entry-content h2 {
    font-size: 24px;
    margin: 60px 0 40px 0;
    padding: 0 0 13px 0;
    letter-spacing: 2px;
  }
  /*       サイトマップ　　　　　　　*/
  .sitemap_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sitemap_list > div {
    width: 47%;
  }
  /*  お問い合わせ　  */
  .contact_table_wrap.table_wrap {
    padding: 50px;
  }
  .thanks_box p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width:769px) {
  /*　　タブレットぎりぎりサイズ　　*/
  .slider_text_01 {
    max-width: 372px;
  }
  .top_3box .img img, .top_beginner .img img, .top_concept .img img {
    aspect-ratio: 576 / 251;
  }
  .h-column .iconbtn {
    width: 40px;
    height: 40px;
  }
  .footer .ayu_01 .img, .top_tokucho .ayu_01 .img {
    background: none;
  }
  .top_tokucho_list li {}
  .top_tokucho_list li {
    width: 720px;
    left: 0;
    position: static;
  }
  .tokucyo_03 .text {
    left: -72px;
    top: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width:1200px) {
  .slider_bg {
    height: 400px;
  }
  .slider_text_01 {
    max-width: 440px;
  }
  .top_menu_price_table th, .top_menu_price_table td {
    font-size: 14px;
    padding: 5px;
    letter-spacing: 0;
  }
  .hinmoku_wrap .img {
    width: 65%;
    margin-left: -2%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width:1200px) {
  .top_menu_price_table th, .top_menu_price_table td {
    font-size: 14px;
    padding: 5px;
    letter-spacing: 0;
  }
  .top_box .top_menu_list p, .page_box .top_menu_list p {
    font-size: 14px;
  }
  .top_menu_price_table td:nth-of-type(1) {
    width: 60px;
  }
  :is(.top_3box, .top_concept, .top_tips, .top_beginner) .top_midasi_wrap .top_midasi_01 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
  :is(.top_3box, .top_concept, .top_tips, .top_beginner) .top_midasi_02 {
    font-size: 14px;
    letter-spacing: 4px;
  }
  :is(.top_3box, .top_concept, .top_tips, .top_beginner) .more {
    right: 27px;
    bottom: 25px;
  }
  :is(.top_3box, .top_concept, .top_tips, .top_beginner) .more a {
    font-size: 18px;
    margin-right: 36px;
  }
  :is(.top_3box, .top_concept, .top_tips, .top_beginner) .more a:after {
    width: 37px;
    height: 37px;
    right: -47px;
  }
  .top_LR > div {
    width: 49%;
  }
  .top_concept {
    margin-bottom: 30px;
  }
  /*　　ヘッダー　*/
  .header_nav_wrap li a {
    padding: 5px 10px;
    letter-spacing: 1px;
  }
  .header_nav_wrap {
    margin-right: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  .slider_bg {
    height: 300px;
  }
  .slider_text_01 {
    max-width: 381px;
    margin: auto;
  }
  .more {
    margin-top: 28px;
  }
  .top_menu_list {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .top_menu_list .top_menu_parts {
    width: 100%;
  }
  .top_menu_price_table th {
    width: 38%;
  }
  .top_menu_price_table td:nth-of-type(1) {
    width: 30%;
  }
  .h-column .iconbtn {
    width: 40px;
    height: 40px;
  }
  .top_img, body:not(.home) #main {
    margin-top: 0;
  }
  body.page-template-uscesmember #main {
    margin-top: 20px;
  }
  .top_img {
    height: 400px;
  }
  .top_img_logo img {
    max-width: 400px;
    height: auto;
  }
  /*　　　共通　*/
  .top_box {
    padding: 100px 15px;
  }
  .top_box .midasi {
    margin: 0 0 40px 0;
  }
  /*　　トップページ　*/
  .top_img {
    height: 300px;
  }
  .top_img_logo img {
    max-width: 300px;
  }
  .page_box, .top_box {
    padding: 70px 15px;
  }
  .top_tips {
    margin: 0 auto 40px auto;
    line-height: 1.7;
  }
  .top_action_midasi_img {
    height: 300px;
    margin-bottom: 30px;
  }
  .top_link li {
    width: 32%;
  }
  .top_link li a {
    height: 80px;
    border-radius: 100px;
    font-size: 20px;
    letter-spacing: 0px;
  }
  .top_3box .img img, .top_beginner .img img, .top_concept .img img {
    aspect-ratio: 576 / 251;
  }
  /*　　　　　固定ページ　　*/
  /*　　共通　*/
  .page .entry-header {
    margin-bottom: 0;
  }

    .contact_table_wrap.table_wrap {
        padding: 40px 30px;
    }
.cf7 th {
    width: 34%;
	}

}

@media screen and (max-width:767.886px) {
  .top_concept .img img, .top_3box .img img, .top_beginner .img img {
    border-radius: 10px;
    aspect-ratio: 576 / 352;
  }
  .top_concept {
    margin-bottom: 15px;
  }
  .top_beginner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }
  .top_beginner > div {
    width: 100%;
  }
  .top_3box .more a:after, .top_concept .more a:after, .top_tips .more a:after, .top_beginner .more a:after {
    width: 30px;
    height: 30px;
    right: -40px;
  }
  .top_3box .more a, .top_concept .more a, .top_tips .more a, .top_beginner .more a {
    margin-right: 44px;
  }
  .yoyaku_tuibi {
    display: none;
  }
  .header_login {}
  .slider_text_01 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .item-header, .page-header, .entry-header {
    margin-top: 0 !important;
  }
  .common_table th, .common_table td {
    padding: 10px 5px;
    line-height: 1.4;
    font-size: 13px;
  }
  .cf7 th, .tokutei_table th {
    border-bottom: none !important;
  }
  .tokutei_table th, .tokutei_table td, .cf7 th, .cf7 td {
    display: block;
    width: 100%;
  }
  .cf7 .req {
    margin-top: 4px;
	}
  .cf7 input[type="text"], .cf7 input[type="password"], .cf7 input[type="search"], .cf7 input[type="tel"], .cf7 input[type="url"], .cf7 input[type="email"], .cf7 input[type="number"], .cf7 textarea {
    width: 100%;
  }
  .cf7 input.wpcf7-free-text {
    width: auto;
  }
  .product-list .excerpt, .product-list .date, .info-list .excerpt, .info-list .date {
    margin: 0 0 0 40% !important;
  }
  .ajax-loader {
    display: none !important;
  }
  
   .cf7 th,
    .cf7 td{
	display: block;
	width: 100%;
	}
	 .cf7 th{
	 padding: 10px;
	 }
	.cf7 td{
	padding-left: 0!important;
	padding-right: 0!important;
	}
  /*   pagetop　　*/
  #toTop {
    right: 15px;
    bottom: 65px;
  }
  #toTop svg {
    width: 100%;
    height: auto;
  }
  #toTop a {
    width: 40px;
    height: 40px;
  }
}