@charset "utf-8";
body {
	width: 100%;
	color: #4C3114;
	line-height: 1.3;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background: #FFFFFF;
}
.pc{
	display: none !important;
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
header{
	background: #FFFFFF;
	border-top: solid 4px #013392;
	padding: 6px 0 10px;
}
header h2{
	padding-left: 5px;
}
/*----------------------------------------------------
	ナビ drawer-nav"
----------------------------------------------------*/
.drawer-toggle{
	background: rgba(0,0,0,0.5);
}
.btnTxt{
	position: absolute;
	left: 9px!important;
	bottom: 10px!important;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.0;
}
table.drawer-menu{
	width: 100%;
}
table.drawer-menu td{
	background: RGBA(38,93,175,0.8);
	border: solid 1px #FFFFFF;
	text-align: center;
}
table.drawer-menu td a{
	display: block;
	color: #FFFFFF;
	padding: 5px 0;
	text-decoration: none;
}
table.drawer-menu td a:hover{
	color: #FFFFFF !important;
	width: 100%;
	background: RGBA(134,215,222,0.8);
	text-decoration: none;
}

ul.drawer-dropdown-menu li{
	width: 50%;
	float: left;
	background: RGBA(55,137,160,0.8);
	border: solid 1px #FFFFFF;
	box-sizing: border-box;
	text-align: center;
}
ul.drawer-dropdown-menu li.width100{
	width: 100% !important;
}
ul.drawer-dropdown-menu li a{
	display: block;
	color: #FFFFFF;
	padding: 8px 0;
	text-decoration: none;
}
ul.drawer-dropdown-menu li a:hover{
	color: #FFFFFF !important;
	width: 100%;
	background: rgba(96,87,85,0.8)
}
/*----------------------------------------------------
	トップページ　メインイメージ
----------------------------------------------------*/
#mainSp{
	width:100%;
}
#mainSp img{
	width:100%;
}
/*----------------------------------------------------
	下層ページ メインイメージ 
----------------------------------------------------*/
#mainSub{
	width:100%;
	height:100px;
	background:url(../images/sp/main_sub.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
}
#mainSub h3{
	padding-top: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	text-shadow: 3px 3px 3px #333333;
	position: relative;
}
#mainSub h3 span{
	font-size: 12px;
	text-shadow: 2px 2px 3px #666666;
}
#mainSub h3::after {
	width: 300px;
	margin: 0 auto;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	border-bottom: 1px solid #ffffff;
}
#mainSub h3.line02::after {
	border-bottom: none;
}
/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
/*----------------------
top グローバルメニュー
----------------------*/
#menu{
	padding: 10px 5px;
	margin-bottom: 10px;
}
#menu td a{
	display: block;
	background: #013392;
	background: -moz-linear-gradient(top, #013392 0%, #184b9d 100%);
	background: -webkit-linear-gradient(top, #013392 0%,#184b9d 100%);
	background: linear-gradient(to bottom, #013392 0%,#184b9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013392', endColorstr='#184b9d',GradientType=0 );
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 1px #013392;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	/*
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	*/
	line-height: 2.5;
	letter-spacing: 1px;
	text-decoration: none;
}
#menu td a:hover{
	background: #bfddf5;
	color: #013392;
}
#cosme{
	padding: 10px 5px;
	margin-bottom: 20px;
}
#cosme a{
	display: block;
	background: #07439a;
	background: -moz-linear-gradient(top, #07439a 0%, #3e7edb 100%);
	background: -webkit-linear-gradient(top, #07439a 0%,#3e7edb 100%);
	background: linear-gradient(to bottom, #07439a 0%,#3e7edb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07439a', endColorstr='#3e7edb',GradientType=0 );
	box-shadow: 0 0 0 1px #07439a;
	border: 2px solid #ffffff;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
}
#cosme a span{
	font-size: 12px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#cosme a:hover{
	background: #bfddf5;
	color: #07439a;
}
/*----------------------
top contents01
----------------------*/
#contents01{
	background: #FFFFFF;
	padding: 10px;
}
#contents01 h3 {
	color: #bb9732;
	font-size: 20px;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display:flex;
	align-items:center;
	margin-bottom: 12px;
	letter-spacing: 1px;
}
#contents01 h3:after {
	margin-left:18px; 
	border-top:1px solid #bb9732;
	content:"";
	flex-grow:1;
}
#contents01L h4{
	font-size: 16px;
	color: #bb9732;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
#contents01L p{
	font-weight: bold;
	margin-bottom: 10px;
}
#contents01R ul{
	text-align: center;
	line-height: 1.5;
}
#contents01R li{
	padding: 10px 0;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #fdfcfa 51%, #fdfcfa 51%, #f4efe7 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 50%,#fdfcfa 51%,#fdfcfa 51%,#f4efe7 100%);
	background: linear-gradient(135deg, #ffffff 0%,#ffffff 50%,#fdfcfa 51%,#fdfcfa 51%,#f4efe7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4efe7',GradientType=1 );
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 2px 2px 2px #dddddd;
	color: #9a6116;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}
#contents01R li span{
	font-size: 14px;
}
/*----------------------
top contents02
----------------------*/
#contents02{
	background: url(../images/sp/bg_treatment.jpg) center center no-repeat;
	background-size: cover;
	padding: 10px;
}
/*--treatment--*/
#contents02 a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100px;
	padding-top: 30px;
	margin-bottom: 10px;
	border: 2px solid #ffc526;
}
.treatment01 a{
	background: url(../images/sp/treatment01.jpg) center center no-repeat;
	background-size: cover;
}
.treatment02 a{
	background: url(../images/sp/treatment02.jpg) center center no-repeat;
	background-size: cover;
}
#contents02 a h3{
	color: #4c3114;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
	background: rgba(255,255,255,0.8);
	padding: 10px 0 5px;
}
#contents02 a h4{
	color: #003e96;
	font-size: 14px;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	line-height: 1.0;
	background: rgba(255,255,255,0.8);
	padding: 5px 0 10px;
}
/*----------------------
top contents03
----------------------*/
#contents03{
	background: #FFFFFF;
	padding: 30px 0;
}
/*--pickup--*/
#contents03 h3{
	color: #4c3114;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	background: url(../images/index/h3_pickup.jpg) center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
#contents03 h5{
	color: #bb9732;
	font-size: 12px;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.0;
	text-align: center;
	margin-bottom: 20px;
}

#contents03 h4{
	color: #4c3114;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/index/h3_pickup.jpg) center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
#contents03 p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: 5px;
	width: 200px;
	margin: 0 auto 5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	background: rgba(76,49,20,0.6);
}
#contents03 ul li {
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#contents03 a{
	display: block;
	padding: 20px 0;
	text-decoration: none;
	background-color: rgba(229,193,186,0.6);
}
#contents03 a:hover{
	background-color: rgba(255,255,255,0.5);
}
.pickup01{
	background: url(../images/sp/bnr_pickup01.jpg);
}
.pickup02{
	background: url(../images/sp/bnr_pickup02.jpg);
}
.pickup03{
	background: url(../images/sp/bnr_pickup03.jpg);
}
.pickup04{
	background: url(../images/sp/bnr_pickup04.jpg);
}
.pickup05{
	background: url(../images/sp/bnr_pickup05.jpg);
}
.pickup06{
	background: url(../images/sp/bnr_pickup06.jpg);
}
.pickup07{
	background: url(../images/sp/bnr_pickup07.jpg);
}
.pickup08{
	background: url(../images/sp/bnr_pickup08.jpg);
}
.pickup09{
	background: url(../images/sp/bnr_pickup09.jpg);
}
/*----------------------
top contents04
----------------------*/
#contents04{
	background: url(../images/sp/bg_information.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 10px;
}
#contents04 h3{
	color: #4c3114;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 1px;
	text-align: center;
	background: url(../images/index/h3_information.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#contents04 h5{
	color: #bb9732;
	font-size: 12px;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.0;
	text-align: center;
	border-bottom: solid 1px #dbd1c3;
	padding-bottom: 10px;
}
/*-- お知らせ --*/
#information{
	margin-bottom: 20px;
}
#news{
	background: rgba(255,255,255,0.8);
	padding: 10px;
/*	max-height: 300px;*/
	min-height: 200px;
	overflow: auto;
	border-bottom: solid 1px #dbd1c3;
}
#news dl{
	margin:0 auto;
	padding-bottom:3%;
	margin-bottom:3%;
	border-bottom:dotted 1px #666666;
}
#news dl:last-child{
	border-bottom:none;
	margin-bottom:0;
}
#news dt{
	font-size: 14px;
	font-weight: bold;
	color: #013392;
	margin-bottom: 5px;
}
#news dd{
	font-size:14px;
	line-height: 1.4;
}
/*-- カレンダー --*/
#calendar{
	padding: 5% 2%;
}
#calendar h5{
	margin-bottom: 20px;
}
#calendarBox{
}
#calendarL {
	width: 100%;
	margin-bottom: 15px;
}
#calendarR {
	width: 100%;
	margin-bottom: 10px;
}
#calendar h4 {
	color: #013392;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.0;
}
#calendar table {
	width: 100%;
	border: 2px solid #e3d0a5;
}
#calendar table th {
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	color: #655f63;
	background: #ffffff;
}
#calendar table td {
	border: 1px solid #e3d0a5;
	text-align: center;
	padding: 5px 0;
	color: #655f63;
}
#calendar p {
	line-height: 14px !important;
	text-align: center;
	margin-bottom: 10px;
}
.holiday{
	color: /*#ff4b4a*/#000000 !important;
}
.saturday{
	color: #50b9d8 !important;
}
#bnrTop{
	margin: 0 auto;
}
#bnrTop a{
	display: block;
	width: 90%;
	padding: 8% 0;
	margin: 0 auto;
}
#bnrTopL a{
	background: url(../images/sp/bnr_recruit.png) 0 0 no-repeat;
	background-size: cover;
}
#bnrTopR a{
	background: url(../images/sp/bnr_link.png) 0 0 no-repeat;
	background-size: cover;
}
#bnrTop h6{
	color: #4c3114;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#bnrTop p{
	color: #003e96;
	font-size: 12px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
}

/*----------------------
top contents05
----------------------*/
#contents05{
	padding: 30px 10px;
	background: url(../images/sp/bg_lazer.jpg) center 0 no-repeat;
	background-size: cover;
}
#contents05 h3{
	color: #bb9732;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
#contents05 h4{
	color: #bb9732;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents05 p{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
#laserBox{
	border: solid 1px #bb9732;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.5);
	padding: 15px;
}
#laserBox ul li a{
	color: #bb9732;
}
#contents05 ul{
}
#contents05 ul li{
	padding-left: 8px;
	padding: 8px 0 8px 8px;
	border-top: dotted 1px #d7be99;
	background: url(../images/index/gra_bar.jpg) 0 center no-repeat;
	font-size: 13px;
}
#laserBoxR li:last-child{
	border-bottom: dotted 1px #d7be99;
}
/*----------------------------------------------------
	中身コンテンツ
----------------------------------------------------*/
#contents{
	padding: 30px 0;
}
article h3{
	border-bottom: solid 2px #dddddd;
	line-height: 1.8;
	font-size: 20px;
	font-weight: bold;
	color: #4C3114;
	letter-spacing: 1px;
	padding-left: 8px;
	margin-bottom: 5px;
}
article h4{
	background-color: #FFFFFF;
	background-image: url(../images/common/bg_h4_01.png),
	url(../images/common/bg_h4_02.png);
	background-position: 2px 2px,
	right 2px bottom 2px;
	background-repeat: no-repeat;
	border: solid 1px #d986a4;
	line-height: 1.3;
	font-size: 17px;
	font-weight: bold;
	color: #4C3114;
	text-align: center;
	margin-bottom: 15px;
	padding: 2px;
}
article h4 span{
	display: block;
	border: solid 1px #d986a4;
	padding: 8px 0;
}
article h4 a{
	color: #4C3114;
	text-decoration: none;
}
article h4 a:hover{
	text-decoration: underline;
}
article h5{
	background: url(../images/common/bg_h5.png) center bottom no-repeat;
	background-size: 150px;
	padding-bottom: 15px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
	color: #4C3114;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}
article h5 span{
	font-size: 15px;
	letter-spacing: 0;
}
article h6{
	color : #9C754E;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-left: solid 5px #9C754E;
	border-bottom: solid 1px #9C754E;
	padding: 6px 5px 6px 5px;
	overflow: hidden;
}
article section{
	margin-bottom: 40px;
}
article section p{
	color: #4C3114;
	font-size: 15px;
	text-align: justify;
	line-height:1.5;
	margin-bottom: 8px;
}
article section strong{
	font-weight: bold;
	font-size: 16px;
	color: #1f59a3;
}
section a{
	color: #E85865;
	text-decoration: underline;
}
section a:hover{
	text-decoration: none;
}
section hr{
	margin: 20px 0 !important;
	border-top: dashed 1px #aaaaaa;
}
.textBox{
	margin-left: 5px;
	margin-right: 5px;
}
#clinic hr{
	margin: 15px 0 !important;
	border-top: dashed 1px #aaaaaa;
}
.box05 hr{
	margin: 15px 0 !important;
	border-top: dashed 1px #8B7B60;
}
/*----------------------
pagetop button
----------------------*/
.pagetop{
	position: fixed;
	bottom: 85px;
	right: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 100001;
}
.pagetop img {
	width: 60px;
}
.pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer{
	width: 100%;
	background-color: #FFFFFF;
}
#subFooter{
	border-top: solid 5px #dbf4fa;
}
/*  innerFooter  */
#innerFooter{
	padding: 20px 10px;
}
footer h2{
	text-align: center;
	margin-bottom: 20px;
}
footer h2 img{
	width: 280px;
}
#telFooter{
	text-align: center;
	margin-bottom: 20px;
}
#infoFooter{
	margin-bottom: 15px;
}
#infoFooter address,
#infoFooter p{
	text-align: center;
	line-height: 1.5;
}
#calendarFooter h5{
	background: url(../images/common/bg_h5.png) center bottom no-repeat;
	background-size: 150px;
	padding-bottom: 15px;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
	color: #4C3114;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}
#scheduleFooter table{
	width: 100%;
	border: solid 2px #00a8eb;
	margin-bottom: 10px;
}
#scheduleFooter table th{
	background-color: #00a8eb;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border: solid 1px #ffffff;
}
#scheduleFooter table td{
	height: 38px;
	width: 42%;
	color: #4c3114;
	font-size: 15px;
	font-weight: bold;
	text-align: center;line-height: 1.0;
	border: solid 1px #dddddd;
}
#scheduleFooter table td span{
	font-size: 12px;
}
#scheduleFooter p{
	color: #4c3114;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
#scheduleFooter ul{
	padding: 5px 0;
}
#scheduleFooter ul li{
	color: #4c3114;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 4px 0;
}
footer iframe{
	height: 250px;
	vertical-align: bottom;
}
#mapFooter {
	margin: 0 5px 20px;
}
#mapFooter img{
	width: 100%;
}
#mapFooterL img, #mapFooterR img {
	margin-bottom: 15px;
}
/*  copyright  */
#copyright{
	width: 100%;
	height: 40px;
	padding-bottom: 80px;
	color: #4c3114;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background: #FFFFFF;
}
/*----------------------------------------------------
	電話ボタン
----------------------------------------------------*/
#mobile-foot{
	width: 100%;
	position: fixed;
	left: 0;
	bottom:0;
	background:rgba(0, 0, 0, 0.6);
	z-index:1;
	padding: 10px 0;
	text-align: center;
}
/*----------------------------------------------------
	便利クラス
----------------------------------------------------*/

.bold {font-weight:bold !important;}
.font-size10{font-size:10px !important;}
.font-size12{font-size:12px !important;}
.font-size13{font-size:13px !important;}
.font-size14{font-size:14px !important;}
.font-size15{font-size:15px !important;}
.font-size16{font-size:16px !important;}
.font-size17{font-size:17px !important;}
.font-size18{font-size:18px !important;}
.font-size19{font-size:19px !important;}
.font-size20{font-size:20px !important;}
.font-size21{font-size:21px !important;}
.font-size22{font-size:22px !important;}
.font-size23{font-size:23px !important;}
.font-size24{font-size:24px !important;}
.font-size25{font-size:25px !important;}
.font-size100{font-size:100% !important;}
.font-size120{font-size:120% !important;}
.font-size140{font-size:140% !important;}

/* テキスト配色設定 */

.color-blue1{color:#abc5ea  !important;}
.color-blue2{color:#366bb7 !important;}
.color-blue3{color:#0018ff !important;}

.color-white{color:#FFFFFF !important;}
.color-red1{color:#FF0001 !important;}
.color-red2{color:#cd0000 !important;}
.color-pink1{color:#ef9191 !important;}
.color-pink2{color:#fb2bb9 !important;}
.color-pink3{color:#eb86df !important;}
.color-pink4{color:#bd516b !important;}
.color-brown1{color:#b9ab93 !important;}
.color-brown2{color:#4e422e !important;}
.color-green1{color:#dbedc6 !important;}
.color-green2{color:#5b8c21 !important;}
.color-green3{color:#446e18 !important;}
.color-orange1{color:#ff6600 !important;}

/* テキスト配置 */

.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignR{text-align:right !important;}
.vlignT{vertical-align:top;}
.vlignM{vertical-align:middle}
/*
.floatL{float:left !important;}
.floatR{float:right !important;}

.floatL20{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR20{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}
*/
.floatL10{float:left !important; margin-right:10px !important; margin-bottom:10px !important;}
.floatR10{float:right !important; margin-left:10px !important; margin-bottom:10px !important;}

.img50{text-align: center !important; margin-bottom: 8px !important;}
.img50 img{width: 50%;}
.img50s{width: 98%; margin: 0 auto; background: #FFFFFF; border: solid 1px #dddddd; text-align: center !important; margin-bottom: 8px !important;}
.img50s img{width: 50%;}
.img60{text-align: center !important; margin-bottom: 8px !important;}
.img60 img{width: 60%;}
.img70{text-align: center !important; margin-bottom: 8px !important;}
.img70 img{width: 70%;}
.img80{text-align: center !important; margin-bottom: 8px !important;}
.img80 img{width: 80%;}
.img90{text-align: center !important;}
.img90 img{width: 90%;}
.img100{text-align: center !important; margin-bottom: 8px !important;}
.img100 img{width: 100%;}
.yajirushi01{text-align: center !important;}
.yajirushi01 img{width: 100%;}

/* padding */

.p0{padding:0 !important;}
.p10{padding:10px !important;}
.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pr0{padding-right:0 !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

/* margin */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mb0{margin-bottom:0px !important;}
.mb1{margin-bottom:1px !important;}
.mb2{margin-bottom:2px !important;}
.mb3{margin-bottom:3px !important;}
.mb4{margin-bottom:4px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.mr0{margin-right:0 !important;}
.mr1{margin-right:1px !important;}
.mr2{margin-right:2px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}

.pad01{
	padding-left:1em;
	text-indent:-1em;
}
.pad02{
	padding-left:2em;
	text-indent:-2em;
}
.pad03{
	padding-left:3em;
	text-indent:-3em;
}
img.waku01{
	border:solid 1px #dddddd;
}
img.waku02{
	padding:3px;
	border:solid 1px #dddddd;
	background: #FFFFFF;
}
img.waku03{
	padding:6px;
	border:solid 1px #dddddd;
	background: #FFFFFF;
}
.mincho{
		font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*=====================
	中ページ共通
=====================*/
.schedule table{
	width: 100%;
	border: solid 2px #00a8eb;
	margin-bottom: 10px;
}
.schedule table th{
	background-color: #00a8eb;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	border: solid 1px #ffffff;
}
.schedule table td{
	height: 38px;
	width: 42%;
	color: #4c3114;
	font-size: 15px;
	font-weight: bold;
	text-align: center;line-height: 1.0;
	border: solid 1px #dddddd;
}
.schedule table td span{
	font-size: 12px;
}
.time{
	border-bottom: solid 1px #00a8eb !important;
}
.line01{
	border-bottom: solid 1px #00a8eb !important;
}
.purple{
	color: #d882c3 !important;
}
.green{
	color: #8b9a68 !important;
}
.orange{
	color: #ba7741 !important;
}
.schedule p{
	color: #4c3114;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.schedule ul{
	padding: 5px 0;
}
.schedule ul li{
	color: #4c3114;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 4px 0;
}
.facilities table{
	width: 100%;
}
.facilities table th{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0
}
.facilities table td{
	text-align: center;
}
.facilities02 li{
	width: 49%;
	margin-bottom: 10px;
}
.facilities02 li img{
	width: 100%;
}
.facilities02 li:nth-child(odd){
	float: left;
}
.facilities02 li:nth-child(even){
	float: right;
}
.facilities02 p{
	width: 100%;
	padding: 10px 0;
	background: linear-gradient(-135deg, #3677D3, #285FB1);
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 0 !important;
}
.facilities02 table td{
	text-align: center;
}
.subject{
}
.subject li{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.subject a{
	display: block;
	padding: 5% 10%;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none;
}
.btnSubject01 a{
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	linear-gradient(-135deg, #013893, #285FB1);
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 2px #084699;
}
.btnSubject02 a{
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	linear-gradient(-135deg, #72573f, #846f48);
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 2px #72573f;
}
.subject a:hover{
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	#163568;
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
.btnSubject03{
	width: 90%;
	margin: 0 auto;
}
.btnSubject03 a{
	display: block;
	padding: 5% 10%;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none;
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	linear-gradient(-135deg, #72573f, #846f48);
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 2px #72573f;
}
.btnSubject03 a:hover{
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	#493625;
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
.anchorLink{
	background: #2ebfde;
	padding: 10px;
	margin-bottom: 30px;
}
.anchorLink a{
	color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.anchorLink a:hover{
	color: #862022;
	font-size: 18px;
	font-weight: bold;
}
.anchorLink table{
	margin:0 auto;
}
.anchorLink td{
	padding: 0 15px;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

.list01 li{
	font-size: 15px;
	line-height: 1.3;
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px !important;
	position:relative;
	padding-left:15px;
}
.list01 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:0; 
	height:0; 
	width:0; 
	border-top: 5px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #3072c8;
}
.list01 li :first-child{
	margin-top: 0;
}
.list01 li :last-child{
	margin-bottom: 0;
}
.img_big{
	text-align: center;
}
.list02 li{
	font-size: 16px !important;
	font-weight: bold;
	line-height: 1.8 !important;
}
.list03 li{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	margin: 6px 0;
}
.list03 li :first-child{
	margin-top: 0;
}
.list03 li :last-child{
	margin-bottom: 0;
}
.square01{
	background: url(../images/index/gra_square01.jpg) 0 center no-repeat;
	background-size: 9px;
	padding-left: 24px;
}
.square02{
	background: url(../images/index/gra_square02.jpg) 0 center no-repeat;
	background-size: 9px;
	padding-left: 24px;
}
.midasi{
	font-size: 21px;
	background-color: #c0b319;
	color: #fff;
	font-weight: bold;
	line-height: 2.1;
	padding: 6px 30px;
}
.table01{
	line-height: 1.2;
	font-size: 15px;
	width: 100%;
	margin-bottom: 10px;
}
.table01 p{
	font-size: 15px !important;
	line-height: 1.2 !important;
}
.table01 table th{
	color: #FFFFFF;
	font-weight: bold;
	background: #30A5D7;
	border-bottom: 1px solid #ffffff;
	padding: 8px;
}
.table01 table th.th01{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.table01 table td{
	color: #4C3114;
	background: #FFFFFF;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 8px;
}
.table01 tr:first-child th{
	border-top: 2px solid #30A5D7;
}
.table01 tr:last-child th{
	border-bottom: 2px solid #30A5D7;
}
.table01 tr:first-child td{
	border-top: 2px solid #aaaaaa;
}
.table02{
	line-height: 1.2;
	font-size: 14px;
	width: 100%;
	border: 2px solid #9C754E;
}
.table02 table th{
	color: #FFFFFF;
	font-weight: bold;
	background: #9C754E;
	border: 1px solid #ffffff;
	padding: 8px;
}
.table02 table th.th01{
	background: #453720;
	font-size: 14px;
}
.table02 table td{
	color: #4C3114;
	background: #FFFFFF;
	border: 1px solid #aaaaaa;
	padding: 8px;
}
.burn table th{
	width: 70px !important;
}
.table03{
	line-height: 1.2;
	font-size: 15px;
	width: 100%;
	margin-bottom: 12px;
}
.table03 table th{
	color: #796042;
	font-weight: bold;
	background: #ebe6c9;
	border-bottom: 2px solid #ffffff;
	padding: 8px;
}
.table03 table th.th01{
	border: solid 1px #FFFFFF;
	background: #796042;
	color: #FFFFFF;
}
.table03 table td{
	color: #4C3114;
	background: #FFFFFF;
	border-right: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	padding: 8px;
}
#price td{
	text-align: right;
}
#timetable table{
	width: 100%;
	margin-bottom: 12px;
}
#timetable table th{
	background-color: #1f59a3;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	height: 45px;
}
#timetable table td{
	text-align: center;
	border-bottom: 2px solid #a7cdf7;
	height: 55px;
	color: #353535;
	font-size: 15px;
	font-weight: bold;
}

.qa_q{
	background-color: #3D6D9F;
	border-bottom: solid 2px #3D6D9F;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	padding: 5px 0;
}
.qa_q:first-letter{
	font-size: 28px !important;
	color: #2ECCD4;
}
.qa_a{
	background-color: #FFFFFF;
	font-size: 22px;
	text-align: center;
	padding: 20px;
}
.qa_a:first-letter{
	font-size: 28px !important;
	color: #DF2E44;
}
.nagare table{
	margin-bottom: 20px;
}
.nagare table th{
	width: 15%;
}
.nagare table th.th01{
	font-weight: bold;
	color: #1f59a3;
	font-size: 20px;
	padding: 20px 20px 0;
}
.nagare table th.th02{
	font-weight: bold;
	font-size: 28px;
	padding: 0 20px 20px;
}
.tdtext {
	border-left: solid 10px #b7ab00;
	padding-left: 14px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.0;
	padding: 10px 20px;
}

#pricetable table tr td{
	border: solid 1px #333;
	padding: 15px;
	font-weight: bold;
	font-size: 19px;
}
#pricetable table th{
	background: #1f59a3;
	color: #fff;
	border: solid 1px #333;
	padding: 8px 8px;
	font-weight: bold;
	font-size: 22px;
}
#pricetable table .d1w2{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
}
#pricetable table .tdprice{
	text-align: right;
	padding-right: 10px;
}

.clinicPic{
}
.clinicPic table{
	width: 100%;
}
.clinicPic td{
	text-align: center;
}
.clinicPic th{
	width: 450px;
	background: #333333;
	line-height: 2.0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.box01{
	border:solid 3px #3D6D9F;
	background: #FFFFFF;
}
.box02{
	box-shadow: 0 0 0 2px #285FB1;
	border: solid 1px #FFFFFF;
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	linear-gradient(-135deg, #3677D3, #285FB1);
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	padding: 10px 4%;
	width: 90%;
	margin: 0 auto;
}
.box02 p{
	color: #FFFFFF !important;
	font-size: 14px !important;
}
.box03{
	background: rgba(255,255,255,0.8);
	border: double 3px #665043;
	padding: 10px 15px;
}
.box04{
	background: #F9F7E0;
	padding: 10px;
}
.box05{
	background: #F3E7D2;
	padding: 10px;
	overflow: hidden;
}
.box01 p:last-child,
.box02 p:last-child,
.box03 p:last-child,
.box04 p:last-child,
.box05 p:last-child{
	margin-bottom: 0 !important;
}
.btnLink01{
	text-align: center;
}
.btnLink01 a{
	display: inline-block;
	background: #0168b7;
	padding: 10px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	color: #FFFFFF !important;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-decoration: none;
}
.btnLink01 a:hover{
	background: #FF8600;
}
.btnLink02 a{
	display: block;
	padding: 5% 10%;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none;
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	linear-gradient(-135deg, #143553, #275988);
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 2px #143553;
}
.btnLink02 a:hover{
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	#143553;
	background-position: 3px 3px,
	right 3px bottom 3px,
	0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}
.btnPrice{
	text-align: center;
}
.btnPrice a{
	display: block;
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	linear-gradient(-135deg, #A04E6C, #d986a4);
	background-position: 0 0,
	right bottom,
	0 0;
	border: solid 2px #A04E6C;
	background-repeat: no-repeat;
	padding: 8px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF !important;
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	text-decoration: none;
}
.btnPrice a:hover{
	background: url(../images/common/gra_decoration01.png),
	url(../images/common/gra_decoration02.png),
	#673145;
	background-position: 0 0,
	right bottom,
	0 0;
	background-repeat: no-repeat;
}
.boxInsurance{
	background:linear-gradient(-90deg, #2D1E0F, #8B4141, #2D1E0F);
	color: #FFFFFF;
	font-size: 17px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 8px;
	box-shadow: 0px 0px 0px 2px #2D1E0F;
	border: solid 1px #FFFFFF;
}
.flowBox{
	border: solid 2px #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.innerFlowBox01 {
	background: #F3F3F3;
	padding: 15px 10px;
}
.innerFlowBox02 {
	background: #ECECEC;
	padding: 30px 20px;
}
.flowBox p:last-child{
	margin-bottom: 0 !important;
}
.menuList01 a{
	display: block;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	border: 2px solid #184b9d;
	background: #184b9d;
	background: -moz-linear-gradient(top, #184b9d 0%, #175993 100%);
	background: -webkit-linear-gradient(top, #184b9d 0%,#175993 100%);
	background: linear-gradient(to bottom, #184b9d 0%,#175993 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#184b9d', endColorstr='#175993',GradientType=0 );
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.menuList01 a:hover{
	background: #163568;
	text-decoration: none;
}
.menuList01 ul li{
	width: 49.5%;
	margin-bottom: 5px;
}
.menuList01 ul li:nth-child(odd){
	float: left;
}
.menuList01 ul li:nth-child(even){
	float: right;
}
.menuList02,
.menuList03,
.menuList04{
}
.menuList02 li,
.menuList03 li,
.menuList04 li{
	width: 100%;
	margin-bottom: 8px;
}
.menuList02 a{
	display: block;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	border: 2px solid #72573f;
	background: #72573f;
	background: -moz-linear-gradient(top, #72573f 1%, #846f48 100%);
	background: -webkit-linear-gradient(top, #72573f 1%,#846f48 100%);
	background: linear-gradient(to bottom, #72573f 1%,#846f48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72573f', endColorstr='#846f48',GradientType=0 );
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.menuList02 a:hover{
	background: #433223;
	text-decoration: none;
}
.menuList03 a{
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	border: 2px solid #72573f;
	background: #72573f;
	background: -moz-linear-gradient(top, #72573f 1%, #846f48 100%);
	background: -webkit-linear-gradient(top, #72573f 1%,#846f48 100%);
	background: linear-gradient(to bottom, #72573f 1%,#846f48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72573f', endColorstr='#846f48',GradientType=0 );
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.menuList03 a:hover{
	background: #433223;
	text-decoration: none;
}
.menuList04 li{
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
	border: 2px solid #72573f;
	background: #72573f;
	background: -moz-linear-gradient(top, #72573f 1%, #846f48 100%);
	background: -webkit-linear-gradient(top, #72573f 1%,#846f48 100%);
	background: linear-gradient(to bottom, #72573f 1%,#846f48 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72573f', endColorstr='#846f48',GradientType=0 );
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.menuList04 a{
	color: #FFFFFF;
}
.menuList05 ul li{
	width: 49.5%;
	margin-bottom: 5px;
}
.menuList05 ul li:nth-child(odd){
	float: left;
}
.menuList05 ul li:nth-child(even){
	float: right;
}
.menuList05 a{
	display: block;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	border: 2px solid #357a93;
	background: #357a93;
	background: -moz-linear-gradient(top, #357a93 0%, #398aa2 100%);
	background: -webkit-linear-gradient(top, #357a93 0%,#398aa2 100%);
	background: linear-gradient(to bottom, #357a93 0%,#398aa2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357a93', endColorstr='#398aa2',GradientType=0 );
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.menuList05 a:hover{
	background: #1A4F62;
	text-decoration: none;
}
.beginning{
	padding: 25px 8px;
	margin-bottom: 10px;
}
.innerBeginning{
	background: rgba(255,255,255,0.70);
	padding: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.10);
}
.innerBeginning p{
	text-shadow: 0 0 3px #FFFFFF;
}
#doctor .beginning{
	background: url(../images/sp/doctor.jpg) 0 center no-repeat;
	background-size: cover;
}
#clinic .beginning{
	background: url(../images/sp/clinic.jpg) 0 center no-repeat;
	background-size: cover;
}
#cosmetic .beginning{
	background: url(../images/sp/cosmetic.jpg) 0 center no-repeat;
	background-size: cover;
}
#access .beginning{
	padding: 10px 5px 130px;
	background: url(../images/sp/access.jpg) 0 center no-repeat;
	background-size: cover;
}
#access .innerBeginning{
	background: rgba(255,255,255,0.60) !important;
}
#price .beginning{
	background: url(../images/sp/price.jpg) 0 center no-repeat;
	background-size: cover;
}
#first .beginning{
	background: url(../images/sp/first.jpg) 0 center no-repeat;
	background-size: cover;
}
#dermatology .beginning{
	background: url(../images/sp/dermatology.jpg) 0 center no-repeat;
	background-size: cover;
}
#recruit .beginning{
	background: url(../images/sp/recruit.jpg) 0 center no-repeat;
	background-size: cover;
}
.headline01{
	color: #5F5328 !important;
	font-size: 16px !important;
	font-weight: bold;
	line-height: 1.3 !important;
}
.headline02{
	font-size: 15px !important;
	font-weight: bold;
	line-height: 1.5 !important;
}
.headline03{
	color : #15A7A0 !important;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1.0 !important;
	margin-bottom: 10px !important;
}
.headline04{
	font-size: 16px !important;
	font-weight: bold;
	line-height: 1.3 !important;
	background: url(../images/index/gra_square01.jpg) 0 5px no-repeat;
	background-size: 9px;
	padding-left: 15px;
}
.headline05{
	color: #907B31 !important;
	font-size: 18px !important;
	line-height: 1.3 !important;
}
#bgMenu01{
	background: url(../images/sp/bg_menu01.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 5px;
}
#bgMenu02{
	background: url(../images/sp/bg_menu01.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 5px;
}
.caseBox img{
	margin-bottom: 5px;
}
.caseBox table{
	margin: 0 auto;
}
.caseBox table th{
	font-size: 18px;
	text-align: center;
}
.question{
	background: #5593A3;
	padding: 8px 10px;
}
.question p{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0 !important;
}
.question p:first-letter{
	color: #CFF2FF;
	font-size: 18px;
}
.answer{
	background: #ffffff;
	padding: 8px 10px;
	border: solid 1px #5593A3;
}
.answer p{
	font-size: 15px;
	padding-left: 2.3em;
	text-indent: -2.3em;
}
.answer p:last-child{
	margin-bottom: 0;
}
.answer p:first-letter{
	color: #C42B2D;
	font-size: 18px;
	font-weight: bold;

}
#link dt{
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom: 5px;
}
#link dd{
	border-bottom: dashed 1px #573C0A;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.map iframe{
	height: 250px;
}
.recruit table th{
	width: 50px;
}
#calendar02{
	padding: 5% 2%;
}
#calendar02 h5{
	margin-bottom: 20px;
}
#calendar02 #calendarL {
	width: 100%;
	margin-bottom: 20px;
}
#calendar02 #calendarR {
	width: 100%;
	margin-bottom: 10px;
}
#calendar02 h4 {
	color: #013392;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.0;
	background-image: none;
	border: none;
	padding: 0;
}
#calendar02 table {
	width: 100%;
	border: 2px solid #e3d0a5;
}
#calendar02 table th {
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	color: #655f63;
	background: #ffffff;
}
#calendar02 table td {
	border: 1px solid #e3d0a5;
	text-align: center;
	padding: 5px 0;
	color: #655f63;
}
#calendar02 p {
	line-height: 14px !important;
	text-align: center;
	margin-bottom: 10px;
}

.corona_banner {
/*
position: absolute;
right: 0;
bottom: 20px;
z-index: 9999;
*/
}
.corona_banner a {
display: block;
background-color: firebrick;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 12px 20px 24px;
text-align: center;
position: relative;
}
.corona_banner a:hover {
text-decoration: none;
opacity: .8;
}
.corona_banner a::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
border: 8px solid transparent;
border-top-color: #fff;
}

.telemedicine_banner a {
display: block;
background-color: #227E8A;
color: #fff;
font-weight: 500;
font-size: 16px;
padding: 12px 20px 24px;
text-align: center;
position: relative;
}
.telemedicine_banner a:hover {
text-decoration: none;
opacity: .8;
}
.telemedicine_banner a::before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
border: 8px solid transparent;
border-top-color: #fff;
}


