@charset "UTF-8";
body {
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #4b4b4b;
	line-height: 1.6;
}
a {
	text-decoration: none;
	color: #4b4b4b;
}
.cf:after {
	display: block;
	content: "";
	clear: both;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.pagetop {
	border-radius: 2px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pagetop:hover {
	opacity: .6;
}
/* ==========================================================================

	 01. header(multinfo)
	 02. call
	 03. nav
	 04. menu
	 05. footer
	 06. reservebanner (low only)
	 
	 07.multi-class
	 
	 10. 404 error

   ========================================================================== */
  
/*
       01. header (multinfo)
========================================================================== */ 
header {
	padding: 2.5vw 1.6vw 1.8vw 0.8vw;
}
.logo {
	width: 72%;
	margin-left: 2vw;
	margin-top: 1vw;
	float: left;
}
.logo img {
	width: 100%;
	height: auto;
}
.hNavi {
	width: 19.6;
	float: right;
}
.telBtn, .menuBtn {
	background-color: #71e8ff;
	border: 1px solid #37ceeb;
	float: left;
	border-radius: 4px;
	width: 9vw;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.telBtn {
	margin-right: 1.6vw;
}
.telBtn a, .menuBtn a, .arrow a {
	color: #fff;
}
.telBtn i {
	font-size: 6vw;
	vertical-align: middle;
}
.menuBtn i {
	font-size: 6vw;
	padding-top: 1.2vw;
}
.tel a {
	display: block;
}
header .dis{
	font-size: 10px;
	line-height: 1.3;
	padding: 0 6px 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*
       02. nav
========================================================================== */ 
.gNav {
	border : 1px solid #aeaeae;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 10px 35px;
}
.gNav li a {
	display: block;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 8%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 8%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 8%, #f2f2f2 100%);
	height: 40px;
	text-align: center;
	width: 33.1%;
	float: left;
	color: #3bdfff;
	font-size: 12px;
	line-height: 1;
	padding: 15px 0;
}
.gNav li a i {
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}
.gNav li:nth-child(1) a, .gNav li:nth-child(2) a, .gNav li:nth-child(3) a {
	border-bottom: 1px solid #aeaeae;
}
.gNav li:nth-child(2) a, .gNav li:nth-child(5) a {
	border-right: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
}
.gNav li a:hover {
	color: #0ab2df;
	background: #f1eded;
	background: -moz-linear-gradient(top, #f1eded 0%, #c3c3c3 100%);
	background: -webkit-linear-gradient(top, #f1eded 0%, #c3c3c3 100%);
	background: linear-gradient(to bottom, #f1eded 0%, #c3c3c3 100%);
}
/*
       03. menu
========================================================================== */ 
.practiceMenu ul {
	padding: 0 8px 20px;
}
.practiceMenu li a {
	display: block;
	width: 48.4%;
	color: #fff;
	line-height: 48px;
	background: #ffbf2b url(../images/sp/bg_nav.gif) ;
	text-align: center;
	font-size: 112%;
	margin-bottom: 8px;
	border: 1px solid #10a0e2;
	text-shadow: 3px 1px 5px rgba(20, 168, 222, 0.8);
}
@media screen and (min-width : 360px) {
.practiceMenu li a{
	font-size: 120%;
}
}
.practiceMenu li:nth-child(odd) a {
	float: left;
}
.practiceMenu li:nth-child(even) a {
	float: right;
}
.practiceMenu li a:hover {
	opacity: .7;
}
.practiceMenu li.blank a {
	background: none;
	text-align: center;
	border: none;
}
.practiceMenu li.blank a img {
	height: 36px;
	width: auto;
	vertical-align: middle;
}
/*
       05. footer
========================================================================== */ 
footer {
	background: #353535;
	color: #fff;
	padding-top: 10px;
}
footer .home {
	text-align: center;
	line-height: 2;
	margin-bottom: 15px;
}
footer .home a {
	color: #fff;
	font-size: 16px;
}
footer .home i {
	margin-right: 5px;
}
.btnSet {
	padding: 0 10px;
}
.btnSet p {
	background-color: #44cc00;
	border-radius: 5px;
	line-height: 46px;
	text-align: center;
	width: 47%;
	font-size: 110%;
}
.btnSet p a {
	color: #fff;
}
.btnSet p i {
	margin-right: 5px;
	font-size: 110%;
}
.btnSet p:nth-child(odd) {
	float: left;
}
.btnSet p:nth-child(even) {
	float: right;
}
.map {
	margin: 20px 10px 30px;
}
.map img {
	width: 100%;
	height: auto;
}
.map a{
	color: #fff;
	text-decoration: underline;
}
.map i{
	margin-right: 5px;
	font-size: 18px;
}
table {
	width: 94%;
	margin: 0 auto 8px;
	color: #474747;
	border: 1px solid #d2d2d2;
	font-size: 90%;
}
table th {
	text-align: center;
	border: 1px solid #d2d2d2;
	padding: 3px;
}
table td {
	border: 1px solid #d2d2d2;
	text-align: center;
	padding: 3px 0;
}
table .week {
	background-color: #eeeeee;
}
table .time {
	background-color: #fff;
}
.name {
	text-align: center;
	margin-bottom: 10px;
}
.name img {
	width: 200px;
	height: auto;
	vertical-align: middle;
}
.name a {
	color: #fff;
}
.address {
	text-align: center;
}
.attend {
	font-size: 80%;
	width: 94%;
	margin: 0 auto 40px;
}
footer .desc {
	font-size:3.1vw;
	width: 94%;
	margin:0 auto 40px;
}
footer .bnr p{
	width: 65%;
	margin:10px auto 0;
}
footer .bnr {
	margin-bottom:30px;
}
.humanity {
	padding: 15px 20px 0 0;
	text-align: right;
}
.humanity img {
	width: 12%;
}
.add{
	font-size: 70%;
	text-align: center;
	line-height: 3;
	display: block;
}
.white{
	color:#fff;
}

.fix_btn {
    position: fixed;
    bottom: 0;
    left: 0;
	z-index: 10;
}
.fix_btn {
	width: 100%;
	display: flex;	
}
.fix_btn li {
	position: relative;
}
.fix_btn li:nth-of-type(1){
	background-color: rgba(30,179,239,0.96);
}
.fix_btn li:nth-of-type(2){
	background-color: rgba(10, 100, 171, 0.96);	
}
.fix_btn li:nth-of-type(3){
	background-color: 	rgba(0, 188, 212, 0.96);

}

.fix_btn li:after {
	/* content: ""; */
    width: 1px;
    display: block;
    height: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 25%;
    right: 0;
}
.fix_btn li:last-child:after {
	display: none;	
}


/*
     06. reservebanner (low only)
========================================================================== */ 
.private {
	padding-bottom: 40px;
}
.private.cms{
	padding: 0 10px 40px;
}
.w-btn a,
.p-btn a{
	width: 80%;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 48px;
	text-align: center;
	border-radius: 14px;
}
.private i {
	margin-right: 6px;
}
.w-btn a {
	background: #ffc637;
	background: -moz-linear-gradient(top, #ffc637 0%, #feb500 100%);
	background: -webkit-linear-gradient(top, #ffc637 0%, #feb500 100%);
	background: linear-gradient(to bottom, #ffc637 0%, #feb500 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc637', endColorstr='#feb500', GradientType=0 );
 	border: 1px solid #ff9422;
}
.p-btn a{
	background: #53b9e9;
	background: -moz-linear-gradient(top, #53b9e9 0%, #12b7f3 100%);
	background: -webkit-linear-gradient(top, #53b9e9 0%, #12b7f3 100%);
	background: linear-gradient(to bottom, #53b9e9 0%, #12b7f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b9e9', endColorstr='#12b7f3', GradientType=0 );
	border: 1px solid #49b1ec;
	margin-bottom: 12px;
}
/*
       07. multi-class
========================================================================== */ 
/*　画像　*/
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
.img-border {
	padding: 4px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.img-right {
	float: right;
	margin: 0 0 10px 15px;
	width: 44%;
	height: auto;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;
	width: 44%;
	height: auto;
}
/*　テキスト */
.gothic {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-link {
	color: #4fd2fb;
	text-decoration: underline;
	margin: 0 1px;
}
.center {
	text-align: center;
}
.txt-l {
	font-size: 120%;
}
.txt-s {
	font-size: 80%;
}
.txt140{
	font-size: 140%;
}
.txt130{
	font-size: 130%;
}
.txt120{
	font-size: 120%;
}
.txt110{
	font-size: 110%;
}
.txt90{
	font-size: 90%;
}
.txt85{
	font-size: 85%;
}
.txt80{
	font-size: 80%;
}
.or {
	color: #fc9b2a;
}
.re {
	color: #FF373A;
}
.bl {
	color: #00b2f2;
}
.underline{
	text-decoration: underline;
}
.dispB{
	display: block;
}
.dispIB{
	display: inline-block;
}

.sp-none {
	display: none;
}
/*　余白 */
.p10 {
	padding: 0 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.box-sizing{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
/*　見出し */
.ttl-top {
	font-size: 16px;
	padding-left: 34px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 2px solid #3bdfff;
	margin-bottom: 6px;
	background:url(../images/sp/minilogo.gif) no-repeat 4px center;
}
.ttl-low {
	background: url(../images/common/icon_h_low.png) no-repeat left center;
	font-size: 18px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #343434;
	margin-bottom: 12px;
	letter-spacing: 1px;
}
.ttl-low-s {
	background: url(../images/common/icon_h_low.png) no-repeat left center;
	font-size: 18px;/*＋*/
	padding-left: 16px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #343434;
	margin-bottom: 10px;
}
.ttl-low2 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #444444;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.ttl-low2 span {
	margin-right: 8px;
	color: #fff;
	background: #00b2f2;
	padding: 4px 12px;
	border-radius: 14px;
}
.ttl-low3 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #444444;
	font-size: 18px;
	margin-bottom: 10px;
}
.ttl-low3 span {
	margin-right: 6px;
	color: #00b2f2;
}
.ttl-low4 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 4px 0 4px 12px;
	border-left: 5px solid #a9eeff;
}
.ttl-low5 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../images/common/icon_h_low2.png) no-repeat 2px 8px;
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 10px;
}
/*　強調用の小見出し */
.ttl-btn-bl,
.ttl-btn-or,
.ttl-btn-blst,
.ttl-btn-orst{
	padding: 10px;
	font-size: 15px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	line-height: 1.4;
}
.ttl-btn-bl{
	background: #ebf8ff;
	border: 1px solid #00b2f2;
	color: #00b2f2;
}
.ttl-btn-or {
	background: #fff8eb;
	border: 1px solid #faa700;
	color: #faa700;
}
.ttl-btn-blst{
	background: #00b2f2 url(../images/common/bg_blue.png);
	border: 1px solid #00b2f2;
	color: #fff;
}
.ttl-btn-orst{
	background: #fff8eb url(../images/common/bg_orange.png);
	border: 1px solid #fff8eb;
	color: #fff;
}
.ttl-circle {
	font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
}
.ttl-circle span {
	display: inline-block;
	background-color: #00a0e9;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	margin-right: 8px;
}
.arrowdown{
	margin-right: 5px;
}
.roundedcorners{
	border-radius :16px;
	border: 1px solid #818181;
	overflow: hidden;
}
.roundedcorners h3{
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 6px 0;
}
.roundedcorners .bgor{
	background-color: #faa700;
}
.roundedcorners .bgbl{
	background-color: #00b2f2;
}
/*テーブル*/
.table-normal {
	text-align:center;
	border-collapse: collapse;
	border: 1px solid #9e9a98;
	margin-bottom: 6px;
	width: 100%;
}
.table-normal th {
	background-color: #00b2f2;
	color: #fff;
	border: 1px solid #9e9a98;
	padding:5px 6px;
	text-align: center;
}
.table-normal td {
	padding:5px 6px;
	border: 1px solid #9e9a98;
}
/*　画像・レイアウト */
.two-column img:nth-of-type(odd), .four-column img:nth-of-type(odd) {
	float: left;
	width: 49%;
	height: auto;
}
.two-column img:nth-of-type(even), .four-column img:nth-of-type(even) {
	float: right;
	width: 49%;
	height: auto;
}
.three-column img {
	float: left;
	margin-right: 0.5%;
	width: 32.9%;
}
.three-column img:last-child {
	margin-right: 0;
}
.four-column img {
	margin-bottom: 5px;
}
/*　症例画像2枚並び */
.case-records {
	background: url(../images/common/arrow01.png) no-repeat center 55px;
	padding: 10px 5px;
}
.case-records img:nth-child(odd) {
	float: left;
	background: url(../images/common/before_s.png) no-repeat left top;
	padding-top: 14px;
	width: 120px;
	height: auto;
}
.case-records img:nth-child(even) {
	float: right;
	background: url(../images/common/after_s.png) no-repeat left top;
	padding-top: 14px;
	width: 120px;
	height: auto;
}
.case-records-s {
	background: url(../images/common/arrow01.png) no-repeat center center;
	padding: 5px 10px;
}
.case-records-s img:nth-child(odd) {
	float: left;
	background: url(../images/common/before_s.png) no-repeat left top;
	padding-top: 14px;
	width: 40%;
	height: auto;
}
.case-records-s img:nth-child(even) {
	float: right;
	background: url(../images/common/after_s.png) no-repeat left top;
	padding-top: 14px;
	width: 40%;
	height: auto;
}
@media screen and (min-width : 360px) {
.case-records {
	background-position: center 70px;
	padding: 15px 10px 10px;
}
.case-records img:nth-child(odd) {
	width: 140px;
	height: auto;
}
.case-records img:nth-child(even) {
	width: 140px;
	height: auto;
}
}
 @media screen and (min-width : 414px) {
.case-records {
	background-position: center 70px;
	padding: 15px 15px 10px;
}
.case-records img:nth-child(odd) {
	width: 148px;
	height: auto;
}
.case-records img:nth-child(even) {
	width: 148px;
	height: auto;
}
}
/*　2枚画像比較 */
.compare {
	background: url(../images/common/arrow04.png) no-repeat center center;
	background-size: 30px auto;
}
.compare figure:nth-of-type(odd) {
	float: left;
	width: 42%;
}
.compare figure:nth-of-type(even) {
	float: right;
	width: 42%;
}
.compare figcaption{
	display:block;
}
#sidr ul li {
	line-height: 1.2;
}
#sidr ul li a {
	display: block;
	padding: 18px 10px;
}
/*
     10. 404 error
 ========================================================================== */ 
.error {
	text-align: center;
	font-size: 18px;
	height: 120px;
	padding-top: 30px;
}

footer .seo{
	padding: 20px 10px 10px;
	font-size: 10px;
	line-height: 1.3;
}

/*
	reCAPTCHA
*/
.grecaptcha-badge {
	visibility: hidden;
}
.recapta_message{
    margin-bottom:10px;
	font-size:90%;
}

