/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.18
*/


.page_header {
	clip-path: ellipse(80% 100% at 50% 0);
}
.barefoot_nav a.secondary.is-link {
	color: rgba(74,74,74,.85);
}
.barefoot_nav a.secondary.is-link:hover {
	color: hsla(0,0%,7%,.85);
}


.fukidashi_b::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; 
}
.fukidashi_t::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}


.arrow_red span {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/arrow_round.svg) no-repeat #fff 95% 50% / auto 70%;
	padding: 1.3em 1.3em 1.3em 0;
	border-radius: 100px;
}
.arrow_red:hover span {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/arrow_round_white.svg) no-repeat var(--primary-color) 95% 50% / auto 70%;
}
.arrow_pink span {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2026/01/arrow_round_pink.svg) no-repeat #fff 95% 50% / auto 70%;
	padding: 1.3em 1.3em 1.3em 0;
	border-radius: 100px;
}
.arrow_pink:hover span {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/arrow_round_white.svg) no-repeat #E78D8E 95% 50% / auto 70%;
}
.arrow_pink_high span {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2026/01/arrow_pink_line.svg) no-repeat #fff 90% 50% / auto 30%;
	padding: 1.3em 1.3em 1.3em 0;
	border-radius: 100px;
}
.arrow_pink_high:hover span {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2026/01/arrow_white_line.svg) no-repeat #E78D8E 90% 50% / auto 30%;
}
.arrow_r .col-inner::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #ffffff;
	translate: 100% -50%;
}/*
.home_first {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/li_mountain02.svg) no-repeat -6vw 230px / 342px,
		url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/li_mountain03.svg) no-repeat 74vw 380px / 422px,
		url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/home_mv03.png) no-repeat -14vw 500px / 1018px,
		#FFF3E7;
}*/
.home_first {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/li_mountain02.svg) no-repeat -6vw 230px / 342px,
		url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/li_mountain03.svg) no-repeat 74vw 380px / 422px,
		url(https://ashigara-reha.jp/ars/wp-content/uploads/2026/01/home_mv03-1.png) no-repeat -14vw 500px / 1018px,
		#FFF3E7;
}
.bg_wave_top {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/bg_wave_top3.svg) no-repeat #fff 50% 0px / 100%;
}
.bg_wave_btm {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/bg_wave_btm3.svg) no-repeat #fff 50% 100% / 100%;
}
.mv_txt span {
	padding: .1em .8em .18em;
	margin-bottom: 15px;
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.15));
}
.mv_wrap {
	width: 120% !important;
}
.mv_l {
	margin-left: -5vw !important;
}
.mv_l > .col-inner {
	min-height: 634px;
	margin-top: -80px;
	position: relative;
}
.mv_l > .col-inner> .slider-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/mv_l-1.svg") no-repeat center / cover;
}
.mv_r {
	margin-right: -7vw !important;
}
.mv_r > .col-inner {
	min-height: 544px;
	margin-top: 140px;
	position: relative;
}
.mv_r > .col-inner > .slider-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/mv_r-1.svg") no-repeat 50% 50% / cover;
	position: absolute;
	top: 0;
	left: 0;
}
.flickity-slider>a, .flickity-slider>a>img, .flickity-slider>div:not(.col), .flickity-slider>figure, .flickity-slider>img, .flickity-slider>p {
	transition: transform 50s,opacity 50s,box-shadow 50s !important;
}
.home .rank-math-breadcrumb {
	display: none;
}
.ttl_lines {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.ttl_lines::before,
.ttl_lines::after {
	content: '';
	width: 30px;
}
.ttl_lines::before {
	margin-right: .5em;
	background: url('https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/ttl_lines_l.svg') no-repeat 50% 50% / contain;
}
.ttl_lines::after {
	margin-left: .5em;
	background: url('https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/ttl_lines_r.svg') no-repeat 50% 50% / contain;
}
.ttl_lines_g {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.ttl_lines_g::before,
.ttl_lines_g::after {
	content: '';
	width: 30px;
	align-self: stretch;
}
.ttl_lines_g::before {
	margin-right: .5em;
	background: url('https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/ttl_lines_l_g.svg') no-repeat 50% 50% / contain;
}
.ttl_lines_g::after {
	margin-left: .5em;
	background: url('https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/ttl_lines_r_g.svg') no-repeat 50% 50% / contain;
}
.ttl_lines_g2 {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.ttl_lines_g2::before,
.ttl_lines_g2::after {
	content: '';
	width: 30px;
	align-self: stretch;
}
.ttl_lines_g2::before {
	margin-right: .5em;
	background: url('https://ashigara-reha.jp/ars/wp-content/uploads/2026/01/ttl_lines_l_g2.svg') no-repeat 50% 50% / contain;
}
.ttl_lines_g2::after {
	margin-left: .5em;
	background: url('https://ashigara-reha.jp/ars/wp-content/uploads/2026/01/ttl_lines_r_g2.svg') no-repeat 50% 50% / contain;
}
.blog-single .row > .large-9 {
	padding-top: 30px;
	border-radius: 30px;
	background: #fff;
	filter: drop-shadow(0 0 8px rgba(0,0,0,.05));
}
.table_wrap {
}
.table_wrap p {
	margin-bottom: 0;
}
.table_tl .is-border {
	border-radius: 30px 0 0 0;
}
.table_tr .is-border {
	border-radius: 0 30px 0 0;
}
.table_bl .is-border {
	border-radius: 0 0 0 30px;
}
.table_br .is-border {
	border-radius: 0 0 30px 0;
}
ul li.bullet-checkmark {
	border-bottom: none;
}
.header-main .flex-right {
	background: #fff;
	border-radius: 100px;
	padding: .1em .5em;
	filter: drop-shadow(0 0 25px rgba(0,0,0,.1));
}
.header-wrapper.stuck {
	 box-shadow: none; 
}
.header-main .flex-right .nav > li:first-child {
	margin-left: 13px !important;
}
.stuck .header-main .nav > li.menu-item > a {
	line-height: inherit;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
	padding: .15em 0;
	min-height: auto;
}
.footer-wrapper .ux-menu .menu-item.sub {
	font-size: .875rem;
}
.footer-wrapper .ux-menu .menu-item.sub::before {
	content: "";
	width: 10px;
	height: 2px;
	margin-right: .5em;
	background: #333;
}
.side_fix_btn {
	width: 65px;
	position: fixed;
	right: 15px;
	top: 20vh;
	z-index: 30;
}







.rotatte-10 {
	transform: rotate(-10deg);
}
.rotatte10 {
	transform: rotate(10deg);
}

.postlist_box,
.postlist_box > .flickity-viewport {
	overflow: visible;
}
.postlist_box .box-text .box-text-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.postlist_box .post-item .col-inner {
	height: 100%;
	padding: 20px 20px 10px;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0 0 25px rgba(0,0,0,.1));
}
.postlist_box .box-image img {
	border-radius: 20px;
}
.postlist_box .post-meta {
	font-size: 1rem;
	line-height: 1.6;
	opacity: 1;
	order: 1;
	color: #333;
	text-align: right;
	display: inline;
}
.postlist_box .post-title {
	margin: 0 0 .8em;
	font-size: 1rem;
	font-weight: normal;
	order: 2;
	display: inline;
}
.postlist_box .is-divider {
	display: none;
}
.postlist_box .cat-label, .postlist_box .from_the_blog_excerpt {
	min-width: 5em;
	min-height: 4em;
	opacity: 1;
	position: absolute;
	top: -180px;
	left: -33px;
	border-radius: 100px;
	display: block;
	color: #ED7D31;
	font-size: 1rem;
	font-weight: 600;
	line-height: 80px;
	background: #F3E46C;
	text-align: center;
	vertical-align: middle;
}
.postlist_box .flickity-prev-next-button {
	opacity: 1;
}
.postlist_box .flickity-prev-next-button.previous {
	position: absolute;
	top: auto;
	bottom: 30px;
	right: 117%;
	opacity: 1;
	left: auto;
	z-index: 22;
}
.postlist_box .flickity-prev-next-button.next {
	position: absolute;
	top: auto;
	bottom: 30px;
	right: 110%;
	opacity: 1;
	left: auto;
	z-index: 22;
}
.postlist_box .flickity-prev-next-button svg {
	fill: var(--primary-color);
	background: #fff;
}
.postlist_box .flickity-prev-next-button .arrow,
.postlist_box .flickity-prev-next-button svg {
	fill: var(--primary-color);
	background: #fff;
}







body {
	line-height: 1.8;
}

.lh1 {line-height: 1 !important;}
.lh12 {line-height: 1.2 !important;}
.lh13 {line-height: 1.3 !important;}
.lh14 {line-height: 1.4 !important;}
.lh15 {line-height: 1.5 !important;}
.lh16 {line-height: 1.6 !important;}
.lh17 {line-height: 1.7 !important;}
.lh18 {line-height: 1.8 !important;}
.lh2 {line-height: 2 !important;}
.lh26 {line-height: 2.6 !important;}

.ls0 {letter-spacing: 0 !important;}
.ls1 {letter-spacing: 1px !important;}
.ls2 {letter-spacing: 2px !important;}
.ls3 {letter-spacing: 3px !important;}
.ls4 {letter-spacing: 4px !important;}
.ls5 {letter-spacing: 5px !important;}
.ls6 {letter-spacing: 6px !important;}
.ls7 {letter-spacing: 7px !important;}
.ls8 {letter-spacing: 8px !important;}
.ls9 {letter-spacing: 9px !important;}
.ls10 {letter-spacing: 10px !important;}
.ls15 {letter-spacing: 15px !important;}

.fw3 {font-weight: 300 !important;}
.fw4 {font-weight: 400 !important;}
.fw5 {font-weight: 500 !important;}
.fw6 {font-weight: 600 !important;}
.fw7 {font-weight: 700 !important;}
.fw8 {font-weight: 800 !important;}
.fw9 {font-weight: 900 !important;}

.tate {
	writing-mode: vertical-rl;
}
.round30,
.round30 > .img-inner,
.round30 > div > .banner-bg,
.round30 > div > .banner-bg img,
.round30 > div > .banner-bg .overlay,
.round30 > .col-inner,
.round30::before,
.round30 > a > .img-inner,
.round30.banner {
	border-radius: 30px;
	overflow: hidden;
}
.round20,
.round20 > .img-inner,
.round20 > div > .banner-bg,
.round20 > div > .banner-bg img,
.round20 > div > .banner-bg .overlay,
.round20 > .col-inner,
.round20::before,
.round20 > a > .img-inner,
.round20.banner {
	border-radius: 20px;
	overflow: hidden;
}
.round10,
.round10 > .img-inner,
.round10 > div > .banner-bg,
.round10 > div > .banner-bg img,
.round10 > div > .banner-bg .overlay,
.round10 > .col-inner,
.round10::before,
.round10 > a > .img-inner {
	border-radius: 10px;
	overflow: hidden;
}
.round50,
.round50 > .img-inner,
.round50 > div > .banner-bg,
.round50 > div > .banner-bg img,
.round50 > div > .banner-bg .overlay,
.round50 > .col-inner,
.round50::before,
.round50 > a > .img-inner,
.round50.banner {
	border-radius: 50px;
	overflow: hidden;
}
.round50 > p {
	margin: 0;

}
.round100,
.round100 > .img-inner,
.round100 > div > .banner-bg,
.round100 > div > .banner-bg img,
.round100 > div > .banner-bg .overlay,
.round100 > .col-inner,
.round100::before,
.round100 > a > .img-inner,
.round100.banner {
	border-radius: 100px;
	overflow: hidden;
}
.round_t20,
.round_t20 > .img-inner,
.round_t20 > div > .banner-bg,
.round_t20 > div > .banner-bg img,
.round_t20 > div > .banner-bg .overlay,
.round_t20 > .col-inner,
.round_t20::before,
.round_t20 > a > .img-inner,
.round_t20.banner {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.shadow {
	filter: drop-shadow(0 0 25px rgba(0,0,0,.1));
}











.single-post .category-blog .entry-title,
.archive.category-blog .entry-title {
	color: var(--primary-color);
}
.single-post .category-blog .entry-title + .is-divider,
.archive.category-blog .entry-title + .is-divider {
	background-color: var(--primary-color);
	height: 2px;
	max-width: 100px;
}
.single-post .category-blog .entry-content h2 {
	padding: 1em 0 .5em;
	color: var(--primary-color);
}
.single-post .category-blog .entry-content h3 {
	position: relative;
	padding-left: 24px;
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
}
.single-post .category-blog .entry-content h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: #39C9DB;
	border-radius: 50%;
}
.flatsome_recent_posts .post_comments {
	display: none;
}



@media screen and (max-width: 849px) {

}
@media screen and (max-width: 549px) {
/*	.sp_tate {
		writing-mode: vertical-rl;
	}*/
	.back-to-top {
		bottom: 50px;
		left: 5px;
		right: auto;
	}
	.header #logo img,
	.header .stuck #logo img,
	.header .transparent #logo img {
		max-height: 60px !important;
	}
	.transparent .header-main,
	.header .stuck .header-main {
		height: 70px !important;
	}
	.scroll_cont {
		overflow-x: auto;
	}
	.w500 > .col-inner {
		width: 500px;
	}
	.w600 > .col-inner {
		width: 600px;
	}
	.postlist_box .flickity-slider {
		width: calc(100% - 30px);
		margin-left: -15px;
		overflow: visible;
	}
	.postlist_box .post-item .col-inner {
		width: calc(100% - 20px) !important;
	}
	
	.rotatte-10 {
		transform: rotate(0deg);
	}
	.rotatte10 {
		transform: rotate(0deg);
	}
	.side_fix_btn {
		width: 100%;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.side_fix_btn .banner {
		border-radius: 20px 20px 0 0;
	}
	.home_first {
	background: url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/li_mountain02.svg) no-repeat -6vw 230px / 342px,
		url(https://ashigara-reha.jp/ars/wp-content/uploads/2025/12/li_mountain03.svg) no-repeat 74vw 380px / 422px;
	}
	.header-main .flex-right {
		background: none;
	}
	.mobile-nav .header-button > .button {
		font-size: 1.2em;
	}
	.mobile-nav .header-button > .button.icon i {
		font-size: 1.3em;
		top: -3px !important;
	}
	.arrow_red span {
		background-size:  28px;
	}
}








.pcbr {display:inline;}
.tbbr {display:none;}
.spbr {display:none;}
.pc_txt_l {text-align:left !important;}

/* Custom CSS Tablet */@media (max-width: 768px) {
	.pcbr {display:none;}
	.tbbr {display:inline;}
	.spbr {display:none;}
	.tb_txt_l {text-align:left !important;}
	}
/* Custom CSS Mobile */@media (max-width: 549px) {
	.pcbr {display:none;}
	.tbbr {display:none;}
	.spbr {display:inline;}
	.sp_txt_l {text-align:left !important;}
}
.mg00{	margin: 0 !important;}
.mb00{	margin-bottom:0px;}

.banner a{
	z-index:12;
}
.shadow_10{
	text-shadow: 0 0 10px #000;
}



/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}