﻿@charset "utf-8";
/* CSS Document */
html {
	font-size: 14px;
	height: 100%;
}

body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* for IE6 */
* html body {
	font-size: 88%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 88%;
}
a:link {
	color: #0088CA;
	text-decoration: none;
}
a:visited {
	color: #0088CA;
	text-decoration: none;
}
a:hover {
	color: #009FC5;
	text-decoration: none;
}
a:active {
	color: #009FC5;
	text-decoration: none;
}

/* Header
-------------------------------------------------- */
#header {
	width: 980px;
	height: 425px;
	margin: 0 auto 30px auto;
	position: relative;
	zoom: 1;/* float clear */
}
#header:after {
	content: ""; 
	display: block; 
	clear: both;/* float clear end */
}
/*#header #intro {
	color: #FFF;
	font-size:86%;
	width: 980px;
	margin: 8px auto 2px auto;
}*/
#header #navArea {
	width: 210px;
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 10;
}
#header #navArea #logoArea {
	width: 210px;
	height: 218px;
	background: url(../images/hdr_logo_bg.png) repeat;
	padding-top: 12px;
}
#header #navArea #logoArea #logo a {
	width: 176px;
	height: 120px;
	display: block;
	background: url(../images/logo.png) left top no-repeat;
	margin: 0 auto 17px auto;
	text-indent: 100%;/* text clear */
    white-space: nowrap;
    overflow: hidden;/* text clear end */
}
#header #navArea #logoArea #tel a {
	width: 190px;
	height: 63px;
	display: block;
	background: url(../images/hdr_tel_btn.png) left top no-repeat;
	margin: 0 auto;
	text-indent: 100%;/* text clear */
    white-space: nowrap;
    overflow: hidden;/* text clear end */
}
#header #navArea #logoArea #tel a:hover {
	background-position: 0px -63px;
}
#header #navArea #globalNav {
	background: url(../images/hdr_gnav_bg.png) repeat;
	margin-bottom: 20px;
}
#header #navArea #globalNav ul {
	list-style: none;
	padding: 10px 0;
}
#header #navArea #globalNav ul li {
}
#header #navArea #globalNav ul li a {
	color: #FFF;
	font-weight: normal;
	width: 170px;
	display: block;
	padding: 10px 20px 10px 20px;
	
	transition-property: all;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
}
#header #navArea #globalNav ul li a:hover {
	background: #4E6FBC;
}
#header #navArea #globalNav ul li a i {
	color: #999;
	font-size: 72%;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	display: block;
	padding-top: 5px;
}
#header #navArea #accessArea {
	border: #EDEDEB 4px solid;
	background: #FFF;
	margin-bottom: 20px;
}
#header #navArea #accessArea .googleMap {
	margin-bottom: 12px;
	position: relative;
	background: #EDEDEB;
	border-bottom: 2px solid #EDEDEB;
}
#header #navArea #accessArea .googleMap:after, #header #navArea #accessArea .googleMap:before {
	top: 100%;
	left: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#header #navArea #accessArea .googleMap:after {
	border-color: rgba(237, 237, 235, 0);
	border-top-color: #EDEDEB;
	border-width: 4px;
	margin-left: -4px;
}
#header #navArea #accessArea .googleMap:before {
	border-color: rgba(237, 237, 235, 0);
	border-top-color: #EDEDEB;
	border-width: 10px;
	margin-left: -10px;
}
#header #navArea #accessArea p {
	font-size: 86%;
	line-height: 1.5;
	margin-bottom:12px;
	padding: 0 10px;
}
#header #navArea #accessArea ul {
	font-size: 86%;
	line-height: 1.5;
	list-style: none;
	margin-bottom:12px;
	padding: 0 10px;
}
#header #navArea #accessArea ul li {
	background:url(../images/icon_carrot-right-round.png) left center no-repeat;
	padding: 3px 0 3px 18px;
}

#header #navArea #eLink a {
	width: 210px;
	height: 73px;
	display: block;
	background: url(../images/nav_elink_btn.png) left top no-repeat;
	margin: 0 auto;
	text-indent: 100%;/* text clear */
    white-space: nowrap;
    overflow: hidden;/* text clear end */
}
#header #navArea #eLink a:hover {
	background-position: 0px -73px;
}

#header #topMainImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#header #topMainFirst a {
	width: 228px;
	height: 88px;
	display: block;
	background: url(../images/top_youtube_btn.png) left top no-repeat;
	
	position: absolute;
	top: 349px;
	left: 562px;
	z-index: 2;
	
	text-indent: 100%;/* ↓ text clear */
	white-space: nowrap;
	overflow: hidden;
}

/* Top Contents
--------------------------------------------------*/
#topContents {
	width: 650px;
	min-height: 500px;
	margin: 0 auto;
	padding:0 40px 40px 290px;
}
#topContents h2 {
	color: #171F59;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	background: url(../images/top_title_bg.png) left center repeat-x;
	margin-bottom: 20px;
}
#topContents h2 span {
	background: #FFF;
	padding: 10px 30px;
}


/* 2nd Contents
--------------------------------------------------*/
#contents {
	width: 650px;
	min-height: 500px;
	margin: 0 auto;
	padding:0 40px 40px 290px;
}

/* Top Contents : Consept
--------------------------------------------------*/
#topConceptArea {
	width: 650px;
	height: 390px;
	background: url(../images/top_concept.png) left top no-repeat;
	box-shadow: 0 0 6px 1px #ccc;
	margin-bottom:40px;
	text-indent: 100%;/* ↓ text clear */
	white-space: nowrap;
	overflow: hidden;
}


/* Top Contents : Reason
--------------------------------------------------*/
#topReasonArea {
}
#topReasonArea ul {
	width: 630px;
	margin: 0 auto;
	list-style: none;
	zoom: 1;/* float clear */
}
#topReasonArea ul:after {
	content: ""; 
	display: block; 
	clear: both;
}/* float clear end */
#topReasonArea ul li {
	width: 200px;
	float: left;
	margin-right: 15px;
}
#topReasonArea ul li:nth-child(3n+3) {
	margin-right: 0;
}
#topReasonArea ul li dl {
	padding-top: 153px;
	margin-bottom: 40px;
}
#topReasonArea ul li:nth-child(1) dl { background: url(../images/top_reason_01_ph.png) left top no-repeat; background-size: 200px auto;}
#topReasonArea ul li:nth-child(2) dl { background: url(../images/top_reason_02_ph.png) left top no-repeat; background-size: 200px auto;}
#topReasonArea ul li:nth-child(3) dl { background: url(../images/top_reason_03_ph.png) left top no-repeat; background-size: 200px auto;}
#topReasonArea ul li:nth-child(4) dl { background: url(../images/top_reason_04_ph.png) left top no-repeat; background-size: 200px auto;}
#topReasonArea ul li:nth-child(5) dl { background: url(../images/top_reason_05_ph.png) left top no-repeat; background-size: 200px auto;}
#topReasonArea ul li:nth-child(6) dl { background: url(../images/top_reason_06_ph.png) left top no-repeat; background-size: 200px auto;}
#topReasonArea ul li:nth-child(7) dl { background: url(../images/top_reason_07_ph.png) left top no-repeat; background-size: 200px auto;}

#topReasonArea ul li dl dt {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 115%;
	text-align: center;
	margin-bottom: 15px;
}
#topReasonArea ul li dl dd {
	width: 190px;
	line-height: 1.5;
	margin: 0 auto 12px auto;
}
#topReasonArea ul li dl dd a {
	width: 170px;
	height: 39px;
	display: block;
	margin: 0 auto;
	background: url(../images/top_reason_btn.png) left top no-repeat;
	text-indent: 100%;/* ↓ text clear */
	white-space: nowrap;
	overflow: hidden;
}
#topReasonArea ul li dl dd a:hover {
	background-position: 0px -39px;
}
/* 7つめ */
#topReasonArea ul li:nth-last-child(1) {
	width: 630px;
	margin-right: 0;
}
#topReasonArea ul li:nth-last-child(1) dl {
	width: 630px;
	margin-right: 0;
	padding-top: 0;
	padding-left: 222px;
}
#topReasonArea ul li:nth-last-child(1) dl dt {
	text-align: left;
	margin-bottom: 15px;
}
#topReasonArea ul li:nth-last-child(1) dl dd {
	width: 408px;
	margin: 0 0 12px 0;
}
#topReasonArea ul li:nth-last-child(1) dl dd a {
	margin: 0 0 0 223px; /*ボタンの位置調整*/
}

/* Top Contents : Treatment
--------------------------------------------------*/
#topTreatmentArea {
	margin-bottom:40px;
}
#topTreatmentArea ul {
	width: 630px;
	margin: 0 auto;
	list-style: none;
	zoom: 1;/* float clear */
}
#topTreatmentArea ul:after {
	content: ""; 
	display: block; 
	clear: both;
}/* float clear end */
#topTreatmentArea ul li {
	width: 150px;
	float: left;
	margin: 0 10px 10px 0;
}
#topTreatmentArea ul li:nth-child(4n+4) {
	margin: 0 0 10px 0;
}
#topTreatmentArea ul li a {
	width: 150px;
	height: 92px;
	display: block;
	margin: 0 auto;
	background: url(../images/top_treatment.png) left top no-repeat;
	text-indent: 100%;/* ↓ text clear */
	white-space: nowrap;
	overflow: hidden;
}
#topTreatmentArea ul li:nth-child(1) a { background-position: 0px 0px;}
#topTreatmentArea ul li:nth-child(2) a { background-position: -150px 0;}
#topTreatmentArea ul li:nth-child(3) a { background-position: -300px 0;}
#topTreatmentArea ul li:nth-child(4) a { background-position: -450px 0;}
#topTreatmentArea ul li:nth-child(5) a { background-position: -600px 0;}
#topTreatmentArea ul li:nth-child(6) a { background-position: -750px 0;}
#topTreatmentArea ul li:nth-child(7) a { background-position: -900px 0;}
#topTreatmentArea ul li:nth-child(8) a { background-position: -1050px 0;}

#topTreatmentArea ul li:nth-child(1) a:hover { background-position: 0px -92px;}
#topTreatmentArea ul li:nth-child(2) a:hover { background-position: -150px -92px;}
#topTreatmentArea ul li:nth-child(3) a:hover { background-position: -300px -92px;}
#topTreatmentArea ul li:nth-child(4) a:hover { background-position: -450px -92px;}
#topTreatmentArea ul li:nth-child(5) a:hover { background-position: -600px -92px;}
#topTreatmentArea ul li:nth-child(6) a:hover { background-position: -750px -92px;}
#topTreatmentArea ul li:nth-child(7) a:hover { background-position: -900px -92px;}
#topTreatmentArea ul li:nth-child(8) a:hover { background-position: -1050px -92px;}


/* TOP Contents : Info
-------------------------------------------------- */
#topInfoArea {
	width: 650px;
	margin-bottom:40px;
}
#topInfoArea #topInfo {
	border: #ddd 1px solid;
	border-radius: 5px;
	padding: 20px;
}
#topInfoArea #topInfo h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 93%;
	font-weight: normal;
	background: url(../images/top_info_title_icon.png) left center no-repeat;
	padding: 3px 0 3px 25px;
	margin-bottom: 17px;
}
#topInfoArea #topInfo ul {
	width: 610px;
	list-style: none;
}
#topInfoArea #topInfo ul li {
	margin-bottom: 15px;
	zoom: 1;/* float clear */
}
#topInfoArea #topInfo ul li:after {
	content: ""; 
	display: block; 
	clear: both;/* float clear end */
}
#topInfoArea #topInfo ul li:nth-last-child(1) {
	margin-bottom: 0px;
}
#topInfoArea #topInfo ul li .yyyymmdd {
	color: #009FC5;
	font-size: 100%;
	line-height: 1.5;
	width: 130px;
	float: left;
}
#topInfoArea #topInfo ul li .headline {
	font-size: 100%;
	line-height: 1.5;
	width: 480px;
	float: right;
}
#topInfoArea #topInfo ul li .headline a {
}
#topInfoArea #topInfo ul li .headline a:hover {
	text-decoration: underline;
}

/* Footer
-------------------------------------------------- */
#footer {
}

/* Footer : Info
-------------------------------------------------- */
#footerInfoArea {
	width: 980px;
	background: #BBDBF0;
	border-radius: 7px;
	margin: 0 auto 20px auto;
	position: relative;
}
#footerInfoArea .pagetop {
	width: 120px;
	position: absolute;
	top: 20px;
	right: 22px;
}
#footerInfoArea .pagetop a {
	width: 120px;
	height: 38px;
	display: block;
	background: url(../images/ftr_infoarea_pagetop_btn.png) left top no-repeat;
	text-indent: 100%;/* ↓ text clear */
	white-space: nowrap;
	overflow: hidden;
}
#footerInfoArea .pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#footerInfoArea .lead {
	padding: 20px 0 12px 217px;
}
#footerInfoArea .lead p {
	color: #001F39;
	font-size: 143%;
	font-weight: normal;
	margin-bottom: 12px;
}
#footerInfoArea .lead dl {
}
#footerInfoArea .lead dl dt {
	color: #fff;
	font-size: 86%;
	font-weight: normal;
	display: inline-block;
	background: #0E66C2;
	border-radius: 12px;
	padding: 4px 28px;
	margin-right: 8px;
}
#footerInfoArea .lead dl dd {
	display: inline-block;
	margin-right: 8px;
}
#footerInfoArea .outline {
	width: 914px;
	background: #fff;
	display: table;
	border-radius: 6px;
	margin: 0 auto 15px auto;
	padding: 10px;
}
#footerInfoArea .outline .address {
	width: 196px;
	padding: 20px 19px 10px 10px;
	border-right: #335A8A 1px dotted;
	display: table-cell;
	vertical-align: top;
}
#footerInfoArea .outline .address .logo {
	width: 176px;
	height: 120px;
	display: block;
	background: url(../images/logo.png) left top no-repeat;
	margin: -95px auto 8px auto;
	text-indent: 100%;/* text clear */
    white-space: nowrap;
    overflow: hidden;/* text clear end */
}
#footerInfoArea .outline .address p {
	line-height: 1.5;
	margin-bottom: 8px;
}
#footerInfoArea .outline .address .more {
	width: 196px;
	height: 28px;
	display: block;
	background: url(../images/ftr_infoarea_access_btn.png) left top no-repeat;
	text-indent: 100%;/* ↓ text clear */
	white-space: nowrap;
	overflow: hidden;
}
#footerInfoArea .outline .address .more:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#footerInfoArea .outline .hours {
	width: 340px;
	padding: 20px 19px 10px 20px;
	border-right: #335A8A 1px dotted;
	display: table-cell;
	vertical-align: top;
}
#footerInfoArea .outline .reserveNav {
	width: 277px;
	padding: 20px 10px 10px 20px;
	display: table-cell;
	vertical-align: top;
}
#footerInfoArea .outline .reserveNav .tel a {
	width: 277px;
	height: 73px;
	display: block;
	background: url(../images/ftr_infoarea_tel_btn.png) left top no-repeat;
	margin: 0 auto 12px auto;
	text-indent: 100%;/* text clear */
    white-space: nowrap;
    overflow: hidden;/* text clear end */
}
#footerInfoArea .outline .reserveNav a.tel:hover {
	background-position: 0px -73px;
}
#footerInfoArea .outline .reserveNav ul {
	list-style: none;
}
#footerInfoArea .outline .reserveNav ul li {
	font-size: 86%;
	line-height: 1.5;
	list-style: none;
	padding: 0 10px;
}
#footerInfoArea .outline .reserveNav ul li {
	background:url(../images/icon_carrot-right-round.png) left center no-repeat;
	padding: 2px 0 2px 18px;
}
#footerInfoArea .outline .reserveNav ul li a {
}
#footerInfoArea .description {
	width: 910px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#footerInfoArea .description p {
	font-size: 86%;
	line-height: 1.5;
}

/* Footer : Navi
-------------------------------------------------- */
#footer #footerNavArea {
}
/* フッターナビゲーション */
#footer #footerNavArea #footerNav {
	width:980px;
	margin:0 auto 20px auto;
	padding-top:10px;
}
#footer #footerNavArea #footerNav ul {
	list-style:none;
	zoom: 1;/* ↓ float clear */
}
#footer #footerNavArea #footerNav ul:after {
	content: ""; 
	display: block; 
	clear: both;
}
#footer #footerNavArea #footerNav ul li {
	font-size: 86%;
	float: left;
	background: url(../images/icon_carrot-right-round.png) left center no-repeat;
	padding: 3px 0 3px 18px;
	margin-right: 16px;
}
/* フッターサイトナビゲーション */
#footer #footerNavArea #footerGlobalNav {
	width: 100%;
	background: #DDEDF7;
	padding: 25px 0;
}
#footer #footerNavArea #footerGlobalNav nav {
	width: 980px;
	margin: 0 auto;
	display: table;
	zoom: 1;/* ↓ float clear */
}
#footer #footerNavArea #footerGlobalNav nav:after {
	content: ""; 
	display: block; 
	clear: both;
}
#footer #footerNavArea #footerGlobalNav ul {
	color: #000;
	font-size: 86%;
	list-style: none;
	width: 180px;
	padding-right: 8px;
	padding-left: 8px;
	border-right: #335A8A 1px dotted;
	display: table-cell;
	vertical-align: top;
}
#footer #footerNavArea #footerGlobalNav ul:nth-child(1)  {
	padding-left: 0;
}
#footer #footerNavArea #footerGlobalNav ul:nth-last-child(1)  {
	padding-left: 7px;
	border-right: none;
}
#footer #footerNavArea #footerGlobalNav ul li:nth-child(1) {
	color: #0E66C2;
	background: url(../images/icon_carrot-2right-round.png) left center no-repeat;
	margin-bottom: 10px;
	padding: 3px 0 3px 18px;
}
#footer #footerNavArea #footerGlobalNav ul li {
	line-height: 1.25;
	background: url(../images/icon_carrot-right.png) left center no-repeat;
	margin-bottom: 8px;
	padding: 0 0 0 18px;
	background-position: 8px center;
}
#footer #footerNavArea #footerGlobalNav ul li a {
	color: #000;
}
#footer #footerNavArea #footerGlobalNav ul li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* コピーライト */
#copyright {
	width: 100%;
	background: #DDEDF7;
	border-top: #BBDFF0 1px solid;
	padding: 11px 0;
}
#copyright p {
	color: #000;
	font-size: 86%;
	width: 980px;
	margin: 0 auto;
	
}



