@charset "UTF-8";

/* *******************************************************************************************
* 
*	Index
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* メインビジュアル 
*
* ----------------------------------------------------------------------------------------- */

.visual{
	position: relative;
	min-width: 1280px;
}
#visual_img_left,#visual_img_right{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 5;
	opacity: 0;
}
#visual_svg{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	opacity: 0;
}
.visual_info_outer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.visual_info{
	position: absolute;
}
.visual_info-treatment{
	bottom: 115px;
	left: 60px;
}
.visual_info-general{
	top: 115px;
	right: 60px;
	text-align: right;
}
.visual_info_ttl{
	margin-bottom: 25px;
}
.visual_info-treatment .visual_info_ttl{
	width: 243px;
}
.visual_info-general .visual_info_ttl{
	margin-left: auto;
	margin-right: 0;
	width: 144px;
}
.visual_info_txt{
	margin-bottom: 25px;
	color: #40211d;
	font-size: 26px;
	line-height: 44px;
}
.visual_info_link{
	display: inline-block;
	padding-left: 33px;
	color: #e55c49;
	font-size: 21px;
	line-height: 1em;
	background: url(../../common/img/ic_link_arrow_r_pk.png) 0 center no-repeat;
	background-size: 18px auto;
}

/* ----------------------------- コピー、バリエーション START ----------------------------- */
@media screen and (max-width : 1920px){
}
@media screen and (max-width : 1600px){
	.visual_info-treatment{
		bottom: 96px;
	}
	.visual_info-general{
		top: 96px;
	}
	.visual_info_ttl{
		margin-bottom: 21px;
	}
	.visual_info-treatment .visual_info_ttl{
		width: 202px;
	}
	.visual_info-general .visual_info_ttl{
		width: 120px;
	}
	.visual_info_txt{
		margin-bottom: 21px;
		font-size: 22px;
		line-height: 38px;
	}
	.visual_info_link{
		padding-left: 27px;
		font-size: 17px;
		line-height: 1em;
		background-size: 15px auto;
	}
}
@media screen and (max-width : 1280px){
	.visual_info-treatment{
		bottom: 77px;
	}
	.visual_info-general{
		top: 77px;
	}
	.visual_info_ttl{
		margin-bottom: 17px;
	}
	.visual_info-treatment .visual_info_ttl{
		width: 162px;
	}
	.visual_info-general .visual_info_ttl{
		width: 96px;
	}
	.visual_info_txt{
		margin-bottom: 17px;
		font-size: 18px;
		line-height: 32px;
	}
	.visual_info_link{
		padding-left: 22px;
		font-size: 14px;
		line-height: 1em;
		background-size: 12px auto;
	}
}
/* ----------------------------- コピー、バリエーション END ----------------------------- */

@media screen and (max-width : 768px){
	.visual{
		min-width: 320px;
	}
	.visual_img{
		position: relative;
	}
	.visual_img_copy{
		position: absolute;
		color: #40211d;
		font-size: 14px;
		line-height: 24px;
	}
	.visual_img_copy-1{
		bottom: 35px;
		left: 16px;
	}
	.visual_img_copy-2{
		top: 35px;
		right: 16px;
		text-align: right;
	}
	.visual_tab{
		border-bottom: 2px solid #f06e5c;
	}
	.visual_tab_item{
		float: left;
		width: 50%;
	}
	.visual_tab_item a{
		display: block;
		padding: 15px 0;
		color: #e55c49;
		font-size: 16px;
		line-height: 1em;
		text-align: center;
		background: #fff;
	}
	.visual_tab_item.tab-active a{
		color: #fff;
		background: #f06e5c;
	}
}

/* -------------------------------------------------------------------------------------------
*
* ピックアップ 
*
* ----------------------------------------------------------------------------------------- */

.pickup{
	min-width: 1280px;
}
.pickup_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 926px;
}
.pickup_clm{
	margin-right: -73px;
	width: 999px;
}
.pickup_clm_item{
	float: left;
	margin-right: 73px;
	width: 260px;
	text-align: center;
}
.pickup_clm_item_ttl{
	margin-bottom: 8px;
	padding-bottom: 33px;
	color: #40211d;
	font-size: 26px;
	line-height: 1em;
	background: url(../img/ic_pickup_label.png) center bottom no-repeat;
	background-size: 110px auto;
}
.pickup_clm_item_link{
	position: relative;
}
.pickup_clm_item_link a{
	display: block;
	margin-bottom: 17px;
	width: 260px;
	height: 260px;
	overflow: hidden;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
}
.pickup_clm_item_link_img{
	position: relative;
	width: 260px;
	height: 260px;
}
.pickup_clm_item_link_img:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 260px;
	height: 260px;
	z-index: 10;
	background: rgba(240,110,92,.75);
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-transform: scale(0.35);
	transform: scale(0.35);
}
.pickup_clm_item_link a:hover .pickup_clm_item_link_img:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* unable */
.pickup_clm_item_link a.unable{
	cursor: default;
}
.pickup_clm_item_link a.unable .pickup_clm_item_link_img:after{
	-webkit-transform: scale(0);
	transform: scale(0);
}
.pickup_clm_item_link a.unable:hover .pickup_clm_item_link_img:after{
	-webkit-transform: scale(0);
	transform: scale(0);
}

.pickup_clm_item_link_img_icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: 15px;
	z-index: 15;
}
.pickup_clm_item_link_img img{
	width: 100%;
	height: auto;
}
.pickup_clm_item_txt{
	color: #40211d;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.04em;
}
.pickup_clm_item_link_osusume{
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	width: 148px;
	z-index: 20;
}
.pickup_link_btn{
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	width: 336px;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #f06e5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.pickup_link_btn:hover{
	background: #f8b7ae;
}
.pickup_link_btn span{
	display: inline-block;
	padding-left: 32px;
	background: url(../../common/img/ic_list_wt.png) 0 center no-repeat;
	background-size: 15px auto;
}

@media screen and (max-width : 768px){
	.pickup{
		min-width: 320px;
	}
	.pickup_inner{
		padding: 50px 0 40px 0;
		width: 100%;
	}
	.pickup_clm{
		margin-right: 0;
		width: 100%;
	}
	.pickup_clm_item{
		float: none;
		margin-bottom: 38px;
		margin-right: 0;
		padding: 0 16px 35px 16px;
		width: 100%;
		border-bottom: 1px solid #dbdbdb;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.pickup_clm_item:nth-child(3) {
		margin-bottom: 0;
		border-bottom: 0;
	}
	.pickup_clm_item_ttl{
		margin-bottom: 5px;
		padding-bottom: 27px;
		font-size: 20px;
		line-height: 1em;
		background-size: 82px auto;
	}
	.pickup_clm_item_link{
		margin: 0 auto;
		width: 221px;
	}
	.pickup_clm_item_link a{
		margin-bottom: 15px;
		width: 221px;
		height: 221px;
	}
	.pickup_clm_item_link_img{
		width: 221px;
		height: 221px;
	}
	.pickup_clm_item_link_img:after{
		width: 221px;
		height: 221px;
	    -webkit-transition: none 0s;
	    -moz-transition: none 0s;
	    -ms-transition: none 0s;
	    transition: none 0s;
	}
	.pickup_clm_item_link a:hover .pickup_clm_item_link_img:after{
		-webkit-transform: scale(0.35);
		transform: scale(0.35);
	}
	.pickup_clm_item_link_img_icon{
		width: 16px;
		height: 14px;
	}
	.pickup_clm_item_txt{
		font-size: 11px;
		line-height: 21px;
		letter-spacing: -0.04em;
	}
	.pickup_clm_item_link_osusume{
		bottom: -5px;
		width: 111px;
	}
	.pickup_link{
		padding: 0 16px;
	}
	.pickup_link_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.pickup_link_btn:hover{
		background: #f06e5c;
	}
	.pickup_link_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
}

/* -------------------------------------------------------------------------------------------
*
* お悩み・症状 
*
* ----------------------------------------------------------------------------------------- */

.medicalMenu{
	min-width: 1280px;
	background: #f0ebf0 url(../img/ic_menu_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.medicalMenu_inner{
	margin: 0 auto;
	padding: 64px 0;
	width: 925px;
}
.medicalMenu_ttl{
	margin: 0 auto 38px auto;
	width: 159px;
}
.medicalMenu_clm{
	margin-bottom: 40px;
	margin-right: -63px;
	width: 988px;
}
.medicalMenu_clm_item{
	float: left;
	margin-right: 63px;
	width: 184px;
	text-align: center;
}
.medicalMenu_clm_item a{
	position: relative;
	display: block;
	padding-top: 54px;
	width: 184px;
	height: 184px;
	color: #40211d;
	font-size: 26px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d6cbd6;
	-webkit-border-radius: 92px;
	-moz-border-radius: 92px;
	border-radius: 92px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.medicalMenu_clm_item a:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 184px;
	height: 184px;
	overflow: hidden;
	z-index: 10;
	background: #baa9ba;
	-webkit-border-radius: 92px;
	-moz-border-radius: 92px;
	border-radius: 92px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.medicalMenu_clm_item a:hover:after{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.medicalMenu_clm_item a span{
	position: relative;
	display: inline-block;
	padding-top: 63px;
	z-index: 15;
}
.medicalMenu_clm_item-1 a span{
	background: url(../img/menu_img_cat126.png) center 0px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-2 a span{
	background: url(../img/menu_img_cat127.png) center 0px no-repeat;
	background-size: 36px auto;
}
.medicalMenu_clm_item-3 a span{
	background: url(../img/menu_img_cat128.png) center 2px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-4 a span{
	background: url(../img/menu_img_cat132.png) center 11px no-repeat;
	background-size: 52px auto;
}
.medicalMenu_clm_item a:hover{
	color: #fff;
	border: 1px solid #baa9ba;
}
.medicalMenu_clm_item-1 a:hover span{
	background: url(../img/menu_img_cat126_wt.png) center 0px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-2 a:hover span{
	background: url(../img/menu_img_cat127_wt.png) center 0px no-repeat;
	background-size: 36px auto;
}
.medicalMenu_clm_item-3 a:hover span{
	background: url(../img/menu_img_cat128_wt.png) center 2px no-repeat;
	background-size: 43px auto;
}
.medicalMenu_clm_item-4 a:hover span{
	background: url(../img/menu_img_cat132_wt.png) center 11px no-repeat;
	background-size: 52px auto;
}
.medicalMenu_link_btn{
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	width: 336px;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #745275;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.medicalMenu_link_btn:hover{
	background: #baa9ba;
}
.medicalMenu_link_btn span{
	display: inline-block;
	padding-left: 32px;
	background: url(../../common/img/ic_list_wt.png) 0 center no-repeat;
	background-size: 15px auto;
}

@media screen and (max-width : 768px){
	.medicalMenu{
		min-width: 320px;
		background-size: 15px auto;
	}
	.medicalMenu_inner{
		padding: 50px 0;
		width: 100%;
	}
	.medicalMenu_ttl{
		margin: 0 auto 30px auto;
		width: 118px;
	}
	.medicalMenu_clm{
		margin: 0 auto;
		padding: 0 10px 18px 10px;
		width: 300px;
	}
	.medicalMenu_clm_item{
		margin-right: 0;
		margin-bottom: 12px;
		padding: 0 6px;
		width: 150px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.medicalMenu_clm_item a{
		padding-top: 41px;
		width: 138px;
		height: 138px;
		font-size: 18px;
		-webkit-border-radius: 69px;
		-moz-border-radius: 69px;
		border-radius: 69px;
	}
	.medicalMenu_clm_item a:after{
		width: 138px;
		height: 138px;
	}
	.medicalMenu_clm_item a:hover:after{
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.medicalMenu_clm_item a span{
		padding-top: 50px;
	}
	.medicalMenu_clm_item-1 a span{
		background-size: 32px auto;
	}
	.medicalMenu_clm_item-2 a span{
		background-size: 27px auto;
	}
	.medicalMenu_clm_item-3 a span{
		background-size: 32px auto;
	}
	.medicalMenu_clm_item-4 a span{
		background: url(../img/menu_img_cat132.png) center 8px no-repeat;
		background-size: 39px auto;
	}
	.medicalMenu_clm_item a:hover{
		color: #40211d;
		background: #fff;
		border: 1px solid #d6cbd6;
	}
	.medicalMenu_clm_item-1 a:hover span{
		background: url(../img/menu_img_cat126.png) center 0px no-repeat;
		background-size: 32px auto;
	}
	.medicalMenu_clm_item-2 a:hover span{
		background: url(../img/menu_img_cat127.png) center 0px no-repeat;
		background-size: 27px auto;
	}
	.medicalMenu_clm_item-3 a:hover span{
		background: url(../img/menu_img_cat128.png) center 2px no-repeat;
		background-size: 32px auto;
	}
	.medicalMenu_clm_item-4 a:hover span{
		background: url(../img/menu_img_cat132.png) center 8px no-repeat;
		background-size: 39px auto;
	}
	.medicalMenu_link{
		padding: 0 16px;
	}
	.medicalMenu_link_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.medicalMenu_link_btn:hover{
		background: #745275;
	}
	.medicalMenu_link_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
}

/* -------------------------------------------------------------------------------------------
*
* クリニックのご紹介 
*
* ----------------------------------------------------------------------------------------- */

.about{
	position: relative;
	min-width: 1280px;
	height: 524px;
	background: url(../img/about_bg_pc.jpg) center 0 no-repeat;
	background-size: cover;
}
.about:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 477px;
	height: 524px;
	background: url(../img/about_a_pc.png) right 0 no-repeat;
}
.about_inner{
	margin: 0 auto;
	padding-top: 70px;
	width: 1160px;
}
.about_ttl{
	margin-bottom: 23px;
	width: 360px;
}
.about_txt{
	margin-bottom: 31px;
	color: #40211d;
	font-size: 14px;
	line-height: 32px;
}
.about_link_btn{
	display: block;
	padding: 14px 0;
	width: 336px;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	background: #f06e5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.about_link_btn:hover{
	background: #f8b7ae;
}
.about_link_btn span{
	display: inline-block;
	padding-left: 34px;
	background: url(../../common/img/ic_link_arrow_r_wt.png) 0 center no-repeat;
	background-size: 14px auto;
}

@media screen and (max-width : 768px){
	.about{
		min-width: 320px;
		height: 412px;
		background: url(../img/about_bg_sp.jpg) center 0 no-repeat;
		background-size: cover;
	}
	.about:after{
		width: 0;
		height: 0;
		background: none;
	}
	.about_inner{
		padding: 0 16px;
		padding-top: 49px;
		width: 100%;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.about_ttl{
		margin-bottom: 25px;
		width: 260px;
	}
	.about_txt{
		margin-bottom: 25px;
		font-size: 11px;
		line-height: 22px;
	}
	.about_link_btn{
		padding: 18px 0;
		width: 100%;
		height: 48px;
		font-size: 12px;
		line-height: 1em;
	}
	.about_link_btn:hover{
		background: #f06e5c;
	}
	.about_link_btn span{
		padding-left: 24px;
		background-size: 11px auto;
	}
}

/* -------------------------------------------------------------------------------------------
*
* バナーエリア 
*
* ----------------------------------------------------------------------------------------- */

.bnrArea{
	min-width: 1280px;
	height: 140px;
}
.bnrArea_item{
	float: left;
	width: 50%;
}
.bnrArea_item a{
	position: relative;
	display: block;
	width: 100%;
	height: 140px;
}
.bnrArea_item-1 a{
	background: url(../img/bnr_img_01_pc.jpg) 0 0 no-repeat;
	background-size: cover;
}
.bnrArea_item-1 a .bnrArea_item_ttl{
	position: absolute;
	top: 58px;
	right: 74px;
	width: 144px;
}
.bnrArea_item-2 a{
	background: url(../img/bnr_img_02_pc.jpg) 0 0 no-repeat;
	background-size: cover;
}
.bnrArea_item-2 a .bnrArea_item_ttl{
	position: absolute;
	top: 58px;
	right: 74px;
	width: 170px;
}

@media screen and (max-width : 768px){
	.bnrArea{
		min-width: 320px;
		height: 210px;
	}
	.bnrArea_item{
		float: none;
		width: 100%;
	}
	.bnrArea_item a{
		height: 105px;
	}
	.bnrArea_item-1 a{
		background: url(../img/bnr_img_01_sp.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	.bnrArea_item-1 a .bnrArea_item_ttl{
		top: 44px;
		right: 28px;
		width: 105px;
	}
	.bnrArea_item-2 a{
		background: url(../img/bnr_img_02_sp.jpg) 0 0 no-repeat;
		background-size: cover;
	}
	.bnrArea_item-2 a .bnrArea_item_ttl{
		top: 44px;
		right: 18px;
		width: 123px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* お知らせ・クリニックのご案内 
*
* ----------------------------------------------------------------------------------------- */

.btmInfo{
	display: table;
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
}
.btmInfo_item{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.btmInfo_item-news{
	background: #f2f0f0;
}
.btmInfo_item-info{
	border-left: 1px solid #f7d4d0;
	background: #fceeeb;
}
.btmInfo_item_inner{
	padding: 64px 0;
}
.btmInfo_item-news .btmInfo_item_inner{
	margin-left: auto;
	margin-right: 0;
	width: 640px;
	background: url(../img/ic_news_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.btmInfo_item-info .btmInfo_item_inner{
	margin-left: 0;
	margin-right: auto;
	width: 640px;
	background: url(../img/ic_info_label.png) center 0 no-repeat;
	background-size: 20px auto;
}
.btmInfo_item_news,
.btmInfo_item_info{
	margin: 0 auto;
	width: 400px;
}
.btmInfo_item_info p{
    color: #40211d;
	font-size: 14px;
	line-height: 28px;
    margin: 20px 0;
}
.news_ttl{
	margin: 0 auto;
	margin-bottom: 31px;
	width: 104px;
}
.news_list{
	padding-bottom: 17px;
	line-height: 0;
}
.news_list_item{
	margin-bottom: 15px;
}
.news_list_item_date{
	float: left;
	width: 110px;
	font-family: Arial, serif;
	color: #40211d;
	font-size: 14px;
	line-height: 28px;
}
.news_list_item_txt{
	float: left;
	width: 290px;
	color: #40211d;
	font-size: 14px;
	line-height: 28px;
}
.news_list_item_txt a{
	color: #e55c49;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.news_list_item_txt a:hover{
	opacity: .6;
}
.fb_link_catch{
	margin: 0 auto 12px auto;
	width: 329px;
}
.fb_link_btn{
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	width: 400px;
	height: 44px;
	font-family: 'Times New Roman', serif;
	color: #40211d;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.06em;
	text-align: center;
	background: #fff;
	border: 1px solid #baacaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.fb_link_btn:hover{
	color: #fff;
	background: #baacaa;
}
.fb_link_btn span{
	display: inline-block;
	padding-left: 40px;
	background: url(../../common/img/ic_fb_br.png) 0 center no-repeat;
	background-size: 28px auto;
}
.fb_link_btn:hover span{
	background: url(../../common/img/ic_fb_wt.png) 0 center no-repeat;
	background-size: 28px auto;
}
.insta_link_catch{
	margin: 0 auto 12px auto;
	width: 329px;
}
.insta_link_btn{
	display: block;
	margin: 0 auto;
	padding: 8px 0;
	width: 400px;
	height: 44px;
	font-family: 'Times New Roman', serif;
	color: #40211d;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.06em;
	text-align: center;
	background: #fff;
	border: 1px solid #baacaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.insta_link_btn:hover{
	color: #fff;
	background: #baacaa;
}
.insta_link_btn span{
	display: inline-block;
	padding-left: 40px;
	background: url(../../common/img/ic_insta_br.png) 0 center no-repeat;
	background-size: 28px auto;
}
.insta_link_btn:hover span{
	background: url(../../common/img/ic_insta_wt.png) 0 center no-repeat;
	background-size: 28px auto;
}
.info_ttl{
	margin: 0 auto;
	margin-bottom: 40px;
	width: 229px;
}
.info_tel{
	margin-bottom: 22px;
	padding: 27px 0 19px 0;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info_tel_img{
	display: inline-block;
	width: 309px;
}
.info_address{
	color: #40211d;
	font-size: 14px;
	line-height: 28px;
}
.info_address_label{
	float: left;
}
.info_address_data{
	padding-left: 4em;
}
.info_access{
	margin-bottom: 33px;
}
.info_access_link{
	display: inline-block;
	padding-left: 22px;
	color: #e55c49;
	font-size: 16px;
	line-height: 28px;
	background: url(../../common/img/ic_link_arrow_r_pk.png) 0 center no-repeat;
	background-size: 12px auto;
}
.info_reservation_btn{
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	width: 400px;
	height: 44px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	background: #f06e5c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.info_reservation_btn:hover{
	background: #f8b7ae;
}
.info_reservation_btn span{
	display: inline-block;
	padding-left: 48px;
	background: url(../../common/img/ic_reservation_pc.png) 0 center no-repeat;
	background-size: 32px auto;
}
.btmInfo_item_medical_info{
    background: #fadfda;
    padding: 10px;
    text-align: center;
}
.medical_info_link {
    display: inline-block;
    padding-left: 22px;
    color: #e55c49;
    font-size: 16px;
    line-height: 28px;
    background: url(../../common/img/ic_link_arrow_r_pk.png) 0 center no-repeat;
    background-size: 12px auto;
}
.btmInfo_item_medical_info .sp{
    display: none;
}

@media screen and (max-width : 768px){
	.btmInfo{
		display: block;
		min-width: 320px;
	}
	.btmInfo_item{
		display: block;
		width: 100%;
	}
	.btmInfo_item-info{
		border-top: 1px solid #f7d4d0;
		border-left: 0;
	}
	.btmInfo_item_inner{
		padding: 50px 16px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.btmInfo_item-news .btmInfo_item_inner{
		margin: 0;
		width: 100%;
		background-size: 15px auto;
	}
	.btmInfo_item-info .btmInfo_item_inner{
		margin: 0;
		width: 100%;
		background-size: 15px auto;
	}
	.btmInfo_item_news,
	.btmInfo_item_info{
		width: 100%;
	}
    .btmInfo_item_info p{
        font-size: 11px;
        line-height: 21px;
        margin: 10px 0;
    }
	.news_ttl{
		margin-bottom: 24px;
		width: 74px;
	}
	.news_list{
		padding-bottom: 18px;
	}
	.news_list_item{
		margin-bottom: 15px;
	}
	.news_list_item_date{
		width: 80px;
		font-size: 11px;
		line-height: 21px;
	}
	.news_list_item_txt{
		float: none;
		display: block;
		width: 100%;
		padding-left: 80px;
		font-size: 11px;
		line-height: 21px;
	    -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
	}
	.news_list_item_txt a:hover{
		opacity: 1;
	}
	.fb_link_catch{
		margin: 0 auto 8px auto;
		width: 247px;
	}
	.fb_link_btn{
		padding: 14px 0;
		width: 100%;
		height: 48px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.06em;
	}
	.fb_link_btn:hover{
		color: #40211d;
		background: #fff;
	}
	.fb_link_btn span{
		padding-left: 31px;
		background-size: 20px auto;
	}
	.fb_link_btn:hover span{
		background: url(../../common/img/ic_fb_br.png) 0 center no-repeat;
		background-size: 20px auto;
	}
    .insta_link_catch{
		margin: 0 auto 8px auto;
		width: 247px;
	}
	.insta_link_btn{
		padding: 14px 0;
		width: 100%;
		height: 48px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.06em;
	}
	.insta_link_btn:hover{
		color: #40211d;
		background: #fff;
	}
	.insta_link_btn span{
		padding-left: 31px;
		background-size: 20px auto;
	}
	.insta_link_btn:hover span{
		background: url(../../common/img/ic_insta_br.png) 0 center no-repeat;
		background-size: 20px auto;
	}
	.info_ttl{
		margin-bottom: 30px;
		width: 165px;
	}
	.info_tel{
		margin-bottom: 12px;
		padding: 29px 0 16px 0;
	}
	.info_tel_img{
		width: 231px;
	}
	.info_address{
		font-size: 11px;
		line-height: 21px;
	}
	.info_address_data{
		padding-left: 4em;
	}
	.info_access{
		margin-bottom: 25px;
	}
	.info_access_link{
		padding-left: 20px;
		font-size: 14px;
		line-height: 21px;
		background-size: 10px auto;
	}
	.info_reservation_btn{
		padding: 14px 0;
		width: 100%;
		height: 48px;
		font-size: 18px;
		line-height: 20px;
	}
	.info_reservation_btn:hover{
		background: #f06e5c;
	}
	.info_reservation_btn span{
		padding-left: 36px;
		background-size: 25px auto;
	}
    .medical_info_link {
        font-size: 14px;
        line-height: 20px;
    }
    .btmInfo_item_medical_info .sp{
        display: block;
    }
}

/* -------------------------------------------------------------------------------------------
*
* お知らせ （コロナ）
*
* ----------------------------------------------------------------------------------------- */

.attention{
	margin-top: 40px;
	padding: 16px 0;
	text-align: center;
	background: #fff;
	border-top:1px solid #f06e5c;
	border-bottom:1px solid #f06e5c;
}
.attention a{
	position: relative;
	display: inline-block;
	padding: 0 52px 0 64px;
	color: #f06e5c;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.06em;
}
.attention a:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 32px;
	height: 100%;
	background: url(../../common/img/ic_info_s.png) 0 center no-repeat;
	background-size: 32px auto;
}
.attention a:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 18px;
	height: 100%;
	background: url(../../common/img/ic_link_arrow_r_pk_l.png) 0 center no-repeat;
	background-size: 18px auto;
}

@media screen and (max-width : 768px){
	.attention{
		margin-top: 20px;
		padding: 12px 16px;
	}
	.attention a{
		padding: 0 26px 0 32px;
		font-size: 15px;
		line-height: 27px;
	}
	.attention a:before{
		width: 24px;
		background-size: 24px auto;
	}
	.attention a:after{
		width: 14px;
		background-size: 14px auto;
	}
}











