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

/*MV*/
#mv {
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/*選ばれる理由*/
.reason section {
	width: 1200px;
	margin: 0 auto;
}

.reason section .box {
	padding: 70px 30px 130px;
	display: flex;
	justify-content: space-between;
}

.reason section .box p {
	width: 706px;
}

.reason section .box p a {
	color: #252525;
}

.reason section:last-of-type .box {
	padding-bottom: 0;
}


/*クリニック案内*/
#clinic01 {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 160px;
}

#clinic01 .box {
	padding: 60px 40px 0 30px;
	display: flex;
}

#clinic01 .box > div:first-of-type {
	width: 326px;
}

#clinic01 .box > div:nth-of-type(2) {
	width: 378px;
}

#clinic01 .box > div:nth-of-type(2) p {
	line-height: 1em;
}

#clinic01 .box > div:nth-of-type(2) p.t01 {
	font-weight: 500;
	padding-bottom: 10px;
}

#clinic01 .box > div:nth-of-type(2) p.t02 {
	font-size: 36px;
	font-weight: 500;
	padding-bottom: 20px;
}

#clinic01 .box > div:nth-of-type(2) dl {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

#clinic01 .box > div:nth-of-type(2) dl dt {
	width: 85px;
	line-height: 1.5em;
}

#clinic01 .box > div:nth-of-type(2) dl dd {
	width: 293px;
	line-height: 1.5em;
	padding-bottom: 15px;
}

#clinic01 .box > div:last-of-type {
	width: 426px;
	margin-top: auto;
}

#clinic01 .box > div:last-of-type p {
	padding-top: 5px;
}

#clinic02 {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0;
}

#clinic02 table {
	width: 1140px;
	margin: 60px auto 0;
}

#clinic02 table td {
	border: 2px solid #101010;
	padding: 20px 30px;
	line-height: 1.8em;
}

#clinic02 table td:first-child {
	background-color: #f7f7f9;
	font-weight: 500;
	width: 337px;
}

#clinic02 table td a {
	color: #252525;
}


/*アクセス*/
#access01 {
	width: 1140px;
	margin: 0 auto;
	padding: 34px 0 160px;
	display: flex;
	justify-content: space-between;
}

#access01 table {
	width: 733px;
}

#access01 table td {
	border: 2px solid #101010;
	padding: 20px 30px;
	line-height: 1.8em;
}

#access01 table td:first-child {
	width: 120px;
	background-color: #f7f7f9;
	font-weight: 500;
}

#access01 table td a {
	color: #252525;
}

#access02 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 160px;
}

#access02 h2 span {
	padding-left: 74px;
	position: relative;
}

#access02 h2 span::before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url("../../images/ico_train.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#access02 p.t01 {
	padding: 45px 30px 40px;
	font-size: 20px;
	font-weight: 700;
	color: #161316;
}

#access02 ul {
	padding: 0 30px 50px;
	display: flex;
	flex-wrap: wrap;
}

#access02 ul li {
	padding-right: 24px;
	padding-bottom: 60px;
	width: 364px;
}

#access02 ul li:nth-child(3n) {
	padding-right: 0;
}

#access02 ul li p {
	padding-top: 10px;
}

#access02 > div {
	width: 990px;
	height: 330px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#access03 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 160px;
}

#access03 h2 span {
	padding-left: 74px;
	position: relative;
}

#access03 h2 span::before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url("../../images/ico_car.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
}

#access03 p.t01 {
	padding: 45px 30px 35px;
}

#access03 h3 {
	font-size: 20px;
	font-weight: 700;
	color: #161316;
	padding-left: 45px;
	margin-left: 30px;
	position: relative;
}

#access03 h3::before {
	content: "";
	width: 31px;
	height: 31px;
	background-image: url("../../images/ico_parking.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#access03 p.t02 {
	padding: 25px 30px 0;
}

#access04 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 160px;
}

#access04 h2 span {
	padding-left: 74px;
	position: relative;
}

#access04 h2 span::before {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url("../../images/ico_bike.webp");
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-25%);
}

#access04 p {
	padding: 45px 30px 0;
}

#access05 {
	width: 990px;
	margin: 0 auto;
	padding: 60px 75px 50px;
	background-color: #eef4ff;
}

#access05 h2 {
	text-align: center;
	font-size: 32px;
	color: #161316;
	font-weight: 700;
	position: relative;
}

#access05 h2::before {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 4px solid #04378c;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#access05 h2 span {
	display: inline-block;
	background-color: #eef4fb;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

#access05 p {
	padding: 50px 30px 0;
}


/*プライバシーポリシー*/
#privacy01 {
	width: 1200px;
	margin: 0 auto;
	padding: 34px 0 0;
}

#privacy01 p.t01 {
	padding: 0 30px 80px;
}

#privacy01 p.t02 {
	padding: 70px 30px 130px;
}

#privacy01 p.t03 {
	padding: 70px 30px 0;
}

#privacy01 ul {
	padding: 0 30px 130px;
	counter-reset: number 0;
}

#privacy01 li {
	line-height: 1.8em;
	position: relative;
	padding-left: 1.3em;
}

#privacy01 li::before {
	counter-increment: number 1;
    content: counter(number)".";
    position: absolute;
    left: 0;
    top: 0;
}


/*サイトマップ*/
#sitemap01 {
	width: 1200px;
	margin: 0 auto;
	padding: 34px 0 0;
}

#sitemap01 ul {
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
}

#sitemap01 ul:first-of-type {
	padding-bottom: 130px;
}

#sitemap01 ul:last-of-type {
	padding-top: 70px;
}

#sitemap01 ul li {
	width: 364px;
	padding-right: 24px;
	padding-bottom: 30px;
}

#sitemap01 ul li:nth-child(3n) {
	padding-right: 0;
}

#sitemap01 ul li a {
	display: flex;
	align-items: center;
	height: calc(100% - 30px);
	background-color: #184ea9;
	color: #fff;
	border: 2px solid #184ea9;
	padding: 15px 20px;
	text-decoration: none;
	position: relative;
}

#sitemap01 ul li a::after {
	content: "▶︎";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
}

#sitemap01 ul li a:hover {
	background-color: #fff;
	color: #184ea9;
}


/*ガイドライン*/
#guideline01 {
	width: 1140px;
	margin: 0 auto;
	padding: 34px 0 0;
}

#guideline01 p.t01 {
	padding: 0 0 80px;
}

#guideline01 p.t02 {
	padding: 35px 0 20px;
}

#guideline01 p.t03 {
	width: 1103px;
	margin: 0 auto;
	background-image:url("../../images/ico_pdf.webp");
	background-repeat:no-repeat;
	background-position:top right;
	line-height:35px;
	padding-right:37px;
	text-align:right;
}

#guideline01 p.t03 a {
	color: #252525;
}


/*料金一覧*/
.price section {
	width: 1200px;
	margin: 0 auto;
}

.price section .price_box {
	padding: 70px 0 130px;
}

.price .how {
	padding: 30px 0 0;
}


/*アプリ*/
#app01 {
	width: 1140px;
	margin: 0 auto;
	padding-top: 34px;
	padding-bottom: 120px;
}

#app01 div {
	display: flex;
	justify-content: space-between;
}

#app01 div p {
	width: 706px;
}

#app02 {
	width: 1140px;
	margin: 0 auto;
}

#app02 h2 {
	margin-bottom: 90px;
}

#app02 > p {
	padding: 25px 0 60px;
}

#app02 ul.app_link {
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

#app02 ul.app_link li {
	width: 540px;
	height: 207px;
	padding-top: 40px;
	text-align: center;
	background-color: #f4f1e9;
}

#app02 ul.app_link li h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
}

#app02 ul.app_link li div {
	padding-top: 30px;
}

#app02 ul.app_link li div a:hover {
	opacity: .8;
}

#app02 ul.app_flow {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#app02 ul.app_flow li {
	width: 340px;
	padding-bottom: 80px;
}

#app02 ul.app_flow li h3 {
	margin-bottom: 25px;
}

#app02 ul.app_flow li div {
	text-align: center;
}

#app02 ul.app_flow li p {
	padding-top: 25px;
}


/*フォーム*/
.reserve .b_t {
	border: none;
}

.reserve .box01 {
	padding-top: 0!important;
}


/*カレンダー*/
.calendar ul {
	display: flex;
	justify-content: space-between;
	width: 716px;
	margin: 0 auto;
	padding: 34px 0 0;
}

.calendar p.holiday {
	width: 716px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #232e63;
	text-align: right;
}

.calendar p.holiday span {
	padding-left: 26px;
	position: relative;
}

.calendar p.holiday span::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #f4e9c9;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


/*未成年の治療について*/
#minors01 {
	width: 1200px;
	margin: 0 auto;
	padding: 34px 0 160px;
}

#minors01 p.t01 {
	padding: 0 30px 80px;
}

#minors01 ul {
	display: flex;
	justify-content: center;
	padding: 70px 0 80px;
}

#minors01 ul li {
	display: flex;
	align-items: center;
}

#minors01 ul li:nth-child(2) {
	padding-left: 100px;
}

#minors01 ul li div {
	margin-right: 30px;
}

#minors01 ul li a {
	color: #252525;
}

#minors01 p.t02 {
	padding: 0 30px;
}

#minors01 p.t02 span {
	font-weight: 500;
}

#minors02 {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 160px;
}

#minors02 .box {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 80px;
}

#minors02 .box p {
	width: 706px;
}

#minors02 ul {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}

#minors03 {
	width: 1200px;
	margin: 0 auto;
}

#minors03 p.t01 {
	padding: 35px 30px 45px;
}

#minors03 h3 {
	margin: 0 30px;
}

#minors03 p.t02 {
	padding: 35px 30px 80px;
}

#minors03 .box {
	background-color: #eef4ff;
	padding: 80px 105px 50px;
	display: flex;
	justify-content: space-between;
}

#minors03 .box div:nth-of-type(2) {
	width: 630px;
}

#minors03 .box div:nth-of-type(2) h2 {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 35px;
}

#minors03 .box div:nth-of-type(2) p {
	line-height: 2.25em;
}


/*症例*/
.case section {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.case section:last-of-type {
	padding-bottom: 0;
}

.case section div.case_box:first-of-type {
	padding-top: 110px;
}


/*よくある質問*/
.faq section {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 160px;
}

.faq section:last-of-type {
	padding-bottom: 0;
}


/*フォームサンクスページ*/
.reserve_thx section {
	width: 1140px;
	margin: 34px auto 0;
}

.reserve_thx section p {
	padding: 35px 0 0;
}