@charset "utf-8";
/*------------------------------------------------------------
  書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
  微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
  clearfix
------------------------------------------------------------*/
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
  リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

  font-size: 1em;
}

body,
table,
input, textarea, select, option {
  font-family: HiraKakuProN-W3;
  font-size: 1em;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: #040404;
  text-decoration: none;
}

a:visited {
  color: #040404;
}

a:hover {
  color: #040404;
}

a:active {
  color: #040404;
}

@media screen and (max-device-width: 480px){
  img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
body {
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  background-color: #FFF;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#container {
  text-align: left;
}

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: relative;
}

#gHeader .hBox {
  padding: 14px 10px 15px;
  background-color: #915A3B;
}

#gHeader .hBox h1 {
  float: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 195px;
  height: 57px;
}

#gHeader .hBox h1 a:nth-child(1) {
  margin-right: 5px;
}

#gHeader .hBox ul {
  margin-top: 8px;
  float: right;
}

#gHeader .hBox ul li {
  float: left;
}

#gHeader .hBox ul li:last-child {
  margin-left: 5px;
}

#gHeader .menuBox {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}

#gHeader .menuBox .navi {
  float: right;
  width: 78%;
}

#gHeader .menuBox .navi li a {
  padding: 11px 25px 8px;
  display: block;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #F3D598;
  background-color: #EBB954;
}

#gHeader .menuBox .navi .special>a:before {
  width: 13px;
  height: 11px;
  margin-top: -5px;
  background: #EBB954 url(../img/common/icon04.png) no-repeat;
  background-size: 13px 11px;
  position: absolute;
  top: 50%;
  right: 23px;
  content: "";
}

#gHeader .menuBox .navi .special .on:before {
  background: #EBB954 url(../img/common/icon03.png) no-repeat;
  background-size: 13px 11px;
}

#gHeader .menuBox .navi .special span.on img {
  visibility: hidden;
}

#gHeader .menuBox .navi li:last-child a {
  border-bottom: none;
}

#gHeader .menuBox .subNavi {
  display: none;
}

#gHeader .menuBox .subNavi li a {
  background-color: #F5DEB5;
  border-bottom: 1px solid #FAEDD8;
}

#gHeader .menuBox .subNavi li:last-child a {
  border-bottom: none;
}

/*------------------------------------------------------------
  main
------------------------------------------------------------*/
#main {
  margin: 0 10px;
}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#gFooter {
  padding: 19px 10px;
  background-color: #704616;
}

#gFooter p {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/*------------------------------------------------------------
  headLine01
------------------------------------------------------------*/
#main .headLine01 {
  margin-bottom: 8px;
}

#main .headLine01 img {
  width: 100%;
}
