@charset "UTF-8";
/* CSS Document */

/*------ メインビジュアル -----*/
.kv{
    width: 100%;
    position: relative;
}
.kv_img img{
    width: 100%;
    object-fit: cover;
}

.scroll_down a {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 55px;
    color: #796860;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
}
.scroll_down a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #B39861;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll_down a:hover{
    color:#2fadcf;
}
.scroll_down a:hover::after{
    background: #2fadcf;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.kv{
		height:100%;
	}
	.kv_img img{
		height:calc(100vh - 70px);
		max-height: 610px;
	}
	.scroll_down{
		display: none;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	
}

/*------ お知らせ -----*/
.news{
	width: 100%;
	background:#e1f4f3;
	position: relative;
}
.news_wrap {
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}
.news_list{
	background-color: #fff;
}
.news_list .news_item{
	border-bottom: solid 1px #ccc;
}
.news_list .news_item.is-hidden{
	display: none;
}
.news_list .news_item a{
	display: block;
	color: #333;
	position: relative;
}
.news_list .news_item .detailText a{
	display: inline;
}
.news_list .news_item a::before{
	content: "";
	display: block;
	width: 10px;
	height:20px;
	background-image: url("../img/news/ico_arrow_news.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.news_list .news_item .detailText a::before{
	display: none;
}
.news_item_in{
	position: relative;
}
.news_date{
	position: relative;
}
.news_date span{
	position: absolute;
}
.news_date span img{
	width:80px;
	height:26px;
}
.news_item_in .news_ttl{
	font-weight: 600;
}
.news_item_in .news_ttl .news_new{
	font-weight:600;
	color:#f27966;
	padding-left: 8px;
}
.news_right .news_detail .detailText i{
	font-style: italic;
}
.news_right .news_detail .is-big{
	font-size: 1.8rem;
}
.news_btn{
	width: 24rem;
	height:6.0rem;
	font-size: 1.7rem;
	font-weight: 600;
	color:#fff;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	text-align: center;
	border-radius: 3.0rem;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border:solid 1px #2fadcf;
	background-color: #2fadcf;
	cursor: pointer;
	position: relative;
}
.news_btn::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  bottom: 0.9rem;
  left: 0;
	right:0;
	margin:auto;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  background: url("../img/common/ico_arrow_down_white.svg") center/contain no-repeat;
}
.news_btn.is-close::before {
  -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.news_item .detailText i{
	font-style: italic;
}
.news_item .detailText a{
	font-weight: 600;
	color:#333;
	text-decoration: underline;
}
.news_item .detailText a:hover{
	color:#2fadcf;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.news{
		padding:6.0rem 0 6.0rem 0;
	}
	.news_wrap{
		width: 92%;
	}
	.news_list{
		padding: 2.0rem;
	}
	.news_list .news_item a::before{
		right:0;
	}
	.news_date span{
		left: 100px;
		top: 0.3rem;
	}
	.news_item_in{
		padding:15px 25px 15px 0;
	}
	.news_item_in .news_ttl{
		font-size: 1.6rem;
		margin: 10px 0 5px 0;
	}
	.news_item_in .news_ttl .news_new{
		font-size:1.5rem;
	}
	.news_btn{
		margin-top: 3.0rem;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.news{
		padding:80px 0;
	}
	.news_wrap{
		width: 1000px;
	}
	.news_list{
		padding: 40px 50px;
	}
	.news_list>.news_item>a::before{
		right:10px;
	}
	.news_list>.news_item>a:hover{
		background-color: #e1f4f3;
	}
	.news_date span{
		left: 100px;
		top: 0.3rem;
	}
	.news_item_in{
		display: -webkit-box;
		display: flex;
		padding:18px 25px 18px 0;
	}
	.news_left{
		width:200px;
		padding-left: 10px;
	}
	.news_right{
		width:690px;
	}
	.news_item_in .news_ttl{
		font-size: 1.7rem;
		margin: 0;
	}
	.news_item_in .news_ttl .news_new{
		font-size:1.6rem;
	}
	.news_btn{
		margin-top: 30px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.news_btn:hover{
		color:#2fadcf;
		background-color: #fff;
	}
	.news_btn:hover::before {
		background: url("../img/common/ico_arrow_down_blue.svg") center/contain no-repeat;
	}
}

/*------ ごあいさつ -----*/
.greet{
	background-color: #f9f6ed;
}
.greet_wrap{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.greet_wrap p{
	text-align: justify;
}
.greet_wrap p:not(:last-child) {
	margin-bottom: 20px;
}
.greet_wrap p.greet_name{
	font-weight: 600;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
}
.greet_wrap p.greet_name span{
	font-size: 2.0rem;
	margin-left: 10px;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.greet{
		padding:4.0rem 0 6.0rem 0;
	}
	.greet_wrap{
		width: 92%;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.greet{
		padding:60px 0 80px 0;
	}
	.greet_wrap{
		width: 1000px;
	}
}

/*------ 院長プロフィール -----*/
.profile{
	background-color: #dff4f3;
}
.profile_wrap{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.profile .profile_box {
  background-color: #fff;
}
.profile_box .profile_ttl {
  font-weight: 600;
  color: #2fadcf;
  text-align: center;
  border-bottom: solid 1px #2fadcf;
}
.profile_box:first-child .profile_detail{
	text-align: center;
}
.profile_detail .profile_name{
	font-weight: 600;
}
.biography_wrap{
	display: -webkit-box;
	display: flex;
	line-height: 1.4;
}
.biography_wrap:not(:last-child) {
  margin-bottom: 10px;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.profile{
		padding:4.0rem 0 6.0rem 0;
	}
	.profile_wrap{
		width: 92%;
	}
	.profile_box{
		padding: 1.5rem 2.0rem 2.0rem 2.0rem;
	}
	.profile_wrap .profile_box:not(:last-child) {
		margin-bottom: 2.0rem;
	}
	.profile_ttl {
		font-size: 1.8rem;
		line-height: 1.6;
		padding-bottom: 0.8rem;
		margin-bottom: 1.5rem;
	}
	.profile_detail .profile_name{
		font-size: 3.0rem;
	}
	.biography_wrap .biography_date{
		width: 30%;
	}
	.biography_wrap .biography_detail{
		width: 70%;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.profile{
		padding:60px 0 80px 0;
	}
	.profile_wrap{
		width: 1000px;
	}
	.profile_box {
		padding: 20px 50px 40px 50px;
	}
	.profile_wrap .profile_box:not(:last-child) {
		margin-bottom: 20px;
	}
	.profile_ttl {
		font-size: 2.0rem;
		line-height: 1.8;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.profile_detail .profile_name{
		font-size: 30px;
	}
	.biography_wrap .biography_date{
		width: 10%;
	}
	.biography_wrap .biography_detail{
		width: 90%;
	}
}

/*------ 当院の特徴 -----*/
.feature{
	background-color: #f9f6ed;
}
.feature_wrap{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.feature_list {
  counter-reset: number 0;
}
.feature_item {
  background-color: #fff;
}
.feature_item_ttl {
  font-weight: 600;
  line-height: 1.4;
  border-bottom: solid 1px #2fadcf;
  position: relative;
}
.feature_item_ttl::before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  background-color: #f09081;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.feature{
		padding:4.0rem 0 6.0rem 0;
	}
	.feature_wrap{
		width: 92%;
	}
	.feature_item {
		padding: 2.0rem;
	}
	.feature_item:not(:last-of-type) {
		margin-bottom: 2.0rem;
	}
	.feature_item_ttl {
		font-size: 2.0rem;
		padding: 0 0 10px 45px;
	}
	.feature_item_ttl::before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		top: -5px;
		font-size: 1.8rem;
	}
	.feature_item_detail {
		padding-top: 1.0rem;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.feature{
		padding:60px 0 80px 0;
	}
	.feature_wrap{
		width: 1000px;
	}
	.feature_item {
		padding: 20px 30px;
	}
	.feature_item:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.feature_item_ttl {
		font-size: 2.2rem;
		padding: 0 0 10px 45px;
	}
	.feature_item_ttl::before {
		width: 36px;
		height: 36px;
		font-size: 1.8rem;
		line-height: 36px;
		top: calc(50% - 8px);
		transform: translateY(-50%);
	}
	.feature_item_detail {
		padding-top: 15px;
	}
}

/*------ 主な診療内容 -----*/
.medical_wrap{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.medical_wrap h3{
	width: 100%;
	height:60px;
	font-size: 2.2rem;
	font-weight: 600;
	color:#fff;
	text-align: center;
	background-color: #2fadcf;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.medical_list_item a{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 600;
	color:#2fadcf;
	border:solid 1px #2fadcf;
	background:#fff;
	position: relative;
	box-sizing: border-box;
}
.medical_list_item a::before{
	content: "";
	display: block;
	width: 14px;
	height:8px;
	background-image: url("../img/common/ico_arrow_down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
.symptom_wrap{
	background-color: #f9f6ed;
}
.symptom_ttl{
	font-weight: 600;
	color:#2fadcf;
	text-align: center;
	border-bottom: solid 1px #2fadcf;
}
.symptom_list li {
	position: relative;
	padding-left: 26px;
	line-height: 1.6;
}
.symptom_list li::before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url("../img/common/ico_check.svg");
	background-size: contain;
}
.symptom_list li:not(:last-child) {
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.medical{
		padding:4.0rem 0 8.0rem 0;
	}
	.medical_wrap{
		width: 92%;
	}
	.medical_wrap h3{
		margin-bottom: 2.0rem;
	}
	.medical_list_item:not(:last-child) {
		margin-bottom: 10px;
	}
	.medical_list_item a{
		width: 100%;
		height: 40px;
		font-size: 1.8rem;
	}
	.medical_list_item.is-small a{
		font-size: 1.7rem;
	}
	.medical_list_item a::before{
		right:20px;
	}
	.medical_cont_img{
		margin-top: 30px;
	}
	.symptom_wrap{
		margin-top:2.0rem;
		padding:1.5rem 2.0rem 2.0rem 2.0rem;
	}
	.symptom_ttl{
		font-size: 1.8rem;
		line-height: 1.6;
		padding-bottom: 0.8rem;
	}
	.symptom_list{
		margin-top: 2.0rem;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.medical{
		padding:60px 0 100px 0;
	}
	.medical_wrap{
		width: 1000px;
	}
	.medical_wrap h3{
		margin-bottom: 20px;
	}
	.medical_list{
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.medical_list_item a{
		width: 190px;
		height:70px;
		font-size: 1.7;
		line-height: 1.4;
		text-align: center;
	}
	.medical_list_item a:nth-child(1),
	.medical_list_item a:nth-child(2),
	.medical_list_item a:nth-child(3),
	.medical_list_item a:nth-child(4),
	.medical_list_item a:nth-child(5){
		margin-bottom: 10px;
	}
	.medical_list_item a::before{
		right:10px;
	}
	.medical_list_item a:hover{
		background-color: #e1f4f3;
	}
	.medical_cont_box{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.medical_cont_text{
		width: 500px;
	}
	.medical_cont_img{
		width: 400px;
	}
	.symptom_wrap{
		margin-top:20px;
		padding:20px 50px 40px 50px;
	}
	.symptom_ttl{
		font-size: 2.0rem;
		line-height: 1.8;
		padding-bottom: 5px;
	}
	.symptom_list{
		margin-top: 30px;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.symptom_list li:not(:last-child) {
		margin-right: 30px;
	}
}

/*------ 連携病院 -----*/
.hospital {
  background-color: #dff4f3;
}
.hospital_wrap{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.hospital_inner{
	background-color: #fff;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.hospital{
		padding:4.0rem 0 6.0rem 0;
	}
	.hospital_wrap{
		width: 92%;
	}
	.hospital_inner{
		margin-top:3.0rem;
		padding:2.0rem;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.hospital{
		padding:60px 0 80px 0;
	}
	.hospital_wrap{
		width: 1000px;
	}
	.hospital_wrap p{
		text-align: center;
	}
	.hospital_inner{
		margin-top:30px;
		padding:50px;
	}
	.hospital_inner .common_list{
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}
	.hospital_inner .common_list li{
		margin-right: 30px;
	}
}

/*------ 診療時間 -----*/
.hours_wrap{
	margin-left: auto;
	margin-right: auto;
}
.time_table {
    width: 100%;
    border-collapse: collapse;
	margin-top: 30px;
}
.time_table .time_tr:not(:first-child) {
	border-bottom: solid 1px #796860;
}
.time_table .time_th:first-child {
    width: 23%;
}
.time_table .time_th {
	width: 11%;
	color:#fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background:#796860;
}
.time_table .time_td{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
   padding:2% 0;
}
.time_table .time_td:first-child{
	line-height: 1.4;
}
.time_table .time_td_open,
.time_table .time_td_close{
    vertical-align:middle;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.hours{
		padding:4.0rem 0 8.0rem 0;
	}
	.hours_wrap{
		width: 92%;
	}
	.time_table{
		margin-bottom: 2.0rem;
	}
	.time_table .time_td:first-child{
		text-align: left;
		padding-left: 2%;
	}
	.time_table .time_td_open,
	.time_table .time_td_close{
		width: 18px;
		height: 18px;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.hours{
		padding:60px 0 100px 0;
	}
	.hours_wrap{
		width: 1000px;
	}
	.time_table{
		margin-bottom: 20px;
	}
	.time_table .time_td_open,
	.time_table .time_td_close{
		width: 22px;
		height: 22px;
	}
}

/*------ 交通アクセス -----*/
.acc_wrap{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
}
.acc_map{
	text-align: center;
}
.acc_map img{
	width: 100%;
	max-width: 600px;
}
.acc_info address{
	text-align: center;
	line-height: 1.4;
	margin-top:15px;
}
.acc_info_phone{
	margin-top:10px;
}
.acc_info_phone,.acc_info_phone a{
	font-size: 2.0rem;
	font-weight: 600;
	color:#f27966;
	line-height: 1.4;
}
.acc_info .common_btn{
	margin-top:15px;
}
.acc_info .common_btn a{
	max-width: 240px;
}
.acc_detail{
	margin-top:40px;
	border-top:solid 1px #ccc;
}
.acc_detail_wrap dt img{
	width: 80px;
	height:80px;
}
.acc_route{
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
	.acc{
		padding-bottom:8.0rem;
	}
	.acc_wrap{
		width: 92%;
	}
	.acc_info_phone{
		text-align: center;
	}
	.acc_detail{
		padding-top:2.0rem;
	}
	.acc_detail_wrap dt{
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.acc_route{
		width: 92%;
	}
}
/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.acc{
		padding-bottom:100px;
	}
	.acc_wrap{
		width: 600px;
	}
	.acc_info_phone{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.acc_info_phone p:first-child{
		margin-right: 15px;
	}
	.acc_detail{
		padding-top:20px;
	}
	.acc_detail_wrap{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
	}
	.acc_detail_wrap dt{
		width: 80px;
	}
	.acc_detail_wrap dd{
		width: 500px;
	}
	.acc_route{
		width: 1000px;
	}
}
