@charset "utf-8";
/*Common
-----------------------------------------------------------------------------------------*/
div.top-topics{
	color: white;
	padding-top: 20vh;
	font-size: 150%;
}

span.top-topics-ja{
	font-family: "HG明朝B";
}

span.top-topics-en{
	font-family: "AngsanaUPC",serif;
}

div.page-top-screen{
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

div.page-top-screen.image-concept{
	background-image: url("../images/top-concept.png");
}

div.page-top-screen.image-price{
	background-image: url("../images/top-price.png");
}

div.page-top-screen.image-blog{
	background-image: url("../images/top-blog.png");
}

div.page-top-screen.image-access{
	background-image: url("../images/top-access.png");
}

div.page-top-screen.image-recruit{
	background-image: url("../images/top-recruit.png");
}

div.page-top-screen.image-bad-tooth{
	background-image: url("../images/top-bad-tooth.png");
}

div.page-top-screen.image-dentures{
	background-image: url("../images/top-dentures.png");
}

div.page-top-screen.image-periodontal-disease{
	background-image: url("../images/top-periodontal-disease.png");
}

div.page-top-screen.image-pediatric-denistry{
	background-image: url("../images/top-pediatric-denistry.png");
}

h2{
	font-family: "HG明朝B","AngsanaUPC",serif;
}



/*Home
-----------------------------------------------------------------------------------------*/
div.home-image,
img.image-top{
	width: 100%;
	height: 90vh;
	margin: 0;
	padding: 0;
}

div.home-introduce{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-image: url("../images/back-introduce.jpg");
	background-position: center center;
	background-size: cover;
	color: white;
}

h2.home-topics{
	font-size: 150%;
	padding-top: 0;
	margin-top: 0;
}

div.gold-line{
	width: 200px;
	height: 3px;
	margin: 0 auto;
	background: rgb(218,165,32);
}

p.introduce-en{
	color: rgb(147,169,203);
}

div.introduce-wrap{
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

img.image-topics-concept{
	width: 515px;
	height: 150px;
	margin: 30px 0;
}

div.home-concept{
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: rgb(245,245,245);
}

div.concept-wrap{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

div.point-box{
	width: 300px;
	float: left;
}

img.image-point{
	width: 230px;
	height: 230px;
}

div.home-panel{
	width: 50%;
	height: 50vh;
	float: left;
	overflow: hidden;
	position: relative;
}

img.image-panel{
	width: 100%;
	height: 50vh;
}

div.panel-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(75,93,111,0.7);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

div.home-panel:hover div.panel-mask{
	opacity: 1;
	padding-top: 15%;
}

div.panel-caption{
	font-size: 160%;
	text-align: center;
	color: white;
}

div.white-line{
	width: 200px;
	height: 1px;
	margin: 30px auto;
	background: white;
}

div.home-message{
	width: 100%;
	height: auto;
	background-image: url("../images/back-message.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0;
}

div.message-wrap{
	width: 80%;
	margin: 0 auto;
	color: white;
}

div.message-details{
	text-align: center;
	margin-top: 50px;
}

img.image-message{
	width: 90%;
	height: auto;
}

div.home-blog{
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: rgb(245,245,245);
}

/*blog-list ここから
-----------------------------------------------------------------------------------------*/
div.blog-display{
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}

ul.blog-list{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

div.date-box{
	width: 100px;
	height: 100px;
	float: left;
	background: orange;
	text-align: center;
	color: white;
}

div.date{
	padding-top: 15px;
}

span.day{
	font-size: 200%;
}

div.title-box{
	width: 700px;
	height: 100px;
	float: left;
}

div.title{
	padding: 30px;
	font-size: 150%;
	font-weight: bold;
}

a.title-link{
	text-decoration: none;
	color: black;
}

div.content{
	margin-bottom: 30px;
}

/*functions ここから
-----------------------------------------------------------------------------------------*/
div.blog-details-button{
	width: 100%;
	height: auto;
	padding: 5px 0;
	background: rgb(147,169,203);
	text-align: center;
}

a.blog-details-link{
	text-decoration: none;
	color: rgb(65,105,225);
}
/*functions ここまで
-----------------------------------------------------------------------------------------*/

/*blog-list ここまで
-----------------------------------------------------------------------------------------*/
iframe.home-googlemap{
	width: 100%;
	height: 300px;
	padding-bottom: 30px;
	margin: 0;
}

div.home-access{
	width: 100%;
	height: auto;
	background: rgb(245,245,245);
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
}

p.home-button{
	margin-top: 30px;
}

a.home-link{
	text-decoration: none;
	color: white;
}

span.home-button{
	background: rgb(6,74,137);
	padding: 10px 50px;
}


/*Concept
-----------------------------------------------------------------------------------------*/
div.concept-block{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div.concept-box{
	width: 50%;
	height: auto;
}

div.concept-box.left-float{
	float: left;
}

div.concept-box.right-float{
	float: right;
}

img.image-concept{
	width: 100%;
	height: auto;
	display: block;
}

h2.concept-topics,
h2.symptom-topics{
	margin-top: 50px;
	color: rgb(97,127,176);
	font-family: "HG明朝B","AngsanaUPC",serif;
}

div.concept-details{
	width: 80%;
	margin: 50px auto 0;
	text-align: left;
}


/*Access
-----------------------------------------------------------------------------------------*/
div.loop-slider{
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.scroll{
	margin: 0;
	padding: 0;
}

ul.scroll li{
	width: 25%;
}

img.image-loop-slider{
	width: 100%;
	height: auto;
}

div.access-block{
	width: 80%;
	margin: 0 auto;
}

div.access-box{
	width: 50%;
	float: left;
}

img.image-route{
	width: 80%;
	height: auto;
}

div.access-details{
	width: 80%;
	margin: 20px auto;
	text-align: left;
}


/*Recruit
-----------------------------------------------------------------------------------------*/
div.recruit-wrap{
	width: 80%;
	margin: 0 auto;
}

table.recruit-table{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgb(178,209,238);
}

table.recruit-table th{
	width: 40%;
	font-family: "HG明朝B","AngsanaUPC",serif;
	background: rgb(178,209,238);
	color: white;
	border-bottom: 1px solid white;
	border-right: 1px solid rgb(178,209,238);
}

table.recruit-table td{
	width: 55%;
	border-bottom: 1px solid rgb(178,209,238);
	padding: 0 2.5%;
	text-align: left;
}


/*Bad tooth,
-----------------------------------------------------------------------------------------*/
div.symptom-screen{
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-image: url("../images/back-symptom.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

img.image-logo-symptom{
	width: 5%;
	height: auto;
}

h3.symptom-topics{
	color: rgb(0,0,162);
	font-family: "HG明朝B","AngsanaUPC",serif;
}

div.symptom-details{
	width: 70%;
	margin: 0 auto;
	color: rgb(0,0,162);
	font-size: 90%;
}

div.symptom-block{
	width: 80%;
	height: auto;
	margin: 50px auto 0;
	border-top: 7px solid rgb(47,82,143);
}

img.image-symptom{
	width: 50%;
	height: auto;
}

div.symptom-explain{
	width: 70%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}


/*No display
-----------------------------------------------------------------------------------------*/
@media screen and (min-width:1024px) {
div.sp-home-concept{
	display: none;
}
}

/*Responsive
-----------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px) {
/*Common
-----------------------------------------------------------------------------------------*/
div.top-topics{
	color: white;
	padding-top: 10vh;;
	font-size: 150%;
}

div.page-top-screen{
	width: 100%;
	height: 40vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


/*Home
-----------------------------------------------------------------------------------------*/
div.home-image{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

img.image-top{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div.introduce-wrap{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

img.image-topics-concept{
	width: 60%;
	height: auto;
	margin: 30px 0 0;
}

@media screen and (max-width:1023px) {
div.pc-home-concept{
	display: none;
}

div.concept-wrap{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
}

div.point-box{
	width: 50%;
	float: left;
}

img.image-point{
	width: 90%;
	height: auto;
}

div.home-panel{
	width: 100%;
	height: 25vh;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

img.image-panel{
	width: 100%;
	height: 25vh;
	display: block;
}
}

div.home-panel:hover div.panel-mask{
	opacity: 1;
	padding-top: 10%;
}

div.panel-caption{
	font-size: 130%;
	text-align: center;
	color: white;
}

div.message-wrap{
	width: 80%;
	margin: 0 auto;
	color: white;
}

div.message-details{
	text-align: left;
	margin-top: 50px;
}

/*blog-list ここから
-----------------------------------------------------------------------------------------*/
div.blog-display{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

div.date-box{
	width: 100px;
	height: 100px;
	background: orange;
	text-align: center;
	color: white;
}

div.date{
	padding-top: 15px;
}

div.title{
	padding: 15px 0;
	font-size: 150%;
	font-weight: bold;
}

span.day{
	font-size: 200%;
}

div.title-box{
	width: 100%;
	height: auto;
}

/*blog-list ここまで
-----------------------------------------------------------------------------------------*/
div.contact-box{
	width: 100%;
	height: auto;
}

div.inside-contents{
	width: 80%;
	height: auto;
	margin: 50px auto 0;
	padding: 0;
}

div.contact-detail{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

div.sales-details{
	width: 90%;
	margin: 20px auto 50px;
	text-align: left;
}

/*Concept
-----------------------------------------------------------------------------------------*/
div.concept-block{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

div.concept-box{
	width: 100%;
	height: auto;
}

img.image-concept{
	width: 100%;
	height: auto;
	display: block;
}

h2.concept-topics,
h2.symptom-topics{
	margin-top: 50px;
	color: rgb(97,127,176);
	font-family: "HG明朝B","AngsanaUPC",serif;
}

div.concept-details{
	width: 80%;
	margin: 30px auto 50px;
	text-align: left;
}


/*Access
-----------------------------------------------------------------------------------------*/
ul.scroll li{
	width: 33.33333%;
}

div.access-block{
	width: 80%;
	margin: 0 auto;
}

div.access-box{
	width: 100%;
}


/*Recruit
-----------------------------------------------------------------------------------------*/
div.recruit-wrap{
	width: 85%;
	margin: 0 auto;
}

table.recruit-table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid rgb(178,209,238);
}

table.recruit-table th{
	width: 25%;
	font-family: "HG明朝B","AngsanaUPC",serif;
	background: rgb(178,209,238);
	color: white;
	border-bottom: 1px solid white;
	border-right: 1px solid rgb(178,209,238);
	font-size: 80%;
}

table.recruit-table td{
	width: 70%;
	border-bottom: 1px solid rgb(178,209,238);
	padding: 0 2.5%;
	text-align: left;
	font-size: 80%;
}


/*Bad tooth,
-----------------------------------------------------------------------------------------*/
div.symptom-screen{
	width: 100%;
	height: auto;
	padding: 20px 0 40px;
	background-image: url("../images/back-symptom.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

img.image-logo-symptom{
	width: 10%;
	height: auto;
}

div.symptom-details{
	width: 80%;
	margin: 0 auto;
	color: rgb(0,0,162);
	font-size: 90%;
	text-align: left;
}

div.symptom-block{
	width: 80%;
	height: auto;
	margin: 50px auto 0;
	border-top: 7px solid rgb(47,82,143);
}

img.image-symptom{
	width: 90%;
	height: auto;
}

div.symptom-explain{
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
}

@media screen and (max-width: 767px) {
div.inside-contents{
	width: 90%;
}
div.sales-details {
	width: 95%;
}
}


/*20200704 Add
-----------------------------------------------------------------------------------------*/
div.site-container{
	padding: 50px 0;
}

img.image-corona{
	width: 50%;
}

@media screen and (max-width:1023px) {
img.image-corona{
	width: calc(100% - 100px);
}
}

@media screen and (max-width:767px) {
div.site-container{
	padding: 30px 0;
}

img.image-corona{
	width: calc(100% - 60px);
}
}


/*20250604 Add
-----------------------------------------------------------------------------------------*/
.home-facility{
	position: relative;
}
.bg-facility{
	position: relative;
	width: 55%;
	height: 250px;
	margin-left: 0;
	background-image: url("../images/loop-slider7.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom 30%;
}
@media screen and (max-width: 1300px) {
.bg-facility{
	margin-left: auto;
}
}
@media screen and (max-width:767px) {
.bg-facility{
	width: 100%;
	height: 200px;
}
}
.bg-facility::after{
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0,0.5);
	z-index: 1;
}
.facility-button{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	padding: 20px 100px;
	text-decoration: none;
	text-align: center;
	z-index: 2;
	transform: translate(-50%,-50%);
	border: 3px solid rgb(0,0,162);
	background-color: white;
	color: rgb(0,0,162);
	font-weight: 700;
	transition: 0.6s;
}
@media screen and (max-width: 1023px) {
.facility-button{
	width: 400px;
	padding: 20px 0;
}
}
@media screen and (max-width:767px) {
.facility-button{
	width: 80%;
	padding: 10px 0;
	font-size: 0.9rem;
}
}
.facility-button:hover{
	background-color: rgb(0,0,162);
	color: white;
	transition: 0.6s;
}
.contents-section{
	padding: 50px 0;
}
.contents-wrapper{
	width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
.contents-wrapper{
	width: calc(100% - 60px);
}
}
.facility-block{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width:767px) {
.facility-block{
	width: 100%;
}
}
.facility-block:not(:last-child){
	margin-bottom: 50px;
}
.facility-block h2{
	font-size: 1.3rem;
	margin: 0 0 30px;
	padding: 0;
	color: rgb(0,0,162);
}
@media screen and (max-width:767px) {
.facility-block h2{
	font-size: 1.2rem;
	text-align: center;
}
}
.facility-block p{
	padding: 0;
}
.facility-block p:not(:last-child){
	margin: 0 0 20px;
}
.facility-block p span{
	display: block;
}
.bold{
	font-weight: 700;
}
.blue-font{
	color: rgb(0,0,162);
}
@media screen and (max-width: 767px) {
.image-reserve-button{
	width: 100%;
}
}