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

/*MV*/
#mv {
	padding: 40px 0 60px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/*選ばれる理由*/
.reason section {
	padding: 0 15px;
}

.reason section .box {
	padding: 30px 0 80px;
}

.reason section .box div {
	text-align: center;
	padding-bottom: 30px;
}

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

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


/*クリニック案内*/
#clinic01 {
	padding: 60px 15px 80px;
}

#clinic01 .box {
	padding: 40px 0 0;
}

#clinic01 .box > div:first-of-type {
	width: 50%;
	margin: 0 auto;
}

#clinic01 .box > div:nth-of-type(2) {
	padding: 15px 0 0;
}

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

#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:min(7.2vw,72px);
	font-weight: 500;
	padding-bottom: 20px;
}

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

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

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

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

#clinic01 .box > div:last-of-type div {
	text-align: center;
}

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

#clinic02 {
	padding: 60px 15px 0;
}

#clinic02 table {
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #101010;
	border-bottom: none;
}

#clinic02 table td {
	display: block;
	border-bottom: 1px solid #101010;
	padding: 15px;
	line-height: 1.8em;
}

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

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


/*アクセス*/
#access01 {
	padding: 0 15px 80px;
}

#access01 table {
	width: 100%;
	border: 1px solid #101010;
	border-bottom: none;
}

#access01 table td {
	display: block;
	border-bottom: 1px solid #101010;
	padding: 15px;
	line-height: 1.8em;
}

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

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

#access01 div {
	text-align: center;
	padding-top: 40px;
}

#access02 {
	padding: 0 15px 80px;
}

#access02 h2 span {
	padding-left: 12vw;
	position: relative;
}

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

#access02 p.t01 {
	padding: 35px 0 30px;
	font-size:min(4.8vw,36px);
	font-weight: 700;
	color: #161316;
}

#access02 ul {
	padding: 0 0 50px;
}

#access02 ul li {
	padding-bottom: 50px;
}

#access02 ul li:last-child {
	padding-bottom: 0;
}

#access02 ul li div {
	width: 80%;
	margin: 0 auto;
}

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

#access02 > div {
	height: 330px;
	padding: 0 0 30px;
}

#access02 > div iframe {
	width: 100%;
}

#access03 {
	padding: 0 15px 80px;
}

#access03 h2 span {
	padding-left: 12vw;
	position: relative;
}

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

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

#access03 h3 {
	font-size:min(4.8vw,36px);
	font-weight: 700;
	color: #161316;
	padding-left: 8vw;
	position: relative;
}

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

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

#access04 {
	padding: 0 15px 80px;
}

#access04 h2 span {
	display: inline-block;
	padding-left: 12vw;
	position: relative;
}

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

#access04 p {
	padding: 35px 0 0;
}

#access05 {
	padding: 60px 0;
	background-color: #eef4ff;
}

#access05 h2 {
	text-align: center;
	font-size:min(6vw,54px);
	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 2vw;
	position: relative;
	z-index: 1;
}

#access05 p {
	padding: 35px 15px 0;
}


/*プライバシーポリシー*/
#privacy01 {
	padding: 0 15px;
}

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

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

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

#privacy01 ul {
	padding: 0 0 60px;
	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 {
	padding: 0 15px;
}

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

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

#sitemap01 ul li {
	padding-bottom: 20px;
}

#sitemap01 ul li:last-child {
	padding-bottom: 0;
}

#sitemap01 ul li a {
	display: block;
	background-color: #184ea9;
	color: #fff;
	border: 2px solid #184ea9;
	padding: 15px 10px;
	text-decoration: none;
	position: relative;
}

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


/*ガイドライン*/
#guideline01 {
	padding: 0 15px;
}

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

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

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

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


/*料金一覧*/
.price section {
	padding: 0 15px;
}

.price section .price_box {
	padding: 30px 0 80px;
}


/*アプリ*/
#app01 {
	padding: 0 15px 80px;
}

#app01 > div > div {
	padding-top: 30px;
}

#app02 {
	padding: 0 15px;
}

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

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

#app02 ul.app_link {
	padding-bottom: 60px;
}

#app02 ul.app_link li {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #f4f1e9;
}

#app02 ul.app_link li:last-child {
	margin-bottom: 0;
}

#app02 ul.app_link li h4 {
	font-size:min(4.8vw,36px);
	font-weight: 500;
	line-height: 1em;
}

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

#app02 ul.app_link li div img {
	height: 60px;
}

#app02 ul.app_flow li {
	padding-bottom: 60px;
}

#app02 ul.app_flow li:last-child {
	padding-bottom: 0;
}

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

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

#app02 ul.app_flow li div img {
	width: 80%;
	height: auto;
}

#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;
	padding: 0 15px;
}

.calendar ul li {
	width: 48%;
}

.calendar ul li img {
	width: 100%;
	height: auto;
}

.calendar p.holiday {
	padding: 20px 15px 0;
	font-size:min(3.8vw,30px);
	line-height: 1.8em;
	color: #232e63;
	text-align: right;
}

.calendar p.holiday span {
	padding-left: 2.3em;
	position: relative;
}

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


/*未成年の治療について*/
#minors01 {
	padding: 0 15px 80px;
}

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

#minors01 ul {
	padding: 30px 0 60px;
}

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

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

#minors01 ul li div {
	width: 50%;
}

#minors01 ul li p {
	width: 50%;
	text-align: center;
}

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

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

#minors02 {
	padding: 0 15px 80px;
}

#minors02 .box {
	padding: 30px 0 60px;
}

#minors02 .box div {
	text-align: center;
	padding-bottom: 30px;
}

#minors02 li {
	padding: 0 0 30px;
}

#minors02 li:last-child {
	padding: 0;
}

#minors03 {
	padding: 0 15px;
}

#minors03 p.t01 {
	padding: 30px 0 60px;
}

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

#minors03 .box {
	background-color: #eef4ff;
	padding: 40px 15px 60px;
}

#minors03 .box div:first-of-type {
	padding-bottom: 30px;
	text-align: center;
}

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


/*症例*/
.case section {
	padding: 60px 15px 80px;
}

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


/*よくある質問*/
.faq section {
	padding: 60px 15px 80px;
}

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


/*フォームサンクスページ*/
.reserve_thx section {
	padding: 0 15px;
}

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