@charset "utf-8";

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#lower-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

.link-button a {
	color: currentColor !important;
	border-color: currentColor !important;
	background-image: url(/common/images/arrow.png) !important;
}
figcaption {
	font-style: italic;
}

cite {
	font-style: inherit;
}

/* -------------------------------------------- */

.intro {
	
}

.intro__caption {
	
}

.intro__read {
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 40px;
}

.intro__read__txt {
	
}

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

@media only screen and (min-width: 1280px) {
	.intro__caption {
		font-size: 4.4rem !important;
		line-height: 1.4 !important;
	}
	
	.intro__read {
		
	}
}

/* ---------------------------------------- */


.doctor {
	order: 2;
}

.doctor__img {
	width: 100%;
	margin: 20px auto;
}

.doctor__img img {
	display: block;
	width: 100%;
	border-radius: 5px;
}

.doctor__meta {
	display: block;
	width: 100%;
}

.doctor__name {
	color: #000 !important;
	margin-top: 0 !important;
	font-size: 1.2rem !important;
	line-height: 1.7 !important;
	font-feature-settings: "palt" !important;
}

.doctor__name strong {
	font-weight: normal;
	font-size: 2rem !important;
}

.doctor__profile {
	
}

.doctor__profile dt {
	display: inline-block;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	font-size: 85% !important;
	line-height: 1.2 !important;
	border-left: 3px solid var(--color-link);
}

.doctor__profile dd {
	margin-bottom: 10px;
	font-size: 85% !important;
	line-height: inherit !important;
}

.doctor__profile ,
.doctor__profile ul,
.doctor__profile ol,
.doctor__profile li {
	list-style: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
	font-size: inherit !important;
}

.doctor__profile ul {
	display: flex;
	flex-wrap: wrap;
}

.doctor__profile li {
	display: inline-block !important;
	margin-bottom: 5px !important;
	color: rgba(0,0,0,0.7) !important;
}

.doctor__profile li:after {
	content: "／";
}

.doctor__profile li:last-child:after {
	content: "";
}

@media only screen and (min-width: 768px) {
	.doctor {
		display: flex;
		justify-content: space-between;
		margin: 0;
	}

	.doctor__img {
		width: calc(50% - 15px);
		max-width: 100%;
		margin: 0;
	}

	.doctor__meta {
		width: calc(50% - 15px);
	}

	.doctor__name {
		margin-bottom: 40px !important;
	}

	.doctor__name strong {
		font-size: 2.6rem !important;
	}
}

@media only screen and (min-width: 1280px) {
	.doctor__img {
		width: calc(50% - 50px);
	}

	.doctor__meta {
		width: calc(50% - 5px);
	}

	.doctor__profile dt {
		font-size: 90% !important;
	}

	.doctor__profile dd {
		font-size: 90% !important;
	}
}


/* -------------------------------------------------------------------------------- */


.region {
	counter-reset: region-chapter;
}


/* -------------------- */


.regionIndex {
	display: none;
	margin-bottom: 40px;
}

.regionIndexList {
	
}

@media screen and (min-width: 768px) {
	.regionIndexList {
		
	}
}

.regionIndexList__anchor {
	display: flex !important;
	align-items: baseline;
}

.regionIndexList__anchor i {
	top: 0.25em;
	margin-right: 5px;
}

.regionIndexList__anchor svg {
	stroke-width: 1.5;
	width: 18px;
	height: 18px;
}

.regionIndexList > li {
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}


.regionIndexList li {
	margin-bottom: 0;
}

.regionIndexList li:last-child {
	margin-bottom: 0;
}


@media screen and (min-width: 768px) {
	.regionIndexList li {
		display: flex;
		align-items: baseline;
	}
}

.regionIndexList__child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-left: 25px;
	font-size: 1.2rem;
	line-height: 1.8;
}

.regionIndexList__child li {
	margin-bottom: 0;
	margin-right: 15px;
}

.regionIndexList__child li::before {
	position: relative;
	top: 0.15em;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 3px solid var(--color-link);
	box-sizing: border-box;
	margin-right: 5px;
}


@media screen and (min-width: 768px) {
	.regionIndexList__child {
		margin-bottom: 0;
	}
}


/* -------------------- */


.region-section {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 20px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,0.25);
	border-left: 1px solid rgba(0,0,0,0.25);
}


@media screen and (min-width: 768px) {
	.region-section {
		padding-top: 40px;
		padding-left: 40px;
	}
}



.region-section__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	color: #555;
	font-feature-settings: "palt";
}

.region-section__ttl::before {
	content: counter(region-chapter);
	counter-increment: region-chapter;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	margin-right: 10px;
	border-radius: 50%;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 80%;
	background-color: #555;
}


/* -------------------- */


.region-subsection {
	margin-top: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}

.region-subsection__body {
	
}

.region-subsection__ttl {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.region-subsection__subttl {
	position: relative;
	font-size: inherit;
	font-weight: bold;
}

.region-subsection__subttl::before {
	position: relative;
	top: 0.15em;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 3px solid var(--color-link);
	box-sizing: border-box;
	margin-right: 8px;
}

.regionSubsectionIntro {
	
}

.regionSubsectionIntro__ttl {
	margin-bottom: 0.5em;
	font-size: inherit;
	font-weight: bold;
}


/* -------------------- */


.regionDetailTable {
	margin: 0;
	font-size: 90%;
}

.regionDetailTable__block {
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.regionDetailTable__block:first-child {
	margin-top: 10px;
}

.regionDetailTable dt {
	margin: 0;
	color: var(--color-link);
	font-weight: bold;
	font-size: inherit;
}

.regionDetailTable dd {
	margin: 0;
}

.regionDetailTable ul {
	padding-left: 1.4em;
	box-sizing: border-box;
}

.regionDetailTable ul li {
	list-style: disc;
	padding-left: 0.1em;
}


@media screen and (min-width: 768px) {
	.regionDetailTable__block {
		display: flex;
		justify-content: space-between;
	}
	
	.regionDetailTable dt {
		width: calc(20% - 20px);
	}
	
	.regionDetailTable dd {
		width: calc(80% - 20px);
	}
}



.accordion-list .accordion-toggle {
	display: flex;
	align-items: center;
}

.accordion-list .accordion-toggle::before {
	content: "";
	width: 18px;
	height: 1px;
	margin-left: 15px;
	opacity: 0.7;
	background-color: rgba(0,0,0,0.1);
	transition: opacity 0.3s ease;
	order: 2;
}

.accordion-list .accordion-toggle::after {
	content: "詳しく見る";
	margin-left: 15px;
	font-size: 1.1rem;
	opacity: 0.7;
	transition: opacity 0.3s ease;
	letter-spacing: 0.1em;
	order: 3;
	
}

.accordion-list  .-accordion-show .accordion-toggle::after {
	opacity: 0;
}
