@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;
}

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: inline-block !important; }
.narrow { display: none !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: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 9999;
	animation: spin .5s infinite linear;
}

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

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

.loading-logo {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 256px;
	margin: -128px 0 0 -250px;
	text-align: center;
	transform-origin: center center;
	z-index: 10001;
	pointer-events: none;
}

.loading-logo .rainbow {
	display: block;
	position: relative;
	width: 252px;
	margin: 0 auto 37px;
	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: 14px;
	left: -1px;
	z-index: 3;
}

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

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

.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: 254px;
	height: 254px;
}

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

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

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

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

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

.loading-logo h1 img {
	width: 100%;
}

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

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


/* link
------------------------------------*/
a { color: var(--color-text); 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: 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 30px center;
	border: 1px solid var(--color-text);
	padding: 26px 74px 26px 32px;
	font-size: 15px;
	letter-spacing: 0.15em;
	text-align: center;
}

.btn-link-s a {
	background-position: right 24px center;
	border-color: var(--color-border);
	padding: 14px 58px 14px 24px;
	font-size: 17px;
}

.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;
	box-sizing: border-box;
	min-width: 1240px;
	padding: 0 60px 0 310px;
}


/* header
---------------------------------------------------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 310px;
	height: 100%;
	margin: 0;
	padding: 55px 45px 0;
	z-index: 100;
}

header .logo {
	width: 250px;
	margin-left: -12px;
	font-size: 0;
	line-height: 1;
	opacity: 0;
}

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

header .gnav {
	position: absolute;
	bottom: 5vh;
	left: 50px;
	margin-bottom: -8px;
}

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

header .gnav li.wide {
	display: block !important;
}

header .gnav li a {
	display: inline-block;
	background: url(img/share/ico-arrow-down.svg) no-repeat left top 10px;
	padding: 4px 20px 7px 22px;
	font-size: 15px;
	letter-spacing: 0.12em;
}

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

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

header .gnav li a span span {
	display: inline !important;
}

.header-info {
	position: absolute;
	top: 50px;
	right: 45px;
	text-align: right;
	z-index: 10;
}

.header-info > div > span {
	display: inline-block;
	position: relative;
	margin-bottom: 8px;
	padding: 4px 7px 5px 10px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

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

.header-info .start {
	margin-bottom: 8px;
}

.header-info .start span {
	background-color: #007AB6;
	color: #FFFFFF;
	font-size: 19px;
}

.header-info .tel span {
	background-color: var(--color-yellow);
}

.header-info .tel span:first-of-type {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
}

.header-info .tel span:nth-of-type(2) {
	padding-top: 6px;
	font-size: 16px;
	letter-spacing: 0.14em;
}

@media (max-width: 1340px) {
	header .logo {
		width: 200px;
	}
}


/* footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0 auto;
	padding: 290px 0 5vh;
	opacity: 0;
}

.footer-info {
	position: absolute;
	bottom: 5vh;
	right: 75px;
	/*text-align: right;*/
	white-space: nowrap;
}

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

.footer-info .start,
.footer-info .tel {
	border-bottom: 1px solid #000000;
}

.footer-info .start {
	display: inline-block;
	margin-bottom: 16px;
	padding-bottom: 3px;
	font-size: 16px;
	letter-spacing: 0.14em;
}

.footer-info .start .span1 {
	padding-right: 4px;
	letter-spacing: 0.12em;
}

.footer-info .tel {
	padding-bottom: 1px;
}

.footer-info .tel .span1,
.footer-info .tel .span2 b {
	padding-right: 15px;
	font-size: 12px;
	letter-spacing: 0.14em;
}

.footer-info .tel .span2 {
	font-size: 24px;
	letter-spacing: 0.14em;
}

.footer-info .tel .span2 em {
	font-size: 13px;
	letter-spacing: 0.14em;
}

footer .logo,
footer .gnav {
	display: none;
}

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

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

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

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

.wrapContentsInner > .copyright {
	display: block;
	position: absolute;
	top: 50px;
	left: 30px;
}

footer .copyright {
	display: none !important;
}

@media (max-height: 1040px) {
	header .gnav, .footer-info { bottom: 50px; }
	footer { padding-bottom: 50px; }
}

/* contents
---------------------------------------------------------------------------*/
.wrapContents {
	max-width: 1100px;
}

.wrapContentsInner {
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding-top: 365px;
}

#mainContents {
	display: block;
	width: 100%;
	min-height: calc(100vh - 715px);
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.contents {
	opacity: 0;
}

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 8px 3px;
	padding-left: 15px;
	font-size: 15px;
	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: 10px;
	left: 0;
	background-color: var(--color-light);
	border-radius: 50%;
	width: 4px;
	height: 4px;
}

/* .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: 18px 30px 18px 8px;
}

.dl-line > div,
.dl-line > div p {
	font-size: 14px !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;
}


/* news
---------------------------------------------------------------------------*/
#newsContents > h1 {
	margin: 0 0 50px 30px;
	font-size: 23px;
  letter-spacing: 0.12em;
}

/* .news-list
------------------------------------*/
#newsContents.archive .news-list,
#newsContents.category .news-list,
.news-other {
	padding-right: 45px;
}

.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: -webkit-box;
	display: flex;
	background: url(img/share/ico-arrow-btn.svg) no-repeat right 35px center;
	padding: 36px 92px 36px 30px;
}

.news-list time {
	width: 105px;
	min-width: 105px;
	font-size: 11px;
	letter-spacing: 0.22em;
	white-space: nowrap;
	transform: translateY(8px);
}

.news-list .category {
	margin: -4px 24px -4px 0;
}

.news-list .category span {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid var(--color-border);
	padding: 8px 8px 9px 10px;
	min-width: 132px;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
}

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


/* news single
---------------------------------------------------------------------------*/
.news-area {
	max-width: 875px;
	padding-left: 30px;
}

/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 40px;
}

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

.news-title .post-categories {
	display: inline-block;
	margin-left: 12px;
	font-size: 15px;
	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: 24px;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

/* .news-main
------------------------------------*/
.news-main, .news-main h2, .news-main p {
	font-size: 17px;
	line-height: 2.3;
	letter-spacing: 0.1em;
}

.news-main h2 {
	margin-bottom: 20px;
	font-size: 19px;
}

.news-main p {
	margin-bottom: 30px;
	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: 40px 0; }
.news-main p img:first-child { padding-top: 40px; }
.news-main img:first-child, .news-main p:first-child img:first-child { padding-top: 0; }
.news-main img:last-child { padding-bottom: 15px; }
.news-main img + img { margin-top: -40px; }
.news-main img + br + img { margin-top: -70px; }
.news-main .wp-caption { max-width: 100%; margin-bottom: 40px; }
.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 6px 18px; }
.news-main ol li { list-style: decimal; margin: 0 0 6px 24px; }
.news-main ul li:last-of-type,
.news-main ol li:last-of-type { margin-bottom: 0; }

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

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

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

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

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

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

.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: 35px;
	padding-bottom: 35px;
}

.news-table th {
	position: relative;
	box-sizing: border-box;
	padding-right: 50px;
	padding-left: 22px;
	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: -20px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

/* .news-link
------------------------------------*/
.sec-table + .news-link { margin-left: -5px; }
.news-link { margin-top: 50px; }
.news-link li { display: inline-block; margin: 0 12px 18px 0; }

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

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

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


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

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

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

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid #666666;
	margin: 0 15px;
	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 center;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

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


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

/* .sec-message
------------------------------------*/
.sec-message {
	margin: -100px 0 130px;
	padding: 100px 0 0 25px;
}

.sec-message .gnav {
	display: none;
}

.sec-message h2 {
	margin-bottom: 60px;
}

.sec-message h2 time {
	display: block;
	margin: 0 0 30px 2px;
	font-family: var(--font-sans);
	font-size: 33px;
	font-weight: 400;
	letter-spacing: 0.16em;
}

.sec-message h2 time i {
	display: inline-block;
	padding-left: 6px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.18em;
	transform: translateY(-1px);
}

.sec-message h2 em {
	display: block;
	margin-bottom: 36px;
}

.sec-message h2 em img {
	padding-right: 15px;
}

.sec-message h2 strong {
	display: block;
	margin-left: -2px;
	font-size: 29px;
	letter-spacing: 0.22em;
}

.sec-message p {
	color: var(--color-light);
	font-size: 18px;
	line-height: 2.05;
  letter-spacing: 0.1em;
}

.sec-message .inner {
	display: -webkit-box;
	display: flex;
	margin-top: 65px;
}

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

.sec-message .inner h3 {
	width: 235px;
	min-width: 235px;
	font-size: 18px;
	line-height: 1.85;
	letter-spacing: 0.18em;
}

.sec-message .inner .txt p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 2.15;
}

/* .sec-news
------------------------------------*/
.sec-news {
	position: relative;
	width: 100%;
	margin: -80px 0 130px;
	padding-top: 80px;
}

.sec-news > h2 {
	margin: 0 0 32px 30px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

.sec-news > .btn {
	position: absolute;
	top: 80px;
	right: 35px;
}

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

.sec-news > .btn a .wide {
	display: inline !important;
}

@media (max-width: 1300px) {
	.sec-news { width: 96%; }
}

/* .sec-visit
------------------------------------*/
.sec-visit {
	margin: -80px 0 170px;
	padding: 80px 100px 0 0;
}

.sec-visit h2 {
	margin: 0 0 65px 35px;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.sec-visit > h3 {
	margin: 0 0 85px 110px;
	font-size: 19px;
	line-height: 2.1;
	letter-spacing: 0.18em;
	text-align: center;
}

.sec-visit > figure {
	margin: 0 auto 100px;
	padding-left: 110px;
	text-align: center;
}

.sec-visit .inner {
	position: relative;
	margin-bottom: 80px;
	padding: 0 0 0 110px;
}

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

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

.sec-visit .inner h3 {
	margin-bottom: 25px;
	color: var(--color-orange);
	font-size: 20px;
	letter-spacing: 0.15em;
}

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

.sec-visit .inner h3 .line:after {
	background: var(--color-orange);
}

.sec-visit .inner p {
	color: var(--color-light);
	font-size: 15px;
	line-height: 2.05;
	text-align: justify;
}

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

/* .sec-doctor
------------------------------------*/
.sec-doctor {
	position: relative;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin: -80px 0 120px;
	padding: 152px 50px 0 35px;
}

.sec-doctor h2 {
	position: absolute;
	top: 80px;
	left: 35px;
	font-size: 26px;
	letter-spacing: 0.24em;
}

.sec-doctor figure {
	position: relative;
	width: 250px;
	min-width: 250px;
	padding-top: 5px;
}

.sec-doctor figcaption span {
	display: block;
	position: absolute;
	top: 162px;
	left: 19px;
	width: 21px;
	background-color: #FFFFFF;
	padding: 10px 24px 4px 8px;
}

.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: 10px;
	right: 8px;
	font-size: 12px;
	letter-spacing: 0.6em;
}

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

.sec-doctor figcaption i {
	display: block;
	position: absolute;
	top: 309px;
	right: 25px;
	background-color: #FFFFFF;
	padding: 5px 9px 5px 10px;
	font-family: var(--font-sans);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

.sec-doctor figure p {
	margin-top: 13px;
	font-size: 13px;
	line-height: 2.1;
	letter-spacing: 0.13em;
}

.sec-doctor .txt {
	padding: 0 0 0 68px;
}

.sec-doctor .txt p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 2.2;
	letter-spacing: 0.04em;
	text-align: justify;
}

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

.sec-doctor dl > div {
	display: -webkit-box;
	display: flex;
}

.sec-doctor dl > div:not(:last-of-type) {
	margin-bottom: 27px;
}

.sec-doctor dt {
	box-sizing: border-box;
	width: 65px;
	min-width: 65px;
	padding-right: 20px;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.sec-doctor dd li {
	margin-bottom: 9px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.sec-doctor .txt dd p {
	font-size: 14px;
	line-height: 1.9;
	transform: translateY(-2px);
}

/* .sec-access
------------------------------------*/
.sec-access {
	position: relative;
	width: 940px;
	margin: 0 -5px 120px;
}

.sec-access > h2 {
	margin: 0 0 50px 32px;
	font-size: 20px;
	line-height: 2.25;
	letter-spacing: 0.18em;
}

.sec-access .map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 620px;
}

@media (max-width: 1300px) {
	.sec-access .map { width: 96%; }
}

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

.sec-access .txt {
	position: absolute;
	bottom: 25px;
	right: 25px;
	background-color: #FFFFFF;
	padding: 30px 34px 26px 32px;
	z-index: 100;
}

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

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

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

/* .sec-service
------------------------------------*/
.sec-service {
	position: relative;
	width: 860px;
	margin: -80px auto 0;
	padding-top: 80px;
}

.sec-service .inner {
	display: -webkit-box;
	display: flex;
	margin-bottom: 100px;
}

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

.sec-service .inner h3 {
	width: 225px;
	min-width: 225px;
	font-size: 18px;
	line-height: 1.85;
	letter-spacing: 0.18em;
}

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

.sec-service .inner .txt p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
}

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

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

.sec-service .inner .txt .dl-line .attention {
	font-size: 14px;
	margin-top: 13px;
	padding-left: 8px;
}

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

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

.sec-service .inner-fee .box,
.sec-service .inner-fee .attention,
.sec-service .inner-service .box {
	width: 500px;
}

.sec-service .fee {
	display: -webkit-box;
	display: flex;
	margin-bottom: 18px;
}

.sec-service .fee h4 {
	padding: 6px 50px 0 0;
	font-size: 18px;
	letter-spacing: 0.14em;
	white-space: nowrap;
}

.sec-service .fee h4 em {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

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

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

.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: 15px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.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 2px 0 2px;
}

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

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

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

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

.sec-service .inner-service .box {
	display: -webkit-box;
	display: flex;
	padding: 44px 44px 40px;
}

.sec-service .inner-service .box > div:first-of-type {
	padding-right: 50px;
}

.sec-service .inner-service .box > div > div + div {
	margin-top: 40px;
}

.sec-service .inner-service .box h4 {
	margin-bottom: 18px;
	font-size: 17px;
	letter-spacing: 0.1em;
}

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

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

@media (max-width: 1300px) {
	.sec-service { width: 840px; }
	.sec-service .inner h3 { width: 210px; min-width: 210px; }
}


/* page error
---------------------------------------------------------------------------*/
.error-txt h1 {
	margin-bottom: 38px;
	font-size: 21px;
	letter-spacing: 0.12em;
}

.error-txt p {
	font-size: 15px;
	line-height: 2;
}


/* retina
---------------------------------------------------------------------------*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  .sec-message .inner h3,
	.sec-visit .inner h3 {
		/*-webkit-text-stroke: 0.2px var(--color-blue);*/
	}
}