@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	color: #484644;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

a{text-decoration: none!important;
	color: #484644!important;}
a:hover{
	color:inherit!important;
}
a:hover img{
 opacity:.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
 }

img {
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}
p,li{
	color: #484644;
	font-size: 16px!important;
	line-height: 2!important;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}
@media only screen and (max-width: 1200px) {
p,li{
	font-size: 14px!important;
}
}
li{line-height: 1.5!important;}
tr,th,td{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

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

.fuchi {
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*==================topbg==================*/

.topbg{
	background-image: url("../img/top/docbg2.webp");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
}
@media screen and (max-width:1400px){
.topbg{
	background-image: url("../img/top/docbg2.webp");
	background-size:contain;
	background-position: bottom left;
}
}
@media screen and (max-width:991px){
.topbg{
	background-image: url("../img/top/docbg2sp.webp");
	background-size: 420px;
	background-position: bottom 50px right;
}
}
@media screen and (max-width:576px){
.topbg{
	background-image: none;
}
}

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

.slidebg {
	position: relative;
	width: 100%;
	height: 800px;
}

.slidebg::before {
	position: absolute;
	content: "";
	width: 40%;
	height: 100%;
	right: 0;
	top:80px;
	background: url("../img/top/slidelogo3.webp")no-repeat top right / 100% ;
	z-index: 2;
}
@media screen and (max-width:768px){
.slidebg { height: 550px; }
.slidebg::before {
	width: 50%;
	top:50px;
}
}
@media screen and (max-width:576px){
.slidebg { height: 600px; }
.slidebg::before {
	width: 100%;
	top:60px;
}
}

#slider-wrap{
	position: absolute;
	top: 125px;
	right: 0;
	left: 0;
	margin: 0 auto ;
	z-index: 1;
    width:90%;
    height: 800px;
}
#slider-wrap::after{
	content: "";
	position: absolute;
	bottom: 40px;
	right: 40px;
	width:12%;
	height: 100%;
	background-image: url("../img/top/slidep.webp");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#slider-area{
	position: relative;
    width:100%;
    height: 100%;
	overflow: hidden;
	background-color: #ccc;
	border-radius: 50px;
}
#slider-area::after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0px;
	width:48%;
	height: 100%;
	background: url("../img/top/slidebg.webp") no-repeat bottom left / 100%;
}

#slider-area #slider{
	position: absolute;
	z-index: 0;
    width:100%;
    height:100%;
	overflow: hidden;
}
@media screen and (max-width:1400px){
#slider-wrap{
    height: 600px;
}
#slider-area{
	border-radius: 30px;
}
#slider-wrap::after{
	bottom: 20px;
	right: 20px;
}
}
@media screen and (max-width:768px){
#slider-wrap{
	top: 80px;
    height: 450px;
}
#slider-wrap::after{
	width:15%;
}
#slider-area::after{
	bottom: -20px;
	width:55%;
}
}

@media screen and (max-width:576px){
#slider-wrap{
	top: 100px;
    height: 500px;
}
#slider-wrap::after{
	bottom: 60px;
	right: 10px;
	width:90px;
}
#slider-area::after{
	bottom: 0;
	width:100%;
	background: url("../img/top/slidebgsp.webp") no-repeat bottom left / 100%;
}
}

.slider-wrapper {
	display: flex;
	height: 100%;
	background-color: rgba(255,255,255,.00);
}

.text-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide-item {
	position: absolute;
	width: 100%;
	bottom: 45px;
	left: 5%;
	font-weight: bold;
	color:#825121;
	font-family:  'Zen Kaku Gothic New', sans-serif;
	line-height: 1.4!important;
	opacity: 0; /* 最初は透明 */
	z-index: 2;
}
@media screen and (max-width:1400px){
.slide-item {
	bottom: 5px;
}
}
@media screen and (max-width:576px){
.slide-item {
	bottom: 5px;
	left: 8%;
}
}

/* 文字を4秒ずつずらして出す設定（再掲） */
.slider-wrapper.is-active .slide-item {
    animation-name: fuwaFade;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

/* 1枚目もすぐに出さず、1.5秒待機させてからフェードインさせる */
.slider-wrapper.is-active .slide-item:nth-child(1) { animation-delay: 0.5s; }
.slider-wrapper.is-active .slide-item:nth-child(2) { animation-delay: 4.7s; } /* 4s + 1.5s */
.slider-wrapper.is-active .slide-item:nth-child(3) { animation-delay: 9s; } /* 8s + 1.5s */

/* アニメーションの中身 */
@keyframes fuwaFade {
    0%   { opacity: 0; }
    8%   { opacity: 1; }  /* 少しゆっくり出る */
    28%  { opacity: 1; }  /* 表示時間を長めに維持 */
    35%  { opacity: 0; }  /* 画像が切り替わりきる頃に消える */
    100% { opacity: 0; }
}


/*==================What's new==================*/

.wnt{position: absolute;top:-1.2em;left:-0.4em;width: 100%;color: #BFBFBF;padding: 0 20px;}
.wnt2{
	position: relative;
	line-height: 1.5!important;
	padding: 0 0 0 10px;
	font-weight: 500;
	color:#727171;
}
.wnt2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color:#72dff7;
	height: 100%;
	width: 4px;
	border-radius: 2px;
}

.new_frame{
	width:100%;
	height: calc(100% - 60px);
	overflow:auto;
	border-radius:20px;
	padding: .5em .8em;
}
.cal_frame{
	border-radius:20px 20px 0 0;
}

.new_frame dt,.new_frame dd,.cal_frame th,.cal_frame td{
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
}

/*==================Message==================*/ 

#mainbg{
	position: relative;
	background-image: url("../img/top/messbg.webp");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30%;
}
#mainbg p{position: relative;z-index: 1;}

#messt{
	position: relative;
	z-index: 1;
	letter-spacing: 0.1em;
}
#messt::after{
	content: "Consept";
	position: absolute;
	top: -0.9em;
	left:-0.4em ;
	color: #F8BDCC;
	font-family: "Playwrite AU SA", cursive!important;
	font-size: 2.5em;
	letter-spacing: 0;
	transform-origin:bottom left;
    transform: rotate(-15deg);
	z-index: -1;
	font-weight: 300;
}

@media screen and (max-width:1400px){
#mainbg{
	background-image: url("../img/top/messbg.webp");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30%;
}
}
@media screen and (max-width:768px){
#mainbg{
	background-image: url("../img/top/messbg.webp");
	background-position: right 30px top 200px;
	background-repeat: no-repeat;
	background-size: 30%;
}
}
@media screen and (max-width:576px){
#mainbg{
	background-image: url("../img/top/messbg.webp");
	background-position: center bottom 600px;
	background-repeat: no-repeat;
	background-size: 80%;
}
#messt{
	margin: 200px 0 0;
}
#messt::after{
	top: -1.1em;
	left: -0.05em;
    transform: rotate(-20deg);
	z-index: -1;
	font-size: 2.9em;
}
}



/*==================family contents==================*/

.family{
	position: relative;
	background: linear-gradient(0deg,rgba(251, 247, 238,1.00) 0%, rgba(255,255,255,1.00) 100%);
	padding: 140px 0 0px;
}
.family::before{
	content: "";
	position: absolute;
	top:0;
	right:0;
	height: 100%;
	width: 100%;
	background-image:url("../img/top/familybg.webp");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
}
.family::after{
	content: "";
	position: absolute;
	top:350px;
	right:0;
	height: 100%;
	width: 100%;
	background-image:url("../img/top/familybg2-2.webp");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
@media screen and (max-width:1400px){
.family::before{
	right:0;
	height: 100%;
	width: 100%;
	background-image:url("../img/top/familybg.webp");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.family::after{
	top:350px;
	right:0;
	height: 100%;
	width: 100%;
	background-image:url("../img/top/familybg2-2.webp");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
}


@media screen and (max-width:576px){
.family{
	padding: 80px 0 0;
}
.family::before{
	left: 0;
	height: 100%;
	width: 100%;
	background-image:url("../img/top/familybgsp.webp");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top -70px center;
}
.family::after{
	top:270px;
	right:0;
	height: 100%;
	width: 100%;
	background-image:url("../img/top/familybgsp2-2.webp");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
}


.merit{
	position: relative;
	border-radius: 0 80px 0 0;
}

.meritimg{
	border-radius: 0 70px 0 0;
}

.meritn{
	position: absolute;
	top:-1.15em;
	left:0;
	color:#BDBDBD;
}

.meritt{
	position: relative;
	background-color: #fff;
	border-radius: 200px;
	padding: 0.5em 1em;
	display: inline-block;
}
.meritt::before,.meritt::after{
	content: "";
	position: absolute;
	top:0;
	width: 400px;
	height: 100%;
	border: solid 2px #fff;
	border-radius: 200px;
}
.meritt::before{right: 100%;}
.meritt::after{left: 100%;}

.bg-gra-beige {
	background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 247, 238, 1) 100%);
}

/*==================child==================*/ 

.bg-beauty {
  background-image: linear-gradient(rgba(255,255,255,0.00),rgba(255,255,255,0.00) 40%, rgba(248,240,203,0.70) 40%, rgba(248,240,203,0.70));
}
@media screen and (max-width:480px){
.bg-beauty {
  background-image: linear-gradient(rgba(255,255,255,0.00) 20%, rgba(248,240,203,0.70)20%, rgba(248,240,203,0.70));
}
}

.bgtxt_bottom_r{
	position: absolute;
	bottom: 0;
	right: 20px;
	color: rgba(255,255,255,0.7);
	font-size:6em;
}
@media screen and (max-width:1200px) {
.bgtxt_bottom_r{ font-size: 3.5em; }
}

@media screen and (max-width:768px) {
.bgtxt_bottom_r{
	top: 3em;
	right: 30px;
	color: rgba(255,255,255,0.9);
	font-size: 4em;
	z-index: 1;
}
}
@media screen and (max-width:480px) {
.bgtxt_bottom_r{
	top: 4.5em;
	right: 10px;
	font-size: 3em;
}
}

.bg2{ position: relative; }
.bg2::before{
	position: absolute;
	content: "";
	width: 50%;
	height: 80%;
	top:0;
	bottom:0;
	left: 0;
	margin: auto;
	background: url("../img/top/c1.webp")no-repeat center top / cover ;
	border-radius: 0 500px 500px 0;
}
@media only screen and (max-width: 1200px) {
.bg2::before{ height: 70%; }
}

@media only screen and (max-width: 768px) {
.bg2{ padding-top: 300px; }
.bg2::before{
	width:75%;
	height: 300px;
	bottom:inherit;
}
}

@media only screen and (max-width: 480px) {
.bg2::before{ width: 95%;}
}

/*================== ortho & implant ==================*/ 

.radius-t-m { border-radius: 300px 300px 0 0 ; }

.bgtxt_left{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255,255,255,0.9);
	font-size: 6em;
	writing-mode: vertical-rl;
}
@media screen and (max-width:1200px) {
.bgtxt_left{
	top: 0.8em;
	font-size: 3.5em;
	writing-mode: horizontal-tb;
}
}
@media screen and (max-width:768px) {
.bgtxt_left{
	top: 1em;
	font-size: 3em;
}
}


.bgtxt_right{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255,255,255,0.9);
	font-size: 6em;
	writing-mode: vertical-rl;
}
@media screen and (max-width:1200px) {
.bgtxt_right{
	top: inherit;
	bottom: -0.8em;
	right: 10px;
	font-size: 3.5em;
	writing-mode: horizontal-tb;
}
}
@media screen and (max-width:768px) {
.bgtxt_right{ font-size: 3em;}
}


#ortho{
	background: -webkit-linear-gradient(0deg,rgba(216,238,245,1.00)45%,rgba(0,0,0,0)45%, rgba(0,0,0,0)40%,rgba(0,0,0,0)55%, rgba(228,243,220,1.00)55%);
	background: -o-linear-gradient(0deg,rgba(216,238,245,1.00)45%,rgba(0,0,0,0)45%, rgba(0,0,0,0)40%,rgba(0,0,0,0)55%, rgba(228,243,220,1.00)55%);
	background: linear-gradient(90deg,rgba(216,238,245,1.00)45%,rgba(0,0,0,0)45%, rgba(0,0,0,0)40%,rgba(0,0,0,0)55%, rgba(228,243,220,1.00)55%); 
	padding: 80px 0;
	overflow: hidden;
}

@media screen and (max-width: 480px) {
	#ortho{
	background: -webkit-linear-gradient(-90deg,rgba(216,238,245,1.00)40%,rgba(0,0,0,0)40%, rgba(0,0,0,0)40%,rgba(0,0,0,0)60%, rgba(228,243,220,1.00)60%);
	background: -o-linear-gradient(-90deg,rgba(216,238,245,1.00)40%,rgba(0,0,0,0)40%, rgba(0,0,0,0)40%,rgba(0,0,0,0)60%, rgba(228,243,220,1.00)60%);
	background: linear-gradient(180deg,rgba(216,238,245,1.00)40%,rgba(0,0,0,0)40%, rgba(0,0,0,0)40%,rgba(0,0,0,0)60%, rgba(228,243,220,1.00)60%); 
}
}

.supt2,.supt2-2,.supt2-3{
	position: relative;
	display: inline-block;
	padding: 0 40px 10px;
	font-weight: 600;
}
.supt2 {color: #825121;}
.supt2-2 {color: #ffb02d;}
.supt2-3 {color: #57a6e5;}

.supt2:before, .supt2:after ,.supt2-2:before, .supt2-2:after,.supt2-3:before, .supt2-3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 3px;
}
.supt2:before, .supt2:after {background-color: #825121;}
.supt2-2:before, .supt2-2:after {background-color: #ffb02d;}
.supt2-3:before, .supt2-3:after {background-color: #57a6e5;}

.supt2:before ,.supt2-2:before,.supt2-3:before {
  left: -10px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt2:after ,.supt2-2:after,.supt2-3:after {
  right: -10px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width:480px){
.supt2,.supt2-2,.supt2-3{
	padding: 0 35px 10px;
	font-weight: 600;
}
.supt2:before, .supt2:after ,.supt2-2:before, .supt2-2:after,.supt2-3:before, .supt2-3:after {
  width: 30px;
  height: 3px;
}
}

/*==================Medical==================*/ 

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

.fb {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	align-items:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.fbitem {
	width: calc(100% / 3);
	box-sizing: border-box;
}
.fbitem a:hover {
	opacity: 1!important;
}

@media only screen and (max-width: 991px) {
.fbitem {width: calc(100% / 2);}
}
@media only screen and (max-width: 480px) {
.fbitem {width: calc(100% / 1);}
}


.icon {
	position: relative;
	width: 95%;
	left: 3px;
	padding: 30px 20px ;
	background-color:#fff;
	text-align: center;
	border-radius: 10px;
	font-family: 'Zen Kaku Gothic New', sans-serif!important;
	font-weight: 600;
	box-shadow: 2px 2px 12px -6px rgba(0,0,0,0.4);
}
.icon::after{
	position: absolute;
	content: '';
	bottom: 12px;
	right: 12px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 10px transparent;
	border-bottom: solid 10px #825121;
}
.icon:hover::after {
	border-left: solid 20px transparent;
	border-bottom: solid 20px #825121;
	transition: 0.3s;
}

.icon:hover img {
	opacity: 1!important;
}

.icon:hover {
	width: 92%;
/*	background-color: #FDF3F7;*/
	transition-duration: 0.3s;
}

@media only screen and (max-width: 1200px) {
.icon {	
	margin: 0 10px;
	padding: 20px 0px; 
}
.icon img {	width: 80px;}
}
@media screen and (max-width:480px){
.icon {	
	margin: 0 5px;
	padding: 20px 0px; 
}
.icon img {	width: 75px;}
}

.sts::first-letter { color: #ef8da1;
}

@media screen and (max-width:768px){
.mlogo{
	background: url("../img/top/mlogo_sp.webp") no-repeat bottom right / 35% ;
}
}
@media screen and (max-width:480px){
.mlogo{
	background: url("../img/top/mlogo_sp.webp") no-repeat bottom right / 50% ;
}
}

/*==================Clinic Gallery==================*/ 

.clinicb{
	position: absolute;
	margin: auto;
	width: 250px;
	bottom:-300px ;
	right:0 ;
	left: 0;
	z-index: 9;
}

@media screen and (max-width:1200px){
.clinicb{
	width:180px;
	bottom:-350px ;
}
}
.infiniteslide ul{
	margin: 0;
	padding: 0;
}
.infiniteslide li{
	list-style: none;
	float: left;
	margin: 0;
}

.s-btn {
	position: relative;
	display: block;
	margin: 0 auto!important;
	padding: 10px 10px;
	text-align: center;
	border-radius: 8px ;
	transition: .3s;
	font-size: 1rem;
	font-weight: 500;
}
@media only screen and (max-width: 480px) {
.s-btn {
	font-size: 0.875rem;
}
}

.sbtnc1 {background: #F4D77F; border: 3px solid #F4D77F; color: #fff!important;}
.sbtnc1:hover {background: #ccc; border: 3px solid #ccc; color:#fff!important;}
.sbtnc2 {background: #FFC578; border: 3px solid #FFC578; color:#fff!important;}
.sbtnc2:hover {background: #CCCCCC; border: 3px solid #CCCCCC; color:#fff!important;}
.sbtnc3 {background: #9DDAF6; border: 3px solid #9DDAF6; color:#fff!important;}
.sbtnc3:hover {background: #CCCCCC; border: 3px solid #ccc; color:#fff!important;}
.sbtnc4 {background: #C2E8B9; border: 3px solid #C2E8B9; color:#fff!important;}
.sbtnc4:hover {background: #CCCCCC; border: 3px solid #CCCCCC; color:#fff!important;}
.sbtnc5 {background: #F1BDC7; border: 3px solid #F1BDC7; color:#fff!important;}
.sbtnc5:hover {background: #CCCCCC; border: 3px solid #CCCCCC; color:#fff!important;}
.sbtnc6 {background: #B1E5D9; border: 3px solid #B1E5D9; color:#fff!important;}
.sbtnc6:hover {background: #CCCCCC; border: 3px solid #CCCCCC; color:#fff!important;}
.sbtnc7 {background: #E3CAE9; border: 3px solid #E3CAE9; color:#fff!important;}
.sbtnc7:hover {background: #CCCCCC; border: 3px solid #CCCCCC; color:#fff!important;}

.fa-position-right::before {
	position: absolute;
	content: "";
	top:31%;
	right:15px;
}

.btn-w {width: 40%;}
@media only screen and (max-width: 768px) {
.btn-w {width: 60%;}
}
@media only screen and (max-width: 480px) {
.btn-w {width: 90%;}
}


/*==================Counseling==================*/ 

.res {
	position: relative;
	background: url("../img/top/check3.jpg") bottom center / 60px;
}
.res::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(251, 247, 238, 1) 100%);
}

.ribon , .ribon2 {
	position: relative;
	padding:20px 0;
	z-index: 2;
	top: 0px;
}
.ribon::before , .ribon2::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 110%;
	top: 1px;
	z-index: -1;
}
.ribon::before {background: url("../img/top/ribon.webp")no-repeat center center/contain;}
.ribon2::before {background: url("../img/top/ribon2.webp")no-repeat center center/contain;}


.border-s-red {border: 4px solid #F4B2B2;}

.value,.value2,.value3,.value4,.value5,.value6 {
	position: relative;
	align-content: center;
	text-align: center;
	border: dashed 2px white;
	padding: 10px;
	color:#fff;
	width: 100%;
}

/*==================Feature==================*/ 

.pobg {
	overflow: hidden!important;
}
.pobg::before {
	position: fixed;
	content: "";
	height: 100vh;
	width: 100vw;
	z-index: -1;
	top:0;
	left: 0;
	background: url("../img/top/pobg2.webp") no-repeat center top / cover;
}

.pointh , .pointh3, .pointh5 {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 12px 30px 16px 0;
	margin-bottom: 15px;
}
.pointh::before , .pointh3::before, .pointh5::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	z-index: -2;
}

.pointh::before {
	background-color: #f9e5e9;
	border-bottom: 4px solid #eeadba;
}
.pointh3::before {
	background-color: #d8eef5;
	border-bottom: 4px solid #7ecef4;
}
.pointh5::before {
	background-color: #dbede9;
	border-bottom: 4px solid #88d7c5;
}


.pointh2 , .pointh4 {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 12px 0 16px 16px;
	margin-bottom: 15px;
}
.pointh2::before , .pointh4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: -2;
}
.pointh2::before {
	background-color: #fae4c7;
	border-bottom: 4px solid #ffb046;
}
.pointh4::before {
	background-color: #f9f2d5;
	border-bottom: 4px solid #f1ca53;
}



@media only screen and (max-width: 991px) {
.pointh,.pointh2,.pointh3,.pointh4,.pointh5{display: block; padding: 10px;}
.pointh::before,.pointh2::before,.pointh3::before,.pointh4::before,.pointh5::before{width: 100%;}
.poi::after{
  left: 0;
  bottom: calc(100% + 145px);
	width: 140px;
	height: 140px;
}
}

.concbg{
	position: relative;
}

.conc1bg,.conc2bg,.conc3bg,.conc4bg,.conc5bg{
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
	z-index: 1;
}
.conc1bg,.conc3bg,.conc5bg{
	background-position:bottom left
}
.conc2bg,.conc4bg{
	background-position:bottom right;
}
.conc1bg{background-image: url("../img/top/conbg1.webp");}
.conc2bg{background-image: url("../img/top/conbg2.webp");}
.conc3bg{background-image: url("../img/top/conbg3.webp");}
.conc4bg{background-image: url("../img/top/conbg4.webp");}
.conc5bg{background-image: url("../img/top/conbg1.webp");}

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

.conc1{
	right: 0;
	border-radius: 600px 0 0 600px;
}
.conc2{
	left: 0;
	border-radius:0 600px 600px 0;
}

@media screen and (max-width:991px){
.concbg{
	margin: 300px 0 0!important;
}
	
.conc1,.conc2{
	width: 70%;
	height: 350px;
    top: 0;
	right: 0;
	left: inherit;
	border-radius: 600px 0 0 600px;
}
}

@media screen and (max-width:576px){
.concbg{
	margin: 250px 0 0!important;
}
.conc1bg{background-image: url("../img/top/conbg1sp.webp");}
.conc2bg{background-image: url("../img/top/conbg2sp.webp");}
.conc3bg{background-image: url("../img/top/conbg3sp.webp");}
.conc4bg{background-image: url("../img/top/conbg4sp.webp");}
.conc5bg{background-image: url("../img/top/conbg1sp.webp");}
.conc1bg,.conc3bg,.conc5bg{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top 100px center;
}
.conc2bg,.conc4bg{
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top 100px center;
}
	
.conc1,.conc2{
	width: calc(100% - 30px);
	height: 250px;
    top: 0;
}
.conc1{
	right: 0;
	border-radius: 600px 0 0 600px;
}
.conc2{
	left: 0;
	border-radius:0 600px 600px 0;
}
}

.color-gra-o{ background: linear-gradient( #fae4c7 , #ffb046);
 			 background: -webkit-linear-gradient( #fae4c7 , #ffb046);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent!important;}
.color-gra-b{ background: linear-gradient( #d8eef5 , #7ecef4);
 			 background: -webkit-linear-gradient( #d8eef5 , #7ecef4);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent!important;}
.color-gra-y{ background: linear-gradient( #f9f2d5 , #f1ca53);
 			 background: -webkit-linear-gradient( #f9f2d5 , #f1ca53);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent!important;}
.color-gra-g{ background: linear-gradient( #e4f3dc , #b4dfa9);
 			 background: -webkit-linear-gradient( #e4f3dc , #b4dfa9);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent!important;}
.color-gra-g2{ background: linear-gradient( #dbede9 , #88d7c5);
 			 background: -webkit-linear-gradient( #dbede9 , #88d7c5);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent!important;}
.color-gra-pu{ background: linear-gradient( #f0e6f3 , #dab7e2);
 			 background: -webkit-linear-gradient( #f0e6f3 , #dab7e2);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent!important;}

.bg-color-white-o-gra {
	background: #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.85) 100%);
}

.bg-color-pink-o-gra {
	background: #FFEEEE;
	background: linear-gradient(0deg, rgba(255, 238, 238, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
}

/*==================Service==================*/ 
.serv{
	position: relative;
	background-image: url("../img/top/servbg.webp"),url("../img/top/check3.jpg");
	background-repeat: no-repeat, repeat;
	background-position: top right -200px,top center;
	background-size: 1000px,60px;
}
@media only screen and (max-width:1400px) {
.serv{
	background-image: url("../img/top/servbg.webp"),url("../img/top/check3.jpg");
	background-size: 600px,60px;
}
}

@media only screen and (max-width:567px) {
.serv{
	background-image: url("../img/top/servbg.webp"),url("../img/top/check3.jpg");
	background-position: top right -100px,top center;
	background-size: 100%,60px;
}
}

.poli{
	position: relative;
}

.polit{
	position: relative;
	display: inline-block;
	padding: 20px 60px 20px 0;
	color:#fff;
}
.polit::before{
	content: "";
	position: absolute;
	width: 500px;
	height: 100%;
	top:0;
	right: 0;
	background-color: #79AEEB;
	border-radius: 0 200px 200px 0;
	z-index: -1;
}
@media only screen and (max-width:567px) {
	.polit{
	padding: 20px 60px 80px 0;
}
}

.servm{
	border-radius:400px 400px 20px 20px; 
	padding: 14px;
}

.servm1{border: 2px solid #ef8da1;}
.servm2{border: 2px solid #98bae2;}

.servmin{
	border-radius:400px 400px 20px 20px;
	overflow: hidden;
}

.servm1 .servmin{
	background-color: #FFF3F8;
	background-image: url("../img/top/pedbg1.webp"),url("../img/top/pedbg2.webp");
	background-position: bottom left,bottom right;
	background-repeat: no-repeat;
	background-size: 250px;
}
.servm2 .servmin{
	background-color: #F7FAFF;
	background-image: url("../img/top/orthbg1.webp"),url("../img/top/orthbg2.webp");
	background-position: bottom left,bottom right;
	background-repeat: no-repeat;
	background-size: 250px;
}

.servmint{
	position: relative;
	color: #616161;
}
.servm1 .servmint::after,.servm1 .servmint::before,.servm2 .servmint::after,.servm2 .servmint::before{
	content: "";
	position:absolute;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 2px;
	margin: auto;
}
.servm1 .servmint::after,.servm1 .servmint::before{background-color: #ef8da1;}
.servm2 .servmint::after,.servm2 .servmint::before{background-color: #98bae2;}
.servmint::after{bottom:-15px;width: 30%;}
.servmint::before{bottom:-25px;width: 20%;}

.servm1 .servb,.servm2 .servb{
	display: inline-block;
	position: relative;
	border-radius: 100px;
	color:#fff!important;
	padding:10px 20px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: normal;
	z-index: 1;
}
.servm1 .servb{background-color: #ef8da1;}
.servm2 .servb{background-color: #98bae2;}
.servb::after{
	content: "";
	position: absolute;
	left: -50vw;
	top: 22px;
	width: 100vw;
	height: 6px; 
	z-index: -1;
}
.servm1 .servb::after{background-color: #ef8da1;}
.servm2 .servb::after{background-color: #98bae2;}

.servmint1{
	position: relative;
}
.servmint1::before,.servmint1::after{
	content: "";
	position:absolute;
	height: 150px;
	width: 150px;
}
.servmint1::before{
	top: -60px;
	left: -40px;
	background-image: url("../img/top/pedt1.webp");
	background-size: contain;
}
.servmint1::after{
	top: -60px;
	right: -40px;
	background-image: url("../img/top/pedt2.webp");
	background-size: contain;
}

.servmint2{
	position: relative;
}
.servmint2::before,.servmint2::after{
	content: "";
	position:absolute;
	height: 100px;
	width: 100px;
}
.servmint2::before{
	top: -10px;
	left: 90px;
	background-image: url("../img/top/ortht1.webp");
	background-size: contain;
}
.servmint2::after{
	top: -10px;
	right: 100px;
	background-image: url("../img/top/ortht2.webp");
	background-size: contain;
}

@media only screen and (max-width:567px) {
.servm1 .servmin{
	background-size: 170px;
}
.servm2 .servmin{
	background-size: 150px;
}
.servmint1::before,.servmint1::after{
	height: 110px;
	width: 110px;
}
.servmint1::before{
	top: 0px;
	left: -20px;
}
.servmint1::after{
	top: 0px;
	right: -20px;
}
	
.servmint2::before,.servmint2::after{
	height: 80px;
	width: 80px;
}
.servmint2::before{
	top: -10px;
	left: 10px;
}
.servmint2::after{
	top: -10px;
	right: 15px;
}
	
.servb::after{
	content: "";
	position: absolute;
	left: -20vw;
	top: 22px;
	width: 150vw;
	height: 6px;
	background-color: #D0AB7A; 
	z-index: -1;
}
}

.servi{
	width: calc(100% / 4)!important;
	padding: 10px;
}
.servi img{
	margin: 0 0 10px;
}
@media only screen and (max-width:567px) {
.servi{
	width: 50%!important;
}
}

.serviin{
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}
.serviin::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-bottom: 16px solid #D0AB7A;
	border-left: 16px solid transparent;
	border-radius: 4px;
}

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

.time {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
}
.time tr {
	border-bottom: 1px solid #ef8da1;
	color: #F3B0BE;
	text-align: center;
	vertical-align: middle;
}
.time tr:first-child {
	border-bottom: none;
}
.time th {
	background-color: #fff;
	padding:.5em 2px;
	word-break: break-all;
	white-space: nowrap;
	text-align: center;
	color: #ef8da1;
	font-weight: bold;
}
.time td {
	padding:.5em 2px;
	word-break: break-all;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0;
	background: #fff;
}
@media only screen and (max-width: 768px) {
	.time tr {
		font-size: .9em;
		letter-spacing: 0;
	}
	.time th {
		font-size: 1em;
		letter-spacing: 0;
		padding:.5em 2px;
	}
	.time td {
		padding:.5em 2px;
		font-size: 1em;
		text-align: center;
		letter-spacing: 0;
	}
}

/*==================map==================*/ 

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

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

footer {
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	z-index: 9999;
}

.fmenu{
	margin:0!important;
	padding:0!important;
	display: none;
	}

@media only screen and (max-width:991px){
.fmenu {
	display: inline;
	margin:0;
	position: fixed;
    bottom:10px;
	padding:0;
	z-index: 99999;
}
.fmenu a{
	display:block;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}
#foot1,#foot2{
	float:left;
	width:44%;
}
#foot3{
	float:left;
	width:12%;
}
#foot4{
	float:left;
	width:88%;
}
}

@media only screen and (max-width:576px){
.fmenu {bottom:0;}
#foot1,#foot2{width:42.1875%;}
#foot3{width:15.625%;}
#foot4{width:84.375%;}
}

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

#back-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
#back-top a{
	width: 60px;
	height: 60px;
	background: rgba(198,198,198,0.85);
	display: block;
	color: #fff!important;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 24px;
}

@media screen and (max-width:991px){
#back-top{
	bottom: 90px;
	right: 2%;
}
}
@media screen and (max-width:576px){
#back-top{
	bottom: 50px;
}
#back-top a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
}

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

.fontg1 {font-family: 'Zen Kaku Gothic New', sans-serif!important;}
.fontg2 {font-family: 'Zen Maru Gothic', sans-serif!important; }
.fontg3 {font-family: "Oooh Baby", cursive!important; }
.fontg4 {font-family: "Kaisei Opti", serif!important; }
.fontg5 {font-family: "Playwrite AU SA", cursive!important; }

.lidisc{list-style: disc;}

.disc-cus,.disc-cus2{
	list-style: none!important;
	font-weight: 400!important;
	padding: 0 ;
	margin: 0 auto;

}
.disc-cus li,.disc-cus2 li{
	position: relative;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 0.9125rem!important;
	padding: 0 0 0 20px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}
	
.disc-cus li::before,.disc-cus2 li::before{
    position:  absolute; 
	content:  "";    
    width:  7px;               
    height:  7px;
	left:2px;
    top: 7px;   
    border-radius:  50%;        
}
.disc-cus li::before {background-color: #eeadba;}
.disc-cus2 li::before {background-color: #f1ca53;}

@media screen and (max-width: 480px) {
	ul.disc-cus li,ul.disc-cus2 li{font-size: 13px!important; }
}

.p-link { padding-top: 150px!important; margin-top: -150px!important; }

.marker {
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgba(255,245,133,0.75) 70%);
}

.txtbox {
	background-color: #fff;
	padding: 20px 20px;
}

.boxbg{
    padding: 40px 40px 30px;
}

@media only screen and (max-width:768px){
.boxbg,.txtbox {
    padding: 15px;
}
}


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

.btn1,.btn2 {
  position: relative;
  display: inline-block;
  padding: 0.25em 5%;
	margin:0;
  text-decoration: none;
  transition: .4s;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	z-index: 99;
}
.btn1::after,.btn2::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;
}

.btn1{
	background: #8fc31f;
}

.btn2{
	background: rgb(214,129,174,1.00);
background: linear-gradient(-45deg, rgba(221,144,184,1.00) 26%, rgba(239,201,222,1.00) 76%);
}

a.btn1,a.btn2{color: #fff!important;}

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

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
*/

/* 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: .5rem 2.5rem;
}

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

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: rgba(255,255,255,0.9);
	border: 1px solid #ccc;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #F39800;
  background: #fff;
	border: 1px solid #F39800;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
	position: relative;
  color: #fff;
  background: #8fc31f;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #8fc31f;
}
.s-btn--primary-bg::after {
	content: "";
	position: absolute;
	top:5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dotted #fff;
	border-radius: 50px;
}
.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #B0CD72;
  border-color: #8fc31f;
}
.s-btn--primary2-bg {
	position: relative;
  color: #fff;
  background: #61b47b;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #61b47b;
}
.s-btn--primary2-bg::after {
	content: "";
	position: absolute;
	top:5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dotted #fff;
	border-radius: 50px;
}
.s-btn--primary2-bg:focus, .s-btn--primary2-bg:hover {
  color: #fff;
  background: #98D1AA;
  border-color: #61b47b;
}
.s-btn--pink-bg {
  color: #fff;
  background: #e84688;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #e84688;
}
.s-btn--pink-bg:focus, .s-btn--pink-bg:hover {
  color: #fff;
  background: #EDB7CD;
  border-color: #e84688;
}
.s-btn--wine {
  color: #fff;
  background: #bf776e;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #bf776e;
}
.s-btn--wine:focus, .s-btn--wine:hover {
  color: #fff;
  background: #E9D0CD;
  border-color: #bf776e;
}
.s-btn--blue {
  color: #fff;
  background: #4baac5;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #4baac5;
}
.s-btn--blue:focus, .s-btn--blue:hover {
  color: #fff;
  background: #C3DBE3;
  border-color: #70abbe;
}

.s-btn--primary-bg2 {
  color: #fff;
  background: #B0A98F;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #B0A98F;
}

.s-btn--primary-bg2:focus, .s-btn--primary-bg2:hover {
  color: #fff;
  background: #D8D2BD;
  border-color: #B0A98F;
}

.s-btn--primary-brd {
  color: #fff;
  background: #5F4B22;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #5F4B22;
	border-radius: 6px;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #5F4B22;
  background: rgba(255,255,255,0.9);
}

.s-btn--primary-brd2 {
  color: #90C700;
  background: rgba(255,255,255,0.9);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #90C700;
}

.s-btn--primary-brd2:focus, .s-btn--primary-brd2:hover {
  color: #fff;
  background: #90C700;
  border-color: #90C700;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

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

.titlebg {
	position: relative;
	background-image: url("../img/top/titlebg.webp");
	background-position: top left -5%;
	background-size: 800px;
	background-repeat: no-repeat;
}
.title {
	padding:190px 0 170px;
	background-repeat: no-repeat;
	background-position:top right;
	background-size: 600px;
}
.titlein {
	margin: auto;
	max-width: 1400px;
	padding: 0 40px;
	font-weight: 600;
	color:#484644;
	text-align: center;
}
.titlein h2 {margin: 0;}


@media only screen and (max-width:1200px){
.titlebg {
	background-image: url("../img/top/titlebg.webp");
	background-position: top left -5%;
	background-size: 600px;
	background-repeat: no-repeat;
}
.title {
	padding:140px 0 120px;
	background-repeat: no-repeat;
	background-position:top 45px right;
	background-size: 35%;
}
}
@media only screen and (max-width:768px){
.titlebg {
	background-image: url("../img/top/titlebgsp.webp");
	background-position: top -30px left -5%;
	background-size: 400px;
	background-repeat: no-repeat;
}
.title {
	padding:140px 0 100px;
	background-position:top right;
	background-size: 40%;
}
}
@media only screen and (max-width:576px){
.titlebg {
	background-image: url("../img/top/titlebgsp.webp");
	background-position: top 90px left;
	background-size: 100%;
	background-repeat: no-repeat;
}
.title {
	padding:240px 0 70px;
	background-size: 100%;
}
.titlein {
	padding: 0 20px;
}
}

.wave-w { background: url("../img/top/wave.webp")no-repeat top center / 100% , #FBF7EE; }
.wave-w-2 { background: url("../img/top/wave.webp")no-repeat top center / 100% ; }
.wave-b { background: url("../img/top/wave2.webp")no-repeat top center / 100% , #fff; }

@media only screen and (max-width:576px){
.wave-w { background: url("../img/top/wave_sp.webp")no-repeat top center / 100% , #FBF7EE; }
.wave-w-2 { background: url("../img/top/wave_sp.webp")no-repeat top center / 100% ; }
.wave-b { background: url("../img/top/wave2_sp.webp")no-repeat top center / 100% , #fff; }
}

.bg-check-ww { background: url("../img/top/wave.webp")no-repeat top center / 100% , url("../img/top/check3.jpg")top center / 60px; }
.bg-check-wb { background: url("../img/top/wave2.webp")no-repeat top center / 100% , url("../img/top/check3.jpg")top center / 60px; }



.con1,.con2 {
	position: relative;
	z-index: 1;
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 400px;
}
.con1 {background-image: url("../img/top/sec1.webp");}
.con2 {background-image: url("../img/top/sec2.webp");}

.st{
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding:0.5em 1em;
	color: #FFFFFF;
	z-index:1;
	background: #ef8da1;
	border-radius: 20px;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.st::before{
	content: "";
	position: absolute;
	width:100vw;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background: #ef8da1;
}
.st::after{
	content: attr(data-label);
	position: absolute;
	bottom:calc(100% - 0.1em);
	color: #ef8da1;
	left: 50%;
	font-size: 1.2em;
	transform: translate(-50%, 0);
	font-family: "Kaisei Opti", serif;
	line-height:1;
	letter-spacing: 0;
}

.st2,.st2-w{
	position: relative;
	background-color: #ef8da1;
	padding: 0.8em 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	color:#fff;
	font-weight: 500;
}
.st2::after,.st2-w::after{
	content: "";
	position: absolute;
	left: 0;
	top:7.5px;
	width: 100%;
	height: calc(100% - 15px);
	border-top:dotted 4px #fff;
	border-bottom:dotted 4px #fff;
}

@media screen and (max-width: 576px) {
.st2::after,.st2-w::after{
	top:5px;
	height: calc(100% - 10px);
	border-top:dotted 4px #fff;
	border-bottom:dotted 4px #fff;
}
}


.st3,.st3-b,.st3-o,.st3-y,.st3-g,.st3-g2,.st3-pu{
	position: relative;
	font-weight: 500;
}
.st3 {background-color: #f9e5e9;}
.st3-b {background-color: #d8eef5;}
.st3-o {background-color: #fae4c7;}
.st3-y {background-color: #f9f2d5;}
.st3-g {background-color: #e4f3dc;}
.st3-g2 {background-color: #dbede9;}
.st3-pu {background-color: #f0e6f3;}

.st3 span,.st3-b span,.st3-o span,.st3-y span,.st3-g span,.st3-g2 span,.st3-pu span{
	display: block;
	color:#825121;
	font-weight: 600;
	padding: 8px 15px 15px 20px;
}
@media screen and (max-width: 576px) {
.st3 span,.st3-b span,.st3-o span,.st3-y span,.st3-g span,.st3-g2 span,.st3-pu span{ text-align: center; }
}

.st3::after,.st3-b::after,.st3-o::after,.st3-y::after,.st3-g::after,.st3-g2::after,.st3-pu::after{
	content: "";
	position: absolute;
	left: 5px;
	bottom:5px;
	width:  calc(100% - 10px);
	height: 2px;
	background-color: rgba(255,255,255,1.00);
}
.st3::before,.st3-b::before,.st3-o::before,.st3-y::before,.st3-g::before,.st3-g2::before,.st3-pu::before{
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	width:  8px;
	height: 100%;;
	z-index: 1;
}
.st3::before {background-color: #eeadba;}
.st3-b::before {background-color: #7ecef4;}
.st3-o::before {background-color: #ffb046;}
.st3-y::before {background-color: #f1ca53;}
.st3-g::before {background-color: #b4dfa9;}
.st3-g2::before {background-color: #88d7c5;}
.st3-pu::before {background-color: #dab7e2;}


.st4{
     position: relative;
	font-weight: 500;
/*	border-radius: 0 100px 100px 0;*/
}
.st4::after{
	content: "";
	position: absolute;
	top:5px;
	left:5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px solid #fff;
/*	border-radius: 0 100px 100px 0;*/
}

.st5 {
	position: relative;
	color: #616161;
	text-align: center;
}
.st5::after,.st5::before{
	content: "";
	position:absolute;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 2px;
	margin: auto;
	background-color: #DEC3A0;
}
.st5::after{bottom:-15px;width: 30%;}
.st5::before{bottom:-25px;width: 20%;}

.st6{
	border-left: 10px solid #fff;
	border-bottom: 4px double #fff;
	padding: 0 0 0 10px;
}

.st6-2{
	border-left: 10px solid #D0AB7A;
	border-bottom: 4px double #D0AB7A;
	padding: 0 0 0 10px;
}

.st7 {
 	position: relative;
    height: 60px;
    margin: 0 45px 20px;
    padding: 0 ;
    text-align: center!important;
    color: #fff;
    background: #f9e5e9;
}
.st7::before,.st7::after {
	position: absolute;
    top: 0;
    display: block;
    height: 48px;
    content: '';
    border: 30px solid #f9e5e9;
}
.st7::before {
	left: -45px;
    border-left-width: 15px;
    border-left-color: transparent;
}
.st7::after {
	right: -45px;
    border-right-width: 15px;
    border-right-color: transparent;
}

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

.stfc1{background-color: #eeadba;}.stfc1:before{border-color:  #eeadba transparent transparent transparent;}
.stfc2{background-color: #ffb046;}.stfc2:before{border-color:  #ffb046 transparent transparent transparent;}
.stfc3{background-color: #f1ca53;}.stfc3:before{border-color:  #f1ca53 transparent transparent transparent;}
.stfc4{background-color: #b4dfa9;}.stfc4:before{border-color:  #b4dfa9 transparent transparent transparent;}
.stfc5{background-color: #88d7c5;}.stfc5:before{border-color:  #88d7c5 transparent transparent transparent;}
.stfc6{background-color: #7ecef4;}.stfc6:before{border-color:  #7ecef4 transparent transparent transparent;}
.stfc7{background-color: #dab7e2;}.stfc7:before{border-color:  #dab7e2 transparent transparent transparent;}
.stfc8{background: linear-gradient(90deg, rgba(245, 186, 212, 1) 0%, rgba(240, 150, 170, 1) 100%);}.stfc8:before{border-color:  #f3a8bf transparent transparent transparent;}
.stfcw{background-color: #fff;}.stfcw:before{border-color:  #fff transparent transparent transparent;}

table.com{
	margin:0 auto 15px;
	padding:4px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc
}
.com th{
	letter-spacing:1px;
	padding:1em 0;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	color:#825121;
	font-weight: 600!important;
	text-align: center;
	vertical-align: middle!important;
}
.com td{
	color:#825121;
	font-weight: 600!important;
	padding:1em;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle!important;
}

table.com2,table.com2no{
	margin:0 auto;
	padding:4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
	empty-cells:show;
}
.com2 th,.com2no th{
	font-size:16px;
	letter-spacing:1px;
	padding:.7em;
	color:#333;
	text-align: center;
	vertical-align: middle!important;
}
.com2 td,.com2no td{
	font-size:15px;
	color:#333;
	padding:.7em;
	vertical-align: middle!important;
}

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

.List-Item-Content {
	position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
	z-index: 0;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    flex-wrap: wrap;
  }
}
.List-Item-Content .col-10{
	position: relative;
}
.List-Item-Content .col-10::before {
	content: "";
	position: absolute;
	bottom: 20px;
	z-index: 0;
	width: calc(100% - 20px);
	border-bottom: 1px solid #BFBFBF;
}
.List-Item-Content:last-child .col-10::before {
	border-bottom:none!important;
}
.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;
}
.numb1.List-Item-Content .col-2::before {background: #eeadba;}
.numb2.List-Item-Content .col-2::before {background: #ffb046;}
.numb3.List-Item-Content .col-2::before {background: #b4dfa9;}
.numb4.List-Item-Content .col-2::before {background: #88d7c5;}
.numb5.List-Item-Content .col-2::before {background: #7ecef4;}
.numb6.List-Item-Content .col-2::before {background: #dab7e2;}

.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
	font-family: 'Zen Maru Gothic', sans-serif; 
	font-weight: 500;
	border-radius: 50%;
}
.numb1 .List-Item-Content-Number{background: #eeadba;}
.numb2 .List-Item-Content-Number{background: #ffb046;}
.numb3 .List-Item-Content-Number{background: #b4dfa9;}
.numb4 .List-Item-Content-Number{background: #88d7c5;}
.numb5 .List-Item-Content-Number{background: #7ecef4;}
.numb6 .List-Item-Content-Number{background: #dab7e2;}

.List-End .col-10::before{
	border-bottom: none!important;
}

@media screen and (max-width: 576px) {
  .List-Item-Content-Number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

.doc{
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 60%;
}
.doc::after{
	content: "";
	position: absolute;
	top:-80px;
	left: 0;
	width: 100%;
	height: 900px;
	background-image: url("../img/doc/bg.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	background-attachment: scroll;
	pointer-events: none;
}

.docimg{
	border-radius: 50;
}
.docname{
	position: absolute;
	padding: 1em 1.5em;
	bottom:60px;
	left: -20px;
	color:#fff;
	background: #F5BAD4;
	background: linear-gradient(90deg, rgba(245, 186, 212, 1) 0%, rgba(240, 150, 170, 1) 100%);
}
.docname::after{
	content: "";
	position:absolute;
	top:5px;
	left:5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: #E8D2B6 solid 1px;
}

@media screen and (max-width:991px){
.doc{
	padding: 80px 0 0;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
}
.doc::after{
	top:0px;
	left: 0;
	width: 100%;
	height: 600px;
	background-image: url("../img/doc/bgsp.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-attachment: scroll;
	pointer-events: none;
}
.docname{
	bottom:40px;
	left: 10px;
	color:#fff;
	background-image: url("../img/doc/namebg.webp");
	background-size: cover;
	background-position: center;
	background: #F5BAD4;
	background: linear-gradient(90deg, rgba(245, 186, 212, 1) 0%, rgba(240, 150, 170, 1) 100%);
}
}

.list{
	position: relative;
}
.list::after{
	content: "";
	position: absolute;
	top:-80px;
	left: 0;
	width: 100%;
	height: 900px;
	background-image: url("../img/doc/bg.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	background-attachment: scroll;
	pointer-events: none;
}
@media screen and (max-width:991px){
.list::after{
	top:0px;
	left: 0;
	width: 100%;
	height: 600px;
	background-image: url("../img/doc/bgsp.webp");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-attachment: scroll;
	pointer-events: none;
}
}



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

.infoboxt{
	position: relative;
	bottom:0;
	z-index: -1;
	margin: 0 20px;
	border-radius:20px 20px 0 0 ;
	padding: 10px 10px 20px;
	text-align: center;
	background-color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif; 
}
.infoboxt span{
	position: relative;
	padding: 0 0 5px;
	background-color: #fff;
	color: #655144;
	border-bottom: 4px dotted #ccc0a2;
	font-weight: 600;
}
.sbg {
	background: #FFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%, rgba(251, 247, 238, 1) 50%);
}

.sbg img {
	width: 250px;
}


.tab-panels ul {
	margin: 0;
	padding: 0;
}
.tab-panels ul li{
	position: relative;
	list-style-type: none;
	display: inline-block;
	background: #CECECE;
	margin: 0;
	padding: .7em 2em .7em 1em;
	border-radius: .5em .5em 0 0;
	color: #fff;
	font-weight: 50;
	cursor: pointer;
	font-weight: bold;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.tab-panels ul li:hover {
	color: #fff;
	background: #F5C0CB;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.tab-panels ul li::after {
position: absolute;
content: "";
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
width: 8px;
height: 8px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
right: 10px;
top: 17px;
}

.tab-panels ul li.active::after {
position: absolute;
content: "";
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
right: 10px;
top: 17px;
}
.tab-panels ul li.active {
	color: #fff;
	background: #ef8da1;           
}

.tab-panels .panel  {
	display:none;
	background: #FBF7EE;
	color: black;
	padding: 10px;
}
.tab-panels .panel2  {
	display:none;
	background: #FBF7EE;
	color: black;
	padding: 10px;
}

.tab-panels .panel.active {
display:block;
}

@media only screen and (max-width: 480px) {
.tab-panels ul li::after {
top: 14px;
}

.tab-panels ul li.active::after {
top: 14px;
}
}







