@charset "utf-8";

.doctor ul {
	list-style-type: none;
}
.doctor ul.menu {
	margin-top: 0px;
	margin-bottom: 0px;
	justify-content: center;
}
.doctor ul.menu li {
	margin: 0px 5px;
}
.doctor ul.menu li img{
	width: 100%;
}


/*---------- Content ----------*/
header .eye-chatch {
	background-color: #c9f2b5;
}
header .eye-chatch img {
	padding-top: 55px;
	vertical-align: top;
	width: 100%;
}

main {
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 15px;
}

.doctor .doctor_profile  h2 {
	padding-top: 30px;
}
.doctor .doctor_profile .profile {
	padding-top: 20px;
}
.doctor .doctor_profile .greeting_title {
	padding-top: 30px;
	color: #598600;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
}
.doctor .doctor_profile .greeting_message {
	margin: 0 auto 70px;
	padding-top: 35px;
	width: 100%;
	max-width: 900px;
	font-size: 2rem;
	line-height: 3.5rem;
}

.doctor .doctor_profile .introduction {
	margin: 0px auto;
	padding: 70px 0 40px;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
}
.doctor .doctor_profile .introduction > div {
	width: 100%;
	max-width: 465px;
}
.doctor .doctor_profile .introduction .history {
	margin-top: 25px;
	padding: 20px 25px;
	min-height: 200px;
	font-size: 1.8rem;
	line-height: 3.2rem;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.doctor .doctor_profile .introduction .history .rcd {
	margin-left: 20px;
}
.doctor .doctor_profile .introduction .doctor_title {
	padding: 40px 30px 0px;
	font-size: 2.3rem;
	line-height: 4rem;
}

.doctor .clinic_info {
	margin: 155px auto 20px;
	width: 100%;
	max-width: 1020px;
}
.doctor .clinic_info .info {
	flex: 1;
}
.doctor .clinic_info .info .title {
	font-size: 2rem;
	font-weight: 700;
}
.doctor .clinic_info .info .name {
	color: #2c5518;
	font-size: 3.3rem;
	font-weight: 700;
	line-height: 6rem;
	text-shadow: 2px 2px 2px #d5eaca;
}
.doctor .clinic_info .info .addr {
	color: #184104;
	font-size: 1.7rem;
	line-height: 3rem;
}
.doctor .clinic_info .info .consultation {
	padding-top: 10px;
	color: #97c083;
	font-size: 2rem;
	line-height: 3rem;
}
.doctor .clinic_info .info .consultation .flex-container > div:nth-child(1) {
	width: 190px;
}
.doctor .clinic_info .info .consultation img {
	margin-top: 15px;
}
.doctor .clinic_info .map {
	padding-top: 25px;
	max-width: 385px;
	width: 100%;
	height: 400px;
}

.sp_only{
	display: none;
}
.pc_only{
	display: inline-block;
}
/*----ブレークポイント----*/
@media only screen and (max-width:763px){
	#contents-wrap.flex-container{
  		display: block;
  	}

  	.sp_only{
		display: inline-block;
	}
	.pc_only{
		display: none;
	}
  	.flex-container{
		flex-wrap: wrap;
	}
	img{
		width: 100%;
	}
	.doctor header .eye-chatch{
		margin-top: 32px;
		background-color: unset;
	}
	.doctor main .doctor_profile,
	.doctor main .clinic_info{
		width: 96%;
		margin: 0 auto;
	}
	.doctor .doctor_profile .introduction img{
		max-width: 215px;
	}
	.doctor .doctor_profile .introduction{
		padding-top: 0px;
	}
	.doctor .doctor_profile .introduction .doctor_name{
		padding-top: 50px;
	}
	.doctor .doctor_profile .introduction .history{
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.doctor .doctor_profile .introduction .history .flex-container{
		display: block;
	}
	.doctor .doctor_profile .introduction .doctor_title{
		padding-top: 10px;
	}
	.doctor main .clinic_info{
		margin-top: 70px;
	}
	.doctor .clinic_info .info .title{
		line-height: 1;
	}
	.doctor .clinic_info .map{
		margin: 0 auto;
		max-width: unset;
	}
}
