@charset "UTF-8";

/*Font license info


## Font Awesome

   Copyright (C) 2012 by Dave Gandy

   Author:    Dave Gandy
   License:   SIL ()
   Homepage:  http://fortawesome.github.com/Font-Awesome/


## Iconic

   Copyright (C) 2012 by P.J. Onori

   Author:    P.J. Onori
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://somerandomdude.com/work/iconic/


## Entypo

   Copyright (C) 2012 by Daniel Bruce

   Author:    Daniel Bruce
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://www.entypo.com


## Elusive

   Copyright (C) 2013 by Aristeides Stathopoulos

   Author:    Aristeides Stathopoulos
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://aristeides.com/


## Fontelico

   Copyright (C) 2012 by Fontello project

   Author:    Crowdsourced, for Fontello project
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://fontello.com


## Brandico

   (C) 2012 by Vitaly Puzrin

   Author:    Crowdsourced, for Fontello project
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  */



/*------------------------------
     	基本設定
------------------------------*/



.pie {
	position: relative;
	zoom: 1;
}


body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #777;
	line-height: 1.5;
	font-size: 100%;
	background: url(../img/bg.png);
	overflow-y: scroll;
}

a, h1, h2, h3, h4, .tel { color: #00b2bc; }
.tel {
	font-size: 2em;
}
a:hover { color: #fc3; }

.hidden { display: none; }

/*------------------------------
     	ヘッダー
------------------------------*/







header {
	background: #fff url(../img/h-bg2.png) repeat-x bottom;
	height: 50px;
	margin-bottom: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 10px solid #00b2bc;
	padding-top: 5px;
}

#header_inner {
	max-width: 1000px;
	margin: 0 auto;
	display: table;
	background: url(../img/h-bg.png) top center no-repeat;
	height: 100px;
}

#header_inner h1, #header_inner nav {
	display: table-cell;
	vertical-align: bottom;
}

#header_inner h1 {
	padding-left: 75px;
	vertical-align: middle;
}

#header_inner h1 img { vertical-align: bottom; }

#header_inner nav ul {
	display: table;
	margin: 0 auto;
}

#header_inner nav ul li {
	display: table-cell;
	padding-left: 0.5em;
}

#header_inner nav ul li a { line-height: 1; }

/*------------------------------
     	グロナビ
------------------------------*/





#g-nav {
	width: 100%;
	position: relative;
	clear: both;
	padding-right: 75px;
	padding-bottom: 15px;
}

#g-nav #nv-inner {
	display: table;
	margin: 0 auto;
	padding-bottom: 9px;
}

#g-nav #nv-inner h2 {
	display: table;
	padding: 0;
	margin: 0 auto 12px;
	font-size: 14px;
}

#g-nav ul li { display: table-cell; }

#g-nav ul li a {
	text-decoration: none;
	padding: 0.25em;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	display: block;
	font-weight: bold;
}

.contact {
	position: absolute;
	right: 70px;
	top: 150px;
	text-align: center;
	border: solid 2px #00b2bc;
	width: 203px;
}
.contact > strong {
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	display: block;
	padding: 7px 0;
	border-bottom: 2px solid #00b2bc;
	color: #00b2bc;
}

#header_inner nav .contact ul li { display: table-cell; padding: 14px 7px; }
#header_inner nav .contact ul li a { padding: 0px; }
.contact p {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 60px;
	width: 203px;
}
.contact p strong {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	background: #00b2bc;
	display: block;
}
.contact p small {
	color: #00b2bc;
	background: #fff;
	display: block;
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	font-weight: bold;
}
	
.contact ul {
	margin: 0em auto;
	display: table;
	padding-bottom: 60px;
}

.contact ul li { padding: 0.5em; }

.contact li i {
	font-size: 36px;
	line-height: 60px;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	background: #00b2bc;
	color: #fff;
	display: block;
}

.contact li i:hover, .contact li.tel i:hover + p strong {
	background: #fff;
	color: #00b2bc;
}
.contact li.tel i:hover, .contact li.tel i:hover + p strong {
	color: red;
}
/*------------------------------
     	サブナビ
------------------------------*/




#s-nav {
	width: 100%;
	background: url(../img/s-nav-bg.png);
	margin-top: -36px;
	height: 36px;
}

#s-nav #s-nav-inner {
	max-width: 860px;
	margin: 0 auto;
}

#s-nav #s-nav-inner ul {
	display: table;
	float: right;
}

#s-nav ul li { display: table-cell; }

#s-nav ul li.hidden { display: none; }

#s-nav ul li a {
	font-size: 14px;
	line-height: 36px;
	display: block;
	padding-left: 1em;
	text-decoration: none;
	color: #fff;
}

#s-nav ul li a:hover { color: #fc3; }

/*------------------------------
     	コンテンツ大枠
------------------------------*/








.wrap { clear: both; }

.wrap h1, .wrap h2 {
	display: table;
	margin: 0 auto;
}

.wrap h2 {	
	font-size: 1.5em;
	line-height: 1.25;
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	position: relative;
	border-radius: 5px;
}

#g-nav #nv-inner h2:before,  #g-nav #nv-inner h2:after {
	display: none;
}
.list {
	font-size: 1.2em;
	line-height: 1.25;
}
.list li {
	margin-bottom: 0.25em;
	margin-left:1em;
}
.list li:last-child {
	margin-bottom: 0;
}

.ptn1 {
	display: table;
	margin: 10px auto;
}

.ptn1 li {
	text-align: center;
	display: table-cell;
	margin: 0px;
	padding: 1em;
	vertical-align: top;
	font-size: .95em;
	line-height: 1.25;
}
.ptn1.bg-icon li a {
	display: table;
	font-size: .8em;
	background: #00b2bc;
	color: #fff;
	text-decoration: none;
	line-height: 1.25;
	text-align: left;
	padding: 2px;
	margin: 0.5em auto 0;
	min-height: 2em;
}

.ptn1.bg-icon li a i, .ptn1.bg-icon li a strong {
	display: table-cell;
	vertical-align: middle;
	padding: 0.25em;
	line-height: 1.1;
}
.ptn1.bg-icon li a i {
	background: #fff;
	color: #00b2bc;
}
.ptn1.bg-icon li a:hover i, .ptn1.bg-icon li a:hover strong {
	color: #fc3;
}


.down {
	display: table;
	margin: 2em auto;
	font-size: .9em;
	line-height: 1;
	border: dashed 1px #00b2bc;
	padding: 1em;
}

.down i {
	display: table;
	margin: 0px auto 0;
	color: #00b2bc;
	font-size: 36px;
}

/*------------------------------
     	フッター
------------------------------*/




footer {
	background: #7bcad0;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	clear: both;
	margin-top: 40px;
	box-shadow: 0 -1px 2px 1px rgba(0,0,0,0.2);
}

footer h1 {
	font-size: 1.2em;
	display: table;
	margin: 0 auto;
	color: #fff;
}
footer h1 img {
	display: block;
	margin: 0 auto 1em;
}
footer nav ul {
	display: table;
	margin: 0 auto;
}

footer nav { padding: 20px 0; }

footer nav ul li { display: table-cell; }

footer nav ul li a {
	color: #fff;
	padding: 0.25em 0.5em;
	display: block;
}

/*------------------------------
     ページトップボタン
------------------------------*/








#pagetop {
	list-style: none;
	position: fixed;
	right: 10px;
	bottom: 0px;
	font-size: 36px;
	display: none;
	z-index: 9999;
}

#pagetop li a {
	line-height: 44px;
	width: 48px;
	height: 48px;
	background: #00b2bc;
	display: block;
	border-radius: 48px;
	margin-bottom: 10px;
	color: #fff;
}
.bnr a {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/bnr.jpg) no-repeat bottom center;
	display: block;
	height: 158px;
	width: 600px;
	margin: 30px auto 0;
}
.bnr a:hover {
	background-position: top;
}
