@charset "UTF-8";


/* common
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul {
    list-style: none;
}
img {
	width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance: none;
	border-radius: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #000;
}
a:hover {
	text-decoration: none;
}
a.al:hover img,
input.al:hover {
    opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.3s;
}


/* html
------------------------------------------------- */
html {
    height:100%;
}


/* body
------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	line-height: 2;
	color: #000;
	-webkit-text-size-adjust: 100%;
    height: 100%;
}


/* wrapper
------------------------------------------------- */
#wrapper {
	width: 100%;
    min-width: 1300px;
	margin: 0 auto;
	clear: both;
    position: relative;
    min-height: 100%;
}


/* header
------------------------------------------------- */
#header {
	width: 100%;
	margin: 0 auto;
    clear: both;
}
#header .hinner {
	width: 1300px;
    height: 130px;
	margin: 0 auto;
    position: relative;
}
#header .logo {
	width: 262px;
    padding: 28px 0 0 55px;
}
#header .tg {
    font-family: Times, "Times New Roman", Georgia, "serif";
    font-size: 12px;
    line-height: 1.4;
    position: absolute;
    right: 75px;
    top: 28px;
}


/* hnav
------------------------------------------------- */
.hnav {
    width: 100%;
	margin: 0 auto;
    clear: both;
    background: rgba(0,0,0,0.80);
    position: relative;
    z-index: 9;
}
.hnav ul {
    width: 1100px;
    padding: 0 100px;
    text-align: right;
    margin: 0 auto;
    line-height: 22px;
}
.hnav ul li {
    display: inline-block;
    margin-left: 20px;
}
.hnav ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: url("../img/icon1.png") left center no-repeat;
    background-size: 10px auto;
    padding-left: 16px;
}
.hnav ul li a:hover {
    color: #d2b052;
    background: url("../img/icon2.png") left center no-repeat;
    background-size: 10px auto;
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
	width: 100%;
    height: 385px;
    margin-top: -24px;
    margin-bottom: 30px;
    z-index: 4;
}
.mainvisual .inner {
    width: 1300px;
    margin: 0 auto;
}


/* gnav
------------------------------------------------- */
.gnav {
    width: 1300px;
    height: 99px;
	margin: 0 auto;
    clear: both;
    background: url("../img/nav_bg.jpg") center top no-repeat;
    position: relative;
    z-index: 8;
}
.gnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gnav ul li {
    width: 25%;
    position: relative;
}
.gnav ul li img {
    position: absolute;
}
.gnav ul li img.off {
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.gnav ul li img.on {
    opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.gnav ul li a:hover img.off {
    opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	transition: 0.3s;
}
.gnav ul li a:hover img.on {
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	transition: 0.3s;
}


/* contents
------------------------------------------------- */
#contents {
    padding: 40px 0 160px;
}


/* footer
------------------------------------------------- */
#footer {
    width: 100%;
    background-color: #f7f8f8;
    position: absolute;
	bottom: 0;
    z-index: 7;
}
#footer .finner {
    width: 1300px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
#footer .logo {
    width: 203px;
    position: absolute;
    right: 50px;
    top: 22px;
}
#footer .fnav {
    padding: 70px 0 0 50px;
}
#footer .fnav ul {
    line-height: 22px;
}
#footer .fnav li {
    display: inline-block;
    margin-right: 20px;
}
#footer .fnav li a {
    font-size: 12px;
    color: #998675;
    font-weight: bold;
    background: url("../img/icon3.png") left center no-repeat;
    background-size: 10px auto;
    padding-left: 16px;
}
#footer .fnav li a:hover {
    color: #c9caca;
    background: url("../img/icon4.png") left center no-repeat;
    background-size: 10px auto;
}
#footer .copyright {
    width: 100%;
    background: linear-gradient(#3f3836, #231815);
}
#footer small {
    display: block;
    width: 1200px;
    padding: 0 50px;
    margin: 0 auto;
    line-height: 60px;
    color: #fff;
    text-align: right;
    font-size: 12px;
}