@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:.8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
 }

a:hover {
  outline-width: 0!important;
	text-decoration: none!important;
	opacity:.8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
h1{
	font-size: 0.625rem!important;
	line-height: .7!important;
	padding-left: 0.625rem!important;
	padding-top: 5px;
}
img {
	max-width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}
p{line-height: 2!important;}

/*==================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; }
.tcw{color: white;}
.fss{font-size: 12px;}
.fsm{font-size: 16px;}
.fsl{font-size: 20px;}
.fsll{font-size: 30px;}
.tal{text-align: left!important;}
.tar{text-align: right!important;}
.tac{text-align: center!important;}
.imgc{margin:0 auto;}
.bor{border-radius: 20px;}
.fontg1{font-family: 'Roboto', sans-serif!important;}

.b1cw{color: #fff;border: 1px solid #fff;}
.b1cw:hover{background:#fff;color:#333;}
.b1cw::before{background:#fff;}
.b1cw::after{background:#fff;}

.b1cg{color: #956929;border: 1px solid #956929;}
.b1cg:hover{background:#956929;color:#FFF;}
.b1cg::before{background:#956929;}
.b1cg::after{background:#956929;}

.b1cr{color: #b81d22;border: 1px solid #b81d22;}
.b1cr:hover{background:#b81d22;color:#FFF;}
.b1cr::before{background:#b81d22;}
.b1cr::after{background:#b81d22;}

.b1cn{color: #515151;border: 1px solid #515151;}
.b1cn:hover{background:#515151;color:#FFF;}
.b1cn::before{background:#515151;}
.b1cn::after{background:#515151;}

.btn1{
  position: relative;
    padding: 8px 40px 8px 20px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    transition: all .2s linear;
	font-size:14px; 
}
.btn1::before{
  content:"";
  position: absolute;
  top:50%;
  right:-25px;
  width:50px;
  height:1px;
    transition: all .1s linear;
}
.btn1::after{
  content:"";
  position: absolute;
    top: 25%;
    right: -20px;
  width:1px;
  height:10px;
    transform:skewX(45deg);
    transition: all .1s linear;
}
.btn1:hover::before{
  right:-40px;
  width:50px;
}
.btn1:hover::after{
  right:-35px;
}


.b2cg {background: rgba(149,105,41,1.00);border: 1px solid #956929;}
a.b2cg{color: #fff!important;}
.b2cg:hover {background: rgba(149,105,41,0);border: 1px solid #956929;color: #603F08!important;}
.b2cg::after,.b2cg::after{background:#fff;}
a.b2cg:hover::before,a.b2cg:hover::after{background:#956929;}

.b2cp {background:rgba(200,42,42,1.00);border: 1px solid #d7083b;}
a.b2cp{color: #fff!important;}
.b2cp:hover {background: rgba(200,42,42,0);border: 1px solid #d7083b;color: #d7083b!important;}
.b2cp::before,.b2cp::after{background:#fff;}
a.b2cp:hover::before,a.b2cp:hover::after{background:#d7083b;}

.b2ci {background:rgba(127,171,207,1.00);border: 1px solid #7fabcf;}
a.b2ci{color: #fff!important;}
.b2ci:hover {background: rgba(127,171,207,0);border: 1px solid #7fabcf;color: #7fabcf!important;}
.b2ci::before,.b2ci::after{background:#fff;}
a.b2ci:hover::before,a.b2ci:hover::after{background:#7fabcf;}

.b2cim {background:rgba(133,12,12,1.00);border: 1px solid #6b0606;}
a.b2cim{color: #fff!important;}
.b2cim:hover {background: rgba(84,108,167,0);border: 1px solid #6b0606;color: #6b0606!important;}
.b2cim::before,.b2cim::after{background:#fff;}
a.b2cim:hover::before,a.b2cim:hover::after{background:#6b0606;}

.b2cw {background:rgba(255,255,255,1);border: 1px solid #FFFFFF;}
a.b2cw{color: #4B4B4B!important;}
.b2cw:hover {background: rgba(255,255,255,0.00);border: 1px solid #FFFFFF;color: #FFFFFF!important;}
.b2cw::before,.b2cw::after{background:#4B4B4B!important;}
a.b2cw:hover::before,a.b2cw:hover::after{background:#fff!important;}

.btn2 {
  position: relative;
  display: inline-block;
  padding: 0.25em 20px;
	margin:0;
  text-decoration: none;
  transition: .4s;
	width: 100%;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 1px;
	z-index: 99;
	text-align: left;
}
.btn2::before{
  content:"";
  position: absolute;
  top:50%;
  right:20px;
  width:35%;
  height:1px;
	background:#fff;
    transition: all .1s linear;
}
.btn2::after{
  content:"";
  position: absolute;
    top: 28%;
    right: 24px;
  width:1px;
  height:10px;
    transform:skewX(45deg);
    transition: all .1s linear;
}


a.b3cr{border-radius: 0;background:#a91f1f;}
a.b3cg{border-radius: 0;background:#775b1d;}

.btn3,a.btn3 {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: calc(1rem - 4px) 1.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
a.btn3:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #FFFFFF;
}
a.btn3:hover {padding: calc(1rem - 2px) 1.5rem;color: #FFFFFF;}
a.btn3:hover:before {top: 0;left: 0;}
a.btn3:before {border-radius: 0;}


.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;
}
.com th,.com td{
	font-weight: normal;
    padding:10px;
}

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{
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #725607;
}

.com2 td{
    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;
}

.ulunder li{
	border-bottom: #ccc solid 1px;
	margin: 0 0 20px;
}

.imgc{margin: 0 auto;display: block;}

.bg-cover{
	background-position: center;
	background-size: cover;
}


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

/*==================PCmenu==================*/

/*==================PCmenu==================*/

#mbot {
	position: relative;
	z-index: 500;
	margin:0;
	padding:0;
	width:100%;
  	height: 60px;
	background: rgb(145,133,111);
background: linear-gradient(0deg, rgba(170,138,78,1.00) 0%, rgba(218,199,96,1) 100%);
}


bot {
	padding:10px 0;
    width: 100%;
	background: rgb(145,133,111);
background: linear-gradient(0deg, rgba(170,138,78,1.00) 0%, rgba(218,199,96,1) 100%);
}


#botin {
	margin:0 auto;
	padding:0;
   max-width: 1350px; 
   min-width: 800px; 
}

#mbot .follow {
    position: fixed;
	padding: 0;
    top: 0;
	left: 0;
}

/*gb */ 

#menu ul{
  margin:0;
  padding:0;
  width:100%;
}
#menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    float: left;
    position: relative;
    width: 14.2%;
    height: 60px;
    line-height: 60px;
    color: #391D06;
    text-align: center;
    border-right: 1px solid #A79651;
    font-weight: bold;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif !important;
}
#menu ul li a {
  color:#391D06;
  font-weight:bold;
  display: block;
  text-decoration: none;
}
#menu ul li:hover, #menu ul li a:hover {
	background-color: #F2E5B9;
}
#menu ul li ul {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 100;
}
#menu ul li ul li {
	margin: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
	background-color: #F4F3E0;
  border-bottom:1px solid #A79651;
  border-left:1px solid #A79651;
}
#menu ul li ul li:hover, #menu ul li ul li a:hover {
	background-color: #DBCBB6;
}
#menu ul li:hover ul li, #menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  line-height:40px;
  z-index: 10;
}
#menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#mline{
	border-left:1px solid #A79651;}

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

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

#slidetxtbg{
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1080px;
}

#slidetxt{
	padding:50px 40px 20px;
    display: inline-block;
	background-color: #fff;
}

/*==================wn==================*/

.ifrm-container {
	height: 240px;
      overflow:auto!important;
      -webkit-overflow-scrolling:touch!important;
}
.ifrm {
width:100%;
height:100%;
border:none;
}

.wnt span{position: absolute;color: #333;left: 20px;bottom: 7px;}

.cont{margin: 0;letter-spacing: 1px;line-height: 0.6;}
.cont span{ 
	position: relative;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color:rgba(0,0,0,0.10);
}

/*==================concept==================*/

.concbg{
	background-image: url("../img/top/conbg.png");
	background-position:top left;
	background-repeat: no-repeat;
	background-size: 50% auto;
}


#conc1bg,#conc2bg{
	background-repeat: no-repeat;
	background-size: 40% auto;
}
#conc1bg{
	background-image: url("../img/top/conrbg.png");
	background-position:bottom right;
}
#conc2bg{
	background-image: url("../img/top/conlbg.png");
	background-position:bottom left;
}

#conc1,#conc2{
	width: 60%;
	height: 100%;
	background-repeat: no-repeat;
  background-size: cover !important;
  background-position:center center!important;
    position: absolute;
    bottom: 0;
	opacity: 0.6;
}

#conc1{
    left: 0;
}
#conc2{
    right: 0;
}



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

#point{
	position: relative;
	background: linear-gradient(-10deg, rgba(255,255,255,0) 25%, rgba(255,235,133,0.23) 25%, rgba(255,235,133,0.23) 75%, rgba(255,255,255,0) 75%);
}

#point2{
	position: relative;
	background: linear-gradient(0deg, rgba(58,45,7,0.92) 10%, rgba(187,155,45,0.51) 15%, rgba(255,236,205,0.50) 35%, rgba(187,155,45,0.51) 50%, rgba(255,236,205,0.50) 65%, rgba(187,155,45,0.51) 75%, rgba(45,30,13,0.92) 80%);
}
/*==================service==================*/

#serv{
	padding: 80px 0;
	width: 100%; 
}

#serv2{background-color: #f7dfdf;border-right: solid #fff 1px;}
#serv1,#serv3{background-color: #ece3c2;border-right: solid #fff 1px;}
#serv4{background-color: #ece3c2;}
#serv1,#serv2,#serv3,#serv4{border-bottom: solid #fff 1px;}
#serv5{background-color: #f7dfdf;border-right: solid #fff 1px;}
#serv6{background-color: #ece3c2;border-right: solid #fff 1px;}
#serv7{background-color: #f7dfdf;}


#serv2 a.btn3{border-radius: 0;background:#a91f1f;}
#serv1 a.btn3,#serv3 a.btn3,#serv4 a.btn3{border-radius: 0;background:#A47B20;}


#servb1,#servb2{
	background-repeat: no-repeat;
	background-size: 30% auto;
}
#servb1{
	background-image: url("../img/top/servb1.png");
	background-position:bottom right;
	z-index: 1 !important;
}
#servb2{
	background-image: url("../img/top/servb2.png");
	background-position:bottom left;
}
.servbig{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position:center center!important;
    position: absolute;
    bottom: 0;
}
.servbr{right: 0;}
.servbl{left: 0;}

/*==================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{
	max-width: 400px!important;
	height: 250px!important;
}

#clinicbt {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	margin:-80px auto 0;
	max-width:900px;
	padding: 0;
}


/*==================staff&info==================*/

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

/*==================recruit==================*/

#rec h5 {
  position: relative;
  padding: 20px;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
}
#rec h5:before,
#rec h5:after {
  position: absolute;
  content: '';
}
#rec h5:before {
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}
#rec h5:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;


}
#rec h5 i {
  font-size: 24px;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
#rec h5 span {
  position: relative;
  z-index: 1;
}


/*==================rec2==================*/ 

#rec2 h5  {
  position: relative;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

#rec2 h5:before,
#rec2 h5:after {
  position: absolute;
  content: '';
}

#rec2 h5:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

#rec2 h5:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed #000;
  background: #fff;
}

#rec2 h5 i {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

#rec2 h5 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}

#rec2 h5 span:before,
#rec2 h5 span:after {
  position: absolute;
  content: '';
}

#rec2 h5 span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #000;
  border-radius: 50vw 50vw 0 0;
}

#rec2 h5 span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}

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

.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	font-weight: normal;
	white-space: nowrap;
	width: 22%;
	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;
}


#map{
    right: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
  background-size: cover !important;
  background-position:center center!important;
    position: absolute;
    bottom: 0;
}

/*==================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: #640F12;
	font-size: 14px;
	padding:20px;
}

#copyright a{
	color: #B7B7B7;
}

#copyright hover{
	color: #121212;
}

#copyright visited{
	color: #B7B7B7;
}

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

.ctents p{
	margin-bottom: 100px;
	text-align: center;
	color: #f27773;
	font-weight: bold;
}
#back-top{
	position: fixed;
	bottom: 10vh;
	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{
	width: 50px;
	margin:0;
	padding:0;
	opacity: 0.95;
}

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

/*==================内部ページ==================*/


#title{
  position: relative;
	height: 250px;
	padding: 0;
  background-size: cover;
	background-position: center;
  z-index: 0;
  overflow: hidden;
	width: 100%;
}
#title:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

#titletxtbg{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
	max-width: 1140px;
	text-align: center
}

#titletxt{
    padding: 10px 40px 5px;
    display: inline-block;
    background: rgb(224,184,88);
background: linear-gradient(160deg, rgba(224,184,88,1) 0%, rgba(233,200,117,1) 12%, rgba(255,238,187,1) 21%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 68%, rgba(255,238,187,1) 79%, rgba(233,200,117,1) 87%, rgba(224,184,88,1) 100%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#titletxt p{
	line-height: 1.5!important;
	font-weight: bold;
	color: #910E0E;
	font-family: Playfair Display, serif !important;
	margin: 0;
}

.st{
	flex-grow: 1;
	position: relative;
	line-height: 1.2;
	display: flex;
	flex-flow: wrap;
	color:#77602B;
}
.st span{
	position: absolute;
	font-size: 220%;
	opacity: 0.2;
	left: 0;
	align-self: center;
}

.st2 {
  position: relative;
  padding: 0.5rem 1.5rem calc(0.5rem + 10px);
  background: #F4ECDB;
	margin: 0 0 20px;
}
.st2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #C19014;
}


.st2pink {
  position: relative;
  padding: 0.5rem 1.5rem calc(0.5rem + 10px);
  background: #F4DBDB;
	margin: 0 0 20px;
}
.st2pink:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #C1132E;
}

.g-bg-color--gray-light .st2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #FFFFFF;
}
.g-bg-color--gray-light .st2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #929292;
}


.st3 {
  position: relative;
  padding: 1em 0;
	text-align: center;
}
.st3::before,
.st3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.st3::before {
  top: 0;
  border-top: 2px solid #7E530C;
  border-bottom: 1px solid #7E530C;
}
.st3::after {
  bottom: 0;
  border-top: 1px solid #7E530C;
  border-bottom: 2px solid #7E530C;
}

.st4{
  position: relative;
	border-bottom: solid 2px #7C7C7C;
}
.st4 span{
	padding:10px 50px 10px 10px;
	display: inline-block;
	background: rgb(145,133,111);
background: linear-gradient(0deg, rgba(170,138,78,1.00) 0%, rgba(218,199,96,1) 100%);
	clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
	color: #fff;
}


.st4pink{
  position: relative;
	border-bottom: solid 2px #7C7C7C;
}
.st4pink span{
	padding:10px 50px 10px 10px;
	display: inline-block;
	background: rgb(145,133,111);
	clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0% 100%);
	color: #fff;
	background-color: #D13A72;
}

.stf {
  position: relative;
  padding: .75rem 1rem;
	margin: 0 0 20px;
  border-radius: 10px;
}
.stf:before {
  position: absolute;
  left: 40px;
  bottom: -19px;
  width: 0;
  height: 0;
  content: '';
  border-width: 19px 19px 0 0;
  border-style: solid;
}
.stf:after {
  position: absolute;
  left: 42px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
}

.fc1{border: 2px solid #B44A4C;background-color: #FFFFFF;}
.fc1:before{border-color: #B44A4C transparent transparent transparent;}
.fc1:after{border-color: #fff transparent transparent transparent;}

.fc1b{border: 2px solid #C07933;background-color: #FFFFFF;}
.fc1b:before{border-color: #C07933 transparent transparent transparent;}
.fc1b:after{border-color: #fff transparent transparent transparent;}

.fc1c{border: 2px solid #8C33C0;background-color: #FFFFFF;}
.fc1c:before{border-color: #8C33C0 transparent transparent transparent;}
.fc1c:after{border-color: #fff transparent transparent transparent;}

.fc1d{border: 2px solid #C03333;background-color: #FFFFFF;}
.fc1d:before{border-color: #C03333 transparent transparent transparent;}
.fc1d:after{border-color: #fff transparent transparent transparent;}

.fc2{border: 2px solid #A9A9A9;background-color: #A9A9A9;color: #fff;}
.fc2:before{border-color: #A9A9A9 transparent transparent transparent;}
.fc2:after{border-color: #A9A9A9 transparent transparent transparent;}

.fc3{border: 2px solid #ac464a;background-color: #ac464a;color: #fff;}
.fc3:before{border-color: #ac464a transparent transparent transparent;}
.fc3:after{border-color: #ac464a transparent transparent transparent;}

.fc4{border: 2px solid #8f6e3e;background-color: #8f6e3e;color: #fff;}
.fc4:before{border-color: #8f6e3e transparent transparent transparent;}
.fc4:after{border-color: #8f6e3e transparent transparent transparent;}


.conc1{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position:center center!important;
    position: absolute;
    bottom: 0;
	right: 0;
	z-index: -1;
}

.conc1gra{
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=1 );

}

.conc2{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position:center center!important;
    position: absolute;
    bottom: 0;
	left: 0;
}

.conc2gra{
	height: 100%;
	background: -moz-linear-gradient(right,  rgba(241,241,241,1) 0%, rgba(241,241,241,0) 45%, rgba(241,241,241,0) 100%);
	background: -webkit-linear-gradient(right,  rgba(241,241,241,1) 0%,rgba(241,241,241,0) 45%,rgba(241,241,241,0) 100%);
	background: linear-gradient(to left,  rgba(241,241,241,1) 0%,rgba(241,241,241,0) 45%,rgba(241,241,241,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=1 );

}

.acc{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position:center center!important;
    position: absolute;
    bottom: 0;
	right: 0;
}

.accgra{
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(241,241,241,1) 0%, rgba(241,241,241,0) 45%, rgba(241,241,241,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(241,241,241,1) 0%,rgba(241,241,241,0) 45%,rgba(241,241,241,0) 100%);
	background: linear-gradient(to right,  rgba(241,241,241,1) 0%,rgba(241,241,241,0) 45%,rgba(241,241,241,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=1 );

}

.charge{
	margin: 0 0 -50px;
}

.charge p{
	font-size: 20px;
	line-height: 50px!important;
	padding:0 20px!important;
	margin: 0!important;
	position: relative;
	top: -60px;
	display: inline-block;
	background-color: #E4E4E4;
	color: #333;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#con{
	background-image: url("../img/top/bg1.jpg");
	background-repeat: repeat;
	padding: 0 0 100px;
}

#poli{
	background-image: url("../img/sta/pobg.png");
	background-repeat: no-repeat;
	background-position: 140% 20%;
	background-size: 80% auto;
}

.polit{
	flex-grow: 1;
	position: relative;
	line-height: 1.5;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	text-align: center;
	margin: 0 0 20px;
	color: rgba(154,29,29,1.00);
}
.polit span{
	position: absolute;
	font-size: 600%;
	color: rgba(209,31,31,0.10);
	align-self: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.flow{position: relative;margin: 0 0 80px;}
.flow:before{
    content: "";
    position: absolute;
	left: 50%;
    top: 100%;
	width: 10px;
    transform: translateX(-50%);
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
}
.flowe{position: relative;margin: 0;}

.fbgcg{background-color: #F3F3F3;}
.fbgcg:before{border-top: 60px solid #F3F3F3;}
.flowe .fbgcg{background-color: #F3F3F3;}

.fbgcw{background-color: #fff;}
.fbgcw:before{border-top: 60px solid #fff;}
.flowe .fbgcw{background-color: #fff;}

.cere{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position:center center!important;
    position: absolute;
    bottom: 0;
	right: 0;
}

.ceregra{
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=1 );
}

.cligra{
	height: 100%;
	background: -moz-linear-gradient(left, rgba(131,131,131,1.00) 0%, rgba(131,131,131,0) 45%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(131,131,131,1.00) 0%, rgba(131,131,131,0) 45%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(131,131,131,1.00) 0%, rgba(131,131,131,0) 45%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=1 );
}

.libg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: #eee 1px solid;
	border-top: #eee 1px solid;
}

#li1{background-image: url("../img/list/li1.jpg")}
#li2{background-image: url("../img/list/li2.jpg")}
#li3{background-image: url("../img/list/li3.jpg")}
#li4{background-image: url("../img/list/li4.jpg")}
#li5{background-image: url("../img/list/li5.jpg")}
#li6{background-image: url("../img/list/li6.jpg")}
#li7{background-image: url("../img/list/li7.jpg")}
#li8{background-image: url("../img/list/li8.jpg")}
#li9{background-image: url("../img/list/li9.jpg")}
#li10{background-image: url("../img/list/li10.jpg")}
#li11{background-image: url("../img/list/li11.jpg")}
#li12{background-image: url("../img/list/li12.jpg")}

.eqbg{
	background: linear-gradient(180deg, rgba(169,51,55,1.00) 0%, rgba(169,51,55,1.00) 30%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 100%);
	top: 0;
}


@media screen and (min-width:1700px){
	
#slidetxtbg{
	bottom: 0;
}
		
#stainf{
	background-size:100% auto;
}

#con{
	background-position: right calc(50% - 500px);
}
	
}

@media screen and (min-width:1300px){
	
#servb1,#servb2{
	background-repeat: no-repeat;
	background-size: 20% auto;
}
#servb1{background-position:top right;}
#servb2{background-position:center left;}

#clinicbt {
	max-width:1080px;
}
	
}

@media screen and (max-width:1200px){
#con{
	background-position: right bottom;
}
}

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

#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;}

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

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

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

#point{
	padding: 0 0 40px;
	background-size: 100% auto;
}
	
}


@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: 10px 0 0;
	height: 9vh;
	width: 100%;
}
	
	

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


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

#menu,#mbot{
	display: none;
}
	
	
#clinicbt {
	max-width:700px;
}
	
/*==================service==================*/
	
#servb1,#servb2{
	background-repeat: no-repeat;
	background-size: 25% auto;
}
	
/*==================info==================*/
#info{
	padding: 50px 5%;
	line-height: 2;
}
#info-left,#info-right {
	width: auto;
	float: none;
	padding: 0;
}

ul#sns{
	overflow: hidden;
	margin: 0 0 20px!important;
}
	
	
/*==================内部ページ==================*/
	
#titletxtbg{padding: 0 0 0 40px;}

#con{background-size: 120% auto;}

#poli{
	background-position: center;
	background-size: 140% auto;
}

.cere{
	width: 100%;
	height: 400px;
    position: relative;
	background-position: bottom;
}
	
.ceregra{
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=0 );
}
	
.cligra{
	background: -webkit-linear-gradient(rgba(131,131,131,0) 0%, rgba(131,131,131,0) 60%, rgba(131,131,131,1) 100%);
	background: -o-linear-gradient(rgba(131,131,131,0) 0%, rgba(131,131,131,0) 60%, rgba(131,131,131,1) 100%);
	background: linear-gradient(rgba(131,131,131,0) 0%, rgba(131,131,131,0) 60%, rgba(131,131,131,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=0 );
}
	
.conc1,.conc2{
	width: 100%;
	height: 1000px;
	background-position:top center!important;
    top: 0;
}

.conc1gra,.conc2gra{
	background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%);
	background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%);
}



}


@media screen and (max-width:480px){
	
p{font-size: 14px;}
	
/*==================common==================*/
.pc { display: none !important; }
.sp { display: inline!important; }
.lg { display: none !important;}
.md { display: none !important; }
.sm { display: block !important; }
	
.com td,.com th,.com2 td,.com2 th {
	width: 100%;
  display: block;
  padding: 10px;
} 

/*==================header==================*/
	
header {
	height: 90px;
}
	
.lil img{
	width: 100%;
	margin: 0;
}
	
/*==================slide==================*/

#slidetxtbg{
	bottom:-140px;
}
	
#slidetxt{
	padding: 30px 10px 30px 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-orientation: upright; 
}

/*==================concept==================*/

.concbg{
	background-image: url("../img/top/conbgsp.png");
	background-position:bottom right;
	background-size: 60% auto;
}

#conc1bg,#conc2bg{
	background-repeat: no-repeat;
	background-size: auto 40%;
}
	
#conc1,#conc2{
	width: 100%;
	height: 50%;
    top: 0;
}
	
/*==================point==================*/

#point{
	position: relative;
	background: linear-gradient(-68deg, rgba(255,255,255,0) 25%, rgba(255,235,133,0.45) 25%, rgba(255,235,133,0.45) 75%, rgba(255,255,255,0) 75%);
}

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


#clinicbt {
	position: absolute;
	padding:0 30px;
	z-index: 99;
	left: 0;
	right: 0;
	top: 180px;
	margin:0 auto;
}
	
/*==================service==================*/

#serv{
	padding: 0 0;
	width: 100%; 
}

#serv1{background-color: #ece3c2;}
#serv2{background-color: #f7dfdf;border-right: none;}
#serv3{background-color: #ece3c2;}
#serv4{background-color: #ece3c2;}
#serv5{background-color: #f7dfdf;border-right: none;border-bottom: solid #fff 1px;}
#serv6{background-color: #ece3c2;border-right: none;border-bottom: solid #fff 1px;}

#servb1,#servb2{
	background-image: none;
}
.servbig{
    right: 0;
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
  background-size: cover !important;
  background-position:center center!important;
    position: absolute;
    bottom: 0;
}
	

/*==================staff&info==================*/

#stainf{
	background-image: url("../img/top/fbgsp3.jpg");
	background-size: auto 100%;
}
	
/*==================info==================*/
	
#map{
	width: 100%;
	height: 400px;
}

/*==================footer==================*/
	
#footel {
	display: block;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
}

#footl{
	float:left;
	width:50%;
text-align:left;
	}

.foot1{
	float:left;
	width:50%;
}
.foot2{
	float:left;
	width:50%;
	}

#copyright {
	font-size: 11px;
	padding: 0 0 80px;
}

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

/*==================内部ページ==================*/

#title{height: 200px;}
	
#titletxtbg{padding: 0;}

#titletxt{
	padding:20px 20px 10px;
    display: inline-block;
	background-color: #fff;
}

.st{
	justify-content: center;
	text-align: center;
}
.st span{
	left: 0;
	right: 0;
	margin: 0 auto;
}

.acc{
	width: 100%;
	height: 280px;
    position: relative;
}
	
.accgra{
	background: -webkit-linear-gradient(rgba(241,241,241,1) 0%, rgba(241,241,241,0) 60%, rgba(241,241,241,0) 100%);
	background: -o-linear-gradient(rgba(241,241,241,1) 0%, rgba(241,241,241,0) 60%, rgba(241,241,241,0) 100%);
	background: linear-gradient(rgba(241,241,241,1) 0%, rgba(241,241,241,0) 60%, rgba(241,241,241,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1',GradientType=0 );
}

.charge {
	margin: 0;
}
.charge p{
	display: inherit;
	font-size: 16px;
	line-height: 40px!important;
	padding:0 12px!important;
	top: -8px;
}

#con{
    background-image: url("../img/top/bg1.jpg");
    background-repeat: repeat;
    padding: 0 0 100px;
    background-position: 50px 50px;
}

#poli{
	background-position:top center;
	background-size:200% auto;
}

.cere{height: 300px;}

.eqbg{background:none;}

}

.splide__slide {
  height: auto;
}
.splide__slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}


.splide__arrow--prev {
  left: -3em;
}
.splide__arrow--next {
  right: -3em;
}


.box_12 {
    background: #E5CB7F;
    padding: 2em 1.5em 1.5em;
    border-radius: 10px 10px 10px 10px;
	}
.box_12 span {
	border-bottom: solid 1px #FFFFFF;
	line-height: 2;
	}
.box_12 strong {
	color:#731D06;
	}

.box_13 {
	background: #ECDF9C;
	padding: 2em 1.5em 1.5em;
    border-radius: 10px 10px 10px 10px;
	}
.box_13 span {
	border-bottom: solid 1px #D4BB97;
	line-height: 2;
	}
.box_13 strong {
	color:#8C0707;
	}

.box_14 {
    background: #F8DAEB;
    padding: 1em;
    border-radius: 10px 10px 10px 10px;
    border: 10px double #E7B3C4;
	}
.box_14 span {
	border-bottom: solid 1px #F8797B;
	line-height: 2;
	}
.box_14 strong {
	color:#D12B8F;
	}



.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

.boxmi29 {
  margin: 1em 0 1em 0;
  background: #fff6e6;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 22px 8px 22px 8px;
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  color: #140204;
  font-weight: nomal;
}
.boxmi29-title {
  background: #fff6e6;
  position: relative;
  font-size: 1em;
  padding: 8px 4px 2px 4px;
  color: #5F570C;
  font-weight:bold;
  text-align: center;
  margin: -16px -8px 16px -8px;
}
.boxmi29-title:before {
  position: absolute;
  content: "";
  top: 25px;
  width: 10%;
  height: 35px;
  opacity: 0.9;
  margin: -40px auto 10px -22px;
  background: repeating-linear-gradient(-45deg, #ffefef, #ffefef 2px,#ffd1d1 3px, #ffd1d1 7px);
  transform: rotate(3deg);
  transform: rotate(1deg);
  left: 10px;
  right: 10px;
  box-shadow:0 0 5px rgba(0,0,0,.2);
}
.boxmi29-title:after {
  position: absolute;
  content: "";
  top: 25px;
  width: 11%;
  height: 35px;
  opacity: 0.9;
  margin: -40px -22px 10px auto;
  background: repeating-linear-gradient(-45deg, #ffefef, #ffefef 2px,#ffd1d1 3px, #ffd1d1 7px);
  transform: rotate(3deg);
  left: 10px;
  right: 10px;
  box-shadow:0 0 5px rgba(0,0,0,.2);
}
.boxmi29 p {
  margin: 0;
  padding: 0;
}
