@charset "utf-8";

/*====================================================================================================

トップ

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

Main visual

----------------------------------------------------------------------------------------------------*/

.mainVisual-wrap {
	position: relative;
}

.mainVisual-wrap::before {
	position: absolute;
	content: "";
	display: block;
	background-image: url("../image/mainvisual/circle.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	max-width: 322px;
	height: 380px;
	left: -50px;
	top: 0px;
	z-index: 0;
	overflow: hidden;
}

.mainVisual-wrap::after {
	position: absolute;
	content: "";
	display: block;
	background-image: url("../image/mainvisual/diamond.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 865px;
	height: 154px;
	left: 0;
	bottom: 0;
	z-index: 0;
}


.mainVisual {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.mv-txt {
	position: relative;
}

.mv-txt__item {
	position: absolute;
	z-index: 1;
}

.mv-txt .mv-txt__item span {
	background-color: #fff;
	color: #12b39a;
	font-weight: 500;
	line-height: 1.4;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.mv-photo {
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

.mv-p__item {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.mv-p__item div {
	height: 100%;
}

.mv-p__item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media print, screen and (min-width:641px) {
	.mainVisual-wrap {
		margin-bottom: 160px;
	}

	.mainVisual {
		height: 780px;
	}

	.mv-txt {
		top: 60px;
		max-width: 1180px;
		margin: 0 auto;
		z-index: 1;
	}

	.mv-txt .mv-txt__item {
		top: 130px;
	}

	.mv-txt .mv-txt__item span {
		font-size: 3em;
		padding: 5px 20px;
		max-width: 634px;
	}

	.mv-photo {
		width: 1140px;
		height: 780px;
		top: 60px;
		right: 0;
	}

	.mv-p__item img {
		object-fit: cover;
		height: 780px;
		font-family: "object-fit: cover;";
	}

	.mv-txt .mv-txt__item span:nth-child(1) {
		margin-bottom: 40px;
	}

	.mv-txt .mv-txt__item span:nth-child(2) {
		margin-bottom: 80px;
	}

}

@media print, screen and (min-width:641px) and (max-width:1300px) {
	.mv-txt .mv-txt__item {
		top: 290px;

	}

	.mv-photo {
		width: 90%;
	}

	.mv-txt .mv-txt__item span {

		font-size: 2.44em;
		padding: 5px 20px;
		max-width: 524px;
	}

	.mv-txt .mv-txt__item span:nth-child(1) {
		margin-bottom: 30px;
	}

	.mv-txt .mv-txt__item span:nth-child(2) {
		margin-bottom: 60px;
	}
}


@media screen and (max-width:640px) {
	.mainVisual-wrap {
		margin-bottom: 100px;
		height: 640px;
	}

	.mainVisual {
		height: 640px;
	}

	.mv-txt {
		position: absolute;
		width: 90%;
		left: 5%;
		top: 60%;
		z-index: 2;
	}

	.mv-txt .mv-txt__item span {
		font-size: 1.77em;
		padding: 5px 10px;
		max-width: 400px;
	}

	.mv-txt .mv-txt__item span:nth-child(1) {
		margin-bottom: 20px;
	}

	.mv-txt .mv-txt__item span:nth-child(2) {
		margin-bottom: 40px;
	}

	.mv-photo {
		width: 90%;
		height: 640px;
		bottom: -30px;
		right: 0;
	}

	.mv-p__item img {
		object-fit: cover;
		font-family: "object-fit: cover;";
		height: 100%;
	}

}

/*----------------------------------------------------------------------------------------------------

info

----------------------------------------------------------------------------------------------------*/

.info-cnt .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info-cnt .inner .info {
	background-color: #fff;
	border-top: 2px solid #ecf3f6;
	border-bottom: 2px solid #ecf3f6;
}

.info-cnt .inner .info {
	padding: 20px;
	overflow: hidden;
}

.info-cnt .inner .info ul {
	list-style: none;
}

.info-cnt .inner .info ul li .info-cate {
	color: #ef858c;
	display: block;
	margin-left: -10px;
	margin-bottom: 8px;
}

.info-hdline {
	text-align: center;
}

.info-hdline {
	margin-bottom: 30px;
}

.banner a {
	display: block;
}

.info-cnt .inner>div {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:1201px) {
	.info-cnt {
		margin-bottom: 160px;
	}

	.info-cnt .inner>div {
		width: calc(50% - 30px);
	}

	.info-cnt .inner>div:nth-child(1) {
		margin-right: 60px;
	}

	.info-cnt .inner .info ul {
		height: 230px;
	}

	.info-cnt .inner .info ul li .date {
		width: 115px;
		margin-right: 10px;
		white-space: nowrap;
		position: absolute;
		top: 0;
		left: 0;
	}

	.info-cnt .inner .info ul li {
		position: relative;
		padding-left: 130px;
		box-sizing: border-box;
		line-height: 26px;
		margin-bottom: 15px;
	}

}

@media screen and (max-width:1200px) {
	.info-cnt {
		margin-bottom: 100px;
	}

	.info-cnt .inner>div {
		width: 100%;
	}

	.info-cnt .inner>.info {
		margin-bottom: 40px;
	}


	.info-cnt .inner .info ul {
		/* height: 160px; */
		height: 350px;
	}

	.info-cnt .inner .info ul li:not(:last-child) {
		margin-bottom: 30px;
	}

}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.intro-cnt .inner {
	position: relative;
}

.intro-cnt .txt-box p:not(:last-child) {
	margin-bottom: 15px;
}

.intro-hdline {
	line-height: 1.4;
}

.intro-hdline::first-letter {
	font-size: 1.6em;
}

.intro-hdline {
	margin-bottom: 30px;
}

.intro-cnt .img-box {
	width: 100%;
	position: relative;
	background-image: url("../image/intro-doctor.jpg");
	background-repeat: no-repeat;
}

@media screen and (min-width:1201px) {
	.intro-cnt {
		padding-top: 30px;
		margin-bottom: 120px;
	}

	.intro-cnt .inner {
		display: flex;
	}

	.intro-cnt .txt-box {
		max-width: 700px;
		margin-right: 30px;
	}

	.intro-cnt .txt-box p:not(:last-child) {
		font-size: 0.88em;
	}

	.intro-cnt .img-box {
		width: calc(100% - 700px);
		min-width: 420px;
		height: 635px;
		margin-top: -90px;
		background-position: 55% top;
	}

}

@media screen and (max-width:1200px) {
	.intro-cnt {
		padding-top: 60px;
		margin-bottom: 90px;
	}

	.intro-cnt .inner {
		display: block;
	}

	.intro-cnt .txt-box {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.intro-cnt .img-box {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		height: 400px;
		background-position: 55% center;
	}

}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/
.profile-cnt {
	padding-top: 30px;
	padding-bottom: 100px;
}

.profile-cnt .inner {
	display: grid;
}

.profile-cnt .txt-box.w100 {
	background-color: #f2fff5;
}

.profile-cnt .txt-box p:not(:last-child) {
	margin-bottom: 15px;
	font-size: 0.88em;
}

.profile-hdline {
	line-height: 1.4;
}

.profile-hdline {
	margin-bottom: 20px;
}

.profile-cnt .img-box {
	background-image: url("../image/profile-doctor.jpg");
	background-repeat: no-repeat;

}

.profile-cnt .profile-list {
	list-style: none;
}

.profile-cnt .profile-list li {
	display: flex;
}

.profile-cnt .profile-list li:not(:last-child) {
	padding-bottom: 5px;
}

.profile-cnt .affiliation-list {
	padding-left: 30px;
	padding-bottom: 10px;
	display: grid;
	grid-auto-flow: column;
}

@media screen and (min-width:1201px) {
	.profile-cnt .inner {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 60px;
		grid-row-gap: 30px;
	}

	.profile-cnt .txt-box.w100 {
		grid-column-start: 1;
		grid-column-end: 3;
		padding: 30px;
	}

	.profile-cnt .profile-list li {
		font-size: 0.88em;
	}

	.profile-cnt .profile-list li span {
		width: 100px;
		margin-right: 20px;
	}

	.profile-cnt .img-box {
		background-size: contain;
		height: 400px;
	}

}

@media screen and (max-width:1200px) {
	.profile-cnt .inner {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 60px;
	}

	.profile-cnt .profile-list li {
		font-size: 1em;
	}

	.profile-cnt .profile-list li span {
		width: 120px;
		margin-right: 30px;
	}

	.profile-cnt .txt-box.w100 {
		grid-column-start: 1;
		grid-column-end: 2;
		padding: 20px;
	}

	.profile-cnt .img-box {
		background-position: center 20%;
		height: 580px;
	}

}

@media screen and (min-width:901px) {
	.profile-cnt .affiliation-list {
		grid-template-rows: repeat(4, 1fr);
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 60px;
		font-size: 0.88em;
	}

}

@media screen and (max-width:900px) {
	.profile-cnt .affiliation-list {
		grid-template-rows: repeat(5, 1fr);
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		font-size: 1em;
	}
}

@media screen and (max-width:640px) {
	.profile-cnt .affiliation-list {
		grid-template-rows: repeat(10, 1fr);
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}

	.profile-cnt .profile-list li {
		display: block;
	}

	.profile-cnt .profile-list li span {
		display: block;
	}
}

/*----------------------------------------------------------------------------------------------------

クレド

----------------------------------------------------------------------------------------------------*/
#credo {
	background-image: url("../image/credo-back.jpg");
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}

.credo-hdline {
	text-align: center;
}

.credo-cnt .inner {
	background-color: rgba(255, 255, 255, 0.6);
}

.credo-list {
	list-style: none;
	display: grid;
}

.credo-list li {
	text-align: center;
	font-weight: 500;
}

.credo-list li p::before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.credo-list li:nth-child(1) p::before {
	background-image: url("../image/credo01.png");
}

.credo-list li:nth-child(2) p::before {
	background-image: url("../image/credo02.png");
}

.credo-list li:nth-child(3) p::before {
	background-image: url("../image/credo03.png");
}

@media print, screen and (min-width:901px) {
	#credo {
		padding: 90px 0;

	}

	.credo-hdline {
		padding: 1em 0 0.25em;
	}

	.credo-list {
		grid-template-columns: repeat(3, 1fr);
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.credo-list li p::before {
		margin-top: 1em;
		margin-bottom: 1.22em;
	}

	.credo-list li p {
		margin-bottom: 1.1em;
	}

	.credo-list li:not(:last-of-type) {
		border-right: 1px solid #eee9e8;
	}

}

@media print, screen and (max-width:900px) {
	#credo {
		background-position: 70%;

	}

	.credo-cnt {
		margin-bottom: 100px;
	}

	.credo-hdline {
		padding: 2em 0 0;
	}

	.credo-list {
		grid-template-columns: repeat(1, 1fr);
		padding: 20px;
	}

	.credo-list li p::before {
		margin-top: 1em;
		margin-bottom: 1.22em;
	}

	.credo-list li p {
		margin-bottom: 1.1em;
	}

	.credo-list li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.credo-list li:not(:last-of-type) {
		border-bottom: 1px solid #eee9e8;
	}

}

/*----------------------------------------------------------------------------------------------------



-----------------------------------------------------------------
-----------------------------------*/
#feature {
	margin-top: 100px;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 160px;
}

.feature-item {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

.feature-item .txt-box {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.feature-item .txt-box>span {
	position: absolute;
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	color: #50c1e9;
}

.feature-item .txt-box>span::before {
	content: "みさわ歯科の特徴";
}

.feature-item .txt-box>span {
	font-size: 3.33em;
	bottom: 15px;
	right: 30px;
}

.feature-item .txt-box>span::before {
	font-size: 0.25em;
	margin-right: 0.5em;
}

.feature-item .txt-box .feature-item-ttl {
	font-weight: 700;
}

.feature-item .txt-box .feature-item-ttl {
	font-size: 1.33em;
	margin-bottom: 24px;
	padding-top: 60px;
}

.feature-item .img-box {
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	max-width: 1005px;
}

.feature-cnt .feature-item:nth-child(1) .img-box {
	background-image: url("../image/feature01.jpg");
}

.feature-cnt .feature-item:nth-child(2) .img-box {
	background-image: url("../image/feature02.jpg");
}

.feature-cnt .feature-item:nth-child(3) .img-box {
	background-image: url("../image/feature03.jpg");
}

.feature-cnt .feature-item:nth-child(odd) .txt-box {
	margin-left: auto;
}

.feature-cnt .feature-item:nth-child(even) .txt-box {
	margin-right: auto;
}

@media print, screen and (min-width:1201px) {
	.feature-item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.feature-item .txt-box {
		max-width: 595px;
		padding: 30px;
	}

	.feature-item .img-box {
		max-width: 1005px;
		height: 450px;
		margin-left: auto;
		margin-right: auto;
	}

	.feature-cnt .feature-item:nth-child(odd) .img-box {
		background-position: 100% 50%;
	}

	.feature-cnt .feature-item:nth-child(even) .img-box {
		background-position: 0% 50%;
	}
}

@media print, screen and (max-width:1200px) {
	.feature-item {
		display: flex;
		max-width: 1005px;
		margin-left: auto;
		margin-right: auto;
	}

	.feature-cnt .feature-item:nth-child(odd) {
		flex-wrap: wrap;
	}

	.feature-cnt .feature-item:nth-child(even) {
		flex-wrap: wrap-reverse;
	}

	.feature-item .txt-box {
		padding: 30px;
		min-height: 400px;

	}

	.feature-item .img-box {
		width: 100%;
		height: 400px;
		background-position: center;
		background-size: cover;
	}

}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/


.reserve-cnt {
	position: relative;
	margin-bottom: 100px;
}

.reserve-cnt::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	background: rgba(112, 204, 105, 0.6);
	background: linear-gradient(-45deg, rgba(112, 204, 105, 0.6) 0%, rgba(110, 187, 171, 0.6) 50%, rgba(107, 170, 237, 0.6) 100%);
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.reserve-cnt .reserve-item {
	background-color: #fff;
}

.reserve-cnt .reserve-item .l-hd-tel {
	color: #13b39b;
}

.reserve-cnt .reserve-item:not(.w100) {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.reserve-cnt .reserve-item {
	padding: 20px;
}

.reserve-item-ttl {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
}

h4.reserve-item-ttl {
	padding-top: 10px;
	font-size: 1.33em;
	margin-bottom: 20px;
}

h4.reserve-item-ttl+p {
	margin-bottom: 20px;
}

h5.reserve-item-ttl {
	font-size: 1.11em;
	margin-bottom: 10px;
}

.reserve-item.w100 h4.reserve-item-ttl {
	text-align: center;
}

.reserve-item.w100 h4.reserve-item-ttl {
	font-size: 1.66em;
	margin-bottom: 30px;
}

.reserve-item.w100 h4.reserve-item-ttl+p {
	text-align: center;
}

.reserve-cnt .reserve-item .txt-box {
	margin-bottom: 40px;
}

.reserve-cnt .reserve-item .txt-box>p {
	font-size: 0.88em;
}

.reserve-cnt .reserve-item .img-box {
	height: 345px;
	background-position: center;
}

.reserve-cnt .reserve-item:nth-child(1) .img-box {
	background-image: url("../image/reserve.jpg")
}

.reserve-cnt .reserve-item:nth-child(2) .img-box {
	background-image: url("../image/cancel.jpg")
}

.reserve-cnt .reserve-item.w100 {
	border-top: 4px solid #fcf0ef;
	border-bottom: 4px solid #fcf0ef;
}

@media print, screen and (min-width:901px) {
	.reserve-cnt .inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 60px;
		grid-row-gap: 60px;
	}

	.reserve-cnt::before {
		height: 570px;
		top: -60px;
	}

	.reserve-cnt .reserve-item.w100 {
		grid-column-start: 1;
		grid-column-end: 3;
	}
}

@media print, screen and (max-width:900px) {
	.reserve-cnt .inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.reserve-cnt .inner .reserve-item:not(:last-child) {
		margin-bottom: 30px;
	}

	.reserve-cnt::before {
		height: 100%;
	}

	.reserve-cnt .reserve-item .l-hd-tel {
		font-size: 1.6em;
	}

}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.payment-cnt .inner .img-box {
	background-image: url("../image/payment02.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.payment-cnt .inner .img-box {
	height: 420px;
}

.payment-cnt .inner .txt-box {
	padding: 40px 30px 30px;
}

.payment-ttl {
	color: #13b39b;
	font-weight: 500;
}

.payment-ttl {
	font-size: 1.33em;
	margin-bottom: 20px;
}

.payment-ttl+p {
	margin-bottom: 30px;
}

@media print, screen and (min-width:901px) {
	.payment-cnt {
		margin-bottom: 100px;
	}

	.payment-cnt .inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 60px;
	}
}

@media print, screen and (max-width:900px) {
	.payment-cnt {
		padding-bottom: 40px;
		margin-bottom: 60px;
	}

	.payment-cnt .inner .txt-box {
		text-align: center;
	}

}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/
.outline-cnt {
	padding-top: 30px;
	padding-bottom: 100px;
}

.outline-cnt .gmap-box {
	background-color: #f2fff5;
	height: 480px;
	width: 100%;
}

.view-box img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
}

.outline-cnt .gmap-box iframe {
	vertical-align: baseline;
}

.outline-box .p-siteTtl span {
	display: block;
}

.outline-box .l-hd-tel {
	color: #13b39b;
}

.outline-cnt .outline-list li {
	display: flex;
	font-size: 0.88em;
}


.outline-cnt .outline-list li span {
	width: 100px;
	margin-right: 20px;
}

.outline-cnt .outline-list li:not(:last-child) {
	padding-bottom: 5px;
}

.outline-cnt .inner {
	display: grid;
}

@media print, screen and (min-width:1001px) {
	.outline-cnt .inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 60px;
		grid-row-gap: 30px;
	}

	.outline-list {
		margin-bottom: 20px;
	}

	.outline-cnt .gmap-box.w100 {
		grid-column-start: 1;
		grid-column-end: 3;
	}

}


@media print, screen and (min-width:641px) {
	.outline-cnt .calendar-box {
		min-width: 450px;
	}
}

@media print, screen and (max-width:1000px) {
	.outline-cnt .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.outline-cnt .inner>div:not(:last-child) {
		margin-bottom: 60px;
	}

	.outline-list {
		margin-bottom: 30px;
	}

	.outline-box {
		margin-bottom: 40px;
	}

	.outline-cnt .gmap-box.w100 {
		width: 100%;
	}

	.outline-cnt .calendar-box {
		width: 100%;
		height: 400px;
		margin-bottom: 40px;
	}

	.outline-box .l-hd-tel {
		font-size: 1.6em;
	}
}

/*----------------------------------------------------------------------------------------------------

foot-gallery-col

----------------------------------------------------------------------------------------------------*/

#foot-gallery-col {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footSlide li {
	margin: 0;
}

@media print, screen and (max-width:640px) {
	#foot-gallery-col {
		width: 100%;
	}

	#footSlide li {
		margin: 0;
	}
}

/*----------------------------------------------------------------------------------------------------

背景固定

----------------------------------------------------------------------------------------------------*/

.js-parallax {
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}

@media screen and (max-width: 750px) {
	.js-parallax {
		background-size: cover;
		background-attachment: scroll;
	}
}