@charset "UTF-8";

/*common template
--------------------------------------*/

/* var */ :root {
  --color-primary: #E9546B;
  --color-secondary: #0099CB;
  --color-thard: #EF858C;
  /*--text-base: 16px;*/
}
li,ol {
	list-style: none;
}
.flex {
	display:flex;
}
.space-between {
	justify-content:space-between;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px
}
.mt30 {
	margin-top: 30px
}
.mt40 {
	margin-top: 40px
}
.mt50 {
	margin-top: 50px
}
.mb10 {
	margin-bottom: 10px;
}
.mb10 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.clear {
	clear: both;
}

/*Google Fonts
--------------------------------------*/

.noto-sans-jp-<uniquifier> {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
.zen-maru-gothic-regular {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sp, .tb {
	display:none;
}
html {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	background-position: center top;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
	word-break: break-all;
	position:relative;
}
/*フェードアニメーション
--------------------------------------*/

.delay-1 {
	animation-delay: 0.3s;
}
.delay-2 {
	animation-delay: 0.8s;
}
.delay-3 {
	animation-delay: 1.3s;
}
.delay-4 {
	animation-delay: 1.8s;
}
.delay-5 {
	animation-delay: 2.3s;
}

/*コンテンツ内のフェードイン 
--------------------------------------*/

.con_fade {
	opacity: 0;
	transition: all 1s ease-out;
}
.fade-up {
	transform: translateY(20px);
}
.fade-left {
	transform: translateX(-30px);
}
.fade-right {
	transform: translateX(30px);
}
.fade-down {
	transform: translateY(-20px);
}
.scrollin {
	opacity: 1 !important;
    transform: translate(0, 0) !important;
}

@keyframes fadeIn-UP {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn-Right {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn-Left {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-In {
  to {
	  opacity: 1;
	  transform: translateX(0);
  }
}
.container.no-anim * {
	animation: none !important;
	transition: none !important;
}

/*header template
--------------------------------------*/

header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.header.on{
	background: linear-gradient(rgba(255, 255, 255, 1),70%,rgba(255, 255, 255, 0.9));
	backdrop-filter: blur(3px);
}
.header_wrap {
	max-width:1200px;
	padding: 10px 20px 5px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hd_wrap_left {
	width:76%;
	
}
.header_content {
	display: flex;
	justify-content:flex-start;
	align-items:center;
}
.header_content p {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:20px;
	letter-spacing: 0.05em;
	line-height:2;
	font-weight:700;
	padding-left: 30px;
}
.header_content p a {
	color:#000;
}
.hd_wrap_right {
	width:25%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.header_btn{
	margin-top:5px;
	display:flex;
	align-items: center;
}
.header_btn .contact_wrap {
	position:relative;
	/*border: solid 2px #E9546B;*/
	border-radius: 5px;
	padding:7px 10px 2px 10px;
}

.header_btn .contact_wrap .weektime {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size:23.5px;
	font-weight:600;
	letter-spacing:0.05em;
	padding-left:2px;
	padding-bottom:3px;
}
.header_btn .contact_wrap a {
	color:#000;
}
.header_btn .contact_wrap .tel {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight:700;
	font-size:36px;
	color:var(--color-primary);
	letter-spacing:0.05em;
	position:relative;
	padding-left:50px;
}
.header_btn .contact_wrap .tel::before {
	position:absolute;
	bottom: 0px;
	left:3px;
	content:"";
	width:38px;
	height:38px;
	background-image:url("../images/common/icon_tel.png");
	background-repeat:no-repeat;
	background-size:cover;
}
nav.nav {
	margin-top:10px;
	width:100%;
}
nav.nav .inner > ul {
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:stretch;
	border-left: solid 1px #000;
}
nav.nav .inner > ul > li {
	font-size: 17px;
	font-weight: 600;
	list-style:none;
	width: calc(58% / 2);
	text-align: center;
	padding: 0 5px 0 15px;
	display: flex;
	justify-content: center;
	position: relative;
	align-items:center;
	border-right: solid 1px #000;
}
nav.nav .inner > ul > li.nav__diseas {
	width:24%;
}
nav.nav .inner > ul > li.nav__ect {
	width:18%;
}

nav.nav .inner > ul > li.current::after {
	position:absolute;
	left:0;
	bottom: 0px;
	content:"";
	width: 100%;
	border-bottom: 4px solid var(--color-primary);
}

nav.nav .inner > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	transition:all .3s;
	height: 100%;
	position:relative;
}
nav.nav .inner > ul > li > a::after {
	position:absolute;
	left:0;
	bottom: 0;
	content:"";
	width: 0%;
	height:4px;
	transition:all .5s;
	background:var(--color-primary);
	opacity: 0;
}
nav.nav .inner > ul > li > a:hover::after {
	opacity: 1;
	width: 100%;
}

nav ul li.has-child {
	position:relative;
}
nav ul li.has-child > a::before{
	content:'';
	position: absolute;
	left:-13px;
	top:9px;
	width:6px;
	height:6px;
	border-top: 2px solid var(--color-primary);
    border-right:2px solid var(--color-primary);
    transform: rotate(135deg);
}
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:40px;
	z-index: 4;
    /*形状を指定*/
	background:rgba(255,255,255,0.95);
	backdrop-filter: blur(3px);
	width:170%;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
	text-align:left;
	padding: 0.5rem;
	border-radius:5px;
}
.js-header nav li.has-child ul{
	top:50px;
	width: 280%;
	border-left: solid 1px rgba(20,16,110,0.5);
	border-right: solid 1px rgba(20,16,110,0.5);
	border-bottom: solid 1px rgba(20,16,110,0.5);
}
nav li.has-child ul li {
	border-bottom:dotted 1px #aaa;
	line-height:2;
	list-style:none;
}
nav li.has-child ul li a {
	color:#000;
}
nav li.has-child ul li.has-child {
	padding-left:30px;
}
nav li.has-child ul li.has-child ul {
	top:40px;
} 
nav li.has-child ul li.has-child li a {
	color:#000;
}
nav li.has-child ul li.has-child li a:hover {
	color:#fff;
}
nav li.has-child ul li:last-child {
	border-bottom:none;
}
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}
nav li.has-child ul li:hover {
	background:var(--color-primary);
}
nav li.has-child ul li:hover a {
	color:#fff;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
nav.nav ul li:last-child {
	border-right: none;
}
nav ul ul {
	display: block;
}

.js-header {
	display: none;
	position: fixed;
	top: 0 ;
	left: 0;
	z-index: 1000;
	background: linear-gradient(rgba(255, 255, 255, 1),80%,rgba(255, 255, 255, 0.5));
	backdrop-filter: blur(3px);
	width: 100%;
	box-shadow: 0 2px 3px #efefef;
}
.js-header .header_wrap {
	display:flex;
	justify-content: space-between;
	width: 1220px;
	padding: 5px 10px;
}
.js-header h1 {
	width:100%;
}
.js-header .header_content {
	display:block;
	width:20%;
}
.js-header nav.nav {
	width: 60%;
}
.js-header nav.nav ul {
	padding-top: 0;
	align-items: center;
	border-left:none;
}
.js-header nav.nav > ul > li {
	font-size:12px;
	width: calc( 100% / 11 );
} 
.js-header nav ul li.has-child::before{
	top:8px;
}
.js-header nav li.has-child ul li a:hover {
	color:#fff;
}
.js-header .header_btn {
	display: flex;
	flex-flow: column;
	
}
.js-header .header_btn .contact_wrap .weektime {
	font-size:19.2px;
}
.js-header .header_btn .contact_wrap .tel {
	font-size:30px;
	padding-left:37px;
}
.js-header .header_btn .contact_wrap .tel::before {
	width:33px;
	height:33px;
}
/*リンクの形状
--------------------------------------*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background: var(--color-primary);
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.5rem;
	transition:all 0.7s;
	border:solid 1px #cdcdcd;
	border-radius: 50%;
}

#page-top a:hover{
	width: 60px;
	height: 60px;
	background: #fff;
	border:solid 1px var(--color-primary);
	color: var(--color-primary);
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 30px;
	bottom:30px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
.main {
	width: 100%;
	padding: 0px 0px 0 0px;
}

/*footer template
--------------------------------------*/

footer .bg_footer {
	background:#E89696;
	padding: 50px 0;
}
footer .footer_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display:flex;
	flex-flow: column;
	color:#fff;
}
footer .footer_flex {
	display:flex;
	justify-content:space-between;
	margin-bottom: 50px;
}
footer .ft_contact {
	margin: 20px auto;
}
footer .ft_contact a {
	color:#fff;
	transition: 0.5s;
	display:block;
	font-size:18px;
	text-align:center;
	background: var(--color-secondary);
	border-radius:30px;
	padding: 0.5rem 0;
}
footer .ft_contact a:hover {
	color:var(--color-secondary);
	background:#fff;
}
footer .ft_right {
	font-size:20px;
	letter-spacing:0.05em;
}
footer .ft_right .ft_address {
	margin-top:10px;
	font-size:0.9em;
}
footer .ft_navi {
	font-size:18px;
}
footer .ft_navi ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
footer .ft_navi ul li {
	display:flex;
	width: calc( 100% / 5 - 4px );
	justify-content:center;
	align-items:center;
	border-right: solid 1px #fff;
	padding: 2px;
}
footer .ft_navi ul li:last-child {
	border-right:none;
}
footer .ft_navi ul li a {
	color:#fff;
}
footer .copy {
	text-align:center;
	padding: 1rem 0;
}
/*
 *ハンバーガーメニュー 
*/
.hamburger {
	display: none;
}
#nav__sp {
	display:none;
}
/*フローティング*/
.side {
	position: fixed;
    bottom: 2%;
    left: 2%;
    width: 180px;
    background: rgb(255,255,255,0.7);
	backdrop-filter: blur(3px);
    border-top: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
	border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    padding: 20px 15px;
    z-index: 1000;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.side .label {
	font-size:0.9em;
	text-align:center;
	color:var(--color-primary);
}
.side .box {
	text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}
.side .box dl dt {
	font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 5px;
}
.side .box dl dd a {
	display: block;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    text-indent: 10px;
}
.side .box dl dd a.meet {
	background: url("../images/index/img_meet.png") no-repeat 10px center var(--color-primary);
    background-size: 20px;
}
.side .box::after {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 1px;
    background: var(--color-primary);
    transform: translate(-50%, 0);
}
.side .box.tel dt {
	color:var(--color-secondary);
}
.side .box dl dd a.tel {
    background: url("../images/index/img_tel.png") no-repeat 3px 10px var(--color-secondary);
    background-size: 20px;
	font-size:14.5px;
}

@media screen and (max-width: 1200px) {
	/*header*/
	.header_wrap {
		padding: 10px 10px 0;
	}
	.hd_wrap_left {
		width:75.5%;
	}
	.header_content {
		
	}
	header h1 {
		width:40%;
	}
	.header_content p {
		font-size: 18px;
	}
	.hd_wrap_right {
		width:24.5%;
	}
	.header_btn .contact_wrap .weektime {
		
	}
	.header_btn .contact_wrap .tel {
		
	}
	nav.nav {
		padding: 0 5px;
		
	}
	.header_btn {
		
	}
	nav.nav .inner ul li {
		font-size:14px;
	}
	.header_btn .contact_wrap .weektime {
		font-size:18.4px;
	}
	.header_btn .contact_wrap .tel {
		font-size:29px;
		padding-left:35px;
	}
	.header_btn .contact_wrap .tel::before {
		width:30px;
		height:30px;
	}
	.js-header .header_wrap {
		width:1025px;
	}
	.js-header .header_btn .contact_wrap .weektime {
		font-size:15.3px;
	}
	.js-header .header_btn .contact_wrap .tel {
		font-size:24px;
		padding-left:30px;
	}
	.js-header .header_btn {
		margin-top:0;
	}
	.js-header .header_btn .contact_wrap .tel::before {
		width:25px;
		height:25px;
		bottom:2px;
	}
}
@media screen and (max-width: 1023px) {
	/*header*/
	.header_btn .contact_wrap .weektime {
		font-size:17.3px;
	}
	.header_btn .contact_wrap .tel {
		font-size: 27px;
	}
	.js-header .header_wrap {
		width:1000px;
	}
	.js-header .header_btn .contact_wrap {
		padding-left:5px;
	}
	.js-header .header_btn .contact_wrap .weektime {
		font-size:14.1px;
		padding-left:2px;
	}
	.js-header .header_btn .contact_wrap .tel {
		font-size:22.5px;
		padding-left:28px;
	}
	.js-header .header_btn .contact_wrap .tel::before {
		width:22px;
		height:22px;
		bottom: 3px;
	}
}
@media screen and (max-width: 999px) {
	/*header*/
	.header_wrap {
		
	}
	.hd_content {
		
	}
	.header_content p {
		font-size:14px;
	}
	.nav {
		padding: 0;
	}
	.hd_content .hd_content_wrap {
		
	}
	.header_btn .contact_wrap{
		padding-left:5px;
	}
	.header_btn .contact_wrap::before {
		top: 14px;
		left: 3px;
		content: "";
		width: 30px;
		height: 30px;
	}
	.header_btn .contact_wrap .weektime {
		font-size:14.5px;
	}
	.header_btn .contact_wrap .tel {
		font-size:23.5px;
		padding-left:25.5px;
	}
	.header_btn .contact_wrap .tel::before {
		width:20px;
		height:20px;
		bottom:4px;
	}
	.js-header .header_wrap {
		width:100vw;
	}
	.js-header .header_btn {
		display:none;
	}
	.js-header nav.nav {
		width:80%;
	}
	/*footer*/
	footer .footer_wrap {
		padding: 0 10px;
	}
	footer .footer_flex {
		margin-bottom: 30px;
	}
	footer .ft_left {
		width: 40%;
	}
	footer .ft_right {
		font-size:16px;
	}
	footer .ft_navi {
		font-size:15px;
	}
}
@media screen and (max-width: 750px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.nav {
		display:none;
	}
	.header.on {
		
	}
	.hd_wrap_right {
		display:none;
	}
	.hd_wrap_left {
		width:calc( 100% - 60px );
	}
	.header_content {
		align-items:flex-start;
	}
	.js-header .header_wrap {
		width:100%;
		height:60px;
	}
	.js-header .header_content {
		width:40%;
	}
	.hamburger {
		display: block;
        position: fixed;
        top: 0;
        right: 1%;
        width: 60px;
        height: 60px;
        z-index: 9999;
	}
	.hamburger__trigger {
		display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: relative;
        width: 60px;
        height: 60px;
	}
	.hamburger__trigger span {
		display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 25%;
        width: 50%;
        height: 2px;
        background-color: rgba(15, 58, 97, 1);
	}
	.hamburger__trigger span:nth-of-type(1) {
		top: 24px;
	}
	.hamburger__trigger span:nth-of-type(2) {
		top: 33px;
	}
	.hamburger__trigger span:nth-of-type(3) {
		top: 42px;
	}
	.hamburger__trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
	}
	.hamburger__trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger__trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
	}
	#nav__sp {
		position:fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        overflow: auto;
        padding-bottom: 20%;
		display:none;
		background: #fff;
	}
	#nav__sp ul {
		padding: 0 5%;
	}
	#nav__sp>ul>li {
        border-bottom: 1px solid #eee;
        background: #fff;
		padding-left:20px;
		position:relative;
		font-size:18px;
    }
	#nav__sp>ul>li::before {
		content:"";
		position:absolute;
		top:28px;
		left:18px;
		background:var(--color-primary);
		width:10px;
		height:10px;
		border-radius:50%;
	}
	#nav__sp>ul>li>a {
        display: block;
        width: 100%;
        padding: 4% 5%;
        text-decoration: none;
        border-bottom: 1px solid #edeef0;
        position: relative;
        font-size: 16px;
        font-size: 1.6rem;
        color: #333;
    }
	#nav__sp>ul>li>a ul {
		margin-bottom: 5%;
	}
	#nav__sp>ul>li>a ul li {
		border-bottom: 1px dotted #edeef0;
	}
	#nav__sp>ul>li ul li a {
		display: block;
        width: 100%;
        padding: 2% 5% 2% 10%;
        font-size: 1.3rem;
        text-decoration: none;
        color: #333;
		position:relative;
	}
	#nav__sp>ul>li ul li a::before {
		content:"";
		position:absolute;
		top:22px;
		left:15px;
		background:var(--color-thard);
		width:6px;
		height:6px;
		border-radius:50%;
	}
	
	/*footer*/
	footer .footer_flex {
		flex-flow:column;
		justify-content:center;
		align-items:center;
	}
	footer .ft_navi {
		font-size:12px;
	}
	.side {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 2%;
		border-top: 2px solid var(--color-primary);
		/*border-left: 2px solid var(--color-primary);*/
		border-left:none;
		/*border-right: 2px solid var(--color-primary);*/
		border-right:none;
		border-bottom: none;
		/*border-radius: 15px 15px 0 0;*/
		border-radius:0;
		box-shadow: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size:14px;
	}
	.side .label {
		width: 26%;
		font-size:11.5px;
	}
	.side .box dl dd a.tel{
		font-size:14px;
	}
	.side .box dl dd a.meet {
		font-size:14px;
	}
	.side .box {
		width: 36%;
		margin-top: 0;
		padding-top: 0;
	}
	.side .box dl dt {
		font-size: 11px;
		font-size: 1rem;
		margin-bottom: 5px;
		line-height: 1.2;
	}
	.side .box dl dd a.meet {
		background: url(../images/index/img_meet.png) no-repeat 15px center var(--color-primary);
		background-size: 20px;
	}
	.side .box::after {
		display:none;
	}
	#page-top {
		right:10px;
		bottom:72px;
	}
	body {
		padding-bottom:70px;
	}
}
@media screen and (max-width: 680px) {
	.header_content {
		flex-flow:column;
	}
	h1 {
		width:60%;
	}
	.header_content p {
		font-size:12px;
		padding-left:15px;
	}
	.js-header .header_content {
		width:50%;
	}
	/*footer*/
	footer .ft_navi {
		display:none;
	}
	footer .ft_left {
		width:80%;
	}
	.side .label {
		width: 20%;
		/*font-size:1.6em;*/
	}
}
@media screen and (max-width: 480px) {
	footer .ft_right {
		font-size: 14px;
	}
}
.load_fade {
	display:none;
}