@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	color: #333;
	background-repeat: repeat;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}
a:hover img,a:hover{
 opacity:.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	color: inherit;
 }

p,a{line-height: 2.3;letter-spacing: 0.05em;font-family: "Zen Kaku Gothic New", sans-serif;color: #333;font-weight: 500;}

@media only screen and (max-width: 576px) {
	p{font-size:14px; }
}

h1,h2,h3,h4,h5,h6{color: #333;font-family: "Zen Kaku Gothic New", sans-serif;}

/*==================common==================*/

ul.lidisc{padding: 0 0 0 20px;margin: 0;}
ul.lidisc li{list-style: disc;margin: 0 0 5px;font-family: "Zen Kaku Gothic New", sans-serif!important;}
.fontg1{font-family: "Zen Kaku Gothic New", sans-serif!important;}
.fontg2{font-family: "Shippori Mincho", serif!important;}
.marker{
  background: linear-gradient(transparent 70%, rgba(255,238,131,0.80) 70%);
}

.flbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flbox2{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	flex-direction: column;
}

.flend{
	align-self: flex-end;
}

.flcenter{
  align-self: center;
}
.fljcenter{
  justify-content: center;
}
.fljbet{
  justify-content: space-between;
}

/*==================inview==================*/

.up {
	overflow: hidden;
	position: relative;
	opacity: 0;
	bottom: -50px;
}
.upstyle{
	opacity: 1;
	bottom: 0px;
	transition: 1s 0.3s;
}
.left {
	overflow: hidden;
	position: relative;
	opacity: 0;
	left: -200px;
}
.leftstyle{
	opacity: 1;
	left: 0px;
	transition: 1s 0.3s;
}
.right {
	overflow: hidden;
	position: relative;
	opacity: 0;
	right: -200px;
}
.rightstyle{
	opacity: 1;
	right: 0px;
	transition: 1s 0.3s;
}

/*==================header==================*/

header {
	margin-bottom: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	font-weight: 600!important;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

.hbg{
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(45,45,45,0.36);
	transition: 0.3s;
}

.logo{
	width: 600px;
	text-align: left;
	padding-left: 10px;
}

.reseve{
	padding:20px 10px;
	width: 300px;
	background-color: #64b8a4;
	text-align: center;
	justify-content:  center;
}
.reseve:hover{
	transition: .5s;
}
.reseve a,.reseve a:hover{
	display: flex;
	flex-direction: column;
	color: #fff!important;
	height:100%;
	line-height: 26px;
	font-size: 22px;
}
.htel{
	display: flex;
	padding:20px 10px;
	width: 320px;
	background-color: #8F9EA9;
	text-align: center;
	justify-content:  center;
}
.htel:hover{
	transition: .5s;
}
.htel a,.htel a:hover{
	display: flex;
	flex-direction: column;
	color: #fff!important;
	height:100%;
	line-height: 26px;
	font-size: 22px;
}

@media only screen and (max-width: 1400px) {
.logo{
	width: 400px;
	text-align: left;
	padding-left: 10px;
}
}

@media only screen and (max-width: 1300px) {
.htel{
	padding:15px 10px;
}
.reseve{
	padding:15px 10px;
	width: 200px;
}
.htel a,.reseve a{
	font-size: 20px;
}
}

@media screen and (max-width:1200px){
header {
	margin-bottom: 0;
	width: 100%;
	height: 80px;
}
.logo{
	width: calc(100% - 400px);
	padding-left: 10px;
}
.logo img{
	width: 280px;
}
.htel{
	padding:14px 0;
	width: 200px;
}
.reseve{
	padding:14px 0;
	width: 150px;
	margin: 0 80px 0 0;
}
.htel a,.reseve a{
	font-size: 20px;
}
}
@media screen and (max-width:576px){	
header {
	padding: 5px 0;
	height: 60px;
}
.logo{
	width: 100%;
	padding-left: 10px;
}
.logo img{
	width: 260px;
}
.reseve{display: none;}
.htel{display: none;}
}

/*==================slide==================*/

#slider-area{
	position: relative;
	z-index: 0;
    width:100%;
    height: 50vw;
	overflow: hidden;
	background-color: #fff;
}

#slider-area #slider{
	position: relative;
	z-index: 0;
    width:100%;
    height: 50vw;
	overflow: hidden;
}

@media screen and (max-width:991px){
#slider-area{
    height: 156.25vw;
}
#slider-area #slider{
    height:156.25vw;
}
}


/*==================main==================*/

.mainv{
	position: relative;
	padding: 120px 0 120px;
	background-image: url("../img/top/mainv.webp");
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: local;
	background-position: top center;
	z-index: 2;
}

@media screen and (max-width:991px){
.mainv{
	padding: 140px 0 120px;
	background-image: url("../img/top/mainvsp.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top -120px center;
}
.mainv h2{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	width: 100%;
}
}
@media screen and (max-width:576px){
.mainv{
	padding: 100px 0 120px;
	background-image: url("../img/top/mainvsp.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
}

.main{
	position: relative;
	z-index: 1;
}
.main::before{
	content: "";
	position: fixed;
	top:0;
	left: 0;
	background-image: url("../img/top/mainbg.webp");
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}
.main::after{
	content: "Professional Cleaning";
	position: absolute;
	top:0;
	left: 0;
	font-size: 200px;
	font-family: "Shippori Mincho", serif;
	line-height: 1;
	letter-spacing: -0.05em;
	color:rgba(255,255,255,1);
}

.mainin{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.maint{
	border-left: 1px solid #AFC7D6;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.meri1{background-image: url("../img/top/me1.webp");}
.meri2{background-image: url("../img/top/me2.webp");}
.meri3{background-image: url("../img/top/me3.webp");}
.meri1,.meri2,.meri3{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 20px 40px;
	border-radius: 80px 0 80px 0;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.2);
}

@media screen and (max-width:1200px){
.main::after{
	font-size: 180px;
}
}

@media screen and (max-width:1200px){
.main::after{
	font-size: 140px;
}
}

@media screen and (max-width:576px){
.main::after{
	top:0;
	left: 0;
	font-size: 140px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	color:rgba(255,255,255,1);
}
.meri1,.meri2,.meri3{
	padding: 40px 20px 20px;
	border-radius: 80px 0 80px 0;
}
}

/*==================point==================*/

.point{
	padding: 120px 0;
	position: relative;
	z-index: 1;
	background-color: rgba(255,255,255,1.00);
	background-image: url("../img/top/potbg.webp");
	background-size: auto;
	background-position: center top 100px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.pointt{
	position: relative;
	display: inline-block;
	padding: 1em 1.5em;
}
.pointt::before,.pointt::after{
	content: "";
	position: absolute;
	height:80%;
	width: 100px;
}
.pointt::before{
	top: 0;
	border-left:1px solid #B5BBC2;
	border-top:1px solid #B5BBC2;
	left: 0;
}
.pointt::after{
	bottom: 0;
	border-right:1px solid #B5BBC2;
	border-bottom:1px solid #B5BBC2;
	right: 0;
}

.pointimgl,.pointimgr{z-index: 2;}
.pointimgl{border-radius: 0 40px 40px 0;}
.pointimgr{border-radius: 40px 0 0 40px;}

.pointin1,.pointin2,.pointin3,.pointin4,.pointin5{
	position: relative;
}

.pointin1::before,.pointin3::before,.pointin5::before{left: -100px;}
.pointin2::before,.pointin4::before{right: -100px;}

.pointin1::before{background:linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg1.webp")}
.pointin2::before{background:linear-gradient(-90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg2.webp")}
.pointin3::before{background:linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg3.webp")}
.pointin4::before{background:linear-gradient(-90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg4.webp")}
.pointin5::before{background:linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg5.webp")}

.pointin1::before,.pointin2::before,.pointin3::before,.pointin4::before,.pointin5::before{
	content: "";
	position: absolute;
	top: -100px;
	width: 60vw;
	height: calc(100% + 200px);
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pointint{
	position: relative;
}
.pointint::after{
	content: "";
	position: absolute;
	top:-200px;
	left:-200px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 1px solid rgba(143,158,169,0.3);
	z-index: 1;
}
.pointint::before{
	content: "";
	position: absolute;
	top:-240px;
	left:20px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid rgba(143,158,169,0.3);
	z-index: -1;
}

@media screen and (max-width:991px){
.pointin1::before,.pointin3::before,.pointin5::before{left: -60px;}
.pointin2::before,.pointin4::before{right: -60px;}
}

@media screen and (max-width:576px){
.point{
	padding: 60px 0;
	position: relative;
	z-index: 1;
	background-color: rgba(255,255,255,1.00);
	background-image: url("../img/top/potbgsp.webp");
	background-size: contain;
	background-position: center top 130px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.pointimgl,.pointimgr{margin-bottom: 40px;}
.pointin1::before,.pointin2::before,.pointin3::before,.pointin4::before,.pointin5::before{
	content: "";
	position: absolute;
	top: -140px;
	width: 100vw;
	height: calc(100% + 120px);
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pointin1::before,.pointin3::before,.pointin5::before{left: 0;}
.pointin2::before,.pointin4::before{right: 0;}
.pointin1::before{background:linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg1.webp")}
.pointin2::before{background:linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg2.webp")}
.pointin3::before{background:linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg3.webp")}
.pointin4::before{background:linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg4.webp")}
.pointin5::before{background:linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%), url("../img/top/pobg5.webp")}
.pointint::after{
	top:-150px;
	left:-150px;
	width: 300px;
	height: 300px;
}
.pointint::before{
	top:-200px;
	left:20px;
	width: 200px;
	height: 200px;
}
}

/*==================comp==================*/ 

.comp{
	padding: 40px;
	background-color: #8295A3 ;
	background-image: url("../img/top/koukan.webp"),url("../img/top/koukanbg.webp");
	background-repeat: no-repeat;
	background-size: 40%,100%;
	background-position: top right,top -600px left;
	border-radius: 20px;
}

.table-comp {
  width: 100%; 
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-comp table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.table-comp th, .table-comp td {
  border: 1px solid #ccc;
  padding: 20px 10px;
  text-align: center;
}

.table-comp th {
  position: sticky;
  left: 0;
  background-color: #f2f2f2;
  z-index: 1;
}

@media screen and (max-width:1200px){
.comp{
	background-image: url("../img/top/koukansp.webp"),url("../img/top/koukanbg.webp");
	background-repeat: no-repeat;
	background-size: 100%,100%;
	background-position: top right,top -600px left;
	border-radius: 20px;
}
}


@media screen and (max-width:576px){
.comp{
	padding: 20px;
	background-image: url("../img/top/koukansp.webp"),url("../img/top/koukanbg.webp");
	background-repeat: no-repeat;
	background-size: 100%,100%;
	background-position: top right,center;
	border-radius: 20px;
}
.table-comp th, .table-comp td {
  font-size: 14px;
}
}

/*==================doc==================*/

table.plo{
margin:0 auto;
	padding:0;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}
.plo th{
	font-size: 14px;
	letter-spacing: 1px;
    padding:10px;
    text-align:center;
	color: #333;
}
.plo td{
	font-size: 14px;
	color: #333; 
  padding: 10px;
}

.feat{
	background: linear-gradient(35deg,rgba(242,245,247,1.00) 0%, rgba(128,147,162,1.00) 100%);
}

.bone{
	position: relative;
	background: url("../img/top/dhbg.webp"),#fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.2);
	z-index: 1;
}

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

.feat{
	background: linear-gradient(0deg,rgba(242,245,247,1.00) 0%, rgba(183,192,199,1.00) 50%,rgba(242,245,247,1.00) 100%);
}
.bone{
	position: relative;
	background: url("../img/top/dhbgsp.webp"),#fff;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.2);
	z-index: 1;
}
}

/*==================clinic==================*/

.map{
	height: 100%;
	overflow: hidden;
}
@media only screen and (max-width:991px){
.map{
	height: 500px;
	}
}

/*==================footer==================*/

#footel{
	position: relative;
	padding:10px 0;
	margin:0;
	width:100%;
	font-weight:normal;
	background: #64b8a4;
	text-align: center;
	z-index: 1;
}


@media only screen and (max-width:480px){
#footel {
	z-index: 9999;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
}
}

/*==================back top==================*/

.back-to-top {
  position: fixed;
	z-index: 99;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #676C72;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  color: #fff!important;
  line-height: 3rem;
  content: '\f062';
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

@media (max-width: 766px) {
.back-to-top {
  position: relative;
	width: 100%;
  right: 0;
  height: 100%;
	bottom: 0!important;
	opacity: 1!important;
	border-radius: 0;
	}
.back-to-top:before {
	position: absolute;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  color: #fff;
  line-height: 0;
  content: '\f062';
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
}


/*==================info==================*/ 
#info{
	position: relative;
	background:#fff;
	background-image: url("../img/top/infobg.webp");
	background-size: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom 45%;
	z-index: 1;
}
#info::after{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	width: 600px;
	height: 40%;
	background-color: #E9F1EF;
	z-index: -1;
}
#info::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 300px;
	height: 60%;
	background-color: #E9F1EF;
	z-index: -1;
}
@media (max-width: 1600px) {
#info::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 40%;
	background-color: #E9F1EF;
	z-index: -1;
}
#info::before{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 60%;
	background-color: #E9F1EF;
	z-index: -1;
}
}
@media (max-width: 576px) {
#info{
	position: relative;
	background:#fff;
	background-image: url("../img/top/infobgsp.webp");
	background-size: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom 900px;
	z-index: 1;
}
#info::after{
	left: 0;
	width: 50%;
	height: 40%;
}
#info::before{
	right: 20px;
	bottom:1400px;
	width: calc(100% - 40px);
	height: calc(60% - 1400px);
}
}

.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	font-weight: normal;
	white-space: nowrap;
	font-size: 14px!important;
	border-bottom: 1px solid #838383;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 14px!important;
	border-bottom: 1px solid #838383;
}

/*==================link==================*/

.link{
	background-color: #5F5341;
	background-image:url("../img/top/linkbg.webp");
	background-repeat: repeat;
	background-size: 100px;
}


.st{
	display: inline-block;
	position: relative;
	color:#fff;
	z-index: 1;
	padding: 1em 2em;
}
.st::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(180,196,205,0.80);
	width: 100vw;
	height: 100%;
	z-index: -1;
	border-radius: 80px 0 0 0;
}
.st::after{
	content: "";
	position: absolute;
	bottom:-30px;
	right: 0;
	background-color: rgba(162,176,186,1.00);
	width: 100vw;
	height: 100%;
	z-index: -2;
	border-radius: 0 0 80px 0;
}

.st2{
  position: relative;
	padding: 10px 0 10px 20px;
}

.st2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 80%;
	background-color: #fff;
}


.bg-color-primary-light .st2{
  background: #fff;
}

.st3{
	position: relative;
	z-index: 1;
	padding: 0.2em 0.5em;
	text-align: center;
	color: #A59899;
	border: 2px solid #3E5293;
}
.st3::before{
  content: "";
  position: absolute;
	height: 1px;
	width: 100%;
  bottom: -5px;
	left: 0;
	background-color: #3E5293;
}
.st3::after{
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #3E5293;
}

.st4{
	position: relative;
	padding: 0 0.7em 0.4em;
	border-left: 4px solid #3E5293;
	border-bottom: 1px solid #3E5293;
}
.st4::before{
	content: "";
	position: absolute;
	left: -4px;
	top:-10px;
	width: calc(100% + 4px);
	height: calc(100% + 14px);
	pointer-events: none;
	border-bottom: 1px solid #3E5293;
}

.st5{
	width: 100%;
	position: relative;
	border-left: 4px solid #3E5293;
	padding: 5px 5px 5px 0.5em;
	z-index: 1;
	line-height: 1.5;
}

.st6 {
  position: relative;
	padding: 0 0 0 20px;
}
.st6::after{
	content: "";
  position: absolute;
	top:0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #ccc;
}



.stf{
    position: relative;
    padding: 0.5em 0.7em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	z-index: 1;
}
.stf:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.4em 1.5em 1.4em;
	position: absolute;
	bottom:-2em;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.stfc1{background-color: #B7AC91;}.stfc1:before{border-color:  #B7AC91 transparent transparent transparent;}
.stfc2{background-color: #837C73;}.stfc2:before{border-color:  #837C73 transparent transparent transparent;}
.stfc3{background-color: #5F5341;}.stfc3:before{border-color:  #5F5341 transparent transparent transparent;}
.stfc4{background-color: #CB9C9C;}.stfc4:before{border-color:  #CB9C9C transparent transparent transparent;}
.stfcw{background-color: #fff;}.stfcw:before{border-color:  #fff transparent transparent transparent;}

.sttip{
	position: relative;
	margin: -2em 0.5em 0.5em;
	background-color: #fff;
	border: 2px solid #A28A60;
	padding: 10px 20px 15px;
	font-family: 'Kosugi Maru', sans-serif;
	border-radius: 0 5px 20px 20px;
}
.sttip::before {
  position: absolute;
  content: '';
  top: -2px;
  left: -12px;
  border: none;
  border-top: solid 1.2em transparent;
  border-right: solid 10px #A28A60;
}
@media only screen and (max-width: 480px) {
.sttip{
	position: relative;
	margin: 0 0 0.8em -1.7em;
	background-color: #fff;
	border: 2px solid #A28A60;
	padding: 0.8em 0.8em 0.8em 1.2em;
	font-size: 20px;
	border-radius: 0 20px 20px 0;
}
.sttip::before {
  position: absolute;
  content: '';
  top: 100%;
  left: -0.1em;
  border: none;
  border-bottom: solid 1em transparent;
  border-right: solid 0.7em #A28A60;
}
}

.btndeco {
	display: block;
	position: relative;
	z-index: 1;
}
.btndeco::after{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width:0 ;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color:transparent transparent #fff transparent;
	z-index: 1;
}
.btndeco::before{
	content: "";
	position: absolute;
	top:5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #fff solid 1px;
}

table.com{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
	border-spacing:4px;
	empty-cells:show;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}
.com th,.com td{
	font-weight: 500;
    padding:10px;
}
.com th{
	text-align: center;
}

table.comno{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}
.comno th,.comno td{
	font-weight: 500;
    padding:10px;
}

table.com2{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #D8D8D8;
	border-left: solid 1px #D8D8D8;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}
.com2 th,.com2 td{
	font-size: 16px;
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #D8D8D8;
	border-right: solid 1px #D8D8D8;
}

table.com2no{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}
.com2no th,.com2no td{
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.com4{
	margin:0 auto;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.com4 th{
	font-size: 12px;
	letter-spacing: 1px;
    padding:5px;
    text-align:center;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #333;
	font-weight: 500;
}
.com4 tr:last-child th {
  border-bottom: 1px solid #ccc; }
.com4 td{
	font-size: 12px;
	color: #333; 
  padding: 5px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.com4 li{
	font-size: 12px;
	color: #333; 
	font-weight: 400;
}
.com4 ul{
	padding:0 0 0 20px;
}

@media only screen and (max-width: 480px) {
.com td,.com th,.com2 td,.com2 th {
	width: 100%;
  display: block;
  padding: 10px;
}
.com2no th,.com2no td{
    font-size: 14px;
	padding:10px 5px;
}
	
}

	
.infobox{
	position: relative;
	top:0;
	z-index: -1;
	margin: 0 20px;
	padding: 20px;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	overflow: hidden;
}

.infoboxt{
	position: relative;
	bottom:0;
	z-index: -1;
	margin: 0 20px;
	border-radius:20px 20px 0 0 ;
	padding: 10px 10px 20px;
	text-align: center;
	background-color: #fff;
}
.infoboxt span{
	position: relative;
	padding: 0 0 5px;
	background-color: #fff;
	color: #655144;
	border-bottom: 4px dotted #ccc0a2;
	font-weight: 600;
}


.infost{
  font-weight: 600;
  color: #fff;
  padding: 0.3em 1em calc(0.3em + 16px);
  position: relative;
	border-radius: 0 0 20px 20px;
	text-align: center;
}
.infost::after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 16px;
  left: 0;
}

.eqst{
	position: relative;
	z-index: 1;
	padding: 1em 0.5em;
	text-align: center;
}
.eqst::before{
  content: "";
  position: absolute;
	height: 100%;
	width: 100%;
  top: 0;
	left: 0;
	border-top:solid 2px #3fbde0;
	border-bottom:solid 2px #3fbde0;
}
.eqst::after{
  content: "";
  position: absolute;
	height: calc(100% - 8px);
	width: 100%;
  top: 4px;
	left: 0;
	border-top:dotted 2px #3fbde0;
	border-bottom:dotted 2px #3fbde0;
}

.list-box {
	position: relative;
	margin: 20px 0 0;
	width: 100%;
	height: 100%;
    background-color: rgba(255,255,255,1.00);
	box-shadow: -15px 15px 30px 0 rgba(100,100,100,0.3);
}

.list-box:before {
	top:10px;
	right: 10px;
	position: absolute;
	content: "";
	border: 6px dotted #D5EDFB;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	pointer-events: none;
}


.kindst{
	display: inline-block;
	position: relative;
	border:solid 2px #fff;
	padding:20px 20px 40px; 
}
.kindst::before{
	content: "";
	position: absolute;
	bottom: 20px;
	left: -50vw;
	width: 200vw;
	height: 2px;
	background-color: #fff;
}

.res{
	background-image: url("../img/top/resbg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
@media screen and (max-width:991px){
.res{
	background-image: url("../img/top/resbg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right -300px top;
}
	
}
@media screen and (max-width:576px){
.res{
	background-image: url("../img/top/resbgsp.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.rest{
	position: relative;
	padding: 0 0 0 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	}
.rest span{
	position: absolute;
	left: -46px;
	top:-65px;
	}
}

.doc{
	position: relative;
}
.doc::after{
	content: "Doctor Introduction";
	position: absolute;
	top:-1.18em;
	left: 0;
	font-size: 100px;
	font-family: "Shippori Mincho", serif;
	color:#D6E0DE;
}

.docname{
	position: absolute;
	padding: 20px;
	left: 0;
	bottom: 60px;
	background-color: rgba(100,184,164,0.8);
	color:#fff;
	
}
@media screen and (max-width:991px){
.doc::after{
	top:0;
	left: -0.4em;
	font-size: 100px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	color:rgba(255,255,255,0.2);
}
.docname{
	bottom: 40px;
	
}
}

.blink1{background-image: url("../img/top/blink1.webp");}
.blink2{background-image: url("../img/top/blink2.webp");}
.blink3{background-image: url("../img/top/blink3.webp");}

.blink{
	position: relative;
	display: block;
	padding: 60px 30px;
	background-position: center;
	background-size: cover;
	color:#fff;
	line-height: 1.7;
}
.blink::after,.blink::before{
	content: "";
	position: absolute;
	width: 30%;
	height: calc(100% - 40px);
}
.blink::after{
	border-top:#fff solid 1px;
	border-left:#fff solid 1px;
	top: 10px;
	left: 10px;
}
.blink::before{
	border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
	bottom: 10px;
	right: 10px;
}





