@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

img, textarea {
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
  text-align: center;
  -webkit-text-size-adjust: 100% !important;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active {
  text-decoration: underline;
}

a:before, a:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img {
  height: auto;
}

img, object, embed {
  max-width: 100%;
}

/*===============================================================
	ヘッダー
===============================================================*/
header {
  padding: 7px 10px;
  background: #263a19;
}

header .headWrap {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

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

* html header .headWrap {
  height: 1%;
}

@media (max-width: 920px) {
  header .headWrap {
    position: relative;
  }
}

header .headWrap .header-btn {
  display: none;
  background-color: #ffffff;
  background: url(../images/open.jpg) no-repeat center #ffffff;
  background-size: 23px;
}

@media (max-width: 920px) {
  header .headWrap .header-btn {
    width: 15%;
    height: 33px;
    margin-top: 8px;
    display: block;
    float: right;
  }
}

header .headWrap .active {
  width: 15%;
  position: relative;
  z-index: 9999;
  background-color: #ffffff;
  font-family: FontAwesome;
  content: "\f00d";
  background: url(../images/close.png) no-repeat center #ffffff;
  background-size: 33px;
}

header .headWrap > ul {
  float: right;
  padding: 9px 0;
  width: 361px;
}

header .headWrap > ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html header .headWrap > ul {
  height: 1%;
}

@media (max-width: 766px) {
  header .headWrap > ul {
    width: 85%;
    display: flex;
    -js-display: flex;
    justify-content: space-around;
  }
}

header .headWrap > ul li {
  float: left;
  margin: 0 1.69492% 0 0;
  width: 66px;
}

@media (max-width: 766px) {
  header .headWrap > ul li {
    float: left;
    width: 18%;
    margin-right: 5px;
    font-size: 10em;
  }
}

header .headWrap > ul li a {
  display: block;
  padding: 6px;
  border: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Batang", serif;
  color: #fff;
}

@media (max-width: 766px) {
  header .headWrap > ul li a {
    padding: 6px 2px;
  }
}

header .headWrap > ul li a.cr, header .headWrap > ul li a:hover {
  background: #fff;
  color: #232811;
  text-decoration: none;
}

header .headWrap dl {
  float: left;
  padding: 9px 0;
  width: 217px;
}

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

* html header .headWrap dl {
  height: 1%;
}

header .headWrap dl dt {
  float: left;
  padding: 8px 0;
  width: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 4.60829% 0 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Batang", serif;
  color: #fff;
}

header .headWrap dl dd {
  float: left;
  width: 146px;
}

header .headWrap dl dd ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html header .headWrap dl dd ul {
  height: 1%;
}

header .headWrap dl dd ul li {
  float: left;
  padding: 6px 0;
  margin: 0 2.73973% 0 0;
  width: 46px;
  border: 1px solid #fff;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,Sans-Serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header .headWrap dl dd ul li:last-child {
  margin: 0;
}

header .headWrap dl dd ul li.cr, header .headWrap dl dd ul li:hover {
  background: #fff;
  color: #232811;
}

header aside {
  clear: both;
  padding: 0 0 5px;
  border-top: 1px dotted #FFF;
}

header aside ul {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 10px;
}

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

* html header aside ul {
  height: 1%;
}

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

* html header aside ul {
  height: 1%;
}

header aside ul li {
  float: left;
  margin: 1.26582% 0 0 1.26582%;
  width: 18.98734%;
}

header aside ul li:nth-of-type(5n+1) {
  margin-left: 0;
  clear: both;
}

header .search {
  width: 300px;
  float: right;
  display: inline;
}

@media (max-width: 920px) {
  header .search {
    width: 103%;
    padding: 5px 20px 10px;
    background-color: #6B7E35;
    display: none;
    position: absolute;
    z-index: 999;
    top: 57px;
    left: -10px;
  }
}

header .search .search-txt {
  margin-top: 15px;
  margin-right: 10px;
  float: left;
  color: #ffffff;
}

@media (max-width: 920px) {
  header .search .search-txt {
    width: 10%;
  }
}

header .search #___gcse_0 {
  width: 200px;
  float: left;
}

@media (max-width: 920px) {
  header .search #___gcse_0 {
    width: 88%;
  }
}

header .search #___gcse_0 .gsc-control-cse {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  border: transparent;
}

header .search #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse {
  padding: 0;
}

header .search #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-input {
  padding-right: 5px;
}

@media (max-width: 920px) {
  header .search #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-input {
    width: 100%;
  }
}

header .search #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-input .gsib_a {
  height: 25px;
  padding: 1px 6px 0;
}

header .search #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-input .gsib_a .gsc-input::-moz-placeholder {
  font-size: 11px;
}

header .search #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-button {
  width: 50px;
}

header .search #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-search-button svg {
  position: relative;
  left: -5px;
}

/*===============================================================
	グローバルナビゲーション
===============================================================*/
.gnav {
  background: #242b0a repeat left top;
  padding: 0 10px;
  max-height: 95px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.gnav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.gnav.fixed p {
  width: 60px;
  position: relative;
  top: 15px;
}

.gnav div {
  margin: 0 auto;
  max-width: 1020px;
  height: 90px;
}

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

* html .gnav div {
  height: 1%;
}

.gnav div p {
  float: left;
  position: relative;
  top: -50px;
}

.gnav div .sub_logo {
  position: static;
  top: 0;
  margin-top: 13px;
}

.gnav div > span {
  display: none;
}

.gnav div .menu ul {
  float: right;
  padding: 35px 0 15px;
  max-width: 790px;
  text-align: left;
}

.gnav div .menu ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html .gnav div .menu ul {
  height: 1%;
}

.gnav div .menu ul li {
  float: left;
  margin: 0 0 0 25px;
  letter-spacing: normal;
  text-align: left;
}

.gnav div .menu ul li:first-child {
  margin-left: 0;
}

.gnav div .menu ul li a {
  display: block;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Batang", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}

.gnav div .menu ul li a span {
  display: block;
  padding: 0 0 0 .3em;
  margin: 8px 0 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

.gnav div .menu ul li a:hover {
  color: #A3B24B;
}

.gnav div .menu span {
  display: none;
}

/*===============================================================
	コンテンツ
===============================================================*/
.title {
  height: 300px;
}

.title h1 {
  max-width: 1020px;
  padding: 125px 10px 67px;
  margin: 0 auto;
  text-align: left;
}

.bread {
  max-width: 1020px;
  padding: 0 10px;
  margin: 10px auto 0;
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
}

.bread li {
  display: inline-block;
}

.bread li:after {
  content: ">";
  margin: 0 6px;
}

.bread li:last-child:after {
  display: none;
}

.bread li a {
  text-decoration: underline;
}

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

article {
  max-width: 1020px;
  padding: 50px 10px 0;
  margin: 0 auto;
  text-align: left;
}

article .season-fes {
  max-width: 1020px;
  margin: 100px auto 10px;
  padding: 0 10px;
}

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

* html article .season-fes {
  height: 1%;
}

article .season-fes li {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
  text-align: center;
}

article .season-fes li:last-child {
  margin-right: 0;
}

article.sub h2 {
  padding: 16px;
  margin: 0 0 40px;
  background: url(../images/h2-bg.gif) no-repeat left center;
}

/*===============================================================
	フッター
===============================================================*/
footer {
  text-align: left;
}

footer .pagetop {
  padding: 0 30px;
  margin: 0 0 20px;
  text-align: right;
  cursor: pointer;
}

footer nav {
  padding: 24px 0;
  border-top: 1px solid #dddddd;
}

footer nav ul {
  text-align: center;
}

footer nav ul li {
  display: inline-block;
  border-right: 1px solid #444;
}

footer nav ul li:last-child {
  border-right: 0px;
}

footer nav ul li a {
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

footer div {
  background: #232811;
  padding: 15px 10px 30px;
}

footer div dl {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto 46px;
}

footer div dl dt {
  float: left;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Batang", serif;
  color: #fff;
}

footer div dl dd {
  padding: 0 0 0 12em;
}

footer div dl dd ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}

footer div dl dd ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

footer div dl dd ul li a:before {
  font-family: FontAwesome;
  content: "\f061";
  margin: 0 5px 0 0;
}

footer div .footer_bnr ul {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 0px;
  display: flex;
  -js-display: flex;
}

footer div .footer_bnr ul li {
  width: 150px;
  margin-right: 10px;
}

footer div section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
}

footer div section h2 {
  margin: 0 0 14px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Batang", serif;
  font-size: 18px;
  font-size: 1.8rem;
}

footer div section p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

footer div section p a {
  color: #fff;
  text-decoration: underline;
}
