@charset "utf-8";
/*
Theme Name: nijinowa-fukuoka-teaser
Theme URI: https://nijinowa-fukuoka.jp/
Version: 1.0
*/

/* common
---------------------------------------------------------------------------*/
:root {
	--color-text: #222222;
	--color-light: #666666;
	--color-bg: #FFFFFD;
	--color-bg-light: #F8F9FA;
	--color-border: #AEAEAE;
	--color-border-light: #DADADA;
	--color-blue: #007AB6;
	--color-orange: #F29739;
	--color-yellow: #FFDA2A;
	--font-gothic: 'I-OTFゴシックオールドPro M{pm}', '游ゴシック Medium', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-gothic-v: 'I-OTFゴシックオールドPro M', '游ゴシック Medium', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	--font-sans: 'Work Sans', sans-serif;
}

body {
	overflow-y: scroll;
	background-color: var(--color-bg);
	color: var(--color-text);
	font-size: 14px;
	font-family: var(--font-gothic);
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none !important;
	-webkit-tap-highlight-color: transparent;
}

body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }

::-moz-selection { background: #F2F8F9; color: var(--color-text); }
::selection { background: #F2F8F9; color: var(--color-text); }

p { font-size: 14px; line-height: 1.9; letter-spacing: 0.08em; margin-bottom: 14px; }
p:last-child { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

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

/* #loading
------------------------------------*/
#loading {
	display: block;
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(0,0,0,1);
	border-top-color: transparent;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	z-index: 9999;
	animation: spin .5s infinite linear;
}

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* .loading-first
------------------------------------*/
.loading-first {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #FCFCF4 0%, #FBFBF4 100%);
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 10000;
}

.loading-logo {
	display: none;
	position: absolute;
	top: 50vh;
	top: 50dvh;
	right: 50%;
	width: 269px;
	height: 144px;
	margin: -72px -138px 0 0;
	text-align: center;
	transform-origin: center center;
	z-index: 10001;
}

body.top .loading-first,
body.top .loading-logo {
	display: block;
}

.loading-logo .rainbow {
	display: block;
	position: relative;
	width: 138px;
	margin: 0 auto 12px;
	z-index: 0;
}

.loading-logo .rainbow img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	transform-origin: center bottom;
}

.loading-logo .rainbow .mask {
	position: absolute;
	top: 10px;
	left: -2px;
	z-index: 3;
}

.loading-logo .rainbow .mask > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 148px;
	height: 148px;
	transform-origin: center center;
}

.loading-logo .rainbow .mask > span > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 148px;
	height: 73px;
}

.loading-logo .rainbow .mask > span > span > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(252,252,244,1);
	border-radius: 50%;
	width: 148px;
	height: 148px;
}

.loading-logo .rainbow-circle {
	position: absolute;
	top: -1px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	opacity: 0;
}

.loading-logo .rainbow-circle1 {
	background-color: var(--color-orange);
	left: 16px;
}

.loading-logo .rainbow-circle2 {
	background-color: #007AB6;
	right: 16px;
}

.loading-logo h1,
.loading-logo .en {
	position: relative;
}

.loading-logo h1 {
	width: 100%;
	margin-bottom: 6px;
	opacity: 0;
}

.loading-logo h1 img {
	width: 269px;
}

.loading-logo .en {
	width: 100%;
	opacity: 0;
}

.loading-logo .en img {
	width: 176px;
}


/* link
------------------------------------*/
a { color: var(--color-text); text-decoration: none; -webkit-transform: translateZ(0); }

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

/* .btn
------------------------------------*/
.btn-link a,
.btn-link-s a {
	display: inline-block;
	background: url(img/share/ico-arrow-btn.svg) no-repeat right 18px center;
	background-size: 18px auto;
	border: 1px solid var(--color-text);
	padding: 18px 50px 19px 48px;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-align: center;
}

.btn-link-s a {
	background-position: right 16px center;
	border-color: var(--color-border);
	padding: 14px 48px 14px 16px;
}

.btn-color a {
	display: inline-block;
	background-color: var(--color-yellow);
	border-radius: 30px;
	padding: 13px 24px 12px 26px;
	color: var(--color-text);
}

/* .txt
------------------------------------*/
.sec-message .inner h3,
.sec-doctor h2,
.sec-doctor dt,
.sec-visit .inner h3 .line,
.sec-service .inner h3,
.dl-line dt,
.footer-link a {
	color: var(--color-orange);
	-webkit-text-stroke: 0.2px var(--color-orange);
}


/* #wrap
---------------------------------------------------------------------------*/
#wrap {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
}


/* header
---------------------------------------------------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
}

header .logo {
	width: 150px;
	margin: 30px 0 0 22px;
	font-size: 0;
	line-height: 1;
	opacity: 0;
}

body.top header .logo {
	display: none !important;
}

header .logo img {
	width: 100%;
	height: auto;
}

header .gnav {
	display: none;	
}

.gnav ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gnav li {
	margin-top: 5px;
}

.gnav li:nth-child(odd) { width: 45%; }
.gnav li:nth-child(even) { width: 55%; }

.gnav li a {
	display: inline-block;
	position: relative;
	padding: 4px 10px 9px 22px;
	font-size: 14px;
	letter-spacing: 0.18em;
	white-space: nowrap;
}

.gnav li a:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 2px;
	background: url(img/share/ico-arrow-down.svg) no-repeat;
	width: 10px;
	height: 6px;
}

footer .gnav li a {
	padding-left: 19px;
}

footer .gnav li a:before {
	left: 0;
	transform: rotate(-90deg);
}

.gnav li a:first-of-type { display: none; }
body.top .gnav li a { display: none; }
body.top .gnav li a:first-of-type { display: block; }

#gnav-message .narrow:nth-of-type(3),
#gnav-news .narrow:nth-of-type(3) { display: none !important; }
body.top #gnav-message .narrow:last-of-type,
body.top #gnav-news .narrow:last-of-type { display: none !important; }
body.top #gnav-message .narrow:nth-of-type(3),
body.top #gnav-news .narrow:nth-of-type(3) {display: block !important; }

.gnav li a span {
	display: inline-block;
	padding-bottom: 3px;
}

.header-info {
	position: absolute;
	top: 28px;
	right: 24px;
	text-align: right;
	z-index: 10;
	opacity: 0;
}

body.top .header-info {
	top: 30px;
	left: 26px;
	text-align: left;
}

.header-info > div > span,
.footer-info > div > span {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.header-info > div > span i {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	width: 0;
	height: 100%;
}

body.top .header-info > div > span i {
	width: 100%;
}

.header-info .start,
.footer-info .start {
	margin-bottom: 5px;
}

.header-info .start span,
.footer-info .start span {
	background-color: #007AB6;
	padding: 4px 4px 5px 7px;
	color: #FFFFFF;
	font-size: 12px;
}

body.top .header-info .start span {
	font-size: 16px;
}

.header-info .tel span:first-of-type,
.header-info .tel span:last-of-type,
.footer-info .tel span:first-of-type,
.footer-info .tel span:last-of-type {
	margin-bottom: 7px;
	font-size: 10px;
	letter-spacing: 0.08em;
}

body.top .header-info .tel span:first-of-type {
	margin-bottom: 8px;
}

.header-info .tel span:nth-of-type(2),
.footer-info .tel span:nth-of-type(2) {
	font-size: 14px;
	letter-spacing: 0.1em;
}

body.top .header-info .tel span:nth-of-type(2) {
	font-size: 17px;
	letter-spacing: 0.12em;
}

.header-info .tel span:nth-of-type(2) em,
.footer-info .tel span:nth-of-type(2) em {
	font-size: 11px;
	letter-spacing: 0.08em;
}

body.top .header-info .tel span:nth-of-type(2) em {
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* .footer-info
------------------------------------*/
.footer-info {
	margin-bottom: 52px;
	text-align: center;
}

#wrap > .footer-info {
	display: none !important;
}

.footer-info .start {
	margin-bottom: 22px;
}

.footer-info .start span {
	margin-bottom: 7px;
	padding-bottom: 4px;
	font-size: 19px !important;
}

.footer-info .tel .span1 {
	margin-bottom: 15px !important;
	font-size: 12px !important;
	letter-spacing: 0.12em !important;
}

.footer-info .tel .span2 {
	font-size: 25px !important;
	letter-spacing: 0.12em !important;
}

.footer-info .tel .span2 em {
	font-size: 16px !important;
	letter-spacing: 0.12em !important;
}

/* .footer-link
------------------------------------*/
.footer-link {
	margin-bottom: 30px;
}

.footer-link h2 {
	margin-bottom: 13px;
	font-size: 13px;
	letter-spacing: 0.2em;
}

.footer-link a {
	display: inline-block;
	padding: 0 0 6px;
	border-bottom: 1px solid var(--color-orange);
	font-size: 15px;
	letter-spacing: 0.1em;
}

.footer-link a span {
	font-size: 12px;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 180px 10% 36px;
	text-align: center;
	opacity: 0;
}

footer .logo {
	width: 265px;
	margin: 0 auto 55px;
}

footer .logo img {
	width: 100%;
}

footer .gnav {
	display: none !important;
	margin-bottom: 60px;
}

.copyright {
	font-family: var(--font-sans);
	font-size: 12px;
	letter-spacing: 0.13em;
}

.wrapContentsInner > .copyright {
	display: none !important;
}


/* contents
---------------------------------------------------------------------------*/
.wrapContentsInner {
	padding-top: 200px;
}

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

.contents {
	opacity: 0;
}

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 9px 3px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.dot-list li:last-of-type {
	margin-bottom: 0;
}

.dot-list li:before {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	background-color: var(--color-light);
	border-radius: 50%;
	width: 3px;
	height: 3px;
}

/* .dl-line
------------------------------------*/
.dl-line {
	border-top: 1px solid var(--color-border-light);
}

.dl-line > div {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px solid var(--color-border-light);
	padding: 17px 17px 17px 7px;
}

.dl-line > div,
.dl-line > div p {
	font-size: 13px !important;
	line-height: 1.8 !important;
	letter-spacing: 0.08em !important;
	text-align: justify;
}

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

.dl-line dt {
	width: 55px;
	min-width: 55px;
	color: var(--color-orange);
}


/* news
---------------------------------------------------------------------------*/
#newsContents {
	padding: 0 7%;
}

#newsContents > h1 {
	margin: 0 0 35px 5px;
	font-size: 19px;
  letter-spacing: 0.12em;
}

/* .news-list
------------------------------------*/
.news-list article:first-of-type { border-top: 1px solid var(--color-border-light); }
.news-list article { border-bottom: 1px solid var(--color-border-light); }

.news-list article a {
	display: block;
	background: url(img/share/ico-arrow-btn.svg) no-repeat right 10px center;
	background-size: 15px auto;
	padding: 19px 35px 18px 5px;
}

.news-list time {
	display: inline-block;
	width: 78px;
	font-size: 11px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.news-list .category {
	display: inline-block;
	margin-bottom: 8px;
}

.news-list .category span {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid var(--color-border);
	padding: 2px 3px 2px 5px;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-align: center;
	white-space: nowrap;
}

.news-list h2 {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}


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

/* .news-title
------------------------------------*/
.news-title,
.news-main {
	padding: 0 5px;
}

.news-title {
	margin-bottom: 32px;
}

.news-title time {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.08em;
}

.news-title .post-categories {
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.news-title .post-categories li { display: inline-block; }
.news-title .post-categories li a { text-decoration: underline; }

.news-title h1 {
	padding-top: 17px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.11em;
}

/* .news-main
------------------------------------*/
.news-main, .news-main h2, .news-main p {
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0.08em;
}

.news-main h2 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 500;
}

.news-main p {
	margin-bottom: 25px;
	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; max-width: 100%; height: auto; padding: 30px 0; }
.news-main p img:first-child { padding-top: 30px; }
.news-main img:first-child, .news-main p:first-child img:first-child { padding-top: 0; }
.news-main img:last-child { padding-bottom: 8px; }
.news-main img + img { margin-top: -30px; }
.news-main img + br + img { margin-top: -60px; }
.news-main .wp-caption { max-width: 100%; margin-bottom: 30px; }
.news-main .wp-caption-text { margin-top: -21px; font-size: 13px; }

.news-main ul, .news-main ol { margin: 30px 0 30px; }
.news-main ul li { list-style: disc; margin: 0 0 4px 18px; }
.news-main ol li { list-style: decimal; margin: 0 0 4px 24px; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

.news-main blockquote {
	background: #FCF9F0;
	margin: 30px 0;
	padding: 26px 30px;
	text-align: justify;
}

.news-main blockquote p {
	font-size: 13px;
	line-height: 2.1;
}

/* .sec-table
------------------------------------*/
.sec-table {
	margin-top: 80px;
}

.sec-table h3 {
	margin: 80px 0 18px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

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

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

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

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

.news-table th {
	position: relative;
	box-sizing: border-box;
	padding-right: 25px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

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

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

.news-table-attention {
	margin-top: -22px;
	font-size: 12px;
	line-height: 1.85;
	letter-spacing: 0.1em;
}

/* .news-link
------------------------------------*/
.sec-table + .news-link { margin-top: 35px; }
.news-link { margin-top: 50px; }
.news-link li { display: inline-block; margin: 0 8px 14px 0; }

/* .news-other
------------------------------------*/
.news-other {
	margin: 100px auto 0;
}

.news-list + .btn-link {
	margin-top: 35px;
}

.news-list + .btn-link a {
	display: block;
	border-color: var(--color-border);
}


/* .wp-pagenavi
---------------------------------------------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin: 60px 0 0;
	font-family: var(--font-sans);
	font-size: 15px;
	text-align: center;
}

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

.wp-pagenavi a {
	margin: 0 6px;
	padding: 5px;
}

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid #666666;
	margin: 0 11px;
	padding: 5px 0 2px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	display: inline-block;
	box-sizing: border-box;
	background: url(img/share/ico-arrow-btn.svg) no-repeat center top 5px;
	background-size: 18px auto;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

.wp-pagenavi a.previouspostslink {
	margin-right: 26px;
	transform: scaleX(-1);
}


/* page top
---------------------------------------------------------------------------*/

/* .sec-message
------------------------------------*/
.sec-message {
	margin: 0 0 50px;
	padding: 170px 9% 0;
}

.sec-message .gnav {
	margin: 40px 0 60px;
}

.sec-message h2 {
	margin-bottom: 32px;
	white-space: nowrap;
}

.sec-message h2 time {
	display: block;
	margin: 0 0 17px;
	font-family: var(--font-sans);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.16em;
}

.sec-message h2 time i {
	display: inline-block;
	padding-left: 4px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.sec-message h2 em {
	display: block;
	margin-bottom: 19px;
	font-size: 16px;
}

.sec-message h2 em img {
	display: inline-block;
	margin-left: -1px;
	padding-right: 8px;
	width: 230px;
}

_::-webkit-full-page-media, _:future, :root .sec-message h2 em img {
	margin-left: -3px;
}

.sec-message h2 strong {
	display: block;
	font-size: 17px;
	letter-spacing: 0.15em;
}

.sec-message > p {
	color: var(--color-light);
	line-height: 2.2;
  letter-spacing: 0.08em;
	white-space: nowrap;
}

.sec-message .inner {
	margin-top: 50px;
}

.sec-message .inner + .inner {
	margin-top: 45px;
}

.sec-message .inner h3 {
	margin-bottom: 15px;
	color: var(--color-orange);
	font-size: 17px;
	line-height: 1.85;
	letter-spacing: 0.14em;
}

.sec-message .inner:last-of-type h3 {
	margin-bottom: 12px;
}

.sec-message .inner h3 br {
	display: none;
}

.sec-message .inner .txt p {
	margin-bottom: 16px;
	color: var(--color-light);
	line-height: 2;
	text-align: justify;
}

.sec-message .inner .txt p br {
	display: none;
}

/* .sec-news
------------------------------------*/
.sec-news {
	position: relative;
	margin: 30px 0 90px;
	padding: 45px 7% 0;
}

.sec-news > h2 {
	margin: 0 0 25px 4px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.sec-news > .btn {
	position: absolute;
	top: 45px;
	right: calc(7% + 7px);
}

.sec-news > .btn a {
	font-size: 13px;
	letter-spacing: 0.1em;
}

/* .sec-visit
------------------------------------*/
.sec-visit {
	margin-bottom: 90px;
	margin-top: -40px;
	padding-top: 40px;
}

.sec-visit h2,
.sec-visit > h3 {
	margin: 0 7% 25px;
	font-size: 13px;
	letter-spacing: 0.16em;
}

.sec-visit > h3 {
	margin-bottom: 45px;
	color: var(--color-light);
	font-size: 14px;
	line-height: 1.95;
	letter-spacing: 0.1em;
	text-align: justify;
}

.sec-visit > figure {
	width: 86%;
	margin: 0 auto 60px;
	text-align: center;
}

.sec-visit > figure img {
	width: 100%;
	height: auto;
}

.sec-visit .inner {
	position: relative;
	margin-bottom: 48px;
	padding: 0 9% 0;
}

.sec-visit .inner:last-child {
	margin-bottom: 0;
}

.sec-visit .inner .num {
	display: block;
	position: absolute;
	top: -3px;
	left: 9%;
	font-family: var(--font-sans);
	font-weight: 200;
	color: var(--color-yellow);
	font-size: 64px;
}

.sec-visit .inner:first-of-type .num {
	margin-left: 7px;
}

.sec-visit .inner h3 {
	margin-bottom: 12px;
	padding-left: 52px;
	color: var(--color-orange);
	font-size: 17px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.sec-visit .inner h3 .line {
	padding-bottom: 5px;
	line-height: 1.7;
}

.sec-visit .inner h3 .line:after {
	display: none;
}

.sec-visit .inner p {
	padding: 0 2px;
	color: var(--color-light);
	font-size: 13px;
	line-height: 2;
	text-align: justify;
}

.sec-visit .inner .btn-link {
	margin-top: 25px;
}

.sec-visit .inner .btn-link a {
	display: block;
	padding-left: 18px;
	text-align: left;
}

/* .sec-doctor
------------------------------------*/
.sec-doctor {
	margin-bottom: 90px;
	margin-top: -40px;
	padding-top: 40px;
}

.sec-doctor h2 {
	margin: 0 0 24px;
	font-size: 19px;
	letter-spacing: 0.16em;
	text-align: center;
}

.sec-doctor figure {
	position: relative;
	width: 66%;
	margin: 0 auto 48px;
}

.sec-doctor figure img {
	width: 100%;
	height: auto;
}

.sec-doctor figcaption span {
	display: block;
	position: absolute;
	top: 36%;
	left: 22px;
	width: 16px;
	background-color: #FFFFFF;
	padding: 10px 26px 6px 7px;
}

.sec-doctor figcaption em,
.sec-doctor figcaption strong {
	display: block;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-family: var(--font-gothic-v);
}

.sec-doctor figcaption em {
	position: absolute;
	top: 10.5px;
	right: 7px;
	font-size: 10px;
	letter-spacing: 0.6em;
}

.sec-doctor figcaption strong {
	display: block;
	font-size: 17px;
	letter-spacing: 0.4em;
}

.sec-doctor figcaption i {
	display: block;
	position: absolute;
	top: 70%;
	right: 24px;
	background-color: #FFFFFF;
	padding: 6px 8px 6px 9px;
	font-family: var(--font-sans);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	transform-origin: right top;
	transform: scale(0.85);
}

.sec-doctor figure p {
	margin-top: 12px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.12em;
}

.sec-doctor .txt {
	padding: 0 8%;
}

.sec-doctor .txt p {
	font-size: 13px;
	line-height: 2;
	text-align: justify;
}

.sec-doctor dl {
	margin-top: 50px;
	line-height: 1.6;
}

.sec-doctor dl > div {
	position: relative;
	margin-bottom: 35px;
	padding-left: 40px;
}

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

.sec-doctor dt {
	position: absolute;
	top: 3px;
	left: -4px;
	font-size: 14px;
	letter-spacing: 0.4em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.sec-doctor dd li {
	margin-bottom: 6px;
	font-size: 13px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.sec-doctor .txt dd p {
	transform: translateY(-3px);
}

/* .sec-access
------------------------------------*/
.sec-access {
	margin: 0 0 100px;
}

.sec-access > h2 {
	margin: 0 0 35px;
	font-size: 15px;
	line-height: 2.05;
	letter-spacing: 0.15em;
	text-align: center;
}

.sec-access .map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 480px;
	z-index: 0;
}

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

.sec-access .txt {
	position: relative;
	padding: 30px calc(7% + 6px) 0;
	z-index: 1;
}

.sec-access .txt address,
.sec-access .txt p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.sec-access .txt address {
	margin-bottom: 11px;
}

.sec-access .txt p .let-l { letter-spacing: 0.1em; }
.sec-access .txt p .let-s { letter-spacing: 0; }

/* .sec-service
------------------------------------*/
.sec-service {
	position: relative;
	margin-top: -40px;
	padding: 40px 7% 0;
}

.sec-service .inner {
	margin-bottom: 80px;
}

.sec-service .inner:last-of-type {
	margin-bottom: 0;
}

.sec-service .inner h3 {
	margin-bottom: 22px;
	padding-left: 6px;
	color: var(--color-orange);
	font-size: 16px;
	letter-spacing: 0.16em;
}

.sec-service .inner .txt {
	color: var(--color-light);
}

.sec-service .inner .txt p {
	letter-spacing: 0.06em;
	text-align: justify;
}

.sec-service .inner .txt > p {
	padding: 0 6px;
}

.sec-service .inner-fee .txt > p:first-of-type {
	letter-spacing: 0.05em;
}

.sec-service .inner .txt p br {
	display: none;
}

.sec-service .inner .txt p.attention {
	font-size: 13px;
	letter-spacing: 0.04em;
	text-align: justify;
}

.sec-service .inner .txt .dl-line {
	margin-top: 8px;
}

.sec-service .inner .txt .dl-line .attention {
	padding-left: 7px;
	margin-top: 9px;
	letter-spacing: 0.08em !important;
}

.sec-service .inner .box {
	box-sizing: border-box;
	background-color: #FCF9F0;
	border-radius: 7px;
	margin-top: 32px;
	padding: 30px 28px 28px;
}

.sec-service .inner .box:first-child {
	margin-top: 0;
}

.sec-service .fee {
	margin-bottom: 18px;
}

.sec-service .fee h4 {
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 0.14em;
	white-space: nowrap;
}

.sec-service .fee h4 em {
	padding-left: 8px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.sec-service .inner .fee > div p {
	font-size: 13px;
	line-height: 1.7;
}

.sec-service .fee dl {
	margin-top: 24px;
}

.sec-service .fee dl > div {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed var(--color-border);
	margin-bottom: 14px;
	padding-bottom: 7px;
}

.sec-service .fee dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-service .fee dt {
	font-size: 13px;
	letter-spacing: 0.06em;
	white-space: nowrap;
	transform: translateY(2px);
}

.sec-service dd,
.sec-service .fee .total {
	font-size: 15px;
	text-align: right;
}

.sec-service dd em,
.sec-service .fee .total em {
	padding: 0 2px;
	font-size: 10px;
}

.sec-service dd em:last-of-type,
.sec-service .fee .total em:last-of-type {
	padding-right: 0;
}

.sec-service dd i,
.sec-service .fee .total i {
	padding: 0 1px 0 1px;
}

.sec-service dd i img {
	padding: 0 2px 0 0;
	width: 12px;
}

.sec-service .fee .total {
	margin-top: 20px;
	font-size: 17px;
}

.sec-service .fee2 h4 {
	margin-bottom: 16px;
	font-size: 15px;
	letter-spacing: 0.12em;
}

.sec-service .inner .fee2 p {
	font-size: 13px;
	line-height: 1.8;
}

.sec-service .inner .fee2 p br:last-of-type {
	display: block;
}

.sec-service .inner-service .box {
	background: none;
	padding: 0;
}

.sec-service .inner-service .box .inner-s {
	position: relative;
	background-color: #FCF9F0;
	margin-bottom: 12px;
	padding: 26px 18px 28px 68px;
}

.sec-service .inner-service .box > .inner-s {
	margin-bottom: 0;
}

.sec-service .inner-service .box h4 {
	position: absolute;
	top: 30px;
	left: 26px;
	font-size: 15px;
	letter-spacing: 0.4em;
	font-feature-settings: 'palt' 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.sec-service .inner-service .box li {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.sec-service .inner-service .box li br {
	display: none;
}

.sec-service .inner-service .box li:last-of-type {
	margin-bottom: 0;
}


/* page error
---------------------------------------------------------------------------*/
#errorContents {
	padding: 0 9%;
}

.error-txt h1 {
	margin-bottom: 28px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.error-txt p {
	font-size: 13px;
	text-align: justify;
}

.error-txt p br {
	display: none;
}