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

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
	font-size: 1rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: normal;
	color: #1D1D1D;
	line-height: 1.6;
	overflow: hidden;
	background: url("../img/top/wall.jpg");
	}

/* Typography */

h1 {
margin:0;
padding:0;
font-size:10px;
text-align:left;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}


h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}


h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #a79576;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #a79576;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

img{
	max-width: 100%;
	height: auto;
}

.shadow-white {
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

/* Paragraph */
p {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #3E3E3E;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px){
p {
  font-size: 15px;
	}
}

/* Links */
a {
  color: #333;
  text-decoration: none;
}

a:focus, a:hover {
  color: #584034;
  text-decoration: none;
  opacity: 0.8;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #a79576;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #a79576;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

/* Button Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Button Color
------------------------------ */
.s-btn--yellow-brd {
  color: #fff;
  background: #7CB6DB;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #7CB6DB;
}

.s-btn--yellow-brd:focus, .s-btn--yellow-brd:hover {
  color: #7CB6DB;
  background: #fff;
  border-color: #7CB6DB;
}


/* aisis
------------------------------ */
header{
	padding: 0;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	 background: rgba(255,255,255,1);
	 box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
}

header .row{margin: 0!important;}

hr{
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #fff;
}

.marker {
 background: linear-gradient(transparent 60%, #e8ddab 60%);
}

.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;
}
.tshadow {text-shadow: 0 0 5px rgba(0,0,0,0.8); }

.bg-strip {background: url("../img/top/strip.jpg");}
.bg-check {background: url("../img/top/check.png");}
.bg-wall {background: url("../img/top/footerbg.png");}


/*  Font Family
------------------------------ */

.fontg1{font-family: 'Noto Sans JP', sans-serif;}
.fontg2{font-family: 'Noto Serif JP', serif;}
.fontg3{font-family: "Outfit", sans-serif;}
.fontg5{font-family: 'Reem Kufi', sans-serif;}

.font-m{font-family: 'Zen Maru Gothic', sans-serif;}
.font-k{font-family: 'Zen Kaku Gothic New', sans-serif!important;}
.fontd{font-family: 'Kaisei Decol', serif!important;}

/* footer
------------------------------ */

.footerbg { 
	background: url("../img/top/f_clinic.png") no-repeat bottom -2px left 17% / 30% , url("../img/top/footerbg.png");
	padding: 140px 0 60px; 
}
@media screen and (max-width:1600px){
.footerbg { 
	background: url("../img/top/f_clinic.png") no-repeat bottom -2px left 17% / 40% , url("../img/top/footerbg.png");
	padding: 100px 0 60px; 
}
}
@media screen and (max-width:991px){
.footerbg { 
	background: url("../img/top/footerbg.png");
	padding: 40px 0 0; 
}
}
	
.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	font-weight: 500!important;
	text-align: center;
	white-space: nowrap;
	font-size: 18px!important;
	color:#fff;
	background: #c4c9cd;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	font-weight: 500!important;
	text-align: center;
	font-size: 17px!important;
	color: #555;
	background: #ffffff;
}

@media screen and (max-width:480px){
.time td {	font-size: 14px!important; }
.time th {	font-size: 14px!important; }
}

/* footer sp
------------------------------ */

#footel{
	position: relative;
	margin:0;
	width:100%;
	font-weight:normal;
	background: #a9bf41;
}
#ft1{float: left;width: 35%;}
#ft2{float: left;width: 35%;}
#ft3{float: left;width: 15%;}
#ft4{float: left;width: 15%;}
@media 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);
}
}

/*  slide
------------------------------ */

#demo-1 {
	overflow: hidden;
	width: 100%;
	min-height: 850px;
	position: relative; 
	margin:0 auto;
	z-index: -2;
}

@media screen and (max-width:1500px){
#demo-1 {
	min-height: 450px;
}
}

@media screen and (max-width:480px){
#demo-1 {
	min-height: 540px;
}
}

.inner-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 0;
  right:0;
  margin: 0 auto;
  padding: 0 13px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }


/*  main2
------------------------------ */

.main2 {
	background: url("../img/top/main2bg.png") no-repeat bottom right;
}
@media screen and (max-width:480px){
.main2 { background: url("../img/top/main2bg_sp.png") no-repeat bottom center , #fefbfa; }
}


/*  reserve
------------------------------ */

.res {
	background: url("../img/top/check3.jpg") top center / 60px;
}

.r_box {
    background:rgba(255,255,255,0.6);
    border-radius: 15px;
	padding:20px 15px;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
}
.resimg {
	width: 65%;
}

/*  about
------------------------------ */

.abo-w { }

.cause {
	background: #a29281;
	padding: 10px 15px;
	color: white;
	font-weight: 500;
	text-align: center;
	border-radius: 100px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

/*  merit
------------------------------ */

.meritbg {
	background: url("../img/top/meri-bg1.png")no-repeat bottom left 10% / 200px  #f6f2ea;
}
@media screen and (max-width:500px){
.meritbg {
	background: url("../img/top/meri-bg1.png")no-repeat bottom center/ 80px  #f6f2ea;
}
}

.frame {
	position: relative;
	padding: 10px ;
	border-radius: 400px 400px 10px 10px;
	border: solid 2px #d3b561;
	display: inline-block!important;
}
.frame img {
	border-radius: 400px 400px 0 0;
}

.num::before {
	position: absolute;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
	line-height: 1.7;
	top: -7%;
	left:40%;
}
@media screen and (max-width:1500px){
.num::before {
	width: 70px;
	height: 70px;
	font-size: 2.5rem;
	top: -6%;
	left:39%;
}
}

.num1::before {content: "01"; background:#d3b561; }
.num2::before {content: "02"; background:#d3b561; }
.num3::before {content: "03"; background:#d3b561; }
.num4::before {content: "04"; background:#d3b561; }
.num5::before {content: "05"; background:#d3b561; }
.num6::before {content: "06"; background:#d3b561; }

.textbox-b-r {
	background-color: #fff;
	padding: 0 15px;
	border-radius: 0 0 10px 10px;
}


/*  Feature
------------------------------ */

.po1 {background: url("../img/top/po1.png")no-repeat right 20px center / 50% ;}
.po2 {background: url("../img/top/po2.png")no-repeat right 20px center / 50% ;}
.po3 {background: url("../img/top/po3.png")no-repeat right 20px top / 50% ;}
.po4 {background: url("../img/top/po4.png")no-repeat right 20px bottom / 50% ;}

@media screen and (max-width:768px){
.po1 , .po2 , .po3 , .po4 {	background:none; }
}


/*  ortho
------------------------------ */

.orthobg {
	background: url("../img/top/orthobg.png")no-repeat top center / cover ,rgba(255,255,255,0.8);
}


/*  flow
------------------------------ */

.flowbg {
	background: url("../img/top/flowbg.png")no-repeat bottom center , #e7e4df;
}

.flowrec,.flowrec-2{
	background: #fff;
	border-radius: 10px;
	padding:15px;
	position: relative;
	
}
.flowrec p,.flowrec-2 p{
	font-size: 15px;	
}
.flowrec::before {
	content: "";
	position: absolute;
	top: 45%;
	right: -35px;
	margin-top: -12px;
	border: 20px solid transparent;
	border-left: 20px solid #fff;
	z-index: 2;
}
@media screen and (max-width: 991px) {
.flowrec::before {
	top: auto;
	right: auto;
	margin-top: auto;	
	bottom: -40px;
	left: 48%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 20px solid #FFF;
}
}

.step{
	display: block;
	font-weight: 500;
	background-color: #a29281;
	color: #fff;
	letter-spacing: .1275rem!important;
	padding: 5px 15px;
	text-align: center;
	border-radius: 50px;
}


/*  case
------------------------------ */

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 10px 48px 10px 15px;
	cursor: pointer;
	margin: 0 0 1px 0;
}
.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;
	background: #FFFFFF;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
.cp_actab input:checked ~ .cp_actab-content {

	max-height: 90em;
}
@media screen and (max-width: 768px) {
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 250em;
}
}
.cp_actab label::after {
	line-height: 3.3;
	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(45deg);}


table.case{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:0px;
    empty-cells:show;
}
.case th{
	font-size: 14px;
	letter-spacing: 0.1em!important;
    padding:10px;
    text-align:center;
	color: #333;
	font-weight: 500;
	border-left: none;
}
.case td{
	font-size: 14px;
	color: #333; 
	padding: 10px;
	font-weight: 500;
}
.case td ul li{
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width:480px){
	.case th,.case td{
	width: 100%;
	font-size: 14px;
	display: block;
	}
}


/*  price
------------------------------ */

.pricebg { background: url("../img/top/dot.png") repeat-y top center / 100% , #E2D5C7; }


/*  doctor
------------------------------ */

.radius-d { border-radius: 400px 400px 10px 10px!important; }

.disc-cus,.disc-cus-2{
	list-style: none!important;
	font-weight: 400!important;
	padding: 0 0 0 5px;
}
.disc-cus li,.disc-cus-2 li{
	position: relative;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 0.9375rem;
	padding: 0 0 0 20px;
}
.disc-cus li::before,.disc-cus-2 li::before{
    position:  absolute; 
	content:  "";    
    width:  9px;               
    height:  9px;
	left:0;
    top: 8px;   
    border-radius:  50%;        
}
.disc-cus li::before {background-color: #a29281;}
.disc-cus-2 li::before {background-color: #d3b561;}


/*  st
------------------------------ */

.st {
	position: relative;
	overflow: hidden;
	padding: 25px 0 ;
}
.st::before {
	content: '';
	position: absolute;
	top: -10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-bottom: 2px dashed #fff;
	z-index: 1;
	pointer-events: none;
}
.st::after {
	content: '';
	position: absolute;
	top: 10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-top: 2px dashed #fff;
	z-index: 1;
	pointer-events: none;
}

.st1 {
	position: relative;
	overflow: hidden;
	padding: 25px 0 ;
}
.st1::before {
	content: '';
	position: absolute;
	top: -10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-bottom: 4px dotted #fff;
	z-index: 1;
	pointer-events: none;
}
.st1::after {
	content: '';
	position: absolute;
	top: 10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-top: 4px dotted #fff;
	z-index: 1;
	pointer-events: none;
}
.st2,.st2-2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
    border-bottom: 3px solid #e3e3e3;
 	font-weight: bold;
}
.st2 { border-bottom: 3px solid #a29281; }
.st2-2 { border-bottom: 3px solid #e3e3e3; }

.st2 span,.st2-2 span {
	position: relative;
	z-index: 2;
}
.st2::before,.st2-2::before {
	content: attr(data-en);
	position: absolute;
	bottom: -1.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: rgba(156,130,89,0.20);
	font-size: 1.25em;
	text-transform: uppercase;
	font-family: 'Oooh Baby', cursive;
 	font-weight: 600;
}
.st2::after , .st2-2::after {
	content: '';
	width: 30%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;
}
.st2::after {	background-color: #d3b561; }
.st2-2::after {	background-color: #d3b561; }

@media only screen and (max-width: 480px) {
.st2::before,.st2-2::before {
	bottom: -1.5em;
	font-size: 1em;
}
}


.st3 {
  font-weight: bold;
  background-color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
	text-align: center;
	border-radius: 20px 20px 0 0;
	border:3px solid #4c9ac0;
  color: #4c9ac0;
}
.st3::after {
  content: '';
  background-color: #4c9ac0;
  width: calc(100% + 6px);
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: -3px;
}

.stm {
  position: relative;/*相対位置*/
  padding-left: 1em;/*アイコン分のスペース*/
  line-height: 1.0;/*行高*/
  color: black;/*文字色*/
}
.stm:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 0.625em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0.8em;/*アイコンの位置*/
}
.stf {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px;
	line-height: 1.5;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.stf::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stfc1{background-color: #e7e4df;}
.stfc1::before{border-color:  #e7e4df transparent transparent transparent;}
.stfc2{background-color: #a29281;}
.stfc2::before{border-color:  #a29281 transparent transparent transparent;}
.stfc3{background-color: #c4c9cd;}
.stfc3::before{border-color:  #c4c9cd transparent transparent transparent;}
.stfc4{background-color: #8a6500;}
.stfc4::before{border-color:  #8a6500 transparent transparent transparent;}
.stfc5{background-color: #d3b561;}
.stfc5::before{border-color:  #d3b561 transparent transparent transparent;}
.stfcw{background-color: #fff;}
.stfcw::before{border-color:  #fff transparent transparent transparent;}

.stf2 {
    position: relative;
	display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
	line-height: 1.5;
	border-radius: 10px 10px 0 0;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.stf2::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.stf2-2 {
    position: relative;
	display: inline-block;
	background-color: #ecc431;
    color: #7D6C36;
    text-align: center;
    padding: 15px;
	line-height: 1.5;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stf2-2:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #ecc431 transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.st4 {
	position: relative;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #FFD764 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}
.st4-2 {
	position: relative;
    padding: 0.5em 0 0.7em;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #1f96ce 3px 6px),repeating-linear-gradient(45deg, transparent 0 3px, #1f96ce 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom, top;
    font-weight: bold;
	line-height: 2;
}

.st5 {
	position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #71bca8 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}

.st7{
	position: relative;
	color: #fff;
	padding:0.4em 0.2em 0.4em 1.4em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: .05em;
}
.st7::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1em;
     height:2px;
     background-color:#fff;
}

.st8 {
	position: relative;
	padding: 0 50px;
	text-align: center;
	z-index: 0;
	line-height: 1;
}
.st8:before {
	position: absolute;
	top: calc(40% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #fff;
	z-index: -1;
	display: inline-block;
}
.st8:after {
	position: absolute;
	bottom: calc(60% - 10px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #fff;
	z-index: -2;
}
.st8 span {
	position: relative;
	padding: 0 1em;
	background: #FFD764;
	z-index: -1;
	display: inline-block;
}
.st8c1 span {
	background: #FFD764;
	border-radius: 10px;
	padding: 10px 20px;
}
.st8c2 span {
	background: #BFDBD4;
	border-radius: 10px;
	padding: 10px 20px;
}

.st9 {
	position: relative;
	padding: 0 50px;
	text-align: center;
	z-index: 0;
	line-height: 1;
}
.st9:before {
	position: absolute;
	top: calc(40% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #000;
	z-index: -1;
	display: inline-block;
}
.st9:after {
	position: absolute;
	bottom: calc(60% - 10px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #a9d62b;
	z-index: -2;
}
.st9 span {
	position: relative;
	padding: 0 1em;
	background: #b2d8e5;
	z-index: -1;
	display: inline-block;
}
.st9c1 span {
	background: #b2d8e5;
	border-radius: 10px;
	padding: 10px 20px;
}
.st9c2 span {
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px;
}

table.com{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:6px;
    empty-cells:show;
}
.com th{
	font-size: 16px;
	letter-spacing: 0;
    padding:12px;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.com td{
	font-size: 16px;
	color: #333; 
	padding: 12px;
	font-weight: 500;	
	text-align: right;
	letter-spacing: 0;
}

table.comno{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:6px;
    empty-cells:show;
}
.comno th{
	font-size: 16px;
	letter-spacing: 0;
    padding:12px;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.comno td{
	font-size: 16px;
	color: #333; 
	padding: 12px;
	font-weight: 500;	
	text-align: right;
	letter-spacing: 0;
}
@media screen and (max-width:480px){
	.com th,.com td{
		width: 100%;
		font-size: 14px;
		display: block;
		padding: .6em;
	}
	.comno th,.comno td{
		font-size: 14px;
		padding: .6em;
	}
}
table.com2{
	margin:0 auto;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:6px;
    empty-cells:show;
}
.com2 th{
	font-size: 14px;
	letter-spacing: 1px;
    padding:1em;
    text-align:center;
	color: #333;
}
.com2 td{
	font-size: 14px;
	color: #333; 
    padding:1em;
}
.bgpt{background: url("../img/top/pt.png") repeat center / 5%;}
@media screen and (max-width:480px){.bgpt{background: url("../img/top/pt.png") repeat center / 10%;}}
.bgpt2{background: url("../img/top/pt2.png") repeat center / 5%;}
@media screen and (max-width:480px){.bgpt2{background: url("../img/top/pt2.png") repeat center / 10%;}}
.bgpt3{background: url("../img/top/pt3.png") repeat center / auto;}
@media screen and (max-width:480px){.bgpt3{background: url("../img/top/pt3.png") repeat center / auto;}}

.disc{
	list-style: disc!important;
	color: #45340C;
	font-weight: 400!important;
}
.disc li{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 0.9375rem;
}
.disc2 li{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 0.9375rem;
}



.radius-b{
	border-radius:20px;
}
.wrap{
	position: relative;
}
#pic{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#picin{
	position: relative;
	clear:both;
	margin:0 auto;
	padding:0;
}
#pict{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
#pict{
	width: 20%;
    text-align: center;
	padding-bottom:40px;
}
@media screen and (max-width:480px){
	#pict{
		width: 80%;
		padding-bottom:10px;
	}
}
#pic ul,#pic li {
	float:left;
	list-style: none;
	margin: 0;
	padding:0;
}
#back-top{
	position: fixed;
	bottom: 5vh;
	right: 1.5%;
	z-index: 9999;
}
#back-top a{
	width: 100px;
	height: 100px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width:480px){
	#back-top{
		position: fixed;
		bottom: 8vh;
		right: 3%;
		z-index: 9999;
	}
	#back-top a{
		width: 70px;
		height: 70px;
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
}
.apb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1.2em;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 10px;
}
.apb::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  width: calc(100% - 0.8em);
  height: calc(100% - 0.8em);
  border: 4px dotted #fff;
  transition: 0.2s;
  border-radius: 10px;
}
.apb:hover::before {
  top: 0.5em;
  left: 0.5em;
  width: calc(100% - 1.2em);
  height: calc(100% - 1.2em);
}
.apb:hover {color: #fff;}

.ap1 .apb  {background-color: #f9c12f;}
.ap2 .apb  {background-color: #1f96ce;}
.ap3 .apb  {background-color: #71bca8;}

.supt{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #553817;
	font-weight: 700;
}
.supt:before, .supt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #553817;
}
.supt:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.supt2{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #f9c12f;
	font-weight: 700;
}
.supt2:before, .supt2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 4px;
  background-color: #f9c12f;
}
.supt2:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt2:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.supt3{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #1f96ce;
	font-weight: 700;
}
.supt3:before, .supt3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 4px;
  background-color: #1f96ce;
}
.supt3:before {
  left:-10px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt3:after {
  right:10px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.supt4{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #573B28;
	font-weight: 700;
}
.supt4:before, .supt4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #573B28;
}
.supt4:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt4:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}


.tit{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
.tit::before,.tit::after{
	content: "";
	width: 30%;
	height: 40px;
}
.tit::before {
	margin-right: 20px;
}
.tit::after {
	margin-left: 20px;
}

.tita::before,.tita::after{
	background: url("../img/top/tit.png") no-repeat center / contain;
}
@media screen and (max-width:768px){
.tit::before,.tit::after{
	content: "";
	width: 25%;
	height: 50px;
}
.tit::before {
	margin-right: 20px;
}
.tit::after {
	margin-left: 20px;
}

.tita::before,.tita::after{
	background: url("../img/top/tit.png") no-repeat center / contain;
}
}
@media screen and (max-width:480px){
.tit {
	flex-direction: column;
}

.tit::after{
	content: "";
	width: 65%;
	height: 40px;
	margin-top:10px;
}
	.tit::before {
	margin-right: inherit;
	width: inherit;
	height: inherit;
	background: none;
}
}

.line01 span:after {
    background: radial-gradient(circle farthest-side, #FFF4BB, #FFF4BB 60%, transparent 60%, transparent);
    background-size: 10px;
    content: '';
    display: block;
    height: 10px;
    width: 100%;
}

.border-d{border: double 10px #a9d62b;}

.border-d2{border: double 10px #1f96ce;}

#child{
	position: relative;
	z-index: 0;
	padding-top: 1.6em;
}
#child::before{
	content: "";
	position: absolute;
	margin: auto;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	height: 204px;
	width: 100%;
	background: url("../img/top/chibg.png") no-repeat center top / contain;
	z-index: -1;
}
#child p{
	font-size: 16px;
}
@media screen and (max-width: 576px){
	#child{
		padding-top: .5em;
	}
	#child::before{
		margin: auto;
		top:-.6em;
		background: url("../img/top/chibg.png") no-repeat center top / contain;
		height: 200px;
		width: 118%;
	}
	#child p{
		font-size: 14px;
	}
}
.stsec{
	height: 42px;
	border: none;
}
.stsec::before{
	position: absolute;
	content: "";
	botom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/top/sec.png") repeat-x center bottom / 80%;
	width: 100%;
	height: 42px;
}
@media screen and (max-width: 480px){
	.stsec::before{
		background: url("../img/top/sec.png") repeat-x center bottom / 200%;
	}
}
.box{
    padding: 20px 15px 15px;
	border-radius: 0 0 10px 10px;
}

.bord2{border: 8px dotted #1f96ce;}
@media screen and (max-width: 480px){
	.bord2{border: 6px dotted #1f96ce;}
}

.bord3{border: 8px dotted #a29281;}
@media screen and (max-width: 480px){
	.bord3{border: 6px dotted #f9c12f;}
}

.bord4{border: 8px dotted #8dd06c;}
@media screen and (max-width: 480px){
	.bord{border: 6px dotted #8dd06c;}
}


.bg-price {
	background: url("../img/top/aboutbg.jpg") top center / 100%;
}

#map {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius:20px ;
	overflow: hidden;
}
@media only screen and (max-width:991px){
#map {
	height: 450px;
}
}

.sidenet{
	margin:0;
	padding:0;
	opacity: 0.95;
	z-index: 999999!important;
	position: relative;
}
.net1 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 180px;
}
.net2 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 310px;
}
.net3 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 440px;
}
@media screen and (max-width:480px){
	.sidenet,.net1,.net2,.net3{display: none;}
}

.servbig{
	width: 45%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain!important;
    position: absolute;
    top: 0!important;
}
.servbr{
	right: 0;
	background-position:right top;
}
.servbl{left: 20%!important;background-position:left bottom!important;}

@media only screen and (max-width: 480px) {
.servbig{
    position: absolute;
	width: 100%!important;
	height: 300px;
	background-position:top;
}
}

.mainimg {
	width: 80vw;
}

.textbox-br {
	background-color: #fff;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}


.List-Item-Content {
	position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
	z-index: 1;
	font-weight: 600;
}

.List-Item-Content .col-2{
	position: relative;
}
.List-Item-Content .col-2::before {
	content: "";
  position: absolute;
  top: 50%!important;
  left: calc(50% - 1px);
  transform: translate(-50%,-50%);
  width: 2px;
  height: 100%;
	z-index: -1;
}
.List-Item-Content.fl1 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl2 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl3 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl4 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl5 .col-2::before {background: #1f96ce;}

@media screen and (max-width: 540px) {
  .List-Item-Content {
    flex-wrap: wrap;
  }
}
.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 36px;
	background: #1f96ce;
}
@media screen and (max-width: 480px) {
  .List-Item-Content-Number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
  }
}


.circle_number {
	width: 40px;
	height: 40px;
	padding-top: 1px;
	background-color: #1f96ce;
	border-radius: 50%;
	text-align: center;
	color:#fff;
	font-size: 24px;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 500;
	
}

.pedit {
	position: relative;
	z-index: 1;
	color: #fff;
	letter-spacing: 0.41em!important;
	margin-right: .2em;
}
.pedit::before{
	text-align: center;
	white-space: pre;
	content: "●●●●●●●●●●●";
	color: #569eb9;
	position: absolute;
	left: -.25em;
	width: 100%;
	z-index: -1;
	font-size: 2.125em;
	letter-spacing: -0.34em;
	line-height: .7;
}

.main_b {width: 400px;}

@media screen and (max-width: 480px) {
.main_b {width: 300px;}
}



ul.iconlist{
	list-style: none;
	padding-left: 1em; 
	margin: 0;
}
ul.iconlist li{
	position: relative;
	padding-left: 0.4em;
  font-weight: 500;
  color: #573B28;
	line-height: 1.3;
	margin:  0 0 10px;
}
ul.iconlist li:before{
position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	left: -1em!important;
	top:0.2em ;
	font-weight: 600;
	color:#628E4A;
}

