﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@580;700&family=Zen+Maru+Gothic:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

.font_bold{font-weight: 700;}

:root{
    --font-jp: 'Quicksand', 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp1: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}
body, .font_sans-serif{
    font-family: var(--font-jp1);
}


/*--------posi_rel--------*/
/*装飾に便利なposi_rel*/
#contents_box,#problem,#contents1,#contents2,#contents3,#contents,.con1_outer, .con2_outer, .con3_outer,.img5, .img6, .img7,div#left,div#right,div#intro_wrap,#contents2_wrap,#cms_3-b.cate_list,footer{position: relative;}
/*装飾に便利なposi_rel*/
/*装飾に便利な疑似クラス設定*/
#problem::after,#cms_3-b.cate_list::before,#cms_3-b.cate_list::after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}

.f_logo {
        background: #fdf5ce !important;
        border-top: solid 2px #faf7e8;
}
/* -----------------------------　ボディ　------------------------------------- */

/* ----------　フォント　---------- */
.loader_txt,#header li a, .more_item, .cms_title h2, #catch h2, #question h2, #contents h2, #contents .box h3, #top_cms .cms_title h2, #page_title h2,.footer_con,.footer_line {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* CSS Document */
/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#ffd17e;
    --color2:#f3edbd;
    --color3:#b89e89;
    --color4:#f7d97f;
    --color5:#f7eee7;
    --color6:#ffd17e8a;
    --color7:#b89e898a;
    --white:#fffaf6;
    --black:#60513c;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color1);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

/* ----------　link　---------- */
.linkStyle{
	color:var(--black);
	opacity: 0.8;
}
.linkStyle:hover {
    color: var(--color3);
    opacity: 0.8;
    transition: all 0.5s;
}

/* color -----------------------------------------------------------------------------*/
body#body {
    background: var(--color5);
}

#contents,.f_link,#question{background-color: var(--color2);}

.sub_title,.sub_title,p.sub_title {
    color: var(--color3);
}

.header ul a:hover {
    color: #a1611d;
}

.t_banner_box .banner {
    width: 22%;
}

.box_txt2{
    color: #444443;;
}

.footer_tel{
    background-color: var(--color3);
}

#question .sliceTxt4, #question .sliceTxt5, #question .sliceTxt6 {
    color: var(--color3);}


h3.box_title1 {
    color: var(--black);
}
/* all -----------------------------------------------------------------------------*/
body#body{
    overflow: hidden;
}

.sp {
    display: inherit;
  }



@media screen and (max-width: 768px) {
.pc {
    display: none;
  }
 
 .sp {
    display: inherit;
  }
}
.wrap {
  padding: 0;
  overflow: hidden;
}
.inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

/* ----------　menu　---------- */

/* ----------　header　---------- */

header ul li a:hover {opacity: 0.6;}

header {
    background-color: #e7472391;
}
.menu li{
    -webkit-transform: rotate(0.02deg);
    transform: rotate(0.03deg);
}


#contents .box .box_item:before {pointer-events: none;}

.contents_wrap .box {
    margin-bottom: 250px;
}


.fix_banner {
    width: 100%;
    max-width: 320px;
    position: fixed;
    right: 70px;
    bottom: 15px;
    z-index: 5;
}


/*コード集---------------------------------------------------------------------------*/
.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;}

.BA_type1 .box_item {
    width: 100% !important;
}

.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent var(--color1);
}

.BA_type1 .box_img1 {margin-right: 40px;}

.BA_type1 .box_img2 {margin-left: 40px;}

.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    text-align: center;
}

.BA_type1 .box_img1::after {content: "before";}

.BA_type1 .box_img2::after {content: "after";}

@media screen and (max-width: 667px){
.BA_type1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 5%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;}
}
/*コード集---------------------------------------------------------------------------*/


/* 悩み -----------------------------------------------------------------------------*/
#problem {
    overflow: hidden;
    padding: 100px 0 150px;
}

#problem .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#problem .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#problem .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#problem .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#problem .txt_wrap .con_box {
    width: calc(20% - 16px);
    margin-right: 20px;
    box-sizing: border-box;
}

#problem .txt_wrap .con_box:last-of-type {
    margin-right: 0;
}

#problem .fadeIn_box .con_box {
    opacity: 0;
}

#problem .con_img {
    text-align: center;
    border-radius: 30px;
}

.con_title {
    color: var(--color1);
}

#problem .con_title h3:before {
    content: "";
    display: block;
    width: 481px;
    height: 3px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background-color: var(--color1);
}

#problem .con_txt{
	font-size: 13px;
}

#problem::after {
    background-image: url(./Dup/img/bg_img01.png);
    background-size: 100%;
    width: 100%;
    height: 12%;
    bottom: 0px;
    left: 0;
    background-position: bottom;
}

@media screen and (max-width: 768px){
#problem .txt_wrap .con_box {
    margin: 0 10px;
    width: calc(33% - 20px);
}
}
@media screen and (max-width: 667px){
#problem {
    padding: 50px 0 0px 0;
}

#problem .con_title h3:before {
    bottom: -15px;
}
}
/* 悩み -----------------------------------------------------------------------------*/

/* 施術 -----------------------------------------------------------------------------*/
#medical {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 100px 0 0px;
    margin: 50px 50px 0;
}

.medical_worry_item_wrap {
    position: relative;
    box-shadow: 10px 10px 15px 0 rgb(0 0 0 / 20%);
    z-index: 1;
}

span.is_show {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: .3rem;
    line-height: 1.5;
    border-bottom: 3px #fff solid;
    padding: 0 5px;
    transition: .3s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    opacity: 0;
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
}

.medical_worry_item_wrap.inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 120px;
}

.medical_worry_item_inner {
    padding: 120px 50px 100px;
    color: #fff;
    background-color: var(--color7);
}

.medical_worry_item_p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px var(--color1) solid;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    color: var(--color1);
    text-align: center;
    white-space: nowrap;
    padding: 11px 80px;
    margin-bottom: 30px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.medical_worry_item_p::before {
    border-width: 16px 17px 0 17px;
    border-color: var(--color1) transparent transparent transparent;
    bottom: -16px;
}

.medical_worry_item_p::after {
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    bottom: -14px;
}

.medical_worry_item_p::before, .medical_worry::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.medical_worry_item h3 span.is_show {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
}

.medical_worry_item h3 span {
    display: inline-block;
    font-size: 5.5rem;
    letter-spacing: .3rem;
    line-height: 1.5;
    border-bottom: 3px #fff solid;
    padding: 0 5px;
    transition: .3s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    opacity: 0;
}

.medical_worry_item_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 30px;
    margin-top: 50px;
}

.medical_worry_item_list li img {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.medical_worry_item_list li figcaption {
    font-weight: bold;
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
}

div::after, ul::after, .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.btn {
    width: 100%;
    margin: 40px auto 0;
}

.btn_white a {
    background: #FFF;
    color: var(--white);
}

.btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 25px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: var(--color1);
    color: var(--white);
}

.mail p:last-child {
    text-align: left;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 30px;
}

.medical_campaign {
    position: relative;
    background: #fff;
    padding: 60px;
    font-weight: 700;
    color: var(--color3);
    letter-spacing: .3rem;
    z-index: 1;
}

.medical_item_caution {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

.medical_item_caution::after {
    content: '';
    background: url(images/h_nami_yellow_s.svg) repeat-x left bottom / contain;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* 施術 -----------------------------------------------------------------------------*/

/* 整体 -----------------------------------------------------------------------------*/
#seitai {
    background-color: var(--white);
    padding: 100px 0;
    margin: 0 auto;
}

.seitai_inner, .seitai_difference {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}

.seitai_inner {
    text-align: center;
}

.seitaitai_border {
    color: var(--color1);
    font-size: 25px;
}

.seitaitai_border > span {
    display: inline-flex;
    align-items: center;
    border: var(--color1) solid;
    border-width: 3px 0;
    padding: 0 10px;
    font-size: 3rem;
    letter-spacing: .9rem;
}

.seitaitai_fuki02 {
    font-size: 26px;
    max-width: 705px;
    width: 90%;
    margin: 55px auto 20px;
    background: var(--color4);
    color: var(--white);
    text-align: center;
    position: relative;
    border-radius: 50px;
    padding: 15px;
}

.seitaitai_fuki02::before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-top: 10px solid var(--color4);
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 98%);
}

.seitai_first_img {
    margin: 50px auto 0;
    width: 60%;
    text-align: center;
    max-width: 800px;
}

/*img.seitai-picture {*/
/*    transform: none;*/
/*}*/

/* 整体表 ---------------------------*/
.seitai_difference table tr{
    background: var(--color5);
}

table.seitai_table {
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
}

.seitai_difference table tbody tr:nth-child(1) {
  background: var(--color4);
}

.seitai_difference table tbody td:nth-child(3) {
  background: var(--color7);
}

.seitai_difference table tbody td:nth-child(2),.seitai_difference table tbody td:nth-child(4) {
  background: var(--color6);
}

.seitai_difference table tbody td:nth-child(5) {
  background: var(--accent);
}

.seitai_difference table tbody tr {
  border-bottom: 1px solid #FFF;
}

.seitai_difference table tbody td a{
    color: var(--white);
}


table , td, th {
	border: 1px solid var(--white);
	border-collapse: collapse;
}
td, th {
	padding: 10px;
	width: 130px;
	height: 30px;
}
th {
	background: #f7eee7;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

/* 整体 -----------------------------------------------------------------------------*/

/* fastidiousness -----------------------------------------------------------------------------*/
#fastidiousness {
    overflow: hidden;
    position: relative;
    padding: 150px 0 120px;
}

.fastidiousness_originality::before {
    background: url(images/deco_fill.svg) no-repeat left / contain;
    left: 0;
}

.fastidiousness_originality_h {
    position: relative;
    text-align: center;
    color: var(--color1);
}

.fastidiousness_originality_h_p {
    display: inline-block;
    background: var(--color5);
    padding: 0 20px;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: .5rem;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.fastidiousness_originality_h_h {
    display: inline-flex;
    align-items: center;
    border: var(--color1) solid;
    border-width: 3px 0;
    padding: 0 10px;
    font-size: 3rem;
    letter-spacing: .9rem;
}

.fastidiousness_originality_h_h em {
    font-style: normal;
    font-size: 5rem;
}

.fastidiousness_originality_h::before {
    content: '';
    background: url(./dup/img/line_star.png) no-repeat center top / contain;
    width: 118px;
    height: 30px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.fastidiousness_originality::before, .fastidiousness_originality::after {
    content: '';
    width: 250px;
    height: 430px;
    position: absolute;
    bottom: 0;
}

#fastidiousness.inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.fastidiousness_originality .title_lead {
    color: var(--color1);
}

.title_lead {
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: .3rem;
    margin-top: 30px;
}

.fastidiousness_originality_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    counter-reset: org_num 0;
    margin: 0 -20px;
}

.fastidiousness_originality_list_item.is_show {
    opacity: 1;
    transform: translateY(0);
}

.fastidiousness_originality_list_item {
    position: relative;
    flex-basis: 320px;
    color: var(--black);
    text-align: center;
    margin: 80px 20px 0px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform .5s, opacity .5s;
}

.fastidiousness_originality_list_item.is_show .fastidiousness_originality_list_num {
    animation: rotateXAnime 1s forwards;
}

.fastidiousness_originality_list_num {
    display: inline-block;
    background: url(./dup/img/bg_star.png) no-repeat center top / contain;
    width: 80px;
    height: 76px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%);
}

.fastidiousness_originality_list_num::before {
    content: counter(org_num, decimal-leading-zero);
    counter-increment: org_num 1;
    display: block;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: .03em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.fastidiousness_originality_list_img {
    margin: 0 10px;
}

.fastidiousness_originality_list_p {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 30px auto 10px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .2rem;
}

.fastidiousness_originality_list_h {
    display: inline-block;
    background: linear-gradient(transparent 86%, var(--color1) 60%);
    padding: 50px 0 11px 0;
    font-size: 1.1rem;
    letter-spacing: .12em;
    line-height: 0.5;
    text-align: center;
}

.fastidiousness_originality::after {
    background: url(images/deco_tile.svg) no-repeat left / contain;
    right: 0;
    transform: rotate(180deg);
    opacity: .7;
}

/* before_after -----------------------------------------------------------------------------*/
section#before_after .cate_box {
    max-width: 1280px;
    margin: 0 auto;
}

#before_after {
    overflow: hidden;
    padding: 100px 50px;
    background: var(--white);
}

#before_after .box_title1 {
    display: inline-flex;
    align-items: center;
    border: var(--color1) solid;
    border-width: 2px 0;
    padding: 0 20px;
    font-size: 2rem;
    letter-spacing: 0.4rem;
    color: var(--color1);
}

#before_after figure.box_img1, #before_after figure.box_img2{
    height: 35Vh !important;
}

/* 約束 -----------------------------------------------------------------------------*/
#guide_promise {
    background: url(./dup/img/guide_promise_bg.jpg) no-repeat center;
    background-size: cover;
}

#guide_promise .inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}

#guide_promise {
    padding: 100px 0 200px;
}

section#guide_promise {
    position: relative;
}
#guide_promise::before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    background: #9f8a6b;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: 0.5;
}


.h_border02 {
    color: var(--color1);
    font-size: 33px;
    text-align: center;
    position: relative;
}

.h_border_white span, .bg_main .h_border span, .bg_sub02 .h_border span {
    border-color: #FFF;
}

.h_border > span {
    padding-bottom: 8px;
    border-bottom: 3px solid var(--color1);
}

.guide_promise_list {
    margin: 80px auto 0;
}

.guide_promise_list .flex {
    justify-content: space-between;
}

.flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.guide_promise_list li {
    background: #FFF;
    flex-basis: 252px;
    padding: 50px 30px 25px;
    text-align: center;
    position: relative;
}

.guide_promise_list_num {
    position: absolute;
    content: "";
    color: #FFF;
    background: url(./dup/img/fuki_bg02.png) no-repeat center top / contain;
    width: 80px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: flex-start; padding-top: 10px; 
}

div::after, ul::after, .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.guide_promise_list_h {
    color: var(--color3);
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.3rem;
    line-height: 1.6;
}

.guide_promise_list_h span {
    border-bottom: 1px dotted var(--color3);
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

/* more_box -----------------------------------------------------------------------------*/
.more{
    border-radius: 10px;
}

.more_box {
    background-color: var(--color3);
}

.more_txt1{color: #fff;}

.more_txt2 {
        color: #333;
}

.more_item::before {
    content: "";
    width: 40px;
    height: 2px;
    background: white;
    top: 50%;
    left: 20px;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear,width 0.3s linear,transform 0.3s linear;
}

.more_item:hover{
    opacity: 0.7;
}

.more_item .text {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 20px;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}

.hover {
        background-color: #fff;
        position: relative;
        border: 2px solid white;
        width: 200px;
        height: 200px;
        margin-top: -102px;
        left: -250px;
        transition: .3s;
        transform: rotate(20deg);
}



.catch {
    position: absolute;
    object-fit: contain;
    max-width: 800px;
    transform: translate(-50%,-50%);
    top: 50%!important;
    left: 50%!important;
    width: 25%;
    z-index: 1;
    bottom: auto;
}


.marker {
    background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
    background: -o-linear-gradient(transparent 60%, #ff6 60%);
    background: linear-gradient(transparent 60%, #ff60 60%);
}

#question .box_item{
    padding: 10px;
}



/* ----------　more .more_item　---------- */
span.more_item {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

span.more_item:hover {
    opacity: 0.7;
    border: none;
}

footer .footer_con_box a:hover {
    background-color: var(--color4);
    letter-spacing: 8px;
    border: none;
}

.pager li {margin-right: 10px;}

.pager li:last-of-type {margin-right: 0px;}

li.grid_1.grid_2_tb.grid_4_sp {
        margin: 0 10px 0 0;
}

/* -----------------------------------------------　下層ページ　--------------------------------------------- */
.cate_list li a {
    color: var(--white);
}

#cms_1-d .cate {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.cms_1-d .cate_box {
    margin-bottom: 30px;
    margin-left: 0;
}

.precautions {
     font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-bottom: 3%;
}

#cms_1-d .box_wrap {
    background-color: var(--color2);
}

ul.pager a span {
    background-color: var(--white);
    color: var(--color1);
}

/* ----------　店舗情報　---------- */
html.modalset{
	overflow: hidden;
}

figure.box_img1 {
    height: 30Vh !important;
}





.v_type4 .box_item{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border: solid 2px #d1be8f;
    border-radius: 20px;
	cursor: pointer;
}
.v_type4 .box_item:hover{
    box-shadow: none;
    border: solid 2px #265e3e;
}
.v_type4 .box_title2, .v_type4 .box_txt1{
    border-top: 1px solid #edede6;
}
.v_type4 .modal .box_title2{
	border-top: none;
}
.v_type4 .modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	line-height: 1.7;
}
.v_type4 .modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.v_type4 .modal-wrap::-webkit-scrollbar {
	display: none;
}
.v_type4 .modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.v_type4 .modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.v_type4 .modal-box {
    width: 100%;
    max-width: 1120px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    padding-bottom: 23px;
    background-color: #fff;
}
.v_type4 .modal-box .inner{
	max-height: 650px;
    overflow: auto;
	-ms-overflow-style: none;
}
.v_type4 .modal-box .inner::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}
.v_type4 .modal-box .inner::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
.v_type4 .modal-box .inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333;
}
.v_type4 .modal-box .modal-close{
	cursor: pointer;
	position: absolute;
    top: 19px;
    right: 25px;
}
.v_type4 .modal_img{
    max-width: 600px;
}
.v_type4 .modal_title1{
	padding-top: 60px;
}
.v_type4 .modal_title1:before{
	content: "";
	display: block;
	background-color: #666; 
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 2px;
}
.v_type4 .modal_title1 span{
	transform: rotate(90deg);
	display: block;
	line-height: 1;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.v_type4 .modal-box .modal-close {
    top: 6px;
    right: 19px;
}
.v_type4 .modal-box .inner{
    max-height: 500px;
}
}





/* ----------　お問い合わせ　---------- */
#tel_contact {
    max-width: 900px;
    margin: 30px auto;
}

#bnr_contact{
    max-width: 900px;
    margin: 30px auto;
}


.con_box {
    max-width: 950px;
    margin: 0px auto;
    padding-bottom: 20px;
}



/* ----------　プライバシーポリシー　---------- */

/* ----------　サイトマップ　---------- */



/*-------------------------------------------------------1536px以下--------------------------------------------*/
@media screen and (max-width: 1536px){
.cms_link {top: 15%;}

  }

@media screen and (max-width: 1366px){
p#copyright {
    padding-bottom: 80px;
}

  }


@media screen and (max-width: 1280px){
.seitai_inner, .seitai_difference {
    max-width: 1280px;
    margin: 0 auto;
    width: 80%;
}

.medical_worry_item_wrap.inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto 120px;
}

.medical_worry_item_inner {
    padding: 190px 50px 100px;
}
}

/*-------------------------------------------------------タブレット---------------------------------------------*/
@media screen and (max-width: 768px){

.catch {width: 46%;}

.medical_worry_item_p {
    font-size: 2rem;
    padding: 9px 15px;
}

.medical_worry_item_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
    margin-top: 50px;
}

#problem {padding: 50px 0 0px 0;}

#problem::after {height: 4%;}

.seitaitai_border > span{font-size: 39px;}

img.seitai-picture {transform: none;}

table.seitai_table {width: 100%;}

.fastidiousness_originality_h::before {top: -66px;}

.fastidiousness_originality_h_p {
    font-size: 19px;
    top: -19px;
}

.fastidiousness_originality_h_h {font-size: 19px;}

.contents_wrap .box {
    margin-bottom: 100px;
}

.medical_worry_item_inner {
    padding: 120px 50px 100px;
    color: #fff;
    background-color: var(--color7);
}

#medical {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 100px 0 0px;
    margin: 50px 50px 0;
}

.seitai_inner, .seitai_difference {
    max-width: 1280px;
    margin: 0 auto;
    width: 90%;
}
img.seitai-picture {
    transform: none;
}

.seitai_first_img {
    width: 70%;
}

.seitaitai_fuki02 {
    font-size: 26px;
    width: 90%;
}

#guide_promise {
    padding: 100px 0 150px;
}

.guide_promise_list_h {
    font-size: 18px;
    letter-spacing: 1.5px;
}

#guide_promise .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.guide_promise_list li {
    left: auto;
    width: calc(33% - 20px);
    flex-basis: auto;
    padding: 45px 10px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#guide_promise {
    padding: 100px 50px 150px;
}

.page7 .box_item p {
    font-size: 15px;
}

}
/*-------------------------------------------------------スマホ-------------------------------------------------*/
@media screen and (max-width: 667px){

#page_title {
        margin-top: 67px;
        height: 200px;
}

header .logo, header .logo img,.all_page header .logo img { height: 65px!important;}

.header {
        margin: -6px auto;
}

header.clone-nav {
        height: 7%;
}

#nav_menu {
        top: 2px;
}

#catch .box .title {
    letter-spacing: 0;
    font-size: 17px;
    padding: 19px 6px;
    margin-left: 2px;
}

.box_title1 {
    font-size: 17px;
    letter-spacing: 0px;
}

.main_img_wrap {margin-top:66px;}

.main_img {
    height: 50vh!important;
    width: 100%;
}

.t_banner_box .banner {
    width: 90%;
}

.t_banner_box {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px;
}

.cms_link {
    display: none;
}

.catch {
    width: 60%;
    top: 70%;
}

.marker {
    letter-spacing: -1px;
    font-size: 16px;
}

.contents_wrap .box {
    margin-top: 10px;
}

#problem::after {height: 1%;}

#problem .txt_wrap .con_box {
    width: calc(50% - 20px);
    margin: 3%;
}

#problem .fadein_up.scrollin {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: -1px;
}

#problem .con_img {
    width: 100%;
    margin: 0;
}

#medical {
    padding: 75px 0 0px;
    margin: 0 0 0;
}

.medical_worry_item_p {
    font-size: 14px;
    padding: 15px 10px;
}

.medical_worry_item_inner {padding: 55px 10px;}

.medical_worry_item_list {
    gap: 0 10px;
    grid-template-columns: repeat(2, 1fr);
    width: calc(50%-20px);
}

.medical_worry_item_list li figcaption {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -1px;
    margin: 9px 0px;
}

span.is_show {
    font-weight: 900;
    font-size: 15px;
}

.btn a{
    font-size: 1rem;
}

.seitaitai_border > span {
    font-weight: 900;
    font-size: 17px;
}

.seitaitai_fuki02 {font-size: 20px;}

.seitai_first_img {width: 100%;}

img.seitai-picture {transform: translate(0%,0%);}

#fastidiousness {
    padding: 90px 0 60px;
}

.fastidiousness_originality_list_h{
    padding: 20px 0 11px 0;
    font-size: 1.1rem;
}

.fastidiousness_originality_h_h em {font-size: 3rem;}

.fastidiousness_originality_h_h {
    font-weight: bold;
    font-size: 16px;
}

.fastidiousness_originality_h_p {
    font-size: 15px;
    top: -30px;
    padding: 0 15px;
}

#before_after .box_title1 {
    font-size: 29px;
    letter-spacing: -3px;
}

#before_after {
    padding: 50px 50px;
}

.h_border02 {
    letter-spacing: 0;
    font-size: 25px;
}

#guide_promise {
    padding: 60px 50px 75px;
}

.guide_promise_list li {
    left: auto;
    width: 100%;
    flex-basis: auto;
    padding: 50px 10px 20px;
    margin: 10%;
}

.fix_banner {
    width: 70%;
    bottom: 10px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}    

 .fix_banner .more_item .text {font-size: 14px;}   

.more_item::before {left: 15px;}

.page-top {
    right: 5px;
    bottom: 10px;
}
    
.page-top a {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
}

.mail p:last-child {
    text-align: left;
    margin-top: 20px;
    font-size: calc(1rem - 2px);
    margin-bottom: 30px;
}

}






/*モーダル■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#catch .modal_box p {text-align: left;}
    

#contents2 .modal_box figure{margin-left: 0 !important;}
.modal_box h2{color:var(--color1);
              text-align: center;}

/*--- scrollbar ------------------------------------*/
.modal_bt {
    margin: 20px auto 0;
}

.modal_box .over_box::-webkit-scrollbar{
  width: 2px;
  height: 10px;

}
.modal_box .over_box::-webkit-scrollbar-track{
  border-radius: 20px;
  box-shadow: 0 0 2px var(--color5) inset;
}
.modal_box .over_box::-webkit-scrollbar-thumb{
  border-radius: 20px;
  background: var(--color3);
}

.modal_box::-webkit-scrollbar{
  width: 8px;
  height: 10px;

}
.modal_box::-webkit-scrollbar-track{
  border-radius: 20px;
  box-shadow: 0 0 2px var(--color5) inset;
}
.modal_box::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background:var(--color5);
}


.modal_box .over_box::-webkit-scrollbar{
  width: 2px;
  height: 10px;
}
.modal_box .over_box::-webkit-scrollbar-track{
  border-radius: 20px;
  box-shadow: 0 0 2px var(--color5) inset;
}
.modal_box .over_box::-webkit-scrollbar-thumb{
  border-radius: 20px;
  background: var(--color3);
}



span.bg_box {
    height: 47%;
    top: 0;
    left: 0;
}
.modal_bt{
    margin-top: 20px;    
	cursor: pointer;
	box-sizing: border-box;
}
.modal_bg {
    top: 0;
    left: 0;
    background-color: rgb(245 235 225 / 90%);
    z-index: 999;
    background-image: url(dup/img/bg_img.jpg);
    background-position: center;
    background-size: cover;
}
.modal_box {
    max-height: 80%;
    overflow-y: auto;
    z-index: 10;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 7px #eae3d759;
    background-color: rgb(255 255 255 / 90%);
}


.modal_box .over_box_wrap::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 38px;
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%);*/
}
.modal_box .over_box {
    padding: 0 20px 50px 40px;
    height: auto;
    overflow: auto;
}
.modal_box .btn_close {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    cursor: pointer;
    transition: transform 0.2s ease-in;
    z-index: 1;
}
.modal_bt::before{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--white);
    margin: auto;
    content: '';
}
.modal_bt::before{
	right: 20px;
	width: 14px
}
.modal_bt::before{
    transform: rotate(90deg);
}
.modal_box .btn_close::before{
	left: 0;
    right: 0;
	width: 45px
}
.modal_box .btn_close::before{
    transform: rotate(45deg);
}
.modal_box .btn_close::after{
    transform: rotate(-45deg);
}

.modal_bt {
    background: var(--color3);
}

.modal_bt {
    max-width: 300px;}

.modal_bt {
    text-align: center;
    font-size:20px;
    /* margin:0 auto; */
}

.modal_bt h3{text-align:center !important;}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
span.bg_box{height: 23%;}	
.txt_wrap{padding: 0 12% 70px;}
.intro_img{height: 622px!important;}

.contract.left {
    margin-bottom: 25px;
}

}	


/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
span.bg_box{height: 300px;}

.txt_wrap{padding: 0 3% 20px;}

.intro_img{height: 316px!important;}

.modal_box .btn_close{top: 0px; right: 5px;}
.modal_box .btn_close::before{width: 34px;}
.modal_box .over_box{
    padding: 30px 10px 0;
    height: 100%;
    overflow: visible;
}
.modal_box .over_box_wrap::after{display: none}
.modal_bt{width: 100%;}
}
/*--- scrollbar ------------------------------------*/



/*.pd_l-2per{padding-left:2%;}*/
/*.pd_r-2per{padding-right:2%;}*/

/*--- scrollbar ------------------------------------*/
.modal_bt::before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--white);
    margin: auto;
    content: '';
}

.modal_bt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--white);
    margin: auto;
    content: '';
    right: 20px;
    width: 14px;
}
.modal_box .btn_close {
    background: url(dup/img/close.png);
    background-repeat: no-repeat;
    background-position: center;}


/*モーダル■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.seitai_inner, .seitai_difference {
    max-width: 1280px;
    margin: 0 auto;
    width: 98%;
}

td, th {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 5px;
    line-height: 1.2;
}

#cms_6-d .cate_title {
    color: var(--black);
}

#cms_6-d .cate_box:before, .cms_6-d .cate_box:before {
    background-color: var(--black);
}

#cms_6-d .cate_box:after, .cms_6-d .cate_box:after {
    color: var(--color1);
}

#cms_6-d .cate_box.noimg:after, .cms_6-d .cate_box.noimg:after {
    background-color: var(--color5);
}


/*.page10 .content_wrap .more {*/
/*    margin-left: 6%;*/
/*    margin-right: 2%;*/
/*}*/

.page7 .box_item p {
    color: var(--black);
}

.menu {
    display: none;
}

.txt_red {
    color: red;
}




/*デバック*/
/*.cms_link,.page-top,.fix_banner{*/
/*    z-index: 1 !important;}*/


/*.t_banner_box,#contents .box .box_item{*/
/*    z-index: 1 !important;}*/

/*section#contents {*/

/*    position: relative;*/
/*}*/


/*.contents_wrap .box {*/
/*    position: relative;*/
/*    z-index: 7;*/
/*}*/