@charset "utf-8";


/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #222;
	line-height: 160%;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #fff;
}


h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,li,dt,dd,th,td {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	text-align: left;
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}

img {
   vertical-align: middle;
}

button {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

a:link,a:visited {
	color:#222;
	text-decoration: none;
}

a:hover {
	color:#222;
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img:hover,
a img:hover,
input[type="image"]:hover {
	-webkit-transition: 0.4s ease-in-out;  
	-moz-transition: 0.4s ease-in-out;  
    -o-transition: 0.4s ease-in-out;  
    -ms-transition: 0.4s ease-in-out;  
    transition: 0.4s ease-in-out;  

	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;

}

a.nop img:hover,
a.nop img:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}

ul {
	list-style-type: none;
}
 
div.clear {
	clear: both;
	height: 0px;
	overflow:hidden;
}

.clearfix:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}
/*.clearfix {
	overflow:hidden;
}*/



.body {
	overflow-x:hidden;
}

.none {
	display: none !important;
}

.bold {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}



/* 共通 */

.global_wrap {
	padding: 120px 0 0 0;
}


/* 固定予約ボタン */

.fix_resb {
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 50;
}
.fix_resb img {
    width: 88px;
    height: auto;
    border: 1px solid #C1C1C1
}


/* ヘッダー */


header {
	height: 77px;
	padding: 33px 0 10px;
	position: fixed;
	width: 100%;
    min-width: 1000px;
	top: 0;
	z-index: 50;
	background: white;
	border-bottom: 1px solid #e5e5e5;
}

header h1 {
	text-align: center;
	margin: 0 0 15px 0;
}

.gn {
	text-align: center;
}

.gn li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0 0 2px 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 120%;
}

.gn li:last-child {
	margin: 0;
}

.gn li:hover {
	border-bottom: 1px solid #242424;
}

.gn li a:hover {
	text-decoration: none;
}

.gn li.current {
	border-bottom: 1px solid #242424;
}

.hn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 120%;
}

.hn_fb,
.hn_is {
	margin: 0 13px 0 0;
}

.htel {
	position: absolute;
	bottom: 19px;
	right: 17px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 150%;
	padding: 0 0 0 28px;
	background: url(../images/common/header_tel.png) no-repeat left center;
}



/* フッター */

footer {
	border-top: 1px solid #000;
	position: relative;
	padding: 60px 0 40px;
}

footer #page-top {
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -20px;
} 

footer .logo {
	text-align: center;
	margin: 0 0 40px 0;
}

footer .ftel {
	width: 220px;
	margin: 0 auto 40px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 240%;
	letter-spacing: 0.05em;
	padding: 15px 0 20px 45px;
	border-bottom: 2px solid #333;
	background: url(../images/common/footer_tel.png) no-repeat left center;
}

footer .ftel a {
	text-decoration: none;
}

footer .ftxt {
	text-align: center;
	margin: 0 0 30px 0;
	letter-spacing: 0.05em;
}

footer .copyright {
	text-align: center;
	font-size: 90%;
}

























