@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


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

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

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

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

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

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





p.caution {
	font-size: 1.3rem !important;
	line-height: 1.5 !important;
	letter-spacing: 0.05em !important;
	margin: 0.75em 0.25em !important;
	color: #EC6D74;
}


/*-----------------------------------------------------------------------------------------
 固定ページ　COMMON
----------------------------------------------------------------------------------------- */
.the_content,
.page time {
	display: none;
}

.anker {
	display: block;
	border: 0px solid black;
	padding: 100px 0 0 0;
	margin: -100px 0 0 0;
}

.page article {
	border: 0px solid red;
	padding: 2.5vw 0 10vw;
	margin: 0;
}

.page .area-content {
	border: 0px solid aqua;
	padding: 0 0 5vw 0;
	margin: 0;
}

.page article h2 {
	border-bottom: solid 5px #ddd;
	position: relative;
	font-size: 3.6rem;
	padding: 0.5em 0.2em;
	margin: 1em 0;
	letter-spacing: 0.1em;

}

.page article h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #F5B1A1;
	bottom: -5px;
	left: 0;
	width: 20%;
}

.page article h3 {
	font-size: 2.1rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
	border-top: 3px solid #EC6D74;
	border-bottom: 1px solid #F5B1A1;
	background: #FEF7F6;
	padding: 0.3em 0.75em;
	margin: 2em 0 0.3em 0;
	font-weight: 400;
	letter-spacing: 0.3em;
}

.page article h4 {
	font-size: 2.1rem;
	line-height: 1.5;
	letter-spacing: 0.01em;
	border-top: 3px solid #F6AE69;
	border-bottom: 1px solid #FEE45E;
	background: rgba(254, 228, 94, 0.1);
	padding: 0.3em 0.75em;
	margin: 2em 0 0.3em 0;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.page article h5 {
	font-size: 2.4rem;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.01em;
	margin-bottom: 2em;
	color: #333;
}

.page article h5 strong {
	display: block;
	font-weight: 600;
	font-size: 1.4em;
	display: block;
	padding: 0;
	margin: 0 0 0.5em 0;
	letter-spacing: 0.05em;
}

.page article h6 {
	background: white;
	dipslay: block;
	width: 100%;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0.5em;
	text-indent: -0.5em;
	padding: 0.75em;
	margin: 0 0 0.5em 0;
	border: 2px solid #f6f6f6
}



/* .page article h6 {
	border-bottom: solid 3px #ddd;
	position: relative;
	font-size: 2.2rem;
	padding: 0.5em 0.2em;
	margin: 3em 0 0 0;
	letter-spacing: 0.1em;
	font-weight:600;
}

.page article h6::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #F6AE69;
	bottom: -3px;
	left: 0;
	width: 15%;
}
 */


.page article p {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin: 1em 0;
}

.page article p:first-child {
	margin-top: 0;
}


.page article li {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin: 0.5em 0;
}

.page article ul.square li {
	text-indent: -1em;
	margin-left: 1em
}

.page article ul.square li::before {
	content: '■ '
}

.page article ul.marumaru li {
	text-indent: -1em;
	margin-left: 1em
}

.page article ul.marumaru li::before {
	content: '◎ '
}

.page article ul.arrow li {
	font-size: 1.6rem;
	padding: 0.95em 0;
	margin: 0;
	text-indent: -1em;
	margin-left: 1em;
	border-bottom: 1px dashed #bbb;
	position: relative
}

.page article ul.arrow li small {
	font-size: 0.8em;
	margin-left: 1em;
}

.page article ul.arrow li.free::after {
	content: '無料';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background: #F6AE69;
	color: white;
	width: 5em;
	dipslay: block;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	line-heght: 1;
	text-indent: 0;
}

.page article ul.arrow li::before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	color: #F6AE69;
	font-size: inherit;
	margin-right: 0.5em;
	font-weight: 600;
}

.page article ul.arrow li span {
	background: linear-gradient(transparent 70%, rgba(254, 228, 94, 0.5) 70%);
	font-size: 0.9em
}

.page article ul.gallery {
	border: 0px solid red;
	padding: 0;
	margin: 0;
}

.page article ul.gallery li {
	border: 0px solid green;
	list-style: none;
	margin: 0;
	padding: 1.5rem;
}

.page article ul.gallery li::before {
	display: none;
}

.page article ul.gallery img {
	border: 1px solid #ddd;
	padding: 3px;
	background: white;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.page article ul.gallery span {
	display: block;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 0;
	margin: 1em 0;
}

.portrait {
	border: px solid red;
	position: relative;
}

.portrait::before {
	content: 'Dr.Takuya Nakamura';
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 2.4rem;
	position: absolute;
	bottom: -0.5em;
	left: 0.5em;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	background: rgba(255, 255, 255, 1);
	padding: 0.3em 0.7em;
	display: block;
	color: #333;
	background: linear-gradient(90deg, #ec6d74 0px, #f5b1a1 20%, #f6ae69 80%, #ffe45e 100%);
	color: white;
	letter-spacing: 0.05em;
}





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

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

@media screen and (max-width: 768px) {
	.page article {
		padding-top: 10vw
	}

	.page .area-content {
		padding-bottom: 10vw;
	}

	.page article h2 {
		font-size: calc(3.6rem * 0.8);
	}

	.page article h2::after {
		width: 30%;
	}

	.page article ul.arrow li {
		padding-right: 3em;
	}

	.page article ul.arrow li.free::after {
		width: 4em;
		font-size: 1.2rem;
	}



	.page article ul.gallery img {
		box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
	}


	.page article ul.gallery li.col-06,
	.page article ul.gallery li.col-04,
	.page article ul.gallery li.col-03 {
		width: 100%
	}
}

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

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

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









/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-TITLE
----------------------------------------------------------------------------------------- */
.page-title {
	background: url('../img/common/bg-title.jpg');
	background-size: 110%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 5vw 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.page-title::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.page-title h2 {
	font-size: 6.0rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: white;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.page-title h2 span {
	font-weight: inherit
}

.page-title h2 small {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.4em;
	text-indent: 0.1em;
	padding: 0;
	margin-top: 1em;
	font-style: normal;
}

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

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

@media screen and (max-width: 768px) {
	.page-title {
		padding: 10vw 0;
	}

	.page-title h2 {
		font-size: calc(6.0rem * 0.8);
	}

	.page-title h2 small {
		font-size: calc(1.6rem * 0.8);
	}
}

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

@media screen and (max-width: 420px) {
	.page-title h2 {
		font-size: calc(6.0rem * 0.7);
	}

	.page-title h2 small {
		font-size: calc(1.6rem * 0.7);
	}
}

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









/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-ABOUT
----------------------------------------------------------------------------------------- */
.page article.about table th {
	width: 6em;
}

.page article.about table th,
.page article.about table td {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: left;
	vertical-align: middle;
	padding: 0.3em 0.5em;
	border-bottom: 1px solid #ddd;
}


.portrait {
	border: 0px solid red;
	position: relative;
	margin-bottom: 100px;
}

.portrait::before {
	content: 'Dr.Takuya Nakamura';
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 2.4rem;
	position: absolute;
	bottom: -0.5em;
	left: 0.5em;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	background: rgba(255, 255, 255, 1);
	padding: 0.3em 0.7em;
	display: block;
	color: #333;
	background: linear-gradient(90deg, #ec6d74 0px, #f5b1a1 20%, #f6ae69 80%, #ffe45e 100%);
	color: white;
	letter-spacing: 0.05em;
}

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

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

@media screen and (max-width: 768px) {
	.page article.about dl dt.col-04 {
		width: 100%;
	}

	.portrait {
		margin-bottom: 10vw !important;
	}

	.portrait::before {
		font-size: calc(2.4rem * 1.3);
		bottom: -0.5em;
		left: auto;
		right: 0.5em;
	}


}

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

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

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







/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-information
----------------------------------------------------------------------------------------- */
.page article.info .area-schedule {
	background: transparent;
}

.page article.info .area-schedule .col-08,
.page article.info .area-schedule .col-04 {
	width: 100%;
}

.page article.info .area-schedule .col-04 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page article.info .area-schedule dl,
.page article.info .area-schedule .btn-tel,
.page article.info .area-schedule .btn-web {
	border: 0px solid olive;
	width: 32%;
	padding: 1.5rem;
}

.page article.info .area-schedule dl dt {
	width: auto;
	padding-right: 1em;
}

.page article.info .area-schedule .btn-tel {
	width: 36%;
}

.page article.info .area-schedule .btn-web {
	width: 100%;
}

.page article.info .area-schedule dl dt,
.page article.info .area-schedule dl dd {
	font-size: 1.8rem;
}

.page article.info .area-schedule .btn-tel {
	font-size: 5.5rem;
}

.page article.info .area-schedule .btn-tel a::after {
	font-size: 1.6rem;
}


.page article.info .area-schedule .btn-web a {
	font-size: 3.0rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3.0rem;
}

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

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

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

	.page article.info .area-schedule dl,
	.page article.info .area-schedule .btn-tel,
	.page article.info .area-schedule .btn-web,
	.page article.info .area-schedule .btn-tel {
		border: 0px solid olive;
		width: 100%;
		padding: 1.5rem 0;
		margin: 0;
	}

	.page article.info .area-schedule .btn-web a {
		font-size: 3.0rem;
		margin-top: 5vw;
		margin-left: auto;
		margin-right: auto;
		border-radius: 3.0rem;
	}
}

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

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

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









/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-ACCESS
----------------------------------------------------------------------------------------- */
.page article.access .area-map {
	padding: 0;
	amrgin: 0;
}

.page article.access .frame-map {
	padding-bottom: 50%;
}




.page article.access table {
	border-top:4px solid #ddd;
}
.page article.access table th,
.page article.access table td {
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: left;
	vertical-align: top;
	padding: 0.5em 0.75em;
	border-bottom: 1px solid #ddd;
}

.page article.access table th {
	width: 8em;
	background: #f9f9f9;
	text-align: center;
}



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

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

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

	.page article.access .col-07,
	.page article.access .col-05 {
		width: 100%;
	}

	.page article.access .frame-map {
		padding-bottom: 100%;
	}
}

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

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

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









.page article blockquote {
	background: #f9f9f9;
	padding: 5vw;
	margin: 2vw 0;
	border: 3px solid #f6f6f6
}

.page article .btn-download {
	padding: 0.7em 1.5em;
	margin: 3.0rem 0;
	font-size: 1.8rem;
	text-indent: 0;
	width: max-content;
	position: relative;
	top: -0.15em;
	background: #EC6D74;
	color: white;
	border-radius: 1.5em;
	display: block;
}









/*-----------------------------------------------------------------------------------------
●0010 固定ボタン
----------------------------------------------------------------------------------------- */
.bottom-nav-floating {
	position: fixed;
	bottom: -60px;
	right: 25px;
	height: 60px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0px solid red;
	width: auto;
	display: inline-block;
	opacity: 0;
	transition: 1.0s;
}

.bottom-nav-floating.fixed {
	opacity: 1;
	bottom: 60px;
}

.bottom-nav-floating ul {
	width: auto;
	height: 100%;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: transparent;
	border: 0px solid green;
}

.bottom-nav-floating ul li {
	width: 240px;
	height: 60px;
	padding: 0;
	margin: 0 5px;
	background: linear-gradient(90deg, #ec6d74 0px, #f5b1a1 33%, #f6ae69 66%, #f6ba68 100%);
	font-size: 20px;
	line-height: 1;
	color: white;
	font-family: 'Oswald', sans-serif;
	box-shadow: 0.5rem 0.5rem 1.0rem rgba(0, 0, 0, 0.1)
}

.bottom-nav-floating ul li a {
	justify-content: center;
	align-items: center;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color: white;
	font-weight: 400;
	transition: 0.5s
}

.bottom-nav-floating ul li a:hover {
	background: var(--color-blue_lite);
	opacity: 1 !important;
}

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

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

@media screen and (max-width: 768px) {
	.bottom-nav-floating {
		position: fixed;
		bottom: -50px;
		right: 10px;
		height: 50px;

	}

	.bottom-nav-floating.fixed {
		opacity: 1;
		bottom: 45px;
	}


	.bottom-nav-floating ul li {
		width: 200px;
		height: 50px;
		padding: 0;
	}
}

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

@media screen and (max-width: 420px) {
	.bottom-nav-floating {
		right: 0;
		width:100%;
		background:black;
		padding:0;
	}

	.bottom-nav-floating.fixed {
		bottom: 0;
	}

	.bottom-nav-floating ul li {
		width: 100%;
		padding:0;
		margin:0;
	}


}

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









/* ----- 2024-04-02 ----- */

/*-----------------------------------------------------------------------------------------
 TABLEの枠
----------------------------------------------------------------------------------------- */
.frame-table {
	overflow-x: auto
}

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-vaccination
----------------------------------------------------------------------------------------- */
.page article.vaccination table {
	min-width: 900px;
}

.page article.vaccination table th,
.page article.vaccination table td {
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0;
	text-align: left;
	vertical-align: middle;
	padding: 0.75em 1.25em;
	border: 1px solid #ddd;
}

.page article.vaccination table th {
	background: #ccc;
	font-weight: 600;
	text-align: center;
}

.page article.vaccination table td:first-child {
	background: #eee;
	font-weight: 400;
	width: 20em;
}

.page article.vaccination table td:nth-child(2) {
	width: 7em;
	text-align: center;
}

.page article.vaccination table td:nth-child(3) {
	width: 10em;
	text-align: center;
}

.page article.vaccination table td:nth-child(4) {
	width: 5em;
	text-align: center;
}

.page article.vaccination table td:nth-child(5) {
	width: calc(100% - 20em - 7em - 10em - 5em);
}

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

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

	.page article.vaccination table th,
	.page article.vaccination table td {
		padding: 0.5em 1.0em;
	}
}

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

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

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

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





/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-information
----------------------------------------------------------------------------------------- */
dl.parking {
	padding: 0;
	margin: 0;
}

dl.parking dt {
	padding: 0;
	margin: 0;
	width: 60%;
}

dl.parking dd {
	padding: 0 0 0 3.0rem;
	margin: 0;
	width: 40%;
}

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

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

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

	dl.parking dt,
	dl.parking dd {
		width: 100%;
	}

	dl.parking dd {
		padding: 3.0rem 0 0 0;
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-health_check
----------------------------------------------------------------------------------------- */
.page article.health_check h6 {
	letter-spacing: 0;
	text-align: left;
	text-indent: 0;
	line-height: 1.6;
	border:2px solid #eee;
}

.health_check small {
	font-size: 0.9em
}

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
 固定ページ　PAGE-greeting
----------------------------------------------------------------------------------------- */
ol.philosophy {
	padding: 0;
	margin: 0;
}

ol.philosophy li {
	padding: 0;
	margin: 0.5em 1.5em;
	font-size: 3.3rem;
	list-style: decimal;
	font-style: italic;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
}


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

@media screen and (max-width: 1024px) {
	ol.philosophy li {
		font-size: 3.3vw;
		font-weight: 600;
	}
}

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

@media screen and (max-width: 520px) {
	ol.philosophy li {
		margin: 0.75em 0 0.75em 1.5em;
		font-size: 4.3vw;
	}
}

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

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




















.chuuigaki {
	border:2px solid #EC6D74;
	padding:0.5rem 1.5rem;
	margin-top:2.0rem;
}

.information .chuuigaki {
	display:none;
}

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

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

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

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

@media screen and (max-width: 420px) {
	.chuuigaki {
		margin:2.0rem auto
	}
}

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



.area-sns {
	padding:1.5rem 0;
	background: #f3f3f3;
}

.area-sns ul.flexbox {
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	padding:0;
	margin:0;
}

.area-sns ul.flexbox li {
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	padding:1.5rem;
	margin:0;
	width:9.0rem;
	height:9.0rem;
}

.area-sns ul.flexbox li a {
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-size:6.2rem;
	line-height:1;
}

.area-sns ul.flexbox li a img {
	width:calc( 6.2rem * 0.9);
}

.face a {
	color:#0766FF
}

.inst a {
	color:#D74A5D
}

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

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

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

@media screen and (max-width: 520px) {
.area-sns ul.flexbox li {
	padding:1.0rem;
	width:6.0rem;
	height:6.0rem;
}

.area-sns ul.flexbox li a {
	font-size:5.0rem;
}

.area-sns ul.flexbox li a img {
	width:calc( 5.0rem * 0.8);
}


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

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

