/*
Theme Name: otsuka-seikei
Theme URI: otsuka-seikei.jp
Template: lightning-pro
Author: tomomi-design
Author URI: tomomi-design.com
Version:8.23.5
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, E-Commerce
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning
*/
body, p, h1, h2, h3, h4, h5, h6, dt, .page-header_pageTitle, .mainSection-title, .subSection-title, .veu_leadTxt, .lead, .media .media-body .media-heading a, .media a.media-body_excerpt, .postList_item .postList_body .postList_title a, .postList_item .postList_body .published, li.cat-item a, .widget_archive ul li a, table th, table td, .gMenu a, body:not(.header_scrolled) .siteHeader-trans-true .gMenu_name {
	color: #595959 !important;
}
body, table th, table td, .postListText_date, .postListText_title {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	body, table th, table td, .postListText_date, .postListText_title {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.header_scrolled .gMenu_outer nav {
		width: 1200px;
	}
}
@media (min-width: 1250px) {
	.container {
		max-width: 1200px;
	}
}
.vk-menu-acc ul.sub-menu li a{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-display: swap;
}
.title, .name, .footer_navi ul, .name2, .table2 th,.btn-col1{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-display: swap;
}
.mainSection {
	background-color: transparent;
}
div.wide-wrap {
	position: relative;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
}
.textblock {
	display: inline-block;
}
.sp, .br-sp, .md {
	display: none;
}
.mb--40 {
	margin-bottom: 40px !important;
}
.mt--60 {
	margin-top: 60px !important;
}
.f-90 {
	font-size: 90% !important;
}
@media screen and (max-width:991px) {
	.pc2 {
		display: none !important;
	}
	.md {
		display: inherit !important;
	}
	.md-mb30 {
		margin-bottom: 30px !important;
	}
	.md-mb40 {
		margin-bottom: 40px !important;
	}
	.md-center {
		text-align: center !important;
	}
}
@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: inherit !important;
	}
	.br-sp {
		display: block !important;
	}
	.sp-mb20 {
		margin-bottom: 20px !important;
	}
	.sp-mb30, .mb--40 {
		margin-bottom: 30px !important;
	}
}
/* AnchorLink */
html {
	scroll-padding-top: 45px;
}
/* TelLink */
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	a[href*="tel:"] {
		text-decoration: none;
	}
}
/* ImgLink */
.linkimg {
	transition: all .3s ease-out;
}
.linkimg:hover {
	opacity: .7;
	transition: all .3s ease-out;
}
/* Ccolor */
.color1 {
	color: #77b0d0 !important;
}
.color2 {
	color: #1b61d1 !important;
}
.color3 {
	color: #71869f !important;
}
/* Title */
h2, h3, h4, h5, h6 {
	line-height: 1.5;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 20px;
	}
}
.tit {
	color: #77b0d0 !important;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 48px;
}
.tit span {
	display: block;
	color: #595959 !important;
	/*margin-top: 10px;*/
	font-size: 24px;
}
.tit2 {
	padding: 20px 30px;
	display: block;
	border: 1px solid #1b61d1;
	position: relative;
}
.tit2:before, .tit2:after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #1b61d1;
}
.tit2:before {
	left: -10px;
	top: -10px;
}
.tit2:after {
	right: -10px;
	bottom: -10px;
}
.tit3 {
	padding: 10px 20px 10px 30px;
	display: block;
	border-bottom: 1px solid #1b61d1;
	position: relative;
	margin-bottom: 3rem;
}
.tit3:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -14px;
	left: 10px;
	width: 1px;
	height: 80%;
	background: #1b61d1;
}
.tit4 {
	position: relative;
	padding: .5em .5em .5em 1.2em;
	margin-left: 5px;
	margin-bottom: 1.5rem;
}
.tit4::before, .tit4::after {
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border: 2px solid #1b61d1;
	content: '';
}
.tit4::before {
	top: calc(50% - 3px);
	left: 0;
}
.tit4::after {
	top: calc(50% + 3px);
	left: 5px;
}
.tit5 {
	position: relative;
	padding: 1rem .5rem;
}
.tit5:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background-image: -webkit-gradient(linear, left top, right top, from(#77b0d0), to(#cfebfa));
	background-image: -webkit-linear-gradient(left, #77b0d0 0%, #cfebfa 100%);
	background-image: linear-gradient(to right, #77b0d0 0%, #cfebfa 100%);
}
@media screen and (max-width: 767px) {
	.tit {
		font-size: 30px;
	}
	.tit span {
		font-size: 20px;
	}
	.tit2 {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 350px) {
	.tit2 {
		padding: 10px;
	}
}
/* Header */
.siteHeader {
	box-shadow: none;
}
@media screen and (min-width: 1200px) {
	.siteHeader .container {
		padding-top: 10px;
		padding-bottom: 10px;
		max-width: 98%;
	}
	.siteHeader_logo img {
		max-height: 60px;
		margin-top: 5px;
	}
}
p.contact_txt {
	margin-bottom: 0 !important;
}
.veu_contact .contact_txt_tel {
	padding: 10px 0;
}
/* gMenu */
.gMenu > li .gMenu_name, .device-mobile .gMenu > li .gMenu_name {
	font-size: 18px;
}
.gMenu_description {
	color: #1b61d1 !important;
}
.gMenu > li .gMenu_description {
	font-size: 13px;
	opacity: 1;
	margin-top: 8px;
	text-transform: uppercase;
	color: #77b0d0 !important;
}
.device-mobile .gMenu > li {
	padding: 14px 1.7em;
}
.gMenu > li.menu-item-has-children::after {
	content: none;
}
.device-mobile .gMenu .acc-btn {
	right: 0;
}
@media screen and (min-width: 992px) {
	.gMenu li li a:hover {
		background-color: #fff;
	}
	.vk-menu-acc ul.sub-menu li a {
		color: #fff !important;
	}
	.vk-menu-acc ul.sub-menu li a:hover {
		color: #1b61d1 !important;
	}
}
@media (max-width: 1199.98px) {
	.gMenu {
		display: flex;
		margin: 0 auto;
	}
	.gMenu > li {
		flex: 1;
	}
}
/* Footer */
.siteFooter {
	background: rgba(27, 97, 209, .2);
	border-top: none;
}
@media (max-width: 991px) {
	.siteFooter {
		background-position: left bottom 65px;
	}
	.copySection p {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.copySection {
		padding: 20px 0 !important;
	}
	.copySection p {
		margin-bottom: 0;
	}
}
.siteFooter a {
	text-decoration: none;
}
.footer_navi {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 20px auto 50px;
}
.footer_navi ul {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer_navi ul li {
	margin-bottom: 0;
	text-align: center;
}
.footer_navi ul li a {
	position: relative;
	color: #595959 !important;
	transition: color 0.15s ease-out;
}
.footer_navi ul li a:hover {
	color: #1b61d1 !important;
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	.footer_navi ul {
		gap: 20px;
	}
}
@media screen and (max-width: 991px) {
	.footer_navi {
		display: none;
	}
}
.foot-con {
	padding: 20px 0 30px;
}
.foot-con img {
	margin-bottom: 20px;
}
p.tel {
	margin-bottom: 0;
	font-size: 30px;
}
p.tel i {
	margin-right: 8px;
}
p.tel a {
	color: #1b61d1 !important;
}
@media screen and (max-width: 991px) {
	.foot-con {
		padding: 20px 0 0;
	}
}
/* Top-MainSlide */
.slide-con {
	position: relative;
	height: 700px;
}
#top-slide div {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
}
#top-slide div.img {
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
#top-slide div.img01 {
	background-image: url(../../../wp-content/uploads/2024/12/slide1.jpg);
	background-position: center top;
}
#top-slide div.img02 {
	background-image: url(../../../wp-content/uploads/2024/12/slide2.jpg);
	background-position: center;
}
#top-slide div.img03 {
	background-image: url(../../../wp-content/uploads/2024/12/slide3.jpg);
	background-position: center bottom;
}
.slide-text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
h1.top {
	letter-spacing: 0.12em;
	font-size: 40px;
	white-space: nowrap;
	line-height: 1.6;
	text-align: center;
	color: #fff !important;
	text-shadow: 1px 2px 3px #444;
}
h1.top span {
	display: block;
	font-size: 0.6em;
}
@media screen and (min-width: 1600px) {
	.slide-con, #top-slide div.img {
		height: 800px;
	}
}
@media screen and (max-width: 991px) {
	.slide-con, #top-slide div.img {
		height: 500px;
	}
	h1.top {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.slide-con, #top-slide div.img {
		height: 300px;
	}
	.slide-text {
		top: 70%;
	}
	h1.top {
		width: 100%;
		font-size: 18px;
	}
	h1.top span {
		font-size: 14px;
	}
}
@media screen and (max-width: 350px) {
	h1.top {
		font-size: 16px;
	}
}
/* Top-News */
@media screen and (min-width: 1200px) {
	.news-con {
		margin-top: -100px !important;
	}
}
@media screen and (max-width: 1199px) {
	.news-con .container {
		max-width: 100%;
	}
}
.news-box {
	background: #fff;
	padding: 40px;
	box-shadow: 0 0.625em 3.125em rgb(51 68 85 / 10%);
	margin-bottom: 50px !important;
}
.vk_posts-layout-postListText {
	margin-bottom: 0;
}
.news-con .postListText_date {
	font-size: 18px;
	min-width: 100px;
	margin-right: 1em;
	color: #1b61d1 !important;
	font-weight: 500;
}
.news-con .postListText_title {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.news-con .postListText_date, .news-con .postListText_title {
		font-size: 16px;
	}
}
/* Top-Schedule */
.sche-con {
	background: rgba(238, 223, 208, .2)
}
.box1 {
	background: #fff;
	padding: 1.75em 2em;
	box-shadow:  0px 5px 15px 0px rgb(51 68 85 / 10%);
	margin: 30px auto 15px !important;
	width: 100%;
	max-width: 700px;
}
@media screen and (max-width: 767px) {
	.box1 {
		padding: 30px 20px;
	}
	.sche-con ul {
		padding-left: 20px;
		margin-bottom: 0;
	}
}
/* Top-Greeting */
.gre-con h6 {
	font-size: 24px;
}
.gre-box {
	background: #fff;
	padding: 2em 2em 1.75em;
	box-shadow:  0px 5px 15px 0px rgb(51 68 85 / 10%);
	margin: 30px 15px 10px !important;
}
.name {
	text-align: right;
}
.name span {
	font-size: 1.5rem;
}
.gre-box ul {
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	.gre-con img {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.gre-box {
		margin: 10px !important;
	}
	.gre-box ul {
		padding-left: 20px;
	}
	.gre-con img {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 380px) {
	.gre-box {
		padding: 20px 10px;
		margin: 15px 5px !important;
	}
}
@media screen and (max-width: 350px) {
	.name span {
		display: block;
	}
}
/* Top-Feature */
.fea-con {
	background: rgba(238, 223, 208, .2);
}
.flex_con {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	width: 100%;
	height: 550px;
}
.flex_con .text-box {
	width: 594px;
	height: auto;
	padding: 55px 55px 45px;
	background-color: #FFFFFF;
	box-shadow: 0 0.625em 3.125em rgb(51 68 85 / 10%);
	margin-right: -125px;
}
figure {
	width: calc(50% + 125px);
	height: 550px;
	position: relative;
	margin: 0;
	z-index: -1;
}
.flex_con.even {
	flex-direction: row-reverse;
}
.flex_con.even .text-box {
	margin-left: -125px;
	margin-right: 0;
	z-index: 1;
}
.flex_con h4 {
	display: flex;
	align-items: center;
	font-size: 28px;
	color: #1b61d1 !important;
	margin-bottom: 20px;
}
.flex_con h4 span.num {
	font-size: 40px;
	margin-right: 20px;
}
@media screen and (min-width: 992px) {
	figure img {
		object-fit: cover;
		width: 100%;
		height: 550px;
	}
}
@media screen and (max-width: 991px) {
	.flex_con, figure, figure img {
		object-fit: cover;
		width: 100%;
		height: 600px;
	}
	.flex_con .text-box {
		padding: 40px 20px 20px;
		margin-right: -85px;
		width: 400px;
	}
	.flex_con h4 {
		font-size: 24px;
	}
	.flex_con.even .text-box {
		margin-left: -85px;
	}
}
@media screen and (max-width: 767px) {
	.flex_con {
		display: block;
	}
	.flex_con, figure, figure img {
		height: auto;
	}
	figure {
		text-align: center;
	}
	figure img {
		width: 95%;
	}
	.flex_con .text-box {
		padding: 50px 20px 30px;
		width: 95%;
		margin: 0 auto;
	}
	.flex_con.even .text-box {
		margin: 0 auto;
	}
	.flex_con h4 {
		font-size: 20px;
	}
}
/* Top-Medical */
ul.medi-list {
	list-style: none;
	padding-left: 0;
	display: grid;
	width: 100%;
}
.medi-list li {
	opacity: 0;
	transition : all 1s;
}
.medi-list li.active{
	opacity: 1;
}
@media screen and (min-width: 992px) {
	ul.medi-list {
		grid-template-columns: repeat(5, auto);
	}
	ul.medi-list li:not(:first-child) {
		border-left: 1px solid #b5d6f7;
	}
}
.medi_menu {
	position: relative;
	width: 90%;
	transition: all .3s ease-out;
	margin: 0 auto;
}
.medi_menu:hover {
	text-decoration: none;
	transition: all .3s ease-out;
}
.medi_menu .Link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.medi_menu .medi-img {
	width: 180px;
	height: 180px;
	margin: 20px auto;
	background: #fff;
	border: 2px solid #71869f;
	border-radius: 50%;
	text-align: center;
	padding-top: 45px;
}
.medi-img img {
	width: 80px;
}
.medi_menu:hover .medi-img {
	background: rgba(113, 134, 159, .3);
	border: none;
	transition: all .3s ease-out;
}
.medi_menu h3 {
	text-align: center;
	font-size: 1.2rem;
}
.medi_menu p {
	font-size: 1rem;
}
@media screen and (max-width: 1199px) {
	.medi_menu .medi-img {
		width: 150px;
		height: 150px;
	}
	.medi-img img {
		width: 60px;
	}
	.medi_menu h3 {
		font-size: 1.1rem;
	}
	.medi_menu h3.ririha{
		font-size: 16px;
		line-height: 1.8;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.medi_menu h3.ririha{
		font-size: 1.1rem;
        line-height: 1.5;
	}
	ul.medi-list {
		grid-template-columns: repeat(3, auto);
	}
	ul.medi-list li:not(:nth-child(3n+1)) {
		border-left: 1px solid #b5d6f7;
	}
}
@media screen and (max-width: 767px) {
	ul.medi-list {
		grid-template-columns: repeat(2, auto);
	}
	ul.medi-list li:not(:nth-child(odd)) {
		border-left: 1px solid #b5d6f7;
	}
	.medi_menu .medi-img {
		width: 120px;
		height: 120px;
		padding-top: 35px;
	}
	.medi-img img {
		width: 50px;
	}
	.medi_menu h3 {
		font-size: 1.1rem;
	}
	.medi_menu h3.ririha{
		font-size: 1.1rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 350px) {
	.medi_menu {
		width: 95%;
	}
}
/* Top Nayami */
.nayami-con {
	background: rgba(238, 223, 208, .2);
}
.nayami-con ul {
	margin-bottom: 2rem;
	background: url("../../../wp-content/uploads/2024/12/body-sp.png") right center no-repeat;
	background-size: contain;
	list-style: none;
	padding-left: 0;
}
.nayami-con ul li {
	width: 45%;
}
.nayami-con ul li:not(:last-child) {
	margin-bottom: 1rem;
}
.nayami-con ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	background: #fff;
	padding: 5px 0.3rem;
	border: 1px solid #595959;
	color: #1b61d1 !important;
	font-size: 1.2rem;
}
.nayami-con ul li a::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 900;
	font-size: 50%;
	color: #fff;
	background: #1b61d1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 0.5rem;

}
.nayami-con h3 {
	text-align: center;
	color: #77b0d0 !important;
}
@media screen and (min-width: 768px) {
	.nayami-con ul {
		background: url("../../../wp-content/uploads/2024/12/body.png") center top no-repeat;
		background-size: auto 600px;
		height: 600px;
		width: 730px;
		margin: auto;
		position: relative;
	}
	.nayami-con ul li {
		width: 200px;
		position: absolute;
	}
	.nayami-con ul li a {
		font-size: 1.5rem;
		height: 60px;
		margin: 0;
	}
	.nayami-con ul li a::before {
		content: "";
		display: block;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		aspect-ratio: 1/1;
		border-radius: 50%;
		width: 4.6rem;
		position: absolute;
		background: #77b0d0;
		border: 1px solid #1b61d1;
		opacity: 0.3;
	}
	.nayami-con ul li a::after {
		width: 30px;
		height: 30px;
		margin-top: 5px !important;
	}
	.nayami-con ul li a:is(:hover, :focus-visible) {
		background: #1b61d1;
		color: #fff !important;
		border-color: #1b61d1;
	}
	.nayami-con ul li a:is(:hover, :focus-visible)::before {
		opacity: 0.7;
	}
	.nayami-con ul li a:is(:hover, :focus-visible)::after {
		background: #fff;
		color: #77b0d0;
	}
	.nayami-con ul li.neck {
		left: 50px;
		top: 40px;
	}
	.nayami-con ul li.neck a::before {
		top: 5px;
		left: 285px;
	}
	.nayami-con ul li.shoulder {
		right: 40px;
		top: 40px;
	}
	.nayami-con ul li.shoulder a::before {
		top: 39px;
		right: 230px;
	}
	.nayami-con ul li.waist {
		right: 30px;
		top: 210px;
	}
	.nayami-con ul li.waist a::before {
		top: 5px;
		right: 260px;
	}
	.nayami-con ul li.hand {
		top: 210px;
	}
	.nayami-con ul li.hand a::before {
		width: 80px;
		top: 60px;
		left: 190px;
	}
	.nayami-con ul li.knee {
		left: 20px;
		top: 380px;
	}
	.nayami-con ul li.knee a::before {
		top: 0;
		left: 280px;
	}
	.nayami-con ul li.leg {
		right: 45px;
		top: 380px;
	}
	.nayami-con ul li.leg a::before {
		width: 90px;
		top: 125px;
		right: 240px;
	}
}
@media screen and (min-width: 992px) {
	.nayami-con ul {
		width: 900px;
	}
	.nayami-con ul li.neck a::before {
		left: 365px;
	}
	.nayami-con ul li.shoulder a::before {
		right: 300px;
	}
	.nayami-con ul li.waist a::before {
		right: 340px;
	}
	.nayami-con ul li.hand a::before {
		left: 280px;
	}
	.nayami-con ul li.knee a::before {
		left: 360px;
	}
	.nayami-con ul li.leg {
		right: 40px;
	}
	.nayami-con ul li.leg a::before {
		right: 330px;
	}
}
/* Top-Map */
.map {
	position: relative;
}
.map iframe {
	vertical-align: bottom;
	height: 400px !important;
}
@media screen and (max-width: 767px) {
	.map iframe {
		height: 300px !important;
	}
}
/* Page Header */
.page-header {
	height: 200px;
	position: relative;
}
.page-header .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	letter-spacing: 0.12em;
	line-height: 1.8;
	background: rgba(255, 255, 255, 0.5);
	padding: 1rem 2rem;
	margin: 0;
}
@media screen and (min-width: 992px) {
	.page-header {
		height: 300px;
	}
}
@media screen and (max-width: 767px) {
	div.page-header_pageTitle, h1.page-header_pageTitle:first-child {
		white-space: nowrap;
		font-size: 1.5rem;
	}
}
/* Page News */
@media screen and (min-width:992px) {
	.mainSection-col-two {
		width: 75%;
	}
	.sideSection-col-two {
		width: calc(100% - 75% - 3rem);
	}
}
.entry-meta {
	margin-bottom: .5em;
}
.entry-meta_items {
	font-size: 16px;
}
.entry-meta-dataList, .fa_v6_css .entry-meta_items.published::before, .entry-meta .entry-meta_items_term {
	display: none;
}
.media .media-body .media-heading a {
	color: #77b0d0 !important;
}
.media .media-body .media-heading a:hover {
	color: #1b61d1 !important;
}
h1.entry-title {
	font-size: 1.5rem;
}
.side-tit {
	border-bottom: 1px solid #77b0d0;
	margin-bottom: 1.5rem;
	letter-spacing: .13em;
}
/* Page Clinic */
.p-slide-con {
	width: 850px;
	margin: 0 auto;
}
ul#PhotSlider, ul#thumbs {
	list-style: none;
	padding-left: 0;
}
ul#PhotSlider {
	margin-top: 0 !important;
}
#PhotSlider li {
	position: relative;
}
#PhotSlider li img, #thumbs li img {
	width: 100%;
}
#PhotSlider li span {
	position: absolute;
	bottom: 5%;
	left: 2%;
	margin: 0;
	padding: 5px 5px 7px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	width: 240px;
	letter-spacing: .12em;
}
@media screen and (max-width: 768px) {
	#PhotSlider li span {
		bottom: 2%;
		left: 1%;
		padding: 5px;
		width: 150px;
	}
	.w-sp {
		width: 190px !important;
	}
}
#thumbs {
	max-width: 100%;
	margin: 20px auto 0;
	position: relative;
}
#thumbs .slick-slide {
	margin: 0 5px;
}
#thumbs .slick-arrow {
	color: transparent;
	padding: 0;
	background: transparent;
	border: 0;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 34px;
	top: 37%;
}
#thumbs .slick-arrow::before {
	content: "" !important;
	width: 20px;
	height: 34px;
	position: absolute;
	top: 0;
}
#thumbs .slick-next {
	right: -30px;
}
#thumbs .slick-prev {
	left: -30px;
}
#thumbs .slick-next::before {
	background: url(../../../wp-content/uploads/2024/12/rightarrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
}
#thumbs .slick-prev::before {
	background: url(../../../wp-content/uploads/2024/12/leftarrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: 0;
}
@media screen and (max-width: 991px) {
	.p-slide-con {
		width: 95%;
	}
	#thumbs .slick-arrow {
		top: 32%;
	}
}
@media screen and (max-width: 525px) {
	.p-slide-con {
		width: 90%;
	}
	#PhotSlider li .img_slider_title {
		padding: 5px 10px;
	}
	#thumbs .slick-arrow {
		width: 15px;
		height: 25px;
		top: 22%;
	}
	#thumbs .slick-prev {
		left: -20px;
	}
	#thumbs .slick-next {
		right: -20px;
	}
	#thumbs .slick-arrow::before {
		width: 15px;
		height: 25px;
	}
}
/* Page Doctor */
.name2 {
	margin-top: 20px !important;
	margin-bottom: 0;
}
.name2 span {
	font-size: 1.5rem;
}
h6.doc-tit {
	font-size: 1.4rem;
	margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
	h6.doc-tit {
		text-align: center;
	}
}
.gre-box2 {
	background: #fff;
	padding: 2em 2em 0.5em;
	box-shadow: 0px 5px 15px 0px rgb(51 68 85 / 10%);
	margin: 10px 5px !important;
}
.gre-box2 h6 {
	font-size: 20px;
	color: #1b61d1 !important;
	margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
	.gre-box2 {
		width: 100%;
		max-width: 500px;
		margin: 10px auto !important;
	}
}
@media screen and (max-width: 767px) {
	.gre-box2 {
		padding: 2em 1em 0;
	}
}
ul.reki {
	padding-left: 20px;
	margin: 0;
}
dl.keireki {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	padding-left: 10px;
}
dl.keireki dt {
	margin: 0;
	padding: 0;
	width: 15%;
	border: none;
	font-weight: 300;
	font-size: 18px;
	text-align: left;
}
dl.keireki dd {
	width: 85%;
	border: none;
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width: 1199px) {
	dl.keireki dt {
		width: 20%;
	}
	dl.keireki dd {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	dl.keireki dt, dl.keireki dd {
		width: 100%;
		font-size: 16px;
	}
}
/* Page Medical */
.nayami-box {
	padding: 50px;
	background: #fff;
	box-shadow: 0 0.625em 3.125em rgb(51 68 85 / 10%);
}
@media screen and (max-width: 991px) {
	.nayami-box {
		padding: 40px 30px;
	}
}
@media screen and (max-width: 767px) {
	.nayami-box {
		padding: 40px 25px;
	}
}
.box2 {
	padding: 30px 20px;
	background: rgba(238, 223, 208, .2);
}
.box2 h6 {
	font-size: 1.3rem;
	text-align: center;
	margin: 0 0 15px;
	color: #1b61d1 !important;
}
.box2.p--2 {
	padding: 30px 50px;
}
.box3 {
	padding: 30px 20px;
	border: 2px solid #77b0d0;
	margin-bottom: 40px;
	background: #fff;
}
.box4 {
	margin-bottom: 30px;
}
.box4 h6 {
	font-size: 1.3rem;
	margin: 0 0 15px;
	color: #1b61d1 !important;
}
.box4 p {
	margin-bottom: 0;
}
.box5 {
	padding: 30px 20px;
	background: rgba(119, 176, 208, 0.1);
}
.rice span.cha {
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: 10px;
	color: #77b0d0 !important;
}
@media screen and (max-width: 767px) {
	.box3 {
		margin-bottom: 30px;
	}
	.box3 img {
		width: 40%;
	}
	.box5 {
		background: none;
		padding: 0;
	}
}
/* Page Access */
.box-ac {
	width: 80%;
	margin: 0 auto;
}
.box-ac a {
	color: #595959 !important;
}
.acces-box {
	margin: 50px auto;
}
.acces-box .item {
	background: rgba(119, 176, 208, 0.1);
	padding: 30px 20px;
	text-align: center;
}
.acces-box .item p {
	margin-bottom: 0;
}
.acces-box .item p i {
	display: block;
	font-size: 40px;
	color: #1b61d1 !important;
	margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
	.box-ac {
		width: 100%;
	}
}
/* Page All */
.first-con {
	padding: 44px 0 100px;
}
.contents-con {
	padding: 100px 0;
}
.bg-1 {
	background: rgba(238, 223, 208, .2);
} 
@media screen and (max-width: 991px) {
	.first-con {
		padding: 40px 0 80px;
	}
	.contents-con {
		padding: 80px 0;
	}
}
/* Btn */
.btn-more {
	position: relative;
	border-radius: 0;
	transition: all .3s ease-out;
	letter-spacing: .12em;
}
.btn-more:before {
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: 0.3s;
}
.btn-more:hover {
	text-decoration: none;
	transition: 0.3s;
}
.btn-more:hover:before {
	right: 5px;
	transition: 0.3s;
}
.btn-col1 {
	border: 2px solid #71869f;
	background: #71869f;
	color: #fff !important;
	padding: 10px 10px 12px;
}
.btn-col1:hover {
	border: 2px solid #71869f;
	color: #71869f !important;
	letter-spacing: 4px;
	background: #fff;
}
.w-150 {
	width: 150px;
}
/* List */
::marker {
	color: #77b0d0 !important;
}
ul.pl20 {
	padding-left: 20px;
}
ul.nayami {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	overflow: auto;
}
ul.nayami li {
	margin: 15px 0;
	padding-left: 35px;
	line-height: 2em;
	position: relative;
}
ul.nayami li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 26px;
	color: #1b61d1;
}
@media screen and (min-width: 768px) {
	.col50, .col33 {
		display: grid;
		width: 100%;
		column-gap: 1.5em;
		grid-template-columns: repeat(2, auto);
	}
}
@media screen and (min-width: 992px) {
	.col50 {
		display: grid;
		width: 100%;
		column-gap: 1.5em;
		grid-template-columns: repeat(2, auto);
	}
}
@media screen and (min-width: 1199px) {
	.col33 {
		grid-template-columns: repeat(3, auto);
	}
}
ul.rec, ul.rec li {
	margin: 0;
}
/* Table */
table.zikan {
	width: 100%;
	max-width: 920px;
	margin: 30px auto;
	border: none;
}
table.zikan th, table.zikan td {
	text-align: center;
	border: none;
}
table.zikan tbody td {
	color: #1b61d1 !important;
	width: 12%;
}
table.zikan td {
	border-left: 1px solid #71869f;
}
table.zikan td.colo1 {
	color: #595959 !important;
}
@media screen and (max-width: 767px) {
	table.zikan th, table.zikan td {
		padding: 10px 5px;
	}
}
table.table2 {
	border-top: 1px solid #77b0d0;
	width: 100%;
	margin: 0 auto;
}
.table2 th {
	padding: 15px 20px;
	width: 40%;
	background: rgba(119, 176, 208, .3);
	text-align: center;
	border-bottom: 1px solid #77b0d0;
}
.table2 td {
	background: #fff;
	border-bottom: 1px solid #77b0d0;
}
td.risk {
	text-align: left !important;
}
@media screen and (max-width: 767px) {
	.table2 {
		width: 100%;
	}
	.table2 th, .table2 td, .table2.rec th {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.table2 th {
		border-bottom: none;
	}
	.last td:last-child {
		border-bottom: 1px solid #eee;
		width: 100%;
	}
}
/* SideFloatingMenu */
.sideFloatingMenu {
	position: fixed;
	right: 90px;
	bottom: 0;
	width: 300px;
	z-index: 99999;
}
@media (max-width:991px) {
	.sideFloatingMenu {
		display: none !important;
	}
}
.tel-box {
	background: #fff;
	color: #1b61d1 !important;
	border: 2px solid #1b61d1;
	border-bottom: none;
	width: 300px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
}
.tel-box i {
	margin-right: 10px;
	margin-top: 6px;
}
/* PageTopBtn */
.page_top_btn {
	width: 45px;
	height: 45px;
	background-color: #71869f !important;
	box-shadow: none !important;
	background-image: var(--ver_page_top_button_url);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
ul.uul{
	margin-bottom: 0;
}
ul.uul li:last-child{
	margin-bottom: 0;
}
/* Reset */
.mainSection .widget, .siteFooter .widget {
	margin-bottom: 0 !important;
}
.home .siteContent, .page-id-21 .siteContent, .page-id-23 .siteContent, .page-id-25 .siteContent, .page-id-27 .siteContent, .page-id-29 .siteContent, .page-id-31 .siteContent, .page-id-33 .siteContent, .page-id-35 .siteContent, .page-id-37 .siteContent, .page-id-39 .siteContent, .page-id-363 .siteContent {
	padding: 0;
}
.page-id-21 .entry-full, .page-id-23 .entry-full, .page-id-25 .entry-full, .page-id-27 .entry-full, .page-id-29 .entry-full, .page-id-31 .entry-full, .page-id-33 .entry-full, .page-id-35 .entry-full, .page-id-37 .entry-full, .page-id-39 .entry-full, .page-id-363 .entry-full {
	margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
	.home .mainSection, .page-id-21 .mainSection, .page-id-23 .mainSection, .page-id-25 .mainSection, .page-id-27 .mainSection, .page-id-29 .mainSection, .page-id-31 .mainSection, .page-id-33 .mainSection, .page-id-35 .mainSection, .page-id-37 .mainSection, .page-id-39 .mainSection, .page-id-363 .mainSection {
		margin-bottom: 0;
	}
}
/* Animation */
/* Fade */
.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 2s;
}
.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
/* FadeIn */
.scroll-space {
	overflow: hidden;
}
.fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1.5s;
}
.fadein.fadein-left {
	transform: translate(-50px, 0);
}
.fadein.fadein-right {
	transform: translate(50px, 0);
}
.fadein.fadein-up {
	transform: translate(0, -50px);
}
.fadein.fadein-bottom {
	transform: translate(0, 50px);
}
.fadein.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}
.vk_post_title_new{
	display: none !important;
}