@charset "utf-8";
/*
Theme Name: morimori-dental-teaser
Theme URI: https://morimori-dental.com
Version: 1.0
*/

/* common
---------------------------------------------------------------------------*/
@import url("css/easing.css");

:root {
	--color-green: #00583B;
	--color-yellow: #F8D253;
	--color-bg: #FFFBD8 url(img/share/bg.jpg) left top;

	--font-gothic-kaku-jp: '秀英角ゴシック金 B', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-kaku-jp-pm: '秀英角ゴシック金 B{pm}', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-maru-jp: '秀英丸ゴシック B', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-maru-jp-pm: '秀英丸ゴシック B{pm}', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	
	--width-min: 360px;
	--width-mid: 375;
	--width-max: 9999px;
	--size-max-over: max(calc(100vw/var(--width-mid)), calc(var(--width-min)/var(--width-mid)));
}

html {
	font-size: clamp(calc(var(--width-min)/var(--width-mid)), calc(100vw/var(--width-mid)), calc(var(--width-max)/var(--width-mid)));
}

body {
	overflow-y: scroll;
	background: var(--color-bg);
	color: var(--color-green);
	font-size: 14rem;
	font-family: var(--font-gothic-kaku-jp-pm);
	line-height: 1;
	/*font-feature-settings: 'palt' 1;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
}
body.noscroll { position: fixed; width: 100%; }

::-moz-selection { background: #FAF4C0; color: var(--color-green); }
::selection { background: #FAF4C0; color: var(--color-green); }

p { font-size: 14rem; line-height: 2; letter-spacing: 0.08em; margin-bottom: 1em; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }
figure img { width: 100%; }

.not-pm-kaku { font-family: var(--font-gothic-kaku-jp); }
.not-pm-maru { font-family: var(--font-gothic-maru-jp); }

.block { display: inline-block !important; }
.wide { display: none !important; }
.narrow { display: inline-block !important; }
.nav-sp, .btn-nav { display: none !important; }

/* #loading
------------------------------------*/
#loading {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50dvh;
	left: 50vw;
	border: 2rem solid var(--color-green);
	border-top-color: transparent;
	border-radius: 50%;
	width: 20rem;
	height: 20rem;
	margin: -10rem 0 0 -10rem;
	z-index: 99999;
	animation: spin .5s infinite linear;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

#loading-first {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: var(--color-bg);
	width: 100%;
	height: 100dvh;
	z-index: 10100;
}

#loading-first .anime-wrap {
	margin-left: -10vw;
	opacity: 0;
}

#loading-first .anime {
	padding: 5.8dvh 0 0;
	animation: loading-first-anime 10s linear infinite;
}

@keyframes loading-first-anime {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100vw); }
}

#loading-first .anime .inner {
	background: url(img/share/txt-morimori-loading.svg) repeat-x left top / auto 100%;
	width: 200vw;
	height: 4dvh;
	margin-bottom: 4.5dvh;
	transform-origin: left bottom;
	animation: loading-first-anime-line .3s ease-in-out infinite !important;
}

#loading-first .anime .inner1,
#loading-first .anime .inner4,
#loading-first .anime .inner7 {
	background-position: left 0 top;
	animation: loading-first-anime-line .3s linear infinite .0s;
}
#loading-first .anime .inner2,
#loading-first .anime .inner5,
#loading-first .anime .inner8 {
	background-position: left -15.5dvh top;
	animation: loading-first-anime-line .3s linear infinite .2s;
}
#loading-first .anime .inner3,
#loading-first .anime .inner6,
#loading-first .anime .inner9 {
	background-position: left -31dvh top;
	animation: loading-first-anime-line .3s linear infinite .0s;
}

@keyframes loading-first-anime-line {
	0% { transform: scaleY(1); }
	50% { transform: scaleY(0.94); }
	100% { transform: scaleY(1); }
}

#loading-first .pic {
	position: absolute;
	bottom: 0;
	right: 20rem;
	opacity: 0;
}

#loading-first .pic img {
	width: 60rem;
}

#loading-first .txt {
	display: flex;
	position: absolute;
	bottom: 20rem;
	left: 25rem;
	white-space: nowrap;
	opacity: 0;
}

#loading-first .txt img {
	display: inline-block;
	width: 170rem;
}

#loading-first .txt .dot { margin-left: 8rem; transform: translateY(-2rem); }

#loading-first .txt .dot i {
	display: inline-block;
	background-color: var(--color-green);
	width: 2rem;
	height: 2rem;
	margin-right: 5rem;
}

#loading-first .txt .dot i:nth-of-type(1) { animation: loading-dot1 .6s infinite linear; }
#loading-first .txt .dot i:nth-of-type(2) { animation: loading-dot2 .6s infinite linear; }
#loading-first .txt .dot i:nth-of-type(3) { animation: loading-dot3 .6s infinite linear; }
@keyframes loading-dot1 {
	0% { transform: translateY(0); }
	25% { transform: translateY(-3rem); }
	50% { transform: translateY(0); }
}
@keyframes loading-dot2 {
	0% { transform: translateY(0); }
	25% { transform: translateY(0); }
	50% { transform: translateY(-3rem); }
	75% { transform: translateY(0); }
}
@keyframes loading-dot3 {
	0% { transform: translateY(0); }
	50% { transform: translateY(0); }
	75% { transform: translateY(-3rem); }
	100% { transform: translateY(0); }
}

/* link
------------------------------------*/
a { color: var(--color-green); text-decoration: none; }

.line { display: inline-block; position: relative; padding-bottom: 1rem; line-height: 1; }
.line:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--color-green);
	width: 100%;
	height: 1rem;
}

/* .btn
------------------------------------*/
.btn-link a {
	display: inline-block;
	background: var(--color-green);
	border-radius: 100rem;
	padding: 13rem 18rem 13rem 22rem;
	color: #FFFFFF;
	font-size: 14rem;
	letter-spacing: 0.12em;
	text-align: center;
}

.btn-link a.off {
	pointer-events: none;
}

/* .btn-nav
------------------------------------*/
/*
.btn-nav {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 60rem;
	height: 60rem;
	z-index: 10000;
}

.btn-nav div, .btn-nav span {
	display: block;
	box-sizing: border-box;
	transition: .15s ease-out;
}

.btn-nav div {
	position: relative;
	width: 22rem;
	height: 17rem;
	margin: 21rem 0 0 19rem;
}

.btn-nav span {
	position: absolute;
	left: 0;
	background-color: #000000;
	width: 100%;
	height: 1rem;
	-webkit-transform: translateZ(0);
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { top: 8rem; }
.btn-nav span:nth-of-type(3) { bottom: 0; }
*/

/* .btn-nav.active
------------------------------------*/
/*
.btn-nav.active span:nth-of-type(1) { transform: translateY(8rem) rotate(-45deg); }
.btn-nav.active span:nth-of-type(2) { animation: active-menu-bar02 .4s forwards; opacity: 0; }
.btn-nav.active span:nth-of-type(3) { transform: translateY(-8rem) rotate(45deg); }
@-webkit-keyframes active-menu-bar02 {100%{ height: 0; }}
@keyframes active-menu-bar02 {100%{ height: 0; }}
*/

/* .nav-sp
------------------------------------*/
/*
.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.nav-sp .inner {
	overflow-y: scroll;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	height: 100dvh;
}
*/


/* #wrap
---------------------------------------------------------------------------*/
#wrap { min-width: var(--width-min); }


/* header
---------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

header .logo { width: 180rem; margin: 0 auto 60rem; padding-top: 40rem; opacity: 0; }
header .logo img { width: 100%; }

header h2,
header h3,
header .gnav { display: none !important; }

.gnav .gnav-top,
body.top .gnav li:has(.gnav-top) a { display: none; }
body.top .gnav .gnav-top { display: block !important; }

.gnav-wrap {
	display: block !important;
	margin-bottom: 55rem;
	padding: 0 40rem 0 50rem;
}

.gnav { display: flex !important; }
.gnav ul { width: 50%; }
.gnav li { margin-bottom: 12rem; }

.gnav li a {
	display: block;
	background: url(img/share/ico-btn-arrow.svg) no-repeat left top 1rem;
	padding: 6rem 8rem 8rem 34rem;
}

.gnav li a span {
	font-family: var(--font-gothic-maru-jp-pm);
	font-size: 15rem;
	letter-spacing: 0.15em;
	white-space: nowrap;
	text-decoration: underline;
	text-decoration-thickness: 1rem;
	text-underline-offset: 0.1em;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 50rem 0 180rem;
	padding: 0;
	text-align: center;
	opacity: 0;
}

footer .btn-link {
	margin-bottom: 40rem;
}

footer .btn-link a {
	background: var(--color-yellow);
	padding: 20rem 28rem 20rem 36rem;
	font-size: 18rem;
	letter-spacing: 0.22em;
}

footer .sns { margin: 0 auto 30rem; }
footer .sns img { width: 36rem; }

footer h2 {
	margin-bottom: 30rem;
	font-size: 17rem;
	line-height: 2;
	letter-spacing: 0.2em;
	text-decoration: underline;
	text-decoration-thickness: 1rem;
	text-underline-offset: 0.1em;
}

.copyright img { width: 287rem; }

.pic-btm {
	position: fixed;
	bottom: -2rem;
	left: 15rem;
	z-index: 10;
}

.pic-btm img {
	width: 150rem;
}

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0 15rem 0 25rem;
	z-index: 10;
	opacity: 0;
	transform-origin: center bottom;
}

.pagetop img {
	width: 59rem;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.contents { opacity: 0; }

#topContents { padding-top: 70rem; }
#newsContents { margin-bottom: 140rem; }

/* .title-page
------------------------------------*/
.title-page {
	margin-bottom: 35rem;
	padding-left: 2rem;
	font-family: var(--font-gothic-maru-jp);
	font-size: 22rem;
	letter-spacing: 0.2em;
	text-align: center;
}


/* news archive
---------------------------------------------------------------------------*/
.news-list {
	border-top: 1.5rem solid var(--color-green);
	width: calc(100% - 48rem);
	margin: 0 auto;
}

.news-list article {
	border-bottom: 1.5rem solid var(--color-green);
}

.news-list article a {
	position: relative;
	display: block;
	padding: 20rem 10rem 17rem;
	line-height: 1.7;
}

.news-list time {
	display: block;
	margin-bottom: 2rem;
	font-size: 11rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.news-list h3 {
	font-family: var(--font-gothic-kaku-jp);
	font-size: 14rem;
	letter-spacing: 0.11em;
}


/* news single
---------------------------------------------------------------------------*/
.news-area {
	padding: 0 37rem;
}

/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 40rem;
	text-align: center;
}

.news-title h1 {
	margin-bottom: 16rem;
	font-family: var(--font-gothic-maru-jp);
	font-size: 20rem;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.news-title time {
	display: block;
	font-size: 13rem;
	letter-spacing: 0.1em;
}

/* .news-main
------------------------------------*/
.news-main {
	margin: 0 auto;
}

.news-main > * {
	font-family: var(--font-gothic-kaku-jp-pm) !important;
}

.news-main, .news-main p {
	font-size: 14rem;
	line-height: 2.2;
	letter-spacing: 0.1em;
}

.news-main h2 {
	margin: 40rem 0 18rem;
	font-size: 18rem;
	line-height: 1.8;
	letter-spacing: 0.12em;
}

.news-main > h2:first-child {
	margin-top: 0;
}

.news-main p {
	margin-bottom: 18rem;
	text-align: justify;
	word-break: break-all;
}

.news-main p:last-child { margin-bottom: 0; }
.news-main a { text-decoration: underline; word-break: break-all; }
.news-main strong { font-weight: bold; }
.news-main em { font-style: italic; }
.news-main del { text-decoration: line-through; }

.news-main img {
	display: block;
	border: 2rem solid var(--color-green);
	border-radius: 15rem;
	max-width: calc(100% + 20rem);
	height: auto;
	margin: 40rem -10rem 40rem !important;
}

.news-main .wp-caption { max-width: 100%; margin-bottom: 40rem; }
.news-main .wp-caption-text { margin: -30rem 0 0; font-size: 12rem; }

.news-main .gallery > dl { width: 49.5% !important; margin-right: 1% !important; }
.news-main .gallery > dl:nth-child(even) { margin-right: 0 !important; }
.news-main .gallery a { pointer-events: none; }
.news-main .gallery img { border: none !important; width: 100% !important; margin: 0 !important; }

.news-main ul, .news-main ol { margin: 24rem 0 24rem; }
.news-main ul li,
.news-main ol li { line-height: 1.8; }
.news-main ul li { list-style: disc; margin: 0 0 6rem 21rem; }
.news-main ol li { list-style: decimal; margin: 0 0 6rem 24rem; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote { background: #FFFFFF; margin: 30rem 0; padding: 20rem 24rem 16rem; text-align: justify; }
.news-main blockquote p { font-size: 14rem; line-height: 1.9; }

.post-main iframe { width: 840rem; height: 476rem; }
/*.post-main iframe { width: 100%; height: calc(85vw * 0.5625); }*/

/* .news-table
------------------------------------*/
.news-btm {
	background-color: #FFFFFF;
	border-radius: 15rem;
	margin: 60rem -10rem 0;
	padding: 38rem 32rem 20rem;
}

.news-btm:not(:has(.news-table)) {
	background: none;
	margin-top: 35rem;
	padding: 0 0 0 8rem;
}

.news-table h3 {
	position: relative;
	margin: 80rem 0 20rem;
	padding-left: 22rem;
	font-size: 16rem;
	line-height: 1.6;
	letter-spacing: 0.14em;
}

.news-table h3:first-child { margin-top: 0; }

.news-table h3:before {
	display: block;
	content: '';
	position: absolute;
	top: 6rem;
	left: 0;
	border: 2rem solid var(--color-green);
	border-radius: 50%;
	width: 13rem;
	height: 13rem;
}

.news-table table {
	box-sizing: border-box;
	width: calc(100% + 10rem);
	margin: 0 -5rem 40rem;
	font-size: 14rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.news-table tr:first-of-type { border-top: 1rem solid var(--color-green); }
.news-table tr { border-bottom: 1rem solid var(--color-green); }

.news-table th, .news-table td {
	padding-top: 13rem;
	padding-bottom: 13rem;
}

.news-table th {
	box-sizing: border-box;
	min-width: 80rem;
	padding-right: 15rem;
	padding-left: 5rem;
	text-align: left;
	vertical-align: top;
}

.news-table td {
	box-sizing: border-box;
	width: 100%;
	padding-right: 5rem;
}

.news-table table.right td { text-align: right; }

.news-table-attention {
	margin-top: -24rem;
	font-size: 13rem;
	line-height: 1.8;
	letter-spacing: 0.12em;
}

/* .news-link
------------------------------------*/
.news-table + .news-link { margin: 25rem 0 0 -5rem; }
.news-link { margin-top: 30rem; }
.news-link li { display: inline-block; margin: 0 8rem 12rem 0; }

/* .news-other
------------------------------------*/
.news-other {
	margin: 110rem auto 0;
}

.news-other h2 {
	margin: 0 0 30rem 33rem;
	font-family: var(--font-gothic-maru-jp);
	font-size: 18rem;
	letter-spacing: 0.12em;
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin: 50rem 0 0;
	font-size: 15rem;
	text-align: center;
}

.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	display: inline-block;
	min-width: 27rem;
	height: 27rem;
	margin: 0 3rem;
	padding: 6rem;
	white-space: nowrap;
}

.wp-pagenavi .current {
	position: relative;
	color: #FFFFFF;
	z-index: 1;
}

.wp-pagenavi .current:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-green);
	border-radius: 50%;
	width: 27rem;
	height: 27rem;
	z-index: -1;
}


/* page top
---------------------------------------------------------------------------*/
body.top header .logo {
	display: none;
}

#top-event,
#top-doctor,
#top-point {
	margin-top: -60rem;
	padding-top: 60rem;
}

.title-morimori {
	margin-bottom: 26rem;
	margin-left: -6rem;
	font-family: var(--font-gothic-maru-jp);
	font-size: 22rem;
	letter-spacing: 0.2em;
	text-align: center;
}

.title-morimori img {
	display: inline-block;
	width: 88rem;
	margin-left: -4rem;
	transform: translateY(-1rem);
}

/* .top-lead
------------------------------------*/
.top-lead {
	margin: 0 0 50rem;
	font-family: var(--font-gothic-kaku-jp);
	text-align: center;
}

.top-lead h3 {
	display: inline-block;
	width: 268rem;
	margin-bottom: 42rem;
	font-size: 18rem;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

.top-lead h3 span {
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 7rem;
}

.top-lead h3 span i {
	display: block;
	position: absolute;
	bottom: 0;
	left: -1rem;
	background-color: var(--color-green);
	width: 100%;
	height: 2rem;
}

.top-lead h1 {
	position: relative;
	width: 240rem;
	margin: 0 auto 38rem;
	padding-top: 42rem;
}

.top-lead h1 .img1 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -4rem;
}

.top-lead h1 .img1 img {
	display: block;
	width: 172rem;
	transform-origin: center bottom;
}

.top-lead h1 .img2 img {
	display: block;
	width: 240rem;
	transform-origin: center bottom;
}

.top-lead h2,
.top-point > h3 {
	display: inline-block;
	margin-bottom: 30rem;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 16rem;
	letter-spacing: 0.16em;
}

.top-lead h2 span,
.top-point > h3 span {
	display: inline-block;
	margin-bottom: 10rem;
	background-color: #FFFFFF;
	padding: 7rem 10rem 5rem 15rem;
}

.top-lead p {
	margin-bottom: 10rem;
	padding-left: 10rem;
	line-height: 2.3;
	letter-spacing: 0.08em;
}

.top-lead p i.let { margin-right: -8rem; }

/* .top-event
------------------------------------*/
.top-event {
	margin: 0 auto 120rem;
}

.top-event > p,
.top-doctor .txt p {
	margin: 0 auto 15rem;
	padding: 0 37rem;
	letter-spacing: 0.08em;
	text-align: justify;
}

.top-event > p {
	margin-bottom: 10rem;
}

.top-event > p br {
	display: none;
}

.top-event .box {
	background-color: #FFFFFF;
	width: calc(100% - 60rem);
	margin: 34rem auto 0;
	padding: 30rem 28rem 24rem;
	white-space: nowrap;
}

.top-event .box h3 {
	display: inline-block;
	margin: 0 9rem 22rem -1rem;
	font-size: 19rem;
	letter-spacing: 0.2em;
}

.top-event .box ul {
	display: inline-block;
	transform: translateY(-3rem);
}

.top-event .box li {
	display: inline-block;
	background-color: #FFFFFF;
	border: 1rem solid var(--color-green);
	border-radius: 50rem;
	margin-right: 3rem;
	padding: 6rem 8rem 5rem 9rem;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 12rem;
	letter-spacing: 0.14em;
}

.top-event .box dl {
	white-space: nowrap;
}

.top-event .box dl > div:not(:last-of-type) {
	margin-bottom: 11rem;
}

.top-event .box dt {
	margin-bottom: 13rem;
	font-size: 11rem;
	letter-spacing: 0.15em;
}

.top-event .box dl > div:not(:first-of-type) dt {
	display: none;
}

.top-event .box dd {
	font-size: 12rem;
	letter-spacing: 0.08em;
}

.top-event .box dd strong {
	display: inline-block;
	min-width: 102rem;
	font-size: 15rem;
	letter-spacing: 0.2em;
}

.top-event .box dd strong i {
	font-size: 11rem;
}

.top-event .box dd strong i.let {
	padding-left: 0.5rem;
	letter-spacing: 0.33em;
}

.top-event .box dd em {
	display: inline-block;
}

.top-event .btn-link {
	margin: 24rem -10rem 0;
}

.top-event .btn-link a {
	display: block;
	padding-top: 16rem;
	padding-bottom: 16rem;
	letter-spacing: 0.24em;
}

/* .top-news
------------------------------------*/
.top-news {
	margin: 0 auto 120rem;
}

.top-news > h2 {
	margin-bottom: 30rem;
	font-family: var(--font-gothic-maru-jp);
	font-size: 22rem;
	letter-spacing: 0.2em;
	text-align: center;
}

/* .top-doctor
------------------------------------*/
.top-doctor {
	position: relative;
	margin-bottom: 120rem;
	text-align: center;
}

.top-doctor .name {
	display: inline-block;
	margin: 0 0 50rem -10rem;
	text-align: center;
	transform-origin: center bottom;
	will-change: transform;
	white-space: nowrap;
}

.top-doctor .name h3 {
	display: inline-block;
	background-color: var(--color-green);
	border-radius: 20rem;
	margin: 0 24rem 0 0;
	padding: 13rem 5rem 6rem 4rem;
	color: #FFFFFF;
	font-size: 14rem;
	letter-spacing: 0.5em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	transform: translateY(6rem);
}

_::-webkit-full-page-media, _:future, :root .top-doctor .name h3 {
	padding-right: 4rem;
	padding-left: 5rem;
}

.top-doctor .name h2 {
	display: inline-block;
	text-align: left;
}

.top-doctor .name h2 strong {
	display: block;
	margin-bottom: 16rem;
	font-size: 26rem;
	letter-spacing: 0.22em;
}

.top-doctor .name h2 em {
	display: block;
	margin-left: 2rem;
	font-size: 12rem;
	letter-spacing: 0.36em;
}

.top-doctor .name h2 em img {
	display: inline-block;
	width: 27rem;
	margin-right: 8rem;
	transform: translateY(1rem);
}

.top-doctor .img {
	position: relative;
	width: 242rem;
	margin: 0 auto 38rem;
}

.top-doctor .img .pic {
	display: block;
	position: absolute;
	top: -29rem;
	right: 24rem;
	width: 34rem;
	transform-origin: center bottom;
	opacity: 0;
	z-index: 2;
}

.top-doctor figure {
	overflow: hidden;
	border: 1.5rem solid var(--color-green);
	border-radius: 15rem;
}

.top-doctor figure img {
	width: 100%;
}

.top-doctor .hobby,
.top-doctor .inner {
	width: calc(100% - 48rem);
	margin: 0 auto;
	padding-left: 53rem;
}

.top-doctor .hobby {
	margin-top: -10rem;
	text-align: left;
}

.top-doctor .hobby h3 {
	margin-bottom: 18rem;
	font-size: 12rem;
	line-height: 1.8;
	letter-spacing: 0.13em;
	text-decoration: underline;
	text-decoration-thickness: 1rem;
	text-underline-offset: 0.2em;
}

.top-doctor .hobby li {
	margin-bottom: 8rem;
	font-size: 14rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.top-doctor .txt {
	margin-bottom: 75rem;
}

.top-doctor .txt .title-morimori {
	font-size: 18rem;
}

.top-doctor .txt p {
	margin-bottom: 10rem;
	line-height: 2.2;
	letter-spacing: 0.09em;
}

.top-doctor .inner {
	position: relative;
	border-top: 1rem solid var(--color-green);
	margin-bottom: 40rem;
	padding-top: 6rem;
	text-align: left;
}

.top-doctor .inner h3 {
	position: absolute;
	top: 13rem;
	left: 1rem;
	font-size: 14rem;
	letter-spacing: 0.3em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.top-doctor .inner dl {
	border-top: 1rem solid var(--color-green);
	padding: 5rem 0 9rem;
	font-size: 14rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.top-doctor .inner dl:first-of-type {
	border-top: none;
}

.top-doctor .inner dt {
	font-size: 11rem;
	letter-spacing: 0.08em;
}

.top-doctor .inner dd {
	padding-left: 11rem;
}

.top-doctor .inner ul {
	padding-top: 22rem;
}

.top-doctor .inner li {
	margin-bottom: 4rem;
	font-size: 14rem;
	line-height: 1.55;
	letter-spacing: 0.1em;
}

/* .top-point
------------------------------------*/
.top-point {
	margin: 0 auto 110rem;
	padding: 0 30rem;
	text-align: center;
}

.top-point h2 {
	margin-bottom: 30rem;
	font-size: 22rem;
	letter-spacing: 0.3em;
}

.top-point > h3 {
	margin-bottom: 25rem;
}

.top-point > p {
	padding: 0 7rem;
	line-height: 2.2;
	letter-spacing: 0.08em;
	text-align: justify;
}

.top-point > p br {
	display: none;
}

.tsd {
	margin: 75rem auto 80rem;
	font-family: var(--font-gothic-kaku-jp);
}

.tsd h3 {
	margin-bottom: 26rem;
	font-size: 20rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.tsd h3 img {
	display: inline-block;
	margin-right: 13rem;
	width: 99rem;
}

.tsd h4 {
	display: inline-block;
	margin-bottom: 30rem;
	color: #FFFFFF;
	font-family: var(--font-gothic-kaku-jp-pm);
	font-size: 15rem;
	line-height: 2;
	letter-spacing: 0.18em;
}

.tsd h4 span {
	background-color: var(--color-green);
	padding: 6rem 10rem 6rem 15rem;
}

.tsd > p {
	padding: 0 7rem;
	font-family: var(--font-gothic-kaku-jp-pm);
	text-align: justify;
}

.tsd > p br {
	display: none;
}

.tsd dl {
	margin: 50rem 17.5rem 55rem;
}

.tsd dl > div {
	margin-bottom: 45rem;
}

.tsd dl > div:last-of-type {
	margin-bottom: 0;
}

.tsd dt {
	margin-bottom: 22rem;
}

.tsd dt img {
	width: auto;
	height: 22rem;
}

.tsd dd p {
	font-family: var(--font-gothic-kaku-jp-pm);
	text-align: justify;
}

.tsd dd p br {
	display: none;
}

.tsd .inner {
	border-bottom: 2rem solid var(--color-green);
	padding: 20rem 7rem 24rem;
	text-align: left;
}

.tsd .inner:first-of-type {
	border-top: 2rem solid var(--color-green);
	margin-top: 50rem;
}

.tsd .inner h5 {
	margin: 0 0 9rem;
	font-size: 17rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.tsd .inner p {
	font-family: var(--font-gothic-kaku-jp-pm);
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: justify;
}

.tsd .inner p br {
	display: none;
}

.point-list {
	margin-top: 35rem;
}

.point-list .inner {
	background-color: #FFFFFF;
	margin-bottom: 30rem;
	padding: 32rem 29rem 24rem;
}

.point-list h4 {
	margin-bottom: 19rem;
	font-size: 19rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.point-list p {
	letter-spacing: 0;
	text-align: justify;
}

.point-list p.attention {
	margin-top: -3rem;
	font-size: 13rem;
	line-height: 1.8;
}

/* .top-kids
------------------------------------*/
.top-kids {
	margin-bottom: 110rem;
	padding: 0 38rem;
	text-align: center;
}

.top-kids h2 {
	margin-bottom: 35rem;
	font-size: 24rem;
	line-height: 1.8;
	letter-spacing: 0.3em;
	text-indent: -1em;
	transform: translateX(0.5em);
}

.top-kids .inner:not(:last-child) {
	margin-bottom: 30rem;
}

.top-kids .inner h3 {
	margin-bottom: 12rem;
}

.top-kids .inner h3 i {
	display: block;
	background-color: var(--color-green);
	border-radius: 50%;
	width: 34rem;
	height: 34rem;
	margin: 0 auto 12rem;
	padding: 9rem 0 0 1rem;
	color: #FFFFFF;
	font-size: 16rem;
	text-align: center;
}

.top-kids .inner h3 span {
	display: block;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 19rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	white-space: nowrap;
	transform: translateX(6rem);
}

.top-kids .inner:nth-of-type(2) h3 span {
	text-indent: 1em;
	transform: translateX(0);
}

.top-kids .inner p {
	line-height: 2.1;
	letter-spacing: 0.08em;
	text-align: justify;
}

.top-kids .inner p br {
	display: none;
}

/* .top-access
------------------------------------*/
.top-access {
	padding: 0 27rem;
	font-family: var(--font-gothic-maru-jp);
	text-align: center;
}

.top-access .map {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 445rem;
	filter: grayscale(100%);
	margin-bottom: 35rem;
}

.top-access .map iframe {
	position: absolute;
	top: -150rem;
	left: 0;
	width: 100%;
	height: calc(100% + 300rem);
}

.top-access .access {
	display: inline-block;
	margin-bottom: 45rem;
	text-align: left;
}

.top-access .access h2 {
	margin: 0 0 17rem -1rem;
	font-size: 17rem;
	line-height: 1.8;
	letter-spacing: 0.12em;
	text-decoration: underline;
	text-decoration-thickness: 2rem;
	text-underline-offset: 0.4em;
	white-space: nowrap;
}

.top-access .access address {
	margin: 0 0 30rem 9rem;
	font-size: 14rem;
	line-height: 1.75;
	letter-spacing: 0.18em;
}

.top-access .access address i {
	display: inline-block;
	width: 8rem;
}

.top-access .access p {
	margin-left: 1rem;
	font-size: 14rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

.schedule {
	margin: 0 auto;
	white-space: nowrap;
}

.schedule table {
	width: 100%;
	margin-bottom: 120rem;
}

.schedule tr {
	border-bottom: 1rem solid var(--color-green);
}

.schedule th {
	padding: 0 0 7rem;
	font-size: 13rem;
	text-align: center;
	vertical-align: middle;
}

.schedule th:first-of-type {
	font-size: 12rem;
	letter-spacing: 0.18em;
}

.schedule td {
	padding: 7rem 10rem;
	text-align: center;
	vertical-align: middle;
}

.schedule td:first-of-type {
	padding-right: 20rem;
	padding-left: 5rem;
	font-size: 13rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-align: right;
}

.schedule th:last-of-type,
.schedule td:last-of-type {
	padding-right: 15rem;
	padding-left: 4rem;
}

.schedule td:first-of-type em {
	display: inline-block;
	margin-right: -11rem;
	padding-left: 5rem;
}

.schedule td i {
	display: inline-block;
	border: 1rem solid var(--color-green);
	border-radius: 50%;
	width: 12rem;
	height: 12rem;
}

.schedule td span {
	margin: 0 -3rem;
	font-size: 18rem;
}

.top-access .schedule h2 {
	margin-bottom: 14rem;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 14rem;
	line-height: 2.15;
	letter-spacing: 0.3em;
}


/* page error
---------------------------------------------------------------------------*/
.error {
	margin: 140rem 0 140rem;
	text-align: center;
}

.error h1 {
	letter-spacing: 0.12em;
}

.error p {
	font-size: 17rem;
	line-height: 2.1;
	letter-spacing: 0.12em;
}

.error p a {
	text-decoration: underline;
	text-decoration-thickness: 2rem;
	text-underline-offset: 0.2em;
}