/* common */
body{
	margin:0;
	padding:0;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "sans-serif";
	color:#333;
    font-size: 18px;
}
#base {max-width: 750px; margin: auto;}
h1{margin: 0;}
a{display: block;text-decoration: none;color: #333;}
img{border:none; vertical-align:top; width: 100%;}
br{letter-spacing:0;}
ul{padding: 0;}
li{list-style: none;}
p{margin: auto;}
em {font-style: normal;}
.txt_pink {color: #fe498e;}
.bg_brown {background-color: #F1ECF2;}
.txt_left {text-align: left;}
.txt_center {text-align: center;}
.z-index02{position: relative; z-index: 2;}

/* font-weight */
.bold {font-weight: bold;}

/* font-size */
.small {
    font-weight: normal;
    font-size: 0.8em;
}
/* width */
.w620{
	width: 96.875%;
	margin-left: auto;
	margin-right: auto;
}
.w600 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
}
.w580 {
    width: 90.625%; 
    margin-left: auto;
    margin-right: auto;
}
.w550 {
    width: 85.9375%; 
    margin-left: auto;
    margin-right: auto;
}
.w520 {
    width: 81.25%; 
    margin-left: auto;
    margin-right: auto;
}
.w500 {
    width: 78.125%; 
    margin-left: auto;
    margin-right: auto;
}
.w480 {
    width: 75%; 
    margin-left: auto;
    margin-right: auto;
}
.w450 {
    width: 70.3125%; 
    margin-left: auto;
    margin-right: auto;
}
.w420 {
    width: 65.625%; 
    margin-left: auto;
    margin-right: auto;
}

/* margin */
.mB0{margin-bottom: 0px;}
.mB05{ margin-bottom: 5px;}
.mB10{margin-bottom: 10px;}
.mB15{margin-bottom: 15px;}
.mB20{margin-bottom: 20px;}
.mB30{margin-bottom: 30px;}
.mB40{margin-bottom: 40px;}
.mB50{margin-bottom: 50px;}
.mB60{margin-bottom: 60px;}

.mT0{margin-top: 0px;}
.mT05{margin-top: 5px;}
.mT10{margin-top: 10px;}
.mT15{margin-top: 15px;}
.mT20{margin-top: 20px;}
.mT30{margin-top: 30px;}
.mT40{margin-top: 40px;}
.mT50{margin-top: 50px;}
.mT60{margin-top: 60px;}

/*padding */
.pB0 { padding-bottom: 0px; }
.pB05 { padding-bottom: 5px; }
.pB10 { padding-bottom: 10px; }
.pB15 { padding-bottom: 15px; }
.pB20 { padding-bottom: 20px; }
.pB30 { padding-bottom: 30px; }
.pB40 { padding-bottom: 40px; }
.pB50 { padding-bottom: 50px; }
.pB60 { padding-bottom: 60px; }

.pT05 { padding-top: 5px; }
.pT10 { padding-top: 10px; }
.pT15 { padding-top: 15px; }
.pT20 { padding-top: 20px; }
.pT30 { padding-top: 30px; }
.pT40 { padding-top: 40px; }
.pT50 { padding-top: 50px; }
.pT60 { padding-top: 60px; }

/* ロード画面
--------------------------------*/
#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eae1dc;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 99;
}

#logo {
    width: 50%;
    transition: opacity 0.5s ease;
}

.fade-in {
    opacity: 1;
}


/* fade-up */
.fade-up{
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
.fade-in-up{
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1s ease-in-out, opacity 1.3s ease-in-out;
}
.fade-up02 {
    transform: translateY(20px);
    transition: transform 1.2s ease-in-out;
}

/* anime */ 

@keyframes cta {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}
@keyframes marquee {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}

/* 特殊文字 */
.bg_ttl {
    font-size: 70px;
    font-family: 'Roboto', sans-serif;
    writing-mode: vertical-rl;
    animation: marquee 15s linear infinite;
    opacity: 0.4;
    white-space: nowrap;
    position: absolute;
}
/* cta_wrapeer
--------------------------------*/
.cta_inner,
.tel_inner{
    position: relative;
}
.cta_inner {
    animation: cta 0.7s ease-in-out 0s infinite alternate;
    transform-origin:center;
}
.cta_inner .cta-tap {
    position: absolute;
    bottom: 10px;
    right: 14px;
    width: 35px;
}
.tel_inner .cta-tap {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 35px;
}

/* header
--------------------------------*/
.top_nav {
    position: relative;
	width: 100%;
	background-color: #fff;
}
.top_nav ul {
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 15px 10px 5px;
}
.top_nav ul li.logo {
	width: 200px;
    margin-right: 10px;
}
.top_nav ul li.nav_cta{
    background-color: #d25a46;
    height: 50px;
    box-sizing: border-box;
    border-radius: 5px;
    animation: cta 0.7s ease-in-out 0s infinite alternate;
    transform-origin:center;
}
.top_nav ul li.nav_cta a{
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

/* fv_wrapper
--------------------------------*/
.fv_wrapper {
	position: relative;
}
.fv_wrapper .fv_txt {
	position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* trial_wrapper
--------------------------------*/
.trial_wrapper {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}
.trial_wrapper .inner p {
    margin-top: -50px;
}
.trial_wrapper .bg_ttl {
    left: -10%;
    color: #fff;
}
#menu01 {
    padding: 20px 0 80px;
}
#menu02 ,
#menu03 {
    padding-bottom: 20px;
}

/* about_wrapper
--------------------------------*/
.about_wrapper {
    position: relative;
    padding-bottom: 80px;
}
.about_wrapper .ttl_block {
    position: relative;
}
.about_wrapper .ttl_block .ttl{
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about_wrapper .triangle_box {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.about_wrapper .triangle_box img {
    width: auto;
    margin: auto auto 10px auto;
    display: block;
}
.about_wrapper .inner {
    position: relative;
    overflow: hidden;
}
.about_wrapper .inner .bg_ttl {
    left: -10%;
    color: #fff;
    z-index: 1;
}


/* about-detail_wrapper
--------------------------------*/
.about-detail_wrapper {
    position: relative;
    padding: 45px 0;
}
.about-detail_wrapper .bg_triangle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-detail_wrapper .intro_block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-detail_wrapper .intro_block .photo {
    width: 40%;
}
.about-detail_wrapper .intro_block .ttl {
    width: 35%;
}

/* thought_wrapper
--------------------------------*/
.thought_wrapper {
    position: relative;
    overflow: hidden;
}
.thought_wrapper .ttl_block {
    position: relative;
}
.thought_wrapper .ttl_block .ttl{
    position: absolute;
    width: 100%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.thought_wrapper .ttl_block .intro {
    position: absolute;
    width: 80%;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.thought_wrapper .txt {
    width: 95%;
    margin: auto;
}
.thought_wrapper .bg_ttl {
    left: -10%;
    color: #fff;
}

/* counseling_wrapper
--------------------------------*/
.counseling_wrapper {
    position: relative;
    padding: 40px 0 70px;
    overflow: hidden;
}
.counseling_wrapper .border {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.counseling_wrapper .ttl {
    width: 85%;
    margin: 0 auto;
}
.counseling_wrapper .intro {
    width: 90%;
    margin: 10px auto 30px;
}
.counseling_wrapper .bg_ttl {
    left: -10%;
    color: #fff;
    z-index: 1;
}

/* qa_wrapper
--------------------------------*/
.qa_wrapper {
    position: relative;
    padding: 30px 0 70px;
    overflow: hidden;
}
.qa_wrapper .border {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.qa_wrapper .ttl {
    width: 70%;
    margin: 0 auto 20px;
}
.qa_wrapper .inner p{
    margin-bottom: 30px;
}
.qa_wrapper .bg_ttl{
    left: -10%;
    color: #fff;
}

/* reason_wrapper
--------------------------------*/
.reason_wrapper {
    position: relative;
    padding: 20px 0 100px;
}
.reason_wrapper p {
    position: relative;
    margin-bottom: 70px;
}
.reason_wrapper p:last-of-type {
    margin-bottom: 0;
}
.reason_wrapper p img.txt {
    position: relative;
    z-index: 2;
    width: 90%;
    display: block;
    margin: auto;
}
.reason_wrapper p img.bg_photo {
    position: absolute;
    width: 70%;
    top: 0;
    right: 0;
    z-index: 1;
}
.reason_wrapper p img.left {
    left: 0;
}
.reason_wrapper p img.fade-in-up {
    transition: transform 2s ease-in-out, opacity 2.3s ease-in-out;
}
.reason_wrapper .bg_ttl{
    left: -10%;
    color: #fff;
    position: absolute;
    margin: 0;
}

/* promise_wrapper
--------------------------------*/
.promise_wrapper .ttl_block .border {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.promise_wrapper .ttl_block {
    position: relative;
    overflow: hidden;
}
.promise_wrapper .ttl_block .ttl{
    position: absolute;
    width: 80%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.promise_wrapper .inner p {
    margin: 0 3px;
}
.promise_wrapper .ttl_block .bg_ttl {
    left: -10%;
    color: #fff;
}

/* clinic_wrapper
--------------------------------*/
.clinic_wrapper {
    padding: 40px 0;
}
.clinic_wrapper .intro_block .ttl {
    margin: 0 auto 20px;
}
.clinic_wrapper .intro_block .intro {
    width: 90%;
    margin: 0 auto;
}

/* クリニック一覧
--------------------------------*/
.clinic_wrapper {
    position: relative;
}
.clinic_list {
    padding: 20px 0 0;
}
.clinic_item {
    position: relative;
    margin-bottom: 20px;
}
.clinic_item .modal-button {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    padding: 10px 0 10px 20px;
    border-radius: 10px 10px 0 0;
    background-color: #d25a46;
    box-sizing: border-box;
}
.clinic_item .modal-button::after {
    content: "+";
    display: block;
    position: absolute;
    right: 3%;
    top: 0%;
    width: 10%;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 1.8rem;
}
.clinic_item .active::after {
    content: "-";
    display: block;
    position: absolute;
    right: 0%;
    top: -10%;
    width: 12%;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 2.4rem;
}
.clinic_item .clinic_box {
    display: none;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 20px 20px;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}
.clinic_item .clinic_box a.open-popup-link{
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #b8b8b8;
    position: relative;
}
.clinic_item .clinic_box a.border_none {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.clinic_item .clinic_box a.open-popup-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 0; 
    height: 0; 
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #333;
}
.clinic_item .clinic_inner .clinic_contents{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #333;
}
.clinic_item .clinic_inner .clinic_contents:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.clinic_inner .intro .ttl{
    font-size: 18px;
    color: #d25a46;
    margin: 0 0 15px;
    text-align: center;
}
.clinic_inner .clinic_contents .detail p{
    text-align: center;
}
.clinic_inner .clinic_contents .detail p .bold {
    font-size: 21px;
    display: block;
}
.clinic_inner .clinic_contents .detail p.doctor img {
    width: 50%;
}
.clinic_inner .clinic_contents .detail p.doctor .name {
    font-size: 18px;
    font-weight: bold;
}

.clinic_inner .career {
    display: flex;
    justify-content: center;
}
.clinic_inner .career thead {
    font-size: 21px;
}
.clinic_inner .career tr {
    vertical-align: top;
}
.clinic_inner .career th {
    width: 30%;
    text-align: center;
}
.clinic_inner .career th span {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.clinic_inner .career th span::after {
    content: "";
    position: absolute;
    width: 140%;
    height: 10px;
    background-color: #f0ffaf;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.clinic_inner .career td {
    font-size: 15px;
}
.clinic_inner .cta_inner {
    width: 86%;
    margin: 20px auto 0;
}
.clinic_inner .cta_inner .cta-tap {
    position: absolute;
    bottom: 8px;
    right: 14px;
    width: 25px;
}
/*モーダル */
.modal-content {
    position: relative;
    width: 80%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    z-index: 1000;
    border-radius: 10px;
    margin: 30px auto;
}


/*footer
--------------------------------*/
footer p {
    margin: 10px auto 100px;
    font-size: 10px;
    text-align: center;
}

#fixed_btn02 {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 90;
}

#fixed_btn02 .cta_inner {
    display: block;
    width: 83%;
    margin: 0 auto;
    animation: none;
}

#fixed_btn02 .cta_inner img {
    width: 100%;
    height: auto;
}

/* add 20241121
----------------------------------*/
.wc-static-ctn{
	display: none !important;
}

.pB20 {
    padding-bottom: 0;
}

.txt_block0{
	margin: 10px auto 80px;
}

.txt_block1{
	margin: 40px auto;
}


.txt_block {
    margin: 30px auto;
}
.about-detail_wrapper .intro_block{
	margin-top: 30px;
}

.about_wrapper {
    padding-bottom: 30px;
}

.about-detail_wrapper {
    padding: 45px 0 0;
}

.clinic_item .modal-button {
    background-color: #86666B;
}

.modal-content {
    max-width: 550px;
}

.mB20 {
    text-align: center;
}

.clinic_inner .intro .ttl {
    color: #E33781;
}
/* ------------------------------
    750px以上
------------------------------ */
@media screen and (min-width: 750px) {
#fixed_btn02 {
    width: 600px;
	left: calc( 50% - 300px);
}
	
.txt_block {
    margin: 50px auto;
}

.about-detail_wrapper .intro_block{
	margin-top: 100px;
}
	
.about_wrapper .triangle_box {
    bottom: -80px;
}
.about_wrapper {
    padding-bottom: 40px;
}
}

/* ロゴ調整 */
.top_nav ul li.logo{
	width: unset;
    margin-right: 0px;
}
@media screen and (max-width: 450px) {
    .top_nav ul li.logo {
        width: 60%;
    }
}




/* クリニック一覧との調整 */
body{
	padding-top: 0px;
}
.l-header{
	min-width: unset;
	left: unset;
}
/**.c-head01{
	background: #d86a91;
}**/
.c-clinic-archive01__head{
	color: #e33781;
}
.c-clinic-archive01__item.is-skin .c-clinic-archive01__head{
	color: #de9197;
}
.clinic-area__body{
	background: #f1ecf252;
}
.c-toggle02__head{
	background: linear-gradient(to bottom, #d86a913d, #f9e9ee85);
}
    .c-head01 {
        font-size: 2.2rem;
        font-weight: bold;
    }
	.c-toggle02__head{
		font-size: 2rem;
	}
.c-box01__head{
	font-size: 1.6rem;
}
	.c-head02{
		font-size: 2rem;
	}
	.c-clinic-archive01__head{
		font-size: 1.7rem;
	}
	.c-clinic-archive01__txt{
		font-size: 1.6rem;
	}
	.c-clinic-archive01__caution{
		font-size: 1.4rem;
	}
@media (min-width: 768px) {
    .c-head01 {
        font-size: 3.2rem;
		font-weight: bold;
    }
	.c-toggle02__head{
		font-size: 2.7rem;
	}
	.c-head02{
		font-size: 2.7rem;
	}
	.c-clinic-archive01__head{
		font-size: 2rem;
	}
	.c-clinic-archive01__txt{
		font-size: 1.6rem;
	}
	.c-clinic-archive01__caution{
		font-size: 1.4rem;
	}
	.c-map01__img-item.is-kinki{
		width: 16%;
	}
	.c-map01__img-item.is-chugoku{
		width: 12%;
		top: 39%;
        left: 23%;
    }
	.c-map01__img-item.is-chubu{
		width: 12%;
		top: 25%;
        left: 42%;
	}
	.c-map01__img-item.is-kyushu{
		top: 62%;
        left: 1%;
	}
	.c-map01__img-item.is-hokkaido{
        left: 42%;
	}
	.c-map01__img-item.is-tohoku{
        left: 69%;
	}
	.c-map01__img-item.is-kanto{
        left: 64%;
	}
}
.modal-content{
	box-sizing: unset;
}
.p-clinic__title {
    max-width: 78.93%;
}