@charset "utf-8";
/* CSS Document */
body{
	background:#fff;
	color:#333;
	font:normal 14px "ヒラギノ角ゴ Pro width: 3px;", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8;
}


/* common */
article{
	margin-bottom:40px;
}

p{
	margin-bottom:10px;
}
.fontRed{
	color:#990000;
}
.fontRight{
	text-align:right;	
}	
.tblCommon01 {  
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: none;
}

.tblCommon01 dt {  
    font-weight: bold;
}

.tblCommon01 {
        background: #EEEEEE;
    }
    
.tblCommon01 dt,
    .tblCommon01 dd {
        padding: 5px 10px;
    }
    
    .tblCommon01 dt {
        clear: both;
        float: left;
        width: 130px;
        border-top: 1px solid #FFFFFF;
    }
    
    .tblCommon01 dd {
        padding-left: 170px;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #FFFFFF;
    }
p.centerP{
text-align:center;
}


.clearBox{clear:left !important;}

/*header*/

header{
	background:#fff;
	border-bottom:1px solid #d5d4d4;
	width:100%;
	margin:0;
	padding:10px 0 10px 0;
}

header h1{
	width:223px;
	height:90px;
	margin:0 auto 10px;
}
header nav{
	width:1040px;
	position:relative;
	overflow:hidden;
}
header nav ul{
	float:left;
	position:relative;
	left:50%;
}
header nav ul li{
	float:left;
	margin:0 5px;
	position:relative;
	left:-50%;
}
header nav:after,
header nav ul:after{
	content:"";
	display:table;
	clear:both;
}
#sticky {
	background:#fff;
	border-bottom:1px solid #d5d4d4;
	width:100%;
	margin:0;
	padding:12px 0;
	position: fixed;
	top: 0;
	z-index: 1000;
	display:none;
}
#sticky h1{
	float:left;
	width:206px;
	height:52px;
	margin:0;
}

#sticky nav{
	width:800px;
	margin:10px 0 0 0;
	float:right;
}
#sticky nav ul{
	float:left;
}
#sticky nav ul li{
	float:left;
	margin:0;
}
#sticky .inner:after,
#sticky nav ul:after{
	content:"";
	display:table;
	clear:both;
}
header nav a img,
#sticky nav a img{
	opacity:1.0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;

}
header nav a:hover img,
#sticky nav a:hover img{
	opacity:0.8;
	filter:alpha(opcity=80);
}



#container{
	width:100%;
	margin:0;
}
#container > section{
	padding:100px 0 80px;
	margin-top:-80px;
}
section h2{
	text-align:center;
	margin-bottom:40px;
}
.inner{
	width:1040px;
	margin:0 auto;
}
section#introduction{
	padding:0 0 150px 0;
	margin:0 0 80px;
	text-align:center;
}
section#introduction .inner{
	background:#fff;
	padding:0 80px;
	width:1040px;
	height:700px;
	position:relative;
}
section#introduction .inner h2{
	position:absolute;
	top:480px;
	left:80px;
}
section#introduction .inner p.text{
	position:absolute;
	margin:0;
}
section#introduction .inner p.p01{
	top:620px;
	left:300px;
}

section#introduction .inner ul li{
	position:absolute;
	top:40px;
	left:80px;
	display:none;
}
section#introduction .inner p.scrollBtn{
	position:absolute;
	bottom:-100px;
	left:565px;
}

/*think*/
section#think{
	background:url(../img/bg_think.jpg) center bottom no-repeat;
	background-size:100% auto;
	vertical-align:middle;
	height:100%;
	position:relative;
	min-height:700px;
	min-width:1200px;
	padding:0;
}
section#think .inner{
	position:relative;
	padding:80px 0 80px;
}
section#think .inner .text{
	position:absolute;
	top:20%;
	text-align:center;
}
section#think .inner h2{
	text-align:center;
	margin:0 0 40px 0;
	width:100%;
}
section#think section{
	background:rgba(255,255,255,0.8);
	padding:80px 0;
}
section#think section p{
	text-align:left;
	margin:0 auto 10px auto;
	width:90%;
}


/*ope*/
section#ope{
	background:url(../img/bg_ope.gif);
}

section#ope .inner{
	padding:30px 0 30px 0;
}

section#ope .inner h2{ margin-bottom:40px;}

section#ope .inner section{
	background:rgba(255,255,255,0.6);
	padding:35px;
}

section#ope .inner h3{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}
section#ope .inner h4{
	text-align:center;
	font-weight:bold;
	padding:20px 0;
	clear:both;
}
section#ope .inner p{
	text-align:left;
	margin:0 auto 10px auto;
	width:90%;
	}
	
section#ope .opephoto{
text-align:center;
margin:30px auto;
}
section#ope table{
	width:858px;
	margin:60px auto 60px auto;
	text-align:center;
	background:rgba(255,255,255,0.6);
}
section#ope table>tbody>tr>th{
	border:1px solid #dfdfdf;
	padding:10px;
	vertical-align:middle;
}
section#ope table th {
	text-align:center;
	background-color:#FFFFCE;
}
section#ope table td{
	border:1px solid #dfdfdf;
	padding:10px;
	vertical-align:middle;
}
section#ope table:after{
	content:"";
	display:table;
	clear:both;
}
section#ope img.flR{
float:right;
margin:0 0 20px 20px;
}
section#ope ul{
margin:30px 80px;
list-style:disc;

font-weight:bold;
}	

section#ope .youtube{
width:570px;
margin:30px auto;
}

section#ope table.sonotb{
width:570px;
margin:0 auto;
border:none;
}

section#ope table.sonotb td{
width:50%; border:none;}

section#ope table.sonotb td.tbleft{
text-align:left;}

section#ope table.sonotb td.tbright{
text-align:right;}

section#ope .inner h3{
	text-align:center;
	font-weight:bold;
	padding:20px 0;
	clear:both;
}

/*clinic*/	
section#clinic{
	background-color:#DFECFF;}

section#clinic .inner{
	padding:0 90px;
}
section#clinic .inner section article{
	background:rgba(255,255,255,0.6);
	padding:35px;
}
section#clinic .inner p{
	text-align:left;
	margin:0 auto 10px auto;
	width:90%;
	}
section#clinic section dl.tblCommon01{
	width:860px;
}
section#clinic section dl.tblCommon01 dt{
	width:200px;
	text-align:center;
}

section#clinic .inner h3{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}

section#clinic section article.timeblock{
	margin:30px auto;
	text-align:center;
}

section#clinic ul.timeinfo li{
border-bottom:1px solid #ccc;
width:960px;
padding:10px;
margin:10px auto;
}


/*room*/	
section#room{
	padding:80px 0 0;
	margin-top:-80px;
}
section#room .innerBg{
	background:url(../img/bg_room.jpg) center bottom no-repeat #e9f2b3;
	background-size:100% auto;
	vertical-align:middle;
	height:100%;
	position:relative;
   min-height:1650px;
	min-width:1200px;
	padding:0;
}
section#room .inner{
	padding:30px 0 30px 0;
}
section#room .inner h2{ margin-bottom:40px;}
section#room .inner section article{
	background:rgba(255,255,255,0.6);
	padding:35px;
}
section#room section h3{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}
section#room section p{
	text-align:left;
	margin:0 auto 10px auto;
	width:60%;
}
section#room section .roomWrap{
	width:970px;
	margin:0 auto;
	}

section#room section .roombox{
	float:left;
	width:220px;
	margin:10px 10px;
	}

section#room section .roombox img{
	margin-bottom:10px;
	}
	
section#room section dl{
	width:220px;
	margin:0 0 20px 0;
	height:140px;
}
section#room section dl dt{ 
	margin-bottom:10px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:8px 0;
	text-align:center;
}
section#room section dl dd{ line-height:1.5; font-size:12px;}
section#room section article:after{
	content:"";
	display:table;
	clear:both;
}


section#room section dl.morebox{
	height:180px;
}

/*service*/
section#service{
	background:url(../img/bg_service.gif);
}

section#service .inner{
	padding:30px 0 30px 0;
}

section#service .inner h2{ margin-bottom:40px;}
section#service .inner section article{
	background:rgba(255,255,255,0.4);
	padding:35px;
}
section#service .inner h3{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}
section#service .inner h4{
	text-align:center;
	font-weight:bold;
	padding:20px 0;
	clear:both;
}
section#service .inner p{
	text-align:left;
	margin:0 auto 10px auto;
	width:90%;
	}
	
section#service .inner p img{
	float:right;
	margin:0 0 0 20px;
	}


section#service table{
	width:860px;
	margin:0 auto 20px auto;
	text-align:left;
	background:rgba(255,255,255,0.6);
}
section#service table>tbody>tr>th{
	border-bottom:1px solid #dfdfdf;
	padding:10px;
	width:160px;
	vertical-align:middle;
}
section#service table th {
	text-align:center;
}

section#service table.trim th {
	background-color:#EFEEE0;
}

section#service table.hotel th {
	background-color:#FFFFCE;
}
section#service table td{
	border-bottom:1px solid #dfdfdf;
	padding:6px;
	vertical-align:middle;
	text-align:center;
}	
section#service table:after{
	content:"";
	display:table;
	clear:both;
}
	
	

/*access*/	
section#access{
	padding:80px 0 0 0;
	margin-top:-80px;
}
section#access .innerBg{
	background:url(../img/bg_access.jpg)  center bottom no-repeat #1f6fda;
	background-size:100% auto;
	vertical-align:middle;
	height:100%;
	position:relative;
   min-height:1900px;
	min-width:1200px;
	padding:0;
}
section#access .inner{
	padding:30px 0 30px 0;
}
section#access .inner h2{margin-bottom:40px;}
section#access .inner section article{
	background:rgba(255,255,255,0.6);
	padding:35px;

}

section#access section .accessBox{
	width:620px;
	margin:0 auto;
	}

section#access section .accessBox ul{
	margin:30px auto;
	}
	
section#access section h3{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	margin-bottom:20px;
}
section#access section p{
	text-align:left;
	margin:0 auto 10px auto;
	width:90%;
}

section#access section iframe{
	margin:30px auto;}

footer{
	background:#3366cc;
	width:100%;
	margin:0;
	padding:50px 0 20px;
	color:#fff;
}
footer .inner{
	position:relative;

}
footer .inner p#pageTop{
	width:64px;
	height:86px;
	margin-left:1040px;
	display:none;
}
footer .inner p#pageTop.fixed{
	position:fixed;
	bottom:20px;
	display:none;
}
footer .inner p#pageTop.static {
    position: absolute;
	bottom:260px;
	display:block;
}
footer .inner ul{
	clear:both;
	float:left;
	position:relative;
	left:50%;
}
footer .inner ul li{
	float:left;
	position:relative;
	left:-50%;
}
footer .inner #lNavi{margin-bottom:40px;}
footer .inner #lNavi ul li{
	border-left:1px solid #fff;
	line-height:1;
}
footer .inner #lNavi ul li a{
	padding:0 45px;
}
footer .inner #lNavi ul li a img{
	opacity:1.0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
footer .inner #lNavi ul li a:hover img{
	opacity:0.6;
	filter:alpha(opcity=60);
}

footer .inner ul.sns{margin-bottom:25px;}
footer .inner #lNavi ul li:first-child{ border:0;}
footer .inner ul.sns li{ margin:0 7px;}
footer .inner ul.sns li a img{
	opacity:1.0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
footer .inner ul.sns li a:hover img{
	opacity:0.6;
	filter:alpha(opcity=60);
}
footer .inner #lNavi:after,
footer .inner ul:after{
	content:"";
	display:table;
	clear:both;
}
footer .inner #logo{
	clear:both;
	text-align:center;
	margin-bottom:30px;
}
footer .inner #logo a img{
	opacity:1.0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
footer .inner #logo a:hover img{
	opacity:0.6;
	filter:alpha(opcity=60);
}

footer .inner #copyRight{
	clear:both;
	text-align:center;
}
