@charset "UTF-8";

/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	color: #3d3732;
	font-size: 16px;
	font-family: FP-ヒラギノ丸ゴ StdN W3;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

.wrapper {
	overflow-x: hidden;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

li {
	list-style: none;
}

table,
iframe {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

svg {
	max-width: 100%;
}

a {
	color: #513d3b;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

a:visited {
	color: #513d3b;
}

a:hover {
	color: #513d3b;
	text-decoration: none;
}

a:active {
	color: #513d3b;
}

select,
input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #ffeeee;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
}

select {
	padding: 8px 5px;
	border: 1px solid #ccc;
}

label {
	cursor: pointer;
}

::-moz-selection {
	color: #fff;
	background: #3d3732;
}

::selection {
	color: #fff;
	background: #3d3732;
}

::-moz-selection {
	color: #fff;
	background: #3d3732;
}

/* ---------------------------------------------------------
 *	共通
 *---------------------------------------------------------- */

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (min-width: 481px) {
	.pc_none {
		display: none;
	}

	.sp_none {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.pc_none {
		display: block !important;
	}

	.sp_none {
		display: none !important;
	}
}

/* ---------------------------------------------------------
 *	スマホメニュー
 *---------------------------------------------------------- */

#spNavArea {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	user-select: none;
	z-index: 9998;
	text-align: center;
}

#spNavArea div#spNavBody {
	transition: 0.3s ease;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9998;
	background: #fff8b4;
	padding: 60px 20px 20px;
	pointer-events: none;
}

#spNavArea .logo {
	max-width: 300px;
	margin: 0 auto 30px;
}

#spNavArea .contact {
	margin-bottom: 30px;
}

#spNavArea .contact .medical {
	margin-bottom: 30px;
}

#spNavArea .contact strong {
	display: block;
	width: 267px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.075em;
	border-radius: 10px;
	margin: 0 auto 5px;
}

#spNavArea .contact .tel {
	font-size: 30px;
	line-height: 1;
	white-space: nowrap;
}

#spNavArea div#spNavBody nav ul {
	margin-bottom: 30px;
}

#spNavArea div#spNavBody nav ul li {
	margin-bottom: 10px;
}

#spNavArea div#spNavBody nav ul li a {
	font-family: FP-ヒラギノ丸ゴ StdN W5;
	display: block;
	transition: 0.3s ease;
}

#spNavArea.navOpen div#spNavBody {
	opacity: 1;
	pointer-events: auto;
}

#spNavArea.navOpen div#spNavBody .inner {
	max-width: 480px;
	margin: 0 auto;
}

#spNavArea .navBtn {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	z-index: 9999;
	width: 34px;
	height: 34px;
	top: 45px;
	right: 20px;
	transition: 0.3s ease;
	pointer-events: none;
}

#spNavArea .navBtn span {
	display: block;
	height: 4px;
	width: 100%;
	background: #77736f;
	transition: all .3s ease-in-out;
	width: 34px;
	border-radius: 2px;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(10px) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(2) {
	opacity: 0;
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-10px) translateX(0) rotate(-45deg);
}

#spNavArea .navBtn span:nth-of-type(2),
#spNavArea .navBtn span:nth-of-type(3) {
	margin-top: 7px;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
	transform: translateY(11px) translateX(0) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(3) {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
}

#spNavArea.navOpen .tel a {
	color: #fff;
	max-width: 330px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../image/btn_01.png);
	background-size: 100% 100%;
	margin: 0 auto 10px;
}

#spNavArea.navOpen .tel a strong {
	font-family: FP-ヒラギノ丸ゴ StdN W5;
	display: block;
}

#spNavArea.navOpen .tel a em {
	font-size: 32px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	line-height: 1;
	padding-left: 34px;
	background: url(../image/ico_tel_01.svg) no-repeat left center;
	background-size: 24px;
	white-space: nowrap;
}

#spNavArea.navOpen .web a {
	color: #fff;
	text-align: left;
	max-width: 330px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../image/btn_02.png);
	background-size: 100% 100%;
	margin: 0 auto;
}

#spNavArea.navOpen .web a span {
	font-size: 23px;
	font-family: FP-ヒラギノ丸ゴ StdN W6;
	line-height: 1.5;
	display: block;
	padding-left: 50px;
	background: url(../image/ico_cal_01.svg) no-repeat left center;
	background-size: 24px;
}

@media screen and (max-width: 1260px) {
	#spNavArea .navBtn {
		opacity: 1;
		pointer-events: auto;
		width: 34px;
		height: 34px;
		top: 47px;
		right: 20px;
	}
}

@media screen and (max-width: 480px) {
	#spNavArea .navBtn {
		top: 22px;
		right: 20px;
	}

	#spNavArea .logo {
		max-width: 39.828vw;
		position: absolute;
		left: 5px;
		top: 5.5px;
	}

	#spNavArea div#spNavBody nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px 0 30px;
	}

	#spNavArea div#spNavBody nav ul li {
		width: 50%;
	}
}

/* ---------------------------------------------------------
 *	Header
 *---------------------------------------------------------- */

h1 {
	font-size: 10px;
	line-height: 1.5;
	position: absolute;
	left: 20px;
	top: 5px;
	z-index: 6;
}

#header {
	height: 120px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	transition: 0.3s ease;
	opacity: 1;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#header .inner {
	max-width: 1845px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .logo {}

#header .logo img {
	width: 286px;
	transition: 0.3s ease;
}

#header nav {
	font-family: FP-ヒラギノ丸ゴ StdN W5;
}

#header nav ul {
	display: flex;
	letter-spacing: 0.05em;
}

#header nav ul li {
	margin-right: 30px;
	position: relative;
}

#header nav ul li:last-child {
	margin-right: 0;
}

#header nav ul li a {
	padding-bottom: 5px;
	transition: 0.3s ease;
}

#header nav ul li a:hover {
	color: #3981a9;
	border-bottom: 1px solid #3981a9;
}

#header .header_menu > li:hover .header_scdmenu {
	opacity: 1;
	height: auto;
	width: auto;
	content-visibility: visible;
	padding: 10px 0;
}

#header .header_scdmenu {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	padding: 0;
	content-visibility: hidden;
	display: block;
}

#header .header_scdmenu > li {
	white-space: nowrap;
	margin-right: 0;
}

#header .header_scdmenu > li > a {
	display: block;
	padding: 8px 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
	position: relative;
}

#header .header_scdmenu > li > a:hover {
	border-bottom: none;
}

@media only screen and (max-width: 1023px) {
	#header .header_scdmenu > li > a {
		display: block;
		padding: 10px 20px;
		border-bottom: 1px dotted #492E12;
		font-size: 1.4rem;
		background-color: rgba(241, 236, 230, 0.8);
		color: #492E12;
	}
}

#header .tel a {
	color: #fff;
	width: 330px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../image/btn_01.png);
	background-size: 100% 100%;
}

#header .tel a strong {
	font-family: FP-ヒラギノ丸ゴ StdN W5;
	display: block;
}

#header .tel a em {
	font-size: 32px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	line-height: 1;
	padding-left: 34px;
	background: url(../image/ico_tel_01.svg) no-repeat left center;
	background-size: 24px;
	white-space: nowrap;
}

@media screen and (max-width: 1885px) {
	#header .inner {
		margin: 0 20px;
	}
}

@media screen and (max-width: 1400px) {
	#header nav ul li {
		font-size: 14px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1260px) {
	#header .inner {
		margin: 0 74px 0 20px;
	}

	#header nav {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	#header {
		opacity: 1;
		pointer-events: auto;
	}
}

@media screen and (max-width: 960px) {
	h1 {
		right: 10px;
		left: 10px;
		top: 130px;
		z-index: 5;
	}
}

@media screen and (max-width: 720px) {
	#header .tel {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 10px;
		top: 80px;
	}

	#header {
		height: 70px;
	}

	#header .inner {
		margin: 0 0 0 5px;
		height: 70px;
	}

	body.fixed #header .inner {
		align-items: center;
	}

	#header .logo img {
		width: 39.828vw;
	}
}

/* ---------------------------------------------------------
 *	Footer
 *---------------------------------------------------------- */

#footer {
	text-align: center;
	background: #daf1fb;
}

#footer .inner {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 230px 0 60px;
}

#footer .logo_nav {
	max-width: 433px;
	text-align: left;
}

#footer .logo_nav .logo {
	margin-bottom: 80px;
}

#footer .logo_nav .logo address {
	margin-top: 20px;
	white-space: nowrap;
}

#footer .logo_nav nav {
	display: flex;
	justify-content: space-between;
}

#footer .logo_nav nav ul {
	width: 50%;
	margin-top: -20px;
}

#footer .logo_nav nav ul li {
	margin-top: 20px;
}

#footer .logo_nav nav ul li a {
	padding-bottom: 5px;
	transition: 0.3s ease;
}

#footer .logo_nav nav ul li a:hover {
	color: #3981a9;
	border-bottom: 1px solid #3981a9;
}

#footer .contact {
	width: 930px;
}

#footer .contact .tel_web {
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

#footer .contact .tel_web strong {
	color: #fff;
	font-size: 18px;
	font-family: FP-ヒラギノ丸ゴ StdN W6;
	display: block;
	width: 100%;
	height: 33px;
	line-height: 33px;
	border-radius: 17px;
	background: #e27d2b;
	margin-bottom: 10px;
}

#footer .contact .tel_web .web strong {
	background: #3981a9;
}

#footer .contact .tel_web .tel {
	max-width: 450px;
	background: #fffde6;
	border: 5px solid #e27d2b;
	border-radius: 20px;
	padding: 30px 40px;
}

#footer .contact .tel_web .tel a {
	color: #e27d2b;
	margin-bottom: 10px;
	display: block;
}

#footer .contact .tel_web .tel a em {
	font-size: 43px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	line-height: 1;
	padding-left: 48px;
	background: url(../image/ico_tel_02.svg) no-repeat left center;
	background-size: 33px;
	white-space: nowrap;
}

#footer .contact .tel_web .web {
	max-width: 450px;
	background: #fffde6;
	border: 5px solid #3981a9;
	border-radius: 20px;
	padding: 30px 40px;
}

#footer .contact .tel_web .web .btn_qr {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

#footer .contact .tel_web .web .btn_qr a {
	color: #fff;
	font-size: 16px;
	font-family: FP-ヒラギノ丸ゴ StdN W6;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 68px;
	background: #4bb247;
	border-radius: 8px;
}

#footer .contact .tel_web .web .btn_qr img {
	width: 68px;
	display: block;
	margin-left: 8px;
}

#footer .sns_schedule {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#footer .sns_schedule ul {
	width: 296px;
	display: flex;
	justify-content: space-between;
}

#footer .sns_schedule ul li {
	width: 87px;
}

#footer .sns_schedule .schedule {
	max-width: 578px;
}

#footer .sns_schedule .schedule table {
	width: 100%;
	margin-bottom: 10px;
}

#footer .sns_schedule .schedule table th {
	border: 1px solid #3d3732;
	border-top: none;
	border-left: none;
	padding: 5px;
}

#footer .sns_schedule .schedule table th:last-child {
	border-right: none;
}

#footer .sns_schedule .schedule table td {
	border: 1px solid #3d3732;
	padding: 5px;
}

#footer .sns_schedule .schedule table td:first-child {
	border-left: none;
}

#footer .sns_schedule .schedule table td:last-child {
	border-right: none;
}

#footer .sns_schedule .schedule table tr:last-child td {
	border-bottom: none;
}

#footer .sns_schedule .schedule p {
	text-align: left;
}

#footer .copyright {
	color: #fff;
	font-size: 12px;
	background: #3981a9;
	padding: 23px 20px;
}

@media screen and (max-width: 1480px) {
	#footer .inner {
		margin: 0 20px;
		display: block;
	}

	#footer .logo_nav {
		margin: 0 auto 80px;
	}

	#footer .logo_nav .logo {
		margin: 0 auto 80px;
	}

	#footer .contact {
		margin: 0 auto;
	}
}

@media screen and (max-width: 970px) {
	#footer .contact {
		width: 100%;
	}

	#footer .contact .tel_web {
		display: block;
		max-width: 450px;
		margin: 0 auto;
	}

	#footer .contact .tel_web .tel {
		margin-bottom: 30px;
	}

	#footer .sns_schedule {
		display: block;
	}

	#footer .sns_schedule ul {
		margin: 0 auto 30px;
	}

	#footer .sns_schedule .schedule {
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	#footer .inner {
		padding: 31.03vw 0 40px;
	}

	#footer .logo_nav {
		margin: 0 auto 20px;
	}

	#footer .logo_nav .logo {
		margin: 0 auto;
	}

	#footer .logo_nav nav {
		display: none;
	}

	#footer .contact .tel_web strong {
		font-size: 14px;
		height: 25px;
		line-height: 25px;
	}

	#footer .contact .tel_web .tel {
		margin-bottom: 10px;
		padding: 20px 30px;
	}

	#footer .contact .tel_web .tel a em {
		font-size: 32px;
		padding-left: 35px;
		letter-spacing: 0;
		background-size: 24px;
	}

	#footer .contact .tel_web .web {
		padding: 20px 30px;
	}

	#footer .contact .tel_web .web .btn_qr a {
		font-size: 14px;
		width: calc(100% - 74px);
		height: 60px;
		border-radius: 6px;
	}

	#footer .sns_schedule {
		margin-top: 20px;
	}

	#footer .sns_schedule ul {
		margin: 0 auto;
	}

	#footer .sns_schedule .schedule {
		display: none;
	}
}

@media screen and (max-width: 336px) {
#footer .sns_schedule ul {
	width: 100%;
}

	#footer .sns_schedule ul li {
		width: 29.391%;
	}
}

/* ---------------------------------------------------------
 *	Breadcrumb
 *---------------------------------------------------------- */

#breadcrumb .inner {
	max-width: 1200px;
	margin: 0 auto 80px;
}

@media screen and (max-width: 1240px) {
	#breadcrumb .inner {
		margin: 0 20px 80px;
	}
}

@media screen and (max-width: 480px) {
	#breadcrumb .inner {
		margin: 0 20px 20px;
	}
}

.s_b {
	text-shadow: 0px 4px 8px #cce0f4;
}

.s_g {
	text-shadow: 0px 4px 8px #96c61d;
}

.s_y {
	text-shadow: 0px 4px 8px #fdd96d;
}

.s_o {
	text-shadow: 0px 4px 8px #f49f00;
}

.s_r {
	text-shadow: 0px 4px 8px #e48987;
}

.under_title {
	background-color: #fff !important;
	border-radius: 20px;
	padding: 20px;

}

.under_title small {
	display: block;
	position: absolute;
	top: -20px;
	font-size: 28px;
	text-align: center;
	width: calc(100% - 40px);
}

@media screen and (max-width: 960px) {

	.under_title small {
		font-size: 3.4vw;
		top: -3vw;
	}
}

@media screen and (max-width: 960px) {
	#p-home.naika #main h2 {
		font-size: 6.4vw;
		left: 5.333vw;
		top: 30.333vw;
	}
}

@media screen and (max-width: 960px) {
	#p-home.naika #main .inner {
		height: auto !important;
	}
}


#p-home.naika #main .inner {
	height: auto !important;
}

.vaccine_dl dt {
	font-size: 20px;
	border-bottom: 3px dotted #513d3b;
	margin-bottom: 10px;
}

.vaccine_dl {
	max-width: 1024px;
	margin: auto;
	padding: 20px;
}

.vaccine_dl dd .button_01 {
	margin-top: 20px;
}

.vaccine_wrap {
	margin-bottom: 100px;
}

.vaccine_dl dd strong {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
}

.vaccine_dl dd {
	margin-bottom: 50px;
}
