@charset "utf-8";
/*
 * top.css
 * Last modify 2022/06/10 21:21
 */

/* -----------------------------------------------------
Base Style
----------------------------------------------------- */

/* !#mainimg
------------------------------------------------------ */
#mainimg {
	position: relative;
	opacity: 0;
	width: 100%;
}
#mainimg:after {
	clear: both;
	content:"";
	display: block;
}
header.action #mainimg {
	-webkit-animation: mainani 0.5s ease 0s forwards;
	animation: mainani 0.5s ease 0s forwards;
}
#mainimg h1 {
	margin: 0;
	padding: 35.38vw 0 0;
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 ProN",Hiragino Mincho Pro,"ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho;
	color: #0A4893;
	font-size: 5.12vw;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

@keyframes mainani {
	0%{
	  opacity: 0;
	}
	100%{
	  opacity: 1;
	}
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

@media screen and (max-width: 750px) {
#mainimg {
	
}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#mainimg {
}
#mainimg h1 {
	padding: 18.21vw 0 0;
	font-size: 200%;
}

}

@media screen and (min-width: 1921px) {


}

/* !main
------------------------------------------------------ */
#main{

}
#main p.strong{
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 ProN",Hiragino Mincho Pro,"ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho;
}
#main h2 {
	margin: 0 0 7.69vw;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #0A4893;
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 ProN",Hiragino Mincho Pro,"ヒラギノ明朝 Pro", "游明朝体", "Yu Mincho", YuMincho;
	color: #0A4893;
	font-size: 5.12vw;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

#main .secAction00 {
	position: relative;
	opacity: 0;
	top: 5vw;
	padding-top: 19.35vw;
	text-align: left;
}
#main .secAction00.action {
	-webkit-animation: show01 1s ease 0s forwards;
	animation: show01 1s ease 0s forwards;
}
#main .actionParts {
	position: relative;
	opacity: 0;
	top: 5vw;
}
#main .actionParts.action {
	-webkit-animation: show01 1s ease 0s forwards;
	animation: show01 1s ease 0s forwards;
}

#main .linkBtn01 {
	text-align: center;

}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

@media screen and (max-width: 750px) {
#main .secAction00 {
	width: 76.92vw;
	margin: 0 auto;
}


}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {

#main .secAction00 {
	top: 5vw;
	margin: 0 10vw;
	padding-top: 8.21vw;
}
#main p.strong{
	font-size: 130%;
	text-align: center;
}
	#main h2 {
		position: relative;
		display: inline-block;
		margin-bottom: 4.93vw;
		padding: 0 1em 0.8em 0;
		border-bottom: 1px solid #0A4893;
		font-size: 200%;
	}
	#main h2:after {
		content: "";
		position: absolute;
		width: 10vw;
		height: 1px;
		bottom: -1px;
		left: -10vw;
		background: #0A4893;
	}




}

@media screen and (min-width: 1921px) {


}

/* about
------------------------------------------------------ */
#about {
	position: relative;
	opacity: 0;
	top: 5vw;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
#about {
	padding-bottom: 57.69vw;
	background: url("../img/denture/pic_about01_sp.jpg") no-repeat center bottom;
	background-size: 100%;
}


}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
#about {
	padding-bottom: 35.93vw;
	background: url("../img/denture/pic_about01.jpg") no-repeat center bottom;
	background-size: 100%;
}

}

@media screen and (min-width: 1921px) {



}



/* full&partial
------------------------------------------------------ */

#fullDenture .innerWrap,
#partialDenture .innerWrap {
	border: 1px solid #0A4893;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#fullDenture .wrap,
	#partialDenture .wrap {
		padding-bottom: 58.97vw;
	}
		#fullDenture .innerWrap,
		#partialDenture .innerWrap {
			margin-top: 14.10vw;
			padding: 0 7.69vw;
		}
			#fullDenture .innerWrap section,
			#partialDenture .innerWrap section {
				padding: 7.69vw 4.69vw;
			}
			#fullDenture .innerWrap .demeritmerit,
			#partialDenture .innerWrap .demeritmerit {
				border-top: 1px solid #0A4893;
			}
				#fullDenture .innerWrap h3,
				#partialDenture .innerWrap h3 {
					padding-bottom: 0.5em;
					font-size: 100%;
				}
	
}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#fullDenture .innerWrap,
	#partialDenture .innerWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 3.42vw 0;
	}
	#fullDenture .innerWrap section,
	#partialDenture .innerWrap section {
		flex:1;
		padding: 0.68vw 2.42vw;
	}
	#fullDenture .innerWrap .demeritmerit,
	#partialDenture .innerWrap .demeritmerit {
		border-left: 1px solid #0A4893;
	}
	#fullDenture .innerWrap h3,
	#partialDenture .innerWrap h3 {
		padding-bottom: 1em;
		font-size: 133%;
		text-align: center;
	}

}

@media screen and (min-width: 1921px) {



}

/* fullDenture
------------------------------------------------------ */
#fullDenture {
	position: relative;
	opacity: 0;
	top: 5vw;
}


/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#fullDenture .wrap {
		background: url("../img/denture/pic_fulldenture01_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#fullDenture .wrap {
		min-height: 20vw;
		margin-top: 6.5vw;
		padding-right: 36.45vw;
		background: url("../img/denture/pic_fulldenture01.jpg") no-repeat right top;
		background-size: 39.25%;
	}


}

@media screen and (min-width: 1921px) {



}


/* partialDenture
------------------------------------------------------ */
#partialDenture {
	position: relative;
	opacity: 0;
	top: 5vw;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#partialDenture .wrap {
		background: url("../img/denture/pic_partialdenture01_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#partialDenture .wrap {
		min-height: 20vw;
		margin-top: 6.5vw;
		padding-right: 36.45vw;
		background: url("../img/denture/pic_partialdenture01.jpg") no-repeat right top;
		background-size: 39.25%;
	}

}

@media screen and (min-width: 1921px) {



}


/* gdsDenture
------------------------------------------------------ */
#gdsDenture {
	position: relative;
	opacity: 0;
	top: 5vw;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
#gdsDenture {
	padding-bottom: 65.12vw;
	background: url("../img/denture/pic_gdsdenture01_sp.jpg") no-repeat center bottom;
	background-size: 100%;
}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#gdsDenture p {
		min-height: 20vw;
		padding-right: 34.24vw;
		background: url("../img/denture/pic_gdsdenture01.jpg") no-repeat right top;
		background-size: 34.39%;
	}
}

@media screen and (min-width: 1921px) {



}


/* inconspicuousDentures
------------------------------------------------------ */
#inconspicuousDentures {
	position: relative;
	opacity: 0;
	top: 5vw;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	#inconspicuousDentures {
		padding-bottom: 65.12vw;
		background: url("../img/denture/pic_inconspicuousdentures01_sp.jpg") no-repeat center bottom;
		background-size: 100%;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	#inconspicuousDentures p {
		min-height: 20vw;
		padding-right: 34.24vw;
		background: url("../img/denture/pic_inconspicuousdentures01.jpg") no-repeat right top;
		background-size: 34.39%;
	}
}

@media screen and (min-width: 1921px) {



}


/* chigai
------------------------------------------------------ */
#chigai {
	position: relative;
	opacity: 0;
	top: 5vw;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {


}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {

#chigai thead th,
#chigai tbody th {
	border: 1px solid #CDDFE8;
}
#chigai thead th {
	padding: 1em;
	background: #65B2D5;
	color: #ffffff;
	text-align: center;
}
#chigai tbody th {
	background: #0A4893;
	color: #ffffff;
	text-align: center;
	line-height: 1.4 !important;
}
#chigai .typeName01 {
	width: 1em;
	padding: 0 0.5em;
}
#chigai tbody td {
	padding: 0.5em;
	border: 1px solid #CDDFE8;
	text-align: center;
}
#chigai .evaluation01 {
	width: 4.6em;
	padding: 1em 0;
	line-height: 1;
}
#chigai th.evaluation01 {
	line-height: 1.4 !important;
}
	#chigai .evaluation01 img {
		width: 1.5em;
	}
#chigai .name01 {
	width: 7em;
}
#chigai td.pic01 {
	padding: 0;
}
#chigai .sozai01 {
	width: 8em;
}
#chigai td img {
	max-width: 100%;
}
#chigai td.taL {
	width: 15em;
	padding: 1em;
	vertical-align: top;
}
#chigai  .price01 {
	width: 9em;
}

}

@media screen and (min-width: 1921px) {



}


/* reservationBox
------------------------------------------------------ */
.reservationBox {
	position: relative;
	opacity: 0;
	top: 5vw;
}

/*** MOBILE DEVICES ***/
@media screen and (min-width: 481px) {

}

/*** MOBILE DEVICES ***/
@media screen and (max-width: 750px) {
	.reservationBox .taC {
		padding-bottom: 11.53vw;
		text-align: left !important;
	}

}

/*** LARGER DEVICES ***/
@media screen and (min-width: 751px) {
	.reservationBox p {
		padding-bottom: 5vw;
	}
}

@media screen and (min-width: 1921px) {



}
