@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


:root {
	--color-black: #454545;
	--color-gray : #656565;
	--color-brown : #595a2f;
	--color-brown-al: #595a2f33;
	--color-brown-al2: #595a2f16;
	--color-beige : #998e73e6;
	--color-red : #db3b21;
	--color-mizu : #8DAEF0;
	--color-navy: #2A2367;
	--color-bg_beige1 : #f6efe2;
	--color-bg_beige2 : #f6f7f5;
	--color-grade: linear-gradient(to bottom, #fff 85%, #f6f7f5 100%);
	--color-bg_mizu: #e7efff;
	--color-line : #00b900;
	--color-bd_line : #00b90099;
	--color-bg_line : #00b90008;
	--bg-img-gray: #f6f7f5 url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/bg-gray-scaled.jpg) no-repeat center center /cover;
	
	--ff-min : "Zen Old Mincho", serif;
	--ff-en : "Cormorant", serif;
	--ff-noto : "Noto Sans JP", sans-serif;
	--ff-kaku: "Zen Kaku Gothic New", sans-serif;
	--ff-num: "Spectral", serif;
}
body { 
	font-family: var(--ff-noto);
	color: var(--color-gray);
	font-weight: 400 !important;
	background: #fff;
}
a,a:hover,a:visited {
	text-decoration: none;
	color: var(--color-brown);
}
@media screen and (min-width:769px){
  html{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  html{
    font-size: 2vw;
  }
}
@media screen and  (max-width:480px){
  html{
    font-size: 3.4vw;
  }
}




.admin-panel {
	display: none;
}
.body .article {
	margin-bottom: 0;
}
.content {
	margin-top: 0;
/*	padding-top: 70px;*/
}
.home .content {
	padding-top: 0;
}
.wrap {
	width: 100%;
}
.main {
	padding: 0;
	border: 0;
}
.home .entry-header,
.date-tags {
	display: none;
}
.entry-content {
	margin: 0;
	width: 80vw;
	margin: 0 auto;
	position: relative;
}
.home .entry-content {
	width: 100%;
}
section {
	position: relative;
	margin-bottom: 0 !important;
}
.common-inner {
	width: 80vw;
	margin: 0 auto;
	padding: 3rem 0;
}
.top-inner,
.imp-inner {
	width: 80vw;
	margin: 0 auto;
	padding: 4rem 0;
	position: relative;
}
.inner-content {
	width: 90%;
	margin: 0 auto;
}

.entry-header {
	position: relative;
	height: 22rem;
	margin: 0 0 5rem 0;
}
.entry-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
 	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/993783-e1751250492378.jpg) no-repeat 0 0 / cover;
   background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/999473.jpg) no-repeat 0 0 / cover;
   opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

h1.entry-title {
	margin: 0;
	padding: 10.5rem 0 5rem 7vw;
	font-family: var(--ff-min);
	font-size: 3rem;
	font-weight: 200;
}
.article h2 {
	background: var(--color-bg_mizu);
	font-family: var(--ff-min);
	font-size: 2rem;
	font-weight: 400;
	padding: 2rem;
	margin: 4rem 0 2rem;
}
.article h3 {
	background:#fff;
	font-family: var(--ff-min);
	font-size: 1.75rem;
	font-weight: 400;
	padding: 1rem 0;
	margin: 3rem 0 1.5rem;
	border: 0;
	border-bottom: 1px solid var(--color-mizu);
}
.article h3.lead-txt {
	margin: 0 0 1.5rem;
	border: 0;
	color: var(--color-mizu);
	line-height: 1.8;
}
.article h3 .num-txt {
	color: var(--color-mizu);
	margin: 0 0.5rem 0 0;
	font-family: var(--ff-num);
	font-size: 1.75rem;
	font-weight: 300;
}

.article h4 {
	color: var(--color-mizu);
	font-family: var(--ff-min);	
	font-size: 1.5rem;
	border: 0;
	border-bottom: 1px solid var(--color-mizu);
	display: inline-block;
	margin: 0 0 1rem 0;
	padding-left: 0;
}
.article h4.txt-center {
    text-align: center;
    width: fit-content;
    display: block;
	margin: 3rem auto 2.5rem auto;
	padding: 0 5rem 1rem;
}
.article h5 {
	font-family: var(--ff-min);	
	font-size: 1.25rem;
	border: 0;
	margin: 0 0 1rem 0;
	padding-left: 0;
}
.article h5:before {
	content: "・";
	color: var(--color-mizu);
	margin: 0 0.25rem 0 0;
}
.home h2,
h2.imp-h2{
	background: transparent;
	margin: 0 0 5rem 0;
	padding: 0;
	font-family: var(--ff-en);
	font-size: 6.5rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.25rem;
	color: var(--color-brown-al);
	color: var(--color-gray);
}
.home h2 span,
h2.imp-h2 span.h2-txt{
	display: block;
	font-family: var(--ff-min);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-mizu);
}
.home h3 {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: var(--ff-min);
	font-size: 2rem;
	font-weight: 400;
}
#breadcrumb {
	margin: 10rem 0 0;
	border-top: 1px solid var(--color-mizu);
	border-bottom: 1px solid var(--color-mizu);
	padding: 2rem 0 2rem 10vw;
	color: var(--color-gray);
	font-size: 1rem;
}
#breadcrumb .fa-file,
#breadcrumb .fa-home {
	display: none;
}
.link-btn {
	display: inline-block;
	border: 1px solid var(--color-brown);
	padding: 1rem 3rem 1rem 1rem;
	font-family: var(--ff-min);
	min-width: 20rem;
	font-size: 1.25rem;
	position: relative;
    transition: all 0.5s;	
}
.link-btn:before {
    content: "";
    position: absolute;
    top: 50%;
	transform: translateY(-50%); 
    right: 15px;
    background: var(--color-brown-al);
    width: 30px;
    height: 30px;
	border-radius: 50%;
    -webkit-transition: scale 0.3s;
    transition: all 0.5s;	
}
.link-btn:hover {
	background:	var(--color-brown);
	color: #fff;
}
.link-btn:hover:before {
    background: #fff;
}
.link-btn:after {
    content: "";
    position: absolute;
    top: 50%;
	transform: translateY(-50%); 
    right: 20px;
    background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/arrow_right_hoso.png) no-repeat center center / contain;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	
}
.link-txt {
	position: relative;
	padding: 0 0 0 2rem;
}
.link-txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/arrow_right_hoso.png) no-repeat center center / contain;
    width: 20px;
    height: 20px;
}

/* header */

.header-container {
	position: fixed;
	width: 100%;
	z-index: 1;
	background-color:transparent;
	padding: 0 0 0 5vw;
    transition: scale 0.5s;	
}
.header-container-in {
/*	max-width: 1600px;*/
}
.header-container.active {
	background: #ffffffcc;
}

.header-container-in.hlt-top-menu .logo-header img {
    max-height: 50px;
}
.navi {
	background-color:transparent;
}
.navi-in > ul {
    justify-content: flex-end;
}
.header .logo {
/*
	font-family: var(--ff-min);
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/logo-kanda.png) no-repeat 0 0 /contain;
	padding: 0 0 0 1.75rem !important;
	*/
}
.home .header .logo {
/*	display: none !important;*/
	opacity: 0;
	transition: all 0.5s;
}
.home .header-container.active .logo {
	opacity: 1;
}
.header-container .navi-in > ul li {
/*    flex-basis: 11%;*/
	padding: 0 1.25rem;
	width: auto;
    height: 90px;
    line-height: 90px;
	transition: all 0.5s 0s ease;
}
.header-container.active .navi-in > ul li {
	padding: 0 1rem;
    height: 70px;
    line-height: 70px;
}
.header-container .navi-in > ul li.menu-item-has-children {
	padding-right: calc(1.25rem + 15px);
}
.header-container.active .navi-in > ul li a ,
.navi-in a {
	transition: none !important;
	color: #333;
}
.header-container .navi-in > ul li a:hover{
	background-color: transparent;
}
.header-container .navi-in > ul li a:after {
	content: "";
	display: block;
	position:absolute;
	bottom: 0.75rem;
	left: 0;
	width: 0px;
	height: 1px;
	background: var(--color-mizu);
	transition: all 0.5s 0s ease;
}

.navi-in > ul .sub-menu {
    display: none;
    width: 70vw;
    background-color: #ffffffee;
	left: -25vw;
    top: 70px;
    flex-wrap: wrap;
    z-index: 100;
	padding: 1.5rem 4rem;
  -webkit-font-smoothing:antialiased;
    animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0;top: 90px;}
    100% {opacity: 1;top: 70px;}
}
.navi-in > ul .sub-menu li {
    height: auto !important;
    line-height: 1.5 !important;
	padding: 0.5rem 1rem !important;
}
.navi-in > ul .sub-menu li a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	font-size: 11px;
	color: var(--color-mizu);
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%); 
}
.header-container .navi-in > ul li.current_page_item a:after,
.header-container .navi-in > ul li.current-menu-parent a:after {
	width: 100%;
}
.header-container .navi-in > ul li a:hover:after {
	width: 100%;
	
}
.navi-in .has-icon {
	top: 5px;
    right: -20px;
    opacity: 1;
}
.navi-in .has-icon .fa-angle-down:before{
	content: "";
	display: block;
	width: 12px;
	height: 20px;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/07/header-arrow.png) no-repeat center center / contain;
}

.navi-in > ul li.line-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.navi-in > ul li.line-btn a {
	font-size: 1.125rem;
	background-size: 1.5rem;
	margin-bottom: 0;
	background-color: #ffffff66;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.navi-in > ul li:hover > ul {
    display: flex;
}

.navi-in > ul li.web-btn {
	display: none;
}
.home .navi-in > ul li.tel-num  {
/*    flex-basis: 23%;*/
	background: #ffffffcc;
}
.navi-in > ul li.tel-num a{
    background-size: 1.75rem;
    padding: 0 0 0 2rem;
    font-size: 2rem;
}
.navi-in > ul li.tel-num a rt {
    font-size: 0.7rem;
}
.header-container .navi-in > ul li.web-btn a:after,
.header-container .navi-in > ul li.tel-num a:after,
.header-container .navi-in > ul li.line-btn a:after,
.header-container .navi-in > ul li .sub-menu a:after,
.header-container .navi-in > ul li.menu-item-has-children a:after {
	content: none;
}


/* top-mv */

#top-mv {
}
.mv-content {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/07/fv-pic.jpg) no-repeat center center / cover;
}
.mv-logo {
	position: absolute;
	left: 50%;
	top: 5vh;
	transform: translateX(-50%);
	width: 23vw;
}
.mv-catch {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50vw;
}

/* top-mvb */

#top-mvb {
	margin-top: 5rem;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/07/bg-fvb.jpg) no-repeat left top / contain;
}
.mvb-content {
	width: 65vw;
	display: flex;
	padding: 4rem 0 3rem;
	margin: 0 auto;
	align-items: center;
}
.mvb-content .mvb-catch {
	flex-basis: 40%;
	display: flex;
	flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}
.mvb-content .mvb-catch > div {
	writing-mode: vertical-rl;
	font-size: 3.5rem;
	color: var(--color-navy);
	font-family: var(--ff-min);
    line-height: 1.5;	
}
.mvb-content .mvb-catch > div:last-child {
	color: #fff;
	background: var(--color-navy);
	padding: 1rem 0.5rem;
	font-size: 3rem;
	margin: 0 0.75rem 0 0;
	letter-spacing: 3px;
}
.mvb-content .mvb-pic {
	flex-basis: 60%;
}
.mvb-content .mvb-pic  img{
	width: 100%;
	aspect-ratio: 7 / 4;
	object-fit: cover;
	object-position: center 10%;
}
.mvb-txt {
	background: #ffffffee;
    width: 75vw;
    margin: 0 auto 0;
    padding: 4rem 5rem;
    line-height: 2;
    letter-spacing: 2px;
}


/* top-vows */

.vows-bg {
	background: var(--color-grade);
}
#top-vows h2 {
	margin-bottom: 5rem;
	text-align: center;
}
.vows-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0 !important;
}
.vows-list li {
	border: 1px solid var(--color-navy);
	border-top: 0;
	padding: 0 2rem 2rem;
    position: relative;
}
/*
.vows-list li:nth-child(even) {
	margin-top: 5rem;
}
*/
.vows-list li:before {
	content:"";
	display: block;
	width: 3rem;
	height: 1px;
	background: #666;
	position: absolute;
	top: 0;
	left: 0;
}
.vows-list li:after {
	content:"";
	display: block;
	width: 3rem;
	height: 1px;
	background: #666;
	position: absolute;
	top: 0;
	right: 0;
}

.vows-list li .num {
	text-align: center;
    font-size: 2.75rem;
    font-family: var(--ff-num);
    line-height: 1;
    position: relative;
    margin: -1rem 0 1.5rem;
    color: var(--color-navy);
	font-weight: 200;
    font-style: italic;
}
.vows-list li .txt {
	writing-mode: vertical-rl;
	font-size: 1.75rem;
	font-family: var(--ff-min);
}
.vows-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--color-bg_beige2);
	padding: 0 0 5rem 0;
}
.vows-content .vows-txt {
	flex-basis: 45%;
	background: #fff;
	border-radius: 3rem;
	padding: 3rem;
}
.vows-content .vows-txt h3 {
	text-align: center;
	margin: 0 0 2rem 0;
}
.vows-content .vows-pic01,
.vows-content .vows-pic02 {
	flex-basis: 25%;
}
.vows-content .vows-pic01 img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0 3rem 3rem 0;
}
.vows-content .vows-pic02 img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 3rem 0 0 3rem;
}


/* top-treatment */

#top-treatment {
	background: var(--color-grade);
}

#top-treatment h2 {
	margin-bottom: 5rem;
}
.top-treatment-lead {
	margin-bottom: 3rem;
}
.top-treatment-content > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 5%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-treatment-content > ul li {
	flex-basis: 30%;
	padding: 0 0 0 0;
	margin: 0 0 3rem 0;
	border-bottom: 1px solid;
	font-family: var(--ff-min);
}
.top-treatment-content > ul:last-child {
	gap: 0 3%;
}
.top-treatment-content > ul:last-child li {
	flex-basis: 22%;
}

.top-treatment-content a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	line-height: 1.2;
	position: relative;
}

.top-treatment-content a span.pic {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.top-treatment-content a span.pic img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
  transition: all 0.4s;
}
.top-treatment-content a:hover span.pic img {
  transform: scale(1.2);
}
.top-treatment-content a span.txt {
	display: block;
	padding: 1rem 3rem 1rem 0;
}
.top-treatment-content a:before {
    content: "";
    position: absolute;
    bottom: 0.75rem;
    right: 0;
    background: var(--color-brown-al);
    width: 30px;
    height: 30px;
	border-radius: 50%;
    -webkit-transition: scale 0.3s;
    transition: all 0.5s;	
}
.top-treatment-content a:hover:before {
    background:  var(--color-bg_beige1);	
}
.top-treatment-content a:after {
    content: "";
    position: absolute;
    bottom: calc(0.75rem + 5px);
    right: 5px;
    background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/arrow_right_hoso.png) no-repeat center center / contain;
    width: 20px;
    height: 20px;
    -webkit-transition: scale 0.3s;
    transition: scale 0.3s;	
}



/* top-profile */

#top-profile {
	background: var(--color-bg_beige2);
}

#top-profile .top-inner {
	width: 90vw;
}

.top-profile-inner {
	background: #fff;
	padding: 5rem 5vw;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#top-profile h2 {
	text-align: right;
	margin: 0 0 2rem 0;
}
#top-profile h2 span {
	text-align: right;
}
.top-profile-content {
	display: flex;
    justify-content: space-between;	
	align-items: center;
}
.top-profile-content .profile-pic {
	flex-basis: 40%;
}
.top-profile-content .profile-txt {
	flex-basis: 55%;
}

.top-profile-content .profile-name {
	font-size: 3.5rem;
	font-family: var(--ff-min);
	line-height: 1;
	padding: 0 0 2rem 0;
	border-bottom: 1px solid;
	margin: 0 0 3rem 0;
}
.top-profile-content .profile-name .txt{
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
	display: block;
}
.top-profile-content .profile-name small{
	margin: 0 0 0 2rem;
	font-size: 2rem;	
	font-family: var(--ff-en);
	color: var(--color-mizu);
}
.top-profile-content .profile-main {
	display: flex;
	gap: 0 4%;
}
.top-profile-content .profile-item {
	flex-basis: 48%;
}
.top-profile-content .profile-item h3 {
	margin-bottom: 1.5rem;
}
.top-profile-content .profile-item ul {
	padding: 0;
}
.top-profile-content .profile-item ul li {
	list-style: none;
	position: relative;
	padding: 0 0 0 1.5rem;
}
.top-profile-content .profile-item ul li:before {
	content: "・";
	color: var(--color-mizu);
	position: absolute;
	top: 0;
	left: 0;
}

#top-profile .profile-btn {
	display: flex;
    justify-content: flex-end;
}


/* top-feature */

#top-feature {
	position: relative;
	background: var(--color-bg_beige2) url(https://kanda.renyu-kai.com/wp-content/uploads/2025/07/bgbg.png) no-repeat top right;
	background-blend-mode: darken;
}
#top-feature h2 {
	margin-bottom: 5rem;
	padding-top: 5rem;
	text-align: center;
}
#top-feature h2 span {
	text-align: center;
}
.top-feature-content {
    padding: 0 0 4rem;
	position: relative;
}

.top-feature-item {
	display: flex;
	padding: 0;
    justify-content: space-between;
/*	align-items: flex-end;*/
	margin: 0 0 5rem;	
}
.top-feature-item:not(:last-child) {
}
.top-feature-item h3 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
	position: relative;
	background: transparent;
}
.top-feature-item h3 small{
	font-size: 0.5em;
	display: block;
	margin-bottom: 1rem;
}
.top-feature-item h3 span {
	display: block;
	font-family: var(--ff-num);
	text-align: center;
	line-height: 1.5;
	margin:-3rem 0 1rem 0;
	color: var(--color-mizu);
    font-style: italic;
    font-size: 4rem;
    font-weight: 100;
	position: relative;
	z-index: 1;
}
.top-feature-item h3:before {
	content: "";
	display: block;
	width: 10rem;
	height: 10rem;
	background: #fff;
	border-radius:50%;
	position: absolute;
	left: calc(50% - 10rem / 2);
	top: -0.5rem;
	z-index: -1;
}
.top-feature-item h3:after {
	content: "";
	width: 20rem;
	height: 1px;
	background: #333;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 20rem/2);
}
.top-feature-item .feature-pic {
	flex-basis: 40%;
	position: relative;
	z-index: 1;
	text-align: right;
}
.top-feature-item .feature-pic img {
	width: 80%;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.top-feature-item .feature-txt {
	flex-basis: 65%;
	position: relative;
	margin: 150px 0 0 -10%;
	z-index: 0;
	background: #fff;
	padding: 0 12rem 3rem;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.top-feature-item02,
.top-feature-item04 {
	flex-direction: row-reverse;
}
.top-feature-item02 .feature-pic,
.top-feature-item04 .feature-pic {
	text-align: left;
	height: fit-content;
}
.top-feature-item02 .feature-txt,
.top-feature-item04 .feature-txt {
	margin: 150px -10% 0 0;
}
.top-feature-item03 .feature-pic img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.feature-pic-certificate {
	position : absolute;
	bottom: -8rem;
	left: -4rem;
	width: 65%;
}
.feature-pic-certificate img {
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}


/* foot-info */
#foot-info {
}
.foot-info-content {
	display: flex;
    justify-content: space-between;	
	margin: 3rem 0 0 0;
}
.foot-info-content .info-txt {
	flex-basis: 50%;
}
.foot-info-content .info-pic {
	flex-basis: 45%;
}
.foot-info-content .info-txt h3 {
	border: 0;
	margin: 0 0 2rem 0;
	padding: 0 0 0 5rem;
	font-family: var(--ff-en);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/logo-blue.png) no-repeat top left / contain;
}
.foot-info-content .info-txt h3 small{
	font-size: 1rem;
	color: var(--color-beige);
	display: block;
}
.foot-info-content .info-reserve {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.foot-info-content .info-reserve > * {
	flex-basis: 48%;
}
.info-reserve .info-tel {
	margin-bottom: 1rem;
}
.tel-num a {
	display: flex;
	align-items: flex-end;
	width: fit-content;
    margin: 0 auto;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/0120-bk.png) no-repeat 0 55%;
	background-size: 1.75rem;
	padding: 0 0 0 2.25rem;
	font-size: 2rem;
	font-family: var(--ff-min);
	font-weight: 300;
}
.tel-num a rt{
	font-size: 0.8rem;
}

.info-reserve .info-tel .tel-time {
	background: var(--color-brown-al);
	text-align: center;
	font-size: 0.9rem;
	padding: 0.25rem 0;
}
.info-btn a {
	display: block;
	border: 1px solid var(--color-brown);
	padding: 1rem 1rem 1rem 3.25rem;
	font-family: var(--ff-min);
	font-size: 1.25rem;
	border-radius: 9999px;
	line-height: 1.2;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/calendar.png) no-repeat 1rem center;
	background-size: 1.5rem;
    text-align: center;	
}
.line-btn a {
	border-color: var(--color-bd_line);
	margin-bottom: 1rem;
	font-size: 1.5rem;
	color: var(--color-line) !important;
	background-image: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/line_logo.png);
	background-size: 2rem;
	background-color: var(--color-bg_line);
    text-align: center;	
}
.line-btn a small {
	display: block;
	text-align: center;
	font-size: 0.9rem;
	color: var(--color-black);
}
.foot-info-content .info-time {
	font-size: 0.9rem;
}
.foot-info-content .info-time th {
	background: var(--color-bg_beige2);
	font-weight: 500;
}
.foot-info-content .info-time td {
	text-align: center;
	background: #fff !important;
	
}

/* foot-menu */
#foot-menu {
	background: var(--color-bg_beige2);
}
.foot-menu-content {
	display: flex;
    justify-content: center;	
	margin: 1em 0 0 0;
}
.foot-menu-content ul {
	list-style: none;
	padding: 0;
	margin: 0!important;
}
.foot-menu-content ul li {
	line-height: 1.3;
	margin: 0 0 1.25rem 0;
}
.foot-menu-content h3 {
	font-family: var(--ff-noto);
	font-size: 18px;
	margin: 0 0 1.5rem 0;
	color: var(--color-brown);
	font-weight:normal;
	line-height: 1;
}
.foot-menu-main {
	flex-basis: 25%;
	display: flex;
	gap: 0 3rem;
}
.foot-menu-main ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/121_arr_hoso.png) no-repeat top center / contain;
    position: absolute;
    top: 50%;
	transform: translateY(-50%); 
    left: 0px;
}

.foot-menu-main ul li {
	padding: 0 0 0 25px;
	position: relative;
}
.foot-menu-treatment {
	flex-basis: 60%;
	display: flex;
	flex-direction: column;
}
.treatment-item {
	display: flex;
	font-size: 1rem;
}
.treatment-item > * {
	flex-basis: 33%;
}
.treatment-item li {
	position: relative;
	padding: 0 0 0 18px;
}
.treatment-item li:before {
	content: "-";
	width: 18px;
	height: 18px;
	display: block;
    position: absolute;
    top: 0;
	left: 0px;
	color: var(--color-beige);
}
.treatment-item li a {
	color: #787878;
}
.foot-sns {
	width: fit-content;
	position: relative;
	margin: -2rem 0 0 auto;
}
.foot-sns a {
	display: flex;
    justify-content: center;
    align-items: center;	
	background: #fff;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	line-height: 4rem;
	text-align: center;
}
.foot-sns img {
	width: 2rem;
}
.foot-copy {
	text-align: center;
	font-size: 0.9rem;
	opacity: 0.7;
	padding: 2rem 0 0 0;
}


/* footer */

#footer {
	margin: 0;
	padding: 0;
}
.footer-bottom {
	margin: 0;
	padding: 0;
}
.go-to-top-button {
	width: 45px;
	height: 45px;
	font-size: 14px;
	background: #595a2f66;
	border: 1px solid #ffffff66;
	color: #fff;
}
.go-to-top-button:hover {
	color: #fff;
}
.pc-none {
	display: none;
}


@media screen and (max-width: 1400px){
	.header-container {
		padding: 0 0 0 1vw;
	}
	.navi-in > ul {
		flex-wrap: nowrap;	
	}
	.header-container .navi-in > ul li {
		flex-basis: 10%;
		padding: 0 0.5rem;
	}
	.navi-in a {
		font-size: 14px;
	}
	.navi-in > ul li.tel-num {
    	flex-basis: 28%;
	}
	.navi-in > ul li.tel-num a {
	    font-size: 1.5rem;
	}	
	.navi-in > ul li.line-btn a {
		font-size: 14px;
		background-position: 0.5rem center;
		padding-left: 2.25rem;
		padding-right: 0.5rem;
	}
	.mv-logo {
	    top: 5rem;
    	width: 30%;
	}
	.mvb-txt {
		padding: 4rem 2rem;
	}
	.vows-list li .txt {
		font-size: 1.25rem;
	}
	#top-profile h2 {
		margin-bottom: 3rem;
	}
	.top-profile-content .profile-name {
		padding-bottom: 2rem;
	}
	.top-profile-content .profile-name small{
		display: block;
		margin: 1rem 0 0 0;
	}
	.top-feature-item .feature-txt {
		padding: 0 8rem 3rem;
		margin-top: 100px;
	}
	.foot-info-content .info-txt h3 {
		font-size: 1.5rem;
		padding-left: 4rem;
	}
	.foot-info-content .info-reserve {
	    flex-direction: column;
	}
	.foot-info-content .info-tel {
    	margin-bottom: 2rem;
	}
	.tel-num a {
		font-size: 3rem;
	}
	
}


@media screen and (max-width: 1023px){
	/* 右からスライド */
	.navi-menu-content {
		left: auto;
  		right: 0;
  		transform: translateX(105%);
	}	
	.pc-none {
		display: block !important;
	}
	.sp-block {
		flex-direction: col;	
	}
	body {
		margin-top: 0 !important;
	}
	.header-container {
		display: none;
	}
	.logo-menu-button img {
		max-height: 45px;
	}	
	.mobile-header-menu-buttons {
		box-shadow: none;
		background-color: transparent;
		padding: 0.5rem 0 0.5rem 1rem;
		transition: all 0.3s;
	}
	.mobile-header-menu-buttons.active {
		background-color: #ffffffaa;
	}
	.mobile-menu-buttons .logo-menu-button {
	    justify-content: flex-start;
	}
	.navi-menu-icon .fa-bars:before {
	    content: "";
    	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/bars_hoso.png) no-repeat center center / contain;
    	display: block;
   		width: 50px;
    	height: 50px;
	}
	.mobile-menu-buttons .menu-caption {
		display: none;
	}
	.menu-close-button {
	    text-align: right;
	}
	.navi-menu-close-button .fa-times:before {
	    content: "";
    	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/910_x_h-1.png) no-repeat center center / contain;
    	display: block;
   		width: 50px;
    	height: 50px;
	}
	.menu-drawer li {
		border-top: 1px solid var(--color-brown-al);
		padding: 1rem;
	}
	.menu-drawer li:first-child {
		border: 0;
	}
	.menu-drawer li .sub-menu li {
		font-size: 1rem;
	}
	.menu-drawer li.line-btn {
		padding: 3rem 1rem 0;
	}	
	.menu-drawer li.web-btn {
		padding: 0 1rem 0;
		border: 0;
	}	
	.menu-drawer li.tel-num {
		padding: 2rem 0 0 0;
		border: 0;
	}	
	.navi-in > ul li.web-btn {
		display: block;
	}
	 .tel-num a {
        font-size: 2.5rem;
    }
	main.main {
		padding: 0;
	}
	.mv-logo {
		display: none;
	}
	.mv-content {
		margin-top: 75px;
		background-image: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/fv-pic-sp.jpg);
	}
	.mv-catch {
		width: 60vw;
    }
	.sp-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		margin:0 !important;
		width: 100%;
		z-index: 9999;
		background: #fff;
	}
	.sp-cta ul {
		list-style: none;
		padding: 0!important;
		margin: 0!important;
		display: flex;
		align-items: center;
		border-top: 1px solid var(--color-brown-al2);
	}
	.sp-cta ul li {
		flex-basis: 24%;
		margin: 0 !important;
	}
	.sp-cta ul li.tel-num {
		flex-basis: 52%;
	}
	.sp-cta ul .tel-num a {
        font-size: 1.5rem;
    }
	.sp-cta ul .info-btn a {
	    border: 0;
	    padding: 3.25rem 0 0.75rem 0;
	    font-size: 0.9rem;
    	border-radius: 0;
	    background-position: center 0.75rem;
	    background-size: 2rem;
		background-color: var(--color-brown-al2);
	}
	.sp-cta ul .line-btn a {
		margin-bottom: 0;
		background-color: var(--color-bg_line);
	}
	.go-to-top {
    	bottom: 75px;
	}
	.mvb-content {
	    width: 75vw;
		padding: 0;
	}
	.mvb-content .mvb-pic img {
	    aspect-ratio: 1 / 1;
	}
	.vows-list li {
	    padding: 0 1rem 2rem;
	}
	.vows-content {
		flex-wrap:wrap;
	}
	.vows-content .vows-pic01 {
		order: 2;
		flex-basis: 47%;
	}
	.vows-content .vows-pic02 {
		order: 3;
		flex-basis: 47%;
	}
	.vows-content .vows-txt {
		order: 1;
        flex-basis: 100%;
        margin: 0 5rem 3rem;
    }
	.top-profile-content {
		flex-direction: column;
		align-items: flex-start;
	}
	.top-profile-content .profile-pic {
		margin-bottom: 2rem;
	}
	.top-profile-content .profile-txt {
	    width: 80%;
    	margin: 0 auto;
	}
	.top-feature-item .feature-txt {
		padding: 0 4rem 3rem;
	}
	.top-feature-item .feature-pic img {
		width: 100%;
	}
	.foot-info-content .info-txt h3 {
		padding-left: 6rem;
	}

}

@media screen and (max-width: 834px){
	.entry-content,
	.common-inner {
		width: 90vw;
		overflow: hidden;
	}
	.mv-content {
	    height: 70vh;
	}
    .mv-catch {
        top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
    }
	.inner-content {
		width: 100%;
	}
	.mvb-content {
		width: 80vw;
	}
	.mvb-txt {
		width: 85vw;
	}
	.vows-list {
 	    flex-direction: column;
		margin-bottom: 0 !important;
	}
	 .vows-list li {
        margin: 0 0 3rem 0 !important;
    }
	.vows-list li .txt {
		writing-mode: inherit;
		text-align: center;
		font-size: 1.75rem;
	}
	.vows-list li:before,
	.vows-list li:after {
	    width: 15rem;
	}
	.vows-list li .num {
		margin: -1rem 0 0.5rem;
	}
	.top-profile-inner {
		padding-top: 3rem;
	}
	.top-profile-content .profile-main {
	    flex-direction: column;
	}
	.top-feature-item .feature-pic {
		text-align: center;
	}
	.top-feature-item .feature-pic img {
		width: 70%;
	}
	 .top-feature-item .feature-txt {
        margin: -2rem auto 2rem;
		 z-index: 2;
		 width: 90%;
    }
	.top-feature-item h3 small {
		font-size: 1.5rem;
	}
	.feature-pic-certificate {
    	position: absolute;
    	bottom: 4rem;
    	left: 0rem;
    	width: 49%;
	}
	
	#top-treatment h2 {
    	font-size: 3.5rem;
    	margin-bottom: 3rem;
	}
	.top-treatment-content > ul {
	    flex-direction: column;
	}
	.top-treatment-content a figure img {
		aspect-ratio: 2 / 1;
	}
	.top-greeting-content {
	    flex-direction: column;
	}
	#top-feature h2 {
    	font-size: 4.5rem;
    	margin-bottom: 3rem;
	}
	.top-feature-lead {
	    padding-left: 0;
	}
	.top-feature-content {
		width: 100%;
	}
	.top-feature-item {
	    margin: 0 0 2rem;
    	flex-direction: column !important;
	}
	.top-feature-item h3 {
	    font-size: 2.5rem;
	    margin-bottom: 1.5rem
	}
	.top-feature-item02 .feature-pic > div:last-child {
    	margin-top: 5rem;
	}
	.top-feature-item03 .feature-pic > div:last-child {
    	margin-top: 5rem;
	}
	.feature-btn {
		margin-bottom: 3rem;
	}
	.foot-info-content {
	    flex-direction: column;
	}
	.foot-menu-content {
	    margin: 0;
    	flex-direction: column;
	}
	.foot-menu-main {
	   margin: 0 0 2rem 0;
	}
	.treatment-item {
	    flex-wrap: wrap;
	}
	.treatment-item ul {
	    flex-basis: 50%;
	}
	.treatment-item ul:last-child {
	    display: flex;
		flex-basis: 100%;
		flex-wrap: wrap;
	}
	.treatment-item ul:last-child li {
	    flex-basis: 50%;
	}
	#foot-menu {
		padding: 0 0 4rem 0;
	}
	.foot-sns {
    	text-align: center;
    	margin: 2rem 0 0 0;
	}
	.go-to-top {
    	bottom: 85px;
	}
	

}
@media screen and (max-width: 480px){
	.top-inner,.imp-inner {
		width: 85vw;
	}
	.mv-content {
        height: 60vh;
    }
	#top-mvb {
		margin-top: 3rem;
	}
	.mvb-content .mvb-catch {
		flex-direction: column;
	}
	.mv-catch {
        width: 90vw;
    }
	#top-mvb {
		background: none;
	}
	.mvb-content {
	    flex-direction: column;
	}
	.mvb-content .mvb-catch {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.mvb-content .mvb-catch > div {
    	writing-mode: inherit;
    	font-size: 2.5rem;
	}
	.mvb-content .mvb-catch > div:last-child {
	    padding: 0.5rem 1.5rem;
		font-size: 2rem;
	}
	 .mvb-txt {
        padding: 2rem 0 3rem;
    }
	.home h2 {
		font-size: 5rem;
	}
	.home h2 span {
	    font-size: 1.75rem;
		letter-spacing: 0;
	}
	#top-vows h2 {
		margin-bottom: 3rem;
	}
	.vows-content {
		padding: 0;
	}
	 .vows-list li:before, .vows-list li:after {
        width: 8rem;
    }
	.vows-content .vows-txt {
        margin: 0 2rem 2rem;
    }
	#top-profile .top-inner {
	    width: 100vw;
	}
    .top-feature-item .feature-txt {
        padding: 0 3rem 2rem;
    }
	.top-feature-item h3 span {
		margin-bottom: 0.5rem;
	}	
	.go-to-top {
    	bottom: 75px;
	}
}


/* about */

.about-basic th,
.about-basic td{
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--color-mizu);
	padding: 1.5rem 1rem;
}
.about-time thead th {
	background: var(--color-bg_beige);
	padding: 1.5rem 1rem;
	border: 0;
}
.about-time tbody th {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #dedede;
	padding: 1.5rem 1rem;
}
.about-time tbody td{
	background: #fff;
	border: 0;
	border-bottom: 1px solid #dedede;
	padding: 1.5rem 1rem;
	color: var(--color-mizu);
	text-align: center;
}


/* doctor */
.doctor-career {
	width: auto;
}
.doctor-career td {
	border: 0;
	background: #fff;
	padding: 1rem 0;
	line-height: 1.4;
}
.doctor-career tr td:first-child {
	font-size: 0.9rem;
	color: var(--color-gray);
	padding-right: 2rem;
	vertical-align: top;
}
.doctor-message {
	display: flex;
	align-items: center;
	margin: 5rem 0;
	gap: 1rem 4%;
}
.doctor-message > * {
	flex-basis: 48%;
}
.doctor-message img {
	width: 100%;
}

.doctor-content {
	display: flex;
	gap: 1rem 10%;
}
.doctor-content > * {
	flex-basis: 45%;
}
.doctor-name {
	font-family: var(--ff-min);
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
	margin: 1rem 0 0;
}
.doctor-name span {
	font-size: 1.2rem;
	margin-right: 0.5rem;
}
.doctor-name small {
    font-size: 1rem;
    font-family: var(--ff-en);
    display: block;
    letter-spacing: 0.15rem;
}
@media screen and (max-width: 834px){
	.doctor-message, .doctor-content {
		flex-direction: column;
		margin: 3rem 0;
	}
	.doctor-name {
		margin-bottom: 2rem;
	}	
}

/* treatment */
.flex-box {
	display: flex;
	gap: 1rem 5%;
	flex-direction: row-reverse;
}
.flex-box > .flex-txt {
	flex-basis: 60%;
}
.flex-box > .flex-pic {
	flex-basis: 35%;
	text-align: center;
}
.flex-box-2 {
	display: flex;
	gap: 1rem 10%;
}
.flex-box-2 > * {
	flex-basis: 45%;
}
.flex-box-2 .flex-box {
	flex-direction: column;
}
.flex-box-3 {
	display: flex;
	gap: 1rem 5%;
}
.flex-box-3 > * {
	flex-basis: 30%;
}
.flex-box-3 h4 {
	margin: 0 auto 1rem;
    width: fit-content;
    display: flex;
}
.table-type01 thead th {
	padding: 1.5rem 1rem;
	border: 0;
}
.table-type01 tbody th {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #dedede;
	padding: 1.5rem 1rem;
}
.table-type01 tbody td {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #dedede;
	padding: 1.5rem 1rem;
	width: 55%;
}
.table-type02 th {
	border: 1px solid #dedede;
	padding: 1.5rem 1rem;
	text-align: left;
	font-weight: normal;
	width: 45%;
}
.table-type02 td {
	background: #fff;
	border: 1px solid #dedede;
	padding: 1.5rem 1rem;
}
.size-pic {
	width: 100%;
	aspect-ratio: 3 / 2;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.squ-pic {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.rect-pic {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.c-pic img {
	width: 200px;
}
.perio-pic {
	margin: 2rem 0;
	text-align: center;
}
.perio-pic img {
	width: 70%;
}
.flow-content .flow-item {
	border: 2px solid var(--color-bg_mizu);
	padding: 2rem 5rem;
	position: relative;
	margin: 0 0 4rem;
}
.flow-item h3 {
	border: 0;
	margin: 0 0 2rem;
	display: flex;
	align-items: center;
}
.flow-item h3 span {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	background: var(--color-mizu);
	margin: 0 1rem 0 0;
	text-align: center;
	font-family: var(--ff-num);
	font-size: 1.5rem;
	font-weight: 300;
}
.flow-item .flex-box {
	align-items: center;
}
.flow-content > div:not(:last-child):after{
	content: "";
	display: block;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/07/flow-arrow.png) no-repeat center center / contain;
   height: 25px;
   width: 100px;
/*
	background: var(--color-brown-al);
   height: 25px;
   width: 100px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	*/
	position: absolute;
	left: calc( 50% - 50px );
	bottom: -3rem;
}
.column-box {
	background: var(--color-bg_beige2);
	padding: 3rem;
	border-radius: 1.5rem;
}
.h4-nm + * {
	padding: 0 0 0 2rem;
}
.compare-table {
	margin: 3rem 0 0 0;	
}
.compare-table thead th {
	width: 33.3%;
	background: var(--color-bg_beige2);
	text-align: center;
	padding: 1.5rem 1rem;
	font-size: 1.5rem;
	font-family: var(--ff-min);
}
.compare-table thead th:first-child {
	background: var(--color-mizu);
	color: #fff;
}
.compare-table tbody td {
	background: #fff;
	vertical-align: top;
	padding: 1.5rem;
}
.compare-table tbody td:first-child {
	background: var(--color-bg_mizu);
	border-color: #fff;
}
.compare-table tbody td.compare-pic { 
	text-align: center;
	padding: 1rem;
}
.compare-table tbody td.compare-pic img { 
	width: 70%;
}
.compare-table tbody td ul {
	padding: 0;
}
.compare-table tbody td ul li {
	list-style:none;
	position: relative;
	padding: 0 0 0 2rem;
}
.compare-table tbody td ul.merit-list li:before {
	content: "〇";
	color: var(--color-mizu);
	position: absolute;
	top: 0;
	left:0
}
.compare-table tbody td ul.demerit-list li:before {
	content: "×";
	color: var(--color-gray);
	position: absolute;
	top: 0;
	left:0
}

@media screen and (max-width: 834px){
	.flex-box,.flex-box-2,.flex-box-3 {
		flex-direction: column;
	}
	.table-scroll {
 		 overflow-x: auto;
	}
	.table-scroll table{
  		width: 100%;
  		min-width: 600px;
	  border-collapse: collapse;
	}
	.perio-pic img {
		width: 100%;
	}
	.flow-content .flow-item {
		padding: 2rem 2rem;
	}
	.flow-content .flow-item .flex-pic {
		padding: 0 2rem;
	}
}

/* price */
.price-content {
	width: 80%;
	margin: 0 auto 3rem;
}
.price-content table th,
.price-content table td {
	padding: 1.5rem;
}
.price-content table th {
	width: 60%;
	background: var(--color-navy);
	color: #fff;
	text-align: left;
	font-weight: normal;
	border-color: #fff;
	border-right: 1px solid  var(--color-navy);
}
.price-content table td {
	width: 40%;
	background: #fff;
	border-color: var(--color-navy);
}
ol.list-num {
	counter-reset: listnum;
	list-style: none;
	padding: 0;
}
ol.list-num li {
	position: relative;
	padding-left: 4rem;
}
ol.list-num li:before {
	counter-increment: listnum;
	content: "【"counter(listnum)"】"; 
	color: var(--color-navy);
	position: absolute;
	top: 0;
	left: 0;
	font-family: var(--ff-min);
}
.pay-content {
	display: flex;
	width: 70%;
}
@media screen and (max-width: 834px){
	.price-content {
		width: 100%;
	}	
	.pay-content {
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	.table-scroll {
		overflow-x: scroll;
	}
	.table-scroll table {
		width: 100%;
		white-space: nowr
	}	
	.pay-content {
    	flex-direction: column;
	}
}

/* implant-lp */
.implant-lp .entry-header {
	display: none;
}
.implant-lp .entry-content {
	width:100%;
}
.implant-lp #breadcrumb {
	margin: 0;
	display: none;
}
.mobile-header-menu-buttons .logo-menu-button{
	transition: all 0.5s;
}
.implant-lp .mobile-menu-buttons .navi-menu-button {
	display: none;	
}
.mobile-header-menu-buttons.active {
	background: transparent;
}
.mobile-header-menu-buttons.active .logo-menu-button{
	transform: translateY(-100px);
}
.implant-lp .navi-in > ul li {
	display: none;
	padding: 0 0.75rem;
}
.implant-lp .header-container.active .navi-in > ul li {
	padding: 0 0.5rem;	
}
.implant-lp .navi-in > ul li.line-btn {
	display: flex !important;
}
.implant-lp .navi-in > ul li.tel-num {
	display: block !important;
	padding-right: 2rem !important;
}
.implant-lp .navi-in > ul li.tel-num a {
	color: #fff;
    background-image: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/0120-wh.png);	
}
.implant-lp .header-container.active .tel-num a {
	color: #333;
    background-image: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/0120-bk.png);	
	
}
.implant-lp .navi-in > ul li.line-btn a {
	background-color: var(--color-line);
	color: #fff !important;
}


.imp-mv-content {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/fv-im-pcpic.jpg) no-repeat center center / cover;
}
.imp-mv-content:after {
	content: "IMPLANT";
	display:block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 15vw;
	font-family: var(--ff-en);
	mix-blend-mode: plus-lighter;
	line-height: 9vw;
    letter-spacing: 1vw;
}


.imp-mv-achievement {
	position: absolute;
	left: 40vw;
	top: 21vh;
	width: 30vw;
}
.imp-mv-catch {
	position: absolute;
	left: 5vw;
	top: 30vh;
}
.imp-mv-catch-01 {
    position: relative;
    color: #fff;
    font-family: var(--ff-min);
    font-size: 1.75vw;
    padding: 1rem 0;
    text-align: center;
    width: 39vw;
    letter-spacing: 0.2rem;
	margin-bottom: 1rem;
}
.imp-mv-catch-01 span {
	position: relative;
}
.imp-mv-catch-01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-navy);
	opacity: 0.8;
	z-index: 0;
}
.imp-mv-catch-02 {
    color: #fff;
    font-family: var(--ff-min);
    font-size: 3.25vw;
	line-height: 1.4;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.6)
}
.imp-mv-catch-02 small {
    font-size: 2.25vw;
}
.imp-mv-catch-03 {
    color: #fff;
    font-family: var(--ff-min);
    font-size: 5.25vw;
	line-height: 1;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.8)
}

#imp-trouble h2.imp-h2 {
    display: block;
    font-size: 3rem;
    color: #ffffff99;
    text-align: center;
    position: relative;
    z-index: 1;
	background: var(--color-navy) url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/light-bg.jpg) no-repeat center center;
	background-blend-mode: saturation;
    width: 70vw;
    padding: 1rem 0;
    margin: 5rem auto -5rem;
}
#imp-trouble h2.imp-h2 span {
    color: #fff;
	font-size: 3rem;
}
#imp-trouble .imp-inner {
	width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 10rem 0;
}
#imp-trouble .imp-inner:before {
    content: '';
	width: 100%;
	height: 100%;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/img13.jpg) no-repeat center bottom / cover;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/07/02-1.jpg) no-repeat center bottom / cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(20px);
    z-index: -1;
}
.imp-trouble-list {
	width: 80vw;
	margin: 0 auto;
	list-style: none;
	padding: 0 !important;
	display: flex;
	gap: 2rem 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imp-trouble-list li {
	flex-basis: 23%;
	padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.imp-trouble-list li .num {
	text-align: center;
	font-size: 2.5rem;
	color: #2A2367f1;
	font-family: var(--ff-num);
	margin-bottom: 1rem;
	font-weight: 300;
	line-height: 1;
}
.imp-trouble-list li .txt {
	text-align: center;
	font-size: 1.25rem;
}
.imp-trouble-end {
    position: absolute;
    width: 100%;
    bottom: -7rem;
    left: 0;
}
#imp-trouble .imp-trouble-end h2.imp-h2 {
    width: 90vw;
    margin: 0 auto;
	padding: 3rem 0;
	font-size: 4rem;
	color: #fff;
}
#imp-trouble .imp-trouble-end h2.imp-h2 small {
	display: block;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    color: var(--color-mizu);
}

#imp-about:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/999473.jpg) no-repeat center center / cover;
	opacity: 0.5;
}
#imp-about .imp-inner {
	padding-top: 12rem;
}
#imp-about h2 {
	font-size: 5rem;
	text-align: center;
	color: var(--color-navy);
	margin-bottom: 3rem;
}
.imp-about-box {
	margin: 0 auto 4rem;
	padding: 2rem;
	border: double 7px #CCCFD6;
	font-family: var(--ff-min);
	font-size: 1.75rem;
	background: #ffffff55;
	text-align: center;
	width: 70%;
	position: relative;
}
.imp-about-box strong {
	font-size: 2.5rem;
	background:linear-gradient(transparent 60%, #ccccff 0%);
	margin: 0 0.5rem;
	color: var(--color-navy);
}
.imp-about-box .pic{
	position: absolute;
	right: -2rem;
	top: -6.5rem;
}
#imp-about .imp-about-txt {
	width: fit-content;
	margin: 0 auto 2rem;
}

#imp-reason {
	background: var(--color-navy) url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/26640629.jpg) no-repeat left top / cover;
	background-blend-mode: saturation;
	background-attachment: fixed;
}
#imp-reason .imp-inner{
	width: 100%;
}
.imp-reason-content {
    padding: 0 0 4rem;
	position: relative;
}
#imp-reason h2 {
	margin: 0 0 0 5vw;
	color: #fff;
	font-size: 3rem;
	color: var(--color-mizu);
}
#imp-reason h2 span {
	font-size: 3.5rem;
	line-height: 1;
	color: #fff;
}	
#imp-reason h2 span.num {
	font-size: 6rem;
	color: var(--color-mizu);
}
.imp-reason-item {
	display: flex;
	padding: 0;
    justify-content: space-between;
/*	align-items: flex-end;*/
	margin: 0 5rem 5rem 0;	
}

.imp-reason-item h3 {
	font-size: 1.8rem;
	padding: 0 0 1.5rem 0;
	margin: 0 0 2rem;
	position: relative;
	background: transparent;
	line-height: 1.7;
}

.imp-reason-item h3 span.ttl {
    display: block;
    font-family: var(--ff-en);
    line-height: 1;
    margin: 0 0 2rem 0;
    background: var(--color-mizu);
    color: #fff;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 200;
    width: fit-content;
    padding: 1.5rem 0.5rem 0.25rem;
}
.imp-reason-item h3 span.ttl span.num {
    font-family: var(--ff-num);
    color: #fff;
    font-style: italic;
    font-size: 3rem;
    font-weight: 200;
    margin-left: 0.5rem;
}

.imp-reason-item .pic {
	flex-basis: 45%;
	position: relative;
	z-index: 1;
	text-align: right;
}
.imp-reason-item .pic img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: top;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.imp-reason-item .txt {
	flex-basis: 60%;
	position: relative;
	margin: 150px 0 0 -10%;
	z-index: 0;
	background: #fff;
	padding: 0 5rem 4rem 8rem;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.imp-reason-item .txt p {
	margin-bottom: 0;
}
.imp-reason-item01,
.imp-reason-item03 {
	flex-direction: row-reverse;
	margin: 0 0 5rem 5rem;

}
.imp-reason-item01 .pic,
.imp-reason-item03 .pic {
	text-align: left;
	height: fit-content;
}
.imp-reason-item01 .txt,
.imp-reason-item03 .txt {
	margin: 150px -10% 0 0;
	padding: 0 8rem 4rem 5rem;
	
}


#imp-counseling {
	background: var(--color-mizu);
	overflow: auto;
}
#imp-counseling .imp-inner {
	background: #ffffff;
	position: relative;
	margin: -20rem auto 5rem;
	padding: 3rem 7rem 4rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#imp-counseling h2 {
	text-align: center;
	font-size: 3rem;
	color: var(--color-mizu);
	border-bottom: 7px double;
	border-top: 7px double;
	padding: 2rem 0;
	margin-bottom: 3rem;
}
#imp-counseling h2 span {
	color: var(--color-navy);
	font-size: 4rem;
	line-height: 1.2;
	margin-top: 1rem;
	letter-spacing: 0;
}
#imp-counseling h2 span small {
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1rem;
}
.imp-counseling-pic img {
	aspect-ratio: 5 / 2;
	object-fit: cover;
	object-position: center 30%;	
	width: 100%;
}

.imp-end-bg {
	position: relative;
	overflow: auto;
	margin-bottom: 0;
}
.imp-end-bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/06/bg-gray-2-scaled.jpg) repeat-y left top / cover;
	opacity: 0.5;
}
#imp-greeting .imp-inner {
	margin: 0 auto 0 0;
	width: 90vw;
	padding: 7rem 0;
}
#imp-greeting h2 {
	text-align: right;
	color: var(--color-navy);
	margin-bottom: 0;
}
.imp-greeting-content {
	display: flex;
	justify-content: space-between;
}
.imp-greeting-content .imp-greeting-pic {
	flex-basis: 45%;
	position: relative;
	margin-top: -8rem;
}
.imp-greeting-content .imp-greeting-pic img {
	display:block;
}
.imp-greeting-content .imp-greeting-pic .dname {
	width: 100%;
	padding: 0.75rem 1rem;
	text-align: right;
	color: #fff;
	background: var(--color-navy) url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/light-bg.jpg) no-repeat center center;
	background-blend-mode: saturation;
	font-size: 2.5rem;
	font-family: var(--ff-min);
}
.imp-greeting-content .imp-greeting-pic .dname .txt {
	font-size: 1.5rem;
	margin-right: 1rem;
}
.imp-greeting-content .imp-greeting-pic .dname .en {
	font-size: 1.25rem;
	margin-left: 1rem;
	color: var(--color-mizu);
	letter-spacing: 0.1rem;
	font-family: var(--ff-en);
}
.imp-greeting-content .imp-greeting-txt {
	flex-basis: 50%;
}
.imp-greeting-content .imp-greeting-txt h3 {
	background: transparent;
	border: 0;
	font-size: 2.5rem;
	line-height: 1.5;
}

#imp-end .imp-inner {
	width: 90vw;
	background: #fff;
	padding: 0 0 0 5rem;
	margin-bottom: 5rem;
}
#imp-end  h2 {
	font-size: 4rem;
	margin: 5rem 0 5rem 0;
	color: var(--color-navy);
}
.imp-end-content {
	display: flex;
	justify-content: space-between;
}
.imp-end-txt {
	flex-basis: 65%;
	margin-bottom: 3rem;
}
.imp-end-list {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.imp-end-list li {
	flex-basis: 33%;
	padding: 2rem 1rem;
	border: 1px solid;
	font-family: var(--ff-min);
	text-align: center;
	font-size: 1.125rem;
	color: var(--color-navy);
	position: relative;
}
.imp-end-list li:before {
	content: "";
	display: block;
	position: absolute;
	top: -2.5rem;
	left: 50%;
	transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
    background: #fff url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/check.png) no-repeat 80% center / 80%;
}

.imp-end-pic {
	flex-basis: 30%;
}
.imp-end-pic img {
	aspect-ratio: 1 / 2;
	object-fit: cover;
	display: block;
}
@media screen and (max-width: 1400px){
	.imp-mv-content {
		height: 85vh;
	}
	#imp-trouble h2.imp-h2 {
		width: 90vw;
	}
	.imp-trouble-list {
		width: 90vw;
	}
	.imp-trouble-list li .txt {
		text-align: left;
	}
	.imp-trouble-list li .txt br {
		display: none;
	}
	#imp-trouble .imp-trouble-end h2.imp-h2 {
		font-size: 4vw;
	}
	.imp-about-box {
		width: 100%;
	}
	.imp-reason-item h3 {
		font-size: 1.5rem;
	}
	.imp-reason-item02 .txt, .imp-reason-item04 .txt {
		padding-left: 6rem;
		padding-right: 4rem;
	}
	.imp-reason-item01 .txt, .imp-reason-item03 .txt {
		padding-right: 5rem;
	}
	#imp-counseling .imp-inner {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.imp-counseling h2 span {
	    font-size: 3.5rem;
	}
	#imp-greeting .imp-inner {
		width: 95vw;
	}
	#imp-greeting h2 {
		font-size: 6rem;
	}
	.imp-greeting-content .imp-greeting-txt h3 {
		font-size: 2rem;
	}
	#imp-end h2 {
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 1023px){
	 .imp-mv-content {
        height: 70vh;
    }
	.imp-mv-achievement {
		top: 25vh;
	}
	#imp-trouble h2.imp-h2 span {
		font-size: 2.5rem;
	}
	.imp-trouble-list {
	    gap: 2rem 3%;
    	justify-content: flex-start;
	}
	.imp-trouble-list li {
		flex-basis: 30%;
	}
	.imp-about-box .pic {
	    right: -5rem;
	    width: 10rem;
	}
	.imp-about-box strong {
		font-size: 2.25rem;
	}
	#imp-reason h2 {
		margin-bottom: 5rem;
	}
	#imp-counseling .imp-inner {
		margin-top: -10rem;
	}
	.imp-greeting-content .imp-greeting-pic .dname {
		line-height: 1;
	}
	#imp-greeting h2 {
        font-size: 5rem;
    }
	.imp-greeting-content .imp-greeting-txt h3 {
        font-size: 1.75rem;
    }
	#imp-end h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 834px){
	.imp-mv-content {
		background-image: url(https://kanda.renyu-kai.com/wp-content/uploads/2025/08/fv-im-sp.jpg); 
		height: 95vh;
	}
	.imp-mv-catch {
    	left: 5vw;
		top: 12rem;
	}
	.imp-mv-catch-01 {
		width: 100%;
		font-size: 2rem;
	    padding: 1rem 2rem;
    	text-align: left;
	}
	.imp-mv-catch-01:before{
	}
	.imp-mv-catch-02 {
		font-size: 3rem;
	}
	.imp-mv-catch-02 small {
    	font-size: 2.5rem;
	}
	.imp-mv-catch-03 {
		font-size: 5.5rem;
	}
	 .imp-mv-achievement {
	    left: auto;
    	width: 54vw;
    	right: -32px;
		 top: 6vh;
    }
    .imp-trouble-list li {
        flex-basis: 45%;
    }
	#imp-trouble .imp-trouble-end h2.imp-h2 {
		font-size: 3.5rem;
	}
	.imp-reason-content {
		padding: 0 5vw 4rem;
	}
	.imp-reason-item {
		flex-direction: column;
		margin: 0 0 5rem 0;
	}
	.imp-reason-item .pic img {
		display: block;
	}
	.imp-reason-item .txt {
		margin: 0;
		padding: 0 4rem 4rem;
	}
	 .imp-reason-item h3 {
        font-size: 2rem;
    }
	#imp-counseling .imp-inner {
		width: 90vw;
		margin-top: -7rem;
	}
	.imp-greeting-content {
    	flex-direction: column;
	}
	#imp-greeting .imp-inner {
		width: 90vw;
		margin: 0 auto;
	}
	#imp-greeting h2 {
		margin-bottom: 3rem;
	}
	.imp-greeting-content .imp-greeting-pic .dname {
		padding: 1.5rem;
		font-size: 3rem;
	}
	.imp-greeting-content .imp-greeting-pic {
		width: 90%;
		margin: 0 auto 1rem;
	}
	.imp-greeting-content .imp-greeting-pic .dname .en {
		font-size: 1.5rem;
	}
	.imp-greeting-content .imp-greeting-txt h3 {
		font-size: 3rem;
	}
	#imp-end .imp-inner {
		padding: 0;
	}
	.imp-end-content {
	    flex-direction: column-reverse;
	}
	.imp-end-pic img {
	    aspect-ratio: 2 / 1;
    	object-position: center 15%;
	}
	.imp-end-txt {
		padding: 5rem 3rem 2rem;
	}
	#imp-end h2 {
	    font-size: 3rem;
    	margin: 0 0 5rem 0;
	}
	.imp-end-list {
		padding: 0 !important;
	}
}
@media screen and (max-width: 480px){
    .imp-mv-content {
        height: 80vh;
    }
	.imp-mv-catch {
		width: 90vw;
	}
	.imp-mv-catch-01 {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.imp-mv-catch-02 {
        font-size: 2rem;
		margin-bottom: 0.5rem;
    }
	 .imp-mv-catch-02 small {
        font-size: 1.5rem;
    }
	 .imp-mv-catch-03 {
        font-size: 3.25rem;
    }
	.imp-mv-achievement {
        width: 60vw;
        right: -32px;
        top: 10vh;
    }
	.imp-mv-content:after {
	    font-size: 20vw;
	    line-height: 12vw;		
	}
	#imp-trouble h2.imp-h2 span {
		font-size: 1.25rem;
	}
	#imp-trouble .imp-inner {
		padding: 8rem 0;
	}
	.imp-trouble-list {
        gap: 1rem 3%;
    }
	#imp-trouble .imp-trouble-end h2.imp-h2 {
		font-size: 2.5rem;
	}
	#imp-trouble .imp-trouble-end h2.imp-h2 small{
		font-size: 1.25rem;
	}
	.imp-about-box {
		font-size: 1.5rem;
		text-align: left;
		margin-bottom: 2.5rem;
	}
	.imp-about-box strong {
        font-size: 2rem;
        display: block;
		width: fit-content;
	}
	 .imp-about-box .pic {
        right: -4rem;
		top: -3.5rem;
        width: 8rem;
    }
	#imp-reason h2 span {
		margin-top: 1.5rem;
	}
	.imp-reason-item .txt {
		padding: 0 2rem 3rem;
	}
	 .imp-reason-item h3 {
        font-size: 1.75rem;
    }
	.imp-reason-content {
		padding-bottom: 0;
	}
	#imp-counseling h2 {
		font-size: 2rem;
	}
	 #imp-counseling .imp-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
	#imp-counseling h2 span {
		font-size: 3rem;
	}
	#imp-counseling h2 span small {
		margin-bottom: 1rem;
	}
	#imp-counseling .imp-inner {
        margin-top: -4rem;
    }
	 .imp-greeting-content .imp-greeting-txt h3 {
        font-size: 1.75rem;
    }
	#imp-end h2 {
        font-size: 2rem;
    }
	.imp-end-list {
	    flex-direction: column;
		margin: 0 !important;
	}
	.imp-end-list li {
		margin-bottom: 3rem !important;
	}
	.imp-end-txt {
		padding-bottom: 0;
	}
}