@charset "utf-8";
/* CSS Document */
/*====================================
parts
====================================*/
/* 下層ページタイトル
--------------------------------------*/
.sec_pagettl:before{
	opacity: .6;
	background: linear-gradient(252deg, #F3F0E4 0%, #887B5B 35%, #887B5B 100%);
}
.sec_pagettl.has--clinic_list{
	position: relative;
}
.sec_pagettl.has--clinic_list .pagettl_clinic_list_wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .6);
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sec_pagettl.has--clinic_list .pagettl_clinic_list_wrap_inner{
	display: flex;
	align-items: center;
}
.sec_pagettl.has--clinic_list .pagettl_clinic_ttl{
	font-weight: 500;
	font-size: 1.5rem;
	margin-right: 2rem;
	color: #72684B;
}
.sec_pagettl.has--clinic_list .pagettl_clinic_list{
	display: flex;
	flex-wrap: wrap;
	flex:1;
}
.sec_pagettl.has--clinic_list .pagettl_clinic_item{
	box-sizing: border-box;
	border-radius: 2px;
	width: calc((100% - 1.5rem) / 4);
	background-color: #F5F5F5;
	color: #72684B;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	padding: 2px;
}
.sec_pagettl.has--clinic_list .pagettl_clinic_item.is--active{
	background-color: #72684B;
	color: #fff;
}

@media screen and (max-width: 959px) {
	.sec_pagettl{
		height: auto;
		min-height: 14rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.sec_pagettl.has--clinic_list{
		background-image: url(../img/common/pagettl-bg2-sp.jpg);
		min-height: 19.5rem;
		padding-bottom: 4.5rem;
	}
	.sec_pagettl.has--clinic_list .pagettl .main{
		line-height: 1.3;
	}
	.sec_pagettl.has--clinic_list .pagettl_clinic_item:not(:nth-child(4n)){
		margin-right: 0.5rem;
	}
	.sec_pagettl.has--clinic_list .pagettl_clinic_item:nth-child(n+5){
		margin-top: 0.5rem;
	}
	.sec_pagettl .pagettl.wordcount--over11 .main{
		font-size: 2.7rem;
	}
	.sec_pagettl .pagettl.wordcount--over11 .sub{
		margin-top: 1.2rem;
	}
}

@media screen and (min-width: 960px) {
	.sec_pagettl{
		padding-right: 80px;
	}
	.sec_pagettl.has--clinic_list .pagettl_clinic_list_wrap{
		padding-bottom: 0;
	}
	.sec_pagettl.has--clinic_list .pagettl_clinic_list_wrap_inner{
		padding-left: 80px;
		box-sizing: border-box;
	}
	.sec_pagettl.has--clinic_list .pagettl_clinic_ttl{
		font-size: 18px;
		margin-right: 40px;
	}
	.sec_pagettl.has--clinic_list .pagettl_clinic_item{
		width: 80px;
		padding: 9px 10px;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.sec_pagettl.has--clinic_list .pagettl_clinic_item:not(:last-child){
		margin-right: 10px;
	}
}

/* 背景
--------------------------------------*/
.bg--grad1{
	background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 77rem, #F5F5F5 100%);
}

@media screen and (min-width: 960px) {
	.bg--grad1{
		background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 775px, #F5F5F5 100%);
	}
}

/* アンカーリスト
--------------------------------------*/
.cmn_anchor_list{
	display: flex;
	flex-wrap: wrap;
}
.cmn_anchor_list .anchor_item{
	box-sizing: border-box;
	position: relative;
	border-radius: 2px;
	background: linear-gradient(to bottom, #D2B4D9 0%, #B994B9 100%);
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
	padding: 1rem 3.7rem 1rem 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5rem;
	width: calc((100% - 1rem) / 2);
}
.cmn_anchor_list .anchor_item .arrow_mark{
	position: absolute;
	background-color: #734A75;
	border-radius: 2px;
	width: 2rem;
	height: 2rem;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cmn_anchor_list .anchor_item .arrow_mark .arrow{
	transform: translate(10%) rotate(90deg);
}
.cmn_anchor_list .anchor_item .arrow_mark .arrow:before,
.cmn_anchor_list .anchor_item .arrow_mark .arrow:after{
	background-color: #fff;
}

@media screen and (max-width: 959px) {
	.cmn_anchor_list{
		justify-content: space-between;
	}
	.cmn_anchor_list .anchor_item:nth-child(n+3){
		margin-top: 1rem;
	}
}

@media screen and (min-width: 960px) {
	.cmn_anchor_list .anchor_item{
		font-size: 16px;
		padding: 18px 40px 18px 16px;
		min-height: 50px;
		width: calc((100% - 45px) / 4);
	}
	.cmn_anchor_list .anchor_item:not(:nth-child(4n)){
		margin-right: 15px;
	}
	.cmn_anchor_list .anchor_item:nth-child(n+5){
		margin-top: 15px;
	}
	.cmn_anchor_list .anchor_item .arrow_wrap{
		width: 20px;
		height: 20px;
		right: 15px;
	}
}

/* よくある質問
--------------------------------------*/
.list--faq .list--faq-item:not(:last-child){
	margin-bottom: 2rem;
}
.list--faq .list--faq-q{
	position: relative;
	border-radius: 2px;
	background-color: #8F8365;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.3;
	padding: 1.5rem 5rem 1.5rem 5rem;
}
.list--faq .list--faq-q:before{
	content: 'Q';
	position: absolute;
	pointer-events: none;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
.list--faq .list--faq-a{
	padding-top: 1rem;
}
.list--faq .list--faq-q .arrow_mark{
	position: absolute;
	background-color: #fff;
	border-radius: 2px;
	width: 2rem;
	height: 2rem;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.list--faq .list--faq-q .arrow_mark .arrow{
	transform: translate(10%) rotate(90deg);
}
.list--faq .list--faq-q.is--open .arrow_mark .arrow{
	transform: translate(10%) rotate(90deg) rotateY(180deg);
}

@media screen and (min-width: 960px) {
	.list--faq .list--faq-item:not(:last-child){
		margin-bottom: 30px;
	}
	.list--faq .list--faq-q{
		font-size: 22px;
		padding: 18px 70px 18px 74px;
		cursor: pointer;
	}
	.list--faq .list--faq-q:before{
		font-size: 22px;
		left: 30px;
	}
	.list--faq .list--faq-a{
		padding-top: 20px;
	}
	.list--faq .list--faq-q .arrow_mark{
		width: 30px;
		height: 30px;
		right: 20px;
	}
	.list--faq .list--faq-q .arrow_mark .arrow{
		width: 14px;
		height: 6px;
	}
}

/* 院別予約導線
--------------------------------------*/
.list--clinic-reserve{
	display: flex;
	flex-wrap: wrap;
}
.list--clinic-reserve .clinic-item{
	width: calc((100% - 3rem) / 2);
}
.list--clinic-reserve .clinic-ttl-box{
	margin-bottom: 2rem;
}
.list--clinic-reserve .clinic-ttl{
	line-height: 1;
	position: relative;
	padding-left: 1.5rem;
	color: #72684b;
	font-size: 2rem;
}
.list--clinic-reserve .clinic-ttl:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: calc(50% - 1rem);
	left: 0;
	width: 0.4rem;
	height: 2rem;
	border-radius: 2px;
	background-color: #38AFCB;
}
.list--clinic-reserve .clinic-ttl-label{
	line-height: 1;
	border: 1px solid #707070;
	border-radius: 1rem;
	text-align: center;
	padding: 0.5rem;
	color: #72684b;
	font-size: 1.3rem;
}
.list--clinic-reserve .clinic-btns .clinic-btn{
	height: 6rem;
	border: none;
}
.list--clinic-reserve .clinic-btn:not(:last-child){
	margin-bottom: 1rem;
}
.list--clinic-reserve .clinic-btn svg{
	width: 1.9rem;
	height: 1.5rem;
	margin-right: 0.6rem;
}
.list--clinic-reserve .clinic-btn path{
	fill: #72684B;
}
.list--clinic-reserve .clinic-btn .txt{
	color: #72684b;
	font-size: 1.5rem;
}
.list--clinic-reserve .clinic-btn.reserve{
	background-color: #EAF6F9;
}
.list--clinic-reserve .clinic-btn.tel{
	background-color: #fff;
	border: 1px solid #D7EFF5;
}
.list--clinic-reserve .clinic-btn.tel svg{
	width: 1.3rem;
	height: 1.3rem;
	margin-right: 0.4rem;
}

.list--clinic-reserve.list--partnership-reserve{
	line-height: 1.45;
}
.list--clinic-reserve.list--partnership-reserve .clinic-ttl:before{
	height: calc(100% - 1rem);
	top: calc((100% - (100% - 1rem)) / 2);
	background-color: #72684B;
}
.list--clinic-reserve.list--partnership-reserve .clinic-btn.reserve{
	background-color: #EBEBEB;
}
.list--clinic-reserve.list--partnership-reserve .clinic-btn.tel{
	border-color: #EBEBEB;
}

@media screen and (max-width: 1149px) {
	.list--clinic-reserve .clinic-item{
		display: flex;
		flex-direction: column;
	}
	.list--clinic-reserve .clinic-ttl-box{
		flex: 1;
	}
	.list--clinic-reserve .clinic-ttl-label{
		margin-top: 1rem;
	}
}
@media screen and (max-width: 959px) {
	.list--clinic-reserve .clinic-item:not(:nth-child(2n)){
		margin-right: 3rem;
	}
	.list--clinic-reserve .clinic-item:nth-child(n+3){
		margin-top: 4.5rem;
	}
}

@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item{
		width: calc((100% - 114px) / 4);
	}
	.list--clinic-reserve .clinic-item:not(:nth-child(4n)){
		margin-right: 38px;
	}
	.list--clinic-reserve .clinic-item:nth-child(n+5){
		margin-top: 60px;
	}
	.list--clinic-reserve .clinic-ttl{
		padding-left: 15px;
		font-size: 22px;
	}
	.list--clinic-reserve .clinic-ttl:before{
		top: calc(50% - 10px);
		width: 4px;
		height: 20px;
	}
	.list--clinic-reserve .clinic-ttl-label{
		border-radius: 11px;
		padding: 5px 13px;
		font-size: 13px;
	}
	.list--clinic-reserve .clinic-btn{
		height: 60px;
	}
	.list--clinic-reserve .clinic-btn:not(:last-child){
		margin-bottom: 10px;
	}
	.list--clinic-reserve .clinic-btn svg{
		width: 19px;
		height: 15px;
		margin-right: 6px;
	}
	.list--clinic-reserve .clinic-btn path{
		transition: fill .3s ease;
	}
	.list--clinic-reserve .clinic-btn .txt{
		font-size: 15px;
		transition: color .3s ease;
	}
	.list--clinic-reserve .clinic-btn:hover path{
		fill: #FFF;
	}
	.list--clinic-reserve .clinic-btn:hover .txt{
		color: #fff;
	}
	.list--clinic-reserve .clinic-btn.tel{
		pointer-events: none;
	}
	.list--clinic-reserve .clinic-btn.tel svg{
		width: 13px;
		height: 13px;
		margin-right: 4px;
	}

	.list--clinic-reserve.list--partnership-reserve .clinic-btn.reserve:hover{
		background-color: #72684B;
	}
}
@media screen and (min-width: 1150px) {
	.list--clinic-reserve .clinic-ttl-box{
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.list--clinic-reserve .clinic-ttl-label{
		margin-left: 10px;
	}
}

/*===============================
404
===============================*/
#page_404 .sec_404{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
#page_404 .sec_404 .sec_ttl{
	margin-bottom: 4rem;
}
#page_404 .sec_404 .blc_txt{
	text-align: center;
}
#page_404 .sec_404 .btn{
	margin-top: 6rem;
}

@media screen and (max-width: 599px) {
	#page_404 .sec_404 .sec_ttl{
		line-height: 1.7;
	}
}

@media screen and (min-width: 960px) {
	#page_404 .sec_404{
		padding-top: 80px;
		padding-bottom: 160px;
	}
	#page_404 .sec_404 .sec_ttl br.disp--sp{
		display: none;
	}
	#page_404 .sec_404 .btn{
		margin-top: 50px;
		width: 40rem;
		margin-left: auto;
		margin-right: auto;
	}
}


/*===============================
doctor
===============================*/
#doctor .sec_greeting:before{
	background:url(../img/doctor/greeting-doctor1-bg-sp.jpg) no-repeat center bottom;
	background-size:cover;
}
#doctor .sec_greeting:after{
	background:linear-gradient(to bottom, #F5F5F5 0%, rgba(255, 255, 255, .4) 100%);
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting:before{
		background-image:url(../img/doctor/greeting-doctor1-bg-pc.jpg);
	}
}

#doctor .sec_greeting .blc_greeting .box_img .name{
	color: #444;
	text-shadow: 1px 1px 0px #FFF, 0 3px 6px rgba(255, 255, 255, 0.16), 0 3px 6px rgba(255, 255, 255, 0.16);
}
#doctor .sec_greeting .blc_career .blc_ttl .ttl{
	color: #72684B;
}
#doctor .sec_greeting .blc_career .blc_ttl .border{
	background-color: #C9C9C9;
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting .blc_greeting .box_img .name{
		text-shadow: -1px 1px 0px #FFF, 0 3px 6px rgba(255, 255, 255, 0.16), 0 3px 6px rgba(255, 255, 255, 0.16);
	}
}

#doctor .sec_greeting .blc_career.career_sns .sns-list{
	display: flex;
}
#doctor .sec_greeting .blc_career.career_sns .sns-item{
	position: relative;
	width: 50%;
}
#doctor .sec_greeting .blc_career.career_sns .sns-icon-box{
	box-sizing: border-box;
	height: 8.1rem;
	width: 100%;
	text-align: center;
}
#doctor .sec_greeting .blc_career.career_sns .youtube .sns-icon-box{
	padding-top: 0.5rem;
}
#doctor .sec_greeting .blc_career.career_sns .youtube .sns-icon-box img{
	width: 7.8rem;
}
#doctor .sec_greeting .blc_career.career_sns .instagram .sns-icon-box img{
	width: 6.6rem;
}
#doctor .sec_greeting .blc_career.career_sns .tiktok .sns-icon-box img{
	width: 5.4rem;
}
#doctor .sec_greeting .blc_career.career_sns .twitter .sns-icon-box img{
	width: 7.4rem;
}
#doctor .sec_greeting .blc_career.career_sns .sns-name{
	margin-bottom: 1.5rem;
	color: #444;
}
#doctor .sec_greeting .blc_career.career_sns .sns-txt{
	color: #929292;
}
#doctor .sec_greeting .blc_career.career_sns .sns-link{
	margin-top: 1.8rem;
}
#doctor .sec_greeting .blc_career.career_sns .sns-link .link{
	display: inline-block;
	position: relative;
	padding-right: 1.7rem;
	line-height: 1;
	color: #000;
	text-decoration: underline;
}
#doctor .sec_greeting .blc_career.career_sns .sns-link .link .icon{
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 2px;
}

#doctor .sec_greeting .blc_career.career_sns .box-movie{
	margin-top: 5rem;
}
#doctor .sec_greeting .blc_career.career_sns .movie-container:not(:last-child){
	margin-bottom: 4rem;
}
#doctor .sec_greeting .blc_career.career_sns .movie-container .container-ttl{
	padding-bottom: 1.3rem;
	border-bottom: 1px solid #E8E4E4;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}
#doctor .sec_greeting .blc_career.career_sns .movie-container .container-ttl .icon{
	width: 2.4rem;
}
#doctor .sec_greeting .blc_career.career_sns .movie-container .container-ttl .txt{
	font-size: 1.8rem;
	padding-left: 1rem;
}
#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .container-ttl .icon{
	width: 1.5rem;
}
#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .movie-list{
	display: flex;
}
#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .movie-item{
	width: calc((100% - 2rem) / 2);
}

@media screen and (max-width: 959px) {
	#doctor .sec_greeting .blc_career.career_sns .sns-list{
		flex-wrap: wrap;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-item{
		box-sizing: border-box;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-item:nth-child(odd){
		padding-right: 2rem;
		background-image: linear-gradient(to bottom, #D6D6D6, #D6D6D6 0.8rem, transparent 0.8rem, transparent 1.6rem);
		background-size: 1px 1.6rem;
		background-position: right bottom;
		background-repeat: repeat-y;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-item:nth-child(even){
		padding-left: 2rem;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-item:nth-child(n+3){
		margin-top: 8rem;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-item:nth-child(3):before{
		content: '';
		display: block;
		position: absolute;
		pointer-events: none;
		width: 200%;
		height: 1px;
		background-image: linear-gradient(to right, #D6D6D6, #D6D6D6 0.8rem, transparent 0.8rem, transparent 1.6rem);
		background-size: 1.6rem 1px;
		background-position: right bottom;
		background-repeat: repeat-x;
		left: 0;
		top: -4rem;
	}

	#doctor .sec_greeting .blc_career.career_sns .movie-container.youtube .movie-item:not(:last-child){
		margin-bottom: 2rem;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .movie-list{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .movie-item:nth-child(n+3){
		margin-right: 2rem;
	}
}

@media screen and (min-width: 960px) {
	#doctor .sec_greeting .blc_career.career_sns .sns-item{
		width: calc((100% - 30px * 3) / 4);
		padding-left: 40px;
		padding-right: 40px;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-item:not(:last-child){
		padding-right: 55px;
		background-image: linear-gradient(to bottom, #D6D6D6, #D6D6D6 8px, transparent 8px, transparent 16px);
		background-size: 1px 16px;
		background-position: right bottom;
		background-repeat: repeat-y;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-item:not(:first-child){
		padding-left: 55px;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-icon-box{
		height: 94px;
	}
	#doctor .sec_greeting .blc_career.career_sns .twitter .sns-icon-box{
		padding-top: 5px;
	}
	#doctor .sec_greeting .blc_career.career_sns .sns-link{
		width: calc(100% + 10px);
	}
	#doctor .sec_greeting .blc_career.career_sns .link:hover{
		text-decoration: none;
	}

	#doctor .sec_greeting .blc_career.career_sns .box-movie{
		margin-top: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container:not(:last-child){
		margin-bottom: 50px;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container .container-ttl{
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container .container-ttl .icon{
		width: 30px;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container .container-ttl .txt{
		font-size: 24px;
		padding-left: 10px;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container .movie-item a{
		transition: opacity .3s ease;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container .movie-item a:hover{
		opacity: 0.7;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container.youtube .movie-list{
		display: flex;
		justify-content: space-between;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container.youtube .movie-item{
		width: calc((100% - 30px) / 2);
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .container-ttl .icon{
		width: 18px;
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .movie-list{
		width: calc(100% + 30px);
	}
	#doctor .sec_greeting .blc_career.career_sns .movie-container.tiktok .movie-item{
		width: 190px;
		margin-right: 30px;
	}
}

#doctor .sec_omoi{
	padding-bottom: 4rem;
	background-color: #F5F3EE;
}
#doctor .sec_omoi .top_bg_img{
	width: 100%;
	height: 35rem;
	background: url(../img/doctor/omoi-bg-sp.jpg) no-repeat center center;
	background-size: cover;
}
#doctor .sec_omoi .sec_inner{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 8px 6px 0 rgba(150, 150, 150, .1);
	padding: 4.2rem 2rem 3rem 2rem;
	margin-top: -4rem;
}
#doctor .sec_omoi .omoi_blc{
	border-radius: 2px;
	background-color: #F5F5F5;
	padding: 2rem;
}
#doctor .sec_omoi .omoi_blc:not(:last-child){
	margin-bottom: 1rem;
}
#doctor .sec_omoi .omoi_blc .blc_ttl{
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.66;
	margin-bottom: 2rem;
	color: #444;
}
#doctor .sec_omoi .omoi_blc .txt p:not(:last-child){
	margin-bottom: 1.5em;
}

@media screen and (max-width: 959px) {
	#doctor .sec_omoi .omoi_blc .blc_ttl{
		width: calc(100% + 1em);
		margin-left: -0.5em;
	}
}

@media screen and (min-width: 960px) {
	#doctor .sec_omoi{
		padding-bottom: 8.5rem;
	}
	#doctor .sec_omoi .top_bg_img{
		height: 550px;
		background-image: url(../img/doctor/omoi-bg-pc.jpg);
	}
	#doctor .sec_omoi .sec_inner{
		padding: 70px 40px 40px 40px;
		margin-top: -60px;
	}
	#doctor .sec_omoi .omoi_blc{
		padding: 40px;
	}
	#doctor .sec_omoi .omoi_blc .blc_ttl{
		font-size: 20px;
		line-height: 1.75;
		margin-bottom: 30px;
	}
	#doctor .sec_omoi .omoi_blc .blc_ttl br.disp--sp{
		display: none;
	}
}
@media screen and (min-width: 1150px) {
	#doctor .sec_omoi .top_bg_img{
		background-position: center top;
	}
	#doctor .sec_omoi .sec_inner{
		width: 1000px;
	}
}

/*===============================
privacy
===============================*/
#privacy .sec_privacy{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
#privacy .sec_privacy .blc_lead{
	margin-bottom: 3rem;
}
#privacy .sec_privacy .policy_blc:not(:last-child){
	margin-bottom: 1rem;
}
#privacy .sec_privacy .blc_signature{
	margin-top: 2rem;
}

@media screen and (max-width: 959px) {
	#privacy .sec_privacy .pc{
		display: none;
	}
	#privacy .sec_privacy .blc_lead,
	#privacy .sec_privacy .blc_signature{
		font-size: 1.4rem;
		line-height: 1.78;
	}
}

@media screen and (min-width: 960px) {
	#privacy .sec_privacy .sp{
		display: none;
	}
	#privacy .sec_privacy{
		padding-top: 40px;
		padding-bottom: 85px;
	}
	#privacy .sec_privacy .blc_lead{
		line-height: 1.66;
		margin-bottom: 40px;
		text-align: center;
	}
	#privacy .sec_privacy .policy_blc:not(:last-child){
		margin-bottom: 10px;
	}
	#privacy .sec_privacy .blc_signature{
		margin-top: 25px;
		line-height: 1.66;
	}
}


/*===============================
faq
===============================*/
#faq .sec_anchor{
	padding-top: 4rem;
}
#faq .sec_anchor .anchor_list{
	margin-bottom: 4rem;
}
#faq .faq_sec_wrap{
	padding-top: 3rem;
	padding-bottom: 4rem;
}
#faq .faq_sec:not(:last-child){
	margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
	#faq .sec_anchor{
		padding-top: 40px;
	}
	#faq .sec_anchor .anchor_list{
		margin-bottom: 60px;
	}
	#faq .sec_anchor .lead_txt{
		text-align: center;
	}
	#faq .faq_sec_wrap{
		padding-top: 40px;
		padding-bottom: 85px;
	}
	#faq .faq_sec:not(:last-child){
		margin-bottom: 30px;
	}
}

/*===============================
sitemap
===============================*/
#sitemap .sitemap_sec_wrap{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
#sitemap .sitemap_sec:not(:last-child){
	margin-bottom: 2rem;
}
#sitemap .sitemap_sec .sec_ttl.has--small_txt{
	display: flex;
	align-items: center;
}
#sitemap .sitemap_sec .sec_ttl.has--small_txt .small_txt{
	color: #444;
	font-size: 1.3rem;
	font-weight: 500;
	padding-left: 1.7rem;
	line-height: 1;
	letter-spacing: 0;
}
#sitemap .link_list .link_item{
	display: block;
	box-sizing: border-box;
	background-color: #F5F5F5;
	position: relative;
	padding: 1.6rem 5rem 1.6rem 2rem;
	font-size: 1.5rem;
	color: #444;
	font-weight: 500;
	line-height: 1.3;
}
#sitemap .link_list .link_item .arrow_mark{
	width: 2rem;
	height: 2rem;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	right: 2rem;
}

@media screen and (max-width: 959px) {
	#sitemap .link_list .link_item:not(:last-child){
		margin-bottom: 0.5rem;
	}
}

@media screen and (min-width: 960px) {
	#sitemap .sitemap_sec_wrap{
		padding-top: 40px;
		padding-bottom: 85px;
	}
	#sitemap .sitemap_sec:not(:last-child){
		margin-bottom: 30px;
	}
	#sitemap .sitemap_sec .sec_ttl.has--small_txt .small_txt{
		font-size: 15px;
		padding-left: 20px;
	}
	#sitemap .link_list{
		display: flex;
		flex-wrap: wrap;
	}
	#sitemap .link_list .link_item{
		padding: 15px 50px 15px 20px;
		font-size: 15px;
		width: calc((100% - 40px) / 5);
		transition: background .3s ease, color .3s ease;
	}
	#sitemap .link_list .link_item:hover{
		background-color: #C4BEAE;
		color: #fff;
	}
	#sitemap .link_list .link_item:not(:nth-child(5n)){
		margin-right: 10px;
	}
	#sitemap .link_list .link_item:nth-child(n+6){
		margin-top: 10px;
	}
	#sitemap .link_list .link_item .arrow_mark{
		width: 20px;
		height: 20px;
		right: 20px;
	}
}

/*===============================
access
===============================*/
#access .bg--grad1{
	background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 50%, #F5F5F5 100%);
}
#access .sec_anchor{
	margin-bottom: 4rem;
}
#access .sec_anchor .clinic_block{
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-radius: 2px;
	padding: 2rem;
}
#access .sec_anchor .clinic_area_ttl{
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 1.2rem;
	color: #000;
	margin-left: -0.5em;
}
#access .sec_anchor .clinic_list{
	display: flex;
	flex-wrap: wrap;
}
#access .sec_anchor .clinic_item{
	box-sizing: border-box;
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 2px;
	padding: 1.5rem 3rem 1.5rem 1rem;
}
#access .sec_anchor .clinic_arrow{
	box-sizing: border-box;
	width: 1.4rem;
	height: 1.4rem;
	background-color: #72684B;
	padding-bottom: 1px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 1rem;
	top: calc((100% - 1.4rem) / 2);
	transform: rotate(90deg);
}
#access .sec_anchor .clinic_arrow .arrow{
	width: 7px;
	height: 4px;
}
#access .sec_anchor .clinic_arrow .arrow:before,
#access .sec_anchor .clinic_arrow .arrow:after{
	background-color: #fff;
}
#access .sec_anchor .clinic_ttl{
	font-size: 1.4rem;
	line-height: 1.3;
	color: #72684b;
}

#access .sec_anchor .wrap_partnership{
	margin-top: 2rem;
	border-top: 1px solid #E1E1E1;
	padding-top: 2rem;
}
#access .sec_anchor .wrap_partnership .clinic_item{
	width: 100%;
	margin: 0;
	background-color: #EBEBEB;
	text-align: center;
}

@media screen and (max-width: 959px) {
	#access .sec_anchor .clinic_area:not(:last-child){
		margin-bottom: 2.5rem;
	}
	#access .sec_anchor .clinic_item{
		width: calc((100% - 0.8rem * 2) / 3);
	}
	#access .sec_anchor .clinic_item:not(:nth-child(3n)){
		margin-right: 0.8rem;
	}
	#access .sec_anchor .clinic_item:nth-child(n+4){
		margin-top: 0.8rem;
	}
}

@media screen and (min-width: 960px) {
	#access .sec_anchor{
		margin-bottom: 60px;
	}
	#access .sec_anchor .clinic_block{
		padding: 40px 20px;
	}
	#access .sec_anchor .clinic_area_list{
		display: flex;
	}
	#access .sec_anchor .clinic_area{
		width: calc((100% - (30px * 4 + 6px * 2)) / 7 * 2 + 6px);
	}
	#access .sec_anchor .clinic_area:nth-child(3),
	#access .sec_anchor .clinic_area:nth-child(4),
	#access .sec_anchor .clinic_area:nth-child(5){
		width: calc((100% - (30px * 4 + 6px * 2)) / 7);
	}
	#access .sec_anchor .clinic_area:not(:nth-child(5n)){
		margin-right: 30px;
	}
	#access .sec_anchor .clinic_area_ttl{
		font-size: 18px;
		margin-bottom: 20px;
	}
	#access .sec_anchor .clinic_area:nth-child(3) .clinic_list,
	#access .sec_anchor .clinic_area:nth-child(4) .clinic_list,
	#access .sec_anchor .clinic_area:nth-child(5) .clinic_list{
		display: block;
	}
	#access .sec_anchor .clinic_item{
		padding: 10px;
		transition: background .3s ease;
	}
	#access .sec_anchor .clinic_item:hover{
		background-color: #72684B;
	}
	#access .sec_anchor .clinic_area:nth-child(1) .clinic_item,
	#access .sec_anchor .clinic_area:nth-child(2) .clinic_item{
		width: calc((100% - 6px) / 2);
	}
	#access .sec_anchor .clinic_area:nth-child(1) .clinic_item:nth-child(odd),
	#access .sec_anchor .clinic_area:nth-child(2) .clinic_item:nth-child(odd){
		margin-right: 6px;
	}
	#access .sec_anchor .clinic_area:nth-child(1) .clinic_item:nth-child(n+3),
	#access .sec_anchor .clinic_area:nth-child(2) .clinic_item:nth-child(n+3){
		margin-top: 6px;
	}
	#access .sec_anchor .clinic_area:nth-child(3) .clinic_item,
	#access .sec_anchor .clinic_area:nth-child(4) .clinic_item,
	#access .sec_anchor .clinic_area:nth-child(5) .clinic_item{
		width: 100%;
	}
	#access .sec_anchor .clinic_area:nth-child(3) .clinic_item:not(:last-child),
	#access .sec_anchor .clinic_area:nth-child(4) .clinic_item:not(:last-child),
	#access .sec_anchor .clinic_area:nth-child(5) .clinic_item:not(:last-child){
		margin-bottom: 6px;
	}
	#access .sec_anchor .clinic_item:hover .clinic_arrow{
		background-color: #fff;
	}
	#access .sec_anchor .clinic_item:hover .arrow:before,
	#access .sec_anchor .clinic_item:hover .arrow:after{
		background-color: #72684B;
	}
	#access .sec_anchor .clinic_ttl{
		font-size: 16px;
		transition: color .3s ease;
	}
	#access .sec_anchor .clinic_item:hover .clinic_ttl{
		color: #fff;
	}

	#access .sec_anchor .wrap_partnership{
		margin-top: 3rem;
		padding-top: 3rem;
	}
	#access .sec_anchor .wrap_partnership .clinic_item{
		width: 30.2rem;
		background-color: #EBEBEB;
		text-align: center;
	}
	#access .sec_anchor .wrap_partnership .clinic_item:hover{
		background-color: #72684B;
	}
}
@media screen and (min-width: 1150px) {
	#access .sec_anchor .clinic_block{
		padding: 40px;
		width: 1070px;
		margin-left: auto;
		margin-right: auto;
	}
	#access .sec_anchor .clinic_item{
		padding: 15px;
	}
}

#access .access_sec:not(:last-child){
	margin-bottom: 2rem;
}
#access .access_sec .sec_ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#access .access_sec .sec_ttl .ttl_btn{
	font-size: 1.3rem;
	width: 20rem;
	height: 3rem;
	letter-spacing: 0;
}
#access .access_sec .info_tbl,
#access .access_sec .time_tbl{
	width: 100%;
}
#access .access_sec .info_tbl th{
	font-size: 1.5rem;
	font-weight: 500;
	color: #72684B;
}
#access .access_sec .info_tbl td{
	color: #444;
}
#access .access_sec .map_col .google_map_wrap{
	padding-top: 15rem;
	margin-bottom: 2rem;
}
#access .access_sec .map_col .google_map_wrap iframe{
	height: 15rem;
}
#access .access_sec .time_tbl tr th,
#access .access_sec .time_tbl tr td{
	color: #72684B;
	line-height: 1;
	padding: 1.3rem 0.5rem;
	text-align: center;
	font-weight: 500;
}
#access .access_sec .time_tbl tr:first-child th{
	background-color: #72684B;
	color: #fff;
	font-size: 1.5rem;
}
#access .access_sec .time_tbl tr:first-child th:not(:last-child){
	border-right: solid 1px #fff;
}
#access .access_sec .time_tbl tr:not(:first-child) th:not(:last-child),
#access .access_sec .time_tbl tr:not(:first-child) td:not(:last-child){
	border-right: solid 1px #C9C9C9;
}
#access .access_sec .time_tbl tr:not(:first-child):not(:last-child) th,
#access .access_sec .time_tbl tr:not(:first-child):not(:last-child) td{
	border-bottom: solid 1px #C9C9C9;
}
#access .access_sec .btn_list img{
	padding-right: 0.5rem;
	width: 2.2rem;
}
#access .access_sec .btn_tel img{
	width: 1.8rem;
}
#access .access_sec .street_view_wrap{
	padding-top: 15rem;
}
#access .access_sec .street_view_wrap iframe{
	height: 15rem;
}

#access .partnership_access_sec_list{
	margin-top: 3rem;
}
#access .partnership_list_ttl{
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}
#access .partnership_list_ttl .ttl{
	color: #72684b;
	padding: 0 2rem;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#access .partnership_list_ttl .border{
	flex: 1;
	height: 1px;
	border-radius: 3px;
	background-color: #C9C9C9;
}
#access .partnership_access_sec .map_col .google_map_wrap{
	margin-bottom: 0;
}

@media screen and (max-width: 959px) {
	#access .access_sec .tbl_col{
		margin-bottom: 3rem;
	}
	#access .access_sec .info_tbl th,
	#access .access_sec .info_tbl td{
		display: block;
	}
	#access .access_sec .info_tbl tr:not(:first-child) th{
		padding-top: 1.7rem;
	}
	#access .access_sec .info_tbl td{
		padding-top: 0.7rem;
		padding-bottom: 1.7rem;
		border-bottom: solid 1px #F5F5F5;
	}

	#access .partnership_access_sec .sec_ttl{
		display: block;
	}
	#access .partnership_access_sec .sec_ttl .ttl_btn{
		margin-top: 1.5rem;
	}
}

@media screen and (min-width: 960px) {
	#access .access_sec{
		padding: 40px;
	}
	#access .access_sec:not(:last-child){
		margin-bottom: 30px;
	}
	#access .access_sec .tbl_map_wrap{
		justify-content: space-between;
	}
	#access .access_sec .tbl_col{
		width: 47.66%;
		margin: 0;
	}
	#access .access_sec .info_tbl th,
	#access .access_sec .info_tbl td{
		border-bottom: solid 1px #F5F5F5;
		padding-bottom: 15px;
	}
	#access .access_sec .info_tbl tr:not(:first-child) th{
		padding-top: 15px;
	}
	#access .access_sec .info_tbl tr:not(:first-child) td{
		padding-top: 15px;
	}
	#access .access_sec .info_tbl th{
		font-size: 18px;
		width: 100px;
	}
	#access .access_sec .info_tbl td{
		font-size: 16px;
	}
	#access .access_sec .map_col{
		width: 48.59%;
	}
	#access .access_sec .map_col .google_map_wrap{
		padding-top: 230px;
	}
	#access .access_sec .map_col .google_map_wrap iframe{
		height: 230px;
	}
	#access .access_sec .time_tbl tr th,
	#access .access_sec .time_tbl tr td{
		font-size: 13px 5px;
		font-size: 18px;
	}
	#access .access_sec .btn_list .flex--column{
		width: calc((100% - 20px) / 3);
	}
	#access .access_sec .btn_list .flex--column:not(:nth-child(3n)){
		margin-right: 10px;
	}
	#access .access_sec .btn_tel{
		pointer-events: none;
	}
	#access .access_sec .btn_list img{
		padding-right: 10px;
		width: 25px;
	}
	#access .access_sec .btn_tel img{
		width: 18px;
	}
	#access .access_sec .street_view_wrap{
		padding-top: 300px;
	}
	#access .access_sec .street_view_wrap iframe{
		height: 300px;
	}

	#access .partnership_access_sec_list{
		margin-top: 60px;
	}
	#access .partnership_list_ttl{
		margin-bottom: 20px;
	}
	#access .partnership_list_ttl .ttl{
		padding-left: 40px;
		padding-right: 20px;
		font-size: 30px;
	}
}

/*===============================
case
===============================*/
#case .bg--grad1{
	padding-bottom: 4rem;
}
#case .sec_cat{
	padding-top: 4rem;
}
#case .sec_cat .sec_inner{
	box-sizing: border-box;
	border: solid 1px #F5F5F5;
	border-radius: 3px;
	background-color: #fff;
	padding: 2rem;
}
#case .sec_cat .cat_ttl{
	color: #72684B;
	font-size: 1.8rem;
	font-weight: 500;
}
#case .sec_cat .cat_list{
	display: flex;
	flex-wrap: wrap;
}
#case .sec_cat .cat_item{
	position: relative;
	overflow: hidden;
	margin-right: 1rem;
	margin-top: 1rem;
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	background-color: #F5F5F5;
	color: #72684B;
	font-size: 1.5rem;
	font-weight: 500;
	transition: color .3s ease;
}
#case .sec_cat .cat_item:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #D2B4D9 0%, #B994B9 100%);
	opacity: 0;
	transition: opacity .3s ease;
}
#case .sec_cat .cat_item:hover,
#case .sec_cat .cat_item.is--current{
	color: #fff;
}
#case .sec_cat .cat_item:hover:before,
#case .sec_cat .cat_item.is--current:before{
	opacity: 1;
}
#case .sec_cat .cat_item span{
	position: relative;
	z-index: 2;
	display: inline-block;
}
#case .case_sec_list{
	padding-top: 3rem;
}
#case .case_sec:not(:last-child){
	margin-bottom: 2rem;
}
#case .case_sec .sec_lead_txt{
	margin-bottom: 2rem;
}
#case .case_sec .case_item:not(:last-child){
	margin-bottom: 1rem;
}
#case .case_sec .case_item .lead_txt{
	margin-bottom: 2rem;
}
#case .case_sec .case_item .img_list{
	margin-bottom: 2rem;
}
#case .case_sec .case_item .detail_list{
	background-color: #fff;
	border-radius: 2px;
	padding: 0 2rem;
}
#case .case_sec .case_item .detail_item{
	padding: 2rem 0;
}
#case .case_sec .case_item .detail_item:not(:last-child){
	border-bottom: solid 1px #F5F5F5;
}
#case .case_sec .case_item .detail_item_ttl{
	color: #72684B;
	font-size: 1.5rem;
	font-weight: 500;
}
#case .cmn_pagebtm_note{
	padding-top: 4rem;
	padding-bottom: 0;
}

@media screen and (max-width: 959px) {
	#case .sec_cat .cat_ttl{
		margin-bottom: 0.8rem;
	}
	#case .case_sec .case_item .img_item:not(:last-child){
		margin-bottom: 1rem;
	}
	#case .case_sec .case_item .detail_item_ttl{
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 960px) {
	#case .bg--grad1{
		padding-bottom: 85px;
	}
	#case .sec_cat{
		padding-top: 40px;
	}
	#case .sec_cat .sec_inner{
		padding: 10px 30px 20px 40px;
		display: flex;
		align-items: center;
	}
	#case .sec_cat .cat_ttl{
		font-size: 18px;
		margin-right: 30px;
		margin-top: 10px;
	}
	#case .sec_cat .cat_list{
		flex: 1;
	}
	#case .sec_cat .cat_item{
		margin-right: 10px;
		margin-top: 10px;
		font-size: 15px;
		padding: 7px 20px;
	}
	#case .case_sec_list{
		padding-top: 40px;
	}
	#case .case_sec:not(:last-child){
		margin-bottom: 30px;
	}
	#case .case_sec .sec_lead_txt{
		margin-bottom: 20px;
	}
	#case .case_sec .case_item:not(:last-child){
		margin-bottom: 10px;
	}
	#case .case_sec .case_item .lead_txt{
		margin-bottom: 30px;
	}
	#case .case_sec .case_item .img_list{
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#case .case_sec .case_item .img_item{
		width: calc((100% - 30px) / 2);
	}
	#case .case_sec .case_item .img_item:nth-child(n+3){
		margin-top: 20px;
	}
	#case .case_sec .case_item .detail_list{
		padding: 10px 30px;
	}
	#case .case_sec .case_item .detail_item{
		padding: 20px 0;
		display: flex;
	}
	#case .case_sec .case_item .detail_item_ttl{
		box-sizing: border-box;
		width: 120px;
		padding-right: 10px;
		font-size: 18px;
		padding-top: 5px;
	}
	#case .case_sec .case_item .detail_item_txt{
		font-size: 16px;
		flex:1;
	}
	#case .cmn_pagebtm_note{
		padding-top: 85px;
	}
}

/*===============================
info
===============================*/
#info .info_page_wrap{
	background: linear-gradient(to bottom, #FFF 0%, #F5F5F5 42rem, #F5F5F5 100%);
}
#info .cat_ttl_list .cat_item .item_txt{
	color: #A8A8A8;
}
#info .cat_ttl_list .cat_item .item_txt.is--current{
	color: #72684B;
}
#info .select_wrap{
	background-color: #fff;
}

@media screen and (min-width: 960px) {
	#info .info_page_wrap{
		background: linear-gradient(to bottom, #FFF 0%, #F5F5F5 400px, #F5F5F5 100%);
	}
}

/*===============================
column
===============================*/
/* side
--------------------------------------*/
#column .l--sidemenu-wrap{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
#column .l--sidemenu-side .side_item:not(:last-child){
	padding-bottom: 2rem;
	border-bottom: solid 1px #E9E9E9;
}
#column .l--sidemenu-side .side_item:not(:first-child){
	padding-top: 2rem;
}
#column .l--sidemenu-side .side_item_inner{
	display: flex;
}
#column .l--sidemenu-side .side_item .item_txt{
	flex:1;
	font-size: 1.5rem;
	line-height: 1.656;
	color: #444;
}
#column .l--sidemenu-side .side_item .item_img{
	width: 37%;
	margin-left: 2rem;
}

@media screen and (min-width: 960px) {
	#column .l--sidemenu-wrap{
		padding-top: 40px;
	}
	#column .l--sidemenu-side .side_item:not(:last-child){
		padding-bottom: 20px;
	}
	#column .l--sidemenu-side .side_item:not(:first-child){
		padding-top: 20px;
	}
	#column .l--sidemenu-side .side_item .item_txt{
		font-size: 15px;
		line-height: 1.33;
	}
	#column .l--sidemenu-side .side_item:hover .item_txt{
		text-decoration: underline;
	}
	#column .l--sidemenu-side .side_item .item_img{
		margin-left: 10px;
	}
	#column .l--sidemenu-side .side_item .item_img img{
		transition: opacity .3s ease;
	}
	#column .l--sidemenu-side .side_item:hover .item_img img{
		opacity: .7;
	}
}
@media screen and (min-width: 1150px) {
	#column.page--archive .l--sidemenu-wrap{
		padding-bottom: 85px;
	}
	#column.page--single .l--sidemenu-wrap{
		padding-bottom: 60px;
	}
}


/* archive
--------------------------------------*/
#column .column_list .column_item{
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 8px 6px 0 rgba(150, 150, 150, .1);
	overflow: hidden;
}
#column .column_list .column_item .item_content{
	padding: 2rem 2rem 3rem 2rem;
}
#column .column_list .column_item .item_ttl{
	display: block;
	margin-bottom: 1.5rem;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.56;
}

@media screen and (max-width: 959px) {
	#column .column_list .column_item:not(:last-child){
		margin-bottom: 2rem;
	}
	#column .column_list .column_item .item_txt{
		font-size: 1.4rem;
		line-height: 1.78;
	}
}

@media screen and (min-width: 960px) {
	#column .column_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#column .column_list .column_item{
		width: 48.12%;
	}
	#column .column_list .column_item:nth-child(n+3){
		margin-top: 30px;
	}
	#column .column_list .column_item .item_img img{
		transition: opacity .3s ease;
	}
	#column .column_list .column_item .item_img:hover img{
		opacity: .7;
	}
	#column .column_list .column_item .item_content{
		padding: 20px 20px 30px 20px;
	}
	#column .column_list .column_item .item_ttl{
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 1.5;
	}
	#column .column_list .column_item .item_ttl:hover{
		text-decoration: underline;
	}
}


/* single
--------------------------------------*/
#column .sec_single{
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 8px 6px 0 rgba(150, 150, 150, .1);
	padding: 3rem 2rem;
}
#column .sec_single .edit_content{
	padding: 0;
}
#column .sec_single .column_item_head{
	margin-bottom: 1.3rem;
}
#column .sec_single .column_item_date{
	font-size: 1.1rem;
	line-height: 1;
}
#column .sec_single .column_item_ttl{
	color: #444;
	font-size: 1.6rem;
	line-height: 1.56;
	margin-bottom: 2rem;
}
#column .sec_single .sns_share_head_block{
	margin-bottom: 0.5rem;
	line-height: 1;
}
#column .sec_single .sns_share_head_block .cmn_sns_share_block,
#column .sns_share_block .cmn_sns_share_block{
	width: 100%;
}
#column .sec_single .column_item_img{
	text-align: center;
	margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
	#column .sec_single{
		padding: 40px;
	}
	#column .sec_single .column_item_head{
		margin-bottom: 20px;
	}
	#column .sec_single .column_item_date{
		font-size: 13px;
	}
	#column .sec_single .column_item_ttl{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#column .sec_single .sns_share_head_block{
		margin-bottom: 30px;
	}
	#column .sec_single .column_item_img{
		margin-bottom: 30px;
	}
}

/* cmn_column_blc */
#column .cmn_column_blc{
	border-radius: 2px;
	overflow: hidden;
}
#column .cmn_column_blc .blc_ttl{
	background-color: #EBDDEE;
	color: #72684B;
	font-size: 1.6rem;
	padding: 1.8rem 2rem;
}
#column .cmn_column_blc .blc_inner{
	padding: 2rem;
	background-color: #F5F5F5;
}

@media screen and (min-width: 960px) {
	#column .cmn_column_blc .blc_ttl{
		font-size: 20px;
		padding: 15px 30px;
	}
	#column .cmn_column_blc .blc_inner{
		padding: 20px;
	}
}

#column .tbl--of-contents{
	margin-top: 3rem;
	margin-bottom: 4rem;
	line-height: 1;
}
#column .tbl--of-contents .tbl_box{
	padding: 2rem;
	background-color: #fff;
}
#column .tbl--of-contents .tbl_box:not(:last-child){
	margin-bottom: 1rem;
}
#column .tbl--of-contents .anchor_h2,
#column .tbl--of-contents .anchor_h3{
	padding-left: 2rem;
}
#column .tbl--of-contents .anchor_h2{
	position: relative;
	font-size: 1.4rem;
	line-height: 1.42;
	font-weight: 500;
	color: #72684B;
}
#column .tbl--of-contents .anchor_h2:before{
	content:'';
	display: block;
	position: absolute;
	pointer-events: none;
	background-color: #887B5B;
	width: 1rem;
	height: 1rem;
	border-radius: 2px;
	left: 0;
	top: 0.3rem;
}
#column .tbl--of-contents .anchor_h3{
	margin-top: 1rem;
}
#column .tbl--of-contents .anchor_h3 li{
	font-size: 1.3rem;
	line-height: 1.53;
	font-weight: 500;
}
#column .tbl--of-contents .anchor_h3 li:not(:last-child){
	margin-bottom: 1.2rem;
}
#column .tbl--of-contents .anchor_h3 a{
	color: #444;
}

@media screen and (min-width: 960px) {
	#column .tbl--of-contents{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#column .tbl--of-contents .tbl_box{
		padding: 20px;
	}
	#column .tbl--of-contents .tbl_box:not(:last-child){
		margin-bottom: 10px;
	}
	#column .tbl--of-contents .anchor_h2,
	#column .tbl--of-contents .anchor_h3{
		padding-left: 20px;
	}
	#column .tbl--of-contents .anchor_h2{
		font-size: 15px;
	}
	#column .tbl--of-contents .anchor_h2:before{
		width: 10px;
		height: 10px;
		top: 5px;
	}
	#column .tbl--of-contents .anchor_h3{
		margin-top: 16px;
	}
	#column .tbl--of-contents .anchor_h3 li{
		font-size: 13px;
	}
	#column .tbl--of-contents .anchor_h3 li:not(:last-child){
		margin-bottom: 15px;
	}
}

#column .blc_doctor{
	margin-top: 4rem;
}
#column .blc_doctor .doctor_item:not(:last-child){
	padding-bottom: 1.8rem;
	border-bottom: solid 1px #fff;
}
#column .blc_doctor .doctor_item:not(:first-child){
	padding-top: 2rem;
}
#column .blc_doctor .doctor_item .item_label{
	color: #72684B;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#column .blc_doctor .doctor_item .item_txt{
	font-size: 1.3rem;
	line-height: 1.33;
}
#column .blc_doctor .btn{
	margin-top: 2rem;
}
#column .sns_share_block{
	margin-top: 2rem;
}

@media screen and (max-width: 959px) {
	#column .blc_doctor .doctor_item .item_txt .disp--pc{
		display: none;
	}
	#column .blc_doctor .blc_img{
		margin-top: 2em;
	}
}

@media screen and (min-width: 960px) {
	#column .blc_doctor{
		margin-top: 40px;
	}
	#column .blc_doctor .blc_inner{
		padding-bottom: 30px;
	}
	#column .blc_doctor .blc_content_wrap{
		display: flex;
	}
	#column .blc_doctor .doctor_item_list{
		padding-right: 20px;
		flex: 1;
	}
	#column .blc_doctor .doctor_item:not(:last-child){
		padding-bottom: 18px;
	}
	#column .blc_doctor .doctor_item:not(:first-child){
		padding-top: 20px;
	}
	#column .blc_doctor .doctor_item .item_label{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#column .blc_doctor .doctor_item .item_txt{
		font-size: 15px;
		line-height: 1.66;
	}
	#column .blc_doctor .blc_img{
		width: 36.7%;
	}
	#column .blc_doctor .btn{
		margin: 30px auto 0 auto;
		width: 400px;
	}
	#column .sns_share_block{
		margin-top: 30px;
	}
}

/* sec_other */
#column .sec_other{
	border-top: solid 1px #DEDEDE;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
#column .sec_other .ohter_ttl{
	color: #72684B;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 3rem;
}

@media screen and (min-width: 960px) {
	#column .sec_other{
		padding-top: 65px;
		padding-bottom: 85px;
	}
	#column .sec_other .ohter_ttl{
		font-size: 36px;
		margin-bottom: 45px;
	}
}
@media screen and (min-width: 1150px) {
	#column .sec_other .sec_inner{
		width: 800px;
	}
}

/*===============================
reserve
===============================*/
#reserve .sec_lead{
	padding-top: 4.5rem;
}
#reserve .reserve_sec_wrap{
	padding-top: 3.2rem;
	padding-bottom: 4rem;
}
#reserve .reserve_sec_wrap_inner{
	padding: 4rem 3rem;
	box-sizing: border-box;
}
#reserve .sec_notes .notes_blc{
	box-sizing: border-box;
	padding: 2.5rem 3rem;
	background-color: #F5F5F5;
	border-radius: 2px;
}
#reserve .sec_notes .notes_blc:not(:last-child){
	margin-bottom: 1.5rem;
}
#reserve .sec_notes .notes_blc .box_ac_btn .ac_btn{
	color: #72684b;
	font-size: 1.6rem;
	text-decoration: underline;
	cursor: pointer
}
#reserve .sec_notes .notes_blc .box_detail{
	padding-top: 1rem;
}
#reserve .sec_notes .notes_blc .box_detail a{
	text-decoration: underline;
}

#reserve .sec_notes .notes_blc.chairman_blc .item_txt p:not(:last-child){
	margin-bottom: 1em;
}
#reserve .sec_notes .notes_blc.chairman_blc .item_img_list{
	margin-top: 1.5rem;
}

#reserve .sec_reserve{
	padding-top: 4rem;
}
#reserve .sec_reserve .clinic_area:not(:last-child){
	margin-bottom: 5rem;
}
#reserve .sec_reserve .clinic_area_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	margin-left: -0.5em;
	width: calc(100% + 0.5em);
}
#reserve .sec_reserve .clinic_area_ttl:after{
	content: '';
	display: block;
	flex: 1;
	height: 1px;
	background-color: #959595;
	margin-left: 1rem;
}

#reserve .reserve_sec_wrap_inner.partnership_wrap{
	margin-top: 2rem;
	padding-top: 2rem;
}
#reserve .partnership_wrap .sec_reserve{
	padding: 0;
}

@media screen and (max-width: 959px) {
	#reserve .sec_notes .notes_blc.chairman_blc .item_img_list .img:not(:last-child){
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 960px) {
	#reserve .sec_lead{
		padding-top: 30px;
		text-align: center;
	}
	#reserve .reserve_sec_wrap{
		padding-top: 30px;
		padding-bottom: 80px;
	}
	#reserve .reserve_sec_wrap_inner{
		padding: 40px 40px 80px 40px;
	}
	#reserve .sec_notes .notes_blc{
		padding: 40px;
	}
	#reserve .sec_notes .notes_blc:not(:last-child){
		margin-bottom: 20px;
	}
	#reserve .sec_notes .notes_blc .box_ac_btn .ac_btn{
		font-size: 16px;
	}
	#reserve .sec_notes .notes_blc .box_ac_btn .ac_btn:hover{
		text-decoration: none;
	}
	#reserve .sec_notes .notes_blc .box_detail{
		padding-top: 15px;
	}
	#reserve .sec_notes .notes_blc .box_detail a:hover{
		text-decoration: none;
	}

	#reserve .sec_notes .notes_blc.chairman_blc .item_img_list{
		display: flex;
		justify-content: space-between;
	}
	#reserve .sec_notes .notes_blc.chairman_blc .item_img_list .img{
		width: calc((100% - 20px) / 2);
	}
	#reserve .sec_notes .notes_blc.chairman_blc .item_img_list .img:nth-child(n+3){
		margin-top: 40px;
	}

	#reserve .sec_reserve{
		padding-top: 75px;
	}
	#reserve .sec_reserve .clinic_area:not(:last-child){
		margin-bottom: 70px;
	}
	#reserve .sec_reserve .clinic_area_ttl{
		margin-bottom: 40px;
		font-size: 20px;
	}

	#reserve .reserve_sec_wrap_inner.partnership_wrap{
		margin-top: 30px;
		padding: 40px;
	}
}

/*===============================
tmp-menu
===============================*/
#tmp-menu .sns_share_head_block{
	margin-top: 2.5rem;
}
#tmp-menu .edit_content{
	padding-bottom: 0;
}
#tmp-menu .sns_share_block{
	margin-top: 3rem;
	margin-bottom: 11.5rem;
}

@media screen and (max-width: 959px) {
	#tmp-menu .sns_share_head_block{
		margin-bottom: -1rem;
	}
}

@media screen and (min-width: 960px) {
	#tmp-menu .sns_share_head_block{
		margin-top: 10px;
	}
	#tmp-menu .sns_share_block{
		margin-top: 40px;
		margin-bottom: 100px;
	}
}

/* 花房式治療提携クリニック対応医院 */
#tmp-menu .sec_clinic_tab{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
#tmp-menu .sec_clinic_tab .tab_btn_wrap{
	display: flex;
}
#tmp-menu .sec_clinic_tab .tab_btn{
	box-sizing: border-box;
	width: calc((100% - 0.4rem) / 2);
	padding: 0.5rem 0;
	background-color: #F5F5F5;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.4;
	color: #a8a8a8;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 2px 2px 0 0;
	cursor: pointer;
	transition: color .3s ease, background .3s ease;
}
#tmp-menu .sec_clinic_tab .tab_btn[data-tab=partnership]{
	padding-right: 3rem;
}
#tmp-menu .sec_clinic_tab .tab_btn .arrow_mark{
	position: absolute;
	background-color: #A8A8A8;
	border-radius: 2px;
	width: 2rem;
	height: 2rem;
	right: 1rem;
	top: calc((100% - 2rem) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s ease;
}
#tmp-menu .sec_clinic_tab .tab_btn .arrow{
	transform: translate(10%) rotate(90deg);
}
#tmp-menu .sec_clinic_tab .tab_btn .arrow:before,
#tmp-menu .sec_clinic_tab .tab_btn .arrow:after{
	background-color: #fff;
}
#tmp-menu .sec_clinic_tab .tab_btn.is--active{
	background-color: #72684B;
	color: #fff;
}
#tmp-menu .sec_clinic_tab .tab_btn.is--active .arrow_mark{
	background-color: #fff;
}
#tmp-menu .sec_clinic_tab .tab_btn.is--active .arrow:before,
#tmp-menu .sec_clinic_tab .tab_btn.is--active .arrow:after{
	background-color: #72684B;
}
#tmp-menu .sec_clinic_tab .tab_box_wrap{
	border-top: 1px solid #72684B;
	background-color: #F5F3EE;
	padding: 2rem 0;
}
#tmp-menu .sec_clinic_tab .clinic_list{
	display: flex;
	flex-wrap: wrap;
}
#tmp-menu .sec_clinic_tab .clinic_item{
	box-sizing: border-box;
	color: #72684b;
	background-color: #fff;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 1.5rem 0.3rem;
	text-align: center;
}

#tmp-menu .partnership_reserve_box{
	margin-top: 5rem;
}
#tmp-menu .partnership_reserve_box .partnership_reserve_box_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	margin-left: -0.5em;
	width: calc(100% + 0.5em);
}
#tmp-menu .partnership_reserve_box .partnership_reserve_box_ttl:after{
	content: '';
	display: block;
	flex: 1;
	height: 1px;
	background-color: #959595;
	margin-left: 1rem;
}

@media screen and (max-width: 959px) {
	#tmp-menu .sec_clinic_tab{
		width: 100%;
	}
	#tmp-menu .sec_clinic_tab .disp--pc{
		display: none;
	}
	#tmp-menu .sec_clinic_tab .tab_clinic .clinic_item{
		width: calc((100% - 0.6rem * 3) / 4);
	}
	#tmp-menu .sec_clinic_tab .tab_clinic .clinic_item:not(:nth-child(4n)){
		margin-right: 0.6rem;
	}
	#tmp-menu .sec_clinic_tab .tab_clinic .clinic_item:nth-child(n+5){
		margin-top: 0.6rem;
	}
	#tmp-menu .sec_clinic_tab .tab_partnership .clinic_item{
		width: calc((100% - 0.6rem) / 2);
	}
	#tmp-menu .sec_clinic_tab .tab_partnership .clinic_item:not(:nth-child(2n)){
		margin-right: 0.6rem;
	}
	#tmp-menu .sec_clinic_tab .tab_partnership .clinic_item:nth-child(n+3){
		margin-top: 0.6rem;
	}
}

@media screen and (min-width: 960px) {
	#tmp-menu .sec_clinic_tab{
		margin-top: 20px;
		margin-bottom: 60px;
	}
	#tmp-menu .sec_clinic_tab .disp--sp{
		display: none;
	}
	#tmp-menu .sec_clinic_tab .tab_btn_wrap{
		width: 100%;
		justify-content: center;
	}
	#tmp-menu .sec_clinic_tab .tab_btn{
		width: 360px;
		font-size: 18px;
		padding: 15px;
	}
	#tmp-menu .sec_clinic_tab .tab_btn[data-tab=partnership]{
		margin-left: 20px;
		padding-right: 55px;
	}
	#tmp-menu .sec_clinic_tab .tab_btn .arrow_mark{
		right: 20px;
	}
	#tmp-menu .sec_clinic_tab .tab_box_wrap{
		padding: 20px;
	}
	#tmp-menu .sec_clinic_tab .tab_box{
		width: 100%;
	}
	#tmp-menu .sec_clinic_tab .clinic_item{
		font-size: 13px;
		padding: 10px;
	}
	#tmp-menu .sec_clinic_tab .tab_clinic .clinic_item{
		width: calc((100% - 10px * 7) / 8);
	}
	#tmp-menu .sec_clinic_tab .tab_clinic .clinic_item:not(:nth-child(8n)){
		margin-right: 10px;
	}
	#tmp-menu .sec_clinic_tab .tab_clinic .clinic_item:nth-child(n+9){
		margin-top: 10px;
	}
	#tmp-menu .sec_clinic_tab .tab_partnership .clinic_item{
		width: calc((100% - 10px * 4) / 5);
	}
	#tmp-menu .sec_clinic_tab .tab_partnership .clinic_item:not(:nth-child(5n)){
		margin-right: 10px;
	}
	#tmp-menu .sec_clinic_tab .tab_partnership .clinic_item:nth-child(n+6){
		margin-top: 10px;
	}

	#tmp-menu .partnership_reserve_box{
		margin-top: 60px;
	}
	#tmp-menu .partnership_reserve_box .partnership_reserve_box_ttl{
		margin-bottom: 40px;
		font-size: 20px;
	}
}

/*===============================
links
===============================*/
#links .sec_pagettl{
	background-image: url(../img/links/pagettl-bg-sp.jpg);
}
#links .bg--grad1{
	padding-bottom: 6rem;
}
#links .sec-sns{
	margin-top: 4rem;
}
#links .sec-sns .block-lead{
	font-size: 1.5rem;
	line-height: 2;
}
#links .sec-sns .sns-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
#links .sec-sns .sns-item{
	box-sizing: border-box;
	border: 1px solid #797979;
	border-radius: 2px;
	width: calc((100% - 1rem) / 2);
	min-height: 13rem;
	padding: 2rem 1rem;
	display: block;
	position: relative;
}
#links .sec-sns .sns-item .sns-icon-box{
	height: 4.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#links .sec-sns .sns-item .sns-icon-box img{
	width: 4.6rem;
}
#links .sec-sns .sns-item.youtube .sns-icon-box img{
	width: 11.6rem;
}
#links .sec-sns .sns-item .sns-name{
	font-size: 1.3rem;
	line-height: 1.46;
	margin-top: 0.5rem;
}
#links .sec-sns .sns-item .arrow_mark{
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 100%;
	background-color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 1rem;
	bottom: 1rem;
}
#links .sec-sns .sns-item .arrow{
	width: 8px;
	height: 4px;
}
#links .sec-sns .sns-item .arrow:before,
#links .sec-sns .sns-item .arrow:after{
	background-color: #fff;
}

@media screen and (max-width: 959px) {
	#links .disp--pc{
		display: none !important;
	}

	#links .sec-sns .sns-list{
		justify-content: space-between;
	}
	#links .sec-sns .sns-item:nth-child(n+3){
		margin-top: 1rem;
	}
}

@media screen and (min-width: 960px) {
	#links .disp--sp{
		display: none !important;
	}

	#links .sec_pagettl{
		background-image: url(../img/links/pagettl-bg-pc.jpg);
	}
	#links .bg--grad1{
		padding-bottom: 125px;
	}

	#links .sec-sns{
		margin-top: 40px;
	}
	#links .sec-sns .sec-ttl{
		margin-bottom: 50px;
	}
	#links .sec-sns .block-lead{
		font-size: 18px;
	}
	#links .sec-sns .sns-list{
		margin-top: 40px;
		justify-content: center;
	}
	#links .sec-sns .sns-item{
		width: calc((100% - 10px * 3) / 4);
		min-height: 120px;
		padding: 23px 10px;
		transition: opacity .3s ease;
	}
	#links .sec-sns .sns-item:hover{
		opacity: .7;
	}
	#links .sec-sns .sns-item:not(:nth-child(4n)){
		margin-right: 10px;
	}
}
@media screen and (min-width: 1150px) {
	#links .sec-sns .sns-item{
		width: 235px;
	}
}

#links .sec-hp{
	margin-top: 2rem;
}
#links .sec-hp .hp-item{
	display: block;
	overflow: hidden;
	border-radius: 2px;
}
#links .sec-hp .hp-item .box-img{
	box-sizing: border-box;
	position: relative;
}
#links .sec-hp .hp-item .box-img:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #E1E1E1;
	border-radius: 2px 2px 0 0;
}
#links .sec-hp .hp-item .box-txt{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6rem;
	font-size: 1.4rem;
	color: #fff;
}
#links .sec-hp .hp-item .arrow_mark{
	position: absolute;
	pointer-events: none;
	width: 1.4rem;
	height: 1.4rem;
	top: calc((100% - 1.4rem) / 2);
	right: 1.1rem;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#links .sec-hp .hp-item .arrow{
	width: 8px;
	height: 4px;
}

#links .sec-hp .hp-item.acnescars .box-txt,
#links .sec-hp .hp-item.acnescars .arrow:before,
#links .sec-hp .hp-item.acnescars .arrow:after{
	background-color: #2B61A1;
}
#links .sec-hp .hp-item.biyou .box-txt,
#links .sec-hp .hp-item.biyou .arrow:before,
#links .sec-hp .hp-item.biyou .arrow:after{
	background-color: #B389B5;
}
#links .sec-hp .hp-item.aga .box-txt,
#links .sec-hp .hp-item.aga .arrow:before,
#links .sec-hp .hp-item.aga .arrow:after{
	background-color: #8D7F4E;
}
#links .sec-hp .hp-item.hoken .box-txt,
#links .sec-hp .hp-item.hoken .arrow:before,
#links .sec-hp .hp-item.hoken .arrow:after{
	background-color: #247ECB;
}

@media screen and (max-width: 959px) {
	#links .sec-hp .hp-item:not(:last-child){
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 960px) {
	#links .sec-hp{
		margin-top: 30px;
	}
	#links .sec-hp .hp-list{
		display: flex;
	}
	#links .sec-hp .hp-item{
		width: calc((100% - 22px * 3) / 4);
		transition: opacity .3s ease;
	}
	#links .sec-hp .hp-item:hover{
		opacity: 0.7;
	}
	#links .sec-hp .hp-item:not(:nth-child(4n)){
		margin-right: 22px;
	}
	#links .sec-hp .hp-item .box-txt{
		min-height: 60px;
		font-size: 14px;
	}
	#links .sec-hp .hp-item .arrow_mark{
		width: 14px;
		height: 14px;
		top: calc((100% - 14px) / 2);
		right: 11px;
	}
	#links a.bnr{
		transition: opacity .3s ease;
	}
	#links a.bnr:hover{
		opacity: .7;
	}
}

#links .sec-cosmetic{
	margin-top: 2rem;
}
#links .sec-cosmetic .cosmetic-item{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #666;
	background-color: #F6F6F6;
	border-radius: 2px;
	position: relative;
	font-size: 2rem;
	height: 9rem;
}
#links .sec-cosmetic .cosmetic-item .arrow_mark{
	position: absolute;
	pointer-events: none;
	width: 1.4rem;
	height: 1.4rem;
	top: calc((100% - 1.4rem) / 2);
	right: 2rem;
	border-radius: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #666;
}
#links .sec-cosmetic .cosmetic-item .arrow{
	width: 8px;
	height: 4px;
}
#links .sec-cosmetic .cosmetic-item .arrow:before,
#links .sec-cosmetic .cosmetic-item .arrow:after{
	background-color: #fff;
}

@media screen and (max-width: 959px) {
	#links .sec-cosmetic .cosmetic-item:not(:last-child){
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 960px) {
	#links .sec-cosmetic{
		margin-top: 30px;
	}
	#links .sec-cosmetic .cosmetic-list{
		display: flex;
		justify-content: space-between;
	}
	#links .sec-cosmetic .cosmetic-item{
		width: calc((100% - 22px) / 2);
		font-size: 20px;
		height: 90px;
		transition: opacity .3s ease;
	}
	#links .sec-cosmetic .cosmetic-item:hover{
		opacity: .7;
	}
	#links .sec-cosmetic .cosmetic-item .arrow_mark{
		width: 14px;
		height: 14px;
		top: calc((100% - 14px) / 2);
		right: 20px;
	}
}

#links .sec-reserve{
	margin-top: 2rem;
}
#links .sec-reserve .block-btn .clinic-area-ttl{
	font-size: 1.8rem;
	margin-bottom: 1rem;
	color: #000;
	margin-left: -0.5em;
}
#links .sec-reserve .block-btn .clinic-item-inner{
	box-sizing: border-box;
	position: relative;
	background-color: #F5F5F5;
	border-radius: 2px;
	min-height: 5.7rem;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}
#links .sec-reserve .block-btn .clinic-item .icon{
	position: absolute;
	background-color: #666666;
	right: 1rem;
	top: calc((100% - 1rem) / 2);
	width: 1rem;
	height: 1rem;
}

#links .clinic-info-card{
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-radius: 2px;
	overflow: hidden;
}
#links .clinic-info-card .box-info{
	padding: 2.5rem;
}
#links .clinic-info-card .clinic-ttl{
	margin-bottom: 2rem;
	font-size: 2rem;
	position: relative;
	padding-left: 1.4rem;
}
#links .clinic-info-card .clinic-ttl:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	top: calc(50% - 1rem);
	left: 0;
	width: 0.4rem;
	height: 2rem;
	border-radius: 2px;
	background-color: #38AFCB;
}
#links .clinic-info-card .clinic-tel-btn{
	background-color: #fff;
	border-radius: 2px;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}
#links .clinic-info-card .clinic-tel-btn svg{
	width: 2.1rem;
	height: 2.1rem;
}
#links .clinic-info-card .clinic-tel-btn path{
	fill: #38AFCB;
}
#links .clinic-info-card .clinic-tel-btn .txt{
	font-size: 2.2rem;
	margin-left: 1.2rem;
}
#links .clinic-info-card .clinic-info-tbl .line{
	font-size: 1.3rem;
	line-height: 1.69;
	display: flex;
}
#links .clinic-info-card .clinic-info-tbl .line:not(:last-child){
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #C4C4C4;
}
#links .clinic-info-card .clinic-info-tbl .line:not(:first-child){
	padding-top: 1.5rem;
}
#links .clinic-info-card .clinic-info-tbl .label{
	width: 7.8rem;
}
#links .clinic-info-card .clinic-info-tbl .txt{
	flex: 1;
}
#links .clinic-info-card .box-link{
	display: flex;
}
#links .clinic-info-card .box-link .link{
	box-sizing: border-box;
	width: 50%;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#links .clinic-info-card .box-link .link .txt{
	font-size: 1.3rem;
	margin-left: 0.7rem;
}
#links .clinic-info-card .box-link .link.reserve{
	background-color: #38AFCB;
}
#links .clinic-info-card .box-link .link.reserve svg{
	width: 2.2rem;
	height: 2.3rem;
}
#links .clinic-info-card .box-link .link.reserve path{
	fill: #fff;
}
#links .clinic-info-card .box-link .link.reserve .txt{
	color: #fff;
}
#links .clinic-info-card .box-link .link.map{
	background-color: #fff;
	border: 1px solid #9FA09E;
	border-radius: 0 0 2px 0;
}
#links .clinic-info-card .box-link .link.map .icon{
	width: 1.9rem;
	height: 2.3rem;
	mask-image: url(../img/clinic/common/footer-icon-route.svg);
	-webkit-mask-image: url(../img/clinic/common/footer-icon-route.svg);
	background-color: #38AFCB;
}

@media screen and (max-width: 959px) {
	#links .sec-reserve .block-btn .clinic-area:not(:last-child){
		margin-bottom: 2rem;
	}
	#links .sec-reserve .block-btn .clinic-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#links .sec-reserve .block-btn .clinic-item{
		width: calc((100% - 0.6rem) / 2);
	}
	#links .sec-reserve .block-btn .clinic-item:nth-child(n+3){
		margin-top: 0.6rem;
	}
	#links .sec-reserve .block-btn .clinic-item-inner{
		justify-content: center;
	}
}

@media screen and (min-width: 960px) {
	#links .sec-reserve{
		margin-top: 30px;
	}
	#links .sec-reserve .block-btn{
		background-color: #F5F5F5;
		border-radius: 2px;
		display: flex;
		padding: 30px;
	}
	#links .sec-reserve .block-btn .clinic-area{
		width: calc((100% - (15px * 4 + 6px * 2)) / 7);
	}
	#links .sec-reserve .block-btn .clinic-area:nth-child(1){
		width: calc((100% - (15px * 4 + 6px * 2)) / 7 * 2 + 6px);
	}
	#links .sec-reserve .block-btn .clinic-area:not(:nth-child(6n)){
		margin-right: 15px;
	}
	#links .sec-reserve .block-btn .clinic-area-ttl{
		font-size: 15px;
		margin-bottom: 15px;
	}
	#links .sec-reserve .block-btn .clinic-area:nth-child(1) .clinic-list{
		display: flex;
		flex-wrap: wrap;
	}
	#links .sec-reserve .block-btn .clinic-area:nth-child(1) .clinic-item{
		width: calc((100% - 6px) / 2);
	}
	#links .sec-reserve .block-btn .clinic-area:nth-child(1) .clinic-item:nth-child(odd){
		margin-right: 6px;
	}
	#links .sec-reserve .block-btn .clinic-area:nth-child(1) .clinic-item:nth-child(n+3){
		margin-top: 6px;
	}
	#links .sec-reserve .block-btn .clinic-area:not(:nth-child(1)) .clinic-item:not(:last-child){
		margin-bottom: 6px;
	}
	#links .sec-reserve .block-btn .clinic-item-inner{
		background-color: #fff;
		min-height: 53px;
		padding: 15px;
		font-size: 16px;
		transition: background .3s ease, color .3s ease;
	}
	#links .sec-reserve .block-btn .clinic-arrow{
		box-sizing: border-box;
		position: absolute;
		right: 15px;
		top: calc((100% - 14px) / 2);
		width: 14px;
		height: 14px;
		padding-bottom: 1px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: rotate(90deg);
		background-color: #38AFCB;
	}
	#links .sec-reserve .block-btn .clinic-arrow .arrow{
		width: 7px;
		height: 4px;
	}
	#links .sec-reserve .block-btn .clinic-arrow .arrow:before,
	#links .sec-reserve .block-btn .clinic-arrow .arrow:after{
		background-color: #fff;
	}

	#links .sec-reserve .block-btn .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item-inner:hover .arrow:after{
		background-color: #38AFCB;
	}
	#links .sec-reserve .block-btn .clinic-item-inner:hover{
		color: #fff;
	}
	#links .sec-reserve .block-btn .clinic-item-inner:hover .clinic-arrow{
		background-color: #fff !important;
	}

	#links .sec-reserve .block-info{
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
	}
	#links .sec-reserve .block-info .clinic-item{
		width: calc((100% - 31px * 2) / 3);
	}
	#links .sec-reserve .block-info .clinic-item:not(:nth-child(3n)){
		margin-right: 31px;
	}
	#links .sec-reserve .block-info .clinic-item:nth-child(n+4){
		margin-top: 50px;
	}

	#links .clinic-info-card{
		display: flex;
		flex-direction: column;
	}
	#links .clinic-info-card .box-info{
		flex: 1;
		position: 25px;
	}
	#links .clinic-info-card .clinic-ttl{
		margin-bottom: 20px;
		font-size: 24px;
		padding-left: 12px;
	}
	#links .clinic-info-card .clinic-ttl:before{
		width: 4px;
		height: 26px;
		top: calc(50% - 13px);
	}
	#links .clinic-info-card .clinic-tel-btn{
		height: 60px;
		margin-bottom: 20px;
		pointer-events: none;
	}
	#links .clinic-info-card .clinic-tel-btn svg{
		width: 21px;
		height: 21px;
	}
	#links .clinic-info-card .clinic-tel-btn .txt{
		font-size: 22px;
		margin-left: 12px;
	}
	#links .clinic-info-card .clinic-info-tbl .line{
		font-size: 13px;
	}
	#links .clinic-info-card .clinic-info-tbl .line:not(:last-child){
		padding-bottom: 15px;
	}
	#links .clinic-info-card .clinic-info-tbl .line:not(:first-child){
		padding-top: 15px;
	}
	#links .clinic-info-card .clinic-info-tbl .label{
		width: 78px;
	}
	#links .clinic-info-card .box-link .link{
		height: 60px;
		transition: opacity .3s ease;
	}
	#links .clinic-info-card .box-link .link:hover{
		opacity: 0.7;
	}
}


/*===============================
partner-subpage
===============================*/
#partner-s .sec_pagettl{
	background-image: url(../img/partner/pagettl-bg-sp.jpg);
}
#partner-s .sec_pagettl:before{
	display: none;
}
#partner-s .sec_pagettl .pagettl .sub{
	margin-top: 1rem;
	letter-spacing: .1em;
}
#partner-s .bg--grad1{
	padding-bottom: 4rem;
}

#partner-s .sec_lead{
	padding-top: 4rem;
	margin-bottom: 3rem;
}

#partner-s .sec_about{
	margin-top: 3rem;
	margin-bottom: 2rem;
}
#partner-s .sec_about .sec_ttl{
	margin-bottom: 1.5rem;
}
#partner-s .sec_about .catch{
	color: #72684b;
	font-size: 1.8rem;
	line-height: 1.44;
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}
#partner-s .sec_about .container_about{
	color: #444;
}
#partner-s .sec_about .chief_box{
	background-color: #F3EEE4;
	display: flex;
	align-items: center;
	padding: 1.5rem 2rem;
	margin-bottom: 1.5rem;
}
#partner-s .sec_about .chief_box .label{
	margin-right: 1rem;
	font-size: 1.5rem;
}
#partner-s .sec_about .chief_box .txt{
	font-size: 2rem;
}
#partner-s .sec_about .info_box:not(:last-child){
	margin-bottom: 1.5rem;
}
#partner-s .sec_about .info_box .label{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

#partner-s .sec_access{
	margin-top: 2rem;
}
#partner-s .sec_access .info_tbl{
	width: 100%;
	color: #444;
}
#partner-s .sec_access .info_tbl th{
	font-size: 1.5rem;
	font-weight: 500;
	color: #72684B;
}
#partner-s .sec_access .google_map_wrap{
	padding-top: 26.6rem;
}
#partner-s .sec_access .google_map_wrap iframe{
	height: 26.6rem;
}
#partner-s .sec_access .container_link{
	margin-top: 3rem;
	display: flex;
}
#partner-s .sec_access .container_link .link{
	width: calc((100% - 0.5rem * 2) / 3);
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #F6F6F6;
	color: #444;
}
#partner-s .sec_access .container_link .link:not(:nth-child(3n)){
	margin-right: 0.5rem;
}
#partner-s .sec_access .container_link .link.reserve .icon{
	width: 2.2rem;
	height: 2.3rem;
}
#partner-s .sec_access .container_link .link.line .icon{
	width: 2.4rem;
	height: 2.3rem;
}
#partner-s .sec_access .container_link .link.hp .icon{
	width: 2.4rem;
	height: 2rem;
}
#partner-s .sec_access .container_link .link .icon path{
	fill: #444;
}
#partner-s .sec_access .container_link .link .txt{
	font-size: 1.5rem;
	line-height: 1.2;
}

@media screen and (max-width: 959px) {
	#partner-s .sec_pagettl .pagettl .main{
		font-size: 2.6rem;
	}
	#partner-s .sec_pagettl .pagettl .sub{
		font-size: 1.3rem;
	}

	#partner-s .sec_about,
	#partner-s .sec_access{
		padding: 3rem 2rem 2rem 2rem;
	}
	#partner-s .sec_about .container_about .block_img{
		margin-bottom: 1.5rem;
	}

	#partner-s .sec_access .info_tbl th,
	#partner-s .sec_access .info_tbl td{
		display: block;
	}
	#partner-s .sec_access .info_tbl tr:not(:first-child) th{
		padding-top: 1.7rem;
	}
	#partner-s .sec_access .info_tbl td{
		padding-top: 0.7rem;
		padding-bottom: 1.7rem;
		border-bottom: solid 1px #F5F5F5;
	}
	#partner-s .sec_access .block_map{
		margin-top: 1.5rem;
	}
	#partner-s .sec_access .container_link .link{
		flex-direction: column;
	}
	#partner-s .sec_access .container_link .link .txt{
		margin-top: 0.3rem;
	}
}

@media screen and (min-width: 960px) {
	#partner-s .disp--sp{
		display: none;
	}
	#partner-s .sec_pagettl{
		background-image: url(../img/partner/pagettl-bg-pc.jpg);
	}
	#partner-s .sec_pagettl .pagettl .sub{
		margin-top: 15px;
	}
	#partner-s .bg--grad1{
		padding-bottom: 100px;
	}

	#partner-s .sec_lead{
		padding-top: 35px;
		margin-bottom: 35px;
		text-align: center;
	}

	#partner-s .sec_about{
		margin-top: 35px;
		margin-bottom: 40px;
	}
	#partner-s .sec_about .sec_ttl{
		margin-bottom: 15px;
	}
	#partner-s .sec_about .catch{
		font-size: 22px;
		line-height: 1.81;
		margin-bottom: 50px;
	}
	#partner-s .sec_about .container_about{
		display: flex;
	}
	#partner-s .sec_about .container_about .block_img{
		width: 402px;
	}
	#partner-s .sec_about .container_about .block_txt{
		flex: 1;
		padding-left: 40px;
	}
	#partner-s .sec_about .chief_box{
		padding: 15px 20px;
		margin-bottom: 30px;
	}
	#partner-s .sec_about .chief_box .label{
		margin-right: 10px;
		font-size: 18px;
	}
	#partner-s .sec_about .chief_box .txt{
		font-size: 24px;
	}
	#partner-s .sec_about .info_box:not(:last-child){
		margin-bottom: 30px;
	}
	#partner-s .sec_about .info_box .label{
		font-size: 18px;
		margin-bottom: 10px;
	}

	#partner-s .sec_access{
		margin-top: 40px;
	}
	#partner-s .sec_access .container_access{
		display: flex;
	}
	#partner-s .sec_access .container_access .block_txt{
		flex: 1;
		padding-right: 4rem;
	}
	#partner-s .sec_access .info_tbl tr:not(:last-child) th,
	#partner-s .sec_access .info_tbl tr:not(:last-child) td{
		border-bottom: solid 1px #F5F5F5;
		padding-bottom: 15px;
	}
	#partner-s .sec_access .info_tbl tr:not(:first-child) th{
		padding-top: 15px;
	}
	#partner-s .sec_access .info_tbl tr:not(:first-child) td{
		padding-top: 15px;
	}
	#partner-s .sec_access .info_tbl th{
		font-size: 18px;
		width: 100px;
	}
	#partner-s .sec_access .info_tbl td{
		font-size: 16px;
	}
	#partner-s .sec_access .container_access .block_map{
		width: 520px;
	}
	#partner-s .sec_access .google_map_wrap{
		padding-top: 414px;
	}
	#partner-s .sec_access .google_map_wrap iframe{
		height: 414px;
	}
	#partner-s .sec_access .container_link{
		margin-top: 60px;
	}
	#partner-s .sec_access .container_link .link{
		width: calc((100% - 19px * 2) / 3);
		height: 80px;
		transition: background .3s ease, color .3s ease;
	}
	#partner-s .sec_access .container_link .link:hover{
		background-color: #C4BEAE;
		color: #fff;
	}
	#partner-s .sec_access .container_link .link:not(:nth-child(3n)){
		margin-right: 19px;
	}
	#partner-s .sec_access .container_link .link.reserve .icon{
		width: 22px;
		height: 23px;
	}
	#partner-s .sec_access .container_link .link.line .icon{
		width: 24px;
		height: 23px;
	}
	#partner-s .sec_access .container_link .link.hp .icon{
		width: 24px;
		height: 20px;
	}
	#partner-s .sec_access .container_link .link .icon path{
		transition: fill .3s ease;
	}
	#partner-s .sec_access .container_link .link:hover .icon path{
		fill: #fff;
	}
	#partner-s .sec_access .container_link .link .txt{
		font-size: 18px;
		margin-left: 10px;
	}
}

/*====================================
院別
====================================*/
/* mitaka */
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.mitaka .clinic-btn.reserve:hover{
		background-color: #38AFCB;
	}
}

/* niiza */
.list--clinic-reserve .clinic-item.niiza .clinic-ttl:before,
#links .clinic-info-card.niiza .clinic-ttl:before,
#links .clinic-info-card.niiza .box-link .link.reserve,
#links .clinic-info-card.niiza .box-link .link.map .icon{
	background-color: #E1759D;
}
#links .clinic-info-card.niiza .clinic-tel-btn path{
	fill: #E1759D;
}
.list--clinic-reserve .clinic-item.niiza .clinic-btn.reserve{
	background-color: #FBF0F4;
}
.list--clinic-reserve .clinic-item.niiza .clinic-btn.tel{
	border-color: #F8E2EB;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.niiza .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.niiza .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.niiza .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.niiza .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.niiza .clinic-item-inner:hover .arrow:after{
		background-color: #E1759D;
	}
}

/* kokubunji */
.list--clinic-reserve .clinic-item.kokubunji .clinic-ttl:before,
#links .clinic-info-card.kokubunji .clinic-ttl:before,
#links .clinic-info-card.kokubunji .box-link .link.reserve,
#links .clinic-info-card.kokubunji .box-link .link.map .icon{
	background-color: #92C269;
}
#links .clinic-info-card.kokubunji .clinic-tel-btn path{
	fill: #92C269;
}
.list--clinic-reserve .clinic-item.kokubunji .clinic-btn.reserve{
	background-color: #F3F8EF;
}
.list--clinic-reserve .clinic-item.kokubunji .clinic-btn.tel{
	border-color: #E8F2E0;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.kokubunji .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.kokubunji .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.kokubunji .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.kokubunji .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.kokubunji .clinic-item-inner:hover .arrow:after{
		background-color: #92C269;
	}
}

/* kugayama */
.list--clinic-reserve .clinic-item.kugayama .clinic-ttl:before,
#links .clinic-info-card.kugayama .clinic-ttl:before,
#links .clinic-info-card.kugayama .box-link .link.reserve,
#links .clinic-info-card.kugayama .box-link .link.map .icon{
	background-color: #6AC1A7;
}
#links .clinic-info-card.kugayama .clinic-tel-btn path{
	fill: #6AC1A7;
}
.list--clinic-reserve .clinic-item.kugayama .clinic-btn.reserve{
	background-color: #E0F2ED;
}
.list--clinic-reserve .clinic-item.kugayama .clinic-btn.tel{
	border-color: #E0F2ED;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.kugayama .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.kugayama .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.kugayama .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.kugayama .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.kugayama .clinic-item-inner:hover .arrow:after{
		background-color: #6AC1A7;
	}
}

/* shiki */
.list--clinic-reserve .clinic-item.shiki .clinic-ttl:before,
#links .clinic-info-card.shiki .clinic-ttl:before,
#links .clinic-info-card.shiki .box-link .link.reserve,
#links .clinic-info-card.shiki .box-link .link.map .icon{
	background-color: #E6734D;
}
#links .clinic-info-card.shiki .clinic-tel-btn path{
	fill: #E6734D;
}
.list--clinic-reserve .clinic-item.shiki .clinic-btn.reserve{
	background-color: #FCF0EC;
}
.list--clinic-reserve .clinic-item.shiki .clinic-btn.tel{
	border-color: #F9E2DA;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.shiki .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.shiki .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.shiki .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.shiki .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.shiki .clinic-item-inner:hover .arrow:after{
		background-color: #E6734D;
	}
}

/* omiya */
.list--clinic-reserve .clinic-item.omiya .clinic-ttl:before,
#links .clinic-info-card.omiya .clinic-ttl:before,
#links .clinic-info-card.omiya .box-link .link.reserve,
#links .clinic-info-card.omiya .box-link .link.map .icon{
	background-color: #3B4472;
}
#links .clinic-info-card.omiya .clinic-tel-btn path{
	fill: #3B4472;
}
.list--clinic-reserve .clinic-item.omiya .clinic-btn.reserve{
	background-color: #EAEBF0;
}
.list--clinic-reserve .clinic-item.omiya .clinic-btn.tel{
	border-color: #D7D9E2;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.omiya .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.omiya .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.omiya .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.omiya .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.omiya .clinic-item-inner:hover .arrow:after{
		background-color: #3B4472;
	}
}

/* asakadai */
.list--clinic-reserve .clinic-item.asakadai .clinic-ttl:before,
#links .clinic-info-card.asakadai .clinic-ttl:before,
#links .clinic-info-card.asakadai .box-link .link.reserve,
#links .clinic-info-card.asakadai .box-link .link.map .icon{
	background-color: #435BA5;
}
#links .clinic-info-card.asakadai .clinic-tel-btn path{
	fill: #435BA5;
}
.list--clinic-reserve .clinic-item.asakadai .clinic-btn.reserve{
	background-color: #EBEDF5;
}
.list--clinic-reserve .clinic-item.asakadai .clinic-btn.tel{
	border-color: #D8DDEC;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.asakadai .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.asakadai .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.asakadai .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.asakadai .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.asakadai .clinic-item-inner:hover .arrow:after{
		background-color: #435BA5;
	}
}

/* ikebukuro */
.list--clinic-reserve .clinic-item.ikebukuro .clinic-ttl:before,
#links .clinic-info-card.ikebukuro .clinic-ttl:before,
#links .clinic-info-card.ikebukuro .box-link .link.reserve,
#links .clinic-info-card.ikebukuro .box-link .link.map .icon{
	background-color: #778899;
}
#links .clinic-info-card.ikebukuro .clinic-tel-btn path{
	fill: #778899;
}
#links .clinic-info-card.ikebukuro .clinic-ttl{
	color: #789;
}
.list--clinic-reserve .clinic-item.ikebukuro .clinic-btn.reserve{
	background-color: #F0F2F4;
}
.list--clinic-reserve .clinic-item.ikebukuro .clinic-btn.tel{
	border-color: #E3E6EA;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.ikebukuro .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.ikebukuro .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.ikebukuro .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.ikebukuro .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.ikebukuro .clinic-item-inner:hover .arrow:after{
		background-color: #778899;
	}
}

/* shinjuku */
.list--clinic-reserve .clinic-item.shinjuku .clinic-ttl:before,
#links .clinic-info-card.shinjuku .clinic-ttl:before,
#links .clinic-info-card.shinjuku .box-link .link.reserve,
#links .clinic-info-card.shinjuku .box-link .link.map .icon{
	background-color: #1A88A9;
}
#links .clinic-info-card.shinjuku .clinic-tel-btn path{
	fill: #1A88A9;
}
.list--clinic-reserve .clinic-item.shinjuku .clinic-btn.reserve{
	background-color: #E5F9F9;
}
.list--clinic-reserve .clinic-item.shinjuku .clinic-btn.tel{
	border-color: #F3F6FF;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.shinjuku .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.shinjuku .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.shinjuku .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.shinjuku .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.shinjuku .clinic-item-inner:hover .arrow:after{
		background-color: #1A88A9;
	}
}

/* kyoto */
.list--clinic-reserve .clinic-item.kyoto .clinic-ttl:before,
#links .clinic-info-card.kyoto .clinic-ttl:before,
#links .clinic-info-card.kyoto .box-link .link.reserve,
#links .clinic-info-card.kyoto .box-link .link.map .icon{
	background-color: #C4A3BF;
}
#links .clinic-info-card.kyoto .clinic-tel-btn path{
	fill: #C4A3BF;
}
.list--clinic-reserve .clinic-item.kyoto .clinic-btn.reserve{
	background-color: #F3EDF2;
}
.list--clinic-reserve .clinic-item.kyoto .clinic-btn.tel{
	border-color: #EDE3EC;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.kyoto .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.kyoto .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.kyoto .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.kyoto .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.kyoto .clinic-item-inner:hover .arrow:after{
		background-color: #C4A3BF;
	}
}

/* namba */
.list--clinic-reserve .clinic-item.namba .clinic-ttl:before,
#links .clinic-info-card.namba .clinic-ttl:before,
#links .clinic-info-card.namba .box-link .link.reserve,
#links .clinic-info-card.namba .box-link .link.map .icon{
	background-color: #F1BA38;
}
#links .clinic-info-card.namba .clinic-tel-btn path{
	fill: #F1BA38;
}
.list--clinic-reserve .clinic-item.namba .clinic-btn.reserve{
	background-color: #FFF7E4;
}
.list--clinic-reserve .clinic-item.namba .clinic-btn.tel{
	border-color: #FFEFC8;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.namba .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.namba .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.namba .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.namba .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.namba .clinic-item-inner:hover .arrow:after{
		background-color: #F1BA38;
	}
}

/* shibuya */
.list--clinic-reserve .clinic-item.shibuya .clinic-ttl:before{
	background-color: #E4E4E4;
}
.list--clinic-reserve .clinic-item.shibuya .clinic-btn.reserve{
	background-color: #F4F4F4;
}
.list--clinic-reserve .clinic-item.shibuya .clinic-btn.tel{
	border-color: #E2E2E2;
}
#links .clinic-info-card.shibuya .clinic-ttl:before,
#links .clinic-info-card.shibuya .box-link .link.reserve,
#links .clinic-info-card.shibuya .box-link .link.map .icon{
	background-color: #9FA09E;
}
#links .clinic-info-card.shibuya .clinic-tel-btn path{
	fill: #9FA09E;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.shibuya .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.shibuya .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.shibuya .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.shibuya .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.shibuya .clinic-item-inner:hover .arrow:after{
		background-color: #9FA09E;
	}
}

/* nagoya */
.list--clinic-reserve .clinic-item.nagoya .clinic-ttl:before,
#links .clinic-info-card.nagoya .clinic-ttl:before,
#links .clinic-info-card.nagoya .box-link .link.reserve,
#links .clinic-info-card.nagoya .box-link .link.map .icon{
	background-color: #C82C55;
}
#links .clinic-info-card.nagoya .clinic-tel-btn path{
	fill: #C82C55;
}
.list--clinic-reserve .clinic-item.nagoya .clinic-btn.reserve{
	background-color: #F9E9EE;
}
.list--clinic-reserve .clinic-item.nagoya .clinic-btn.tel{
	border-color: #F9E9EE;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.nagoya .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.nagoya .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.nagoya .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.nagoya .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.nagoya .clinic-item-inner:hover .arrow:after{
		background-color: #C82C55;
	}
}

/* fukuoka */
.list--clinic-reserve .clinic-item.fukuoka .clinic-ttl:before,
#links .clinic-info-card.fukuoka .box-link .link.reserve,
#links .clinic-info-card.fukuoka .box-link .link.map .icon{
	background-color: #BE6D1C;
}
#links .clinic-info-card.fukuoka .clinic-tel-btn path{
	fill: #BE6D1C;
}
.list--clinic-reserve .clinic-item.fukuoka .clinic-btn.reserve,
#links .clinic-info-card.fukuoka .clinic-ttl:before{
	background-color: #FFEDAB;
}
.list--clinic-reserve .clinic-item.fukuoka .clinic-btn.tel{
	border-color: #FFEDAB;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.fukuoka .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.fukuoka .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.fukuoka .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.fukuoka .clinic-item-inner:hover .arrow:after{
		background-color: #BE6D1C;
	}
	#links .sec-reserve .block-btn .clinic-item.fukuoka .clinic-item-inner:hover{
		background-color: #FFEDAB;
		color: #BE6D1C;
	}
}

/* shizuoka */
.list--clinic-reserve .clinic-item.shizuoka .clinic-ttl:before,
#links .clinic-info-card.shizuoka .box-link .link.reserve,
#links .clinic-info-card.shizuoka .box-link .link.map .icon{
	background-color: #9E7777;
}
#links .clinic-info-card.shizuoka .clinic-tel-btn path{
	fill: #9E7777;
}
.list--clinic-reserve .clinic-item.shizuoka .clinic-btn.reserve,
#links .clinic-info-card.shizuoka .clinic-ttl:before{
	background-color: #F3DDC9;
}
.list--clinic-reserve .clinic-item.shizuoka .clinic-btn.tel{
	border-color: #F3DDC9;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.shizuoka .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.shizuoka .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.shizuoka .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.shizuoka .clinic-item-inner:hover .arrow:after{
		background-color: #9E7777;
	}
	#links .sec-reserve .block-btn .clinic-item.shizuoka .clinic-item-inner:hover{
		background-color: #F3DDC9;
		color: #9E7777;
	}
}

/* akihabara */
.list--clinic-reserve .clinic-item.akihabara .clinic-ttl:before,
#links .clinic-info-card.akihabara .clinic-ttl:before,
#links .clinic-info-card.akihabara .box-link .link.reserve,
#links .clinic-info-card.akihabara .box-link .link.map .icon{
	background-color: #B5A1CC;
}
#links .clinic-info-card.akihabara .clinic-tel-btn path{
	fill: #B5A1CC;
}
.list--clinic-reserve .clinic-item.akihabara .clinic-btn.reserve{
	background-color: #F4F1F8;
}
.list--clinic-reserve .clinic-item.akihabara .clinic-btn.tel{
	border-color: #F4F1F8;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.akihabara .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.akihabara .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.akihabara .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.akihabara .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.akihabara .clinic-item-inner:hover .arrow:after{
		background-color: #B5A1CC;
	}
}

/* sapporo */
.list--clinic-reserve .clinic-item.sapporo .clinic-ttl:before,
#links .clinic-info-card.sapporo .clinic-ttl:before,
#links .clinic-info-card.sapporo .box-link .link.reserve,
#links .clinic-info-card.sapporo .box-link .link.map .icon{
	background-color: #393F4C;
}
#links .clinic-info-card.sapporo .clinic-tel-btn path{
	fill: #393F4C;
}
.list--clinic-reserve .clinic-item.sapporo .clinic-btn.reserve{
	background-color: #F5F5F5;
}
.list--clinic-reserve .clinic-item.sapporo .clinic-btn.tel{
	border-color: #F5F5F5;
}
@media screen and (min-width: 960px) {
	.list--clinic-reserve .clinic-item.sapporo .clinic-btn.reserve:hover,
	#links .sec-reserve .block-btn .clinic-item.sapporo .clinic-arrow,
	#links .sec-reserve .block-btn .clinic-item.sapporo .clinic-item-inner:hover,
	#links .sec-reserve .block-btn .clinic-item.sapporo .clinic-item-inner:hover .arrow:before,
	#links .sec-reserve .block-btn .clinic-item.sapporo .clinic-item-inner:hover .arrow:after{
		background-color: #393F4C;
	}
}


/*===============================

===============================*/
/*
--------------------------------------*/
@media screen and (max-width: 1149px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
}
@media screen and (min-width: 960px) {
}
@media screen and (min-width: 1150px) {
}
