.sp {
	display: none;
}
.pc {
	display: block;
}

@media screen and (max-width: 640px) {
#wrapper {
	min-width: 100%;
}
.container {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
/*header*/	
#header {
	z-index: 99999;
}
#header .header-bg {
	background: #64dbbb;
	height: auto;
}
#header h1 {
	width: 100%;
	font-size: 10px;
	padding: 10px 3% 5px;
	box-sizing: border-box;
	line-height: 1.4em;
}
.logo {
	margin: 10px 0 20px;
	width: 240px;
	font-size: 15px;
	height: 28px;
	display: flex;
	align-items: flex-end;
}
.logo img {
	height: 21px;
}
.header-r .h-tel {
	display: none;
}
/*Gnavi*/
#gnavi {
	position: fixed;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: -1;
	background: rgba(100,219,188,0.95);
	top: -100%;
	left: 0;
	overflow: auto;
	opacity: 0;
	transition: all 500ms linear;
}
#gnavi.active {
	top: 0;
	opacity: 1;
	z-index: 9998;
}
#gnavi ul li {
	display: block;
	margin-left: 0;
}
#gnavi ul li a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'NotoSansCJKjp-Medium';
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	padding: 15px 10px;
}
#gnavi ul li a:hover {
	color: #fff;
	background: transparent;
	opacity: 0.7;
}
#gnavi .close-menu {
	width: 170px;
	margin: 20px auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 12px 0;
	background: #f1763a;
	display: block;
}
#gnavi .close-menu span {
	margin: 0 5px 0 0;
	vertical-align: middle;
	display: inline-block;
}
/* MENU-ICON */
.menu-icon {
	margin: 0;
	width: 46px;
	height: 42px;
	box-sizing: border-box;
	background: #f1763a;
	border-radius: 5px;
	text-align: center;
	position: fixed;
	top: 30px;
	right: 3%;
	z-index: 99999;
	padding: 18px 5px;
}
.menu-icon span {
	display: block;
	margin: 0;
	width: 36px;
	height: 3.5px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.menu-icon span::after, .menu-icon span::before {
	display: block;
	content: '';
	position: absolute;
	width: 36px;
	height: 3.5px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0;
	-moz-transition-delay: 0.2s, 0;
	-ms-transition-delay: 0.2s, 0;
	-o-transition-delay: 0.2s, 0;
	transition-delay: 0.2s, 0;
}
.menu-icon span::before {
	margin-top: -10px;
}
.menu-icon span::after {
	margin-top: 10px;
}
.menu-icon.active span {
	background-color: transparent;
}
.menu-icon.active span::before, .menu-icon.active span::after {
	margin-top: 0px;
	-webkit-transition-delay: 0, 0.2s;
	-moz-transition-delay: 0, 0.2s;
	-ms-transition-delay: 0, 0.2s;
	-o-transition-delay: 0, 0.2s;
	transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.active span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*Mainvisual*/
#index #mainvisual {
	height: 280px;
}
#index #mainvisual .slider li {
	height: 280px;
}
#index #mainvisual:before, #index #mainvisual:after, #index #mainvisual .slider:before, #index #mainvisual .slider:after {
	display: none;
}
#index #mainvisual h2 {
	left: 50%;
	margin-left: 0;
	bottom: inherit;
	top: 45%;
	width: 92%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
	padding: 15px 10px;
	border: 1px solid #fff;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
}
#index #mainvisual h2 span.h2or {
    font-size: 30px;
    line-height: 1.3;
}
#index #mainvisual .idx_main_bnr {
	left: 10%;
	margin-left: 0px;
	top: 166px;
}
#index #mainvisual .idx_main_bnr img {
	display: block;
	width: 36%;
}
#index #mainvisual .idx-main-btn {
	width: 25%;
	max-width: 110px;
	position: absolute;
	right: 0;
	margin-right: 0;
}
/*box01*/
.box01:before, .box01:after {
	display: none;
}
.box01 {
	padding-top:20px;
}
.box01 .container {
	display: block;
	padding: 15px 3%;
	background: #f5f5f5;
}
.box01 .box01-ttl {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
}
.box01 h3 {
	display: table-cell;
	vertical-align: middle;
}
.box01 h3 {
	font-size: 24px;
}
.box01 h3 span {
	font-size: 16px;
}
.box01-bl li span {
	font-size: 14px;
}
.box01-bl li a {
	font-size: 14px;
}
.idx-btn.box01-btn {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.idx-btn a {
	background: #64dbbb url(../images/idx_arrow01.png) 10px center no-repeat;
	padding: 10px 25px;
	font-size: 13px
}
.idx-btn.box01-btn a {
	padding: 5px 25px;
	font-size: 12px;
}
/*box02*/
.box02 {
	padding: 35px 0 30px;
}
.box02 ul li, .box02 ul li:last-child {
	width: 48%;
	margin: 0 4% 10px 0;
	text-align: center;
}
.box02 ul li:nth-child(2n) {
	margin: 0 0 10px;
}
/*box03*/
.box03 {
	padding: 40px 0;
}
.box03 .imgL {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.box03 .box03-ctn {
	width: 100%;
}
.box03 .box03-ctn {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
}
.box03 h3 img {
	width: 100%;
	max-width: 364px;
}
.idx-btn.box03-btn a {
	background: #f1763a url(../images/idx_arrow01.png) 10px center no-repeat;
}
h3.title_3 {
	line-height: 1.3;
}
/*box04*/
.box04 {
	padding: 40px 0;
	background: #f5f4f9;
}
.box04 .box04-ctn {
	width: 100%;
	margin: 0;
	padding: 0 3%;
	box-sizing: border-box;
}
.box04 .box04-btn {
	margin: 25px 0 0;
}
.box04 .box04-btn li:first-child {
	margin: 0 3% 0 0;
}
.idx-btn.box04-btn li:last-child a {
	background: #e9f13d url(../images/idx_arrow02.png) 10px center no-repeat;
}
.idx-btn.box04-btn li a {
	padding: 10px 30px;
	font-size: 15px;
}
/*box05*/
.box05 {
	padding: 40px 0;
}
.box05 h3 {
	margin: 0 0 30px;
}
.box05 h3 img {
	width: 280px;
}
.box05 ul li, .box05 ul li:nth-child(4n) {
	margin: 0 3% 10px 0;
	width: 45%;
}
.box05 ul li:nth-child(2n) {
	margin: 0 0 10px;
	clear: both;
}
.box05 ul {
	text-align: center;
	margin: 0 0px 0 0;
}
/*box06*/
.box06 {
	padding: 50px 0 20px;
}
.box06 .box06-ctn {
	width: 100%;
	margin: 0;
	padding: 0 3%;
	box-sizing: border-box;
}
.box06 h3 {
	margin: 0 0 30px;
}
/*Footer*/
.footer01 {
	padding: 40px 0 25px;
}
.footer_navi {
	display: none;
}
.f-logo {
	font-size: 20px;
	margin-bottom: 28px;
	display: block;
	text-align: center;
}
.f-logo img {
	width: 36px; 
}
.footer01 .f01-l {
	width: 100%;
	margin: 0 0 20px;
}
.f-map {
	width: 100%;
}
.f-map .gMap {
	width: 100%;
	height: 300px;
}
.footer02 li {
	display: block;
	margin: 0 0 10px 0;
}
.f-copy {
	padding: 15px 0;
}
#totop {
	bottom: 65px;
	right: 3%;
}
#totop li {
	margin: 0 0 10px;
	width: 60px;
}
#totop li:first-child {
	display: none;
}
.contact-sp {
	width: 100%;
	display: table;
	position: fixed;
	background: #f1763a;
	bottom: 0;
	left: 0;
	z-index: 1000;
	visibility:hidden;
}
.contact-sp:before {
	content: '';
	position: absolute;
	height: 60%;
	border-left: 1px solid #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.contact-sp li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.contact-sp li a {
	display: block;
	text-align: center;
	padding: 15px 0;
}
.contact-sp li a img {
	width: 100%;
	max-width: 200px;
}

/*Under*/
.under #navi {
	display: none;
}
.under #main {
	width: 100%;
	margin: 0 auto 20px;
}
.under #main #content {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 3%;
	box-sizing: border-box;
}
.image-r, .image-l {
	float: none;
	text-align: center;
	margin: 0 0 15px;
}
/** start table scroll***/
.tbl-scroll, .img-scroll {
	overflow-x: scroll;
}
.tbl-scroll > table, .img-scroll img, .tbl-scroll > ul {
	min-width: 640px;
}
.tbl-scroll > table > table {
	min-width: 100%;
}
/** end table scroll***/

.under #mainvisual {
	min-height: inherit;
	padding: 50px 0;
	margin-bottom: 30px;
}
.under #mainvisual .container {
	height: auto;
}
.under #mainvisual .container h2 {
	font-size: 30px;
	line-height: 40px;
}
.under .main-bnr01 a {
	padding: 20px 10px;
}
.sm-tab {
	width: 100%;
}
#clinic .gMap {
	height: 300px;
}
.ml255 {
	margin-left: 0;
}
.column_02 li {
	padding: 0;
	width: 100%;
}
.column_02 li:first-child {
	margin-bottom: 60px;
}
.column_02:after {
	background: url(../images/arrow01.png) no-repeat;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
#perio .column_02:after, #whitening .column_02:after {
	top: 50%;
}
#whitening .column_02 li, #whitening .column_02 li:last-child {
	padding: 0;
}
/*blog*/
.blog-list li {
	width: 100%;
	margin: 0 0 3%;
}
.blog-detail-img02 li a {
	height: 80px;
}
}

@media screen and (max-width: 567px) {
#index #mainvisual h2 {
	width: 95%;
	padding: 15px 10px;
	font-size: 16px;
}
}
@media screen and (max-width: 480px) {
    #index #mainvisual h2 span.h2or {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 320px) {
#index #mainvisual h2 {
	width: 95%;
	padding: 15px 10px;
	font-size: 14px;
}
	.idx-btn.box03-btn a {
	  padding: 10px 15px 10px 25px;
	}
}