/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2026 | 09:46:15 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.breadcrumb {
	display: none;
}

html { 
	font-size: 62.5%; 
	scroll-padding: 100px;
}
body, html {
	font-family: "Noto Serif JP", serif;
	font-feature-settings: "palt";
}
img{
	height: auto;
}  
:root{
	--main-color: #464650;
	--sub-color: #f45900;
}
.entry-meta{
	display: none;
}
.entry-footer{
	display: none;
}
.entry-title{
	display: none;
}
.vk_posts{
	display: none;

}
.entry-header, .page-header{
	display: none;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,h5,h6,p{
	color: var(--main-color);
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

.site-body{
	padding: 0;
}
.site-footer-title:after, .sub-section-title:after, h3:where(:not(.wp-block-post-title)):after{
	display: none;
}
.container{
	padding: 0;
}
.widget_search{
	display: none;
}
.pc { 
	display: block !important; 
}
.sp{
	display: none !important;
}
.br-sp {
    display: none;
}

/*header*/
.site-header{
	background-color: var(--main-color); 
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
	box-shadow: none;
}

#site-header-container{
	max-width: 90vw;
}
.site-header-logo{
	padding: 8px;
	margin: 10px 0;
}
.site-header-logo img{
	max-width: 120px;
}
.global-nav-list>li .global-nav-name{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
}
.global-nav-list>li .global-nav-name:hover{
	color: var(--sub-color);
	transition: all 0.5s;
}
.global-nav-list>li .global-nav-description{
	color: #fff;
	font-size: 1.2rem;
	opacity:1;
	font-weight: 400;
	letter-spacing: 0.08rem;
}
.device-pc .global-nav-list>li>a{
	padding: 1.8rem 1.5rem;
}

.global-nav-list>li:before{
	display: none;
}
i{
	margin-right: -1rem;
}

.header_scrolled .site-header{
	background-color: rgba(70,70,80,0.9);
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
	color: var(--main-color);
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
}
.vk-mobile-nav{
	padding: 60px 20px;
}
.menu_contents{
	display: flex;
	align-items: flex-end;
	margin: 0 10px 15px;
}
.menu_contents h2{
	color: var(--sub-color);
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0 0 0px 10px;
}
.menu_logo img{
	width: 160px;
	margin:  0x;
}
.menu_sns{
	display: flex;
	margin-left: 5px;
}
.menu_sns img{
	width: 28px;
	margin-right: 10px;
}
.vk-mobile-nav nav>ul{
	border-top: solid 1px #999;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
	border-bottom: solid 1px #999;
}
.vk-mobile-nav-menu-btn {
    border: none;
	background: none;
    background-image: url("https://www.milmoon.jp/wp-content/uploads/2026/04/open_btn.png");
	background-size: cover;
	width: 40px;
	height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: none;
	background: none;
    background-image: url("https://www.milmoon.jp/wp-content/uploads/2026/04/close_btn.png");
	background-size: cover;
}
.sp_memu_logo img{
	width: 280px;
	margin-bottom: 10px;
}
/*footer*/

.container.site-footer-content{
	padding: 0;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.site-footer{
	border: none;
	margin: 0 ;
	padding: 0;
	background: #E6BEC8;
	background: linear-gradient(0deg, rgba(230, 190, 200, 0.62) 17%, rgba(255, 255, 255, 1) 100%);
}
.widget{
	margin: 0;
	padding: 0;
}
.footer_content{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 30px 0 40px;
}
.footer1{
	display: flex;
	align-items: flex-end;
}
.footer_info h2{
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer_info p{
	font-size: 1.3rem;
	font-weight: 400;
}
.footer1 img{
	width: 220px;
	margin-right: 20px;
}
.footer_btn{
	background: var(--main-color);
	display: inline-block;
	transition: 0.5s;
}
.footer_btn img{
	width: 450px;
}
.footer_btn:hover{
	background: var(--sub-color);
	transition: 0.5s;
}
.footer_menu{
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 10px;
	transition: 0.5s;
}
.footer_menu a:hover{
	color: var(--sub-color);
	transition: 0.5s;
}
.site-footer-copyright{
	display: none;
}
.footer_copy{
	text-align: center;
	background: var(--main-color);
	padding: 24px 0;
}
.footer_copy p{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
}
/*top page*/
.top_title{
	display: inline-block;
	width: 380px;
	margin-bottom: 20px;
}
.top_title h3{
	font-size: 3.2rem;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: solid 1px var(--sub-color);
}
.top_title p{
	font-size: 1.6rem;
	font-weight: 400;
	padding-top: 5px;
}
.top_title2{
	display: inline-block;
	width: 380px;
}
.top_title2 h3{
	font-size: 3.2rem;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: solid 1px var(--main-color);
}
.top_title2 p{
	font-size: 1.6rem;
	font-weight: 400;
	padding-top: 5px;
}
.top_step, .top_service, .top_info, .top_contact, .top_faq{
	text-align: center;
	margin: 80px 0 0;
	padding: 0 0 80px;
}


/*top image*/
.top_image{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 130px 0 64px;
}
.top_image_content1 img{
	width: 430px;
}
.top_image_content1{
	margin: 0 20px;
}
.top_image_content2{
	margin: 0 20px;
}
.top_image_content2 h1{
	font-size: 5.6rem;
	font-weight: 900;
	margin-bottom: 20px;
}
.top_image_content2 h2{
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.top_image_content2 p{
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 40px;
}
.top_line_btn{
	background: var(--sub-color);
	display: inline-block;
	transition: 0.5s;
}
.top_line_btn img{
	width: 450px;
}
.top_line_btn:hover{
	background: var(--main-color);
	transition: 0.5s;
}

/*top clinic*/
.top_clinic{
	text-align: center;
	margin: 80px 0 0;
	background-image: url(https://kumanomiclinic.com/wp-content/uploads/sea_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.clinic_info{
	margin: 40px 0 0;
}
.clinic_info h3{
	font-size: 3rem;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 10px;
}
.clinic_info p{
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.top_recommend h3{
	color: #fff;
	background: var(--sub-color);
	display: inline-block;
	font-size: 3rem;
	font-weight: 600;
	margin: 80px 0 0;
	padding: 8px 240px;
}
.top_recommend p{
	font-size: 2.2rem;
	font-weight: 500;
	background: rgba(255,255,255,0.75);
	display: inline-block;
	padding: 60px 200px 40px;
	margin-top: -30px;
	margin-bottom: 80px;
}

/*top step*/
.step_image{
	margin-bottom: 20px;
}
.step_image img{
	margin: 0 auto;
	width: 1000px;
}

/*top sevice*/
.top_service{
	border-bottom: dotted 1px var(--main-color); 
}
.service_contents{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.service_info{
	display: flex;
	align-items: center;
	border: solid 1px var(--main-color); 
	width: 520px;
	margin: 10px;
}
.service_info img{
	width: 180px;
	padding: 10px 10px 10px 20px;
}
.service_info h3{
	text-align: left;
	font-size: 2.4rem;
	font-weight:600;
	margin-bottom: 5px;
}
.service_info p{
	text-align: left;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}
.top_service h5{
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 10px;
	line-height: 1.6;
}
.top_menu_btn{
	background: var(--main-color);
	display: inline-block;
	transition: 0.5s;
	margin: 40px 0 0;
}
.top_menu_btn img{
	width: 450px;
}
.top_menu_btn:hover{
	background: var(--sub-color);
	transition: 0.5s;
}
/*top infomation*/
.top_info{
	border-bottom: dotted 1px var(--main-color); 
}
.clinic_info_contents{
	text-align: left;
	display: flex;
	justify-content: center;
	
	margin-top: 60px;
}
.info_text{
	background: #fff;
	width: 550px;
	padding: 30px 30px 20px;
	margin: 10px;
}
.info_text h3{
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.info_text h5{
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 5px;
}
.info_text p{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 15px;
}
.clinic_info_contents2{
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	padding: 30px;
	margin: 10px;
}
.access_info h3{
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.access_info p{
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 15px;
}
iframe{
	margin:0;
}
/*top contact*/
.contact_contents{
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}
.top_line_btn2{
	background: var(--sub-color);
	display: inline-block;
	transition: 0.5s;
	margin: 0 15px;
}
.top_line_btn2 img{
	width: 420px;
}
.top_line_btn2:hover{
	background: var(--main-color);
	transition: 0.5s;
}
.top_contact_btn{
	background: var(--main-color);
	display: inline-block;
	transition: 0.5s;
	margin: 0 15px;
}
.top_contact_btn img{
	width: 420px;
}
.top_contact_btn:hover{
	background: var(--sub-color);
	transition: 0.5s;
}
/*top faq*/
.faq_contents{
	text-align: left;
	border-top: dotted 1px var(--main-color);
	margin-top: 40px;
}
.accordion {
	border-bottom: dotted 1px var(--main-color);
}
.accordion-header {
	padding: 20px 15px;
	cursor: pointer;
	position: relative;
	list-style: none;
	font-size: 2rem;
}
.accordion-content {
	padding: 10px 20px 20px;
	line-height: 1.5;
	font-size: 1.6rem;
}
.accordion-header::after {
  content: '▼'; 
  position: absolute;
  right: 10px;
  transition: transform 0.3s ease-in-out;
}

.accordion[open] .accordion-header::after {
  transform: rotate(180deg); 
}
.accordion .accordion-header::-webkit-details-marker {
  display: none;
}


/*line cta*/
.line_cta{
	text-align: center;
	transition: 0.5s;
}
.line_cta img{
	width: 720px;
	margin: 10px;
}
.line_cta:hover{
	background: var(--main-color);
	transition: 0.5s;
}



/*under page*/
.terms_page, .legal_page, .policy_page, .contact_page{
	text-align: center;
	margin: 150px 0 80px;
}
.form_page{
	margin: 0 140px 80px;
}
.under_title{
	display: inline-block;
	width: 400px;
	margin-bottom: 20px;
}
.under_title h3{
	font-size: 3rem;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: solid 1px var(--sub-color);
}
.under_title p{
	font-size: 1.6rem;
	font-weight: 400;
	padding-top: 5px;
}
.under_text{
	text-align: left;
	margin: 60px 140px 0;
}
.under_text h3{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.under_text p{
	font-size: 1.6rem;
	font-weight: 400;
}
.under_text a{
	text-decoration: none;
	color: #999;
	transition: 0.5s;
}
.under_text a:hover{
	color: var(--sub-color);
	transition: 0.5s;
}

/*contact page*/

.contact_text{
	text-align: center;
}
.contact_text h2{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.contact_text p{
	font-size: 1.6rem;
	font-weight: 400;

}
.asterisk{
	color: #d9679c;
	font-weight: 300;	
}
.wpcf7 p{
	font-size:1.6rem;
	font-weight: 400;
	margin: 0 0 5px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea{
	color: var(--main-color);
	font-size: 1.6rem;
	background-color: #eee;
	border: none;
	border-radius: 0;
	padding: 15px 10px;	
	margin-bottom: 20px;
}
.wpcf7-list-item{
	margin: 0;
}
.cf7-btn{
	text-align: center;
}
input[type=submit] {
	font-size: 1.8rem;
	font-weight: 300;
	border: none;
	background-color: var(--sub-color);
	color: #fff;
	margin-top: 30px;
	padding: 10px 50px;
	border-radius: 0;
	border: none;
}
.cf7-check{
	margin-bottom: 30px;
	background: #eee;
	padding: 10px 10px;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: var(--sub-color);
}



/*ここからモバイル*/
@media all and (max-width:480px) { 
.sp { 
	display: block !important; 
	}
.pc{
	display: none !important;
    }	
.br-sp {
       display: block;
    }
html{
	scroll-padding: 40px;
	}	
	
/*header*/
.site-header-logo{
	display: none;
}	

/*footer*/
.site-footer{
	padding: 10px 20px 0;
}
.footer_content{
	display: block;
	margin: 10px 0 20px;
}
.footer1{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
}
.footer_info h2{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer_info p{
	font-size: 0.8rem;
}
.footer1 img{
	width: 110px;
	margin-right: 10px;
}
.footer2{
	text-align: center;
}
.footer_btn{
	background: var(--main-color);
	display: inline-block;
	margin: 0 auto;
}
.footer_btn img{
	width: 280px;
}
.footer_menu{
	font-size: 1rem;
	margin-top: 10px;
}	
.footer_menu2{
	font-size: 1.1rem;
	font-weight: 400;
	transition: 0.5s;
	margin-left:10px;
}
.footer_menu a:hover{
	color: var(--sub-color);
	transition: 0.5s;
}
/*top page*/
.top_title{
	width: 240px;
	margin-bottom: 10px;
}
.top_title h3{
	font-size: 2rem;
	padding-bottom: 3px;
}
.top_title p{
	font-size: 1rem;
	padding-top: 3px;
}
.top_title2{
	width: 240px;
}
.top_title2 h3{
	font-size: 2rem;
	padding-bottom: 3px;
}
.top_title2 p{
	font-size: 1rem;
	padding-top: 3px;
}
.top_step, .top_service, .top_info, .top_contact, .top_faq{
	text-align: center;
	margin: 40px 20px 0;
	padding: 0 0 40px;
}	
	
/*top image*/
.top_image{
	margin: 40px 20px;
}
.top_image_content1 img{
	width: 280px;
	margin-bottom: 15px;
}
.top_image_content1{
	margin: 0;
}
.top_image_content2{
	margin: 0;
	text-align: center;
}
.top_image_content2 h1{
	font-size: 3.4rem;
	margin-bottom: 15px;
}
.top_image_content2 h2{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.top_image_content2 p{
	font-size: 1.1rem;
	margin-bottom: 20px;
}
.top_line_btn img{
	width: 280px;
}

/*top clinic*/
.top_clinic{
	text-align: center;
	margin: 40px 0 0;
	background-image: url(https://kumanomiclinic.com/wp-content/uploads/sea_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.clinic_info{
	margin: 20px 0 0;
}
.clinic_info h3{
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 5px;
}
.clinic_info p{
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}
.top_recommend h3{
	color: #fff;
	background: var(--sub-color);
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 40px 0 0;
	padding: 5px 60px 6px;
}
.top_recommend p{
	font-size: 1.1rem;
	font-weight: 500;
	background: rgba(255,255,255,0.75);
	display: inline-block;
	line-height: 1.6;
	padding: 35px 18px 20px;
	margin-top: -20px;
	margin-bottom: 30px;
}
/*top service*/
.service_contents{
	margin-top: 20px;
}
.service_info{
	width: 100%;
	margin: 5px 0;
}
.service_info img{
	width: 100px;
	padding: 8px 0 8px 5px;
}
.service_info h3{
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.service_info p{
	font-size: 1rem;
}
.top_service h5{
	font-size: 1rem;
	margin-top: 10px;
	line-height: 1.5;
}
.top_menu_btn{
	margin: 20px 0 0;
}
.top_menu_btn img{
	width: 280px;
}

/*top step*/
.step_image img{
	width: 100vw;
}
	
/*top infomation*/
.clinic_info_contents{
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.info_text{
	background: #fff;
	width: 550px;
	padding: 20px 20px 10px;
	margin: 0 0 10px;
}
.info_text h3{
	font-size: 2rem;
	margin-bottom: 10px;
}
.info_text h5{
	font-size: 1.6rem;
	margin: 0 0 5px;
}
.info_text p{
	font-size: 1rem;
	margin-bottom: 15px;
}
.clinic_info_contents2{
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	padding: 20px;
	margin: 0;
}
.access_info h3{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.access_info p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 15px;
}

/*top contact*/
.contact_contents{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.top_line_btn2{
	margin: 0 15px 20px;
}
.top_line_btn2 img{
	width: 280px;
}
.top_contact_btn{
	margin: 0 15px;
}
.top_contact_btn img{
	width: 280px;
}

/*top faq*/
.faq_contents{
	margin-top: 20px;
}
.accordion-header {
	padding: 12px 5px;
	font-size: 1.2rem;
}
.accordion-content {
	padding: 10px 5px 10px;
	line-height: 1.5;
	font-size: 1.1rem;
}	
	
/*line cta*/
.line_cta{
	text-align: center;
}
.line_cta img{
	width: 340px;
	margin: 5px;
}	
/*under page*/
.terms_page, .legal_page, .policy_page, .contact_page{
	text-align: center;
	margin: 60px 0 40px;
}
.form_page{
	margin: 0 25px 40px;
}
.under_title{
	display: inline-block;
	width: 240px;
	margin-bottom: 20px;
}
.under_title h3{
	font-size: 1.8rem;
	padding-bottom: 5px;
}
.under_title p{
	font-size: 1rem;
	font-weight: 400;
	padding-top: 5px;
}
.under_text{
	text-align: left;
	margin: 20px 30px;
}
.under_text h3{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.under_text p{
	font-size: 1.1rem;
	font-weight: 400;
}
/*contact page*/
.contact_text h2{
	font-size: 1.8rem;
	margin-bottom: 2px;
}
.contact_text p{
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.wpcf7 p{
	font-size:1.4rem;
	font-weight: 300;
	margin: 0 0 0;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea{
	font-size: 1.4rem;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.cf7-btn{
	text-align: left;
}
.cf7-check{
	margin-bottom: 10px;
	padding: 10px 10px;
}
input[type=submit] {
	font-size: 1.2rem;
	margin-top: 15px;
	padding: 10px 40px;
}			
	
	
}