@charset "utf-8";
/*
Theme Name: emotoshikaiin
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/
/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html{
	scroll-padding-top: 100px;
}

body {
	width: 100% !important;
	color: #584834;
	line-height: 1.875;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 500;
   background: #F9F8F3;
}



/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #584834;
}
.orange{
	color: #E78E02;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#584834;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: #F9F8F3!important;
}
.bgora{
	background: #E78E02;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #584834;
}

a:visited {
	color: #584834;
}

a:active {
	color: #584834;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 26px 5.781% 28px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: initial;
	transition: .4s;
}


.hLogo{
	max-width: 390px;
	width: 40%;
	line-height: 1.4615;
}

.hLogo img{
	max-width: 371px;
	width: 100%;
}

.hLogo .text{
	font-size: clamp(1rem,2vw,1.3rem);
	margin-bottom: 0px;
	font-weight: 500;
}

.tel_div1{
	max-width:289.45px;
	width: 54%;
}

.tel_div1 .text{
	font-size: clamp(1rem,1.4vw,1.3rem);
	line-height: 1;
	text-align:right;
}

.web_btn{
	max-width:250px;
	width: 45%;
	display:flex;
	align-items:center;
	height:88px;
	justify-content: center;
	border-radius: 9px;
	padding: 0 1%;
}

.web_btn img{
	width:30%;
}

.web_div{
	text-align:center;
	max-width:130px;
	width: 70%;
	margin-left: 5.6%;
}

.web_div .text1{
	line-height: 1.42307;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2.6rem);
	margin-bottom: 2px;
}

.web_div .text2{
	line-height: 1.42307;
	font-weight:700;
	font-size: clamp(1rem,2vw,1.3rem);
	width:100%;
	background:#fff;
	color:#E78E02;
	border-radius:15px;
}

.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

.nav_div{
	height:45px;
	position:relative;
	z-index: 999;
	width:100%;
	top: 0;
	left: 0;
	background: #F9F8F3;
	transition: .4s;
}

.nav_area{
	position: initial;
	margin:0 auto;
	width:90%;
	max-width:1700px;
	background: #FFFFFFd4;
	border-radius: 10px;
	transition: .4s;
	z-index: 999;
	top: -10px;
	left: 0;
	right: 0;
}

.nav_area.active{
	position:fixed;
}

.hd_link{display: flex;width: 100%;justify-content: space-between;align-items: center;}
/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}




/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 58%;
	display: flex;
	max-width: 563px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.nav_list1 > li {
	margin-left:auto;
	padding:23px 0 18px;
	text-align:center;
	line-height:1.454545;
	position: relative;
}

.nav_list1 > li .title1{
	font-size: clamp(1.5rem,1.6vw,2.2rem);
}

.nav_list1 > li .title1 span{
	margin-top:3px;
	font-size: clamp(1.2rem,1.6vw,1.4rem);
	display:block;
	line-height:1.4285;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 > li > a {
	display: block;
	text-decoration: none;
	font-size: clamp(1.5rem,1.6vw,2.2rem);
}


.nav_list1 > li > a span{
	margin-top:3px;
	font-size: clamp(1.2rem,1.6vw,1.4rem);
	display:block;
	line-height:1.4285;
}

.drop_cont{
	width: max-content;
	overflow: hidden;
	transition:.4s;
	position: absolute;
	top: 100%;
	border-radius: 0 0 6px 6px;
	height: 0;
}

.drop_btn:hover .drop_cont{
	/* display: block; */
}

.drop_btn .drop_cont1{
	left: -55px;
}
.drop_btn .drop_cont2{
	left: -25px;
}

.drop_btn:hover .drop_cont1{
	height: 105px;
}
.drop_btn:hover .drop_cont2{
	height: 165px;
}

.drop_in{
	position:relative;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	background: #FFFFFFd4;
	padding: 10px 16px;
}

.drop_list{
    width: 100%;
}

.drop_list li{text-align: left;margin-top: 6px;padding-left: 10px;position: relative;}

.drop_list li:before{
	position:absolute;
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	background:#E78E02;
}

.drop_list li a{
	font-size: 1.6rem;
	line-height: 1.5;
	position:relative;
}

.gnav__menu__item .pulu span{
	width: 24px;
	height: 2px;
	display: block;
	position: absolute;
	right: 0;
	background: #333;
}

.gnav__menu__item .open  .pulu span + span{transform: rotate(0deg);}

.gnav__menu__item .pulu span + span{transform: rotate(90deg);}

.acc_cont{
	display:none;
}

.acc_area{
	position:relative;
}

.acc_btn{
	position:absolute;
	top: 19px;
	right:0;
}

.acc_btn .pulu{
	position:relative;
}

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

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0px auto 0;
	height: 45.834vw;
}


#cover video{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: bottom center;
}



/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4.5rem;
	line-height: 1.4444;
	font-weight:700;
	font-size: clamp(2.4rem,4vw,4.5rem);
	text-align: center;
}

.mainTit .en_tit{
	font-weight:500;
	font-size: clamp(6rem,11vw,15.6rem);
	display: block;
	line-height: 1;
}



.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.8rem,2vw,2.8rem);
	text-align: center;
}

.mainTit2 span{line-height: 1.44615;font-weight: 500;font-size: clamp(3rem, 3vw, 6.5rem);display: block;}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.content01{
	padding:120px 0 100px;
}

.top_news_flex{
	display:flex;
}

.top_news_flex .left{
	max-width:339px;
	width: 28%;
	background: #584834;
	color: #fff;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.top_news_flex .right{
	max-width:861px;
	width: 72%;
	background:#fff;
	border-radius:0 10px 10px 0;
	padding: 16px 0;
}

.news_list1{
	max-width:752px;
	width:95%;
	margin:auto;
}

.news_list1 li{
	padding:23.5px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px dashed #707070;
}

.news_list1 li:last-child{
	border-bottom: none;
}

.news_list1 li:hover{
	opacity:0.7;
}


.news_list1 li .date{
	line-height:1.454545;
	font-size: clamp(1.6rem,2vw,2.2rem);
	width: 24%;
}

.news_list1 li .title{
	line-height:1.454545;
	font-size: clamp(1.6rem,2vw,2.2rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 76%;
}

.top_news_flex .left .mainTit2{
	margin-bottom:33px;
}

.btn1{
	display:flex;
	align-items:center;
	width:71px;
	margin-bottom:10px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

.btn1:after{
		position:absolute;
	content:"";
	width: 100%;
	height: 3px;
	right:0;
	margin:auto;
	bottom:-10px;
	left:0;
	background:#fff;
	border-radius:10px;
}

.arrow{
	position:relative;
}

.arrow:before{
	position:absolute;
	content:"";
	width: 8px;
	height: 14px;
	right:0;
	margin:auto;
	top:0;
	bottom:0;
	background:url(./img/common/arrow_wh.svg)no-repeat;
	background-size:contain;
}

.content02{
	padding:60px 0;
}

.ma1920{
	max-width:1920px;
	width:100%;
	margin: 0 auto;
}

.co2_div1{
	position:relative;
	width:100%;
	padding: 0 0 65px;
}

.co2_div1 .flex > .text_area{
	max-width:632px;
	width: 53%;
}

.co2_div1 .flex > .img{
	max-width:512px;
	width: 45%;
}


.co2_div1 .flex > .text_area .about_div1{
	margin-bottom: 25px;
}

.about_div1{
	background:#fff;
	padding: 34px 3.562% 26.5px;
	border-radius: 25px;
}

.about_div11{
	max-width:371px;
	width:100%;
	margin:0 auto;
	text-align:center;
	line-height:1.5;
}

.about_div12{
	display:flex;
	justify-content:space-between;
	padding-top: 22px;
	margin-top: 21px;
	border-top: 1px solid #E8E8E8;
	align-items: center;
}

.about_div12 .tel_btn{
	max-width:289.45px;
	width: 52%;
}

.time_tb_div{
	display:flex;
	background:#FFFFFF;
	border-radius: 0 8px 9px 0;
}

.time_tb_div .left{
	background:#584834;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	width:66px;
	line-height:1.28;
	font-size: clamp(1.8rem,2vw,2.5rem);
	flex-shrink:0;
}

.time_tb_div .right{
	width:100%;
}

.time_tb_in{
	max-width:469px;
	width:95%;
	margin:auto;
	padding: 10px 0;
}

.time_tb{width: 100%;font-size: clamp(1.6rem,2vw,2rem);line-height:1.45;max-width: 469px;}

.time_tb tr{
	border-top:1px solid;
}


.time_tb th,
.time_tb td{
	border-bottom:1px solid #DBDBDB;
	text-align:center;
	padding:8.5px 0;
}

.time_tb th{
}

.time_tb th:first-child{
	width: 27%;
}

.time_tb th:last-child,
.time_tb td:last-child{
	width: 17.2%;
}

.time_tb td{
}

.time_tb td p{
	display:flex;
	align-items:center;
	justify-content:center;
}


.tb_text_area{
	display:flex;
	align-items:baseline;
	margin-left: auto;
	max-width: max-content;
	font-size: 1.4rem;
	line-height: 1.42857;
	margin-top: 11px;
}


.tb_text_area img{
	width:9px;
	margin-right:4.8px;
}

.co2_div1 > .inner > .text{
	margin:76px auto 0;
	text-align:center;
	font-size: clamp(2rem,2.4vw,3rem);
	line-height:1.4666667;
	font-weight:700;
}

.co2_div1 .ab_text{
	font-size: clamp(12rem,20vw,27.6rem);
	line-height:399px;
	position:absolute;
	color:#FFFFFF;
	opacity:0.67;
	z-index:-1;
}


.co2_div1 .ab_text1{
	left: -4%;
	top:-236px;
}

.co2_div1 .ab_text2{
	right: -3.5%;
	bottom:0;
}

.co2_div2{
	position:relative;
}

.co2_div2:before{
	position:absolute;
	content:"";
/* 	background:url(./img/top/bg2.jpg)no-repeat center; */
	width:100%;
	height:296px;
	z-index:-1;
	top: 12%;
	left:0;
	right:0;
	margin:auto;
	background-size: cover;
}

.co2_div2 .mainTit{
	margin-bottom:65px;
}

.temp_div1{
	position:relative;
	background:url(./img/common/ami.png) #fff;
	box-shadow:0 0 10px #00000029;
}


.temp_div1 .sou{
	position:absolute;
}

.temp_div1 .sou.sou1{
	left:-7px;
	top:-7px;
}

.temp_div1 .sou.sou2{
	right:-7px;
	top:-7px;
}

.temp_div1 .sou.sou3{
	left:-7px;
	bottom:-7px;
}

.temp_div1 .sou.sou4{
	right:-7px;
	bottom:-7px;
}

.co2_div2 .temp_div1 {
padding: 66px 2% 75px;
text-align: center;
	z-index:1;
}

.co2_div2 .temp_div1 .title{
	position:relative;
	max-width:max-content;
	width:100%;
	margin:0 auto;
	padding:16px 12px 26px 34px;
	text-align:center;
	font-size: clamp(2rem,2.4vw,3rem);
	line-height:1.4666667;
	font-weight:700;
	margin-bottom:13px;
}

.co2_div2 .temp_div1 .title:before,
.co2_div2 .temp_div1 .title:after{
	position:absolute;
	content:"";
	width:34px;
	height:32px;
}

.co2_div2 .temp_div1 .title:before{
	background:url(./img/top/co3_title_left.svg)no-repeat;
	background-size:contain;
	left:0;
	top:0;
}
.co2_div2 .temp_div1 .title:after{
	background:url(./img/top/co3_title_right.svg)no-repeat;
	background-size:contain;
	right:0;
	bottom:0;
}

.co2_div2 .temp_div1 .text{
	line-height:1.875;
}

.co2_div2 .temp_div1 .ab_img{
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1;
	max-width: 312.23px;
	width: 40%;
}

.content03{
	padding: 60px 0 160px;
}

.mainTit.ab_tit{
	padding-top:131px;
	position:relative;
}

.mainTit.ab_tit .en_tit2{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:-1;
	line-height: 226px;
	white-space: nowrap;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.feature_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.feature_list1 li{
	margin-top:80px;
	width:49%;
	max-width:560px;
}

.feature_list1 li .text_area{
	position:relative;
	padding-top:24px;
}

.feature_list1 li .text_area .num{
	position:absolute;
	right:0;
	top:0;
    font-weight: 500;
    font-size: clamp(6rem, 9vw, 15.6rem);
	line-height:0.8;
	z-index:-1;
}

.feature_list1 li .text_area .title{
	font-size: clamp(2rem,2.4vw,3rem);
	line-height:1.4666667;
	font-weight:700;
}

.feature_list1 li:nth-child(1) .text_area .title,
.feature_list1 li:nth-child(2) .text_area .title{
	min-height:88px;
	display:flex;
	align-items:center;
}

.feature_list1 li .text_area .text{
	padding-top:24px;
	line-height:1.875;
}

.feature_list1 li .text_area .text .unli{
	text-decoration:underline;
}

.feature_list1 li .text_area .btn2{
	margin:40px 0 0;
}

.btn2{
	max-width:276px;
	width:100%;
	height:64px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:9px;
	font-size: 1.9rem;
	font-weight:700;
}

.btn2:before{
	right:8px;
	top: 3px;
}

.content04{
	padding: 0px 0 120px;
	position: relative;
}

.content04:before{
	position:absolute;
	content:"";
	background:url(./img/common/ami.png) #fff;
	width:100%;
	height: 90%;
	bottom:0;
	border-bottom-left-radius:0;
	z-index:-1;
}

.medi_list1{
	margin-top:15px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.medi_list1 li{
	width:19%;
	max-width:202px;
	margin-top:64px;
	text-align:center;
}

.medi_list1 li .text{
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.45;
	font-weight:700;
	margin-top:11px;
}

.content05{
	padding:80px 0 0px;
}

.co5_div1{
	display:flex;
	justify-content:space-between;
	background:#fff;
	border:8px solid #F9F8F3;
	border-radius: 12px;
	align-items: center;
	box-shadow: 10px 13px 0 #ADA8A14f;
	padding: 24px 2.667% 20px 2.5%;
	margin-bottom: 120px;
	flex-wrap: wrap;
}

.co5_div1 .img{
	max-width: 105.48px;
	width: 10%;
}

.co5_div1 .text_area{
	max-width: 691px;
	width: 66%;
	margin: 0 1%;
}


.co5_div1 .text_area .title{
	font-size: clamp(2rem,2.4vw,3rem);
	line-height:1.4666667;
	font-weight:700;
	padding-bottom:16px;
	border-bottom:1px dashed #AE9F80;
	margin-bottom:19px;
}

.content05 .co5_div1 .btn2{
	height:129px;
	max-width:232px;
	margin: 0;
	width: 22%;
}

.slider_area{
	margin: 49px auto 45px;
	position:relative;
}

.slider_btn{
	display:flex;
	justify-content:space-between;
	top: 0%;
	bottom: 23%;
	margin:auto;
	position:absolute;
	width:102%;
	height:100%;
	align-items:center;
	left:-1%;
	pointer-events: none;
}

.slider_btn > div{
	pointer-events:initial;
}

.sld{
	width:95%;
	max-width:367px;
	margin:0 auto;
}

.sld .img{
	max-height:273px;
	height: 21vw;
	width:100%;
}

.sld .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:10px;
}

.sld .date{
	margin-top:22px;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height:1.45;
	font-weight:700;
}

.sld .title{
	margin-top:26px;
}

.content05 .btn2{
	margin:0 auto;
}

.map{
	width:100%;
	height:504px;
}

.map iframe{
	width:100%;
	height:100%;
}

.access_area{
	background:#FFFFFF;
	padding:26px 0 55px;
}

.access_area .flex{
	align-items: flex-end;
}

.access_area .about_div1{
max-width: 587px;
width: 50%;
padding: 0;
}

.access_area .time_tb_div{
width: 49%;
max-width: 577px;
}

.access_area .about_div12{
	max-width: 587px;
	padding-right: 20px;
}

.access_area .time_tb_in{
	padding:0;
}

.side_btn{
	max-width: 73px;
	width:100%;
	position:fixed;
	right: -6px;
	top: 34%;
	z-index: 99;
}

.side_btn a{
	display:block;
	margin-top: 31px;
}

.side_btn a:first-child{
	margin-top:0;
}

.inst {
	margin-top:50px;
	padding-bottom: 150px;
}


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

footer {
	margin: 0px auto 0;
	padding: 56px 0 0;
}

footer .left{
	max-width:660px;
	width: 58%;
	display: flex;
	justify-content: space-between;
}

footer .right{
	max-width:450px;
	width:40%;
}

footer .right .ft_list2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	flex-wrap:wrap;
}

footer .right .ft_list2 li{
	width: 49%;
	max-width:217px;
	margin-top:16px;
}

footer .right .ft_list2 li:nth-child(1),
footer .right .ft_list2 li:nth-child(2){
	margin-top:0;
}

.copyright {
	background: #584834;
	color: #fff;
	text-align: center;
	padding: 11px 0;
	font-size:1.4rem;
	margin-top: 70px;
}

.ft_list1 li{
	position:relative;
	padding-left:10px;
	font-size:1.4rem;
	line-height:2;
}

.ft_list1 li.parent{
	margin-bottom:13px;
	font-weight:700;
	font-size:1.6rem;
	line-height:1.5;
}

.ft_list1 li.parent:before{
	position:absolute;
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#E78E02;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
}

.ft_list1 li.mabo{
	margin-bottom:41px;
}

/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 40px 0 0;
    max-width: 1200px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 250px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 60px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(././img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}




/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}



/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
}

.detail_area p:has(img){
	margin:0;
}


.aligncenter{
	margin:0 auto 24px;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}


/* 下層 */

.article header{
	/* display:none; */
}

.article .nav_div{
	/* height:0; */
}

#cover2{
	height:400px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:96px;
}

#cover2 .title{
	font-size: clamp(3rem,4vw,4.5rem);
	font-weight:700;
	line-height:1.4444;
	color:#fff;
	text-align:center;
}

#cover2 .title .sub_title{
	display:block;
	font-size: clamp(2rem,3vw,2.4rem);
}

#cover2 .text{
	font-size: clamp(2rem,3vw,3rem);
	font-weight:700;
	line-height:1.46667;
	color:#fff;
	margin-bottom:5px;
	text-align:center;
}

.news #cover2{
	background:url(./img/news/mv.jpg)no-repeat center;
	background-size:cover;
}

.feature #cover2{
	background:url(./img/feature/mv.jpg)no-repeat center;
	background-size:cover;
}

.about #cover2{
	background:url(./img/about/mv.jpg)no-repeat center;
	background-size:cover;
}

.ct #cover2{
	background:url(./img/ct/mv.jpg)no-repeat center;
	background-size:cover;
}

.hygiene #cover2{
	background:url(./img/hygiene/mv.jpg)no-repeat center;
	background-size:cover;
}

.staff #cover2{
	background:url(./img/staff/mv.jpg)no-repeat left;
	background-size:cover;
}

.esthetic #cover2{
	background:url(./img/esthetic/mv.jpg)no-repeat center;
	background-size:cover;
}

.general #cover2{
	background:url(./img/general/mv.jpg)no-repeat center;
	background-size:cover;
}

.includes #cover2{
	background:url(./img/includes/mv.jpg)no-repeat center;
	background-size:cover;
}

.implant #cover2{
	background:url(./img/implant/mv.jpg)no-repeat center;
	background-size:cover;
}

.home #cover2{
	background:url(./img/home/mv.jpg)no-repeat center;
	background-size:cover;
}

.news01{
	padding:80px 0;
}

.news_flex{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.news02 .main_cont{
	background:#fff;
	border-radius:25px;
	padding:3%;
}

.news_flex .main_cont{
    width: 75%;
    max-width: 900px;
}

.news_flex .side_nav{
    max-width: 240px;
    width: 23%;
}

.news_list2 li{
	display:flex;
	position:relative;
	justify-content:space-between;
	margin-bottom: 32px;
}

.news_list2 li:last-child {
    margin-bottom: 0px;
}

.news_list2 li:hover{
	opacity:0.7;
}

.news_list2 li .img{
	width: 30%;
	height: 18vw;
	max-height: 175px;
}

.news_list2 li .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 10px;
}

.news_list2 li .text_area{
	width: 68%;
	padding-top: 1%;
}

.news_list2 li .text_area .date{
	font-size:1.4rem;
}


.news_list2 li .text_area .title{
	font-size:1.8rem;
	font-weight:700;
	margin-bottom:10px;
}

.news_list2 li .text_area .text{
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.side_div1{
	width:100%;
	background: #fff;
	border-radius: 8px;
	margin-bottom:40px;
	padding-bottom:16px;
}

.side_div1 .title{
	background:#584834;
	color:#fff;
	text-align:center;
	padding:8px;
	font-weight:2rem;
	font-weight:700;
	border-radius:8px 8px 0 0;
	margin-bottom:16px;
}

.cate_list1 li{
	width: 95%;
	margin:0 auto 20px;
	max-width: 180px;
}

.cate_list1 li:last-child{
	width:90%;
	margin:0 auto 0px;
}

.cate_list2 li{
	width:90%;
	margin:0 auto;
	max-width: 180px;
}


.pagination-list{
	display:flex;
	margin: 80px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	width: 62px;
	height: 62px;
	background: #fff;
	border: 1px solid #584834;
	margin: 0 0.2%;
	transition:.4s;
	font-weight: 500;
	text-decoration: none;
	color: #584834;
	border-radius:5px;
}


.pagination-list .page-numbers.prev{
	background:#fff;
	margin: 0px 3% 0 0;
	position:relative;
}

.pagination-list .page-numbers.next{
	background:#fff;
	margin: 0px 0% 0 3%;
	position:relative;
}

.pagination-list .page-numbers.prev:before,
.pagination-list .page-numbers.next:before{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #584834;
	border-right: solid 1px #584834;
	position: absolute;
	left: 0px;
	top:0px;
	transform: rotate(-135deg);
	right:0;
	bottom:0;
	margin:auto;
}

.pagination-list .page-numbers.next:before{
	transform: rotate(45deg);
}


.pagination-list .page-numbers.prev:hover,
.pagination-list .page-numbers.next:hover{
	background: #584834;
}

.pagination-list .page-numbers.prev:hover:before{
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

.pagination-list .page-numbers.next:hover:before{
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #584834;
	color:#fff;
	opacity:1;
	border: 1px solid #584834;
}

.news_flex .main_cont .title_area {
	padding-bottom:16px;
	margin-bottom:32px;
	border-bottom:1px solid #ccc;
}

.news_flex .main_cont .title_area .date{
}

.news_flex .main_cont .title_area .title{
	font-size: clamp(2.4rem,3vw,3rem);
	font-weight:700;
	line-height:1.4444;
}

.detail_area{
}

.btn_area{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	margin: 40px auto 0;
}

.btn_area .btn2{
	margin:0 5%;
}

/* feature */
.feature_list2{
	
margin: 136px auto 0;
}

.feature_list2 li{
	display:flex;
	justify-content:space-between;
	margin-bottom: 66px;
	align-items: center;
}

.feature_list2 li:last-child{
	margin-bottom: 0px;
}

.feature_list2 li:nth-child(2n){
	flex-direction:row-reverse;
}

.feature_list2 li .img{
	max-width:498px;
	width: 44%;
}

.feature_list2 li .text_area{
	max-width:570px;
	width: 54%;
	position:relative;
}

.feature_list2 li .text_area .num{
	position:absolute;
	left: -10%;
	top: -10%;
	font-weight: 500;
	font-size: clamp(12rem, 9vw, 15.6rem);
	line-height:0.8;
	z-index:-1;
}

.feature_list2 li .text_area .title{
	font-size: clamp(2rem,3vw,3rem);
	line-height:1.4666667;
	font-weight:700;
}

.feature_list2 li .text_area .text{
	padding-top:24px;
	line-height:1.875;
}

.feature_list2 li .text_area .text .unli{
	text-decoration:underline;
}

.feature_list2 li .text_area .btn2{
	margin:40px 0 0;
}

.feature01{
	padding:60px 0 160px;
}

.about01{
	padding:80px 0 160px;
}

.artTit{
	font-weight:700;
	font-size: clamp(2rem,4vw,3.5rem);
	text-align: center;
	line-height: 1.45;
}

.artTit .en_tit{
	font-weight:500;
	font-size: clamp(3rem,6vw,8rem);
	display: block;
	margin-bottom:8px;
}

.general01 .artTit .en_tit{
	font-size: clamp(2.6rem, 6vw, 8rem);
}

.about01_div1{
padding: 6.667%;
border-radius: 25px;
}


.about01 .about01_div1{
	margin:80px auto 0;
}

.about_list1 li{
	padding:24px 0;
	border-bottom:1px dashed #AE9F80;
	line-height: 1.875;
}

.about_list1 li:first-child{
	padding:0px 0 24px;
}

.about_list1 li:last-child{
	padding:24px 0 0px;
	border-bottom:none;
}


.about_list1 li .left{
	width: 20%;
	max-width:198px;
	padding-right: 1%;
	flex-shrink: 0;
}

.about_list1 li .right{
	width: 80%;
	max-width:848px;
}

.map_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:82px;
	height:28px;
	font-size:1.4rem;
	letter-spacing:0.05em;
	margin-left:16px;
	border-radius:14px;
}

.map_btn img{
	margin-right:4px;
}

.about_list1 .tb_text1{
	font-size:1.4rem;
	line-height:1.42857;
	margin-top:16px;
}

.about1_div2{
	margin:80px auto 0;
	display:flex;
	align-items:center;
	background:#fff;
	border:8px solid #F9F8F3;
	border-radius: 12px;
	box-shadow: 10px 13px 0 #ADA8A14f;
	padding: 64px 6.667% 55px;
	justify-content: space-between;
}

.about1_div2 .img{
	width: 20.02%;
}

.about1_div2 .text_area{
	max-width:811px;
	width: 80%;
}

.about1_div2 .text_area .title{
	padding-bottom:18px;
	margin-bottom:24px;
	border-bottom:1px dashed #AE9F80;
	font-size: clamp(1.7rem,3vw,2.2rem);
	font-weight:700;
	line-height:1.466667;
}

.about1_div2 .text_area .title span{
	font-size: clamp(2rem,3vw,3rem);
}

.about1_div2 .text_area .text{
	font-size:1.6rem;
	line-height:1.875;
}

.about02{
	padding:0 0 120px;
}

.about02.bg_ami:before{
	height:98.4%;	
}

.bg_ami{
	position:relative;
}

.bg_ami:before {
    position: absolute;
    content: "";
    background: url(./img/common/ami.png) #fff;
    width: 100%;
    height: 90%;
    bottom: 0;
    z-index: -1;
	left:0;
}

.about2_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:80px;
}

.about2_list li{
	width:48%;
	margin-top:70px;
	max-width: 575px;
}

.about2_list li:nth-child(1){
	width:100%;
	margin-top:0;
	max-width:initial;
}

.about2_list li:nth-child(1) .text_area{
	display:flex;
	align-items:center;
	margin-top:24px;
}

.about2_list li:nth-child(1) .text_area .title{
	margin:0 40px 0 0;
}


.about2_list li .text_area .title{
	margin:24px 0 16px;
	font-size: clamp(1.8rem,3vw,2.2rem);
	font-weight:700;
	line-height:1.466667;
}

.about2_list li .text_area .btn2{
	margin:24px 0 0;
}

.about03{
	padding:160px 0;
}

.about03_div{
	margin:40px auto;
	background:#FFFFFF;
	border-radius:25px;
	padding: 40px 6.667%;
	font-size: clamp(1.8rem,3vw,2.2rem);
	line-height:1.45454545;
}

.about03 .text1{
	line-height:1.875;
}

.about03 .mainTit .en_tit {
    font-size: clamp(4.6rem, 11vw, 15.6rem);
}

.ct01{
	padding:40px 0 60px;
}

.ct01 .mainTit.ab_tit .en_tit2{
		
font-size: clamp(4rem, 11vw, 15.6rem);
}
	

.ct01 .flex{
	margin:40px auto 0;
}

.ct01 .flex .img{
	max-width:498px;
	width: 43%;
}

.ct01 .flex .text_area{
	max-width: 615px;
	width: 55%;
}

.ct01 .flex .text_area .text2{
	max-width:max-content;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 8px 16px;
	border-radius:20px;
	font-size: clamp(1.5rem,1.6vw,1.8rem);
	line-height:1.4444;
	margin-bottom: 22px;
}

.ct01 .flex .text_area .title{
	
margin-bottom: 30px;
	
font-size: clamp(1.9rem, 2.5vw, 3rem);
}

.ct01 .flex .text_area .text1{
	
line-height: 1.875;
}

.ft30{
	font-size: clamp(2rem,3vw,3rem);
	line-height:1.4666667;
	font-weight:700;
}

.ft22{
	font-size: clamp(1.8rem,3vw,2.2rem);
	font-weight:700;
	line-height:1.45454545;
}


.ct02{
	padding: 60px 0 80px;
}

.ct02_list1{
	display:flex;
	justify-content:space-between;
	margin-bottom: 85px;
}

.ct02_list1 li{
	max-width:575px;
	width: 49%;
	margin-top:56px;
}

.ct02_list1 li .title{
	margin-top:24px;
}

.ct02_list1 li .text{
	margin-top:16px;
	line-height:1.875;
}

.ct02 .temp_div1{
	padding: 64px 6.667%;
}

.ct02 .temp_div1 .flex .text_area{
	max-width:670px;
	width: 65%;
}

.ct02 .temp_div1 .flex .img_area{
	max-width:322px;
	width: 33%;
}

.ct02 .temp_div1 .img2{
	margin-top:24px;
}

.ct02_list2 li{
	margin-bottom:24px;
	display: flex;
	line-height: 1.875;
}

.ct02_list2 li:last-child{
	margin-bottom:0px;
}

.ct02_list2 li .text1{
	margin-right: 16px;
}

.ct03{
    padding: 80px 0 120px;
}

.ct03 .art_div1{
	margin-top:56px;
}

.art_div1{
	background:#fff;
	border-radius:25px;
	padding: 6.667%;
}

.art_list1 li{
	display:flex;
	justify-content:space-between;
	padding:40px 0;
	border-bottom:1px dashed #AE9F80;
}

.art_list1 li:first-child{
	padding:0 0 40px;
}

.art_list1 li:last-child{
	padding:40px 0 0px;
	border:none;
}

.art_list1 li .img{
	max-width:104px;
	width: 10%;
}

.art_list1 li .text_area{
	max-width:912px;
	width: 88%;
}

.art_list1 li .text_area .title{
	margin-bottom:24px;
}

.art_list1 li .text_area .title2{
	margin-bottom:24px;
	font-weight:500;
}

.art_list1 li .text_area .text{
	line-height:1.875;
}

/* hygiene */


.art_div2{
	display:flex;
	align-items:center;
	background:#fff;
	border:8px solid #F9F8F3;
	border-radius: 12px;
	box-shadow: 10px 13px 0 #ADA8A14f;
	padding: 64px 6% 55px;
	justify-content: space-between;
}

.art_div2 .img{
	width: 12%;
	max-width: 123px;
}

.art_div2 .text_area{
	max-width: 895px;
	width: 87%;
}

.art_div2 .text_area .title{
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom:1px dashed #AE9F80;
	font-size: clamp(2rem,3vw,3rem);
	font-weight:700;
	line-height:1.466667;
}


.art_div2 .text_area .text{
	font-size:1.6rem;
	line-height:1.875;
}

.hygiene01{
	padding:40px 0 120px;
}


.hygiene01 .text1{
	margin:50px auto;
	line-height:1.875;
}

.unli{
	text-decoration:underline;
}

.hygiene01 .art_div2{
	margin-bottom:85px;
}

.hygiene01 .temp_div1{
	
padding: 64px 6.66667%;
}

.hygiene01 .temp_div1 .text_area{
	max-width:478px;
	width:48%;
}

.hygiene01 .temp_div1 .img_area{
	max-width:498px;
	width:48%;
}



.hygiene01 .temp_div1 .text_area > .text{
	line-height:1.875;
	margin:24px auto 32px;
}

.hygiene01_list1 li{
	background:#fff;
	border-radius:10px;
	box-shadow:0 3px 0 #00000029;
	display:flex;
	align-items: flex-start;
	padding: 3.35%;
	margin-bottom: 13px;
	max-width: 380px;
	width: 100%;
}


.hygiene01_list1 li:last-child{
	margin-bottom:0;
}

.hygiene01_list1 li img{
	margin-right:8px;
	padding-top: 8px;
}

.hygiene01 .temp_div1 .img_area p{
	margin-top:16px;
	font-size:1.4rem;
}

.bg_wh{
	position:relative;
}

.bg_wh:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 97%;
    bottom: 0;
    z-index: -1;
    left:0;
}

.hygiene02 .flex{
	margin:80px auto;
	align-items: flex-start;
}

.hygiene02 .flex .img{
	max-width:575px;
	width: 48%;
	background: #F9F8F3;
	border-radius: 10px;
	padding: 4% 2%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.hygiene02 .flex .text_area{
	max-width:495px;
	width:50%;
	
}

.hygiene02 .flex .img img{
	max-width:364px;
	width:100%;
}

.hygiene02_list li{
	padding: 32px 0;
	border-bottom: 1px dashed #AE9F80;
}

.hygiene02_list li:first-child{
	padding: 0 0 32px;
}

.hygiene02_list li:last-child{
	padding: 32px 0 0;
	border-bottom: none;
}

.hygiene02_list .text{
	line-height:1.875;
	margin-top: 10px;
}

.hygiene02_div .title{
	margin-bottom:31px;
}

.hygiene02{
	padding:0 0 137.5px;
}

.hygiene03{
	padding:100px 0 120px;
}

.hygiene03 .img{
	max-width:498px;
	width: 42%;
}

.hygiene03 .text_area{
	max-width:630px;
	width: 55%;
}

.hygiene03 .text{
	line-height:1.875;
	margin-top:32px;
}

.hygiene01 .mainTit.ab_tit .en_tit2{
font-size: clamp(4rem, 9vw, 15.6rem);
}

/* staff */

.staff01{
	padding: 80px 0;
}

.staff_div{
	margin: 80px auto 0;
}

.staff_div.rev{
	flex-direction:row-reverse;
}

.staff_div .text_area{
	max-width:615px;
	width: 54%;
}

.staff_div .img_area{
	max-width:498px;
	width: 44%;
}

.staff_div .text_area .title1{
	margin-bottom:40px;
}

.staff_div .text_area .title2{
	margin-bottom:32px;
}

.staff_div .text_area .text{
	line-height:1.875;
}

.staff_div .text_area .text.mabo{
	line-height:1.875;
	margin-bottom:56px;
}

.staff_div .img_area p{
	margin-top:16px;
	display:flex;
	align-items:center;
	font-size:1.8rem;
	justify-content:center;
}

.staff_div .img_area p span{
	border-radius:14px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:28px;
	line-height:1;
	padding:4px 14px;
	font-size:1.4rem;
	margin-right:8px;
}

.staff_video{
	margin:120px auto 0;
	max-width:1040px;
	width:100%;
	height: 54vw;
	max-height:585px;
}

.staff_video video{
	width:100%;
	height:100%;
}

.staff02{
	padding: 0px 0 40px;
}

.staff02 .inner> .art_div1:nth-child(2){
	margin-top:40px;
}

.staff02 .art_div1{
	margin-bottom:50px;
}

.staff02 .art_div1 .title{
	padding: 0 0 24px;
	margin: 0 0 24px;
	border-bottom:2px dashed #AE9F80;
}

.flow_list{
	padding:25px 0;
	position:relative;
}

.flow_list:before{
	position:absolute;
	content:"";
	width:2px;
	height:100%;
	background:#E78E02;
	left:8px;
	top:0px;
}

.flow_list li{
	padding: 0 0 0 6.25%;
	margin-bottom: 15px;
	position:relative;
	display:flex;
	align-items:baseline;
}

.flow_list li:last-child{
	margin-bottom: 0px;
}

.flow_list li:before{
	position:absolute;
	content:"";
	width:18px;
	height:18px;
	border-radius:50%;
	background:#584834;
	left:0;
	top:8px;
}

.flow_list li .left{
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:167px;
	border-radius:16px;
	flex-shrink:0;
	margin-right: 2.257%;
	line-height: 1.875;
	padding: 1px 0;
}

	
.flow_list li .right{
	font-size: clamp(1.6rem,1.6vw,1.8rem);
	line-height:1.77778;
}

.flex .ct02_list2.flex_list{
	width: 49%;
}

.ct02_list2.flex_list{
	width: 100%;
}

.staff02 .ct02_list2 li {
    margin-bottom: 8px;
}

.staff02 .ct02_list2 li:last-child{
	margin-bottom:0;
}

.staff02 .ct02_list2 li.end{
	justify-content:flex-end;
}

.staff02 .flex > .art_div1{
	width:49%;
	max-width:575px;
}

.staff03{
	padding:120px 0;
	background:#FFFFFF;
}

.staff03_list{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.staff03_list li{
	width:32%;
	max-width:366px;
	margin-top:50px;
}

.staff03_list li.half{
	width:49%;
	max-width:575px;
	margin-top:0;
}

.staff03_list li .text{
	line-height:1.875;
	margin-top:16px;
}

.staff04{
	padding: 120px 0;
}


.staff06{
	padding: 60px 0 160px;
}

.staff06 .img1{
	margin:73px auto 0;
}

.staff06_list1{
	display:flex;
	justify-content:space-between;
	margin-bottom:50px;
}

.staff06_list1 li{
	width:32%;
	max-width:366px;
	margin:50px 0 0;
}

.staff06 .text{
	text-align:center;
}

/* esthetic */
.esthetic01{
	padding:80px 0;
}


.esthetic01_div1{
	background: #fff;
    border-radius: 25px;
    padding:40px 6.667%;
	margin-bottom:80px;
}

.esthetic01_div1 .text{
	font-weight:500;
	line-height:1.4545;
}

.esthetic01 .inner > .flex,
.esthetic02 .inner > .flex,
.esthetic03 .inner > .flex{
	margin:48px auto 0;
}


.esthetic01 .inner > .flex .text_area,
.esthetic02 .inner > .flex .text_area,
.esthetic03 .inner > .flex .text_area{
	max-width:622px;
	width: 54%;
	line-height:1.875;
}

.esthetic01 .inner > .flex .img_area,
.esthetic02 .inner > .flex .img_area,
.esthetic03 .inner > .flex .img_area{
	max-width:498px;
	width: 44%;
}

.esthetic01 .inner > .flex .text_area .text2{
	padding-top:40px;
	margin-top:40px;
	border-top:1px dashed #AE9F80;
}


.esthetic01 .inner > .flex .img_area .text,
.esthetic02 .inner > .flex .img_area .text,
.esthetic03 .inner > .flex .img_area .text{
	margin-top:16px;
	font-size:1.4rem;
}

.esthetic_div{
	margin:80px auto 0;
}

.esthetic_div .title{
	margin:0 auto 24px;
}

.esthetic_div .about_list1 li {
    padding: 40px 0;
}


.esthetic_div .about_list1 li:first-child{
	padding:0px 0 40px;
}

.esthetic_div .about_list1 li:last-child{
	padding:40px 0 0px;
}

.esthetic_div .about_list1 li .left{
	font-weight:700;
}

.about_list1 li .left .text2{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:82px;
	border-radius:16px;
	height:28px;
	font-size:1.4rem;
	font-weight:700;
}

.about_list1 li .flex.mabo{
	margin-bottom:40px;
}

.bfaf{
	display:flex;
	justify-content:space-between;
}

.bfaf p{
	margin-top:16px;
	line-height:1.42857;
	font-size:1.4rem;
}

.bfaf_div{
	width: 47.116%;
}


.bfaf .center{
	margin:0 auto;
	display:flex;
	align-items:center;
	padding-bottom: 22px;
	justify-content:center;
}

.esthetic02{
	padding:0 0 120px;
}

.esthetic03{
	padding:120px 0 160px;
}

.esthetic03 .inner > .art_div1{
	margin-top:80px;
}

/* general */

.general01{
	padding: 80px 0 60px;
}

.general01 .esthetic01_div1{
	margin-bottom:120px;
}

.general01 .flex{
	margin:48px auto 64px;
}

.general01 .flex .text_area{
	max-width:622px;
	width: 54%;
}

.general01 .flex .img_area{
	max-width: 498px;
	width: 44%;
}


.general01 .flex .text_area .text1{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px dashed #AE9F80;
}

.general01_div1{
	padding: 5.145%;
	background: #fff;
	border-radius: 10px;
}

.general01_div1 .title{
	margin-bottom:16px;
}

.general01_list1 li{
	display:flex;
	align-items: flex-start;
}

.general01_list1 li img{
	margin-right:8px;
	padding-top: 8px;
}

.general01 .inner > .title{
	margin-bottom: 40px;
	line-height: 1.363636;
}

.general01 .inner > .text2{
	line-height:1.875;
}

.general02{
	padding: 60px 0 120px;
}

.general02 .mainTit.ab_tit .en_tit2{
	font-size: clamp(5rem,11vw,15.6rem);
	}

.general02 .esthetic01_div1{
	margin:40px auto;
	text-align:center;
}

.gene02_text{margin-bottom: 140px;}

.general02 .inner > .flex{
	margin-bottom:80px;
}

.general02 .inner > .flex .text_area{
	max-width:622px;
	width: 54%;	
}

.general02 .inner > .flex .img_area{
	max-width: 498px;
	width: 44%;
}


.general02 .inner > .flex .text_area .text1{
	margin-bottom: 32px;
	font-size: clamp(1.6rem,1.6vw,1.8rem);
	line-height:1.77778;
	padding: 8px 16px;
	max-width:max-content;
	border-radius:30px;
	line-height:1.4444;
}

.general02 .inner > .flex .text_area .title{
	margin-bottom: 24px;
}

.art_div2.mabo{
	margin-bottom:60px;
}


.general02 .art_div2 .img {
    width: 12%;
    max-width: 91px;
}

.general03{
	padding:0 0 120px;
}

.general03 .artTit .en_tit {
    font-size: clamp(2.6rem, 6vw, 8rem);
}

.gene03_title1{
	padding:56px 0 64px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.gene03_div{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin: 0 auto 40px;
}

.gene03_div1{
	background:#F9F8F3;
	border-radius:10px;
	padding: 3.334%;
	width: 47%;
	max-width:560px;
	display:flex;
	align-items:center;
}


.gene03_div .plus{
	padding:0 1%;
}

.gene03_div1 .text1{
	padding: 12px 16.25px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#584834;
	color:#fff;
	border-radius:20px;
	font-size: clamp(4rem,5vw,8rem);
	line-height:1.45;
	margin-right:24px;
}

.gene_text1{
	margin:0 auto 85px;
}

.general03 .temp_div1{
	padding: 64px 6.66667%;
}

.general03 .temp_div1 .text_area{
	max-width:478px;
	width: 50%;
}

.general03 .temp_div1 .text_area .text{
	margin-top:24px;
}

.general03 .temp_div1 .img{
	max-width:498px;
	width: 48%;
}

.general03.bg_wh:before {
    height: 96%;
}

/* includes */
.includes01{
	padding:80px 0 160px;
}

.inc01_div1{
	margin-bottom:40px;
}

.inc01_div11{
	display:flex;
	justify-content:space-between;
	margin: 24px auto 40px;
}

.inc01_div11_cont{
	background:#fff;
	border-radius:10px;
	padding: 3.334%;
	width: 47%;
	max-width:560px;
}


.inc01_div11 .plus{
	padding:0 1%;
	display: flex;
	align-items: center;
}

.inc01_div11_cont .text1{
	margin-bottom:16px;
}

.inc01_div1 > .text{
	margin-bottom:85px;
}

.inc01_div1 > .temp_div1{
	padding:6.667%;
	margin-bottom: 80px;
}

.inc01_div1 > .temp_div1 .flex{
	margin-bottom:80px;
}

.inc01_div1 > .temp_div1 .text_area{
	max-width:638px;
	width: 64%;
}

.inc01_div1 > .temp_div1 .img_area{
	max-width:322px;
	width: 36%;
}

.inc01_div1 > .temp_div1 .text_area .text{
	margin-top:40px;
}


.inc01_div1 > .temp_div1 .img_area .text{
	margin-top:16px;
	font-size:1.4rem;
	line-height:1.42857;
}

.inc_tb{
	margin-bottom: 40px;
	width:100%;
}

.inc_tb th,
.inc_tb td{
	width:50%;
	border-bottom:1px solid #ADA8A1;
	border-left:1px solid #ADA8A1;
	padding: 3%;
}

.inc_tb th:last-child,
.inc_tb td:last-child{
	border-right:1px solid #ADA8A1;
}

.inc_tb th{
	background:#584834;
	color:#fff;
	font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.inc_tb td{
	background:#fff;
}

.inc01_div1 > .temp_div1 .text3{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}

.inc01_div1 .art_div2 .img {
    max-width:106px;
}

.inc01_div2{padding: 80px 0 0;}

.inc01_list1 > li{
	padding: 6.667% 0;
	border-bottom:1px dashed #AE9F80;
}

.inc01_list1 > li:last-child{
	border-bottom:none;
}

.inc01_list1 li .flex{
	justify-content:flex-start;
	align-items:center;
	margin-bottom: 24px;
}

.inc01_list1 li .flex .num{
	font-size: clamp(4rem, 5vw, 8rem);
	margin-right:32px;
	line-height: 1.45;
}

.inc01_list1 li .flex .title{font-size: clamp(2rem, 5vw, 3rem);}

.inc01_div21.mabo{
	margin-bottom:56px;	
}

.inc01_list2{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-bottom:24px;
}

.inc01_list2 li{
	width: 31.084%;
	margin-right: 3.374%;
	margin-top: 3.374%;
}

.inc01_list2 li:nth-child(3n+3){
	margin-right: 0%;
}

.inc01_list2 li:nth-child(1),
.inc01_list2 li:nth-child(2),
.inc01_list2 li:nth-child(3){
	margin-top:0;
}


.inc01_div21 .text span{
	font-size:1.4rem;
	margin-top:16px;
	line-height:1.42857;
}

.inc01_div3{
	
}

.inc01_div3 .about_list1 li .left{
	width: 16%;
	max-width:198px;
}

.inc01_div3 .about_list1 li .right{
	width: 84%;
	max-width: 872px;
}

.inc01_div1 .art_div2 .title{
	font-size: clamp(2rem, 2.8vw, 3rem);
}

/* includes */
.swiper-wrapper {
	max-width: 600px;
	width: 100%;
	margin: auto;
  }
  .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	}
  .thumb-list {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	}

  .thumb-item {
	width: 22.49%;
	margin-right: 3.3466667%;
	height: 12vw;
	max-height: 112px;
	margin-bottom: 3.3466667%;
}

  .thumb-item:nth-child(4n+4){
	  margin-right:0;
  }

  .thumb-item img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
	}

  .thumb-link {
	display: block;
	width: 100%;
	height: 100%;
	}



.swiper-slide .text{
	font-size:1.4rem;
	line-height:1.42857;
	margin-bottom:40px;
	margin-top: 8px;
}

.implant01{
	padding:80px 0;
}

.imp01_div1{
	padding:0 0 60px;
}

.imp01_div1 .art_div2{
	flex-wrap:wrap;
}

.imp01_div1 .video{
	width:100%;
	max-height:585px;
	height:50vw;
	margin:65px auto 0;
}

.imp01_div1 .video video{
	width:100%;
	height:100%;
}

.imp01_div2{
	padding:60px 0;
}

.tab_area{
	margin-top:24px;
}

.tab_list{
	display:flex;
	justify-content:space-between;
}

.tab_list li{
	max-width:390px;
	width: 33%;
	background: #584834;
	color: #fff;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	font-size: clamp(1.5rem, 2.3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.45454545;
	transition:.4s;
	cursor:pointer;
	text-align: center;
}

.tab_list li.active{
	background:#E78E02;
}

.panel{
	display:none;
	border:2px solid #E78E02;
	background:#fff;
	padding:6.6667%;
}

.panel.active{
	display:block;
}

.imp01_div2_list1 > li{
	display:flex;
	justify-content:space-between;
	padding:40px 0;
	border-top:1px dashed #AE9F80;
}

.imp01_div2_list1 > li:first-child{
	align-items:center;
	border-top:none;
	padding:0 0 40px;
}


.imp01_div2_list1 > li:last-child{
	padding: 40px 0 0;
}

.imp01_div2_list1 > li .img{
	max-width:338px;
	width: 33%;
}

.imp01_div2_list1 li .text_area{
	max-width:638px;
	width: 65%;
}

.imp01_div2_list1 li .text_area .title{
	display:flex;
	align-items:center;
}

.imp01_div2_list1 li .text_area .title span{
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: clamp(1.6rem, 2vw, 1.8rem);
	font-weight:700;
	padding:8px 16px;
	line-height:1.44444;
	border-radius:20px;
	margin-right:16px;
}

.imp01_div2_list1 li .text_area > .text{
	margin:24px 0 32px;
}

.imp01_div2_list2{
	background:#F9F8F3;
	padding: 8px 3.764% 19px;
	border-radius: 10px;
}

.imp01_div2_list2 li{
	display:flex;
	padding: 16px 0;
	border-bottom: 1px dashed #AE9F80;
}

.imp01_div2_list2 li:last-child{
	border-bottom:none;
}

.imp01_div2_list2 li .left{
	width: 17.46%;
}

.imp01_div2_list2 li .right{
	width: 82%;
}

.imp01_div2_list2 li .right .text,
.imp01_div2_list2 li .right .text1{
text-indent: -1em;
padding-left: 1em;
}

.imp01_div3 {
    padding: 60px 0 20px;
}

.imp01_div3 .title{
	margin-bottom:24px;
}

.imp01_div3 .art_div1{
	position:relative;
}

.imp01_div3 .text{
	font-size:1.4rem;
	position:absolute;
	bottom: 12px;
	left: 6.667%;
}

.imp01_div3 .about_list1 li{
	padding:40px 0;
}

.imp01_div3 .about_list1 li:first-child{
	padding:0px 0 40px;
}

.imp01_div3 .about_list1 li:last-child{
	padding:40px 0 0px;
}



.imp01_div3 .about_list1 li .left{
	width:100%;
	max-width:max-content;
	font-weight:700;
}

.imp01_div3 .about_list1 li .right{
	width:100%;
	max-width:max-content;
}

.imp01_div4 {
    padding: 60px 0;
}

.imp01_div4 > .title{
	margin-bottom:24px;
}

.imp_flex1{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}

.imp_flex1 .art_div1{
	max-width:600px;
	padding: 2.667%;
	width: 50%;
}

.imp_flex1 .container{
	max-width:498px;
	overflow:hidden;
	width: 48%;
}

.imp_flex1 .art_div1 .about_list1 li .left{
	width: 26%;
	max-width:198px;
}

.imp_flex1 .art_div1 .about_list1 li .right{
	width: 74%;
	max-width:848px;
}

.imp01_div5 {
    padding: 60px 0;
}

.imp01_div5 > .title{
	margin-bottom:24px;
}

.imp01_div6 {
    padding: 60px 0;
}

.imp01_div6 > .title{
	margin-bottom:24px;
}

.imp01_div7 {
    padding: 60px 0 0;
}

.imp01_div7 > .title{
	margin-bottom:24px;
}

.imp01_div7 .art_div1{
	margin-bottom:80px;
}

.imp01_div7 .about_list1 li{
	padding:0!important;
}

.bfaf.mabo{
	margin-bottom:40px;
}

.bfaf_div.r_arrow{
	position:relative;
}

.bfaf_div.r_arrow:before{
	position:absolute;
	content:"";
	background: url(./img/common/arrow_bla.svg) no-repeat;
	width: 11px;
	height: 20px;
	right: -8%;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-bottom: 22px;
	background-size: contain;
}

.implant02{
	padding:0 0 120px;
}

.implant02:before{
	height:98%;
}

.imp02_div{
	margin-top:40px;
}

.imp02_div:last-child{
	margin-top:120px;
}

.imp02_div > .title{
	margin-bottom:24px;
}

.imp02_div > .title2{
	margin-bottom:24px;
}

.imp02_div > .text1{
	margin-bottom: 24px;
}

.imp02_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.imp02_list1 li{
	width: 20%;
	margin-right: 6.6667%;
	position:relative;
	margin-top: 60px;
}

.imp02_div:last-child .imp02_list1 li{
	margin-top:42px;
}

.imp02_list1 li:nth-child(4n+4){
	margin-right: 0%;
}

.imp02_list1 li:before{
	position:absolute;
	content:"";
	background: url(./img/common/arrow_bla.svg) no-repeat;
	width: 11px;
	height: 20px;
	right: -18%;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-bottom: 40%;
	background-size: contain;
}

.imp02_list1 li:last-child:before{
	display:none;
}

.imp02_list1 li .num{
	font-size: clamp(5rem, 5vw, 8rem);
	position:absolute;
	top: -60px;
	left: -13%;
	line-height: 116px;
}

.imp02_list1 li .text{
	margin-top:16px;
}

.imp02_div1{
	display:flex;
	justify-content:space-between;
	background:#F9F8F3;
	padding: 3.334% 6.6667%;
	align-items: center;
	margin:80px auto 0;
	border-radius:25px;
}

.imp02_div1 > .text{
	font-size: clamp(1.9rem, 2vw, 3rem);
	padding-right: 1%;
}

.imp02_div1 .bfaf{
	max-width: 510px;
	width: 65%;
	margin: 0 auto;
}

.imp02_div1 .bfaf .center{
	margin: 0 5%;
}

.implant03{
	padding:126px 0 160px;
}

.implant03 .temp_div1{
	padding: 6.6667%;
}

.implant03 .temp_div1 > .title{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px dashed #AE9F80;
}


.implant03 .temp_div1 .flex .text_area{
	max-width:480px;
	width: 48%;
}

.implant03 .temp_div1 .flex .img_area{
	max-width:498px;
	width: 48%;
}

.implant03 .temp_div1 .flex.rev{
	flex-direction:row-reverse;
	margin-top:80px;
}

.implant03 .temp_div1 .flex .text_area .title{
	margin-bottom:40px;
}


.hygiene_tb{
	width:100%;
}

.hygiene_tb th,
.hygiene_tb td{
	border-bottom:1px solid #ADA8A1;
	border-left:1px solid #ADA8A1;
	width:20%;
}

.hygiene_tb th:last-child,
.hygiene_tb td:last-child{
	border-right:1px solid #ADA8A1;
}

.hygiene_tb th{
	background:#584834;
	color:#fff;
	padding:10px 0;
}

.hygiene_tb td{
	background:#fff;
	padding: 2.667%;
	text-align: center;
}

.hygiene_tb td.hygiene_tb_td1{
	text-align:left;
}


.hygiene_tb .bgyel{
	color:#584834;
}

.drname {
    text-align: center;
    font-size: 2rem;
}
.drname span {
    display: block;
    font-size: 1.4rem;
    line-height: 0.25rem;
}


.content02 .btn2{
	margin:24px auto 0;
	width:100%;
	max-width:500px;
}

.co2_div2 .temp_div1 .text .bold{
	font-weight:700;
}
/* home */
.home01 .img1{
	margin: 46px auto 64px;
}

.home01_div{
	margin:120px auto 200px;
}

.home01_div1{
	background:#FFFFFF;
	border-radius:25px;
	padding: 6.667% 6.667% 9%;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.home01_div1 .text1{
	width: 50%;
	max-width:512px;
}

.home01_div1 .img{
	max-width:472px;
	width: 48%;
}

.home02.bg_wh:before {
    height: 97.7%;
}

.home02_div1{
	padding:80px 0;
	border-bottom:1px dashed #AE9F80;
}

.home02_div1 .text{
	margin:16px auto 26px;
}

.home02_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.home02_list li{
	width: 32.5%;
	background:#F9F8F3;
	border-radius:10px;
	margin-top:100px;
	position:relative;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	padding: 58px 0% 39px;
}

.home02_list li .img{
	position:absolute;
	top:-46px;
	left:0;
	right:0;
	margin:auto;
}

.home02_list li .text1{
	margin-top:23px;
	font-size: clamp(1.3rem,1.5vw,1.6rem);
}

.home02_list li:nth-child(2) .text1{
	margin-top:8px;
}


.home02_div2{
	padding:80px 0;
}

.home02_div21{
	display:flex;
	justify-content:space-between;
	margin: 0 auto 80px;
}

.home02_div21 .text_area{
	max-width:736px;
	width: 62%;
}

.home02_div21 .img{
	max-width:416px;
	width: 36%;
}

.home02_div21 .text_area .text{
	margin-top:25px;
}

.home02_div22{
	background:#F9F8F3;
	border-radius:10px;
	margin:0 auto 125px;
	max-width:1040px;
	width:100%;
	padding: 5.334%;
}

.home02_div22 .top{
	align-items:center;
	justify-content:flex-start;
	padding-bottom:24px;
	border-bottom:1px dashed #AE9F80;
	margin-bottom:24px;
}

.home02_div22 .top .left{
	display: flex;
	align-items: baseline;
	margin-right:24px;
}

.home02_div22 .top .left img{
	margin-right:8px;
}

.home02_div22 .top .left .text1{
	line-height:1.46667;
}

.home02_div22 .top .left .text1 span{
	display:block;
	font-size:1.6rem;
	margin-top:8px;
	line-height:1.5;
}

.home02_div22 .top .right{
	margin-left:24px;
	line-height:1.46667;
}

.home02_div22 .bottom{
	
}

.home02_div22 .bottom .left{
	display:flex;
	align-items:center;
	flex-shrink:0;
	margin-right:16px;
	border-radius:20px;
	height:28px;
	padding:0 16px;
	font-size:1.4rem;
}

.home02_div23{
	text-align:center;
}

.home02_div23 .temp_div1{
	padding: 6.667%;
}

.home02_div23 .temp_div1 .text1{
	margin:22px auto 40px;
	font-size:1.8rem;
	font-weight:700;
}

.home02_div23 .hygiene01_list1{
	flex-wrap:wrap;
}

.home02_div23 .hygiene01_list1 li{
	width:48%;
	max-width:initial;
	padding: 1.539%;
	margin-bottom: 24px;
	text-align: left;
}

.home02_div23 .temp_div1 .text2{
	margin: 16px auto 24px;
	font-size: clamp(1.8rem, 4.5vw, 2.2rem);
}

.home02_div23 .temp_div1 .text3{
	font-weight: 700;
}

.home03{
	padding:120px 0 160px;
}

.home03 .art_div1{
	margin:64px auto 80px;
}

.home03 .art_list1 li{
	align-items: center;
}

.home03 .art_list1 li > .num{
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 16px;
}

.home03 .art_list1 li > .text1{
	width: 100%;
	line-height: 2;
}

.home03_div{
	border-radius:25px;
	padding:20px 1%;
	justify-content:center;
	align-items:center;
}

.home03_div .text1{
	font-size: clamp(1.8rem,2vw,2.9rem);
	font-weight: 700;
	line-height:1.4482;
}

.home03_div .center{
	width:1px;
	background:#fff;
	height:71px;
	margin:0 32px 0 16px;
}

.home03_div .right{
	max-width:289px;
}

.home0{
	padding:136px 0 140px;
}

.home0 .artTit {
    font-size: clamp(2rem, 3.7vw, 3.5rem);
}

.home0 .text{
	font-size: clamp(1.6rem,2vw,2.3rem);
	font-weight: 700;
	line-height:1.86956;
	text-align:center;
	margin:27px auto 54px;
}

.home0 .img{
	max-width:1008px;
	width:100%;
	margin:0 auto;
}


/* 予約
----------------------------------------------------------- */
/* form-nav */

.progressbar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 60px auto 20px;
}
.progressbar .item {
    position: relative;
    width: 20%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 25.5px 0;
    line-height: 2.1875;
    background: #FDFCF8;
    color: #584834;
    font-size: 1.6rem;
    font-weight: 700;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 60px solid transparent;
    border-left: 30px solid #FDFCF8;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}
.hLogo h1.text {
    font-size: 2rem;
}
.hLogo  span {
    display: block;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #584834;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #584834;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/* 装飾 */

p.reserveText {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 0 auto 80px;
    font-weight: 700;
}
/* #booking_client-fieldset tr:nth-child(4) > td:after {
    content: "「@emoto-dental.net」を受信できるようにしてください。";
} */

.summer,.day-calendar{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.day-calendar h3{
	font-size: 2.5rem;
	color: #584834;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 700;
	margin: 65px auto 40px;
}

.day-calendar p{
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	padding: 10px 0 10px 0;
	margin: 10px 0;
	font-weight: 700;
	font-size: 2rem;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

.summer caption{
	font-size: 2.5rem;
	margin: 0 0 20px 0;
	color: #584834;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

.summer table{
	width: 100%;
}

.summer .monthly-calendar td{
	background: #FDFCF8;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	height: 124px;
	padding: 10px 0;
	box-sizing: border-box;
}

.summer td div{
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 700;
}

.summer td .day-number{
	font-size:2rem;
}

.monthly-calendar{
	position:relative;
}

.monthly-prev-next{
	position:absolute;
	top: -30px;
	left:0;
	width:100%;
}

.monthly-prev-next div{
	border-radius: 8px;
	width: 35%;
	text-align: center;
	max-width: 200px;
	background: #584834;
	box-shadow: 0px 3px 0 #30271c;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.monthly-prev-next div span,.monthly-prev-next div a{
	color:#fff;
	font-size:2rem;
	font-weight:700;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

.summer .day-calendar table{
	width: 100%;
	font-size: 3rem;
	border-collapse: separate;
	border: none;
}

.day-calendar .day-left,.day-calendar .day-right{
	font-size: 1.8rem;
	padding: .5%;
	/* background: #f99; */
	/* border: none; */
}

.day-calendar .day_night .day-left{
	background: #F6F9FF;
	border: 2px solid #BFD3FC;
}

.day-calendar .day_night .day-right{
	border: 2px solid #BFD3FC;
}

tr:first-child .day-calendar th{
	background: #ffe1e1;
	border: none;
	color: #f99;
}

.day-calendar th{
	background: #FBF3EC;;
	border: none;
	color: #333333;
	border: 2px solid #FEC7AE;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-size:2rem;
	font-weight:700;
}

.day-calendar tr:first-child th{
	background: #FFE7E6;
	border: none;
	color: #584834;
	border: 1px solid #F3A7A5;
}


.day-calendar td{
	background: #fff;
	border: 2px solid #FEC7AE;
}

/* 予約フォーム */


/*予約人数非表示*/
fieldset#booking-reservation-fieldset table tr:nth-child(2) {
    display: none;
}
fieldset#booking-confirm-fieldset table tr:nth-child(2) {
    display: none;
}


#booking-form{
	width: 100%;
	margin: 0 auto;
}

.content-form fieldset {
	border: 1px solid #dddddd;
	padding: 10px 0 0 10px;
	margin: 0 0 1.5rem 0;
	width: 99%;
	box-sizing: border-box;
}

.content-form legend {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0 5px;
	color: #584834;
}

.content-form table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 0 5px 0;
	width: 100%;
}

.content-form th,
.content-form td {
	border-top: none;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: none;
	padding: 2px;
	vertical-align: middle;
}

#booking-form.content-form th {
	font-size: 1rem;
	line-height: 2.3;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 37%;
	background: #F3F0E1;
	color: #333;
	border: none;
	font-size: 1.8rem;
	vertical-align: middle;
	padding: 2%;
	text-align: left;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 700;
	line-height: 1.8;
}

.content-form th .small{
	display:block;
	font-size:1.4rem;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 700;
	text-align: left;
}

.content-form th label{
		font-family: "Zen Kaku Gothic New", sans-serif!important;
		font-weight: 700;
		text-align: left;
}

.content-form td ,.content-form td label,.content-form p{
	font-size: 1.8rem;
	padding: 0 2%;
	border: none!important;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-weight: 700;
}

.content-form p{
		font-size: 1.4rem;
}

.content-form td .pink{
	font-size: 2.3rem;
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

.form-ttl{
	font-weight:700;
	font-size:1.8rem;
	margin-top:80px;
}

.content-form input,
.content-form textarea {
	padding: 3px;
	margin-bottom: 3px;
	font-size: 1.5rem;
}

.content-form #action-button{
	display:flex;
	justify-content:space-between;
	max-width:560px;
	margin: 70px auto 100px;
}


.content-form button{
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	max-width:260px;
	width:100%;
	height:60px;
	border-radius:50px;
	font-size:1.6rem;
	font-weight:700;
	letter-spacing:0.05em;
	position:relative;
	background: #584834;
	color: #fff;
	cursor: pointer;
	transition:.4s;
	margin: 0 auto;
}

.content-form button:before{
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  top: 0px;
	bottom:0;
transform: rotate(45deg);
	margin:auto;
}

.content-form button:hover{
	opacity:0.7;
}


.content-form button.back_btn{
	background:#fff;
	border:1px solid;
	color:#584834;
}

.content-form button.back_btn:before{
	border-top: solid 1px #584834;
	border-right: solid 1px #584834;
	position: absolute;
	left: 15px;
	transform: rotate(-135deg);
	right:auto;
}

.content-text.small {
	width: 3rem;
}

.content-text.medium {
	width: 100%!important;
	height: 50px;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.content-text.fat {
	width: 95%;
	width: 100%!important;
	height: 50px;
}

.input-number {
	float: left;
	margin-right: 1rem;
	text-align: center;
}

input.right {
	text-align: right;
}

.content-form .error-message {
	clear: both;
	color: red;
}

.content-form .required {
	color: red;
}

.summer table {
	border-collapse: collapse;
	width: 100%;
	border-top: 3px solid #584834;
	border-bottom: 3px solid #584834;
}

.summer .monthly-calendar th {
	background: #fff;
	color: #584834;
	font-family: "Zen Kaku Gothic New", sans-serif!important;
	font-size: 2rem;
	font-weight: 700;
	padding: 9px 0;
}

.week-title.sat, .day-box.sat .day-number{
	color:#584834;
}

.summer .monthly-calendar td {
	font-size: 1.5rem;
	border-bottom: 1px solid #CCCCCC;
}

.day-box.no-day{
	background:#EEEEEE;
}


/* 予約フォーム オプション表示項目 */
.content-form input.booking-option-number {
	text-align: right;
	width: 3rem;
}

.content-form label.field-item {
	margin-right: 0.4rem;
}

.content-form label.field-item input {
	margin-right: 0.15rem;
}

.content-form select {
	font-size: 1rem;
	padding: 0.1rem 0.15rem;
    font-size: 1.5rem;
    width: 30%;
}


.res_div01 .gun_btn1{
	margin:50px auto 80px;
}

.res_div02{
	padding-bottom: 90px;
}

.res_div02 .reserve-list li{
	margin-bottom:30px;
	font-size:1.8rem;
	font-weight:700;
	padding-left:20px;
	position:relative;
	color: #ff8682!important;
}

.res_div02 .reserve-list li:before{
	position:absolute;
	content:"◆";
	left:-5px;
	top:0px;
	font-size:1.8rem;
	font-weight:700;	
}

.biko{
	border:1px solid #584834;
	padding:30px 2%;
	margin-top:110px;
}

.biko .ttl{
	font-size:2rem;
	font-weight:700;
}

.biko .text{
	font-size:1.6rem;
	font-weight:700;
	margin-top:20px;
	line-height:1.875;
}



#contsWrap02{
	margin-bottom: 0;
}

.flex-list2{
	display:flex;
	flex-wrap:wrap;
}

.flex-list2 label{
	margin-right:15px;	
}

#container{
	background:none;
	padding:0;
}

.article #container.cover2{
	padding-top: 130px;
	padding-bottom: 0!important;
}

.res_div03{
	padding-bottom:120px;
}

.res_div03 p{
	text-align:center;
	margin:40px auto 40px;
	font-size:1.8rem;
}

.res_div03 ul{
	display:flex;
	flex-wrap: wrap;
	row-gap: 50px;
	column-gap: 2%;
}

.res_div03 li{
	width:32%;
}

.res_div03 li p{
	text-align:left;
	max-width: 250px;
	margin: 15px auto 0;
	font-size: 1.6rem;
}

.priv-div{
	width:100%;
	margin: 0 auto 50px;
	border:1px solid;
}

.priv-div .in-cont{
		height:200px;
		overflow: auto;
		padding: 40px 5%;
		background: #fff;
}

.priv-div h2{
	font-size:2.4rem;
	font-weight:700;
	margin-bottom:50px;
	text-align: center;
}

.priv-div p{
	margin-bottom:30px;
	font-size:1.6rem;
}

.priv-div p span{
	font-size:2rem;
	display:block;
	margin-bottom:10px;
}

.reserve_div1{
	margin-top:60px;
}

.reserve_div1 .title1{
	font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.4666667;
    font-weight: 700;
	margin-bottom:30px;
}

.reserve_div2{
	border:2px solid;
	border-radius:10px;
	padding: 24px 2%;
	margin:40px auto;
}

.reserve_div2 .title2{
	font-size: clamp(2rem, 3vw, 2.4rem);
	line-height: 1.4666667;
	font-weight: 700;
	margin-bottom:12px;
}

/* 予約end */

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	

header {
	padding: 12px 2%;
}

.nav_area {
    width: 96%;
}
.hLogo .text{
	font-size: 1rem;
	margin-bottom: 0px;
}

.hLogo {
    width: 26%;
    max-width: 320px;
}

.pc_nav {
    width: 56%;
}
	
header .tel_div1{
	width: 58%;
}
	
header .web_btn{
	width: 40%;
}

.co2_div2:before {
    top: 7%;
}
.drname {
    font-size: 1.6rem;
}
.drname span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.25rem;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

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



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}


.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}






/* 全ページ共通クラス
----------------------------------------------------------- */


/* トップページ
----------------------------------------------------------- */



/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

.time_tb_div .left{
	width:40px;
}

.feature_list1 li:nth-child(1) .text_area .title,
.feature_list1 li:nth-child(2) .text_area .title{
	min-height:60px;
}

.content04:before {
    height: 94%;
}

.medi_list1 li {
    margin-top: 40px;
}

.side_btn {
    max-width: 60px;
    right: -10px;
    top: 50%;
}

.content05 .co5_div1 .btn2 {
    font-size:1.6rem;
	max-width: initial;
    width: 100%;
	text-align:center;
	height:50px;
	max-width:300px;
	margin:24px auto 0;
}

.co5_div1 {
    padding: 24px 1% 20px;
    justify-content: center;
}

.co5_div1 .img {
    max-width: 105.48px;
    width: 20%;
    margin-right: 3%;
}
	
.co5_div1 .text_area {
    max-width: initial;
    width: 77%;
    margin: 0;
}

footer {
	margin: 0px auto 0;
	padding: 32px 0 0;
}
	
footer .flex{
	padding: 0px 0 0;
	flex-direction:column;
}

footer .left{
	max-width:660px;
	width: 100%;
	margin:0 auto 32px;
}

footer .right{
	max-width:450px;
	width:100%;
	margin:0 auto;
}

	
.map{
	height:300px;
}

.access_area .about_div1{
width: 47%;
}

.access_area .time_tb_div{
width: 52%;
max-width: 577px;
}
	
.access_area .about_div12 {
    padding-right: 0px;
}

#cover2 {
    height: 300px;
    padding-top: 96px;
}

.feature_list2 li .text_area .num{
	left: -4%;
	top: -10%;
}

.feature_list2 li .text_area .text{
	padding-top:12px;
}


.general03 .temp_div1 .text_area{
	width: 52%;
}

.general03 .temp_div1 .img{
	width: 46%;
}

.inc01_div11_cont {
    padding: 2%;
}
	.drop_btn .drop_cont1{
	left: -60px;
}
.drop_btn .drop_cont2{
	left: -40px;
}
.drname {
    font-size: 1.4rem;
}
.drname span {
    font-size: 1rem;
}

.art_div2 {
    padding: 32px 4%;
}

.home01_div1 {
    padding: 6.667% 3% 9%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}

/* ヘッダー
----------------------------------------------------------- */


.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 35%;
	justify-content: flex-end;
	max-width: 165px;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #584834;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #F9F8F3;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.gnav__menu__item a{
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.6;
    max-width: max-content;
}

.gnav__menu__item p span,	
.gnav__menu__item a span{
	display:block;
	font-size:1.4rem;
}


.pc_nav{
	display:none;
}

.nav_div{
	display:none;
}

.gnav__menu__item2 .hd_link{
	flex-direction:column;
	padding: 10px 0;
}

.tel_div1 .text {
    font-size: 1.3rem;
}
.gnav__menu__item2 .hd_link .web_btn{
	margin-top:20px;
	width: 100%;
}

	.gnav_list2{
		padding-left:10px;
	}

	.gnav_list2 a{
		font-size:1.6rem;
	}

.side_btn{
	display:none;
}

header{
	position:fixed;
	padding: 4px 2% 0;
	background: #F9F8F3;
	z-index: 99999;
}

#cover{
	margin: 95px auto 0;
	height: 55vw;
}

    .hLogo {
        width: 70%;
        max-width: 230px;
    }

    .tel_div1 {
        width: 100%;
    }

.content01 {
    padding: 60px 0;
}

.top_news_flex{
	flex-direction:column;
	margin: 0 auto;
	width: 100%;
}

.top_news_flex .left{
	max-width:initial;
	width: 100%;
	border-radius: 10px 10px 0 0;
	padding: 12px 5% 12px;
	flex-direction:initial;
	justify-content: space-between;
}

.top_news_flex .right{
	max-width:initial;
	width: 100%;
	border-radius:0 0 10px 10px;
	padding: 8px 0;
}

.top_news_flex .left .mainTit2 {
    margin-bottom: 0px;
    display: flex;
    align-items: baseline;
}

.top_news_flex .left .mainTit2 span{
		margin-right: 10px;
	}

.top_news_flex .btn1{
	margin-top:10px;
}

.news_list1 {
    max-width: initial;
    width: 90%;
}

.co2_div1 .flex{
	flex-direction:column;
}
	
.co2_div1 .flex > .text_area{
	width: 100%;
	margin:0 auto;
}

.co2_div1 .flex > .img{
	margin:32px auto 0;
	width: 100%;
	max-width:400px;
}

.time_tb_div{
	flex-direction:column;
}
	
.time_tb_div .left{
	width:100%;
	padding:10px 0;
}

.time_tb_div .left br{
	display:none;
}


.co2_div1 .ab_text{
	font-size: 11rem;
	line-height:200px;
}


.co2_div1 .ab_text1{
	left: -4%;
	top:-130px;
}

.co2_div1 .ab_text2{
	right: -3.5%;
	bottom: -50px;
}

.co2_div1 > .inner > .text {
    margin: 24px auto 0;
}

    .co2_div2:before {
        top: 4%;
		height:150px
    }

.co2_div2 .temp_div1 {
    padding: 30px 2%;
}

.co2_div2 .temp_div1 .title {
    padding: 16px 0px 26px;
    font-size: 1.9rem;
}


.co2_div2 .temp_div1 .title:before,
.co2_div2 .temp_div1 .title:after{
	width:24px;
	height:22px;
}

.co2_div2 .temp_div1 .title:before{
	left:-5px;
}
.co2_div2 .temp_div1 .title:after{
	right:-5px;
}
	
.co2_div2 .temp_div1 .text{
	text-align:left;
}

.temp_div1 .sou{
    width: 24px;
}

.temp_div1 .sou.sou1{
	left: -4px;
	top: -11px;
}

.temp_div1 .sou.sou2{
	right: -4px;
	top: -11px;
}

.temp_div1 .sou.sou3{
	left: -4px;
	bottom: -4px;
}

.temp_div1 .sou.sou4{
	right: -4px;
	bottom: -4px;
}

.content02{
	padding: 60px 0 0px;
}

.content03{
	padding: 60px 0 60px;
}

.feature_list1 li:nth-child(1) .text_area .title,
.feature_list1 li:nth-child(2) .text_area .title{
	min-height:initial;
}

.feature_list2 li,
.feature_list1 li{
	margin:40px auto 0;
	width:100%;
}

.feature_list2 li .text_area,
.feature_list1 li .text_area{
	padding-top:16px;
}

.feature_list1 li .text_area .text,
.feature_list2 li .text_area .text{
	padding-top:16px;
}
	
.feature_list1 li .text_area .btn2 ,
.feature_list2 li .text_area .btn2 {
    margin: 20px 0 0;
}

.feature_list1 li .text_area .title ,
.feature_list2 li .text_area .title {
    font-size: clamp(2rem, 5vw, 3rem);
}

.btn2 {
    max-width: 214px;
    height: 55px;
    font-size: 1.6rem;
}


.medi_list1 li .text {
    font-size: 1.5rem;
}
	
.content04:before {
    height: 97%;
}

.content04 {
    padding: 0px 0 60px;
}

.co5_div1{
	flex-direction:column;
	padding: 20px 2%;
	margin-bottom: 0px;
}
	
.co5_div1 .img {
    max-width: 70px;
    width: 100%;
    margin:0 auto 16px;
}
	
.co5_div1 .text_area {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}

.content05 {
    padding: 60px 0 0px;
}
	
.copyright {
    margin-top: 40px;
}

.access_area .flex{
	flex-direction:column;
}
	
.access_area .about_div1{
	width: 100%;
	margin:0 auto 32px;
}

.access_area .time_tb_div{
	width: 100%;
	max-width: 577px;
	margin:0 auto;
}


.news_flex .main_cont{
    width: 100%;
    max-width: initial;
	order:1;
}

.news02 .main_cont {
    border-radius: 12px;
    padding: 32px 16px;
}

.news_flex .side_nav{
    max-width: 240px;
    width: 100%;
	order:3;
	margin:0 auto;
}

.pagination-list{
	order:2;
	margin: 40px auto 60px;
}

.news_list2 li .img {
    height: 21vw;
}

.news_list2 li .text_area {
    padding-top: 0%;
}

.article header {
    /* display: flex; */
}

    #cover2 {
        height: 260px;
    }

.news #cover2 {
    background: url(./img/news/mv.jpg) no-repeat;
    background-size: cover;
    background-position-x: 72%;
}

.btn_area{
	order:2;
	margin: 40px auto 60px;
}

.feature_list2 li {
	flex-direction:column!important;
}

.feature_list2 li .img{
	max-width:initial;
	width:100%;
}
	
.feature_list2 li .text_area{
	max-width:initial;
	width:100%;
}

.feature_list2 {
    margin: 40px auto 0;
}

.feature01 {
    padding: 0px 0 120px;
}

.about_list1 li {
    padding: 16px 0;
}

.about_list1 li .flex{
	flex-direction:column;
}
	
.about_list1 li .flex .left{
	width:100%;
}


.about_list1 li .flex .right{
	width:100%;
}

.about1_div2 {
    margin: 40px auto 0;
    flex-direction:column;
    padding:3%;
    border-radius: 12px;
    box-shadow: 5px 6px 0 #ADA8A14f;
}

.about01_div1{
	padding: 5%;
	border-radius: 12px;
}

.about1_div2 .img{
	width:100%;
	margin:0 auto 12px;;
	max-width:205px;
}

.about1_div2 .text_area {
    max-width: initial;
    width:100%;
}

.about01 .about01_div1 {
    margin: 40px auto 0;
}

.about01 {
    padding: 60px 0 100px;
}

.about02 {
    padding: 0 0 60px;
}

.about03 {
    padding: 0px 0 120px;
}

.about03_div {
    padding: 30px 3%;
    border-radius: 12px;
}

.about02.bg_ami:before {
    height: 99.5%;
}

.about2_list {
    margin-top: 40px;
}

.ct01 .flex{
	margin:20px auto 0;
	flex-direction:column-reverse;
}

.ct01 .flex .img{
	max-width:498px;
	width: 100%;
	margin:0 auto 32px;
}

.ct01 .flex .text_area{
	max-width: initial;
	width: 100%;
	margin:0 auto;
}

.ct01 .flex .text_area .title {
    margin-bottom: 20px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.ct01 {
    padding: 0px 0 40px;
}


.ct02 {
    padding: 60px 0 40px;
}


.ct02_list1{
	margin-bottom: 50px;
	flex-direction:column;
}

.ct02_list1 li{
	width: 100%;
	margin: 32px auto 0;
}

.ft22 {
    font-size: clamp(1.8rem, 4.5vw, 2.2rem);
}

.ft30 {
    font-size: clamp(2.2rem, 5vw, 3rem);
}

.ct02 .temp_div1 {
    padding: 32px 3%;
}

.ct02 .temp_div1 .flex{
	flex-direction:column-reverse;
}

.ct02 .temp_div1 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.ct02 .temp_div1 .flex .img_area{
	max-width:initial;
	width: 100%;
	display:flex;
	justify-content:space-between;
	margin: 0 auto 24px;
}

.ct02 .temp_div1 .img2{
	margin-top:0px;
}

.ct02 .temp_div1 .img{
	width:48%;
}

.ct02_list2 li {
    margin-bottom: 16px;
}

.ct03 {
    padding: 60px 0 120px;
}

.art_list1 li{
	padding:16px 0;
	flex-direction:column;
}

	
.art_list1 li .img{
	width:100%;
	margin:0 auto 16px;
	max-width:70px;
}
	
	
.art_list1 li .text_area{
	width:100%;
	max-width:initial;
}


.art_list1 li:first-child{
	padding:0 0 16px;
}

.art_list1 li:last-child{
	padding:16px 0 0px;
	border:none;
}

.ct03 .art_div1 {
    margin-top: 40px;
}
.art_div1 {
    border-radius: 12px;
    padding: 32px 3%;
}

.art_list1 li .text_area .title {
    margin-bottom: 8px;
}

.hygiene01 {
    padding: 0px 0 60px;
}

.hygiene01 .text1{
	margin:24px auto;
}

.hygiene01 .art_div2{
	margin-bottom: 60px;
}

.hygiene01 .temp_div1{
	
padding: 32px 3%;
}

.hygiene01 .temp_div1 .flex{
	flex-direction:column;
}

	
.hygiene01 .temp_div1 .text_area{
	max-width:initial;
	width:100%;
}

.hygiene01 .temp_div1 .img_area{
	width:80%;
	margin:24px auto 0;
}

.hygiene01_list1 li{
	margin:0 auto 16px;
}

.art_div2 {
    padding: 24px 3%;
    flex-direction:column;
    border-radius: 12px;
    box-shadow: 5px 6px 0 #ADA8A14f;
}

.art_div2 .img{
	width:100%;
	max-width:60px;
	margin:0 auto 16px;
}

.art_div2 .text_area{
	width:100%;
	max-width:initial;
}

.hygiene01 .temp_div1 .img_area p {
    margin-top: 8px;
	text-align:center;
}

.hygiene02 .flex{
	margin:40px auto;
	flex-direction:column;
}

.hygiene02 .flex .img{
	max-width:575px;
	width: 100%;
	margin: 0 auto;
}

.hygiene02 .flex .text_area{
	max-width:initial;
	width:100%;
	margin:24px auto 0;
}


.hygiene02_list li{
	padding: 16px 0;
}

.hygiene02_list li:first-child{
	padding: 0 0 16px;
}

.hygiene02_list li:last-child{
	padding: 16px 0 0;
}

.over_sld{
	width:100%;
	overflow-x:scroll;
}


.over_sld .img{
	width:800px;
}

.hygiene_tb{
	width:800px;
}

.hygiene02 {
    padding: 0 0 60px;
}

.hygiene03{
	padding:60px 0;
}
.hygiene03 .flex{
	flex-direction:column-reverse;
}
	
.hygiene03 .img{
	max-width:400px;
	width: 100%;
	margin:24px auto 0;
}

.hygiene03 .text_area{
	max-width:initial;
	width: 100%;
}

.hygiene03 .text{
	margin-top: 24px;
}

.hygiene01 .mainTit.ab_tit .en_tit2{
	line-height:1;
	top: 15%;
}

.staff_div {
    margin: 40px auto 0;
    flex-direction: column-reverse!important;
}

.staff_div .img_area{
	margin:0 auto 24px;
	width:100%;
	max-width:400px;
}

.staff_div .text_area{
	max-width:initial;
	width:100%;
}


.staff_div .text_area .title1{
	margin-bottom:20px;
}

.staff_div .text_area .title2{
	margin-bottom:16px;
}

.staff_div .text_area .text.mabo{
	margin-bottom:28px;
}

.staff_video {
    margin: 60px auto 0;
}

.staff01 {
    padding: 60px 0 20px;
}

.flow_list li{
	flex-direction:column;
}
	
.flow_list li .right{
	margin-top:8px;
}

.staff02 .art_div1 .flex{
	flex-direction:column;
}

.flex .ct02_list2.flex_list{
	width: 100%;
}

.staff02 > .inner .flex{
	flex-direction:column;
}

.staff02 .flex > .art_div1 {
    width: 100%;
    max-width: initial;
}

.staff02 .art_div1 {
    margin-bottom: 24px;
}

.staff03 {
    padding: 60px 0;
}

.staff03_list li {
    width: 49%!important;
    max-width: initial;
    margin-top: 24px;
}

.staff06 {
    padding: 60px 0 120px;
}

	
.esthetic01 .inner > .flex, .esthetic02 .inner > .flex, .esthetic03 .inner > .flex {
    margin: 32px auto 0;
	flex-direction:column;
}


.esthetic01 .inner > .flex .text_area,
.esthetic02 .inner > .flex .text_area,
.esthetic03 .inner > .flex .text_area{
	max-width:initial;
	width: 100%;
}

.esthetic01 .inner > .flex .img_area,
.esthetic02 .inner > .flex .img_area,
.esthetic03 .inner > .flex .img_area{
	max-width:498px;
	width: 100%;
	margin:24px auto 0;
}

.esthetic01 .inner > .flex .text_area .text2{
	padding-top:16px;
	margin-top:16px;
}

.bfaf{
	margin-top:16px;
}
	
.esthetic_div .about_list1 li:first-child{
    padding: 0px 0 24px;
}
	
.esthetic_div .about_list1 li:last-child {
    padding: 24px 0 0px;
}
.esthetic_div .about_list1 li {
    padding: 24px 0;
}

.esthetic03 {
    padding: 0px 0 120px;
}

.bfaf p {
    margin-top: 4px;
}

.esthetic02 {
    padding: 0 0 60px;
}

.bg_wh:before {
    height: 99%;
}

.general03.bg_wh:before {
    height: 99%;
}

.esthetic01_div1 {
    padding: 24px 3%;
    margin-bottom: 40px;
}

.esthetic01 {
    padding: 60px 0;
}

.general01 {
    padding: 60px 0 0px;
}

.general01 .esthetic01_div1 {
    margin-bottom: 40px;
}


.general01 .flex{
	margin: 24px auto 32px;
	flex-direction: column;
}

.general01 .flex .text_area{
	max-width: initial;
	width: 100%;
}

.general01 .flex .img_area{
	max-width: 498px;
	width: 100%;
	margin: 24px auto 0;
}


.general01 .flex .text_area .text1{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px dashed #AE9F80;
}

.general01_div1{
	padding: 3%;
}

.general01 .inner > .title {
    margin-bottom: 20px;
}

.general02 {
    padding: 20px 0 100px;
}

.gene02_text {
    margin-bottom: 60px;
}


.general02 .inner > .flex{
	margin-bottom:40px;
	flex-direction:column;
}

.general02 .inner > .flex .text_area{
	max-width:initial;
	width: 100%;	
}

.general02 .inner > .flex .img_area{
	max-width: 498px;
	width: 100%;
	margin:24px auto 0;
}

.general03 .temp_div1 {
    padding: 32px 3%;
}

.general03 .temp_div1 .flex{
	flex-direction:column;
}

.general03 .temp_div1 .flex .text_area{
	width:100%;
	max-width:initial;
}

	
.general03 .temp_div1 .flex .img{
	width:100%;
	margin:24px auto 0;
}

.gene03_div{
	display:flex;
	flex-direction:column;
}

.gene03_div1{
	width:100%;
	margin:0 auto;
}

.gene03_div .plus{
	padding:16px 0;
}

.inc01_div2 {
    padding: 40px 0 0;
}


.inc01_div11{
	margin: 24px auto 14px;
	flex-direction:column;
}

.inc01_div11_cont{
	width: 100%;
	margin:0 auto;
	padding:16px 3%;
}


.inc01_div11 .plus{
	padding:16px 0;
	justify-content:center;
}

.inc01_div1 > .text {
    margin-bottom: 50px;
}

.inc01_div1 > .temp_div1 .flex{
	margin-bottom:40px;
	flex-direction:column;
}

.inc01_div1 > .temp_div1 .text_area{
	max-width:initial;
	width: 100%;
}

.inc01_div1 > .temp_div1 .img_area{
	max-width:322px;
	width: 100%;
	margin:24px auto 0;
}

.inc01_div1 > .temp_div1 .text_area .text {
    margin-top: 16px;
}

.inc01_div1 > .temp_div1 {
    padding: 32px 3%;
    margin-bottom: 40px;
}

.art_div2.mabo {
    margin-bottom: 40px;
}
	
.inc01_div21.mabo{
	margin-bottom:24px;	
}

.includes01 {
    padding: 60px 0 120px;
}

.inc_tb td{
	font-size:1.5rem;
}

.inc_tb th, .inc_tb td {
    padding: 3% 1%;
}

.implant03 {
    padding: 60px 0;
}

.implant03 .temp_div1 .flex{
	flex-direction:column-reverse!important;
}

.implant03 .temp_div1 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.implant03 .temp_div1 .flex .img_area{
	max-width:498px;
	width: 100%;
	margin:0 auto 24px;
}

.implant03 .temp_div1 .flex .text_area .title {
    margin-bottom: 16px;
}

.implant03 .temp_div1 .flex.rev {
    margin-top: 40px;
}
	
.implant03 .temp_div1 > .title {
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.implant03 .temp_div1 {
    padding: 32px 3%;
}

.implant01 {
    padding: 60px 0 20px;
}
	
.imp01_div1 .video {
    margin: 24px auto 0;
}

.imp01_div1 {
    padding: 0 0 20px;
}

.imp01_div2_list1 > li{
	padding:24px 0;
	flex-direction:column-reverse;
}

.imp01_div2_list1 > li:first-child{
	padding:0 0 24px;
}


.imp01_div2_list1 > li:last-child{
	padding: 24px 0 0;
}

.imp01_div2_list1 > li .img{
	max-width:238px;
	width: 100%;
	margin: 0 auto;
}

.imp01_div2_list1 li .text_area{
	max-width:initial;
	width: 100%;
	margin: 0 auto 24px;
}

.imp01_div2_list2 li{
	padding: 16px 0;
	flex-direction:column;
}

.imp01_div2_list2 li .left{
	width: 100%;
	font-weight: 700;
}

.imp01_div2_list2 li .right{
	width: 100%;
}

.imp01_div2 {
    padding: 60px 0 20px;
}

.imp01_div3 {
    padding: 60px 0 20px;
}

.imp01_div4 {
    padding: 60px 0 20px;
}

.imp01_div5 {
    padding: 60px 0 20px;
}

.imp01_div6 {
    padding: 60px 0 20px;
}

.imp01_div7 {
    padding: 60px 0 20px;
}



.imp01_div3 .about_list1 li{
	padding:24px 0;
}

.imp01_div3 .about_list1 li:first-child{
	padding:0px 0 24px;
}

.imp01_div3 .about_list1 li:last-child{
	padding:24px 0 0px;
}


.imp_flex1{
	flex-direction:column;
}

.imp_flex1 .art_div1{
	max-width:initial;
	padding: 2.667%;
	width: 100%;
}

.imp_flex1 .container{
	width: 100%;
	margin:32px auto 0;
}

.swiper-slide .text {
    margin-bottom: 16px;
}

.imp01_div7 .art_div1 {
    margin-bottom: 40px;
}

.imp02_list1{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.imp02_list1 li{
	width: 43%;
	margin-right: 7%;
	margin-top: 60px;
}


.imp02_div:last-child .imp02_list1 li{
	margin-top:24px;
}

.imp02_div:last-child .imp02_list1 li:before {
	right: -13%;
	padding-bottom: 00%;
}

.imp02_list1 li:before{
	right: -13%;
	padding-bottom: 40%;
}
	
.imp02_list1 li .num {
    top: -60px;
    left: -6%;
}

.imp02_div1{
	padding: 24px 3%;
	flex-direction:column;
	margin: 40px auto 0;
}

.imp02_div1 .bfaf{
	width: 100%;
	margin:24px auto 0;
}

.imp02_div1 > .text{
	font-size: clamp(2.2rem, 4vw, 3rem);
	padding-right: 0%;
}

.imp02_div:last-child {
    margin-top: 60px;
}

.implant02 {
    padding: 0 0 60px;
}

.imp01_div3 .art_div1 {padding: 32px 5% 48px;}

.imp01_div3 .text {
    bottom: 12px;
    left: auto;
	text-align:right;
	right:3%;
}

.hygiene01 .temp_div1 .text_area > .title {
    font-size: clamp(2rem, 5vw, 3rem);
}

.hygiene_tb th,
.hygiene_tb td{
	font-size: 1.4rem;
	padding: 1%;
}
	
.sld .img{
	height: 40vw;
}

.home02_list li{
	width: 49%;
	padding: 58px 1% 39px;
}


.home02_list li .text1{
	font-size: clamp(1.4rem,2.2vw,1.6rem);
}

.home01_div1{
	padding: 32px 16px;
	flex-direction:column;
}

.home01_div1 .text1{
	width: 100%;
	max-width:initial;
}

.home01_div1 .img{
	width: 100%;
	margin: 24px auto 0;
}

.home01_div {
    margin: 60px auto 80px;
}


.home02_div21{
	margin: 0 auto 40px;
	flex-direction:column;
}

.home02_div21 .text_area{
	max-width:initial;
	width: 100%;
}

.home02_div21 .img{
	width: 100%;
	margin:24px auto 0;
}


.home02_div1{
	padding:40px 0;
}

.home02_div2 {
    padding: 40px 0;
}


.home02_div22{
	margin:0 auto 60px;
	padding: 24px 3%;
}

.home02_div22 .top{
	flex-direction:column;
}

.home02_div22 .top .left{
	margin-right:0px;
}

.home02_div22 .top .center img{
	transform:rotateZ(90deg);
	margin:16px auto 8px;
}

.home02_div22 .top .right{
	margin-left:0px;
}


.home02_div22 .bottom{
	flex-direction:column;
}

.home02_div22 .bottom .left{
	margin-right:0px;
	max-width:max-content;
	margin-bottom:8px;
}

.home02_div23 .hygiene01_list1 li {
    width: 100%;
    padding: 16px;
    margin-bottom: 12px;
}

.home02_div23 .temp_div1 .text1 {
    margin: 16px auto 24px;
    font-size: 1.6rem;
}

.home02_div23 .temp_div1 .text2 {
    margin: 8px auto 16px;
    font-size: clamp(1.56rem, 3vw, 2.2rem);
}

.home02_div23 .temp_div1 .ft30 {
        font-size: clamp(1.7rem, 4vw, 3rem);
    }

.home02_div23 .temp_div1 {
    padding: 32px 12px;
}

.home03 .art_list1 li > .num {
    width: 46px;
    height: 46px;
    font-size: 2.4rem;
    margin-right: 0px;
	margin-bottom:8px;
}

.home03 {
    padding: 60px 0 80px;
}

.home03 .art_div1 {
    margin: 32px auto 50px;
}

.home03_div{
	flex-direction:column;
	padding:24px 16px;
}
	
.home03_div .text1{
	margin-bottom:8px;
}

.home03_div .center{
	display:none;
}

.home02.bg_wh:before {
    height: 99.2%;
}

.home01 .img1 {
    margin: 24px auto 32px;
}


.home0{
	padding: 80px 0 0px;
}


.home0 .text{
	margin:20px auto 32px;
}

.monthly-prev-next {
    top: -5px;
}

.monthly-prev-next div {
    width: 25%;
    height: 50px;
}

.monthly-prev-next div span,
.monthly-prev-next div a{
	font-size:1.6rem;
}

.content-form th,
.content-form td{
	display:block!important;
	width:100%!important;
}

.content-form th{
	margin-bottom:8px;
}
	
.content-form td{
	
}

.content-form legend {
    font-size: 1.8rem;
}

.content-form fieldset{
	padding:0;
}

.content-form select{
	width:32%;
}

.day-calendar h3 {
    font-size: 2rem;
    margin: 40px auto 0px;
}

.res_sp{
	width: 64%;
	margin-right:auto;
}
	
	header .res_sp .web_btn{
	width:100%;
	height: 75px;
}

.res_sp .web_btn img{
	width: 90%;
}
	
.res_sp .web_div{
	margin: 0 auto;
	width: 95%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}



/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


/* トップページ
----------------------------------------------------------- */

#main {
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 96%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}


.news_list1 li{
	flex-direction:column;
	padding: 10px 0;
}


.news_list1 li .date{
	width: 100%;
}

.news_list1 li .title{
	width: 100%;
}

.medi_list1{
	max-width:400px;
	margin:0 auto;
}
	
.medi_list1 li {
    margin-top: 30px;
	width:45%;
}

.co5_div1 .text_area .title {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

footer .left{flex-wrap: wrap;}

.ft_list1{
	width:48%;
	margin:0 0 24px;
}

	.ft_list1 li.mabo{
		margin-bottom:20px;
	}

footer .left{
	max-width:450px;
}


.pagination-list .page-numbers {
    width: 50px;
    height: 50px;
}

.news_list2 li {
	flex-direction:column;
}
	
.news_list2 li .img {
    height: 65vw;
    width:100%;
    max-width:initial;
    max-height: 300px;
}

.news_list2 li .text_area {
    padding-top: 0%;
	max-width:initial;
	width:100%;
	margin:12px auto 0;
}

.about2_list li {
    width: 100%;
    margin: 30px auto 0;
}

.btn_area .btn2{
	width:40%;
}

.ct02 .temp_div1 .flex .img_area{
	flex-direction:column;
	margin:0 auto;
}

.ct02 .temp_div1 .img2{
	margin-top:0px;
}

.ct02 .temp_div1 .img{
	width:100%;
	margin:0 auto 24px;
}

.hygiene01 .mainTit.ab_tit .en_tit2 {
	top: 30%;
}


.staff03_list li .text {
    margin-top: 8px;
	font-size:1.4rem;
}


.staff06_list1{
	margin-bottom:24px;
	flex-direction:column;
}

.staff06_list1 li{
	width:100%;
	margin:24px auto 0;
}


.inc01_list2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:16px;
}

.inc01_list2 li{
	width: 48%;
	margin-right: 0%;
	margin-top: 16px!important;;
}

.inc01_list2 li:nth-child(3n+3){
	margin-right: 0%;
}

.inc01_list2 li:nth-child(1),
.inc01_list2 li:nth-child(2){
	margin-top:0!important;
}

.inc01_list1 li .flex .num {
    margin-right: 12px;
}

.inc_tb td{
	font-size:1.4rem;
}

.home02_list li{
	width: 100%;
	padding: 58px 1% 39px;
	max-width:350px;
	margin:60px auto 0;
}


.home02_list li .text1{
	font-size: 1.6rem;
}

.home02.bg_wh:before {
    height: 99.5%;
}

.res_sp .web_div .text1{
	font-size:1.6rem;
}
	
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */