/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*---------------common---------------*/

	body :is(.is-layout-flow,.is-layout-constrained)>:is(h1,h2,h3,h4,h5,h6){
		margin-block-end: auto;
}

	body .container :is(.is-layout-flow,.is-layout-constrained) .wp-block-table:where(:not(:last-child)), body .container :is(.is-layout-flow,.is-layout-constrained) blockquote:where(:not(:last-child)), body .container :is(.is-layout-flow,.is-layout-constrained) dl:where(:not(:last-child)), body .container :is(.is-layout-flow,.is-layout-constrained) iframe:where(:not(:last-child)), body .container :is(.is-layout-flow,.is-layout-constrained) ol:where(:not(:last-child)), body .container :is(.is-layout-flow,.is-layout-constrained) p:where(:not(:last-child)), body .container :is(.is-layout-flow,.is-layout-constrained) ul:where(:not(:last-child)){ 			margin-block-end: auto;
}

	*{
		box-sizing: border-box !important;
}

	body,html,footer {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Noto Serif JP", serif !important;
		
}

	:where(.wp-block-columns){
		margin-bottom:0 !important;
}
	.entry-title--post-type--page, h2:where(:not(.wp-block-post-title)){
		border:none !important;
}

	.site-body{
		  padding:0 !important;
		
}

	.site-header {
		opacity:0.7;
}



	.page-header-title {
		text-shadow: 2px 2px 2px rgb(100 100 100 / 0.8);
		/*background-color: rgb(255 255 255 / 0.2);*/
		color:#fff;
}



	.site-footer-copyright p:nth-child(2){
		display:none !important;
}

	.content_full, .content_full_1{
		margin: 0 calc(50% - 50vw) !important;
}

	.relative{
		position:relative;
}

	.shadow_1{
		box-shadow: 5px 5px rgba(0,0,0,0.2);
}

/*カラムの画像とテキストのスマホ表示順を指定*/

	@media (max-width: 768px) {
    .display_order {
    	flex-direction: column-reverse;
    }   
}

	@media (max-width: 768px) {
	.content_full_1{
		margin: 0 auto !important;
}	
}

		@media (min-width: 1024.98px) {
 	.page-header, .archive .page-header, .single-post .page-header, .blog .page-header {
    	background-image: url(/wp/wp-content/uploads/2025/12/pc_cover.jpg);
    	height:450px;
    	background-position: center center;
}
}

    @media (min-width: 576px)and (max-width: 1024px){
    .page-header, .archive .page-header, .single-post .page-header, .blog .page-header {
    	background-image: url(/wp/wp-content/uploads/2025/12/tab_cover.jpg);
    	height:450px;
    	background-position: center center;
}

}
            
	@media (max-width: 575.98px) {
  	.page-header, .archive .page-header, .single-post .page-header, .blog .page-header {
    	background-image: url(/wp/wp-content/uploads/2025/12/sp_cover.jpg);
    	height:300px;
    	background-position: center center;
}
}

/*お問合せメールマーク削除*/
	.contact_bt{
		display:none !important;
}

/*投稿個別ページパディング調整*/
	.single-post .site-body,.single-before_after .site-body ,.widget_media{
		padding-top:50px !important;
}

/*---------------common_end---------------*/
/*---------------グローバルナビ　カスタマイズ---------------*/
	@media (min-width: 992px){
	/* サイトロゴとヘッダーナビを縦に積む。中央配置も追加 */
	div#site-header-container {
		display: block;
		text-align: center;
		max-width:100vw;
		margin:0 auto;
		padding-bottom:0.5vh;
}
		
		
	/* ヘッダーナビをコンテンツ幅いっぱいに広げる */
	body:not(.header_scrolled) .global-nav--layout--float-right {
		display: flex;
		width: 100%;
		/*padding-bottom:0.5vh;*/
		/*margin-top:1.5vh;*/
}
		
	.global-nav-list {
		justify-content: space-between;
		margin: 0 auto !important;
}
		
	/* サイトロゴを中央配置とする */
	.site-header--layout--nav-float .site-header-logo {
		display: inline-block;
		width: auto;
		margin-right: 0;
}

	.site-header-logo{
		padding-bottom:0 !important;
		margin-bottom:0 !important;
		padding-top:0.5vw;
}
		
	/* スクロール時にロゴ画像を非表示とする */
	.header_scrolled .site-header-logo{
		display: none;
}

	.header_scrolled .site-header{
		/*opacity:0.8;*/
		padding-bottom:0.5vh;
}
		
	.header-contact{
		position: absolute;
        top:0;
        right:2vw;
		z-index:99999;
         
}

	.header_scrolled .header-contact{
	    display: none;
}
		
	.header_top_items{
    	display: flex;
}

	.top_item_tel, .top_item_reserve{
    	width: 15vw;
        margin: 0 10px;
        text-align: center;
		list-style-type:none;
}

		.top_item_line{
			display:none;
			
}
		
	.top_item_reserve{
		border-radius: 2%;
        background-color: #4598C4;
        height: 5vh;
}

	.top_item_reserve_link{
		font-size:14px;
    	color: #fff;
      	display: block;
		width: 15vw;
		height: 5vh;
		place-content: center;
		text-align:center;
}

	.top_item_reserve_link::after{
		content: '';
  		position: absolute;
  		top: -1vh;
  		bottom: 0;
  		right: 3vw;
  		width: 9px;
  		height: 9px;
  		margin: auto;
  		border-top: 2px solid #fff;
  		border-right: 2px solid #fff;
  		transform: rotate(45deg);
  		box-sizing: border-box;
		transition: right 0.5s ease-in-out;
}

	.top_item_reserve_link:hover::after {
    	right: 2.5vw;

}
		
	.top_item_reserve a:hover{
		background-color: #52b1e3;
		color: #fff;
}


	.top_item_tel_link{
		font-size: calc(28vw / 19.2);
}

}

	@media (min-width: 576px)and (max-width: 1024px){
	.site-header{
		/*height:7vh;*/
		opacity:1;
}
	.global-nav-list{
		flex-wrap:wrap;
		width:95vw;
}
}

	@media (max-width: 575.98px){
	.site-header{
		height:9.5vh;
		opacity:1;
	}
	
	.site-header-logo{
		padding:0 !important;
		margin:0 !important;
		
}
		
	.top_item_tel, .top_item_tel_link, .top_item_reserve, .top_item_reserve_link, .top_item_line, .top_item_line_link{
		height:15vw !important;
}
	.top_item_tel_link, .top_item_reserve_link, .top_item_line_link{
		font-size: calc(23vw / 5.7) !important;
}
}
	@media (max-width: 1024px){
	
	.top_item_tel {
    	margin:0;
    	display: block;
    	position: fixed;
    	bottom: 0;
    	left: 0;
    	z-index: 9999;
    	background-color: #f3a7ac;
		width: 33vw;
    	height: 10vw;
}


	.top_item_tel_link {
    	text-decoration: none;
    	color: #fff;
    	text-align: center;
    	margin: 0 auto;
    	display: block;
    	place-content: center;
    	width: 33vw;
    	height: 10vw;
		font-size: calc(24vw / 9.2);
}
	.top_item_line {
    	margin:0;
    	display: block;
    	position: fixed;
    	bottom: 0;
    	left: 33vw;
    	z-index: 9999;
    	background-color: #b6cc62;
		width: 34vw;
    	height: 10vw;
}


	.top_item_line_link {
    	text-decoration: none;
    	color: #fff;
    	text-align: center;
    	margin: 0 auto;
    	display: block;
    	place-content: center;
    	width: 34vw;
    	height: 10vw;
		font-size: calc(24vw / 9.2);
}		

	.top_item_reserve {
    	margin:0;
    	display: block;
    	position: fixed;
    	bottom: 0;
    	right: 0;
    	z-index: 9999;
    	background-color: #4598C4;
		width: 33vw;
    	height: 10vw;
}


	.top_item_reserve_link {
    	text-decoration: none;
    	color: #fff;
    	text-align: center;
   		margin: 0 auto;
    	display: block;
    	place-content: center;
    	width: 33vw;
    	height: 10vw;
		font-size: calc(24vw / 9.2);
}

	.global-nav-list{
		flex-wrap:wrap;
		width:95vw;
}
	.page_top_btn {
		bottom:10% !important;
}
}

	@media (min-width: 820.98px)and (max-width: 1396px){
	.device-pc .global-nav-list>li>a{
		padding:0.2vw 0.8vw;
}
	#menu-item-314,#menu-item-315,#menu-item-316{
		width:3vw;
}
	.global-nav-list>li .global-nav-name{
		font-size:calc(14vw / 13.9) !important;
}
}

	@media (min-width: 920.98px){
	.header_scrolled .site-header{
		padding-top:3vw !important;
}
}

	@media (min-width: 768px){
	/*グローバルナビ下線色変更*/
	.global-nav-list >li:before {
    	border-bottom:solid 2px #5f651e;
		left: 10%;
		bottom:4px;
}
	/*アンダーライン隙間*/
   .global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before {
	    width: 80%;
}
}
	@media (max-width: 575.98px){
		/*btnテキスト調整*/
		.btn_font .vk_button_link_txt{
			font-size: calc(22vw / 5.7);
}
}
/*---------------グローバルナビ　end---------------*/

/*---------------ハンバーガーメニュー---------------*/
	@media(max-width: 992px){
    /*スマホのハンバーガーメニュー画像変更*/
    .vk-mobile-nav-menu-btn {
        border: none;
        background-image: url("/wp/wp-content/uploads/2025/12/hum_open.png");
        background-size: cover;
        background-color:rgb(255 255 255 / 0.8);
        right:4vw !important;
        top:6vh !important;
}
	.vk-mobile-nav-menu-btn.menu-open {
    	border: none;
    	background-image: url("/wp/wp-content/uploads/2025/12/hum_close.png");
    	background-size: cover;
    	background-color:rgb(255 255 255 / 0.8);
    	right:4vw !important;
    	top:2vh !important;
}
	.vk-mobile-nav-menu-btn,.vk-mobile-nav-menu-btn.menu-open {
    	right:4vw !important;
    	top:2vh !important;
}
}

/*---------------ハンバーガーメニュー　end---------------*/

/*---------------slider---------------*/

	.item-1 .ltg-slide-text-title,.item-2 .ltg-slide-text-title,.item-1 .ltg-slide-text-caption,.item-2 .ltg-slide-text-caption{
		text-shadow:2px 2px 5px #000 !important;
	}

	.mini-content-container-1 .btn,.mini-content-container-2 .btn,.mini-content-container-3 .btn{
		/*background-color:rgba(118,37,184,0.6) !important;*/
}

	@media (min-width: 1500px){

	.item-1 .ltg-slide-text-set{
		top:25%;
		left:45%;
}
	
	.item-2 .ltg-slide-text-set{
		top:35%;
		left:70%;
	
}
	
	.item-3 .ltg-slide-text-set{
		top:30%;
		left:45%;
	
}
}

	@media (min-width: 768px) and (max-width: 1024px){
		.ltg-slide-text-title{
			font-size: calc(28vw / 10.24);
}
		.ltg-slide-text-caption{
			font-size: calc(18vw / 10.24);
			
}
}

	@media (min-width: 576px) and (max-width: 1499.98px){

	.item-1 .ltg-slide-text-set{
		top:20%;
		left:50%;
}
	
	.item-2 .ltg-slide-text-set{
		top:25%;
		left:50%;
	
}
	.item-3 .ltg-slide-text-set{
		top:27%;
		left:50%;
	
}
}
	@media (max-width: 575.98px){

	.item-1 .ltg-slide-text-set{
		top:15%;
		left:50%;
}
	
	.item-2 .ltg-slide-text-set{
		top:20%;
		left:50%;
}

	.item-3 .ltg-slide-text-set{
		top:25%;
		left:50%;
}
}

/*---------------slider_end---------------*/

/*----------------footer area------------------*/
	.site-footer {
		width:100vw;
		height:calc(300vw / 19.2);
		margin: 0 calc(50% - 50vw) !important;
		background-image:url(/wp/wp-content/uploads/2025/12/pc_footer.png);
		background-position:center center;
		background-size:cover;
	
}
	footer li a,footer li i{
		color:#000 !important;
}

	@media (min-width: 992px){
	.footer-nav{
		text-align:center;
}
}

	@media (max-width: 1024.98px) {
	.site-footer-content{
		display:none;
}
	.footer-nav{
		overflow:hidden;
}

	.footer-nav-list li{
		width:48%;
		border-left:none !important;
		border-right:none !important;
		border-bottom:0.5px solid rgba(0,0,0,0.06) !important;
		float:left;
		text-align:center;
}
	.footer-nav-list li a{
		font-size:3.5vw;
		width:100%;
}
	.footer-nav-list li i{
		font-size:4vw;
}

	.row {
		display:none;
}
}
	@media (min-width: 576px) and (max-width: 1024px){
	.site-footer {
		height:500px;
		background-image:url(/wp/wp-content/uploads/2025/12/tab_footer.png);
}
}
	@media (max-width: 575.98px) {
	.site-footer {
		background-image:url(/wp/wp-content/uploads/2025/12/sp_footer.png);
		height:400px;
}
}


	@media (min-width: 576px) and (max-width: 1024.98px){
	.footer-nav-list li{
		line-height:4em;
}
}
/*----------------footer area end------------------*/

/*---------------TOP---------------*/

	.top_h2{
		margin: 0 auto;
		border-bottom: 2px solid #b6cc62!important;
		position: relative;
		padding-left: 50px;
		padding-bottom: 10px;
}

	.top_h2_1{
		margin: 0 auto;
		border-bottom: 2px solid #b6cc62 !important;
		position: relative;
		padding-left: 50px;
		padding-bottom: 10px;
		
}


	.top_h2::after,.top_h2_1::after{
 		content: '';
 		width: 10%;
 		height: 2px;
 		position: absolute;
 		bottom: -2px;
 		left: 0;
 		background-color: #5f651e;
}



	.top_h2::before,.top_h2_1::before{
 		content: '';
  		width: 20px;
  		height: 40px;
  		position: absolute;
  		left: 0;
  		background-color:#98AE66;

}
	/*---------------TOP_flow---------------*/

	.treatment_content{
  		width: 95%;
  		margin: 0 auto;
}

	 .treatment_flow_box {
  		display: flex;
  		justify-content: center;
  		align-items: center;
}

	.treatment_flow_box_inner {
  		padding-left: 0;
  		width: 60vw;
		overflow: hidden;
}

	.treatment_flow_box_inner > li {
		display: flex;
  		margin: 0 0 50px;
}

	.treatment_flow_box_inner > li .flow_step {
  		width: 110px;
  		box-sizing: border-box;
  		padding: 10px 10px;
  		font-weight: bold;
  		font-size: 26px;
  		color: #FFF;
  		text-align: center;
  		background: #4598C4;
  		/*border-radius: 5px 5px 0 0;*/
  		position: relative;
  		line-height: 125%;
  		margin: 0;
  		place-content: center;
}

	.treatment_flow_box_inner > li .flow_step::after {
  		content: ' ';
  		width: 0;
  		height: 0;
  		border-left: 55px solid transparent;
  		border-right: 55px solid transparent;
  		border-top: 20px solid #4598C4;
  		position: absolute;
  		bottom: -20px;
  		left: 0;
}

	.treatment_flow_box_inner > li dl {
  		padding: 0 0 0 30px;
  		width: calc(100% - 115px);
}

	.treatment_flow_box_inner > li dl dt {
  		padding: 0 0 5px;
  		margin: 0 0 15px;
  		font-size: 1.2em;
  		font-weight: bold;
  		border-bottom: 2px solid #CCCCCC;
  		position: relative;
}

	.treatment_flow_box_inner > li dl dt::after {
  		content: '';
  		width: 20%;
  		height: 2px;
  		position: absolute;
  		bottom: -2px;
  		left: 0;
  		background-color: #5f651e;
}

	.treatment_flow_box_inner > li dl dd {
  		margin: 0;
}
/* Layout */

/* Styling */
	.timeline {
  		margin: 1em auto;
  		position: relative;
		list-style-type:none !important;
  		/*max-width: 55vw;*/
 
}

	.timeline:before {
  		background-color: #b6cc62;
  		content: "";
  		margin-left: -1px;
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 1.5px;
  		height: 100%;
}

	.timeline_event {
  		position: relative;
}

	.timeline_event:hover .timeline_event_icon {
  		/*-moz-transform: rotate(-45deg);
  		-ms-transform: rotate(-45deg);
  		-webkit-transform: rotate(-45deg);
  		transform: rotate(-45deg);
  		background-color: #f3a7ac;*/
}

	.change_icon {
  		-moz-transform: rotate(-45deg) !important;
  		-ms-transform: rotate(-45deg)  !important;
  		-webkit-transform: rotate(-45deg) !important;
  		transform: rotate(-45deg) !important;
  		background-color: #f3a7ac !important;
}

	.timeline_event:hover .timeline_event_thumbnail {
  		/*-moz-box-shadow: inset 40em 0 0 0 #f3a7ac;
  		-webkit-box-shadow: inset 40em 0 0 0 #f3a7ac;
  		box-shadow: inset 40em 0 0 0 #f3a7ac;*/
}

	.change_thumbnail  {
  		-moz-box-shadow: inset 40em 0 0 0 #f3a7ac !important;
  		-webkit-box-shadow: inset 40em 0 0 0 #f3a7ac !important;
  		box-shadow: inset 40em 0 0 0 #f3a7ac !important;
}

	.event_detail{
  		display: flex;
		padding-top:15px;
 }
 
	.event_detail_text{
  		width: 68%;
  		margin-left: 2%;
} 

	.timeline_event_copy {
 		/* padding: 2em;*/
  		position: relative;
  		top: 0;
  		left: 4em;
  		width: 80%;
}

	.timeline_event_copy h3 {
  		font-size: 1.75em;
}

	.timeline_event_copy h4 {
 		font-size: 1.2em;
  		margin-bottom: 1.2em;
}

	.timeline_event_copy strong {
  		font-weight: 700;
}

	.timeline_event_copy p:not(.timeline_event_thumbnail) {
  		padding-bottom: 1.2em;
}

	.timeline_event_icon {
  		-moz-transition: -moz-transform 0.2s ease-in;
  		-o-transition: -o-transform 0.2s ease-in;
  		-webkit-transition: -webkit-transform 0.2s ease-in;
  		transition: transform 0.2s ease-in;
  		-moz-transform: rotate(45deg);
  		-ms-transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
  		transform: rotate(45deg);
  		background-color: #4598C4;
  		/*outline: 10px solid white;*/
  		display: block;
  		margin: 0.5em 0.5em 0.5em -0.5em;
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 1em;
  		height: 1em;
}

	.timeline_event_thumbnail {
  		-moz-transition: box-shadow 0.5s ease-in 0.1s;
  		-o-transition: box-shadow 0.5s ease-in 0.1s;
  		-webkit-transition: box-shadow 0.5s ease-in;
  		-webkit-transition-delay: 0.1s;
  		transition: box-shadow 0.5s ease-in 0.1s;
  		color: white;
  		font-size: 1.2em;
  		background-color: #52b1e3;
  		-moz-box-shadow: inset 0 0 0 0em #f3a7ac;
  		-webkit-box-shadow: inset 0 0 0 0em #f3a7ac;
  		box-shadow: inset 0 0 0 0em #f3a7ac;
  		display: inline-block;
  		margin-bottom: 1.2em;
  		padding: 0.25em 1em 0.2em 1em;
}

	@media (min-width: 1301px){ 
 	/* pc*/
     
}
	@media (min-width: 825px) and (max-width: 1300px){ 
  	/* タブレット1*/
  	.top_h2{
    	/*width: 90vw;*/
}

  	.treatment_content{
  		width: 80vw;
}

	.treatment_flow_box_inner {
  		width: 75vw;
}

	.timeline_event_copy {
 		/* padding: 2em;*/
  		left: 2em;
  		width: 90%;
}
}

	@media (max-width: 824.98px){ 
 	/* タブレット1*/
	.treatment_content{
  		width: 100%;
}

	.treatment_flow_box {
    	flex-direction:column;	
}
	.treatment_flow_box_inner {
  		width: 80vw;
}

	.timeline_event_copy {
 	/* padding: 2em;*/
  		left: 2em;
  		width: 90%;
}

	.treatment_flow_box_inner > li .flow_step {
  		width: 100%;
  		box-sizing: border-box;
  		padding: 10px 0;
  		font-weight: bold;
  		font-size: 36px;
  		color: #FFF;
  		text-align: center;
  		background: #4598C4;
  		/*border-radius: 5px 5px 0 0;*/
  		position: relative;
  		line-height: 125%;
  		margin: 0;
  		writing-mode: horizontal-tb;
  		place-content: center;
}

	.treatment_flow_box_inner > li .flow_step::after {
  		content: ' ';
  		width: 0;
  		height: 0;
  		border-left: 40vw solid transparent;
  		border-right: 40vw solid transparent;
  		border-top: 20px solid #4598C4;
  		position: absolute;
  		bottom: -20px;
  		left: 0;
}
		
	.treatment_flow_box_inner > li {
  		display: block;
}

	.treatment_flow_box_inner > li dl {
  		width: calc(100% - 10px);
  		padding: 30px;
}
}
        
	@media (max-width: 575.99px){ 
    /* sp*/
 	treatment_content,.treatment_flow_box_inner {
 		width: 95vw;
}

	.treatment_content{
  		scrollbar-width: none;
  		overflow:unset;
  		height: auto;
}

	.timeline_event_copy {
 	/* padding: 2em;*/
  		left: 1em;
  		width: 95%;
}

	.treatment_flow_box_inner > li .flow_step {
		width: 90vw;
		margin: 0 auto;        
}

	.treatment_flow_box_inner > li .flow_step::after {
  		border-left: 45vw solid transparent;
  		border-right: 45vw solid transparent;
  		bottom: -19px;
}

	.event_detail{
  		display: block;
}
 
	.event_detail_text{
  		width: 98%;
  		margin: 5%;
} 

	.treatment_flow_box_inner > li dl {
  		width: calc(100% - 5px);
  		padding: 40px 18px;
}
}
	/*---------------TOP_flow_end---------------*/

	/*---------------TOP_features---------------*/

	.features_card_box{
    	width: 90%;
    	margin: 0 auto;
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
}

	.features_card{
    	width: 85%;
    	height: auto;
		margin:0 auto;
}

	.features_card_imgframe{
    	width: 85%;
    	height: auto;
    	margin: 0 auto;
}

	.features_card_imgframe img{
      	width: 100%;
}

	.features_card_textbox{
    	width: 100%;
    	height:auto;
    	padding: 20px 18px;
    	background: #ffffff;
    	box-sizing: border-box;
}

	.features_card_textbox > * + *{
    	margin-top: 10px;
}

	.features_card_titletext{
    	font-size: calc(22vw /19.2);
    	font-weight: bold;
    	border-bottom: solid 2px #b6cc62 ;
}

	.features_card_overviewtext{
    	font-size: calc(18vw /19.2);
}

	.features_card_skin .features_card_textbox{
    	position: relative;
    	top: -16px;
    	transform: scale(.9);
    	box-shadow: 0px 4px 4px rgba(0,0,0,.2);
    	border-top: solid 6px #5f651e;
    	transition: all ease-in-out 0.5s;
}

	.features_card_textbox:hover{
      	top:-32px;
}

	@media (min-width: 1024.98px)and (max-width: 1500px){
	.features_card{
    	width: 85%;
}

	.features_card_textbox{
    	/*height: calc(380vw / 15);*/
}

	.features_card_titletext{
    	font-size: calc(22vw /15);
}
		
	.features_card_overviewtext{
    	font-size: calc(18vw /15);
}
}

	@media (min-width: 768.98px)and (max-width: 1024px){
	.features_card_box{
		width:100%;
}
	
	.features_card{
    	width: 100%;
}

	.features_card_textbox{
    	/*height: calc(460vw / 10.24);*/
}

	.features_card_titletext{
    	font-size: calc(21vw /10.24);
}
		
	.features_card_overviewtext{
    	font-size: calc(17vw /10.24);
}
}

	@media (min-width: 576.98px) and (max-width: 768px){
	.features_card_box{
		flex-direction:column;	
}
	
	.features_card,.features_card_imgframe{
    	width: 100%;
}

	.features_card_textbox{
    	/*height: calc(350vw / 7.68);*/
}

	.features_card_titletext{
    	font-size: calc(22vw /7.68);
}
		
	.features_card_overviewtext{
    	font-size: calc(18vw /7.68);
}
}

	@media (max-width: 576px){
	.features_card_box{
		flex-direction:column;	
}
	
	.features_card,.features_card_imgframe{
    	width: 100%;
}

	.features_card_textbox{
    	/*height: calc(540vw / 5.76);*/
}

	.features_card_titletext{
    	font-size: calc(30vw /5.76);
}
		
	.features_card_overviewtext{
    	font-size: calc(24vw /5.76);
}
}
	/*---------------TOP_features_end---------------*/

	/*---------------TOP_menu---------------*/
	.menu_card_box{
    	width: 95%;
    	margin: 0 auto;
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
        flex-wrap: wrap;
}
	.menu_card{
		margin: 0;
		width: 45%;
    	height: auto;
		margin:20px auto;
		background-color:#fff;
        border-radius: 5px;
        box-shadow: 0px 4px 4px rgba(0,0,0,.2);
}

    .menu_card_img img{
        width: 100%;
        margin: 0 auto;
        text-align: center;
}

    .menu_card_textbox{
        padding:25px;
}

    .menu_card_title{
        font-size: calc(22vw /19.2);
        background-color:#5f651e;
        text-align: center;
		line-height:2em;
        color: #fff;
        margin-bottom: 10px;
		padding:0 !important;
}
    .menu_card_read{
        font-size: calc(18vw /19.2);
		margin-bottom: 15px !important;
}

	@media (min-width: 1024.98px)and (max-width: 1500px){
    .menu_card_title{
    	font-size: calc(22vw /15);
}
	.menu_card_read{
    	font-size: calc(18vw /15);
}
}

	@media (min-width: 768.98px)and (max-width: 1024px){
	
	.menu_card{
		width:48%;	
}
		
    .menu_card_title{
    	font-size: calc(22vw /10.24);
}
    .menu_card_read{
    	font-size: calc(18vw /10.24);
}
}

	@media (min-width: 576.98px) and (max-width: 768px){
   	.menu_card_title{
    	font-size: calc(22vw /7.68);
}
    .menu_card_read{
   	    font-size: calc(18vw /7.68);
}
}

	@media  (max-width: 768px){
    .menu_card_box{
	    flex-direction:column;	
}
	.menu_card{
    	width: 90%;

}
}

	@media (max-width: 576px){
    .menu_card_title{
    	font-size: calc(22vw /5.76);
}
	.menu_card_read{
    	font-size: calc(18vw /5.76);
}
}


	/*---------------TOP_menu_end---------------*/

	/*----------------before_after------------------*/

	.before_after_h2{
		border-bottom:solid 1px rgba(152,174,102, 0.5) !important;
		background-color:#fff;
		line-height:2em;
		color:#b6cc62 !important;
}

	.scroll{
		overflow: auto;
		height:45vh;
		width:65vw;
		padding:15px;
}

	.before_after_article{
		list-style-type:none;
}

	.before_after_article a{
		text-decoration:none;
}

	@media (max-width: 767.98px) {
		
	.before_after_contents{
		flex-direction:column;
		margin-bottom:15px;
}	
	.post_thumbnail{
		width:100%;
		text-align:center;
		margin:0 auto;
}
	.before_after_h2{
		font-size:calc(24vw / 5.76);
}
		
	.post_title{
		margin:0 !important;
		font-size: calc(16vw / 5.76);
}

	.post_text{
		width:80vw;
		margin:15px auto;
		line-height:1.4em;
}

	.before_after_article{
		padding:0;
}
}

	@media (min-width: 768px) {
		
	.before_after_contents{
		display:flex;
		margin-bottom:15px;
		width:100%;
}
}

	@media (min-width: 768px) and (max-width: 1024.98px){
	
	.post_thumbnail{
		width:30vw;	
}	
	.post_title{
		margin:0 !important;
}
	.post_text{
		width:50vw;
		margin-left:20px;
}
}

	@media (min-width:1025px) {

	.post_thumbnail{
		width:20vw;
}	

	.post_title{
		margin:0 !important;
}

	.post_text{
		width:50vw;
		margin-left:20px;
}
}


	/*----------------before_after_end------------------*/

	/*--------------parallax--------------*/

	@media (max-width: 575.98px) {
	/*スマホ*/
	.toraguchi_cover{
		height: 530px;
		background-image: url(/wp/wp-content/uploads/2025/12/sp_parallax.jpg);
		background-position:center;
		position: relative;
		width: 100vw;
}
    
	.para_wrap{
		margin:0 calc(50% - 50vw);
}
   
	.text_wrap{
		width: 95vw;
		text-align: center;
		margin:0 auto;
		padding-top:40px;
}
	
	.cover_title,.price_table td{
		text-shadow: 2px 2px 1px #000;
		color: #fff;
}
	
	.cover_title{
		font-size: calc(34vw /5.76);
}

	.price_table td{
		font-size: calc(22vw / 5.76);
		line-height:1.5em;
}
} 

	@media (min-width: 576px) and (max-width: 1024.98px){
	/*タブレット*/
	.toraguchi_cover{
		height: 500px;
		background-image: url(/wp/wp-content/uploads/2025/12/tab_parallax.jpg);
		background-position:center;
		background-repeat: no-repeat;
		position: relative;
		width: 100vw;
}

	.para_wrap{
		margin:0 calc(50% - 50vw);
}
        
	.text_wrap{
		width: 95vw;
		text-align: center;
		margin:0 auto;
		padding-top:40px;
}

		
	.cover_title,.price_table td{
		text-shadow: 2px 2px 1px #000;
}

	.cover_title{
		font-size: calc(40vw / 10.24);
}

	.price_table td{
		font-size: calc(22vw / 10.24);
}
}

	@media (min-width: 1024.98px) and (max-width: 1500px){
	.text_wrap{
		width: 85vw !important;
	
}
	
	.price_table td{
		font-size:calc(24vw / 15) !important;
		
}
}
	@media (min-width: 1025px){
	/*pc*/
	.toraguchi_cover{
		height: 600px;
		background-image: url(/wp/wp-content/uploads/2025/12/pc_parallax.jpg) ;
        background-position:center;
        background-repeat: no-repeat;
        position: relative;
        width: 100vw;
}
    
	.para_wrap{
		margin:0 calc(50% - 50vw);
		height:100%;
}
    
	.text_wrap{
		width: 65vw;
		text-align: center;
		margin:0 auto;
		padding-top:45px;
}
	
	.cover_title,.price_table td{
		text-shadow: 2px 2px 1px #000;
}

	.cover_title{
		font-size: calc(42vw / 19.2);
		text-align: center !important;
		border-bottom:none;
}
		
	.cover_title::after{
		border-bottom:none;		
}

	.price_table{
		text-align: center;
}
	.price_table td{
		font-size:calc(24vw / 19.2);
		border-bottom: solid 0.3px rgba(255,255,255,0.5);
}		
}

	.cover_title,.price_table td{
		color: #fff;
}
	.price_table td{
		border-bottom: solid 0.3px rgba(255,255,255,0.5);
		border-top:none;
		border-left:none;
		border-right:none;
}		
	.cover_title{
		border-bottom:none;
}

	.cover_title::after{
		border-bottom:none;		
}
	/*--------------parallax_end--------------*/

	/*---------------TOP_info---------------*/

	.review_star{
		color:indianred;
		line-hight:1.2em;
}
	.review_day{
		line-hight:1.5em;
}

	.review_read{
		border-top: dashed 0.2px #ccc;
    	padding-top:15px;
}
	.info_box{
		width:75vw;
		margin:0 auto;
}

	.gmap {
		height: 0;
		overflow: hidden;
		padding-bottom: 75%;
		position: relative;
}

	.gmap iframe {
		position: absolute;
	   	left: 0;
		top: 0;
		height: 100%;
		width: 100%;
}

	.info_map{
		text-align:center;
}

	@media (max-width: 575.98px) {
		.info_box{
			width:90vw;
}
}
	
	/*---------------TOP_info_end---------------*/

/*---------------concept---------------*/

	.time-line {
  		position: relative;
  		list-style: none;
  		padding: 0;
}

	.time-line::before {
  		content: '';
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 20px;
  		width: 1px;
  		background: #52b1e3;
  		z-index: 1;
}

	.time-line-item {
  		position: relative;
  		margin-bottom: 50px;
  		padding-left: 60px;
}

	.time-line-item:last-child {
  		margin-bottom: 0;
}

	.time-line-item::before {
  		content: '';
  		position: absolute;
  		top: 0;
  		left: 8px; 
  		width: 28px; 
  		height: 28px; 
  		border-radius: 50%;
  		background: #5f651e;
  		border: 4px solid #fff;
  		z-index: 2;
  		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

	.time-line-date {
  		position: relative;
  		margin-bottom: 10px;
  		font-weight: bold;
  		color: #2c3e50;
}

	.time-line-content {
  		position: relative;
  		padding: 20px;
  		background: #fff;
  		border-radius: 8px;
  		box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

	.time-line-content h3 {
  		margin-top: 0;
  		margin-bottom: 10px;
  		color: #98ae66;
}

	.time-line-content p {
  		margin-bottom: 15px;
}

	.time-line-content *:last-child {
  		margin-bottom: 0;
}

	.time-line-content img {
  		max-width: 100%;
  		border-radius: 4px;
  		margin: 10px 0;
}


	.time-line-modern .time-line-item::before {
  		width: 14px;
  		height: 14px;
  		background: #fff;
  		border: 2px solid #5f651e;
  		left: 13px;
}

	.time-line-modern .time-line-content {
  		background: none;
  		box-shadow: none;
  		border-left: 1px solid #b6cc62;
  		padding-left: 15px;
  		border-radius: 0;
}

	.time-line-modern .time-line-content::before {
  		display: none;
}

	.prof_h4{
		border-bottom: 0.5px solid #b6cc62;
		background-color: transparent;
		border-radius: 0;
		width: 10vw;
	
}

	@media (min-width: 576px)and (max-width: 1024px){
	.prof_h4{
		width: 30%;
	
}
}

	@media (max-width: 575px){
	.prof_h4{
		width: 60%;
	
}
}

/*---------------concept_end---------------*/

/*---------------ippan_shinkyu---------------*/

	.detail_card_wrapper {
  		margin: 10px auto;
  		width: 80%;
		transition: all .5s ease-in-out;
}

	.detail_card_wrapper:hover {
  		transform: translateY(-3px);
  		box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

	.detail_card_body {
  		background-color: #fff;
  		box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  		color: #212121;
  		text-decoration: none;
}

	.detail_card_header {
  		display: flex;
  
}

	.detail_card_title {
		width:65%;
  		padding: 15px 20px 0;
  		font-size: calc(24vw /19.2);
  		/*order: 1;*/
  		margin-bottom: 10px;
  		font-weight: bold;
  		text-decoration: none;
		border-bottom:none;
}

	.detail_card_title:after{
		border-bottom:none;
}
	.detail_card_thumbnail {
		width:35%;
  		margin: 0;
  		/*order: 0;*/
}

	.detail_card_image {
  		width: 100%;
}

	.kingaku{
   		color: maroon;
    	font-size: calc(75vw / 19.2);
		line-height:2em;
}

	.yen{
    	color: maroon;
    	font-size: calc(60vw / 19.2);
}

	.detail_card_read_box {
  		padding: 0 15px;
}

	.detail_card_read_text {
  		font-size: calc(22vw / 19.2);
  		text-align: left;
  		margin-top: 10px;
  		margin-bottom: 10px;
}

	.card_footer_box_2 {
  		padding: 15px;
  		border-top: 1px solid #ddd;
}

	.detail_card_detailtext {
  		font-size: calc(18vw / 19.2);
  		text-align:center;
  		text-decoration: none;
  		padding-bottom: 10px;
}

	.detail_card_plan_text  {
  		font-size: calc(18vw / 19.2);
		padding: 25px 0;
  		text-align:left;
  		text-decoration: none;
  		padding-bottom: 0;
  		width: 88%;
  		margin: 0 auto;
}

	.detail_card_plan{
  		padding: 10px 15px;
  		background-color: #98ae66;
  		color: #fff;
  		font-weight: bold;
  		text-decoration: none;
  		pointer-events: none;
}


	@media (max-width: 1024px) {
	.detail_card_wrapper {
  		margin: 20px auto;
 		width: 95%;
}  
 	.detail_card_thumbnail, .detail_card_title {
  		width: 100%;
}
}

	@media (min-width: 576px)and (max-width: 1024px){

	.detail_card_title {
		font-size: calc(24vw / 10.2);
}


	.kingaku{
   		font-size: calc(75vw / 10.2);
}

	.yen{
    	font-size: calc(60vw / 10.2);
}
    .detail_card_read_text {
        font-size: calc(22vw / 10.2);
}

    .detail_card_detailtext {
  		font-size: calc(18vw / 10.2);
}

	.detail_card_plan_text  {
  		font-size: calc(18vw / 10.2);
}
}

@media (max-width: 768px){
	.detail_card_header {
  		flex-direction:column;
}
}

@media (max-width: 575px){

.detail_card_title {
		font-size: calc(24vw / 5.7);
}


.kingaku{
   		font-size: calc(75vw / 5.7);
}

	.yen{
    	font-size: calc(60vw / 5.7);
}

    .detail_card_read_text {
        font-size: calc(22vw / 5.7);
}

    .detail_card_detailtext {
  		font-size: calc(18vw / 5.7);
}

	.detail_card_plan_text  {
  		font-size: calc(18vw / 5.7);
}
}

/*---------------ippan_shinkyu_end---------------*/

/*---------------hair_growth---------------*/

	.hair_grow_flow .vk_flow_frame{
		background-color:#fff;
}

	.hair_grow_flow .vk_flow_frame_text_title{
		color:#98ae66;
}

	@media (max-width: 575px){
	.vk_flow_frame_image{
    	margin: 0 auto;
		padding-top:15px;
}
}

/*---------------hair_growth_end---------------*/

/*---------------care_sports---------------*/

	.caresports_card{
	box-shadow: 0px 4px 4px rgba(0,0,0,.2);
	background-color:#fff;
}

	.caresports_flow .vk_flow_frame{
		background-color:#fff;
}

	.caresports_flow .vk_flow_frame_text_title{
		color:#98ae66;
}

	.sports_pdf_table td{
		text-decoration:underline;
		color:#4598C4;
}