

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

FV

========================================================= */
.main_img_cover {
	height: calc(100vh - 95px);
	margin-top: 95px;
	margin-bottom: 60px;
}

.sp_main_image {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.sp_main_image li {
	width: 100%;
	height: calc(100% / 3);
	position: relative;
	
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_main_image li:first-child {
	background: url("../images/top/sp_main_01.jpg") no-repeat center top;
	background-size: cover;
}
.sp_main_image li:nth-child(2) {
	background: url("../images/top/sp_main_02.jpg") no-repeat center top;
	background-size: cover;
}
.sp_main_image li:nth-child(3) {
	background: url("../images/top/sp_main_03.jpg") no-repeat center top;
	background-size: cover;
}


.sp_main_image li a { color: #fff; text-decoration: none;}
.sp_main_image li h2 {
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size: 20px;
	line-height: 1.6;
	position: relative;
	padding-bottom: 60px;
}
.sp_main_image li:first-child h2 { letter-spacing: 0;}
.sp_main_image li h2 span {
	display: block;
	font-family: "Lora", serif;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.sp_main_image li h2:before,
.sp_main_image li h2:after {
	content: "";
	display: block;
	position: absolute;
}

.sp_main_image li h2:before {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0
}

.sp_main_image li h2:after {
	width: 15px;
	height: 14px;
	background: url("../images/top/arrow.png") no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	bottom: 18px;
	margin: auto;
}

.first-view { display: none;}

@media screen and (min-width: 1025px) {
.sp_main_image {
	display: none;
}

	
.main_img_cover {
	height: calc(100vh - 90px);
	margin-top: 90px;
	margin-bottom: 100px;
}
	
.first-view {
	height: calc(100vh - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.first-view {
	-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
	
.first-view.list-unstyled li:first-child {
	background-image: url("../images/top/main_01.jpg");
	background-position: center top;
}
.first-view.list-unstyled li:nth-child(2) {
	background-image: url("../images/top/main_02.jpg");
	background-position: center top;
}	
	
.first-view.list-unstyled li:nth-child(3) {
	background-image: url("../images/top/main_03.jpg");
	background-position: center top;
}
	
	

.first-view .first-view__brief-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: .8rem;
    text-align: center;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
	
	
	display: flex;
	flex-direction: column;
}

.first-view .first-view__brief-content h2 {
	text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size: 38px;
	line-height: 1.2;
	position: relative;
	/*padding-bottom: 120px;*/
	color: #fff;
	padding-top: 140px;
	
/*    position: relative;
    padding-bottom: 2.5rem;
    margin-bottom: .8rem;
    font-size: 1.3125rem;
    color: #fff*/
}
.first-view li:first-child h2 { letter-spacing: 0;}
.first-view .first-view__brief-content span {
	display: block;
	font-family: "Lora", serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}


.first-view .c_btn {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 50px auto 0;
/*	left: 0;
	right: 0;
	margin: auto;
	bottom: -120px;*/
	position: relative;
	}
.first-view .c_btn:after {
	content: "";
	display: block;
	position: absolute;
}

/*.first-view .first-view__brief-content .c_btn:before {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
*/
.first-view .c_btn:after {
	width: 15px;
	height: 14px;
	background: url("../images/top/arrow.png") no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	bottom: 32px;
	margin: auto;
}
	
.first-view li:nth-child(2) .first-view__brief-content h2 { margin: 10px auto;}
.first-view li:nth-child(2) .c_btn { margin-top: 70px;}
	
	
	
	
.first-view .first-view__item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.first-view .first-view__item::before {
    position: absolute;
    background: inherit;
    content: '';
}
.first-view .first-view__item--hover {
    position: relative;
    /*display: none;*/
	display: block;
    width: calc(100% / 3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: width;
    -webkit-transition: width .5s;
    transition: width .5s;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden;
}

	
.first-view_btn {
	width: 300px;
	margin: 0 auto;
}
.first-view_btn a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	color: #272727;
	text-decoration: none;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	transition: all 0.3s;
}
	
.first-view_btn a:before,
.first-view_btn a:after {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.3s;
}
.first-view_btn a:before {
	width: 15px;
	height: 1px;
	background: #272727;
	right: 20px;
	top: 50%;
}

.first-view_btn a:after {
	width: 9px;
	height: 9px;
	border-top: 1px solid #272727;
	border-right: 1px solid #272727;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 50%;
	margin-top: -4px;
}
	
	
.first-view_btn a:hover { background: #272727; color: #fff;}
.first-view_btn a:hover:before {
	background: #fff;
	right: 15px;
}

.first-view_btn a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 15px;
}	

.first-view .first-view__item--hover::before {
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    -webkit-filter: blur(0) brightness(75%);
    filter: blur(0) brightness(75%);
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    transition: filter .5s;
    transition: filter .5s, -webkit-filter .5s;
}


.first-view .first-view__item--hover .first-view__detail-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.first-view .first-view__item--hover .first-view__detail-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: .5rem;
    text-align: center;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}



.first-view .first-view__detail-content p {
	max-width: 450px;
	color: #fff;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	margin: 0 auto 60px;
	text-align:center;
	font-size: 18px;
/*    
    margin: 0 auto 2rem;
    font-size: .875rem;
    */
}

.first-view .first-view__item--hover:hover {
    width: calc(2 * 100% / 3);
}

.first-view .first-view__item--hover:hover::before {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.first-view .first-view__item--hover:hover .first-view__brief-content {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.first-view .first-view__item--hover:hover .first-view__detail-wrapper {
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.first-view .first-view__item--hover:hover .first-view__detail-content {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

	


}


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

   共通

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

.common_content_block {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.top_common_title {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
}
.top_common_title span {
	display: block;
	font-family: "Lora", serif;
	font-size: 12px;
	color: #b7ac84;
	font-weight: 600;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 1025px) {
.top_common_title {
	font-size: 40px;
	line-height: 1.6;
}
.top_common_title span {
	font-size: 14px;
}
	
	
}



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

   お知らせ / ブログ

========================================================= */
.news_blog .common_content_block  {
	margin-bottom: 60px;
}
.news_blog .common_content_block .ttl_block h4 {
	font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.news_blog .common_content_block .ttl_block h4 span {
	color: #b7ac84;
	font-family: "Lora", serif;
	font-size: 12px;
	margin-left: 5px;
}
.news_blog .common_content_block .article_list { margin-bottom: 30px;}
.news_blog .common_content_block .article_list li:first-child {
	border-top: 1px solid #ececec;
}
.news_blog .common_content_block .article_list li {
	border-bottom: 1px solid #ececec;
	line-height: 1.4;
}
.news_blog .common_content_block .article_list li span {
	display: block;
	margin-bottom: 5px;
	font-family: "Lora", serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 14px;
}
.news_blog .common_content_block .article_list li a {
	display: block;
	color: #272727;
	text-decoration: none;
	padding: 15px 0;
}

.news_blog .common_content_block .more_btn {
	width: 180px;
	height: 45px;
	margin: 0 auto;
}
.news_blog .common_content_block .more_btn a {
	display: block;
	width: 100%;
	background: #fff;
	color: #272727;
	text-decoration: none;
	position: relative;
	border: 1px solid #e4e4e4;
	line-height: 45px;
	box-sizing: border-box;
	padding-left: 20px;
}
.news_blog .common_content_block .more_btn a:before,
.news_blog .common_content_block .more_btn a:after {
	content: "";
	display: block;
	position: absolute;
}
.news_blog .common_content_block .more_btn a:before {
	width: 11px;
	height: 1px;
	background: #b7ac84;
	right: 20px;
	top: 50%;
}

.news_blog .common_content_block .more_btn a:after {
	width: 7px;
	height: 7px;
	border-top: 1px solid #b7ac84;
	border-right: 1px solid #b7ac84;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 50%;
	margin-top: -3px;
}

@media screen and (min-width: 1025px) {
.news_blog {
	background: url("../images/top/top_bg02.png") no-repeat right bottom;
	background-size: 450px 267px;
	margin-bottom: 0;
	padding-bottom: 50px;
}
.news_blog.blog_b { background: none;}
	
.news_blog .common_content_block  {
	margin-bottom: 0;
	
	display: flex;
	justify-content: space-between;
}
	
.news_blog .common_content_block .ttl_block {
/*	display: flex;
	justify-content: space-between;*/
	margin-bottom: 0px;
}
.news_blog .common_content_block .ttl_block h4 {
	font-size: 34px;
	margin-bottom: 40px;
	line-height: 1.6;
}
.news_blog .common_content_block .ttl_block h4 span {
	display: block;
	font-size: 14px;
	margin-left: 0;
}
.news_blog .common_content_block .article_list {
	width: 78%;
	
	margin-bottom: 0px;
}
.news_blog .common_content_block .article_list li {
	line-height: 1.4;
}
.news_blog .common_content_block .article_list li span {
	display: inline-block;
	margin-right: 60px;
	margin-bottom: 0;
	font-size: 14px;
}
.news_blog .common_content_block .article_list li a {
	padding: 25px 0;
	transition: all 0.3s;
}
.news_blog .common_content_block .article_list li a:hover { color: #b7ac84;}
.news_blog .common_content_block .more_btn { margin: 0;}
.news_blog .common_content_block .more_btn a {
	transition: all 0.3s;
	padding-left: 20px;
}
.news_blog .common_content_block .more_btn a:hover {
	background: #161616;
	color: #fff;	
}
.news_blog .common_content_block .more_btn a:before,
.news_blog .common_content_block .more_btn a:after {
	transition: all 0.3s;
}
.news_blog .common_content_block .more_btn a:hover:before {
	right: 15px;
}
.news_blog .common_content_block .more_btn a:hover:after {
	right: 15px;
}
	
}
/* ======================================================

   主な症状・疾患

========================================================= */
#main_symptoms {
	width: 100%;
	padding: 50px 0;
	background: url("../images/top/top_bg01.jpg") no-repeat center top;
	background-size: cover;
	margin: 0 auto 50px;
}
#main_symptoms .common_content_block .top_common_title {
	color: #fff;
	margin-bottom: 25px;
}
.symptoms_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.symptoms_list.mb { margin-bottom: 30px;}

.symptoms_list .block:first-child {
	background: none;
}
.symptoms_list .block:first-child a { display: inline-block;}
.symptoms_list .block:first-child:before,
.symptoms_list .block:first-child:after { content: none;}


.symptoms_list .block {
	width: 49%;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	position: relative;
	min-height: 125px;
}
.symptoms_list .block a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.symptoms_list .block:before,
.symptoms_list .block:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.symptoms_list .block:before {
border-color: #161616 transparent transparent transparent;
border-width: 16px 16px 0px 0px;
	top: 2px;
	left: 2px;
}
.symptoms_list .block:after {
border-color: transparent transparent #161616 transparent;
border-width: 0px 0px 16px 16px;
	bottom: 2px;
	right: 2px;
}

.symptoms_list .block h4 {
	color: #b7ac84;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	line-height: 1.4;
	font-size: 22px;
	margin-bottom: 10px;
}

.symptoms_list .block .more_btn {
	text-align: left;
}
.symptoms_list .block .more_btn span {
	position: relative;
	padding-right: 30px;
	display: inline;
}
.symptoms_list .block .more_btn a {
	color: #fff;
	text-decoration: none;
}
.symptoms_list .block .more_btn span:before,
.symptoms_list .block .more_btn span:after {
	content: "";
	display: block;
	position: absolute;
}

.symptoms_list .block .more_btn span:before {
	width: 8px;
	height: 7px;
	background:url("../images/top/arrow02.png") no-repeat;
	background-size: contain;
	top: 6px;
	right:  5px;
	z-index: 2;
}
.symptoms_list .block .more_btn span:after {
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.symptoms_list .block .icon {
	width: 80px;
	margin: 0 auto 5px;
}
.symptoms_list .block p {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	/*margin-top: auto;*/
	/*flex-grow: 1;*/
	
/*	
	align-items: center;*/
}
.symptoms_list .block p span {
	display: block;
	font-size: 13px;
}

.symptoms_list .block:first-child a {
	display: inline;
	width: auto;
	height: auto;
	position:static;
}

@media screen and (min-width: 1025px) {
#main_symptoms {
	padding: 140px 0 150px;
	margin: 0 auto 150px;
}
#main_symptoms .common_content_block .top_common_title {
	margin-bottom: 50px;
}
.symptoms_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.symptoms_list.mb { margin-bottom: 70px;}

.symptoms_list .block:first-child {
	background: none;
}

	
.symptoms_list .block {
	width: 16.25%;
	height: 170px;
	padding: 25px 10px 10px;
	margin-bottom: 0;
	transition: all 0.3s;
	
/*	display: flex;
	flex-direction: column;*/
	position: relative;
}
.symptoms_list .block:hover { opacity: 0.8;}
	
.symptoms_list .block:first-child {
	padding: 30px 2.5% 0 0;
	align-items: flex-start;
}
.symptoms_list .block:first-child:hover { opacity: 1;}
	
.symptoms_list.saisei .block:nth-child(2),
.symptoms_list.saisei .block:nth-child(3),
.symptoms_list.saisei .block:nth-child(4) {
	width: 27.5%;
}
	
	
.symptoms_list .block h4 {
	font-size: 28px;
	margin-bottom: 40px;
	text-align: left;
}
.symptoms_list .block.t_mb { padding-top: 15px;}
	
.symptoms_list .block .more_btn {
	line-height: 1.0;
}
.symptoms_list .block .more_btn a {
	transition: all 0.3s;
}
	
.symptoms_list .block .more_btn span {
	position: relative;
	padding-right: 30px;
	display: inline;
}
.symptoms_list .block .more_btn span:before {
	width: 10px;
	height: 9px;
	top: 6px;
	right:  7px;
	transition: all 0.3s;
}
.symptoms_list .block .more_btn span:after {
	width: 23px;
	height: 23px;
	top: -1px;
	transition: all 0.3s;
}
.symptoms_list .block .more_btn a:hover { color: #b7ac84;}
.symptoms_list .block .more_btn a:hover span:after { background: #b7ac84;}

.symptoms_list .block .icon {
	margin: 0 auto;
	flex-grow: 1;
}
.symptoms_list .block p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	flex-grow: 1;
}
.symptoms_list .block:last-child p { letter-spacing: 0;}
.symptoms_list .block p span { font-size: 14px;}

	
.symptoms_list.saisei .block .icon {
	width: 100px;
	margin: 0 auto;
}
	
	
}

@media screen and (min-width: 1330px) {
.symptoms_list.saisei .block:nth-child(2),
.symptoms_list.saisei .block:nth-child(3),
.symptoms_list.saisei .block:nth-child(4) {
	width: 28%;
	max-width: 328px;
}
	
	
}


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

   当院の特徴

========================================================= */
#features {
	margin-bottom: 50px;
}

#features .top_common_title { margin-bottom: 20px;}
#features p {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
#features .text_area { margin-bottom: 30px;}
#features .text_area p {
	text-align: center;
}
#features .features_content {
	width: 90%;
	margin: 0 auto;
}
#features .features_content .block {
	width: 100%;
	margin: 0 auto 40px;		
	position: relative;
}
#features .features_content .block img {
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
}

#features .features_content .block p {
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#features .features_content .block p span {
	padding: 10px 10px;
	background: #161616;
	color: #fff;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.15);
}

#features .features_content .block:nth-child(2) p {
	letter-spacing: 0.05em;
}

#features .text_btn01 {
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
}


@media screen and (min-width: 1025px) {
#features {
	margin-bottom: 140px;
}
#features .top_common_title { margin-bottom: 60px;}
#features p {

}
#features .text_area { margin-bottom: 60px;}
#features .text_area p {
	font-size: 16px;
}
#features .features_content {
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
#features .features_content .block {
	width: 32%;
	margin: 0;
}
#features .features_content .block p {
	font-size: 16px;
	bottom: -40px;
}
#features .features_content .block p span {
	padding: 12px 10px;
}
	
	
#features .features_content .block:nth-child(2) p {
	letter-spacing: 0;
}

	
}
@media screen and (min-width: 1440px) {
#features .features_content .block p {
	font-size: 18px;
}
	
}


@media screen and (min-width: 1630px) {
#features .features_content .block {
	width: 31%;
	max-width: 460px;
	margin: 0;
}
#features .features_content .block p {
	font-size: 20px;
	bottom: -20px;
}
#features .features_content .block p span {
	padding: 20px 15px;
}
	
	
}
/* ======================================================

   院長・副院長紹介

========================================================= */
#introduction {
	width: 100%;
	background: url("../images/top/top_bg03.jpg") no-repeat center top;
	background-size: cover;
	padding: 50px 0;
	margin-bottom: 50px;
}
#introduction .top_common_title { color: #fff; margin-bottom: 30px;}
#introduction .intro_content_block {
	width: 100%;
	box-sizing: border-box;

}
#introduction .intro_content_block .block {
	width: 100%;
	position: relative;
}
#introduction .intro_content_block .block:first-child {
	margin-bottom: 50px;
}

#introduction .intro_content_block .block .text_area {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#introduction .intro_content_block .block .text_area p {
	color: #fff;
	text-align: center;
}


/* 院長 */
#introduction .intro_content_block .block .p_info_block {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 20px 0 30px 30%;
}
#introduction .intro_content_block .block .p_info_block .image {
	width: 48%;
	position: absolute;
	top: -20px;
	left: 0px;
	padding: 20px 0;
}

/* 副院長 */
#introduction .intro_content_block .block:nth-child(2) .p_info_block {
	padding: 20px 30% 30px 0;
}
#introduction .intro_content_block .block:nth-child(2) .p_info_block .image {
	width: 42%;
	top: -10px;
	left: auto;
	right: -5px;
}

/**/
#introduction .intro_content_block .block .p_info_block p.text01 {
	font-size: 26px;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
	line-height: 1.6;
}
#introduction .intro_content_block .block .p_info_block h4 {
	color: #fff;
	font-size: 42px;
	line-height: 1.2;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#introduction .intro_content_block .block .p_info_block p.text02 span {
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	line-height: 1.4;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-size: 14px;
	color: #272727;
	letter-spacing: 0.075em;
}

#introduction .intro_content_block .block .inner {
	width: 90%;
	margin:  0 auto 30px;
}

#introduction .intro_content_block .block .more_btn {
	width: 80%;
	max-width: 230px;
	margin: 0 auto;
	text-align: left;
}
#introduction .intro_content_block .block .more_btn a {
	display: block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	line-height: 60px;
	text-decoration: none;
	color: #ffff;
	position: relative;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
	text-align: left;
}


#introduction .intro_content_block .block .more_btn a:before,
#introduction .intro_content_block .block .more_btn a:after {
	content: "";
	display: block;
	position: absolute;
}
#introduction .intro_content_block .block .more_btn a:before {
	width: 11px;
	height: 1px;
	background: #fff;
	right: 20px;
	top: 50%;
}

#introduction .intro_content_block .block .more_btn a:after {
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 50%;
	margin-top: -3px;
}

#introduction .intro_content_block .block .image_block {
	display: none;
}

@media screen and (min-width: 1025px) {
#introduction {
	padding: 110px 0 0;
	margin-bottom: 120px;
	position: relative;
}
	
#introduction:after {
	content: "";
	display: block;
	width: 506px;
	height: 405px;
	background: url("../images/top/top_bg04.png") no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
	
	
#introduction .top_common_title { margin-bottom: 60px;}
#introduction .intro_content_block {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#introduction .intro_content_block .block {
	width: 50%;
	padding-bottom: 120px;
}
#introduction .intro_content_block .block:first-child { margin-bottom: 0;}
#introduction .intro_content_block .block:first-child .text_area {
	padding: 0 6% 0 41%;
}
#introduction .intro_content_block .block:nth-child(2) .text_area {
	padding: 0 41% 0 6%;
}
	
#introduction .intro_content_block .block .text_area {
	display: flex;
	flex-direction:column;
	}
	
#introduction .intro_content_block .block .text_area p {
	color: #fff;
	text-align: center;
}
/* 院長 */
#introduction .intro_content_block .block .p_info_block {
	margin-bottom: 30px;
	padding: 0;
}
#introduction .intro_content_block .block .p_info_block .image,
#introduction .intro_content_block .block:nth-child(2) .p_info_block .image{
	display: none;
}

/* 副院長 */
#introduction .intro_content_block .block:nth-child(2) .p_info_block {
	padding: 0;
}

/**/
#introduction .intro_content_block .block .p_info_block p.text01 {
	font-size: 36px;
	line-height: 1.6;
}
#introduction .intro_content_block .block .p_info_block h4 {
	font-size: 52px;
	margin-bottom: 15px;
}
#introduction .intro_content_block .block .p_info_block p.text02 span {
	padding: 8px 20px;
	font-size: 18px;
	letter-spacing: 0.1em;
}
	
#introduction .intro_content_block .block:nth-child(2) .p_info_block p.text02 span {
	letter-spacing: 0em;
}
	
	
#introduction .intro_content_block .block .inner {
	width: 100%;
	margin:  0 auto 60px;
}
	#introduction .intro_content_block .block .more_btn { margin-top: auto;}
	
	
#introduction .intro_content_block .block .more_btn a {
	line-height: 70px;
}

#introduction .intro_content_block .block .image_block {
	display: block;
	position: absolute;
	bottom: 0;
}
	
#introduction .intro_content_block .block:first-child .image_block {
	width: 48%;
	max-width: 450px;
	left: 0;
}
#introduction .intro_content_block .block:nth-child(2) .image_block {
	width: 43%;
	max-width: 405px;
	right: 0;
}
	
	

}


@media screen and (min-width: 1280px) {
#introduction .intro_content_block .block .p_info_block h4 {
	font-size: 60px;
	margin-bottom: 15px;
}
}


@media screen and (min-width: 1480px) {
#introduction .intro_content_block .block .p_info_block p.text02 span {
	padding: 10px 30px;
	font-size: 20px;
	letter-spacing: 0.1em;
}
	
	
}



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

   よくある質問

========================================================= */
#faq { margin-bottom: 70px;}
#faq .top_common_title { margin-bottom: 30px;}
#faq .faq_list_block {
	margin-bottom: 30px;
}
#faq .faq_list_block dl {
	border-bottom: 1px solid #ececec;
	padding: 10px 20px 12px 0px;
	position: relative;
}
#faq .faq_list_block dl:first-child {
	border-top: 1px solid #ececec;
}
#faq .faq_list_block dl:before,
#faq .faq_list_block dl:after {
	content: "";
	display: block;
	position: absolute;
}
#faq .faq_list_block dl:before {
	width: 15px;
	height: 1px;
	background: #272727;
	top: 22px;
	right: 0;
}
#faq .faq_list_block dl:after {
	width: 1px;
	height: 15px;
	background: #272727;
	top: 15px;
	right: 7px;
}
#faq .faq_list_block dl.open:after {
	content: none;
}

#faq .faq_list_block dl dt {
	padding-left: 20px;
	position: relative;
    transition: 0.3s;
}
#faq .faq_list_block dl dt:before {
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
}

#faq .faq_list_block dl dt p.question {
	font-size: 14px;
	font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	
}
#faq .faq_list_block dl dd {
	padding-top: 15px;
}


#faq .faq_list_block dl dt p span {
	display: inline-block;
	width: 60px;
	text-align: center;
	padding: 3px 0;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.075em;
}
#faq .faq_list_block dl dt p span.orthopedic { background: #272727;}
#faq .faq_list_block dl dt p span.dermatology { background: #b7ac84;}
#faq .faq_list_block dl dt p span.regenerative { background: #5c91a8;}

#faq .common_content_block .text_btn01{ width: 80%; max-width: 320px; margin: 0 auto;}

@media screen and (min-width: 1025px) {
#faq { margin-bottom: 140px;}
#faq .top_common_title { margin-bottom: 30px;}
#faq .faq_list_block {
	margin-bottom: 50px;
}
#faq .faq_list_block dl {
	padding: 28px 65px 26px 30px;
	position: relative;
}

#faq .faq_list_block dl:before {
	width: 20px;
	top: 43px;
	right: 0;
}
#faq .faq_list_block dl:after {
	height: 20px;
	top: 34px;
	right: 9px;
}
#faq .faq_list_block dl.open:after {
	content: none;
}

#faq .faq_list_block dl dt {
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	cursor:pointer;
}
#faq .faq_list_block dl dt:before {
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
}

#faq .faq_list_block dl dt p.question {
	font-size: 18px;
}
#faq .faq_list_block dl dd {
	padding-top: 15px;
}


#faq .faq_list_block dl dt p span {
	width: 85px;
	padding: 3px 0;
	font-size: 12px;
}

	
}

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

   リンク集

========================================================= */
#link_list {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 60px;
}
#link_list .block {
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}
#link_list .block:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#link_list .block p {
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.2;
}

#link_list .block ul {
	display: flex;
	flex-wrap: wrap;
	
}
#link_list .block ul li {
	width: 32%;
	margin: 0 0.5% 5px;
 }


@media screen and (min-width: 1025px) {
#link_list {
	margin: 0 auto 200px;
}
#link_list .block {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#link_list .block p {
	font-size: 20px;
	margin-bottom: 20px;
}
#link_list .block ul li {
	width: 19%;
	margin: 0 0.5% 10px;
 }

}




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

   Googleカレンダー

========================================================= */
#calender_b {
	width: 100%;
	background: #161616;
	padding: 60px 0 30px;
}

#calender_b .top_common_title { color: #fff; margin-bottom: 30px;}


#calender_b .common_content_block {
	box-sizing: border-box;
}

.calendar-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


/* レスポンシブiframe用のラッパー */
.calendar-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* アスペクト比 4:3 (600/800 = 0.75) */
    margin-bottom: 20px;
    overflow: hidden;
}
.calendar-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}
/*.googleCalender iframe {
	width:100%;
	max-width:800px;
	height:400px;
}*/

@media screen and (min-width: 1025px) {
#calender_b {
	padding: 120px 0 0px;
}
#calender_b .top_common_title  { margin-bottom: 50px;}
.calendar-container {
	display: flex;
	justify-content: space-between;
}
.calendar-wrapper { width: 48%; padding-bottom: 50%;}

	
}



/*---------- キレイレポ banner ---------*/
.kirei_banner {
	width: 300px;
	height: auto;
	margin: 15px auto 10px;
}
.kirei_banner img { width: 100% !important; height: auto;}
.kirei_text {
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 0.25em;
	margin-top: 10px;
}
.kirei_text a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 1025px) {
.kirei_banner {
	width: 250px;
	height: auto;
	margin: 0;
	position: absolute;
	bottom: 50px;
	right: 40px;
	z-index: 4;
}
	
}




/*---------- 11/6 ---------*/
#google_meo {
	width: 90%;
	max-width: 1200px;
	margin:0 auto 50px;
}

@media screen and (min-width: 1025px) {
#google_meo {
	margin:0 auto 100px;
}	
}



.js-meo-template_card_format {
	border-radius: 0px !important;
}