@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(cal.css);
@import url(form.css);
/*@import url(slide.css);*/

/*---------------*/
/*----------------------------MV--------------------------------*/
#mv {
	/*mvに背景とかはここを利用する*/
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
#mv:after {
	pointer-events: none;
}
#mv .mv_img {
  	overflow: hidden;
	}
#mv .mv_img img{
	width: 100%;
	height: 72vh;
	object-fit: cover;
	border-bottom: 1px solid var(--color-border);
	min-height: 510px;
}
#mv .mv_text {
	position: absolute;
	text-align: center;
	width: 100%;
}
#mv .mv_text figure {
	margin-left: auto;
	margin-right: auto;
}
#mv .medical-table {
	font-size: 1.5rem;
	background: url(/images/cmn/mv_calendar.png) no-repeat right -5% bottom -15px var(--color-primary);
	border-radius: 5px;
	color: #fff;
	padding: 8px 15px;
}
#mv .medical-table table {
	position: relative;
}
#mv .medical-table p {
	text-align: left;
	font-size: 1.5rem;
	padding: 0px 10px 8px;
}
#mv .medical-table p span {
	padding-left: 10px;
}
#mv .medical-table .table-border {
	border-top: 1px solid rgba(229, 229, 229, 0.7);
	border-bottom: 1px solid rgba(229, 229, 229, 0.7);
}
@media screen and (min-width: 901px) {
	#mv {
		margin: 0 auto;
	}
	#mv .mv_text figure {
		width: 600px;
	}
	#mv .medical-table {
		position: absolute;
		right: 12vw;
		bottom: -30px;
	}
	#mv .medical-table table th{
		padding: 10px;
	}
}
@media screen and (max-width: 900px) {
	#mv .mv_text figure {
		width: 500px;
	}
	#mv .medical-table {
		position: absolute;
		/*right: calc(50% - 169px);*/
		bottom: -30px;
	}
}

@media screen and (max-width: 768px) {
	#mv .mv_img {
  		overflow: hidden;
	}
	#mv .mv_text figure {
		width: 340px;
	}
	#mv .medical-table {
		width: 330px;
		right: calc(50% - 165px);
	}
	#mv .medical-table table {
		font-size: 1.25rem;
	}
	#mv .medical-table p {
		font-size: 1.25rem;
		padding: 0 8px 5px;
	}
}
@media screen and (max-width: 480px){
}
/*----------------------------menu--------------------------------*/
#navmenu .nav-wrapper ul {
	display: flex;
	padding: 55px 0px 50px;
}
#navmenu .nav-wrapper ul > li {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	width: 16.6%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 10px 0;
	display: flex;
}
#navmenu .nav-wrapper ul > li a {
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
}
#navmenu .nav-wrapper ul li {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
/*#navmenu .nav-wrapper ul li {
	background-size: 51px auto;
}*/

#navmenu ul li:nth-of-type(1) {
	background: url("/images/index/ico1.png") no-repeat top center;
}
#navmenu ul li:nth-of-type(2) {
	background: url("/images/index/ico2.png") no-repeat top center;
}
#navmenu ul li:nth-of-type(3) {
	background: url("/images/index/ico3.png") no-repeat top center;
}
#navmenu ul li:nth-of-type(4) {
	background: url("/images/index/ico4.png") no-repeat top center;
}
#navmenu ul li:nth-of-type(5) {
	background: url("/images/index/ico5.png") no-repeat top center;
}
#navmenu ul li:nth-of-type(6) {
	background: url("/images/index/ico6.png") no-repeat top center;
}
#navmenu ul li:nth-of-type(n) {
	background-size: 51px;
}
@media screen and (min-width: 769px) {
	#navmenu .nav-wrapper {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}
	#navmenu .nav-wrapper ul > li::after { /*罫線*/
		content: "";
		width: 2px;
		height: 70%;
		position: absolute;
		top: 15%;
		left: 0;
		border-left: 1px solid rgba(85, 68, 68, 0.15);
	}
	#navmenu .nav-wrapper ul > li:last-child::before { /*罫線*/
		content: "";
		width: 2px;
		height: 70%;
		position: absolute;
		top: 15%;
		right: 0;
		border-left: 1px solid rgba(85, 68, 68, 0.15);
	}
}
@media screen and (max-width: 768px) {
	#navmenu {
	}
	#navmenu ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-top: 1px dotted var(--color-border);
		border-bottom: 1px dotted var(--color-border);
	}
	#navmenu .nav-wrapper ul {
		padding: 55px 10px 20px;
	}
	#navmenu .nav-wrapper ul > li {
		width: 33.3%;
		position: relative;
		/*border: 1px dotted var(--color-border);*/
	}
	#navmenu .nav-wrapper ul > li:nth-of-type(n+4) {
		margin-top: 20px;
	}
	#navmenu .nav-wrapper ul > li a {
		font-size: 1.3rem;
	}
}
/*----------------------------maincontent--------------------------------*/
#maincontent .content-wrapper h2 {
	background-image:url("/images/index/h1_bell.png"),url("/images/index/h1_dot1.png");
  	background-repeat: no-repeat,no-repeat;
  	background-size: 40px , 80px;
  	background-position: center top , center bottom;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#maincontent .content-wrapper h3 {
	font-weight: 500;
}
#maincontent .content-wrapper .scheduele {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding: 20px 0px;
}
#maincontent .content-wrapper .scheduele thead {
	background: var(--color-secondary);
	color: #fff;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}
#maincontent .content-wrapper .scheduele tbody {
	border-top: 1px solid var(--color-border);
}
#maincontent .content-wrapper .scheduele tbody tr {
	border-bottom: 1px dotted var(--color-border);
	line-height: 1.9;
}
#maincontent .content-wrapper .scheduele tbody .red {
	background: #fcf0f0;
	color: #f23838;
}
@media (min-width: 769px) {
	#maincontent .content-wrapper,
	#top-greeting .wrapper,
	#information .information-flexbox,
	#recruitbanner {
		margin: 0 auto;
		max-width: 1080px;
		padding: 0 20px;
	}
	#maincontent .content-wrapper,
	#top-greeting .wrapper,
	#medical-content .wrapper,
	#information .information-flexbox,
	#recruitbanner,
	#reserve .wrapper {
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 20px;
		position: relative;
	}
	#maincontent .content-wrapper {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	#maincontent .content-wrapper,
	#top-greeting .wrapper,
	#medical-content .wrapper,
	#information .information-flexbox,
	#recruitbanner {
		margin: 45px auto;
		padding: 0 20px;
	}
	#medical-content .wrapper {
		margin: 95px auto 45px;
	}
	#maincontent .content-wrapper h2 {
		background-size: 30px , 60px;
		padding-top: 40px;
		margin-bottom: 20px;
		font-size: 2.3rem;
	}
	#maincontent .content-wrapper h3 {
		font-size: 1.8rem;
	}
	#maincontent .content-wrapper p {
		font-size: 1.4rem;
	}
	#maincontent .content-wrapper > div {
		width: 100%;
		overflow: auto;
	}
	#maincontent .content-wrapper .scheduele {
		font-size: 1.2rem;
		min-width: 550px;
	}
	#maincontent .content-wrapper .scheduele td,
	#maincontent .content-wrapper .scheduele th {
		padding: 5px;
	}
}
/*----------------------------top-greeting--------------------------------*/
#top-greeting .flexbox {
	display: flex;
	justify-content: space-around;
	position: relative;
	gap: 50px;
}
#top-greeting .flexbox:before {
	position: absolute;
	content: "";
	display: block;
	height: 73%;
	bottom: 4rem;
	width: 55%;
	left: 20%;
	right: 0;
	background: rgba(143, 195, 31, 0.14);
	pointer-events: none;
	z-index: -1;
}
#top-greeting .greetingtxt h2 {
	text-align: left;
	padding: 5px 0px;
	line-height: 1.5;
}
#top-greeting .greetingtxt h2 span {
	color: var(--color-primary);
}
#top-greeting .greetingtxt p {
	margin-bottom: 10px;
}
#top-greeting .greetingtxt a {
	background: #48a773;
	color: #fff;
	padding: 10px 25px;
	margin: 0 10px;
	font-size: 1.6rem;
	border-radius: 5px;
	min-width: 140px;
	display: inline-block;
	text-align: center;
}
#top-greeting .greetingtxt a:hover {
	opacity: 0.8;
}
#top-greeting .greetingtxt h2 br {
		display: none;
}
@media screen and (min-width: 769px) {
	#top-greeting {
		padding-bottom: 100px;
	}
	#top-greeting .wrapper > p {
		padding: 40px 0 70px;
	}
	#top-greeting .greetingimage {
		flex-basis: 45%;
		max-width: 45%;
	}
	#top-greeting .greetingtxt {
		flex-basis: 46%;
		max-width: 46%;
	}
	#top-greeting .greetingtxt p {
		text-align: left;
		padding: 5px 0px;
	}
	#top-greeting .greetingtxt a {
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 900px){
	#top-greeting .greetingtxt br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#top-greeting .flexbox {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	#top-greeting .flexbox:before {
		width: 80%;
		bottom: 2rem;
		left: -20px;
	}
	#top-greeting .greetingimage {
		width: 100%;
	}
	#top-greeting .greetingtxt h2 {
		font-size: 1.8rem;
		text-align: left;
	}
	#top-greeting .greetingtxt h2 span {
		font-size: 2.0rem;
	}
	#top-greeting .greetingtxt > p {
		text-align: left;
		font-size: 1.4rem;
	}
	#top-greeting .contentbtn {
		display: flex;
		justify-content: space-between;
	}
	#top-greeting .greetingtxt a {
		margin-right: auto;
		margin-left: auto;
		padding: 8px 18px;
	}
}

/*----------------------------medical-content--------------------------------*/
#medical-content table {
	margin-bottom: 10px;
}

#medical-content {
	background: var(--color-gray);
	position: relative;
	padding-bottom: 50px;
}
#medical-content:before {
	position: absolute;
	content: "";
	display: block;
	background: var(--color-primary);
	width: 100%;
	height: 22%;
	top: -50px;
	pointer-events: none;
}
#medical-content .wrapper > p {
	padding: 60px 0 10px;
}
#medical-content h2 {
	color: var(--color-white);
	background-image:url("/images/index/h1_syringe.png"),url("/images/index/h1_dot2.png");
  	background-repeat: no-repeat,no-repeat;
  	background-size: 50px , 80px;
  	background-position: center top , center bottom;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 50px 0;
}
#medical-content .wrapper .medical-menu-flexbox .inner::before,
#medical-content .wrapper .medical-menu-flexbox .inner::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#medical-content .medical-menu-flexbox {
	display: flex;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}
#medical-content .menulink {
	margin-top: auto;
	font-weight: 600;
	padding-top: 40px;
}
#medical-content .medical-menu-flexbox > li {
	background-color: var(--color-white);
	text-align: center;
	position: relative;
	padding: 20px 0px;
}
#medical-content .medical-menu-flexbox > li::after {
	z-index: 1;
	pointer-events: none;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #8fc31f;
	position: absolute;
	right: 4px;
	transform: rotate(-45deg);
	bottom: 10px;
}
#medical-content .symptomlist > li,
#medical-content .throatlist > li {
	position: relative;
	text-align: left;
	padding: 5px 0px 5px 1.25em;
	border-bottom: 1px dotted var(--color-border);
	margin-bottom: 5px;
	line-height: 1.4;
}
#medical-content .throatlist > li {
	border-bottom: none;
	padding: 5px 0px 0px 1.25em;
}
#medical-content .symptomlist:nth-of-type(4) > *:nth-child(4) {
	margin-bottom: 0;
}
#medical-content .symptomlist,
#medical-content .throatlist {
	margin: 0 15px;
	letter-spacing: 0.05rem;
	text-align: left;
}
#medical-content .symptomlist > li::before {
	position: absolute;
	content: "";
	display: block;
	left: 3px;
	top: 13px;
	background: url("/images/cmn/check.png") no-repeat;
	width: 100%;
	height: 100%;
}
#medical-content .throatlist > li::before {
	position: absolute;
	content: ""; /* 空の要素作成 */
	left: 5px;
	top: 14px;
	width: 4px; /* 幅指定 */
	height: 4px; /* 高さ指定 */
	display: inline-block; /* インラインブロックにする */
	background-color: var(--color-primary); /* 背景色指定 */
	border-radius: 50%; /* 要素を丸くする */
}
#medical-content .symptomlist:nth-of-type(4) > li:nth-of-type(4)::before,
#medical-content .throatlist > li:nth-of-type(4)::before {
	display: none;
}
#medical-content .symptomlist:nth-of-type(4) > li:nth-of-type(4),
#medical-content .throatlist > li:nth-of-type(4){
	padding-left: 0;
}
#medical-content .menu01,
#medical-content .menu02 {
	display: flex;
	flex-direction: column;
}
#medical-content .medical-menu-flexbox .menu01 h3 {
	text-align: center;
	margin: -50px auto;
	width: 90px;
	padding-bottom: 50px;
}
#medical-content .medical-menu-flexbox .menu02 h3 {
	margin: 5px auto 30px;
	border-bottom: 2px solid var(--color-primary);
	width: 90%;
}
#medical-content .medical-menu-flexbox > li img {
	max-width: 100%;
	max-height: 100%;
}
#medical-content .menuimage {
	height: 95px;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	#medical-content .medical-menu-flexbox > .menu01 {
		flex-basis: 23%;
		margin: 0 1% 40px;
	}
	#medical-content .medical-menu-flexbox > .menu02 {
		flex-basis: 29%;
		margin: 0 1% 40px;
	}
}
@media screen and (max-width: 1160px){
	#medical-content .medical-menu-flexbox .menu02 h3 {
		font-size: 2.0rem;
	}
}
	
@media screen and (max-width: 768px) {
	#medical-content {
		padding-bottom: 40px;
	}

	#medical-content:before {
		position: absolute;
		height: 12%;
	}
	#medical-content .wrapper > p {
		padding: 30px 0 10px;
		position: relative;
	}
	#medical-content h2 {
		background-size: 40px , 60px;
  		background-position: center top , center bottom;
		padding-top: 30px;
		padding-bottom: 10px;
		font-size: 2.3rem;
		position: relative;
	}
	#medical-content .medical-menu-flexbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#medical-content .medical-menu-flexbox > .menu01,
	#medical-content .medical-menu-flexbox > .menu02 {
		flex-basis: 48%;
		margin: 0 1% 40px;
	}
	#medical-content .medical-menu-flexbox .menu01 h3 {
	
	}
	#medical-content .medical-menu-flexbox .menu02 h3 {
		margin: 5px auto 30px;
		border-bottom: 2px solid var(--color-primary);
		width: 90%;
		font-size: 1.8rem;
	}
	#medical-content .symptomlist > li {
		font-size: 1.4rem;
	}
	#medical-content .symptomlist,
	#medical-content .throatlist {
		font-size: 1.4rem;
	}
	#medical-content .menuimage {
		height: 100px;
	}
}
@media screen and (max-width: 600px) {
	#medical-content .medical-menu-flexbox > .menu01,
	#medical-content .medical-menu-flexbox > .menu02 {
		flex-basis: 100%;
		margin: 0 1% 40px;
	}
}
/*----------------------------information--------------------------------*/
#information h2 {
	color: var(--color-primary);
	font-weight: 500;
	font-size: 1.6rem;
	text-align: left;
}
#information h2 span {
	font-family: Josefin Sans;
	margin-right: 10px;
}
#information dl dt {
	position: relative;
	display: block;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#information .informationinner dl > * {
	display: block;
	padding-left: 20px;
}
#information .informationinner dl dd {
	border-bottom: 1px dotted var(--color-border);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#information dl dt::before {
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-top: 2px solid var(--color-secondary);
	border-right: 2px solid var(--color-secondary);
	transform: rotate(45deg);
	top: calc(50% - 6px);
	left: 5px;
}
#information .informationlink {
	text-align: right;
}
#information .informationlink a {
	position: relative;
}
#information .informationlink a::before {
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border-top: 2px solid var(--color-primary);
	border-right: 2px solid var(--color-primary);
	transform: rotate(45deg);
	top: calc(50% - 4px);
	left: -20px;
}
@media (min-width: 769px) {
	#information {
		padding: 70px 0;
	}
	#information .information-flexbox {
		display: flex;
		justify-content: center;
	}
	#information .information-flexbox .informationinner {
		flex-basis: 43%;
		width: 43%;
	}
	#information .information-flexbox .informationinner + .informationinner {
		margin-left: 5%;
	}
	#information h2 {
		margin-bottom: 25px;
	}
	#information h2 span {
		font-size: 4.5rem;
	}
	#information .informationinner dl dt {
		float: left;
		padding-bottom: 5px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 768px) {
	#information {
		margin: 30px 0 15px;
	}
	#information h2 {
		font-size: 1.5rem;
	}
	#information h2 span {
		font-size: 2.5rem;
	}
	#information .informationinner dl dd {
		font-size: 1.4rem;
	}
	#information .informationlink {
		font-size: 1.4rem;
	}
}
/*----------------------------recruitbanner--------------------------------*/
@media (min-width: 769px) {
	#recruitbanner {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 70px;
	}
}
@media (max-width: 768px) {
	#recruitbanner {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}
/*----------------------------reservebanner--------------------------------*/
#reserve {
	background: #a4cb50; /*草の装飾と同じ色*/
	padding: 50px 0;
	position: relative;
}
#reserve .wrapper {
	display: flex;
	justify-content: space-between;
	min-height: 290px;
	position: relative;
}
#reserve .wrapper:before,
#reserve .wrapper:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
#reserve .wrapper:before {
	top: -60px;
	left: -35px;
	background: url("/images/index/bird2.png") no-repeat;
}
#reserve .wrapper:after {
	bottom: -34px;
	right: -25px;
	background: url("/images/index/tree2.png") no-repeat;
	background-position: right bottom;
	z-index: 0;

}
#reserve .reserveinner {
	padding: 20px;
	width: calc(48% - 2%);
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	position: relative;
	background: url("/images/index/grass.png") repeat-x left bottom #fff;
}
#reserve .reservebanner {
	font-size: 2.2rem;
	padding: 40px 20px;
}
#reserve .reservebanner span {
	color: #f1614a;
}
#reserve .tel_link {
	display: block;
	color: var(--color-primary) !important;
	font-size: 3.5rem;
	font-weight: bold;
	font-family: Josefin Sans;
	/*border-bottom: 1px dotted var(--color-primary);*/
	max-width: 300px;
	margin: 0 auto;
	background: url("/images/index/dot.png") no-repeat center bottom / 300px auto;
}
#reserve .tel_link img {
	width: 22px;
	height: 22px;
	margin: 19px auto;
}
#reserve .reservetime-flexbox a {
	background: #48a773;
	color: #fff !important;
	padding: 10px 25px;
	margin: 0 20px;
	font-size: 1.6rem;
	border-radius: 5px;
}
#reserve .reservetime-flexbox dt {
	display: block;
	padding: 3px 8px;
	background: var(--color-secondary);
	color: #fff;
	float: left;
	margin-right: 20px;
}
#reserve .reserveinner dl > * {
	display: block;
}
#reserve .reservetime-flexbox dd {
	border-bottom: 1px dotted var(--color-border);
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#reserve .orderbanner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	padding-bottom: 10px;
}
#reserve .reservebutton a {
	display: block;
	text-align: center;
	background: #48a773;
	color: #fff !important;
	padding: 10px 25px;
	margin: 0 auto;
	font-size: 1.6rem;
	border-radius: 5px;
	max-width: 200px;
}
#reserve .reservebutton a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1200px){
	#reserve .wrapper:before {
		top: -50px;
		left: 0;
		background-size: 90px;
	}
	#reserve .wrapper:after {
		bottom: -8px;
		right: 0;
		background-size: 90px;
	}

}

@media (max-width: 768px) {
	#reserve {
  		padding: 45px 0;
	}
	#reserve .wrapper {
		display: flex;
		flex-direction: column;
	}
	#reserve .wrapper:before {
		background-size: 70px;
	}
	#reserve .wrapper:after {
		background-size: 70px;
	}
	#reserve .reservebanner {
		font-size: 1.8rem;
		padding: 0px;
	}
	#reserve .reserveinner {
		margin: 10px auto;
		width: 100%;
		padding: 20px 20px 30px;
	}
	#reserve .tel_link {
		font-size: 2.0rem;
		background: url("/images/index/dot.png") no-repeat center bottom / 200px auto;
	}
	#reserve .tel_link img {
		width: 16px;
		height: 16px;
		margin: 10px auto;
		padding-right: 3px;
	}
	#reserve .reservetime-flexbox dd {
		padding-bottom: 10px;
	}
	#reserve .orderbanner {
		font-size: 1.5rem;
	}
	#reserve .reservetime-flexbox {
  		font-size: 1.4rem;
	}
	#reserve .reservebutton a {
		padding: 8px 15px;
	}
}
@media screen and (max-width: 768px){
	#googlemap iframe {
  		height: 300px;
	}
}