@charset "UTF-8";

html {
	overflow-y: scroll;	
	scroll-behavior: auto;
}

body {
	font-size: 17px;
	font-family: "Noto Serif JP", serif;
	color: #4d4d4d;
	padding: 180px 0 0;
	line-height: 2;
	letter-spacing: 0.16em;
	overflow: hidden;
}

@media screen and (max-width:1480px) {
	body {
		padding: 115px 0 0;	
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 14px;	
		padding-top: 80px;
	}
}

img { 
	max-width: 100%;
	height: auto; 
}

a         { color: #222; }
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: none; }
a:active  { text-decoration: none; }

@media screen and (min-width:1041px) {
	.sp   { display: none; }
}

@media screen and (max-width:1040px) {
	.pc   { display: none; }
}

/*=========================================================

共通

=========================================================*/

.inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.heading {
	font-size: 20px;
	line-height: 1;
}

.heading::before {
	content: attr(data-label);
	font-size: 80px;
	color: #ebe6e8;
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width:1040px) {
	.heading {
		font-size: 15px;
		margin: 0 30px 60px;
	}

	.heading::before {
		font-size: 56px;
		margin-bottom: 18px;
	}	
}

.scroll {
	position: absolute;
	top: 420px;
	left: 25px;
	line-height: 1;
}

.scroll:hover {
	opacity: 0.65;
}

@media screen and (max-width:1040px) {
	.scroll {
		position: absolute;
		top: 550px;
		left: auto;
		right: 15px;
		bottom: auto;
	}
}

/*=========================================================

ヘッダー

=========================================================*/

#header {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
}

#header:after {
	content: "";
	display: block;
	width: 300px;
	height: 100px;
}

#header h1 {
	width: 310px;
	padding: 35px 20px 0;
	text-align: center;
	box-sizing: border-box;
}

#header nav ul {
	display: flex;
	padding: 42px 0 0;
}

#header nav ul li {
	letter-spacing: 5px;
	padding: 0 13px 0 18px;
	font-size: 14px;
}

#header nav ul li a:hover {
	opacity: 0.65;
}

.fixed .tel {
	box-sizing: border-box;
	padding: 0 20px;
	width: 300px;
	height: 84px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	justify-content: center;
	line-height: 1;
	border-radius: 0 0 0 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	background: #fff;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 150;
}

.fixed .tel:hover {
	opacity: 0.65;
}

@media screen and (max-width:1480px) {
	#header {
		height: 150px;
	}

	#header:after {
		content: "";
		display: block;
		width: 225px;
		height: 75px;
	}

	#header h1 {
		width: 220px;
		padding: 27px 15px 0;
	}

	#header nav ul {
		display: flex;
		padding: 31px 0 0;
	}

	#header nav ul li {
		letter-spacing: 4px;
		padding: 0 10px 0 13px;
		font-size: 14px;
	}

	.fixed .tel {
		padding: 0 15px;
		width: 225px;
		height: 63px;
	}	
}

@media screen and (max-width:1280px) {
	#header {
		height: 100px;
	}

	#header:after {
		width: 180px;
		height: 60px;
	}

	#header h1 {
		width: 155px;
		padding: 17px 10px 0;
	}

	#header nav ul {
		display: flex;
		padding: 21px 0 0;
	}

	#header nav ul li {
		letter-spacing: 4px;
		padding: 0 10px 0 13px;
		font-size: 13px;
	}

	.fixed .tel {
		padding: 0 10px;
		width: 180px;
		height: 60px;
	}	
}

@media screen and (max-width:1100px) {
	#header nav ul li {
		letter-spacing: 2px;
		font-size: 12px;
	}	
}

@media screen and (min-width:1041px) {
	.menu {
		display: none;
	}
}

@media screen and (max-width:1040px) {
	#header {
		height: 80px;
		display: block;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	#header:after {
		display: none;
	}
	
	.spTitle {
		font-size: 9px;
		letter-spacing: 0;
		line-height: 1;
		margin: 0 0 10px;
	}

	#header h1 {
		width: 220px;
		height: 27px;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	#header nav ul {
		display: none;
	}

	#header h1 img {
		width: 220px;
		height: 27px;
	}

	#header nav ul {
		display: none;
	}

	.fixed .tel {
		padding: 0;
		margin: 0;
		box-shadow: none;
		top: 17px;
		right: 50px;
		width: 20px;
		height: 20px;
		background: none;
	}	
	.fixed .tel img {
		width: 16px;
		height: auto;
	}

	.menu, .menu span {
		display: inline-block;
		-webkit-transition: all .2s;
		transition: all .2s;
		box-sizing: border-box;
	}

	.menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 54px;
		height: 53px;
		z-index: 2000;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.menu span {
		width: 22px;
		height: 1px;
		position: absolute;
		left: 16px;
		background: #4d4d4d;
		z-index: 100;
	}

	button {
		border: none;
		background: none;
	}

	.menu span:nth-of-type(1) {
		top: 19px;
	}

	.menu span:nth-of-type(2) {
		top: 26px;
	}

	.menu span:nth-of-type(3) {
		top: 34px;
	}

	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	
	.modalNav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 300;
		width: 250px;
		padding-top: 60px;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		border-radius: 0 0 0 20px;
		background:
			linear-gradient(
			to bottom,
			rgba(255,255,255,1) 0%,
			rgba(255,255,255,0) 80px
		),
			linear-gradient(
			to bottom,
			#fefbfc 0%,
			#f3f3f3 60%,
			#f8fbff 100%
		);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	}
	
	.modalNav.active {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	.modalNav ul {
		padding-bottom: 20px;
	}
	
	.modalNav li a {
		display: block;
		padding: 10px 25px;
		font-size: 14px;
		white-space: nowrap;
		letter-spacing: 0.10em;
	}
	
	.modalNavBg {
		background: rgba(0,0,0,0.7);
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 200;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	
	.modalNavBg.active {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	.modalTel {
		border-top: 1px solid #e6e9eb;
		width: 200px;
		margin: 0 auto;
		padding: 30px 0;
		line-height: 1;
		color: #515d80;
		text-align: center;
	}
	
	.modalTel p:nth-child(1){
		font-size: 11px;
		margin:  0 0 10px;
	}
	
	.modalTel p:nth-child(2){
		margin: 0 0 10px;
	}
	
	.modalTel p:nth-child(3){
		font-size: 10px;
	}
}

/*=========================================================

メインビジュアル

=========================================================*/

#main {
	max-width: 1020px;
	padding: 20px;
	margin: 0 auto 60px;
	background: url("../images/fv_bg.webp") right top no-repeat;
	background-size: 445px 285px;
	position: relative;
}

#main:before {
	content: "";
	display: block;
	width: 707px;
	height: 470px;
	background: url("../images/fv_image.webp");
	background-size: 707px 470px;
}

#main p {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width:1040px) {
	#main {
		max-width: 1020px;
		padding: 0 0 70px;
		margin: 0;
		background: none;
	}
	
	#main:before {
		display: none;
	}

	#main:after {
		content: "";
		display: block;
		width: 100%;
		height: 320px;
		background: url("../images/sp_fv_image.webp") center center no-repeat;
		background-size:  auto 100%;
	}

	#main p {
		position: relative;
		bottom: auto;
		right: auto;
		margin: 60px 0 15px 30px
	}	
	#main p img {
		width: 253px;
		height: auto;
	}
}

/*=========================================================

About - 当院について

=========================================================*/

#about {
	background:
		linear-gradient(
		to bottom,
		rgba(255,255,255,1) 0%,
		rgba(255,255,255,0) 80px
	),
		linear-gradient(
		to bottom,
		#fefbfc 0%,
		#f3f3f3 60%,
		#f8fbff 100%
	);
}

#about .inner {
	padding: 200px 0 200px 60px;
}

#about .inner:after {
	content: "";
	display: block;
	width: 473px;
	height: 665px;
	background: url("../images/about_image.webp");
	background-size: cover;
	position: absolute;
	top: 150px;
	right: 0;
}

#about .heading {
	margin:  0 0 100px;
}

#about .text:not(:last-child) {
	margin-bottom: 35px;
}


@media screen and (max-width:1040px) {
	#about .inner {
		padding: 50px 0 65px;	
	}
	
	#about .inner:after {
		width: 100%;
		height: 268px;
		background: url("../images/sp_about_image.webp") center center no-repeat;
		background-size: auto 100%;
		position: relative;
		top: auto;
		right: auto;
	}	
	#about .heading {
		margin:  0 30px 60px;
	}
	
	#about .text {
		margin: 0 30px 60px;
	}

	#about .text:not(:last-child) {
		margin-bottom: 40px;
	}
}

/*=========================================================

Feature - 訪問診療の特徴

=========================================================*/

#feature {
	padding: 120px 20px 30px;
}

#feature .inner:before {
	content: "";
	display: block;
	width: 530px;
	height: 242px;
	background: url("../images/feature_image.webp");
	background-size: 530px 242px;
	position: absolute;
	top: 90px;
	right: 0;
}

#feature .heading {
	margin:  0 0 70px;
}

#feature .heading:before {
	color: #e6e9eb;
}

#feature .text {
	color: #515d80;
	margin-bottom: 80px;
}

#feature ol {
	list-style: none;
	display: flex;
}

#feature ol li {
	width: 300px;
	text-align: center;
}

#feature ol li img {
	margin: 0 0 30px;
	height: 178px;
}

#feature ol li p {
	text-align: left;
}

#feature ol li p:before {
	content: "";
	display: block;
	width: 45px;
	height: 42px;
}

#feature ol li:nth-child(1) {
	margin: 0 50px 0 0;
}

#feature ol li:nth-child(1) p:before {
	background: url("../images/01.webp") center center no-repeat;
	background-size: 45px 42px;
}


#feature ol li:nth-child(2) {
	width: 300px;
	margin: 65px 50px 0 0;
}


#feature ol li:nth-child(2) p:before {
	background: url("../images/02.webp") center center no-repeat;
	background-size: 45px 42px;
}

#feature ol li:nth-child(3) {
	width: 300px;
	margin: 130px 0 0 0;
}

#feature ol li:nth-child(3) p:before {
	background: url("../images/03.webp") center center no-repeat;
	background-size: 45px 42px;
}


@media screen and (max-width:1040px) {
	#feature {
		padding: 0 0 0px;
		text-align: right;
	}

	#feature .inner:before {
		content: "";
		display: inline-block;
		width: 307px;
		height: 140px;
		background: url("../images/feature_image.webp");
		background-size: 307px 140px;
		position: relative;
		top: -35px;
		right: -53px;
		
	}

	#feature .heading {
		margin:  0 30px 35px;
		text-align: left
	}

	#feature .text {
		color: #515d80;
		margin: 0 30px 45px;
		text-align: left;
	}
	
	#feature .text br {
		display: none;
	}

	#feature ol {
		display: block;
		margin: 0 auto;
		max-width: 280px;
	}

	#feature ol li {
		width: 100%;
		text-align: center;
	}

	#feature ol li img {
		margin: 0 0 5px;
		height: 130px;
	}

	#feature ol li p {
		text-align: left;
	}

	#feature ol li p:before {
		width: 28px;
		height: 28px;
	}

	#feature ol li:nth-child(1),
	#feature ol li:nth-child(2),
	#feature ol li:nth-child(3) {
		margin: 0 0 65px;
	}

	#feature ol li:nth-child(1) p:before {
		background: url("../images/01.webp") center center no-repeat;
		background-size: 28px 28px;
	}


	#feature ol li:nth-child(2) p:before {
		background: url("../images/02.webp") center center no-repeat;
		background-size: 28px 28px;
	}


	#feature ol li:nth-child(3) p:before {
		background: url("../images/03.webp") center center no-repeat;
		background-size: 28px 28px;
	}	
}

/*=========================================================

Treatment - 診療内容

=========================================================*/

#treatment {
	padding: 120px 0 0;
}

#treatment .heading {
	margin:  0 auto 50px;
	max-width: 1000px;
	padding: 0 20px;
}

#treatment .heading:before {
	color: #e6e9eb;	
}

#treatment .inner {
	background: #f5f9fc;
	max-width: 100%;
	padding: 65px 20px 105px;
}

#treatment ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#treatment ul li {
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	box-sizing: border-box;
	height: 110px;
	color: #515d80;
}

#treatment ul li span {
	font-size: 12px;
	display: block;
}

.wave {
	padding-top: 140px;
	background: #f5f9fc;
}

.wave svg {
	display: block;
	width: 100%;
	height: 100px;
	}

.wave path {
	fill: #fff; 
}

@media screen and (max-width:1040px) {
	#treatment {
		padding: 50px 0 0;
	}

	#treatment .heading {
		margin:  0 30px 35px;
		padding: 0;
	}

	#treatment .inner {
		background: #f5f9fc;
		padding: 35px 30px 60px;
	}

	#treatment ul {
		max-width: 1000px;
		margin: 0 auto;
		display: block;
	}

	#treatment ul li {
		width: 100%;
		height: 80px;
		font-size: 15px;
	}
	#treatment ul li:last-child {
		margin: 0;
	}

	#treatment ul li span {
		font-size: 10px;
		letter-spacing: 0;
		margin-top: 3px;
	}	
}

/*=========================================================

Greeting - 院長あいさつ

=========================================================*/

#greeting {
	padding: 140px 20px 130px;
	background:
		url("../images/wave.svg") top center / 100% auto no-repeat,#f5f9fc;
	background-size: 100% auto;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

#greeting .inner {
	padding-left: 60px;
	position: relative;
	background-size: 100% auto;
}

#greeting .innerBox {
	position: relative;
	z-index: 2;
}

#greeting .inner:after {
	content: "";
	display: block;
	width: 625px;
	height: 590px;
	background: url("../images/greeting_image.webp") center center no-repeat;
	background-size: 625px 590px;
	position: absolute;
	top: 255px;
	right: -210px;
}

#greeting .heading {
	margin: 0 0 115px -60px;
}

#greeting .copy {
	font-size: 32px;
	color: #515d80;
	line-height: 1.7;
	margin: 0 0 60px;
}

#greeting .text {
	margin:  0 0 35px;
}

#greeting .text:last-child {
	margin: 0 0 60px;
}

#greeting .sign {
	display: flex;
	align-items: center;
	margin: 0 0 65px;
}

#greeting .sign span {
	font-size: 13px;
	margin-right: 18px;
}

#greeting .sign strong {
	font-size: 18px;
}

.history {
	border-top: 1px solid #e4e8eb;
	border-bottom: 1px solid #e4e8eb;
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	min-width: 370px;
	display: inline-block;
}

.history h3 {
	line-height: 1;
	font-size: 13px;
	color: #6b83b5;
	position: relative;
	display: block;
	cursor: pointer;
	width: 100%;
	padding: 18px 16px;
	box-sizing: border-box;
}

.history h3::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #6b83b5;
	border-right: 2px solid #6b83b5;
	transform: rotate(135deg);
	box-sizing: border-box;
	transition: transform 0.3s ease;
}

.history .selected h3:after {
	transform: rotate(-45deg);
}

.history table {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 38px 15px 43px;
	width: 340px;
}

.history table th {
	padding-right: 11px;
	white-space: nowrap;
}

.history table th,
.history table td {
	padding-top: 18px;
}

@media screen and (max-width:1040px) {
	#greeting {
		padding: 120px 0 80px;
	}

	#greeting .inner {
		padding-left: 0;
	}

	#greeting .innerBox {
		position: relative;
		z-index: 2;
	}

	#greeting .inner:after {
		display: none;
	}

	#greeting .heading {
		margin: 0 0 60px;
	}	
	
	#greeting .heading span {
		display: block;
		margin: 0 30px;
	}
	
	#greeting .heading:before {
		margin: 0 30px 18px;
	}

	#greeting .heading:after {
		content: "";
		display: block;
		width: 100%;
		height: 180px;
		background: url("../images/sp_greeting_image.webp") center center no-repeat;
		background-size: auto 180px;
		margin: 30px 0 0;
	}

	#greeting .copy {
		font-size: 24px;
		color: #515d80;
		line-height: 1.7;
		margin: 0 30px 50px;
	}

	#greeting .text {
		margin:  0 30px 35px;
	}
	
	#greeting .text br {
		display: none;
	}

	#greeting .text:last-child {
		margin: 0 0 70px;
	}

	#greeting .sign {
		margin: 0 30px 55px;
	}

	#greeting .sign span {
		font-size: 12px;
		margin-right: 18px;
	}

	#greeting .sign strong {
		font-size: 18px;
	}

	.history {
		border-top: 1px solid #e4e8eb;
		border-bottom: 1px solid #e4e8eb;
		font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
		min-width: auto;
		display: inline-block;
		margin:  0 30px;
		box-sizing: border-box;
		width: calc(100% - 60px);
	}

	.history h3 {
		line-height: 1;
		font-size: 13px;
		color: #6b83b5;
		position: relative;
		display: block;
		cursor: pointer;
		width: 100%;
		padding: 18px 16px;
		box-sizing: border-box;
	}

	.history h3::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 6px;
		height: 6px;
		margin: auto;
		border-top: 2px solid #6b83b5;
		border-right: 2px solid #6b83b5;
		transform: rotate(135deg);
		box-sizing: border-box;
		transition: transform 0.3s ease;
	}

	.history .selected h3:after {
		transform: rotate(-45deg);
	}

	.history table {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.5;
		margin: 38px 15px 43px;
		width: auto;
	}

	.history table th {
		padding-right: 11px;
	}

	.history table th,
	.history table td {
		padding-top: 18px;
	}	
}

@media screen and (max-width:600px) {
	#greeting {
		padding: 80px 0 80px;
	}
}

/*=========================================================

Area - クリニック概要・訪問エリア

=========================================================*/

#area {
	padding: 150px 20px 110px;
}

#area .heading {
	text-align: center;
	font-size: 26px;
	padding:  0 0 25px;
	margin: 0 0 55px;
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	color: #515d80;
	border-bottom: 1px solid #e5e9ea;
}

#area a {
	text-decoration: underline;
}

#area a:hover {
	text-decoration: none;
	opacity: 0.65;
}

#area .flex {
	display: flex;
}

#area .info {
	padding-left: 60px;
	width: 44%;
	text-align: center;
	padding-right: 60px;
}

#area img {
	max-width: 410px;
	height: auto;
	margin:  0 0 40px;
}

#area table {
	width: 100%;
	border-top: 1px solid #e5e9ea;
	margin:  0 0 17px;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

#area th {
	padding: 30px;
	white-space: nowrap;
	border-bottom: 1px solid #e5e9ea;
	font-size: 14px;
}

#area td {
	padding: 30px;
	border-bottom: 1px solid #e5e9ea;
	font-size: 14px;
	text-align: left;
}

#area .policy {
	text-align: right;
	font-size: 12px;
}

#area .image {
	text-align: center;
}

.area01 {
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	font-size: 23px;
	color: #6b83b5;
	letter-spacing: 0;
	font-weight: 300;
}

.area01 span {
	font-weight: 500;
}

.ares02 {
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
}


@media screen and (max-width:1040px) {
	#area {
		padding: 70px 30px 75px;
	}

	#area .heading {
		font-size: 20px;
		padding:  0 0 14px;
		margin: 0 0 30px;
	}

	#area .flex {
		display: block;
	}

	#area .info {
		width: 100%;
		padding: 0;
		margin: 0 0 60px;
	}

	#area img {
		max-width: 260px;
		height: auto;
		margin:  0 0 25px;
	}

	#area th {
		padding: 25px;
		font-size: 12px;
		width: 100px;
		box-sizing: border-box;
	}

	#area td {
		padding: 25px 0;
		font-size: 12px;
	}

	#area .policy {
		font-size: 12px;
	}

	#area .image {
		width: 100%;
	}

	.area01 {
		font-size: 20px;
	}

	.area01 span {
		font-weight: 500;
	}

	.ares02 {
		font-size: 11px;
	}	
}

/*=========================================================

Facility Standards - 当院で満たす施設基準および加算に関する掲示

=========================================================*/

#facility {
	padding: 75px 20px 55px;
	background:
		linear-gradient(
		to bottom,
		#fefbfc 0%,
		#f3f3f3 60%,
		#f8fbff 100%
	);
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#facility h2 {
	font-size: 24px;
	margin: 0 0 55px;
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	color: #515d80;
}

#facility h2:before {
	font-size: 12px;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	margin-bottom: 17px;
	color: #b2bdd6;
}

.facilityText {
	font-size: 12px;
	margin:  0 0 25px;
	letter-spacing: 0.07em;
}

#facility ul {
	display: flex;
	flex-wrap: wrap;
	width: 660px;
	margin: 0 auto;
	justify-content: space-between;
}

#facility li {
	width: calc(50% - 10px);
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 1px solid #e4e8eb;
	border-radius: 10px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
	position: relative;
	color: #515d80;
}

#facility li:hover {
	background: #edeef2;
}


#facility li:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 1px;
	bottom: 8px;
	right: 8px;
	background: #4d5979;
}

#facility li:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 1px;
	bottom: 10px;
	right: 8px;
	background: #4d5979;	
	transform: rotate(45deg);
}

.modal {
	position: relative;
	z-index: 200;
}

.modalBg {
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

.modalBg .inner {
	background: #fff;
	border-radius: 10px;
	width: 720px;
	min-height: 320px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	padding: 80px;
	font-size: 14px;
	position: relative;
}

.modalBg .inner .close {
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	cursor: pointer;
	width: 23px;
	height: 23px;
}
.modalBg .inner .close:hover {
	opacity: 0.65;
}

.modalBg .inner .close:before {
	transform: rotate(135deg);
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	background: #b3b3b3;
	position: absolute;
	top: 1px;
	left: 	11px;
}

.modalBg .inner .close:after {
	transform: rotate(45deg);
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	background: #b3b3b3;
	position: absolute;
	top: 1px;
	left: 11px;
}

@media screen and (max-width:1040px) {
	#facility {
		padding: 60px 30px 60px;
	}

	#facility h2 {
		font-size: 20px;
		padding:  0;
		margin: 0 0 30px;
		line-height: 1.5;
	}

	#facility h2:before {
		font-size: 12px;
		font-family: "Noto Serif JP", serif;
		line-height: 1;
		margin-bottom: 17px;
	}

	.facilityText {
		font-size: 12px;
		margin:  0 0 25px;
		letter-spacing: 0.07em;
	}
	
	.facilityText span {
		display: none;
	}

	#facility ul {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 30px;
	}

	#facility li {
		width: 100%;
		margin-bottom: 10px;
	}
	
	#facility li:last-child {
		margin-bottom: 0;
	}

	#facility li:before {
		content: "";
		display: block;
		position: absolute;
		width: 5px;
		height: 1px;
		bottom: 10px;
		right: 8px;
		background: #4d5979;	
		transform: rotate(45deg);
	}

	.modalBg {
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		padding: 20px;
	}

	.modalBg .inner {
		width: 100%;
		padding: 30px;
		font-size: 13px;
	}
	
}

/*=========================================================

Information - 診療時間／お問い合わせ

=========================================================*/

#information {
	padding: 100px 20px;
}

#information .heading {
	font-size: 24px;
	font-weight: 300;
	color: #515d80;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e9ea;
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
}

#information .inner {
	display: flex;
	justify-content: space-between;
}

#information section {
	width: calc(50% - 30px);
	text-align: center;
}

#time table {
	width: 100%;
	line-height: 1;
	border-bottom: 1px solid #515d80;
	margin-top: 25px;
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
}

#time table th {
	background: #515d80;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 13px 15px;
	letter-spacing: 0;
}

#time table th span {
	color: #ffc2e4;
}

#time table td {
	color: #515d80;
	font-size: 13px;
	text-align: center;
	padding: 20px 15px;
	white-space: nowrap;
	letter-spacing: 0;
}

#contact img {
	max-width: 400px;
	margin:  35px 0 20px;
}

#contact p {
	color: #6b83b5;
	line-height: 1;
}

@media screen and (max-width:1040px) {
	
	#information {
		padding: 65px 30px 70px;
	}

	#information .heading {
		font-size: 20px;
		padding-bottom: 15px;
		margin: 0;
	}

	#information .inner {
		display: block;
	}

	#information section {
		width: 100%;
	}

	#time table {
		width: 100%;
		line-height: 1;
		border-bottom: 1px solid #515d80;
		margin-top: 25px;
		font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	}
	
	#time {
		padding: 0 0 60px;
	}

	#time table th {
		font-size: 11px;
		padding: 10px;
	}
	
	#time table td {
		font-size: 11px;
		padding: 15px 10px;
	}

	#contact img {
		max-width: 300px;
		margin:  35px 0 10px;
	}

	#contact p {
		font-size: 12px;
	}	

}

/*=========================================================

フッター

=========================================================*/

#footer {
	text-align: center;
}

#footer .map {
	margin: 0 0 60px;
}

#footer .map iframe {
	width: 100%;
	height: 390px;
}

#footer .logo {
	margin: 0 0 60px;
}

#footer .copyRight {
	padding: 0 0 20px;
}

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

	#footer .map {
		margin: 0 0 60px;
	}

	#footer .map iframe {
		height: 290px;
	}

	#footer .logo {
		margin: 0 0 70px;
	}
	
	#footer .logo img {
		width: 250px;
		height: auto;
	}

	#footer .copyRight {
		padding: 0 0 15px;
	}
	
}
