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

	 01. header(multinfo)
	 02. nav
	 03. menu
	 04. banner(side)
	 05. timetable（table）
	 06. footer
	 07. reservebanner (low only)
	 08. case-records--footer  (low only)
	 
	 09.multi-class
	 
	 10. 404 error

   ========================================================================== */
  
  
/*
       01. header (multinfo)
   ========================================================================== */ 
header {
	padding: 10px 0 8px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	width:100%;
	z-index:1000;
}
header > .multinfo{
	width:960px;
	margin:auto;
}
.multinfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dis {
	font-size: 11px;
	text-align: right;
}
.multinfo .logo {
	min-width: 335px;
}
.reserve {
	width: 520px;
	padding-top: 2px;
	margin-bottom: 2px;
	float: right;
}
.web{
	width: 226px;
	float: left;
	margin-left: 62px;
	margin-bottom: 5px;
}
.mail a{
	display: block;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 );
	text-align: center;
	width: 260px;
	font-size: 12px;
	float: left;
	margin-top: 11px;
	line-height: 22px;
}
.mail img{
	margin-right:5px;
	margin-bottom: 3px;
}
.tel {
	font-size: 27px;
	width: 230px;
	padding-top: 2px;
	text-align: right;
	float: right;
}
.tel span {
	font-size: 14px;
	vertical-align: middle;
}
.tel i {
	margin-right: 6px;
	font-size: 28px;
}
.time {
	float: right;
	width: 600px;
	text-align: right;
}
.time li {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}
.time li:last-child{
	margin-right: 0;
}
.time li a{
	display: block;
}

/*
       02. nav
   ========================================================================== */ 
.gNav {
	width: 955px;
	padding: 10px 0;
	margin: 2px auto 10px;
	position: relative;
	z-index: 999;
}
.gNav ul {
	border-right: 1px solid #bfbfbf;
}

.gNav li {
	font-size: 13px;
	float: left;
	width: 116px;
	line-height: 24px;
	padding: 0px 1px;
	text-align: center;
	border-left: 1px solid #bfbfbf;
}
.gNav li a {
	display: block;
	color: #282828;
	padding: 4px 0 4px;
}
.gNav li a:hover {
	background: url(../images/common/bg_navi.jpg);
	background-size: auto 60%;
	background-repeat: repeat-x;
	background-position: center;
}
.gNav li.home a, .gNav li.staff a, .gNav li.tour a, .gNav li.voice a, .gNav li.case a, .gNav li.price a, .gNav li.map_time a, .gNav li.recruit a, .gNav li.contact a, .gNav li.flow a{
	background: url(../images/common/bg_navi.jpg);
	background-size: auto 60%;
	background-repeat: repeat-x;
	background-position: center;
}
/*
       03. menu
   ========================================================================== */ 

/*
       03. menu
========================================================================== */
.menu {
	width: 230px;
	float: left;
}
.menu-ttl {
	display:flex; 
	align-items:center; 
	font-size: 36px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
}
.menu-ttl:after {
	margin-left:10px;
	border-top:2px solid #898989; 
	content:""; 
	flex-grow:1;
}
.menu .menu-list{
	padding-left: 5px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.menu .menu-list li a{
	display:block;
	font-size: 13px;
	padding: 8px 0  5px 16px;
	line-height: 1;
	background: url(../images/common/sidemenu_bg.png) no-repeat left;
}
.menu .menu-list li span{
	display:block;
	color: #666;
	font-size: 12px;
	padding-top: 3px;
}
.menu .menu-list li a:hover,.menu ul li a:hover span,.menu .menu-list li.selected a,.menu ul li.selected a span {
	color: #ffb642;
}
/*
       04. banner(side)
   ========================================================================== */ 

.banner {
	width: 220px;
	float: left;
	margin: 5px 0 15px;
}
.banner li {
	/* margin-bottom: 5px; */
}
.banner li a {
	display: block;
	position: relative;
}
.banner li img {
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
}
.banner li img.badge {
	border: none;
	position:absolute;
    right: -10px;
    top: -10px;
}
/*
     10. information
 ========================================================================== */ 
.information .multinfo {
	margin-bottom: 20px;
}
.left {
	float: left;
	width:380px;
}
.left p{
	margin-bottom: 10px;
}
.left dl{
	padding-left: 4px;
}
.left dt{
	float: left;
	clear: both;
	width: 10em;
}
.left dt:after{
	content:":";
	margin-left: 3px;
}
.left dd{
	float: left;
}
.right {
	float: right;
	width: 550px;
}
.timetable table {
	border-collapse: collapse;
	border: 1px solid #9e9a98;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 30px;
}
.timetable th {
	background-color: #ffb642;
	color: #fff;
	border: 1px solid #484848;
	padding: 5px 15px 2px;
}
.timetable td span {
	font-size: 12px;
}
.timetable td {
	padding: 5px 15px;
	border: 1px solid #484848;
	vertical-align: middle;
}
.holiy {
	font-size: 12px;
	margin: 10px 0;
}
.locationinfo{
	font-size: 13px;
}
.gmap {
	margin-bottom:100px;
}
.gmap iframe{
	width:100%;
	height:400px;
	filter:grayscale(100%);
	transition:0.5s;	
}
.gmap iframe:hover{
	filter:grayscale(0);
}
.appearance {
	clear: both;
	margin: 20px 0 50px;
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
}

/*
     05. footer
 ========================================================================== */ 
footer {
	border-top : 1px solid #bfbfbf;
}
.ttl-f.ttl-top {
	font-size: 20px;
}
.fNav {
	padding: 20px;
	font-size: 12px;
	margin-bottom: 30px;
}
.fNav ul {
	width: 220px;
	float: left;
	line-height: 20px;
}
.fNav .wide-ul {
	width: 400px;
}
.fNav ul li i {
	color: #ffb642;
	margin-right: 4px;
	line-height: 20px;
}
.fNav ul li a:hover {
	color: #ffb642;
	text-decoration: underline;
}
.footerArea {
	clear: both;
	margin-bottom: 20px;
	width: 446px;
}
.footerAreaTxt {
	font-size: 12px;
	text-indent: 1em;
}
.humanity {
	text-align: right;
}
small {
	font-size: 11px;
	text-align: center;
	display: block;
	line-height: 3;
	color:#8d8d8d;
}
/*
     06. reservebanner (low only)
========================================================================== */ 
.private {
	margin-bottom: 40px;
}
.reserve-btn {
	background: url(../images/common/private_banner.jpg) no-repeat;
	position: relative;
	background-size: contain;
	width: 710px;
	height: 385px;
	border: 1px solid #bfbfbf;
	margin-bottom: 20px;
}
.reserve-btn .logo{
	position:absolute;
	left:30px;
	top:30px
}
.reserve-btn .tel {
	position:absolute;
	right:35px;
	top:15px;
	font-size:28px
}
.reserve-btn .tel i {
	margin-right: 6px;
	color:#656565;
}
.reserve-btn .w-btn{
	position: absolute;
	top: 73px;
	right: 30px;
}
.reserve-btn .w-btn a{
	background:#ffb642;
	color:#fff;
	border-radius:4px;
	font-size:16px;
	padding: 12px 0.5em 10px;
}
.reserve-btn .w-btn i {
	margin-left:8px;
}
.reserve-btn .address{
	position: absolute;
	left: 35px;
	bottom: 15px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
/*
     07. link (low only)
========================================================================== */ 
.link {
	margin-bottom: 60px;
}
.link a {
	color: #4fd2fb;
	text-decoration: underline;
	margin: 0 2px;
}
.pricelink {
	margin-bottom: 100px;
}
/*
     09. multi-class
========================================================================== */ 
.case-comment {
    font-size: 90%;
    text-align: center;
    color: #757575;
}
.page-catch .case-comment{
	font-size: 70%;
}

/*****　画像　*****/
.case-comment {
    font-size: 90%;
    text-align: center;
    color: #757575;
}

.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 #bfbfbf;
}
.img-right {
	float: right;
	margin: 0 0 10px 15px;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;
}
.pc-none{
	display: none;
}
/*****　テキスト *****/
.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;
}
.center {
	text-align: center;
}
.alignR {
    text-align: right !important;
}
.alignL {
    text-align: left !important;
}
.vAlignM{
    vertical-align:middle !important;
}
.vAlignT{
    vertical-align:top !important;
}
.italic {
	font-style: italic;
}
.txt-l {
	font-size: 120%;
}
.txt-s {
	font-size: 80%;
}
.txt150 {
	font-size: 150%;
}
.txt140 {
	font-size: 140%;
}
.txt130 {
	font-size: 130%;
}
.txt120 {
	font-size: 120%;
}
.txt110 {
	font-size: 110%;
}
.txt90 {
	font-size: 90%;
}
.txt80 {
	font-size: 80%;
}
.txt60 {
	font-size: 60%;
}
.or {
	color: #ffb642;
}
.re {
	color: #FF373A;
}
.gl {
	color: #8a8a8a;
}
.br {
	color: #4fd2fb;
}
.bl {
	color: #18c0e9;
}
.gd{
	color: #bba764;
}
.underline{
	text-decoration:underline;
}
.dispB {
	display: block;
}
.dispI {
	display: inline;
}
.dispIB {
    display:inline-block;
}
/*　余白 */
/*　余白 */
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
/*　見出し */
.ttl-top {
	background: url(../images/top/bg_h.png) repeat-x left center;
	font-size: 27px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ttl-top > span {
	display: inline-block;
	background: url(../images/top/icon_h.png) no-repeat left center #fff;
	padding: 0 20px;
}
.ttl-low {
	background: url(../images/common/icon_h_low.png) no-repeat left center;
	font-size: 22px;
	padding-left: 25px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 12px;
	letter-spacing: 2px;
	position:relative;
}
.ttl-low:after {
	content:"";
	background:#bba764;
	width:120px;
	height:1px;
	position:absolute;
	bottom:-1px;
	left:0;
}
.ttl-low1_1 {
	background: url(../images/common/icon_h_low2.png) no-repeat left center;
}
.ttl-low1_1:after {
	background:#ffb642;
}
.ttl-low-s {
	font-size: 20px;/*＋*/
	letter-spacing: 1px;
}
.ttl-low2 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 4px 0 4px 12px;
	border-left: 5px solid #bba764;
}
.ttl-low2_2 {
	border-left: 5px solid #ffb642;	
}
.ttl-low3 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px solid #444444;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.ttl-low3 span {
	font-size: 22px;
	margin-right: 6px;
	color: #4fd2fb;
}
.ttl-low4 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:linear-gradient(0deg,#bba764,#bba764) no-repeat;
	background-size:0.8em 0.8em;
	background-position:center left;
	padding-left: 1.1em;
	font-size: 20px;
	border-bottom: 1px solid #bba764;
	line-height: 1.8;
	margin-bottom: 10px;
}
.ttl-low4_2{
	background:linear-gradient(0deg,#ffb642,#ffb642) no-repeat;
	background-size:0.8em 0.8em;
	border-bottom: 1px solid #ffb642;
}
.ttl-low4_3{
	background:linear-gradient(0deg,#eac73c,#eac73c) no-repeat;
	background-size:0.8em 0.8em;
	border-bottom: 1px solid #eac73c;
}
.ttl-low5 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	color: #4fd2fb;
	margin-bottom: 10px;
}
/*　強調用の小見出し */
.ttl-btn-gr,
.ttl-btn-bl,
.ttl-btn-or{
	padding: 6px;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.ttl-btn-l{
	font-size:160%;
	padding:0.5em 1em 0.4em;
}

.ttl-btn-gr {
	background: #7be4b9;
	border: 1px solid #37ac7c;
	color: #12764d;	
}
.ttl-btn-bl {
	background: #4fd2fb;
	border: 1px solid #2daed6;
	color: #fff;
}
.ttl-btn-or {
	background: #ffda91;
	border: 1px solid #ff6d0b;
	color: #ff6d0b;
}
.arrowdown{
	margin-right: 5px;
}
.arrowpage{
	position: absolute;
	right: 8px;
	top: 10px;
}
/*　画像・レイアウト */
.two-column img:nth-of-type(odd) {
	float: left;
}
.two-column img:nth-of-type(even) {
	float: right;
}
.three-column img {
	float: left;
	margin-right: 10px;
}
.three-column img:last-child {
	margin-right: 0;
}
.four-column img {
	float: left;
	margin-right: 10px;
}
.four-column img:last-child {
	margin-right: 0;
}
/*　リストマーク */
.circle-mark li:before {
	content: "・";
	margin-right: 3px;
}
/*　症例画像2枚並び */
.case-records {
	background: url(../images/common/arrow02.png) no-repeat center 120px;
	padding: 20px 40px;
}
.case-records img:nth-child(odd) {
	float: left;
	background: url(../images/common/before.png) no-repeat left top;
	padding-top: 20px;
}
.case-records img:nth-child(even) {
	float: right;
	background: url(../images/common/after.png) no-repeat left top;
	padding-top: 20px;
}
/*　2枚画像比較 */
.compare {
	background: url(../images/common/arrow04.png) no-repeat center 50px;
	margin: 15px 20px 20px;
}
.compare figure {
	width: 300px;
	text-align: center;
}
.compare figure:nth-of-type(odd) {
	float: left;
}
.compare figure:nth-of-type(even) {
	float: right;
}
.compare figure img {
	margin-bottom: 5px;
}
.compare figcaption span {
	font-size: 17px;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

/*
     10. 404 error
 ========================================================================== */ 
.error {
	text-align: center;
	font-size: 20px;
	height: 120px;
	padding-top: 150px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.chiiki {
	float: left;
}
.seo {
	float: right;
	margin-top: 2.3em;
}

ol.breadcrumb {
    list-style:none;
	font-size: 0;
	position: relative;
	z-index: 999;
}
ol.breadcrumb li{
    display:inline;
		font-size: 10px;
}
ol.breadcrumb li:not(:last-child):after{
    content:">";
    padding-left:0.8em;
    padding-right:0.6em;
}
ol.breadcrumb li a:hover{
    text-decoration: underline;
}