@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover img{
 opacity:.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
 }

a:hover{text-decoration: none!important;}

img {
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
	position: relative;
	z-index: 1;
}

p{line-height: 2!important;letter-spacing: 0.1em;position: relative;z-index: 1;}

h1{font-size: 10px!important;color: #666!important;}

.container ul,.container ol{position: relative;z-index: 1;}
.container ul li,.container ol li{margin: 0 0 10px;}


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

.pc { display: inline !important;}
.sp { display: none !important; }
.pc2 { display: inline !important;}
.sp2 { display: none !important; }
.xl { display: none!important;}
.lg { display: inline !important;}
.md { display: none !important; }
.sm { display: none !important; }
.imgc{display: block; margin:0 auto!important;margin-right:auto!important;}
.bor{border-radius: 20px;}
.fontg1{font-family: 'Kosugi Maru', sans-serif!important;}
.lidisc{list-style:disc;}
.lidec{list-style:decimal;}

.tips {
position: relative;
margin: 2em auto;
padding:2.5rem 1em 1em;
width: 100%;
background-color: #fff;
border: 4px double #0ea2cf;
box-shadow: 2px 2px 2px #ddd;
}
.tips .tipst {
position: absolute;
display: block;
text-align:left;
top: -1.5rem;
font-weight: bold;
background-color: #0ea2cf;
color: #fff;
	padding: 10px;
}

.btn1 {
  position: relative;
  display: inline-block;
  padding: 0.25em 5%;
	margin:0;
  text-decoration: none;
  background: #E28787;
  transition: .4s;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
border: 1px solid #EF9C9C;
	z-index: 99;
}
.btn1:hover {
  background: #FBC9C9;
border: 1px solid #EF9C9C;
}
.btn1::after {
position: absolute;
content: "";
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
width: 8px;
height: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 20px;
top: 16px;
}

a.btn1{color: #fff!important;}
a:hover.btn1{color: #603F08!important;text-decoration: none;}

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

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

.flcenter{
  align-self: center;
}

table.com{
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}

table.comno{
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}
.comno th,.comno td{
	font-weight: normal;
    padding:10px;
}

table.com2{
	font-size: 14px;
	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;
}
.com2 th,.com2 td{
	font-weight: normal;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.com2no{
	font-size: 14px;
	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;
}
.com2no th,.com2no td{
	font-weight: normal;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

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

/*==================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;
}

/*==================burger==================*/

#tel{
	display:none;
}

#tel a{
	display:none;
}

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

.slider {
	position: relative;
	max-width: 100%;
	margin:0 auto;
	padding:0;
}

/*==================time==================*/

#time{
	position: absolute;
	padding:20px 40px;
	width:600px;
	top:-100px;
	right: 0;
	background-color: #fff;
	box-shadow: -6px 6px 16px -6px rgba(0,0,0,0.3);
	font-size: 16px;
	z-index: 9;
}

#time table{
	width: 100%;
	margin: 0 auto 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#333;
}
#time table th {
	padding:10px 4px;
	word-break: break-all;
	font-weight: normal;
	white-space: nowrap;
	width: 22%;
	text-align: center;
}
#time table td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
}
#time table tr {
	border-top: solid 1px #9bcfd4;
}
.timebnone{border-top: none!important;}

/*==================mess==================*/

#mess{
	padding: 200px 0;
	position: relative;
	overflow: hidden;
	background-color: #EAF4F8;
	background-image: url("../img/top/concbg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

#mess .row:before{
	position: absolute;
	top:-240px;
	content: "CONCEPT";
	font-family: 'Work Sans', sans-serif;
	font-weight: 100;
	font-size:200px;
	color: #fff;
}

#messp{
	width: 48%;
	height: 100%;
}

#concb{
	position: absolute;
	width: 250px;
	right: -140px;
	bottom: -140px;
	z-index: 9;
}

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

#point{position: relative;z-index: 9;padding: 0 0 80px;}
#point:before{
	position: absolute;
	bottom: 0.08em;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	line-height: 0.5;
	text-align: center;
	content: "REASON";
	font-family: 'Work Sans', sans-serif;
	font-weight: 100;
	font-size:200px;
	color: rgba(204,232,236,1.00);
}

.pointl,.pointr{
  position: relative;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

.pointl{
	background: linear-gradient(135deg, rgba(188,226,234,0.4) 40%, rgba(81,188,212,0.7) 100%),url("../img/top/pobg1.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
}
.pointr{
	background: linear-gradient(45deg, rgba(126,160,212,0.5) 0%, rgba(174,212,219,0.30) 60%),url("../img/top/pobg2.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	}

.pointlimg,.pointrimg{
	position: relative;
	z-index: 0;
}
.pointlimg img,.pointrimg img{
	position: relative;
	z-index: 99;
}

.pointl:before,.pointr:before{
	position: absolute;
	overflow: hidden;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.pointl:before{background-image:url("../img/top/pobg1.webp");background-position:bottom 40px center;}
.pointr:before{background-image:url("../img/top/pobg2.webp");background-position: bottom 40px center;}

.post{
	display:inline-block;
	position: relative;
	letter-spacing: 0.05em;
	padding:0 30px!important;
	font-family: 'Work Sans', sans-serif;
	font-style: italic;
	font-weight: 200;
	z-index: 9;
}

.pointl .post{color: #38B6C1;}
.pointr .post{color: #5D8ED2;}

.pob{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin:20px 0 0;
  padding: 1em 2em;
  width: 50%;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
	z-index:9;
}
.pob::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.pob::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.pob:hover {
	color: #fff;
  text-decoration: none;
}
a:hover.pob::before,
a:hover.pob::after {
  right: -1em;
}

.pointl .pob{
	background: linear-gradient(135deg, rgba(75,168,189,1.00) 0%, rgba(132,211,204,1.00) 100%);
}
.pointr .pob{
	background: linear-gradient(45deg, rgba(101,136,189,1.00) 0%, rgba(119,192,217,1.00) 100%);
}

/*==================doctor==================*/

#doc{
	position: relative;
	background-color: #E1F2F9;
	background-image: url("../img/top/docbg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
#doc .row:before{
	position: absolute;
	top:-96px;
	content: "GREETING";
	font-family: 'Work Sans', sans-serif;
	font-weight: 100;
	font-size:200px;
	color: rgba(255,255,255,1.00);
	z-index: 9;
}

#docimg{
	background-image: url("../img/top/doc2.webp");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

/*==================service==================*/

#serv::before {
    content:"";
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
	background-image: url("../img/top/servbg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#servin{
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}
#servin:before{
	position: absolute;
	top:-96px;
	content: "SERVICE";
	font-family: 'Work Sans', sans-serif;
	font-weight: 100;
	font-size:200px;
	color: #9DDBDF;
	z-index: 9;
}

.servtxt{
	position: absolute;
	z-index: 1;
}

.servb{
	position: relative;
	z-index: 2;
	line-height: 56px;
	padding: 18px 30px;
	color: #fff;
}
a.servb:hover{
	color: #457EC1;
}
.servb:before{
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	right: 0;
	background-color: #F1A800;
	z-index: -1;
 	transition: 0.3s;
}
.servb:hover:before{
	background-color: rgba(69,126,193,0);
	transition: 0.3s;
	border:1px solid #457EC1;
}


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

#pic{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
#pic ul,#pic li {
	float:left;
	list-style: none;
	margin: 0;
	padding:0;
}
#pic li img{
	width: 250px;
	height: 350px;
}

#clinicbt {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width:400px;
	height: 60px;
	text-align: center;
}

/*==================indoor&map==================*/

#indmap iframe{
	z-index: 9;
	position: relative;
}



/*==================info==================*/

#info {
	color: #fff;
	  background:url("../img/top/fbg.webp"),linear-gradient(220deg, rgba(69,126,193,1) 52%, rgba(132,164,201,1) 100%);
	background-repeat: no-repeat,repeat;
	background-size: contain,auto;
	background-position: top center,center;
	
}

#fres{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin:0;
  padding: 1em;
  width: 100% ;
  color: #fff;
	border: 1px solid #fff;
  font-size: 18px;
  transition: 0.3s;
	z-index:9;
}
#fres::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 1px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
#fres::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
#fres:hover {
	color: #666;
  text-decoration: none;
  background-color: rgba(255,255,255,0.10);
}
a:hover#fres::before,
a:hover#fres::after {
  right: -1em;
}

.time {
	width: 100%;
	margin: 0 auto 10px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}
.time th {
	padding:20px 4px;
	word-break: break-all;
	font-weight: normal;
	white-space: nowrap;
	font-size: 14px!important;
	color: #fff;
}
.time td {
	padding:20px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 14px!important;
	color: #fff;
}

.time tr {
	border-top: 1px solid #fff;
}

.time2 {
	width: 100%;
	margin: 0 auto 10px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}
.time2 th {
	padding:20px 4px;
	word-break: break-all;
	font-weight: normal;
	white-space: nowrap;
	font-size: 14px!important;
	color: #04a0cd;
}
.time2 td {
	padding:20px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 14px!important;
	color: #04a0cd;
}

.time2 tr {
	border-bottom: 1px solid #04a0cd;
}

.flink a{
	color: #fff;
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

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

footer {
	clear: both;position: relative;
	font-size: 12px;
	text-align: center;
	z-index: 9999;
}
footer .pr {display: block;font-size: 80%;}

#footel{
	display: none;
}

#copyright {
	clear: both;
	text-align: center;
	color: #fff;
	line-height: 2;
	background-color: #f39800;
	font-size: 12px;
}
#copyright li{line-height: 1!important;}
#copyright a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
#copyright a:hover {color: #fff;}
#copyright p {
	text-align: center;
	font-size: 16px;
}

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

.ctents p{
	margin-bottom: 100px;
	text-align: center;
	color: #f27773;
	font-weight: bold;
}
#back-top{
	position: fixed;
	bottom: 8vh;
	right: 3%;
	z-index: 9999;
}
#back-top a{
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.6);
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
}

#sidenet{
	margin:0;
	padding:0;
	opacity: 0.95;
}

.floating {
top: 100px;
right:0;
position: fixed;
z-index: 998;
}

/*==================title==================*/

#title{
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 0 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#title::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 0 40px;
	background-image: url("../img/top/twave.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

#title p{
	display: inline-block;
	position: absolute;
	padding:0.8em 1.3em;
	bottom:-1.5em;
	left: 0;
	background: linear-gradient(45deg, rgba(101,136,189,1.00) 0%, rgba(119,192,217,1.00) 100%);
	box-shadow: -6px 6px 16px -6px rgba(0,0,0,0.3);
	font-size: 16px;
	z-index: 9;
	color: #FFFFFF;
	  font-family: Playfair Display, serif !important;
	line-height: 1!important;
}
#title p span{
	color: rgba(255,255,255,0.7);
	letter-spacing:1px!important;
}

/*==================内部==================*/

.st{
	position: relative;
	color: #04a0cd;
	z-index: 1;
}
.st span{
	position: absolute;
	left: 0;
	bottom:-0.5em;
	color: #DEF0F4;
	font-family: 'Work Sans', sans-serif;
	font-weight: 100;
	font-size: 4em;
	letter-spacing: 0;
	z-index: -1;
}

.g-bg-color--primary-ltr-light .st{
	color: #17528c;
}
.g-bg-color--primary-ltr-light .st span{
	color: rgba(255,255,255,0.4);
}

.st2 {
	text-align: center;
  position: relative;
  padding: 1em 0;
	  font-family: Playfair Display, serif !important;
	z-index: 1;
}
.st2::before,
.st2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.st2::before,.g-bg-color--primary-ltr-light .g-bg-color--white .st2::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.st2::after,.g-bg-color--primary-ltr-light .g-bg-color--white .st2::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.g-bg-color--primary-ltr-light .st2::before {
  top: 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}
.g-bg-color--primary-ltr-light .st2::after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

.st3{
  position: relative;
  padding: 1rem 1.5rem calc(1rem + 10px);
  background: #568BC0;
	color: #fff;
	font-family: 'Kosugi', sans-serif;
	z-index: 1;
}

.st3:before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #6CC6E1;
}

.st4,.st4-2 {
    position: relative;
    color: #000;
    text-align: center;
    padding: 15px 0;
	z-index: 1;
}
.st4:before,.st4-2:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 1rem 1rem 1rem;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.st4:after,.st4-2:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 1rem 1rem 1rem;
	position: absolute;
	bottom:-33px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.st4 {background-color: #FBDD6C;border-bottom: 2px solid #eea348;}
.st4:before{border-color:  #FBDD6C transparent transparent transparent;}
.st4:after {border-color: #eea348 transparent transparent transparent;}

.st4-2 {background-color: #DCEFF4;border-bottom: 2px solid #009ecb;}
.st4-2:before{border-color:  #DCEFF4 transparent transparent transparent;}
.st4-2:after {border-color: #009ecb transparent transparent transparent;}


@media screen and (max-width:1400px){
	
.pointl{
	background: linear-gradient(135deg, rgba(188,226,234,0.4) 40%, rgba(81,188,212,0.7) 100%),url("../img/top/pobg1.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%, auto 60%;
}
.pointr{
	background: linear-gradient(45deg, rgba(126,160,212,0.5) 0%, rgba(174,212,219,0.30) 60%),url("../img/top/pobg2.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100%, auto 60%;
	}
	
/*==================info==================*/
#info {
	  background:url("../img/top/fbg.webp"),linear-gradient(220deg, rgba(69,126,193,1) 52%, rgba(132,164,201,1) 100%);
	background-repeat: no-repeat,repeat;
	background-size: 150%,auto;
	background-position: top center,center;
}
}

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

#tel{
	display: block;
	width:20%;
	margin:0; 
	padding:0;
	right:0;
	top: 0;
	position:fixed;
	z-index:99999;
}

#tel a{
	display:block;
	width:100%;
	height:100%;
}
	
.lgh{display: block;}
	
}

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

/*==================mess==================*/
	
#mess h2{line-height: 2;margin: 0 0 20px;}

.parallax1 {
  right: 0;
  position: absolute;
  z-index: -999;
}

/*==================service==================*/

	
}

@media screen and (min-width:1200px){
.pointl,.pointr{
	margin: 0;
}
}

@media screen and (min-width:1500px){
	
.xl { display: block!important;}
.lg { display: none!important;}
	
/*==================mess==================*/
#messimg{
	position: absolute;
	right: 0;
	top: -40px;
	width: 60%;
	overflow: hidden;
	z-index: -1;
}
	
}

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

/*==================header==================*/
	
header {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
	
/*==================mess==================*/
	
#mess{
	background-image: url("../img/top/concbgsp.webp");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 50% auto;
}

#mess .row:before{
	top:-150px;
	left: -10px;
	font-size:150px;
}

#messp{
	width: 90%;
	height: 400px;
}

#concb{
	width: 250px;
	right: -30px;
	bottom: -150px;
}

/*==================point==================*/
	
.pointl::before,.pointr::before{
	background-image:url("../img/top/pobg1.webp");
	background-position:bottom 5% center;
}
	
.pointl{
	background: linear-gradient(45deg, rgba(81,188,212,0.7) 0%, rgba(188,226,234,0.4) 60%),url("../img/top/pobg1sp.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100%, 50% auto;
}
.pointr{
	background: linear-gradient(45deg, rgba(126,160,212,0.5) 0%, rgba(174,212,219,0.30) 60%),url("../img/top/pobg2sp.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100%, 50% auto;
	}

/*==================doctor==================*/
	
#doc{
	position: relative;
	background-color: #E1F2F9;
	background-image: url("../img/top/docbgsp.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
}
	
#doc .row:before{
	top:-58px;
	left: -20px;
	font-size:120px;
	color: rgba(255,255,255,0.5);
}
	
/*==================service==================*/

#serv{
	z-index: -1;
}
#serv::before {
	background-size: auto 100%;
}

	
	
#servin:before{
	z-index: 0;
	top:-58px;
	left: -20px;
	font-size:120px;
}

.servtxt{
	position: relative;
	z-index: 1;
}
	
/*==================info==================*/
#info {
	  background:url("../img/top/fbg.webp"),linear-gradient(220deg, rgba(69,126,193,1) 52%, rgba(132,164,201,1) 100%);
	background-repeat: no-repeat,repeat;
	background-size: 200%,auto;
	background-position: top center,center;
	
}
	

/*==================common==================*/
.pc2 { display: none !important;}
.sp2 { display: inline !important; }
.lg { display: none !important;}
.md { display: inline !important; }
.sm { display: none !important; }

/*==================gm==================*/ 

#menu{
	display: none;
}

}


@media screen and (max-width:480px){
	
/*==================common==================*/
.pc { display: none !important; }
.sp { display: inline!important; }
.lg { display: none !important;}
.md { display: none !important; }
.sm { display: inline !important; }
	
p{font-size: 14px!important;}
.container li{font-size: 14px!important;}

/*==================header==================*/
	
header {
	height: 90px;
	background-color: rgba(255,255,255,1.00)!important;
}
	
.lil img{
	width: 100%;
	margin: 0;
}
	
/*==================time==================*/
	
#time{
	position: absolute;
	padding:10px 20px;
	width:90%;
	top:-100px;
	font-size: 14px;
	z-index: 99;
}

/*==================point==================*/
	
.pointl::before,.pointr::before{
	background-image:url("../img/top/pobg1.webp");
	background-position:bottom 55% center;
}
	
.pointlimg,.pointrimg{
	margin: 0 0 40px;
}
	
.pointl{
	background: linear-gradient(45deg, rgba(81,188,212,0.7) 0%, rgba(188,226,234,0.4) 60%),url("../img/top/pobg1sp.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100%, 60% auto;
}
.pointr{
	background: linear-gradient(45deg, rgba(126,160,212,0.5) 0%, rgba(174,212,219,0.30) 60%),url("../img/top/pobg2sp.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100%, 60% auto;
	}


/*==================mess==================*/
	
#mess{
	padding: 150px 0 100px;
	position: relative;
	overflow: hidden;
	background-color: #EAF4F8;
	background-image: url("../img/top/concbgsp.webp");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}

#mess .row:before{
	top:-100px;
	left: -70px;
	font-size:150px;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#messp{
	width: 90%;
	height: 250px;
}

#concb{
	position: absolute;
	width: 200px;
	right: 15px;
	bottom: -100px;
	z-index: 9;
}

/*==================doctor==================*/
#doc .row{
	position: relative;
	z-index: 1;
}
#doc .row:before{
	top:-10px;
	left: -70px;
	font-weight: 100;
	font-size:150px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: -1;
}

#docimg{
	background-image: url("../img/top/doc2sp.webp");
	background-size: 100% auto;
	height: 300px;
	z-index: -2;
}

/*==================service==================*/

#servin{
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}
#servin:before{
	position: absolute;
	top:-10px;
	left: -70px;
	font-weight: 100;
	font-size:150px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 0;
	color: rgba(157,219,223,0.5);
}

/*==================photo==================*/
	
#point:before{
	font-size:100px;
}

.pointlimg:before,.pointrimg:before{
	top: 40px;
	left: -40px;
	width: 100%;
}

.pob{
  margin:30px 0 0;
	font-size: 16px;
  width: 100%;
}

	
/*==================info==================*/

#info{
	color: #fff;
	  background:url("../img/top/fbgsp.webp"),linear-gradient(220deg, rgba(69,126,193,1) 52%, rgba(132,164,201,1) 100%);
	background-repeat: no-repeat,repeat;
	background-size: contain,auto;
	background-position: top center,center;
	padding: 0 0 100px;
}
.time th,.time td {
	padding:10px 4px
}
.flink a{
	font-size: 13px;
}
	
/*==================footer==================*/
	
#footel {
	display: block;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
}

.foot1{
	float:left;
	width:33.75%;
}
.foot2{
	float:left;
	width:33.125%;
	}


#copyright {
	padding: 0 0 80px;
}

#sidenet{display: none;}
.floating {display: none;}
	

/*==================title==================*/

#title{
	height: 250px;
	margin: 0 0 40px;
}	
	
/*==================内部==================*/
	
.st span{
	left: -0.4em;
	top: -0.6em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}


}



/*script*/
.wave{
  position: relative;
}

.wave canvas{
    position: absolute;
    bottom: 0;
  left:0;
    width: 100%;
	z-index: 1;
}

.pointw canvas{
    position: absolute;
    bottom: -40px;
	left:0;
    width: 100%;
	z-index: 1;
}

@media screen and (max-width:768px){
.pointw canvas{
    bottom: 0px;
	left:0;
}
}

@media screen and (max-width:480px){
.pointw canvas{
    top: 50px;
	z-index: 0;
	opacity: 0.5;
}
}

#waveCanvas2{bottom: 300px;}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 1em;
	color: #fff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 1em 3em 1em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(45deg, rgba(101,136,189,1.00) 0%, rgba(119,192,217,1.00) 100%);
}
.cp_actab .cp_actab-content {
	margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	border-radius: 10px;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 50em;
}
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 4em;
	height: 4em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);}


.acchild{
	display: none;
}