@charset "UTF-8";
/* ----------------------------------------------------------------------- 

	common layout 共通レイアウト

----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- 
	settings
----------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  width: 100%;
  background: url("../img/bg_main.png") repeat-y;
  background-position: right;
}
@media screen and (max-width: 800px) {
  html {
    background: none;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  color: #6A3906;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
}

html,
body,
div.wrapper {
  height: 100%;
}

div.wrapper {
  min-height: 100%;
  /* 最小の高さ */
  width: 100%;
  background: url("../img/bg_main.png") repeat-y;
  background-position: left;
}
@media screen and (max-width: 800px) {
  div.wrapper {
    background: none;
  }
}

body > div.wrapper {
  height: auto;
  /* 要素を超えた分の背景が伸びないブラウザ用 */
}

a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 801px) {
  a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -ms-filter: "alpha(opacity=$opacity)";
  }
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

div ul p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*-------------------------------------------------------------------
  header
-------------------------------------------------------------------*/
#header {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9990;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  #header {
    position: fixed;
  }
  #header.open {
    height: 100%;
  }
}

.headerIn {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .headerIn {
    width: 100%;
    height: 100%;
    position: relative;
    background: #FFFFFF;
  }
}
.headerIn > div:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .headerIn > div {
    padding: 0;
  }
}

.hBlock {
  float: left;
  width: 25%;
  padding-top: 5px;
  padding-left: 7%;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .hBlock {
    float: none;
    position: relative;
    height: 55px;
    background: #006647;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .hLogo {
    width: 39px;
    margin-left: 4%;
    padding: 2px 0 5px 0;
  }
}

#gNaviWrapper {
  float: right;
  width: 75%;
  height: 140px;
  background-image: url("../img/bg_menu.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  #gNaviWrapper {
    float: none;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #FFFFFF;
  }
}
#gNaviWrapper #gNavi ul {
  padding: 0;
  margin-left: 10%;
  margin-right: 3%;
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #gNaviWrapper #gNavi ul {
    float: none;
    margin: 0;
  }
}
#gNaviWrapper #gNavi ul li {
  margin-left: 8%;
}
@media screen and (max-width: 800px) {
  #gNaviWrapper #gNavi ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-left: 0;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #CACACC;
  }
}
#gNaviWrapper #gNavi ul li a {
  display: block;
}
#gNaviWrapper #gNavi ul li.menuIconRsv {
  width: 32px;
  margin-left: 5%;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #gNaviWrapper #gNavi ul li.menuIconRsv {
    width: 50%;
    text-align: right;
    padding-right: 20px;
    border-bottom: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  #gNaviWrapper #gNavi ul li.menuIconRsv img {
    width: 40px;
  }
}
#gNaviWrapper #gNavi ul li.menuIcon {
  width: 33px;
  margin-left: 3%;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  #gNaviWrapper #gNavi ul li.menuIcon {
    width: 50%;
    margin-left: 0;
    text-align: left;
    padding-left: 20px;
    border-bottom: none;
  }
}
@media screen and (max-width: 800px) {
  #gNaviWrapper #gNavi ul li.menuIcon img {
    width: 40px;
  }
}
#gNaviWrapper #gNavi ul li a {
  padding-top: 37px;
}
@media screen and (max-width: 800px) {
  #gNaviWrapper #gNavi ul li a {
    padding: 0 3px;
    border-top: none;
  }
}

.spNavBtn {
  display: none;
}
@media screen and (max-width: 800px) {
  .spNavBtn {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 100%;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    overflow: hidden;
    font-size: 11px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FFFFFF;
  }
  .spNavBtn .bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .spNavBtn .bar + .bar {
    margin-top: 8px;
  }
  .spNavBtn.active .bar:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 14px;
  }
  .spNavBtn.active .bar:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -ms-filter: "alpha(opacity=$opacity)";
  }
  .spNavBtn.active .bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -10px;
  }
  .spNavBtn.active p {
    display: none;
  }
}

/*-------------------------------------------------------------------
  footer
-------------------------------------------------------------------*/
#footer {
  width: 100%;
  color: #006647;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #footer {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

/* ----------------------------------------------------------------------- 
	common layout
----------------------------------------------------------------------- */
#content {
  padding-bottom: 100px;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}

.contentIn {
  margin: 0 auto;
  max-width: 1000px;
}
.contentIn:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .contentIn {
    padding: 0 5%;
  }
}
