body { -webkit-text-size-adjust: 100%; margin: 0; color: #867F78; font-size: 13px; line-height: 20px; font-family: "メイリオ","MS ゴシック","ヒラギノ角ゴシック", sans-serif; background: #fff;}
div,p { padding: 0; margin: 0;}
h3 { margin: 0;}
img { border: 0px;}
a { display: inline; text-decoration: none;}
.mask { overflow: hidden;}/*グラデーションでmaskとradius両方*/

/*-----全体------*/
.header,.top-page,.link-lay,.layer_contents,.pages {
	width: 100%;
	min-width: 1100px;
}

.head-in,.top-page div,.link-area,.pages div, ul.no-screen,ul.screen,.footer {
width: 84%;
margin: 0 auto;
padding:0;
}
.link-area { width: 85%;}

/*-----HEADER------*/
.header {

background-image: linear-gradient(135deg, rgba(220, 215, 220, 0.7) 0%, rgba(255, 255, 255, 0.95) 24%, rgba(255,255,255,0.95) 32%, rgba(244, 244, 244, 0.5) 75%, #e8e8e8 100%);
}
.head-in {color: tan;padding: 0;position: relative; height: 70px; margin-bottom: 15px;}

h1, h2 {display: inline-block; margin: 0; padding: 0;}
h1 { position:absolute; top: 13x; left: 200px; display: block; color:rgba(0, 89, 194,0.7); font-size: 12px; padding: 0; font-weight: bold; line-height: 28px;}
h2 { position:absolute; top: 13px; right:120px; font-size:12px;color: #058230ac;line-height: 20px; font-weight: normal;}
h3 { display: none;}
a.logo{ position:absolute; top:35px; left: 0; display: inline-block; width:137px;}
a.logo span { position: absolute; top: 0; left: 7px; font-size: 14px; font-weight: bold; color: #fff;}
a.logo img { width: 100%;}

.heading { display: block; color:rgb(73, 151, 4); font-size: 16px; padding: 14px 0 0 157px; line-height:20px;}
.heading aside { display: inline-block;}
.client { display: block; color:rgba(5, 111, 1, 0.7); font-size: 31px; padding: 10px 0 0 155px; font-weight: bold; line-height: 28px;}
.speciality { display: none; color:#FF6D82; font-size: 18px; padding: 3px 0 0 15px;}

.heading1 { display: none; position: absolute; top: 9px; right: 0; color:rgba(22, 4, 181, 0.5); font-size: 15px; text-align: right;}
.icon-area { display: inline-block; position: absolute; top: 9px; right: 0; }
a.i-head {color: deeppink;margin-left: 20px;font-size: 22px;display: inline-block;text-shadow: 2px 2px 5px rgba(0,0,0,0.2);}
a.i-head:hover { text-shadow: none;}
.head-area1 {display: block; position: absolute;top: 43px;right: 0;text-align:left;line-height: 22px;}
.tel{display: inline-block; font-size: 25px;padding: 0 20px 0 0; color: #ff5704;}
.address{font-size: 17px; display:inline-block; color: #897858;}

.head-area2 {position: absolute;top: 45px;right: 0;display: inline-block;font-size: 15px;text-align:left;line-height: 20px;color: #897858;padding: 0;}

/*-----LINK------*/

.link-lay { width:100%; padding: 0  0 7px 0; display: block;}
.link-area {display: table; margin: 0 auto; border-spacing: 7px;}
.link-area li.title {display: none;}
.link-area li.item {display: table-cell; width: 9%;font-size: 16px; text-align: center; padding: 0; vertical-align: middle; line-height: 18px;}

.link-area li.item a{
    display: block;
  padding: 5px 20px;
  margin: 1px 0;
  position: relative;
  
  border: 0 solid #f1f0ea;
  color: #34495e;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-area li.item a:before,.link-area li.item a:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 50%;
  top: -50%;
  left: 0;
  background: #ff793f;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link-area li.item a:after{
  top: 100%;
}

.link-area li.item a:hover{
  color: #7f2f01;
}

.link-area li.item a:hover:before{
  top: 0;
}

.link-area li.item a:hover:after{
  top: 50%;
}


/*-----LINK EX------*/
.link-area-ex { display: inline-block; list-style: none; font-size: 16px; font-weight: bold; padding: 0; line-height: 24px;}
.link-area-ex li {color: #FF9324; font-size:0.95vw; margin-bottom: 8px;}
.link-area-ex li.title {display: none;}
.link-area-ex li a {display: block; color: #555; font-size:15px; margin: 5px 0 0 0; font-weight: normal;}
.link-area-ex li a span { display: inline-block;color: #3EBCC4; padding: 0 12px 0 0;}
.link-area-ex li a:hover {color: deeppink;}
.link-area-ex li a i {color: #FF5924; margin: 0;}

/*-----TOP-PAGE------*/
.top-page {
position: relative;
padding:0;
background-image:linear-gradient(180deg,rgba(30,30,30,0.05) 0%, rgba(0,0,0,0) 42%, rgba(100,100,100,0.1) 100%);
}
.top-page div {
margin: 0 auto;
height: 340px;
position: relative;
}

/*------TOP LEFT-----*/
.left-box { 
position: absolute; 
top: 0;
left:0;
margin: 0;
padding: 0;
width: 30%;
height: 340px;
display: inline-block;
background-image: url('../images/img/bear-pc.jpg'); 
background-position:left top; 
background-size: cover; 
background-repeat: no-repeat;
z-index: 97;
}

.left-box p {color:#baa802; font-size: 1.29vw; font-weight: bold; padding: 15px 0 13px 4%;text-shadow:0 0 1px #005EBB, 0 0 0.5em #fff, 0 0 0.2em #fff;background: rgba(250,250,250,0.7); }
.left-box p span { display: none; margin: 12px 0 2px 0; font-weight: normal; color: rgb(0, 143, 7); font-size: 17px;
vertical-align: middle; line-height: 15px;}

.left-box ul.link-area-ex {margin: 80px 0 0 20px;text-shadow:0 0 1px #005EBB, 0 0 0.5em #fff, 0 0 0.2em #fff;}

.left-box-letter {display: inline-block; position:absolute; bottom:4px;left:0;z-index:999; padding:20px; color:#444; font-size:14px;}
.left-box-letter span { display: block; margin: 0; padding: 0 0 7px 0; font-size: 18px; color: rgba(155,155,155,0.7); font-weight: bold; text-shadow:0 5px 5px rgba(100,0,0,0.2);}
.left-box-letter a {
display: block; font-size: 16px; color: #666; margin: 0 0 12px 20px;
text-shadow:0 0 1px #005EBB, 0 0 1em #fff, 0 0 0.2em #fff;
}
.left-box-letter a span {
display: inline-block; font-size: 16px; color:#0DAB44; line-height: 13px; margin: 0; padding: 0 5px 0 0;
text-shadow:0 0 1px #0DE491, 0 0 1em #fff, 0 0 0.2em #fff;
}
.bear { display:none; width:100%; position: absolute; bottom: 0; right: 0; z-index: 1000;}

/*-----PAGES-----*/
.pages {width: 100%;position: relative; display: none;}
.pages div {margin: 0 auto;	height: 240px;}

.left-box-page {display:inline-block; width:30%; height:240px; margin: 0; padding: 0;}
.left-box-page p {color:#6c5ae0; font-size: 1.29vw; font-weight: bold; padding: 21px 0 0 7%;text-shadow:0 0 1px #005EBB, 0 0 0.5em #fff, 0 0 0.2em #fff;}
.left-box-page p span { display: block; margin: 9px 0 2px 0; font-weight: normal; color: rgb(9, 101, 55); font-size: 15px; line-height: 15px;}
.left-box-page ul.link-area-ex {margin: 35px 0 0 20px;text-shadow:0 0 1px #005EBB, 0 0 0.5em #fff, 0 0 0.2em #fff;}

.left-box-page-letter {display: block; position:absolute; bottom:0;left:15px;z-index:999;}
.left-box-page-letter a { display: inline-block; font-size: 14px; color:#245973; margin: 0 4px 3px 0; padding: 4px 4px 1px 4px; background: rgba(255,255,255,0.8); border: 1px solid #81b5f4;}
.left-box-page-letter a span { display: inline-block; font-size: 13px; color:#29C330; line-height: 14px; margin: 0 0 2px 0; padding: 0;}
.left-box-page-letter a:hover { color:#D60030;}
]
.cap-first { display: block; position: absolute; top: 70px; left: 29px; font-size: 17px;}
.cap-second { display: block; position: absolute; top: 104px; left: 29px; font-size: 14px;}

/*-----FOOT------*/

.footer {
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	color: #4E77A3;
	border-top: 1px solid #bbb;
	margin: 12px auto;
	width: 84%;
}
.footer a {
	color: crimson;
}

/*---
.link-area li:nth-child(2) a { color:#fff; background-image: linear-gradient(180deg, #010068 0%,#01009A 47%, #015ED1 100%);}
.link-area li:nth-child(3) a { color:#fff; background-image: linear-gradient(180deg, #ff94f1 0%,#fc8ef7 47%, #FF7FE2 48%,#FF58E4 100%);}
.link-area li:nth-child(4) a { color:#fff; background-image: linear-gradient(180deg, #fe8f8f 0%,#fb554a 47%, #f74c49 48%,#cf120f 100%);}
.link-area li:nth-child(5) a { color:#fff; background-image: linear-gradient(180deg, #fed28f 0%,#eaa44f 47%, #e39416 48%,#cf850f 100%);}
.link-area li:nth-child(6) a { color:#fff; background-image: linear-gradient(180deg, #7fd158 0%,#5caf35 47%, #54a61a 48%,#338d15 100%);}
.link-area li:nth-child(7) a { color:#fff; background-image: linear-gradient(180deg, #64baf0 0%,#49a5dd 47%, #3f9dea 48%,#2993d4 100%);}
.link-area li:nth-child(8) a { color:#fff; background-image: linear-gradient(180deg, #8fb0fe 0%,#5c72ff 47%, #5168ec 48%,#0f2ccf 100%);}

.link-area li:nth-child(2) a:hover { background-image: linear-gradient(180deg,transparent 0%,rgba(255, 255, 255,1) 100%); color:#011BB3;}
.link-area li:nth-child(3) a:hover { background: rgb(252, 89, 230);}
.link-area li:nth-child(4) a:hover { background: rgb(248, 137, 137);}
.link-area li:nth-child(5) a:hover { background: rgb(249, 190, 139);}
.link-area li:nth-child(6) a:hover { background: rgb(63, 219, 86);}
.link-area li:nth-child(7) a:hover { background: rgb(118, 192, 235);}
.link-area li:nth-child(8) a:hover { background: rgb(115, 115, 247);}
---*/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.btn-hover {
    display: block;
    text-decoration: none;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 15px 12px;
    border: none;
    background-size: 300% 100%;
text-align: left;
padding: 5px 20px;
    border-radius: 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    color: #fff;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.5);
}


/*----beauty---*/

ul.beauty-button { display: block; width: 100%; padding: 0; margin: 15px 0;}
ul.beauty-button li { display: block; width:47%; height:270px; float: left; padding: 0 3% 10px 0; font-size: 16px;}
ul.beauty-button li span.b { display: block;}
ul.beauty-button li span.b a { display: block; width: 130px; height: 90px; color: #fff; font-size: 18px; font-weight: bold; padding: 20px 0 0 0; text-align: center; line-height: 25px; margin: 0 0 14px 0; box-shadow:0 10px 12px rgba(0,0,0,0.2); text-shadow:0 8px 8px rgba(0,0,0,0.33); transition:all .4s ease-in-out;}
ul.beauty-button li span.c { display: block; border-top: 1px solid #D14B1D; padding: 12px 0; margin: 5px 0; font-size: 15px; line-height:23px;}
ul.beauty-button li span.b a:hover { opacity: 0.7; box-shadow: none;text-shadow:none; width: 150px;}

.beauty-color1 {background-image: linear-gradient(135deg, #FF0000 0%, #FC9C8C 100%);}
.beauty-color2 {background-image: linear-gradient(135deg, #21aA1E 0%, #38ffa7 100%);}
.beauty-color3 {background-image: linear-gradient(135deg, #fa709a 0%, #fee140 100%);}
.beauty-color4 {background-image: linear-gradient(135deg, #c471f5 0%, #fa71cd 100%);}
.beauty-color5 {background-image: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);}



ul.beauty-button-link { display: block; width: 100%; max-width:600px; padding: 0; margin: 15px 0;}
ul.beauty-button-link li { display: block; width:150px; height:150px; float: left; padding: 0; font-size: 14px;}
ul.beauty-button-link li span.b { display: block;}
ul.beauty-button-link li span.b a { display: block; width: 130px; height: 90px; color: #fff; font-size: 18px; font-weight: bold; padding: 20px 0 0 0; text-align: center; line-height: 25px; margin: 0 0 14px 0; box-shadow:0 10px 12px rgba(0,0,0,0.2); text-shadow:0 8px 8px rgba(0,0,0,0.33); transition:all .4s ease-in-out;}
ul.beauty-button-link li span.c { display: block; border-top: 1px solid #D14B1D; padding: 12px 0; margin: 5px 0; font-size: 15px; line-height:23px;}
ul.beauty-button-link li span.b a:hover { opacity: 0.7; box-shadow: none;text-shadow:none; width: 150px;}

.beauty-color1 {background-image: linear-gradient(135deg, #FF0000 0%, #FC9C8C 100%);}
.beauty-color2 {background-image: linear-gradient(135deg, #21aA1E 0%, #38ffa7 100%);}
.beauty-color3 {background-image: linear-gradient(135deg, #fa709a 0%, #fee140 100%);}
.beauty-color4 {background-image: linear-gradient(135deg, #c471f5 0%, #fa71cd 100%);}
.beauty-color5 {background-image: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);}

span.beauty-pagetitle { display: block; font-size: 20px; color: #009900; font-weight: normal; padding: 0 0 30px 0;}
fieldset.beauty { display: block; margin: 10px 0; padding: 10px 25px 15px 28px; border: 1px solid #C5DF2E;}
fieldset.beauty span { display:block; margin: 0;}
fieldset.beauty span.subtitle { font-size: 18px; color: #FF698D; padding: 10px 0 20px; font-weight: bold;}
fieldset.beauty span.expense { font-size: 13px; color: #EB4E00; padding: 1px; background: #FFE1F5; width: 80px; text-align: center;}
fieldset.beauty span.fee-note { font-size: 14px; color: #555; padding: 0 0 15px 0;}
fieldset.beauty span.effect { font-size: 17px; color: #65A500; padding: 15px 0 15px 0; font-weight: bold;}
fieldset.beauty span.risk { font-size: 15px; color: green; padding: 10px 0 7px 0px;}
fieldset.beauty span.note { font-size: 15px; color: #ff0066; padding: 5px 0 3px 0px;}
fieldset.beauty span.warning { font-size: 15px; color: #cc3333; padding: 10px 0 7px 0px;}
fieldset.beauty span.treatment { font-size: 15px; color: #F85527; padding: 15px 0 7px 0;}
fieldset.beauty span.txt.01 { font-size: 14px; color: #444; padding: 0 0 8px 0;}
fieldset.beauty img { float:right; margin: 0 0 10px 40px;}

.beauty-fee-title { display: block; list-style: none; font-size: 17px; color: #555; margin: 20px 0 0 0; padding: 20px 25px; background: #eee;}
.beauty-fee { list-style: none; font-size: 15px; margin: 0 10px 0 8px; line-height: 21px;}
.beauty-fee li { margin: 8px 0; color: deeppink;}
.beauty-fee li span { display: block; margin: 0; padding: 5px 0 0 0; color: #555; }


/*----TOP診療時間表・掲示板---*/
div.fold nav { position: relative; width: 100%; height: auto; padding: 5px; background-image: linear-gradient(145deg, #fdfcfb 0%, #f2e1d3 100%); box-shadow: 2px 10px 10px rgba(0,0,0,0.1);border: 1px solid rgba(100,70,0,0.1);}
div.fold nav img.corner { width:35px; position: absolute; opacity: 0.8;}
div.fold nav img.c-1 { top: 5px; left: 5px;}
div.fold nav img.c-2 { top: 5px; right: 5px;}
div.fold nav img.c-3 { bottom: 5px; right: 5px;}
div.fold nav img.c-4 { bottom: 5px; left: 5px;}
div.fold nav div { background: rgba(255,255,255,0.4); padding: 0; border: 3px dotted rgba(100,70,0,0.1);margin: 3px; box-shadow: 0 0 18px rgba(0,0,0,0.17) inset;}
div.fold nav p { padding: 25px 30px 5px 30px; font-size: 20px; margin: 0; font-weight:bold; color:#444;}
div.fold nav span { padding: 0 30px 7px 30px; font-size: 16px; margin: 0; display: block; color:orange;}
div.fold nav ul.kk { display:block; padding: 0 30px 15px 30px; font-size: 15px; margin: 0 0 0 20px;}
div.fold nav ul.kk li { display:list-item; list-style:square; margin: 0; padding: 6px 0; line-height:22px;}

div.fold ul.time { display: table; width: 100%; margin: 0; padding: 0; background: rgba(255, 255, 255, 0.42); border-width: 0 1px 0 0; border-color:  rgba(0,0,0,0.12); border-style: solid;}
div.fold ul.time li { display: table-cell; width: 10%; padding: 2px 0; text-align: center; border-width: 1px 0 0 1px; border-color: rgba(0,0,0,0.12); border-style: solid; font-size:15px; color:#555; vertical-align:middle;}
div.fold ul.time li.hour { width: 36%; padding: 0 2%; text-align: left;}
div.fold ul.border_b { border-width: 0 1px 1px 0; margin-bottom: 20px;}

