@charset "utf-8";

/* -----------------------------------------------------------------------------
 PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 1080px), print {
/*---  header  ---*/
#headerArea {
	background: url(../../img/bgHeader.gif) no-repeat center top;
	position: relative;
}
#topNavi {
	width: 610px;
	margin: 0 auto;
	padding: 15px 15px 15px 0;
	color: #fff;
	text-align: center;
}
#topNavi li{
	display: inline-block;
	background: url(../../img/icon01.gif) no-repeat left center;
	background-size: 14px 14px;
	padding: 4px 0 2px 17px;
	margin: 0 18px;
	font-size: 0.95em;
	letter-spacing: 0.02em;
}
#topNavi li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#topNavi li:hover {
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.smtNavi {
	display: none;	
}
#english a {
	width: 8em;
	background: #000000;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0.4em 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
#english a:hover {
	background: #DDD8C0;
	color: #000;
	-webkit-box-shadow: 3px 3px #BFBFBF;
	-moz-box-shadow: 3px 3px #BFBFBF;
	-ms-box-shadow: 3px 3px #BFBFBF;
	box-shadow: 3px 3px #BFBFBF;
	-ms-transform:translate(-2px,-2px);
	-webkit-transform:translate(-2px,-2px);
	transform:translate(-2px,-2px);
}
#header {
	width: 1080px;
	margin: 0 auto;	
}
#logo {
	width: 195px;
	float: left;
}
#mainNavi {
	float: right;
	margin: 15px 8px 10px 0;	
}
#mainNavi li {
	float: left;
}
#mainNavi li:first-child {
	margin: 0 60px 0 0;
}
#mainNavi li a {
	font-size: 1.5em;
	font-weight: bold;	
	text-decoration: none;
	line-height: 1.2em;
	display: block;
	position: relative;	
	padding: 0.1em 0 0.2em;
	z-index: 10;
}
#mainNavi li span {
	display: block;
	color: #6D6D6D;
	font-size: 0.6em;
	font-weight: bold;	
}
#mainNavi li a:before {
    display: block;
	position: absolute;
	top: 0;
	left: -12px;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000000;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
	z-index: -1;
}
#mainNavi li a:hover {
	color:#fff;
}
#mainNavi li a:hover span {
	color:#EAE9E3;
}
#mainNavi li a:hover:before {
    width: 7em;
	background-color: #ADABA2;
}

/*---  footer  ---*/
#footerArea {
	border-top: 1px solid #000;
	margin-top: 100px;	
	position: relative;
	background:url(../../img/bgFooter.gif) no-repeat center bottom;
}
#footer {
	margin: 80px auto 40px;
    width: 1080px;
	position: relative;	
}
#pagetop {
	text-align: center;	
	position: relative;
	top: -109px;
	width: 74px;
	margin: 0 auto;
}
#pagetop a {
	display: block;
	background:url(../../img/pagetop.png) no-repeat center top;
	background-size: 85px 40px;
	width: 74px;
	height: 29px;
	text-indent: -9999px;
	position: absolute;
	transition: all .2s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
}
#pagetop a:hover {
	display: block;
	background:url(../../img/pagetop.png) no-repeat center top;
	background-size: 85px 40px;
	width: 74px;
	height: 32px;
	text-indent: -9999px;
	position: absolute;
	-ms-transform:translate(0px,-3px);
	-webkit-transform:translate(0px,-3px);
	transform:translate(0px,-3px);
}
#footerArea .info {
	width: 350px;
	float: left;
}
#footerArea .info strong {
	font-size: 1.2em;
	display: inline-block;
	margin: 0 0 0.3em;
}
#footerArea .info .mailimg {
	width: 125px;
	height: auto;	
}
#footerArea .info a {
	text-decoration: none;	
}
.googleMap a {
	display: block;
	position: absolute;
	left: 170px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../../img/iconMap.gif) no-repeat center 15px #000;
	background-size: 17px 26px;
	width: 114px;
	height: 114px;
	border: 2px solid #000;
	-webkit-border-radius: 57px;
	-moz-border-radius: 57px;
	border-radius: 57px;
	padding: 50px 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
		transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.googleMap a:hover {
	background: url(../../img/iconMap.gif) no-repeat center 10px #000;
	background-size: 20px 30px;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#footerNavi {
	width: 400px;
	float: left;
}
#footerNavi ul {
	float: left;
	width: 120px;
	margin: 0 5px;
}
#footerNavi ul li {
	background: url(../../img/icon02.gif) no-repeat left 0.3em;	
	background-size: 9px 9px;
	padding: 0 0 1em 15px;
}
#footerNavi ul li a {
	text-decoration: none;	
}
#footerNavi ul li a:hover {
	text-decoration: underline;	
}

#footerArea .social {
	width: 195px;
	float: right;	
}
#footerArea .fb-like {
	width: 100px;
	float: left;
}
#footerArea .twitter a{
	display: block;
	float: left;
	margin-left: 15px;
	background: #18A9E8;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	padding: 5px 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
		transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
#footerArea .facebook a {
	display: block;
	float: left;
	margin-left: 8px;
	background: #224080;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	padding: 5px 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;		
		transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
#footerArea .twitter img,#footerArea .facebook img {
	width: 24px;
	height: 24px;
}
#footerArea .twitter a:hover,#footerArea .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#footerArea .fLogo {
	clear: both;
	text-align: right;
	padding: 20px 0 0;	
}
#footerArea .fLogo img {
	width: 115px;
	height: 41px;	
}
#footerArea .copy {
	text-align: center;
	padding: 0 0 10px;
}

}


/* -----------------------------------------------------------------------------
 tab
----------------------------------------------------------------------------- */
@media screen and (max-width: 1079px) {
/*---  header  ---*/
#headerArea {
	background: url(../../img/bgHeader.gif) no-repeat center -10px;
	position: relative;
}
#topNavi {
	width: 610px;
	margin: 0 auto;
	padding: 10px 15px 20px 0;
	color: #fff;
	text-align: center;
}
#topNavi li{
	display: inline-block;
	background: url(../../img/icon01.gif) no-repeat left center;
	background-size: 14px 14px;
	padding: 4px 0 2px 17px;
	margin: 0 18px;
	font-size: 0.95em;
	letter-spacing: 0.02em;
}
#topNavi li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#topNavi li:hover {
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.smtNavi {
	display: none;	
}
#english a {
	width: 8em;
	background: #000000;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0.4em 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
#english a:hover {
	background: #DDD8C0;
	color: #000;
	-webkit-box-shadow: 3px 3px #BFBFBF;
	-moz-box-shadow: 3px 3px #BFBFBF;
	-ms-box-shadow: 3px 3px #BFBFBF;
	box-shadow: 3px 3px #BFBFBF;
	-ms-transform:translate(-2px,-2px);
	-webkit-transform:translate(-2px,-2px);
	transform:translate(-2px,-2px);
}
#header {
	width: 100%;
	margin: 0 auto;	
	padding: 0 3%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
}
#logo {
	width: 195px;
	float: left;
}
#mainNavi {
	float: right;
	margin: 15px 8px 10px 0;	
}
#mainNavi li {
	float: left;
}
#mainNavi li:first-child {
	margin: 0 60px 0 0;
}
#mainNavi li a {
	font-size: 1.5em;
	font-weight: bold;	
	text-decoration: none;
	line-height: 1.2em;
	display: block;
	position: relative;	
	padding: 0.1em 0 0.2em;
	z-index: 10;
}
#mainNavi li span {
	display: block;
	color: #6D6D6D;
	font-size: 0.6em;
	font-weight: bold;	
}
#mainNavi li a:before {
    display: block;
	position: absolute;
	top: 0;
	left: -12px;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000000;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
	z-index: -1;
}
#mainNavi li a:hover {
	color:#fff;
}
#mainNavi li a:hover span {
	color:#EAE9E3;
}
#mainNavi li a:hover:before {
    width: 7em;
	background-color: #ADABA2;
}

/*---  footer  ---*/
#footerArea {
	border-top: 1px solid #000;
	margin-top: 100px;	
	position: relative;
	background:url(../../img/bgFooter.gif) no-repeat center bottom;
}
#footer {
	margin: 80px auto 40px;
    width: 100%;
	position: relative;	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
	padding: 0 3%;
}
#pagetop {
	text-align: center;	
	position: relative;
	top: -109px;
	width: 74px;
	margin: 0 auto;
}
#pagetop a {
	display: block;
	background:url(../../img/pagetop.png) no-repeat center top;
	background-size: 85px 40px;
	width: 74px;
	height: 29px;
	text-indent: -9999px;
	position: absolute;
	transition: all .2s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
}
#pagetop a:hover {
	display: block;
	background:url(../../img/pagetop.png) no-repeat center top;
	background-size: 85px 40px;
	width: 74px;
	height: 32px;
	text-indent: -9999px;
	position: absolute;
	-ms-transform:translate(0px,-3px);
	-webkit-transform:translate(0px,-3px);
	transform:translate(0px,-3px);
}
#footerArea .info {
	width: 300px;
	float: left;
}
#footerArea .info strong {
	font-size: 1.2em;
	display: inline-block;
	margin: 0 0 0.3em;
}
#footerArea .info .mailimg {
	width: 125px;
	height: auto;	
}
#footerArea .info a {
	text-decoration: none;	
}
.googleMap a {
	display: block;
	position: absolute;
	left: 190px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../../img/iconMap.gif) no-repeat center 15px #000;
	background-size: 17px 26px;
	width: 100px;
	height: 100px;
	border: 2px solid #000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 45px 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
		transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.googleMap a:hover {
	background: url(../../img/iconMap.gif) no-repeat center 10px #000;
	background-size: 20px 30px;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#footerNavi {
	width: 400px;
	float: left;
}
#footerNavi ul {
	float: left;
	width: 120px;
	margin: 0 5px;
}
#footerNavi ul li {
	background: url(../../img/icon02.gif) no-repeat left 0.3em;	
	background-size: 9px 9px;
	padding: 0 0 1em 15px;
}
#footerNavi ul li a {
	text-decoration: none;	
}
#footerNavi ul li a:hover {
	text-decoration: underline;	
}

#footerArea .social {
	width: 195px;
	float: right;	
}
#footerArea .fb-like {
	width: 100px;
	float: left;
}
#footerArea .twitter a{
	display: block;
	float: left;
	margin-left: 15px;
	background: #18A9E8;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	padding: 5px 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
		transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
#footerArea .facebook a {
	display: block;
	float: left;
	margin-left: 8px;
	background: #224080;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	padding: 5px 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;		
		transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
#footerArea .twitter img,#footerArea .facebook img {
	width: 24px;
	height: 24px;
}
#footerArea .twitter a:hover,#footerArea .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#footerArea .fLogo {
	clear: both;
	text-align: right;
	padding: 20px 0 0;	
}
#footerArea .fLogo img {
	width: 115px;
	height: 41px;	
}
#footerArea .copy {
	text-align: center;
	padding: 0 0 10px;
}

}

/* -----------------------------------------------------------------------------
 tab
----------------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
/*---  header  ---*/
#headerArea {
	background: none;
	position: relative;
}
#header {
	width: 100%;
	margin: 0 auto;	
	padding: 0
}
#logo {
	width: 100%;
	float: none;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	height: 50px;
	background: #fff;
	z-index: 1000;
	position: fixed;
}
#logo a {
	display: block;		
	text-align: center;
}
#logo img {
	width: 150px;
	height: auto;
	vertical-align: middle;
}
#topNavi {
	padding: 0;	
}
#topNavi li {
	display: block;
	font-size: 1.2em;
	border-bottom: #aaa 1px solid;
	text-align: left;
	padding: 1em 0 1em 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
}
.smtNavi {
	display: block;	
}
.smtNavi li {
	display: block;
	font-size: 1.2em;
	background: url(../../img/icon01.gif) no-repeat left center;
	background-size: 14px 14px;
	border-bottom: #aaa 1px solid;
	text-align: left;
	padding: 1em 0 1em 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
	letter-spacing: 0.02em;
    margin: 0 18px;
}
.smtNavi li  a {
    color: #fff;
    display: block;
    text-decoration: none;
}
#english {
	display: block;
	font-size: 1.2em;
	background: url(../../img/icon01.gif) no-repeat left center;
	background-size: 14px 14px;
	padding: 1em 0 1em 20px;
	margin: 0 18px;
	letter-spacing: 0.02em;
	border-bottom: #aaa 1px solid;
}
#english a {
	width: 100%;
	display: block;
	background: #000000;
	text-align: left;
	color: #fff;
	text-decoration: none;
	position: relative;
	right: 0;
	top: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
#english a:hover {
	background: #000;
	color: #fff;
	-webkit-box-shadow: 0px 0px #BFBFBF;
	-moz-box-shadow: 0px 0px #BFBFBF;
	-ms-box-shadow: 0px 0px #BFBFBF;
	box-shadow: 0px 0px #BFBFBF;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#mainNavi {
	float: none;
	margin: 0 0 15px;
	padding: 85px 0 0;
}
#mainNavi li {
	width: 40%;
	margin: 0 0 0 10%;		
}
#mainNavi li:first-child {
    margin: 0 0 0 10%;	
}

/*---  footer  ---*/
#footerArea .info {
    float: left;
    width: 35%;
}
.googleMap a {
	left: 180px;
	width: 90px;
	height: 90px;
	border: 2px solid #000;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	font-size: 0.9em;
}
#footerNavi {
    float: left;
    width: 50%;
}
#footerNavi ul {
    float: left;
    margin: 0 1%;
    width: 30%;
}
#footerArea .social {
    float: right;
    width: 15%;
}
#footerArea .fb-like {
	width: 100px;
	float: right;
	margin: 0 0 10px;
}
#footerArea .twitter a {
	margin-left: 0;	
}
#footerArea .fLogo {
	clear: both;
	text-align: right;
	padding: 10px 0 0;	
}
#footerArea .fLogo img {
    width: 100%;
	height: auto;
}

}

/* -----------------------------------------------------------------------------
 tab,smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {

/*---  footer  ---*/
#footer {
	margin: 40px 0 30px;
}
#pagetop {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -69px;
    width: 74px;
}
#footerArea .info {
    float: left;
    width: 100%;
	margin: 0 0 20px;
}
.googleMap a {
	display: block;
	position: absolute;
	left: 200px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	background: url(../../img/iconMap.gif) no-repeat center 40px #000;
	background-size: 17px 26px;
	width: 90px;
	height: 90px;
	border: 2px solid #000;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	padding: 15px 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;	
		transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
.googleMap a:hover {
	background: url(../../img/iconMap.gif) no-repeat center 40px #000;
	background-size: 20px 30px;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.googleMap span {
	display: none;	
}
#footerNavi {
    display: none;
}
#footerArea .social {
    float: none;
	clear: both;
    width: 100%;
}
#footerArea .fb-like {
    display: none;
}
#footerArea .fLogo{
	display: none;	
}

}


/* -----------------------------------------------------------------------------
 smt
----------------------------------------------------------------------------- */
@media screen and (max-width: 479px) {
/*---  header  ---*/
#switchBtnArea #switchBtn {
	top: 10px !important;
}
#logo {
	width: 100%;
	float: none;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	height: 40px;
	background: #fff;
	z-index: 1000;
	position: fixed;
}
#logo img {
	width: 100px;
	height: auto;
	vertical-align: middle;
}
#mainNavi {
	float: none;
	margin: 0 0 15px;
	padding: 75px 0 0;
}

#rwdMenuWrap {
	top: 60px !important;	
}

/*---  footer  ---*/
#footerArea .copy img {
	width: 80%;
}
	
}