@charset "UTF-8";

.reservation-notes {
	max-width: 780px;
	width: 100%;
	height: auto;
	margin: 50px auto 50px auto;
	padding: 30px 0 30px 0 ;
	background: #FFEFEF;
}
.reservation-notes .reservation-notes-title {
	text-align: center;
	max-width: 680px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 10px auto 0 auto ;
	border-bottom: #323232 1px solid;
}
.reservation-notes-item {
	max-width: 680px;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 0 0 ;
	margin: 20px auto 40px auto ;
}
.reservation-notes-item span {
	color: #C25F61;
	font-weight: bold;
}
.reservation-notes-item-btn {
	width: 250px;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
}
.reservation-notes-item-btn a {
	position: relative;
    display: flex;
	display: block;
	background: #FFFFFF;
	color: #323232;
	font-size: 15px;
	padding: 5%;
	text-align: center;
	text-decoration: none;
	border: 1px solid #323232;
}
.reservation-notes-item-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 1rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.reservation-notes-item-btn a:hover{
	display: block;
	color: #323232;
	text-decoration: underline;
}

.reservation-web {
	max-width: 1280px;
	width: 100%;
	background: #FFFFFF;
	padding: 60px 0 ;
	margin: 0 auto;
	border-bottom: 1px solid #323232;
}

.reservation-body {
	max-width: 780px;
	width: 100%;
	margin: 30px auto 50px auto;
}
.reservation-item {
	text-align: center;
	margin: 0 0 24px 0;
}
.reservation-item h2 {
	font-size: 28px;
	letter-spacing: 1rem;
	margin: 0 0 2rem 0;
}
.reservation-item p.icon {
}
.reservation-item p.text {
	font-size: 15px;
	line-height: 2rem;
}
.reservation-item p.text span {
	color: #F88486;
}
.reservation-item p.chui {
	padding: 10px 0 10px 10px ;
}


.reservation-btn {
	width: 400px;
	height: 100px;
	margin: 0 auto 0 auto ;	
	color: #FFFFFF;
}
.reservation-btn a {
	height: 100px;
	background: #F88486;
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.3s ease-in-out;
	color: #FFFFFF;
	font-size: 25px;
    font-weight: 500;
	text-decoration: none;
	margin: 0 auto 0 auto;
    padding: 30px 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}
.reservation-btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.reservation-btn a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #FFFFFF;
}
.reservation-btn a:hover:after {
	right: 1.4rem;
}


.tel-btn {
	width: 400px;
	height: 100px;
	margin: 0 auto 0 auto ;	
	color: #FFFFFF;
	background: #F88486;
	border-radius: 50px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}
.tel-btn a, .tel-btn span {
	width: 400px;
	height: 100px;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #FFFFFF;
	font-size: 30px;
    font-weight:bold;
	text-decoration: none;
	margin: 0 auto 0 auto;
    padding: 0 0 ;
}
.tel-btn span::before {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 6rem;
	width: 6px;
	height: 6px;
	font-size: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "FontAwesome";
  	content: '\f095';
  	font-weight: 900;
}




.reservation-tel {
	background: #FFFFFF;
	padding: 60px 0 ;
}
.reservation-tel-body {
	max-width: 780px;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0 ;
	background: #F6F6F6;	
}




.reservation-clinic-hours {
	width: 440px;
	margin: 0 auto 20px auto;
	padding: 0 0 ;
}
.reservation-clinic-hours p {
	font-size: 16px;
	text-align: center;
	margin: 0;
}
.reservation-clinic-hours p span {
	font-size: 20px;
}
.reservation-clinic-item {
	width: 500px;
	margin: 0 auto;
}
.reservation-clinic-item a {
	text-decoration: none;
}
.reservation-clinic-item a:hover {
	text-decoration: none;
}
.reservation-clinic-item dl {
	display: block;
	background: #FFFFFF;
	padding: 2rem ;
	border: 1px solid #E2D8C0;
}
.reservation-clinic-item dt {
	color: #C6B791;
	text-align-last: center;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.reservation-clinic-item dd {
	color: #323232;
	text-align-last: center;
	font-size: 22px;
	margin: 5px 0 0 0 ;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0.2rem;
}

.reservation-item-web {
	background: #F6F6F6;
	width: 100%;
	height: auto;
	padding: 5% 0 5% 0;
	margin: 0 auto 0 auto;
}

.reservation-item-clinic {
	background: #F6F6F6;
	width: 100%;
	height: 250px;
	padding: 10% 0 5% 0;
	margin: 0 auto 50px auto;
}
.reservation-item-clinic p {
	font-size: 25px !important;
	text-align: center;
	margin: 0 auto 10px;
	font-weight: bold !important;
	letter-spacing: 0.5rem !important;
}



@media (min-width: 600px) and (max-width: 991.98px) {
	
	
		.reservation-notes {
			width: 100%;
			height: auto;
			margin: 0 auto 0 auto;
			padding: 2vh 0 2vh 0 ;
		}
		.reservation-notes .reservation-notes-title {
			text-align: center;
			max-width: 500px;
			width: 96%;
			font-size: 1.5em;
			font-weight: bold;
			margin: 0 auto 0 auto ;
		}
		.reservation-notes-item {
			max-width: 500px;
			width: 90%;
			margin: 0 auto 0 auto ;
			font-size: 1.2em;
			padding: 2vh 0 2vh 0 ;
		}
		.reservation-notes-item-btn {
			display: block;
			width: 100%;
			margin: 1vh auto 0 auto;
			padding: 0 0 0 0;
		}
		.reservation-notes-item-btn a {
			display: block;
			background: #323232;
			color: #FFFFFF;
			font-size: 1.2em;
			padding: 1rem 0 1rem 0;
			text-align: center;
			text-decoration: none;
			border: #323232 1px solid;
			margin: 0 auto 0 auto 0;
		}
		.reservation-notes-item-btn a:hover{
			display: block;
			background: #323232;
			color: #FFFFFF;
			border: #323232 1px solid;
			text-decoration: none;
		}
	
}



@media (max-width: 599.98px) {
	
	
	.reservation-notes {
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 3vh 0 2vh 0 ;
	}
	.reservation-notes .reservation-notes-title {
		text-align: center;
		max-width: 100%;
		width: 90%;
		font-size: 1.4em;
		font-weight: bold;
		margin: 1vh auto 2vh auto ;
		padding: 0 0 1vh 0 ;
	}
	.reservation-notes-item {
		max-width: 100%;
		width: 90%;
		font-size: 1.2em;
		text-align: left;
		padding: 3vh 0 0 0 ;
		margin: 0 auto 3vh auto ;
	}
	.reservation-notes-item-btn {
		display: block;
		width: 70%;
		margin: 0.5rem auto 1rem auto;
		padding: 0 0 0 0;
	}
	.reservation-notes-item-btn a {
		display: block;
		font-size: 1em;
		padding: 1.5rem 0 1.5rem 0;
		text-align: center;
		text-decoration: none;
		margin: 0 auto 0 auto 0;
	}
	div.reservation-notes-item+div.reservation-notes-item {
		border-top: 1px dotted #000000;
	}
	
	
	.reservation-web {
		padding: 5vh 0 ;
	}

	.reservation-body {
		max-width: 100%;
		width: 96%;
		margin: 0 auto 0 auto;
	}
	.reservation-item {
		text-align: center;
		margin: 0 0 0 0;
	}
	.reservation-item h2 {
		font-size: 2em;
		letter-spacing: 1rem;
		margin: 0 0 1rem 0;
	}
	.reservation-item p.text {
		font-size: 1.2em;
		line-height: normal;
	}
	.reservation-item p.chui {
		font-size: 1em;
		padding: 10px 0 10px 10px ;
		text-align: left;
	}
	
	
	
	.reservation-btn {
		width: 90%;
		height: 12vh;
		margin: 0 auto 0 auto ;	
	}
	.reservation-btn a {
		height: 12vh;
		position: relative;
		display: flex;
		justify-content: space-around;
		align-items: center;
		transition: 0.3s ease-in-out;
		font-size: 1.5rem;
		text-decoration: none;
		margin: 0 auto 0 auto;
		padding: 20px 0;	
	}
	
	
	.tel-btn {
		width: 90%;
		height: 12vh;
		padding: 0 0;
	}
	.tel-btn a, .tel-btn span {
		width: 100%;
		height: 12vh;
		font-size: 1.8rem;
		margin: 0 auto 0 auto;
		padding: 20px 0;
	}
	.tel-btn span::before {
		left: 5rem;
	}
	
	.tel-btn a:hover{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	
	
	.reservation-tel {
		padding: 5vh 0 ;
	}
	
	
	.reservation-tel-body {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 2rem 0 1rem 0 ;
	}
	
	.reservation-clinic-hours {
		width: 100%;
		margin: 0 auto 1rem auto;
		padding: 0 0 ;
	}
	.reservation-clinic-hours p {
		font-size: 1.1em;
		text-align: center;
		margin: 0;
	}
	.reservation-clinic-hours p span {
		font-size: 1.4em;
	}
	.reservation-clinic-item {
		width: 100%;
	}
	.reservation-clinic-item a {
		text-decoration: none;
	}
	.reservation-clinic-item a:hover {
		text-decoration: none;
	}
	.reservation-clinic-item dl {
		display: block;
		padding: 1.5rem ;
	}
	.reservation-clinic-item dt {
		display: block;
		font-size: 1.25em;
	}
	.reservation-clinic-item dd {
		display: block;
		font-size: 1.6em;
		margin: 0 0 0 0 ;
		letter-spacing: 0.2rem;
	}
	.reservation-clinic-item dl.tel {
		text-align: center;
	}
	.reservation-clinic-item dl.tel dt {
		text-align: center;
	}

	.reservation-clinic-item dl.tel dd .tel-link a {
		display: inline-block;
		color: #323232;
		text-align: center;
		font-size: 1.5em;
		font-family: 'Noto Sans JP', sans-serif;
		text-decoration: none;
	}
	
	.reservation-item-web {
		background: #F6F6F6;
		width: 100%;
		height: auto;
		padding: 5% 0 5% 0;
		margin: 0 auto 0 auto;
	}

	.reservation-item-clinic {
		width: 100%;
		height: auto;
		padding: 10% 0 8% 0;
		margin: 0 auto 5vh auto;
	}
	.reservation-item-clinic p {
		font-size: 3vh !important;
		font-weight: bold !important;
		text-align: center;
		letter-spacing: 0.5vh !important;
		margin: 0 auto 10px;
	}
	

	
	

}
















