@charset "UTF-8";

/*----------------------------------------------------
	☆Reset

color #444
link color #0076B2
accent color blue #053d9b;
accent color blown #7b6041;
accent color oudo #d39a33;
	
----------------------------------------------------*/

html,
html.fontSmall {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

html.fontLarge {
	font-size: 72.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	min-width: 1080px;
	transition: 0.3s ease-in-out;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body.bgBlack {
	background-color: #000;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

a,
a:link,
a:hover,
a:focus {
	color: #008e95;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity:0.8;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}

a {
	display: inline-block;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {

br.clear {
	display: block!important;
	content: " ";
}
}

div.clear {
	clear: both;
	line-height: 0px;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}

#topcontrol a {
	background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}

/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#sample {
	display: none;
	visibility: hidden;
}

/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- WRAP --*/

/*-- HEADER --*/

#header {
	background: #fff;
	padding: 10px 0 15px;
	width: 100%;
}

#header * {
	letter-spacing: normal;
}

/*#header h1{
	float: left;
	padding-top: 27px;
	width: 202px;
}

#header div.inr .hdR {
	float: right;
	padding-top: 10px;
	width: 600px;
}*/

#header h1{
	display: none;
}

#header div.inr .hdR {
	padding-top: 10px;
    width: 960px;
}
#header div.inr .hdR ul {
    float: left;
    padding-top: 10px;
    text-align: center;
    width: 560px;
}

#header div.inr .hdR ul li{
	display: inline-block;
	margin-right: 70px;
	text-align: center;
}

#header div.inr .hdR ul li.li01 a,
#header div.inr .hdR ul li.li02 a,
#header div.inr .hdR ul li.li03 a{
	font-size: 22px;
	line-height: 100%;
	position: relative;
}

#header div.inr .hdR ul li.li01 a{color:#fabf2a;}
#header div.inr .hdR ul li.li02 a{color:#6ec2ee;}
#header div.inr .hdR ul li.li03 a{color:#6eb92b;}

#header div.inr .hdR ul li.li01 a:after,
#header div.inr .hdR ul li.li02 a:after,
#header div.inr .hdR ul li.li03 a:after{
	bottom: -15px;
	content: "\f107";
	font-family: FontAwesome;
	left: 45%;
	position: absolute;
}

#header div.inr .hdR ul li.li01 span,
#header div.inr .hdR ul li.li02 span,
#header div.inr .hdR ul li.li03 span{color: #333333; font-size: 14px;}

#header div.inr .hdInfo {
    float: right;
    width: 400px;
}
#header div.inr {
    margin: 0 auto;
    width: 960px;
}
#header div.inr .hdR .hour {
    float: left;
    margin-right: 20px;
    width: 190px;
}
#header div.inr .hdR .hour dl dt {
    border: 1px solid #333333;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    margin-right: 10px;
    padding: 4px 8px;
    text-align: center;
    width: 70px;
}
#header div.inr .hdR .hour dl dd {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
#header div.inr .hdR .hdRT {
    padding-bottom: 2px;
}
#header div.inr .hr, #header div.inr .qa {
    display: inline-block;
    padding-top: 15px;
}
#header div.inr .hr a, #header div.inr .qa a {
    color: #000;
    font-size: 20px;
    padding: 0 30px;
}
#header div.inr .icon {
    display: inline-block;
}


#header #my-button{
	display: none;
}

/*==========================================*/


/*-- GNAV --*/

#gNav {
	background-color: #7B6141;
}

#gNav ul {
	margin: 0 auto;
	width: 960px;
}

#gNav ul li {
	border-right: 1px solid #CCC;
	float: left;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
	text-align: center;
	transition: 0.2s;
}

#gNav ul li a {
	background-color: #7B6141;
	color: #FFF;
	display: block;
	padding: 15px 5px;
	text-decoration: none;
	transition: 0.2s;
}

#gNav ul li a:hover,
#gNav ul li a.current {
	background-color: #55340C;
}

/*==========================================*/

/*-- CONTENTS --*/

#contents {
	margin: 0 auto;
	width: 100%;
}

#contents p,
#contents li,
#contents dt,
#contents dd,
#contents th,
#contents td {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}

/*-- FOOTER --*/

#footer{
	background-color: #FFF;
	line-height: 140%;
	padding: 110px 0;
	position: relative;
}

#footer .ftBg {
    background: url(../../img/ft_bg.jpg);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
}

#footer .ftBg img{
	width: 100%;
}

#footer .ftInr{
	margin: 0 auto;
	width: 1080px;
}

#footer .ftInr .ftData{
	width: 400px;
}

#footer .green{
	color: #6eb92b;
	margin-bottom: 45px;
}

#footer .hour{
	border-bottom: 1px solid #6eb92b;
	color: #6eb92b;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.ftB {
	background-color: #6eb92b;
	padding: 5px 0;
	text-align: center;
}

.ftB small {
	color: #FFF;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
}
