@charset "UTF-8";
/**
* ヘッダ
**/
header {
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-image: url(../media/images/lower/bg_header_white.jpg);
}
@media screen and (max-width: 767px) {
  header {
    background-image: url(../media/images/lower/bg_green.png);
    background-repeat: repeat;
    position: relative;
    height: 50px;
    z-index: 900;
  }
}
header .row1 {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../media/images/lower/bg_header.png);
  background-size: auto 50px;
  height: 50px;
  padding: 6px 0 9px;
}
@media screen and (max-width: 767px) {
  header .row1 {
    display: none;
    background-image: none;
    padding: 0;
  }
}
header .row1 .inner:after {
  content: " ";
  display: block;
  clear: both;
}
header .row1 .row1_menu {
  float: right;
}
header .row1 .row1_menu:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  header .row1 .row1_menu {
    float: none;
  }
}
header .row1 .row1_menu .textLogo {
  margin: 4px 23px 0 0;
  float: left;
  color: #000;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  header .row1 .row1_menu .textLogo {
    display: none;
  }
}
header .row1 .row1_menu .contactBtn {
  float: right;
}
header .row1 .row1_menu .contactBtn a {
  display: inline-block;
  width: 120px;
  text-decoration: none;
  text-align: center;
  color: #333333;
  font-size: 16px;
  border: solid 1px #999999;
  border-radius: 5px;
  background-color: #fff;
  padding: 2.5px;
}
header .row1 .row1_menu .contactBtn a:hover {
  background-color: #663300;
  border: solid 1px #663300;
  color: #fff;
}
header .row2 {
  padding: 15px 0 20px;
}
@media screen and (max-width: 767px) {
  header .row2 {
    padding: 0 10px;
  }
}
header .row2 .inner:after {
  content: " ";
  display: block;
  clear: both;
}
header .row2 .logo {
  margin: 0;
  float: left;
  width: 275px;
}
@media screen and (max-width: 767px) {
  header .row2 .logo {
    float: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    height: 30px;
  }
}
header .row2 .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
header .row2 .logo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  header .row2 .logo img {
    width: auto;
    height: 30px;
  }
}

/**
* gナビ
**/
#gnavi {
  float: right;
  width: calc(100% - 275px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  margin: 0;
  padding: 0;
}
#gnavi ul li {
  list-style-type: none;
}
#gnavi ul li a {
  display: block;
  text-decoration: none;
}
#gnavi ul.depth1 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  #gnavi ul.depth1 {
    display: block;
  }
}
#gnavi ul.depth1 > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 979px) {
  #gnavi ul.depth1 > li {
    font-size: 13px;
    white-space: nowrap;
  }
  #gnavi ul.depth1 > li:first-child {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul.depth1 > li {
    display: block;
    text-align: left;
  }
}
#gnavi ul.depth1 > li > a {
  color: #663300;
}
#gnavi ul.depth1 > li > a:hover {
  color: #669900;
}
@media screen and (max-width: 767px) {
  #gnavi ul.depth1 > li > a {
    background-color: rgba(102, 153, 51, 0.9);
    padding: 10px;
  }
}
#gnavi ul.depth1 > li > a > span {
  display: block;
}
@media screen and (max-width: 767px) {
  #gnavi ul.depth1 > li > a > span {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul.depth1 > li > a > span.icon {
    display: none;
  }
}
#gnavi ul.depth1 > li > a > span.text {
  font-weight: bold;
}
#gnavi ul.depth1 > li ul.depth2 {
  visibility: hidden;
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 900;
  width: 150px;
}
@media screen and (max-width: 979px) {
  #gnavi ul.depth1 > li ul.depth2 {
    right: 0;
    left: auto;
  }
}
#gnavi ul.depth1 > li ul.depth2 > li {
  text-align: left;
  font-size: 16px;
}
#gnavi ul.depth1 > li ul.depth2 > li > a {
  color: #663300;
  background-color: #fff;
  padding: 13px 13px 13px 30px;
  position: relative;
}
#gnavi ul.depth1 > li ul.depth2 > li > a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#gnavi ul.depth1 > li ul.depth2 > li > a:hover {
  background-color: #e3d2c9;
}

/**
* パンくずリスト
**/
#pankuzu {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../media/images/lower/bg_pankuzu_line.png);
  background-size: auto 12px;
  line-height: 1.3;
  padding: 5px 0 15px;
}
@media screen and (max-width: 767px) {
  #pankuzu {
    padding: 15px 0;
  }
}
#pankuzu ul.pankuzu {
  margin: 0;
  padding: 0;
}
#pankuzu ul.pankuzu:after {
  content: " ";
  display: block;
  clear: both;
}
#pankuzu ul.pankuzu > li {
  list-style-type: none;
  float: left;
  color: #663300;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #pankuzu ul.pankuzu > li {
    font-size: 14px;
  }
}
#pankuzu ul.pankuzu > li > a {
  color: #663300;
  text-decoration: none;
}
#pankuzu ul.pankuzu > li > a:hover {
  color: #994d00;
}
#pankuzu ul.pankuzu > li > a.last:hover {
  color: #663300;
}
#pankuzu ul.pankuzu > li:before {
  content: ">";
  padding: 0 5px;
}
#pankuzu ul.pankuzu > li:first-of-type:before {
  content: none;
}

/**
* メイン
**/
#main {
  margin-bottom: 100px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-image: url(../media/images/lower/bg_texture_dark.png);
  background-size: 1400px auto;
  background-position: center top;
  min-height: 1000px;
}
@media screen and (max-width: 767px) {
  #main {
    min-height: 0;
    background-size: 100% auto;
    background-position-y: 70px;
    padding-top: 30px;
  }
}

/**
* セクション
**/
section,
.section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section,
  .section {
    margin-bottom: 50px;
  }
}

/**
* 文章
**/
p {
  margin: 20px 0;
}

/**
* コンテンツ内での幅調整
**/
.sleeve {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .sleeve {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sleeve {
    width: 100%;
  }
}

/**
* 見出し
**/
.title-tree {
  margin: 0 0 40px;
  min-height: 56px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: bold;
  color: #663300;
  text-align: center;
  padding: 0 256px 10px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../media/images/lower/bg_title_tree.png);
  background-size: auto 56px;
}
@media screen and (max-width: 979px) {
  .title-tree {
    padding: 0 150px 10px;
  }
}
@media screen and (max-width: 767px) {
  .title-tree {
    margin-bottom: 30px;
    min-height: 0;
    background-position: left bottom;
    background-image: url(../media/images/lower/bg_title_tree_line.png);
    background-size: auto 6px;
    font-size: 24px;
    text-align: left;
    padding: 0 0 10px 60px;
    position: relative;
  }
  .title-tree:before {
    content: "";
    width: 52px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    background-image: url(../media/images/lower/img_tree.png);
    position: absolute;
    left: 0;
    bottom: 5px;
  }
}
.title-tree.small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .title-tree.small {
    font-size: 22px;
    padding-bottom: 5px;
  }
}

.title-brown {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../media/images/lower/bg_title_belt.png);
  background-size: 100% 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  padding: 12px 40px;
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .title-brown {
    margin: 30px 0;
    padding: 10px 20px;
    font-size: 20px;
  }
}

.title-dotline {
  margin: 25px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #669933;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../media/images/lower/bg_title_dotline.png);
  background-size: auto 9px;
}
@media screen and (max-width: 767px) {
  .title-dotline {
    margin: 30px 0;
    padding-bottom: 15px;
    font-size: 20px;
  }
}

.title-green {
  margin: 25px 0 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  padding: 11px 40px;
  border-radius: 10px;
  background-repeat: repeat;
  background-image: url(../media/images/lower/bg_title_green.png);
  background-size: auto 50px;
}
@media screen and (max-width: 767px) {
  .title-green {
    margin: 30px 0;
    padding: 10px 20px;
    font-size: 20px;
  }
}
.title-green span.sub {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .title-green span.sub {
    display: block;
    font-size: 16px;
    padding-left: 0;
  }
}

/**
* ページ出だし
**/
.intro {
  text-align: center;
  font-size: 18px;
  line-height: 1.95;
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  .intro {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

/**
* ボタン
**/
.btn {
  text-align: center;
  margin: 30px 0;
}
.btn > a {
  display: inline-block;
  min-width: 200px;
  background-color: #339933;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 11px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .btn > a {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.btn > a:hover {
  background-image: none;
  background-color: #4a6d23;
}

/**
* テーブル
**/
table.white {
  width: 100%;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  table.white {
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
  table.white tbody, table.white tr, table.white th, table.white td {
    display: block;
  }
}
table.white th {
  background-color: rgba(238, 238, 238, 0.8);
  vertical-align: middle;
  font-weight: normal;
  padding: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 25%;
}
@media screen and (max-width: 767px) {
  table.white th {
    width: 100%;
    border-right: none;
  }
}
table.white td {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  table.white td {
    border-right: none;
  }
}

/**
* SPでスクロール
**/
@media screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
    border-radius: 10px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 10px;
  }
  .scroll table {
    display: table;
    border-top: 1px solid #000;
    border-right: none;
    border-left: 1px solid #000;
  }
  .scroll table thead {
    display: table-header-group;
  }
  .scroll table tbody {
    display: table-row-group;
  }
  .scroll table tr {
    display: table-row;
  }
  .scroll table th, .scroll table td {
    display: table-cell;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

/**
* 画像
**/
.figure {
  margin: 30px 0;
  text-align: center;
}

a.fancybox:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/**
* 画像ギャラリー
**/
ul.gallery {
  margin: 30px 0;
  padding: 0;
}
ul.gallery:after {
  content: " ";
  display: block;
  clear: both;
}
ul.gallery > li {
  list-style-type: none;
  float: left;
  width: 18%;
  margin-left: 2%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.gallery > li {
    width: 32%;
    margin-bottom: 10px;
  }
}
ul.gallery > li:nth-of-type(5n+1) {
  clear: both;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  ul.gallery > li:nth-of-type(5n+1) {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  ul.gallery > li:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
ul.gallery > li img {
  border: 1px solid #ccc;
  padding: 3px;
  background: #fff;
}

/**
* 画像のfloat
**/
.clear:after {
  content: " ";
  display: block;
  clear: both;
}

.floatL {
  float: left;
  margin-right: 10px;
}

.floatR {
  float: right;
  margin-left: 10px;
}

/**
* PDFリスト
**/
ul.download_file {
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
ul.download_file:after {
  content: " ";
  display: block;
  clear: both;
}
ul.download_file li {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-bottom: 40px;
  min-height: 60px;
}
ul.download_file li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
@media screen and (max-width: 767px) {
  ul.download_file li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
ul.download_file li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 75px;
}
ul.download_file li a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 60px;
  line-height: 1;
}
ul.download_file li a span {
  display: block;
  line-height: 1.3;
}
ul.download_file li a span.name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
ul.download_file li a span.button {
  font-size: 14px;
  width: 100px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}
ul.download_file li a[href^="http"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #333;
}
ul.download_file li a[href^="http"] span.button {
  border: solid 2px #333;
}
ul.download_file li a[href$="pdf"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #e15d4b;
}
ul.download_file li a[href$="pdf"] span.button {
  border: solid 2px #e15d4b;
}
ul.download_file li a[href$="doc"]:before, ul.download_file li a[href$="docx"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #4f5fbc;
}
ul.download_file li a[href$="doc"] span.button, ul.download_file li a[href$="docx"] span.button {
  border: solid 2px #4f5fbc;
}
ul.download_file li a[href$="xls"]:before, ul.download_file li a[href$="xlsx"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #3f7e59;
}
ul.download_file li a[href$="xls"] span.button, ul.download_file li a[href$="xlsx"] span.button {
  border: solid 2px #3f7e59;
}
ul.download_file li a[href$="ppt"]:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 3px;
  color: #e35887;
}
ul.download_file li a[href$="ppt"] span.button {
  border: solid 2px #e35887;
}
ul.download_file li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
ul.download_file li a:hover span.button {
  color: #fff;
}
ul.download_file li a:hover[href^="http"] span.button {
  background-color: #333;
}
ul.download_file li a:hover[href$="pdf"] span.button {
  background-color: #e15d4b;
}
ul.download_file li a:hover[href$="doc"] span.button, ul.download_file li a:hover[href$="docx"] span.button {
  background-color: #4f5fbc;
}
ul.download_file li a:hover[href$="xls"] span.button, ul.download_file li a:hover[href$="xlsx"] span.button {
  background-color: #3f7e59;
}
ul.download_file li a:hover[href$="ppt"] span.button {
  background-color: #e35887;
}

/**
* 半透明背景
**/
.bg-transparent {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 50px 70px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .bg-transparent {
    padding: 20px 10px;
  }
}
.bg-transparent > .title-tree:first-of-type,
.bg-transparent > .title-brown:first-of-type,
.bg-transparent > .title-dotline:first-of-type,
.bg-transparent > .title-green:first-of-type {
  margin-top: 0;
}

/**
* セクションのキービジュアル
**/
.figure-kv {
  margin-bottom: 50px;
  text-align: center;
}
.figure-kv img {
  max-width: 800px;
}
@media screen and (max-width: 979px) {
  .figure-kv img {
    max-width: 100%;
  }
}

/**
* 文と画像のfloat
**/
.floatBox:after {
  content: " ";
  display: block;
  clear: both;
}
.floatBox .text {
  float: left;
  width: 60%;
  padding-right: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .floatBox .text {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.floatBox .img {
  float: right;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .floatBox .img {
    float: none;
    width: 100%;
  }
}
.floatBox .img > div {
  text-align: center;
}
.floatBox .img > div:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .floatBox .img > div:first-of-type {
    margin-bottom: 10px;
  }
}

/**
* ページャー
**/
.paging {
  margin: 30px 0;
}

ul.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pagination > li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  color: #000;
  vertical-align: top;
  margin: 0 5px 10px;
}
ul.pagination > li > a,
ul.pagination > li > span {
  display: block;
  width: 24px;
  padding: 4px;
  color: #000;
}
ul.pagination > li > a:hover {
  color: #336600;
  text-decoration: none;
}
ul.pagination > li.prev, ul.pagination > li.next {
  display: inline-block;
}
ul.pagination > li.prev > a, ul.pagination > li.next > a {
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border: none;
  background-color: transparent;
}
ul.pagination > li.prev > a:before, ul.pagination > li.next > a:before {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  text-indent: 0;
  color: #000;
}
ul.pagination > li.prev > a:hover:before, ul.pagination > li.next > a:hover:before {
  color: #336600;
}
ul.pagination > li.prev > a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  right: 0;
}
ul.pagination > li.next > a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  left: 0;
}
ul.pagination > li.active > span {
  background-color: #336600;
  color: #fff;
}
ul.pagination > li.disabled {
  display: none;
}

/**
* 画像リスト＋説明文
**/
ul.imgList {
  padding: 0;
  margin: 30px 0;
}
ul.imgList:after {
  content: " ";
  display: block;
  clear: both;
}
ul.imgList > li {
  list-style-type: none;
  float: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  ul.imgList > li {
    margin-bottom: 10px;
    float: none;
  }
}
ul.imgList > li > .img {
  text-align: center;
}
ul.imgList > li > p {
  margin: 10px 0 0;
  text-align: center;
}
ul.imgList.row2 > li {
  width: 49%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  ul.imgList.row2 > li {
    width: 100%;
    margin-left: 0;
  }
}
ul.imgList.row2 > li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
ul.imgList.row3 > li {
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  ul.imgList.row3 > li {
    width: 100%;
    margin-left: 0;
  }
}
ul.imgList.row3 > li:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

/*# sourceMappingURL=lower.css.map */
