/*------------------------------------------------------------
clInfo
------------------------------------------------------------*/
#clInfo {
	background: #fff;
	margin: 0 -20px;
	padding: 0 20px 20px;
}
#clInfo h2 {
	font-size: 2rem;
	font-weight: 600;
	background: #E6E5DB;
	margin: 0 -20px 20px;
	padding: 10px 5px 12px;
	text-align: center;
}
#clInfo .clOpen {
	margin-bottom: 20px;
	text-align: center;
}
#clInfo .clOpen p {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	background: #b21f6d;
	padding: 8px 15px 10px;
	border-radius: 50px;
}
#clInfo > ul > li {
	line-height: 1.6;
	margin-bottom: 10px;
}
#clInfo .list2 {
	display: flex;
}
#clInfo .list2 dl {
	width: 50%;
}
#clInfo .clName,
#clInfo .clDr,
#clInfo .clSub {
	display: flex;
}
#clInfo > ul li > dl dt {
	font-weight: 600;
}
#clInfo .clName dd,
#clInfo .clDr dd,
#clInfo .clSub dd {
	margin-left: 10px;
}
#clInfo .clTime dt {
	margin-bottom: 10px;
}
#clInfo .clTime {
	margin-bottom: 20px;
}
#clInfo .clCal {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
#clInfo .clCal tr {
	display: flex;
}
#clInfo .clCal thead th, #clInfo .clCal tbody td {
	width: calc((100% - 92px) / 7);
	border-left: 1px solid #e0e0e0;
}
#clInfo .clCal thead th:first-of-type, #clInfo .clCal tbody th {
	width: 92px;
	text-align: left;
	border-left: none;
}
#clInfo .clCal th {
	font-weight: 400;
	white-space: nowrap;
}
#clInfo .clCal td {
	color: #CCC098;
}
#clInfo .clCal thead th {
	padding-bottom: 5px;
}
#clInfo .clTimeMemo .symbol {
	color: #CCC098;
}
#clInfo .small {
	display: inline-block;
	font-size: 1.2rem;
}
#clInfo .red {
	color: #c12a2a;
}
#clInfo .list5 {
	border-top: 1px solid #e0e0e0;
	margin-top: 20px;
	padding-top: 20px;
}
#clInfo .clAddress dt,
#clInfo .clAccess dt {
	margin-bottom: 5px;
}
#clInfo .clAccess dd p {
	line-height: 1.6;
	margin-bottom: 5px;
}
#clInfo .clAccess dd p:last-of-type {
	margin-bottom: 0;
}
#clInfo .clAccess .train:before,
#clInfo .clAccess .bus:before,
#clInfo .clAccess .car:before {
	display: inline-block;
	content: "";
	width: 9px;
	height: 12px;
	margin-right: 5px;
	vertical-align: -1px;
}
#clInfo .clAccess .train:before {
	background: url("../img/common/icon_train.svg") no-repeat center/contain;
}
#clInfo .clAccess .bus:before {
	width: 10px;
	background: url("../img/common/icon_bus.svg") no-repeat center/contain;
	margin-right: 4px;
}
#clInfo .clAccess .car:before {
	width: 11px;
	background: url("../img/common/icon_car.svg") no-repeat center/contain;
	margin-right: 3px;
}
#clInfo .list7 {
	margin: 20px 0 20px;
}
#clInfo .map {
	height: 260px;
	margin-bottom: 12px;
}
#clInfo .map iframe {
	width: 100%;
	height: 100%;
}
#clInfo .mapLink {
	text-align: center;
}
#clInfo .mapLink a {
	display: inline-block;
	background: url("../img/common/icon_pin.svg") no-repeat left center/22px auto;
	padding: 7px 0 7px 30px;
}
#clInfo .mapLink a:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) {
	#clInfo .list3 {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}
	#clInfo .clTime {
		display: flex;
		width: 100%;
	}
	#clInfo .clTime {
		margin-bottom: 0;
	}
	#clInfo .clTime dd {
		flex: 1;
		margin-left: 10px;
	}
	#clInfo .clCal thead th:first-of-type, #clInfo .clCal tbody th {
		width: 20%;
		text-align: center;
	}
	#clInfo .clCal thead th, #clInfo .clCal tbody td {
		width: calc(80% / 7);
	}
	#clInfo .clAddress,	#clInfo .clAccess {
		display: flex;
	}
	#clInfo .clAddress dt, #clInfo .clAccess dt {
		margin-bottom: 0;
	}
	#clInfo .clAddress dd, #clInfo .clAccess dd {
		margin-left: 10px;
	}
}
@media screen and (min-width: 960px) {
	#clInfo {
		font-size: 1.6rem;
		margin: 0;
		padding:0;
	}
	#clInfo h2 {
		font-size: 2.6rem;
		margin: 0 -80px 30px;
		padding: 18px 10px 20px;
	}
	#clInfo > ul > li {
		margin-bottom: 20px;
		padding: 0 80px;
	}
	#clInfo .list7 {
		padding: 0;
	}
	#clInfo > ul > li dl dt {
		width: 82px;
		text-align: right;
	}
	#clInfo > ul > li dl dd {
		flex: 1;
		margin-left: 30px !important;
	}
	#clInfo .list3 {
		margin: 30px 0 10px;
	}
	#clInfo .list5 {
		margin-top: 30px;
		padding-top: 30px;
	}
	#clInfo .clAccess .train:before,
	#clInfo .clAccess .bus:before,
	#clInfo .clAccess .car:before {
		width: 11px;
		height: 14px;
	}
	#clInfo .clAccess .bus:before {
		width: 12px;
	}
	#clInfo .clAccess .car:before {
		width: 13px;
	}
	#clInfo .list7 {
		margin: 30px 0;
	}
	#clInfo .map {
		height: 320px;
		margin-bottom: 20px;
	}
	#clInfo .clCal thead th:first-of-type, #clInfo .clCal tbody th {
		width: 23%;
		text-align: left;
	}
	#clInfo .clCal thead th, #clInfo .clCal tbody td {
		width: 11%;
	}
}

/*------------------------------------------------------------
route
------------------------------------------------------------*/
#clInfo .route .station {
	padding:  0;
}
#clInfo .route h3 {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}
#clInfo .route .guide .image {
	margin-bottom: 10px;
}
#clInfo .route .guide .image img {
	width: 100%;
}
#clInfo .route .swiper-button-prev:after,
#clInfo .route .swiper-button-next:after {
	content: none;
}
#clInfo .route .swiper-button-prev,
#clInfo .route .swiper-button-next {
	width: 30px;
	height: 160px;
	margin-top: -80px;
	background: url("https://med-beauty.net/wp-content/themes/MED_BEAUTY/img/common/icon_white_arrow.svg") no-repeat center/12px auto;
}
#clInfo .route .swiper-button-prev {
	left: 0;
}
#clInfo .route .swiper-button-next {
	right: 0;
	transform: scale(-1, 1);
}
#clInfo .route .swiper-pagination-progressbar {
	background: rgba(255,255,255,.5);
}
#clInfo .route .swiper-pagination-progressbar-fill {
	background: #b21f6d;
}
@media screen and (min-width: 768px) {
	#clInfo .route .swiper-pagination,
	#clInfo .route .swiper-button-prev,
	#clInfo .route .swiper-button-next {
		display: none;
	}
	#clInfo .route .guide ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#clInfo .route .guide ul:after {
		content: "";
		display: block;
		width: calc(100% / 3 - 10px);
	}
	#clInfo .route .guide ul li {
		width: calc(100% / 3 - 10px);
		margin-bottom: 15px;
	}
	#clInfo .route .guide ul li p {
		font-size: 1.2rem;
	}
	#clInfo .route .guide .image {
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 960px) {
	#clInfo .route .station {
		padding: 30px 0;
	}
	#clInfo .route h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
staff
------------------------------------------------------------*/
#clInfo .staff h3 {
	font-size: 1.8rem;
	font-weight: 400;
	background: #E5E5DB;
	text-align: center;
	margin: 0 -20px 20px;
	padding: 8px 5px 10px;
}
.staffThumbs {
	margin-bottom: 10px;
}
.thumbList .thumb {
	border-top: 2px solid #333;
	position: relative;
	z-index: 0;
	cursor: pointer;
}
.thumbList .thumb:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(95,95,95,.5);
	position: absolute;
	top: 0;
	left: 0;
	transition: .2s;
}
.thumbList .swiper-slide-thumb-active .thumb:before {
	background: transparent;
}
.thumbList .name {
	font-size: 1rem;
	color: #707070;
	text-align: center;
	transition: .2s;
}
.thumbList .swiper-slide-thumb-active .name {
	color: #333;
}
.staffList > li {
	background: #f4f4f4;
	border-top: 2px solid #333;
	padding: 10px;
}
.staffList > .gmt, .thumbList > .gmt .thumb {
	border-color: #E3AF00;
}
.staffList > .gm, .thumbList > .gm .thumb {
	border-color: #B9B5B0;
}
.staffList > .mt, .thumbList > .mt .thumb {
	border-color: #BA616D;
}
.staffList > .ms, .thumbList > .ms .thumb {
	border-color: #D38A9D;
}
.staffList > .ra, .thumbList > .ra .thumb {
	border-color: #92709A;
}
.staffList > .ar, .thumbList > .ar .thumb {
	border-color: #5A75A2;
}
.staffList > .na, .thumbList > .na .thumb {
	border-color: #4F9177;
}
.staffList > .tr, .thumbList > .tr .thumb {
	border-color: #59B785;
}
.staffList > .hs, .thumbList > .hs .thumb {
	border-color: #777;
}
.staffWrapper {
	margin: 0 -20px;
	padding: 40px 20px 0;
	position: relative;
}
.staffWrapper > .swiper-button-next:after,
.staffWrapper > .swiper-button-prev:after {
	content: none;
}
.staffWrapper > .swiper-button-next,
.staffWrapper > .swiper-button-prev {
	width: 30px;
	height: 40px;
	background: url("https://med-beauty.net/wp-content/themes/MED_BEAUTY/img/common/icon_black_arrow.svg") no-repeat center/12px auto;
	margin: 0;
	top: -4px;
	transition: .2s;
}
.staffWrapper > .swiper-button-prev {
	left: 11px;
}
.staffWrapper > .swiper-button-next {
	right: 11px;
	transform: scale(-1, 1);
}
.staffWrapper > .swiper-button-next.swiper-button-disabled,
.staffWrapper > .swiper-button-prev.swiper-button-disabled {
	opacity: .18;
}
.staffWrapper > .swiper-pagination {
	display: flex;
	justify-content: center;
	width: calc(100% - 40px);
	top: 14px;
	transition: .2s;
}
.staffWrapper > .swiper-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	margin: 0 2px;
	transition: .2s;
}
.staffWrapper > .swiper-pagination .swiper-pagination-bullet-active {
	background: #b21f6d;
	transform: scale(1.5);
}
.staffBox .swiper-slide {
	z-index: -1;
}
.staffBox .swiper-slide-active {
	z-index: 1;
}
.staffList > li > .photo {
	display: none;
}
.staffList .profile {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.staffList .profile .photo {
	width: 40%;
	margin-right: 10px;
}
.staffList .profile .detail {
	flex: 1;
}
.staffList .profile .detail .position {
	margin-bottom: 5px;
}
.staffList .profile .detail .position span {
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background: #851970;
	padding: 2px 5px 3px;
}
.staffList .profile .detail h4 {
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.staffList .profile .detail h4 .en {
	font-size: 1.2rem;
	margin-left: 10px;
}
.staffList .profile .detail ul li {
	margin-bottom: 10px;
}
.staffList .profile .detail ul li:last-child {
	margin-bottom: 0;
}
.staffList .profile .detail dl {
	font-size: 1.2rem;
}
.staffList .profile .detail dl dd {
	font-weight: 600;
}
.staffList .case {
	margin-bottom: 10px;
}
.staffList .info .instagram {
	font-size: 1.2rem;
	text-align: center;
}
.staffList .info .instagram a {
	background: url(../img/common/icon_instagram_color.svg) no-repeat left/13px auto;
	padding-left: 16px;
}
.staffList .info .instagram a span {
	border-bottom: 1px solid #333;
	transition: .2s;
}
.staffList .info .instagram a:hover span {
	border-color: transparent;
}
.staffList .caseTtl {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.caseList li a {
	display: block;
	position: relative;
}
.caseList li a:before {
	content: "";
	width: 15px;
	height: 15px;
	background: rgba(0,0,0,.4)  no-repeat center/10px 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.caseList li a:hover {
	opacity: .7;
}
.case .swiper-button-prev:after, .case .swiper-button-next:after {
	content: none;
}
.case .swiper-button-prev, .case .swiper-button-next {
    width: 30px;
    height: 100%;
    margin: 0;
    transform: translateY(-50%);
    background: url("https://med-beauty.net/wp-content/themes/MED_BEAUTY/img/common/icon_white_arrow.svg") no-repeat center/12px auto;
}
.case .swiper-button-prev {
	left: 0;
}
.case .swiper-button-next {
	right: 0;
	transform: translateY(-50%) scale(-1, 1);
}
.case > .swiper-pagination {
	display: flex;
	justify-content: center;
}
.case > .swiper-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	margin: 0 2px !important;
	transition: .2s;
}
.case > .swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(0,0,0,.8);
	transform: scale(1.5);
}
#popupBg {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
.popupImg {
	display: none;
	position: fixed;
	width: calc(100% - 20px);
	max-width: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.popupImg img {
	max-width: 100%;
	height: auto;
}
.popupImg .closeBtn {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.popupImg .closeBtn:before,
.popupImg .closeBtn:after {
	content: "";
	background: #fff;
	width: 16px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.popupImg .closeBtn:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.popupImg .closeBtn:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
body.popOpen {
	overflow: hidden;
}
@media screen and (min-width: 560px) {
	.staffList > li {
		display: flex;
	}
	.staffList > li > .photo {
		display: block;
		width: 40%;
		margin-right: 20px;
	}
	.staffList .profile .photo {
		display: none;
	}
	.staffList .info {
		width: calc(60% - 20px);
	}
}
@media screen and (min-width: 768px) {
	.staffBox > .swiper-button-next,
	.staffBox > .swiper-button-prev {
		display: block;
	}
	.staffWrapper > .swiper-pagination .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
		margin: 0 3px;
	}
	.staffWrapper > .swiper-pagination .swiper-pagination-bullet-active {
		transform: scale(1.4);
	}
	.staffWrapper > .swiper-button-next,
	.staffWrapper > .swiper-button-prev {
		top: -3px;
	}
	.staffList > li > .photo {
		width: 35%;
	}
	.staffList .info {
		width: calc(65% - 20px);
	}
	.case .swiper-pagination,
	.case .swiper-button-prev,
	.case .swiper-button-next {
		display: none;
	}
	.case .caseList {
		display: flex;
		justify-content: space-between;
	}
	.case .caseList li {
		width: calc(100% / 3 - 5px);
	}
	.swiper-container-fade .case .swiper-slide {
		pointer-events: initial !important;
	}
	.staffList .info .instagram {
		text-align: right;
	}
}
@media screen and (min-width: 960px) {
	#clInfo .staff h3 {
		font-size: 2rem;
		margin: 0 -80px 20px;
	}
	.thumbList .thumb {
		border-top-width: 3px;
	}
	.staffWrapper {
		margin: 0 -60px;
		padding: 35px 60px 0;
	}
	.staffWrapper > .swiper-pagination {
		top: 16px;
	}
	.staffWrapper > .swiper-button-next,
	.staffWrapper > .swiper-button-prev {
		width: 40px;
		height: 80px;
		background: none;
		top: calc((100% - 40px) / 2 + 40px);
		margin-top: -40px;
	}
	.staffWrapper > .swiper-button-next:before,
	.staffWrapper > .swiper-button-prev:before {
		content: "";
		width: 30px;
		height: 30px;
		border-top: 2px solid #555;
		border-right: 2px solid #555;
		margin-left: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-135deg);
		transition: .2s;
	}
	.staffWrapper > .swiper-button-next:hover:before,
	.staffWrapper > .swiper-button-prev:hover:before {
		border-color: #A69365;
	}
	.staffWrapper > .swiper-button-prev {
		left: 0;
	}
	.staffWrapper > .swiper-button-next {
		right: 0;
		transform: scale(-1, 1);
	}
	.staffList > li {
		border-top-width: 3px;
		padding: 20px;
	}
	.staffList > li > .photo {
		width: 253.5px;
	}
	.staffList .info {
		flex: 1;
	}
	.staffList .profile .detail .position span {
		font-size: 1.3rem;
		padding: 2px 10px 3px;
	}
	.staffList .profile .detail h4 {
		font-size: 2.6rem;
	}
	.staffList .profile .detail h4 .en {
		font-size: 1.6rem;
		margin-left: 15px;
	}
	.staffList .profile .detail dl {
		display: flex;
		font-size: 1.6rem;
	}
	.staffList .profile .detail dl dt {
		white-space: nowrap;
	}
	.staffList .caseTtl {
		font-size: 1.6rem;
	}
}

.post_content ul {
    list-style:none;
    margin-left:0;
}
.post_content ul, .post_content ol, .post_content dl {
    margin-bottom:0;
}