@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;
	background-color: rgba(55, 175, 170, 0.3);
}

#lower-contents #main-contents .text--left {
	text-align: left;
}

#lower-contents #main-contents .text--right {
	text-align: right;
}

#lower-contents #main-contents .text--center {
	text-align: center;
}

#contents-area section a {
	display: inline-block;
}

#main-contents #contact-box #phone-number {
	color: rgb(55, 175, 170);
}

#lower-contents #main-contents #caption {
	color: rgb(77,194,190) !important;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid currentColor;
}

.PageBody > section {
	margin-bottom: 60px !important;
}

.PageBody > section:last-of-type {
	margin-bottom: 0 !important;
}

.part-header {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 40px);
	margin: 60px auto 0;
	padding: 40px 0;
	text-align: center;
}

.part-header__figure {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 5px;
}

.part-header__title {
	line-height: 1.25;
	color: rgb(77,194,190) !important;
	margin-bottom: 30px !important;
	padding: 20px 0;
	padding-left: 0 !important;
	font-weight: 600;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.part-header__title:before {
	display: none;
}

.part-header .part-icon {
	margin: auto;
}

.part-header__title span {
	display: block;
}

.part-header__title .ja {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.part-header__title .en {
	font-size: 0.9rem;
	font-weight: 600;
}

.lower-nav li.selected {
	color: rgb(55, 175, 170);
	border-bottom: 5px solid rgb(55, 175, 170);
}

.lower-nav li a:hover {
	color: rgb(55, 175, 170);
	border-bottom-color: rgba(55, 175, 170, 0.5);
}

#lower-contents #main-contents h3 {
	color: rgb(55, 175, 170);
}

.section-title {
	color: rgb(77,194,190) !important;
}

.section-title:before {
	border-color: currentColor !important;
}

.section-subtitle {
	font-size: 1.35rem;
	line-height: 1.4;
	margin: 0 auto 30px;
	/* text-align: center; */
	color: rgb(77,194,190);
}

.page-section .inner-figure {
	margin-bottom: 20px;
	/* margin: 0 0 50px 50px;
	width: 50%;
	float: right; */
}

.recent-content {
	margin: 30px auto;
	border: none;
}

.page-section-figure {
	margin-bottom: 20px;
}

#main-contents .other-link li a,
#main-contents .other-link li a .title {
	color: rgb(0, 191, 184);
	border-color: rgb(77,194,190,0.5);
}

#main-contents .other-link li a .title:before {
	background-color: rgb(0, 191, 184);
}

#main-contents .other-link li a:hover {
	background-color: rgb(77,194,190,0.7);
	border-color: rgb(77,194,190,1);
}

#main-contents .other-link li a:hover .title {
	color: #fff;
	background-position: 5px 7px;
}

#main-contents .other-link li a:hover .title:before {
	background-color: rgb(0, 150, 145);
}


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

.caption__small {
	font-weight: 200;
	font-size: 1.4rem;
}

/* #main-contents .other-link {
	margin-top: 40px;
	padding-bottom: 0;
}

#main-contents .other-link a {
	display: flex !important;
	padding: 30px 25px !important;;
}

#main-contents .other-link .title {
	display: block !important;
	width: 100% !important;
}

#main-contents .other-link .title:before {
	
}

#main-contents .other-link li a:hover p {
	transition: all 0.1s ease-in-out;
}

#main-contents .other-link li a:hover p {
	color: #fff;
}

#main-contents .other-link .text-container {
	
}*/

svg.defaults {
	display: none;
}

#main-contents .other-link svg {
	fill: rgb(0, 191, 184);
	transition: all 0.1s ease-in-out;
	margin-right: 20px;
}

#main-contents .other-link a:hover svg {
	fill: #fff;
}


/* ---------------------------------------- */
/* about */

.people-intro {
}

.people-intro__pos {
	font-weight: 300;
	display: inline-block;
	line-height: 1.5;
	color: #000;
}

.people-intro__name {
	font-size: 1.8rem;
	font-weight: 200;
	color: #000;
}

.people-intro__subtitle {
	margin-bottom: 5px;
}

.people-intro__capacity {
	
}

.people-intro__capacity ul {
	/* font-size: 1.2rem; */
}

.symptom-list {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	line-height: 1.4;
	border: 1px solid rgba(77, 194, 190, 0.5);
	overflow: hidden;
}

.symptom-list ul {
	width: 100%;
}

.symptom-list li {
	display: flex;
	align-items: center;
	padding: 15px 0;
	box-sizing: border-box;
	list-style: none !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.symptom-list li:last-child {
	border-bottom: none;
}

/* .symptom-list li:nth-last-child(1),
.symptom-list li:nth-last-child(2),
.symptom-list li:nth-last-child(3) {
	border-bottom: none;
} */


.symptom-list li:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0,0,0,0.5);
	border-radius: 2px;
	margin-right: 15px;
	box-sizing: border-box;
}

.pickup {
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	background: rgba(0,0,0,0.025);
	border-radius: 5px;
}

.pickup .pickup__title {
	margin: 10px auto;
	font-weight: 600;
}

.pickup .pickup__text {
	font-size: 1.2rem !important;
}

.region {
	/* width: 100% !important;
	overflow: hidden !important;
	margin: 20px 0px; */
}

.region li {
	
}

.best-d {
	overflow: hidden;
}

.best-d-image {
	float: left;
	width: 10%;
	min-width: 100px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 20px;
}



/* ---------------------------------------- */
/* info */

.dl--table {
	margin: 20px 0;
	font-size: 1.5rem;
}

.dl--table div {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.dl--table dt {
	width: 20%;
	margin: 0 !important;
}

.dl--table dd {
	width: 80%;
}

.dl--table dt:last-of-type,
.dl--table dd:last-of-type {
	margin-bottom: 0;
}

.section-hour {
	
}

.schedule-table th {
	font-size: inherit !important;
	font-weight: 200;
	color: rgba(0,0,0,0.75);
}

.schedule-table th,
.schedule-table td {
	padding: 10px 0 !important;
	
	border-bottom: 1px solid rgba(0,0,0,0.05);
	text-align: center !important;
	line-height: 1.4 !important;
}

.schedule-table td {
	width: 13%;
	color: rgb(77,194,190);
	font-weight: 700;
	font-size: 2.2rem !important;
}

.schedule-table td:empty:before {
	content: "-";
	color: rgba(0,0,0,0.4);
	font-weight: 200;
}

.flow {
	
}

.flow li {
	position: relative;
	counter-increment: flowNum;
	margin-bottom: 40px;
	list-style: none !important;
}

.flow .in-figure {
	/* display: flex; */
}

.flow .flow__title:before {
	content: counter(flowNum);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid currentColor;
	text-align: center;
	line-height: 1;
	margin: 5px 15px 5px 0;
	color: rgb(77,194,190);
	box-sizing: border-box;
}

.flow li:first-child:after {
	display: none;
}

.flow li:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	top: -20px;
	left: 0;
	margin: auto;
	background-color: rgba(77,194,190,0.2);
}

.flow li:last-child {
	margin-bottom: 20px;
}

.flow__title {
	text-align: center;
	line-height: 1.4;
	color: rgb(77,194,190);
	display: flex !important;
	align-items: center;
	line-height: 1.5 !important;
}

.flow__text {
}

.flow__figure {
	position: relative;
	margin-top: 10px;
}

.flow__figure img {
	border-radius: 3px;
}

.flow .inline-subtitle {
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 600;
	color: rgb(77,194,190);
}

.notice {
	font-size: 1.1rem;
	font-weight: 200;
	color: rgba(0,0,0,0.75);
}

.notice li {
	margin-bottom: 5px !important;
	margin-left: 0 !important;
	font-size: 1.2rem !important;
	line-height: 1.5 !important;
	list-style: none !important;
}


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

	/* ---------------------------------------- */
	/* about */

	.region {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.region li {
		width: calc(50% - 20px);
		margin-bottom: 10px;
	}

	.region li + li {
		margin-top: 0 !important;
	}

	.pickup {
		padding: 40px;
	}

	.best-d-image {
		margin-right: 40px;
	}

	.symptom-list ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.symptom-list li {
		width: calc(50% - 10px);
	}

	.symptom-list li:nth-last-child(2) {
		border-bottom: none;
	}

	.page-section .outline {
		overflow: hidden;
	}

	.page-section .inner-figure {
		margin: 0 0 20px 20px;
		width: 50%;
		float: right;
	}

	/* ---------------------------------------- */
	/* info */

	.dl--table dt {
		width: 100px;
	}
	
	.dl--table dd {
		width: calc(100% - 100px);
	}

	.flow .in-figure {
		display: flex;
		justify-content: space-between;
	}

	.flow li {
		margin-bottom: 60px;
	}

	.flow li:after {
		top: -30px;
	}

	.flow__text {
		width: calc(60% - 10px);
	}
	
	.flow__figure {
		width: calc(40% - 10px);
		margin-top: 0;
	}
}

@media screen and (min-width: 1280px) {

	.PageBody > section {
		margin-bottom: 100px !important;
	}

	.part-header__title {
		padding: 30px 0;
	}

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

	.caption__small {
		font-size: 1.6rem;
	}

	/* ---------------------------------------- */
	/* about */

	.people-intro__pos {
		font-size: 1.4rem;
	}

	.people-intro__name {
		font-size: 2.6rem;
	}

	.region li {
		width: calc(33.33% - 20px);
	}

	.pickup .pickup__text {
		font-size: 1.4rem !important;
	}

	.symptom-list {
		margin-bottom: 40px;
		padding: 20px 40px;
	}

	.symptom-list li {
		width: calc(33.33% - 20px);
		font-size: 1.4rem;
	}

	.symptom-list li:nth-last-child(3) {
		border-bottom: none;
	}

	.page-section .inner-figure {
		margin: 0 0 0 50px;
	}
	

	/* ---------------------------------------- */
	/* info */

	.flow li {
		margin-bottom: 80px;
	}

	.flow li:after {
		top: -40px;
	}

	.flow__text {
		width: calc(60% - 25px);
	}
	
	.flow__figure {
		width: calc(40% - 25px);
	}
}