@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: 1240px;
	--width-mid: 1320;
	--width-max: 1450px;
	--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: 16rem;
	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: 16rem; 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: inline-block !important; }
.narrow { display: none !important; }
.nav-sp, .btn-nav { display: none !important; }

/* #loading
------------------------------------*/
#loading {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50vh;
	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: 100vh;
	min-height: 600px;
	z-index: 10100;
}

#loading-first .anime-wrap {
	position: absolute;
	top: 5.8vh;
	left: 0;
	margin-left: -10vw;
	opacity: 0;
}

#loading-first .anime {
	animation: loading-first-anime 30s 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 99.9%;
	width: 200vw;
	height: 4vh;
	margin-bottom: 4.5vh;
	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.5vh 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 -31vh 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: 52rem;
	opacity: 0;
}

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

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

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

#loading-first .txt .dot { margin-left: 10rem; }

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

#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(-4rem); }
	50% { transform: translateY(0); }
}
@keyframes loading-dot2 {
	0% { transform: translateY(0); }
	25% { transform: translateY(0); }
	50% { transform: translateY(-4rem); }
	75% { transform: translateY(0); }
}
@keyframes loading-dot3 {
	0% { transform: translateY(0); }
	50% { transform: translateY(0); }
	75% { transform: translateY(-4rem); }
	100% { transform: translateY(0); }
}


/* link
------------------------------------*/
a { color: var(--color-green); text-decoration: none; transition: .15s ease-out; -webkit-transform: translateZ(0); }
.hover { cursor: pointer; transition: .15s ease-out; }
a:hover,.hover:hover { text-decoration: none; opacity: 0.6; }

.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: 20rem 32rem 21rem 36rem;
	color: #FFFFFF;
	font-size: 17rem;
	letter-spacing: 0.2em;
	text-align: center;
}

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


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


/* header
---------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	margin: 0 auto 80rem;
	padding: 90rem 0 0;
	z-index: 1;
	opacity: 0;
}

header .logo { width: 238rem; margin: 0 auto; opacity: 0; }
header .logo img { width: 100%; }

/*header h2 { position: absolute; top: 43rem; left: 38rem; }
header h2 { width: 282rem; }*/

header h2,
header h3 {
	position: absolute;
	left: 38rem;
	font-size: 17rem;
	line-height: 1.9;
	letter-spacing: 0.2em;
}

header h3 { top: 36rem; }
header h2 { top: 82rem; }

header .gnav {
	position: absolute;
	top: 44rem;
	right: 42rem;
	text-align: right;
}

header .gnav li a span {
	display: inline-block;
	padding: 11rem;
}

header .gnav img { width: auto; height: 18rem; }

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


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

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

footer .btn-link a {
	background: var(--color-yellow);
	padding: 43rem 166rem 42rem 170rem;
	font-size: 30rem;
	letter-spacing: 0.22em;
}

footer .sns { margin: 0 auto 58rem; }
footer .sns img { width: 40rem; }

footer h2 {
	margin-bottom: 34rem;
	font-size: 17rem;
	letter-spacing: 0.2em;
}

footer h2 > span {
	display: inline-block;
	border-bottom: 1px solid var(--color-green);
}

footer h2 span.wide {
	padding: 0 5rem 0 5rem;
	transform: translateY(1rem);
}

.copyright img { width: 287rem; }

.pic-btm {
	position: fixed;
	bottom: -3rem;
	left: 10rem;
	z-index: 10;
	opacity: 0;
}

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

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

.pagetop a:hover {
	opacity: 0.85;
}

.pagetop img {
	display: block;
	width: 69rem;
	transform-origin: center bottom;
}


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

.contents { opacity: 0; }

#newsContents { margin-bottom: 200rem; }

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


/* news archive
---------------------------------------------------------------------------*/
.news-list {
	border-top: 2rem solid var(--color-green);
	width: 663rem;
	margin: 0 auto;
}

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

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

.news-list time {
	display: block;
	position: absolute;
	top: 22.5rem;
	left: 8rem;
	font-size: 17rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

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


/* news single
---------------------------------------------------------------------------*/

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

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

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

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

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

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

.news-main h2 {
	margin: 60rem 0 20rem;
	font-size: 21rem;
	line-height: 2.1;
	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: 25rem;
	max-width: calc(100% + 160rem);
	height: auto;
	margin: 65rem -80rem 65rem !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: 30rem 0 30rem; }
.news-main ul li,
.news-main ol li { line-height: 1.8; }
.news-main ul li { list-style: disc; margin: 0 0 6rem 25rem; }
.news-main ol li { list-style: decimal; margin: 0 0 6rem 32rem; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote { background: #FFFFFF; margin: 40rem 0; padding: 26rem 34rem 24rem; text-align: justify; }
.news-main blockquote p { font-size: 16rem; 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: 20rem;
	width: 790rem;
	margin: 100rem auto 0;
	padding: 60rem 65rem 50rem;
}

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

.news-table h3 {
	position: relative;
	margin: 80rem 0 30rem;
	padding-left: 28rem;
	font-size: 19rem;
	line-height: 1.6;
	letter-spacing: 0.16em;
}

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

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

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

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

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

.news-table th {
	box-sizing: border-box;
	min-width: 160rem;
	padding-right: 20rem;
	padding-left: 10rem;
	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: -22rem;
	font-size: 14rem;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

/* .news-link
------------------------------------*/
.news-table + .news-link { margin-left: -5rem; }
.news-link { margin-top: 40rem; }
.news-link li { display: inline-block; margin: 0 10rem 14rem 0; }

/* .news-other
------------------------------------*/
.news-other {
	width: 633rem;
	margin: 180rem auto 0;
}

.news-other h2 {
	margin-bottom: 44rem;
	padding-left: 8rem;
	font-family: var(--font-gothic-maru-jp);
	font-size: 22rem;
	letter-spacing: 0.16em;
}


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

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
	display: inline-block;
	min-width: 31rem;
	height: 31rem;
	margin: 0 5rem;
	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: 31rem;
	height: 31rem;
	z-index: -1;
}


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

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

.title-morimori {
	margin-bottom: 40rem;
	font-family: var(--font-gothic-maru-jp);
	font-size: 30rem;
	letter-spacing: 0.22em;
	text-align: center;
}

.title-morimori img {
	display: inline-block;
	margin-left: -10rem;
	transform: translateY(-2rem);
}

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

.top-lead h3 {
	display: inline-block;
	width: 450rem;
	margin-bottom: 68rem;
	font-size: 30rem;
	letter-spacing: 0.22em;
	white-space: nowrap;
}

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

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

.top-lead h1 {
	position: relative;
	width: 400rem;
	margin: 0 auto 66rem;
	padding-top: 70rem;
}

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

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

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

.top-lead h2,
.top-point > h3 {
	display: inline-block;
	background-color: #FFFFFF;
	margin-bottom: 50rem;
	padding: 13rem 21rem 11rem 25rem;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 19rem;
	letter-spacing: 0.2em;
}

.top-lead p {
	margin-bottom: 16rem;
	font-size: 18rem;
	line-height: 2.4;
	letter-spacing: 0.08em;
}

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

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

.top-event > p {
	margin-bottom: 15rem;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 17rem;
	letter-spacing: 0.04em;
}

.top-event .box {
	background-color: #FFFFFF;
	width: 528rem;
	margin: 45rem auto 0;
	padding: 36rem 40rem 34rem 45rem;
	text-align: left;
}

.top-event .box h3 {
	display: inline-block;
	margin: 0 14rem 26rem 0;
	font-size: 23rem;
	letter-spacing: 0.2em;
}

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

.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: 13rem;
	letter-spacing: 0.14em;
}

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

.top-event .box dl > div {
	display: flex;
}

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

.top-event .box dt {
	width: 83rem;
	min-width: 83rem;
	margin-left: 3rem;
	font-size: 15rem;
	letter-spacing: 0.2em;
	transform: translateY(6rem);
}

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

.top-event .box dd strong {
	display: inline-block;
	min-width: 162rem;
	font-size: 22rem;
	letter-spacing: 0.18em;
}

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

.top-event .box dd em {
	display: inline-block;
	transform: translateY(-1rem);
}

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

.top-event .btn-link a {
	display: block;
	letter-spacing: 0.26em;
}

/* .top-news
------------------------------------*/
.top-news {
	width: 663rem;
	margin: 0 auto 180rem;
}

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

/* .top-doctor
------------------------------------*/
.top-doctor {
	position: relative;
	margin-bottom: 170rem;
}

.top-doctor .name {
	position: absolute;
	top: 91rem;
	left: calc(50% - 312rem);
	text-align: center;
	transform-origin: center bottom;
  will-change: transform;
}

.top-doctor .name h3 {
	background-color: var(--color-green);
	border-radius: 20rem;
	margin: 0 0 38rem 32rem;
	padding: 13rem 10rem 4rem 10rem;
	color: #FFFFFF;
	font-size: 17rem;
	letter-spacing: 0.5em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.top-doctor .name h2 strong {
	display: block;
	margin-bottom: 20rem;
	font-size: 25rem;
	letter-spacing: 0.12em;
}

.top-doctor .name h2 em {
	display: block;
	font-size: 15rem;
	letter-spacing: 0.25em;
}

.top-doctor .name h2 em img {
	display: inline-block;
	width: 35rem;
	margin-right: 10rem;
}

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

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

.top-doctor figure {
	overflow: hidden;
	border: 2rem solid var(--color-green);
	border-radius: 25rem;
	transform-origin: center bottom;
}

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

.top-doctor .hobby {
	position: absolute;
	top: 52rem;
	left: calc(50% + 190rem);
	transform-origin: center bottom;
}

.top-doctor .hobby h3 {
	margin-bottom: 32rem;
	font-size: 15rem;
	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: 16rem;
	font-size: 18rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.top-doctor .hobby li span {
	font-size: 14rem;
	letter-spacing: 0.1em;
}

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

.top-doctor .txt .title-morimori {
	margin-bottom: 42rem;
}

.top-doctor .txt p {
	width: 500rem;
	margin: 0 auto 17rem;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 18rem;
	line-height: 2.35;
	letter-spacing: 0.01em;
	text-align: justify;
}

.top-doctor .inner {
	position: relative;
	border-top: 2rem solid var(--color-green);
	width: 663rem;
	margin: 0 auto 20rem;
	padding: 10rem 0 0 142rem;
}

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

.top-doctor .inner dl {
	display: flex;
	border-top: 2rem solid var(--color-green);
	padding: 4rem 0 22rem;
	font-size: 18rem;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

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

.top-doctor .inner dt {
	width: 118rem;
	min-width: 118rem;
}

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

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

/* .top-point
------------------------------------*/
.top-point {
	width: 1008rem;
	margin: 0 auto 175rem;
	text-align: center;
}

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

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

.top-point > p {
	margin-bottom: 16rem;
	font-family: var(--font-gothic-kaku-jp);
	font-size: 18rem;
	line-height: 2.2;
	letter-spacing: 0.08em;
}

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

.tsd h3 {
	display: inline-block;
	margin-right: 33rem;
	font-size: 33rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

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

.tsd h4 {
	display: inline-block;
	background-color: var(--color-green);
	margin-bottom: 44rem;
	padding: 8rem 10rem 7rem 15rem;
	color: #FFFFFF;
	font-family: var(--font-gothic-kaku-jp-pm);
	font-size: 18rem;
	letter-spacing: 0.22em;
	white-space: nowrap;
	transform: translateY(-5rem);
}

.tsd > p {
	margin-bottom: 20rem;
	font-size: 18rem;
	line-height: 2.1;
	text-align: justify;
}

.tsd h4 + p {
	text-align: center;
	white-space: nowrap;
}

.tsd dl {
	margin: 70rem 0 80rem 14rem;
	text-align: left;
}

.tsd dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 38rem;
}

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

.tsd dt {
	width: 184rem;
	min-width: 184rem;
	padding-right: 20rem;
	transform: translateY(9rem);
}

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

.tsd dd p {
	font-family: var(--font-gothic-kaku-jp-pm);
	font-size: 16rem;
	white-space: nowrap;
}

.tsd .inner {
	border-bottom: 2rem solid var(--color-green);
	margin: 0 -10rem;
	padding: 22rem 0 28rem 50rem;
	text-align: left;
}

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

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

.tsd .inner p {
	line-height: 1.8;
}

.point-list {
	display: flex;
	justify-content: space-between;
	margin-top: 65rem;
}

.point-list .inner {
	background-color: #FFFFFF;
	width: calc(100% / 3);
	padding: 50rem 30rem 32rem;
}

.point-list .inner:not(:last-of-type) {
	margin-right: 24rem;
}

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

.point-list p {
	font-size: 16rem;
	line-height: 2.2;
	letter-spacing: 0.02em;
	text-align: justify;
}

.point-list p.attention {
	margin-top: -6rem;
	font-size: 14rem;
	line-height: 1.9;
}

/* .top-kids
------------------------------------*/
.top-kids {
	margin-bottom: 155rem;
	font-family: var(--font-gothic-kaku-jp);
	text-align: center;
}

.top-kids h2 {
	margin-bottom: 62rem;
	padding-left: 0.3em;
	font-size: 26rem;
	letter-spacing: 0.26em;
}

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

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

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

.top-kids .inner h3 span {
	font-size: 19rem;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 2rem;
	text-underline-offset: 0.3em;
}

.top-kids .inner p {
	line-height: 2.1;
}

/* .top-access
------------------------------------*/
.top-access {
	width: 980rem;
	margin: 0 auto;
	font-family: var(--font-gothic-maru-jp);
	text-align: center;
}

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

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

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

.top-access .access h2 {
	margin: 0 0 15rem -1rem;
	font-size: 23rem;
	line-height: 1.8;
	letter-spacing: 0.23em;
	text-decoration: underline;
	text-decoration-thickness: 3rem;
	text-underline-offset: 0.3em;
}

.top-access .access address {
	margin-bottom: 15rem;
	font-size: 17rem;
	line-height: 1.95;
	letter-spacing: 0.18em;
}

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

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

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

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

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

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

.schedule td {
	padding: 23rem 14rem;
	text-align: center;
	vertical-align: middle;
}

.schedule td:first-of-type {
	padding-right: 30rem;
	padding-left: 0;
	font-size: 21rem;
	text-align: right;
	letter-spacing: 0.12em;
}

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

.schedule td i {
	display: inline-block;
	border: 2rem solid var(--color-green);
	border-radius: 50%;
	width: 20rem;
	height: 20rem;
	margin-right: 1rem;
	transform: translateY(1rem);
}

.schedule td span {
	font-size: 28rem;
}

.top-access .schedule h2 {
	font-family: var(--font-gothic-kaku-jp);
	font-size: 23rem;
	line-height: 2.4;
	letter-spacing: 0.3em;
	transform: translateX(6rem);
}


/* 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;
}


/* print
---------------------------------------------------------------------------*/
@media print {

}