@charset "utf-8";
/* CSS Document */

.content {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding: 0 15px;
}

.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

.clear {
  clear: both;
}

.flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexBox>* {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
}

.flexBoxCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexBoxCenter>* {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
}

.spOnly {
  display: none;
}

.pcOnly {}

/* HEADER
====================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  border-bottom: 4px solid #356b44;
}

#btnMenu {
  display: none;
  float: right;
  position: relative;
  z-index: 99999;
  width: 14%;
}

#btnMenu img {
  line-height: 1;
}

h1 {
  padding: 21px 0 21px 19px;
  width: 233px;
  line-height: 1;
  position: relative;
  z-index: 9994;
}

h1 img {
  line-height: 1;
}

#gnav {
  position: absolute;
  top: 20px;
  padding-left: 274px;
  width: 100%;
  left: 0;
  font-size: 0;
  z-index: 9993;
}

#gnav li {
  margin: 0 20px 0 0;
  display: inline-block;
  padding-bottom: 29px;
}

#gnav li.campTxt {
  margin: 0 10px 0 0;
  color: #ff6a06;
}

#gnav li.campTxt.camp01 {
  background-color: #d64444;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}

#gnav li.campTxt.camp02 {
  background-color: #e49e06;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}

#gnav li.campTxt.camp03 {
  background-color: #ff6a06;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}

#gnav li.campTxt.camp01 a:hover,
#gnav li.campTxt.camp02 a:hover,
#gnav li.campTxt.camp03 a:hover {
  color: #fff;
  opacity: 0.8
}


#gnav li a {
  font-size: 14px;
  cursor: pointer;
}

#gnav li a:hover {
  color: #eac63e;
}

#gnav li ul {
  background-color: rgba(255, 255, 255, .9);
  padding: 20px 0 10px;
  font-size: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  z-index: 9990;
  display: none;
}

#gnav li ul li {
  width: 170px;
  margin: 0 18px 0 0;
  display: inline-block;
  padding: 0;
  border: none;
  vertical-align: top;
}

#gnav li ul li:last-of-type {
  margin: 0;
  color: #000;
}

#gnav li ul li a {
  font-size: 12px;
}

#gnav li ul li a:hover {
  opacity: .8;
  color: #000;
}

#gnav li ul li figure {
  margin: 0 0 5px;
}

#gnav li ul li a:hover {
  opacity: .8;
}

#gnav li.parent a:after {
  content: '';
  display: inline-block;
  margin: 0 0 0 0.3em;
}

#gnav li.parent ul li a:after {
  display: none;
  margin: 0;
}

#btnFixed {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9994;
}

#btnFixed:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

#btnFixed a {
  width: 82px;
  height: 60px;
  float: left;
  margin: 0 6px 0 0;
  font-size: 12px;
  line-height: 1;
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
}

#btnFixed a:before {
  width: 31px;
  height: 29px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin: 7px auto 4px;
}

#btnFixed a:nth-of-type(1) {
  background: #dc9f4f;
}

#btnFixed a:nth-of-type(1):before {
  background-image: url(../img/common/icon_1.png);
}

#btnFixed a:nth-of-type(1):hover {
  background: #d98415;
}

#btnFixed a:nth-of-type(2) {
  background: #41798e;
}

#btnFixed a:nth-of-type(2):before {
  background-image: url(../img/common/icon_2.png);
}

#btnFixed a:nth-of-type(2):hover {
  background: #146e8f;
}

#btnFixed a:nth-of-type(3) {
  background: #38998c;
}

#btnFixed a:nth-of-type(3):before {
  background-image: url(../img/common/icon_3.png);
}

#btnFixed a:nth-of-type(3):hover {
  background: #119d8a;
}

#btnFixed a:nth-of-type(4) {
  background: #3c8e5f;
  margin: 0;
}

#btnFixed a:nth-of-type(4):before {
  background-image: url(../img/common/icon_4.png);
}

#btnFixed a:nth-of-type(4):hover {
  background: #188f4b;
}

#btnFixed a:nth-of-type(5) {
  background: #b2111d;
  margin: 0;
}

#btnFixed a:nth-of-type(6) {
  background: #f6770e;
  margin: 0;
}

#btnFixed a:nth-of-type(5):before {
  background-image: url(../img/common/icon_5.png);
}

#btnFixed a:nth-of-type(6):before {
  background-image: url(../img/common/icon_6.png);
}


/*#btnFixed a:nth-of-type(5):hover{background:#188f4b;}*/


#btnFixed a:nth-of-type(5) {
  display: none;
}

#btnFixed a:nth-of-type(6) {
  display: none;
}

@media only screen and (max-width:750px) {}


/* MAIN CONTENT
====================================*/

h2,
.h3Tit {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mv {
  height: 450px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 80px;
}

.mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 260px;
  height: 260px;
  background-color: rgba(0, 0, 0, .8);
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.mv h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}

.mv2 {
  background: #20442d;
  height: 126px;
  position: relative;
  margin: 0 0 80px;
}

.mv2 h2 {
  font-size: 27px;
  line-height: 126px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  letter-spacing: 0.1em;
}

.mv3 {
  width: 100%;
  position: relative;
  margin: 0 0 80px;
}


#path {
  background-color: rgba(0, 0, 0, .3);
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  z-index: 9999;
}

#path a {
  text-decoration: underline;
}

#path a:hover {
  text-decoration: none;
}

.h3Tit {
  color: #000;
  position: relative;
  padding: 0 0 25px;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.h3Tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 124px;
  background: #408e60;
  content: '';
}

.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.commonContent {
  padding: 40px 0 120px;
}

.commonContent h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.commonContent p {
  font-size: 14px;
  line-height: 2;
}

/*FOOTER
===================================*/
footer {
  border-top: 9px solid #4a9890;
  background: #20442d;
  color: #fff;
}

footer .content {
  max-width: 1325px;
}

#fLink a:hover {
  color: #f67952;
}

#fLink .list {
  padding: 35px 0;
}

#fLink .list:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

#fLink .child {
  background-color: rgba(255, 255, 255, .1);
  width: 23.1625%;
  margin: 0 2.45% 1.7% 0;
  float: left;
  padding: 2% 2.5%;
  height: 320px;
}

#fLink .child2 {
  padding: 0;
  background: none;
}

#fLink .item {
  padding: 8.5% 9.5%;
  margin: 0 0 3.6%;
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
}

#fLink .item:last-of-type {
  margin: 0;
}

#fLink .tit {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

#fLink ul {
  margin: 20px 0 0 1em;
}

#fLink li {
  margin: 0 0 10px;
}

#fLink li:last-of-type {
  margin: 0;
}

#fLink li:before,
#fLink li p:before {
  content: '■';
  color: #f67952 !important;
  margin: 0 0.5em 0 0;
  font-size: 11px;
}

#fLink li p {
  margin: 10px 0 0 1.5em;
}

#fLink .arrow {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  display: none;
  transform: rotate(45deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
  border: solid white;
  border-width: 0 2px 2px 0;
  padding: 4px;
}

#fLink .arrow.open {
  transform: rotate(-135deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(-135deg) skew(-5deg, -5deg);
  top: 9px;
}

#fLink .child:nth-of-type(2) .item:nth-of-type(2) {
  height: 232px;
}

#fLink .child:nth-of-type(4) {
  margin-right: 0;
}

#fLink .child:nth-of-type(5) {
  width: 100%;
  margin: 0;
  height: auto;
  padding: 2.5% 2.5% 1.5%;
}

#fLink .child:nth-of-type(5):after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

#fLink .child:nth-of-type(5) ul {
  margin: 0;
}

/*#fLink .child:nth-of-type(5) .tit{width:24.5%; float:left;}*/
#fLink .child:nth-of-type(5) .tit {
  margin-bottom: 10px;
}

#fLink .child:nth-of-type(5) .titSub {
  font-size: 14px;
  margin-top: 20px;
}

#fLink .child:nth-of-type(5) ul {
  width: 100%;
}

#fLink .child:nth-of-type(5) li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 3px;
}

#fLink .child:nth-of-type(5) li.pref {
  margin-right: 5px;
}

#fLink .child:nth-of-type(5) li.pref:before {
  content: '';
  margin: 0;
}

/*#fLink .child:nth-of-type(5) li:nth-of-type(7){width:40%;}*/
/*#fLink .child:nth-of-type(5) li:nth-of-type(14){width:20%;}*/


#fLink .list2 {
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding: 22px 2.5%;
  position: relative;
}

#fLink .list2 ul {
  margin: 0;
}

#fLink .list2 li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#fLink .social {
  position: absolute;
  top: 50%;
  right: 2.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#fLink .social a {
  display: inline-block;
  width: 29px;
  margin: 0 0 0 10px;
}

#fContact {
  padding: 22px 0;
  background: #fff;
}

#fContact .content {
  position: relative;
}

#fLogo {
  margin: 0 0 0 11%;
  width: 26%;
}

#copyright {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 12px;
  color: #000;
}

/* WP-PAGE NAVI */
.wp-pagenavi {
  clear: both;
  margin: 40px 0 40px 0;
  padding: 20px 0;
  background: none;
  text-align: center;
  font-size: 0px
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #000;
  padding: 0.5em;
  line-height: 1;
  margin: 0.25em;
  background: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #408e60;
  color: #fff;
  background: #408e60;
}

.wp-pagenavi span.current {}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: none;
}

/*===============================
             MEDIA
================================*/
@media only screen and (max-width:1300px) {
  h1 {
    padding: 1vw 0 1.5vw 10px;
    width: 17%;
  }

  #gnav {
    top: 31%;
    padding-left: calc(19% + 10px);
  }

  #gnav li {
    margin: 0 2vw 0 0;
    padding-bottom: calc(1.3vw + 4px);
  }

  #gnav li a {
    font-size: 1.0vw;
  }

  #btnFixed {
    top: 0.6vw;
  }

  #btnFixed a {
    width: 5vw;
    height: 4vw;
    font-size: 0.85vw;
    margin: 0 0.5vw 0 0;
  }

  #btnFixed a:before {
    width: 2vw;
    height: 2.4vw;
    margin: 7% auto 0;
  }

  .mv {
    height: 30vw;
  }

  .mv h2 {
    width: 20vw;
    height: 20vw;
    font-size: 2.5vw;
  }

  #fLink {
    font-size: 1.1vw;
  }

  #fLink .list {
    padding: 3% 0;
  }

  #fLink .child {
    height: 19.8vw;
  }

  #fLink .tit {
    font-size: 1.3vw;
  }

  #fLink ul {
    margin: 1.2em 0 0 1em;
  }

  #fLink li {
    margin: 0 0 0.3em;
  }

  #fLink li p {
    margin: 0.3em 0 0 1.5em;
  }

  #fLink li:before,
  #fLink li p:before {
    font-size: 1vw;
  }

  #fLink .child:nth-of-type(2) .item:nth-of-type(2) {
    height: 12.9vw;
  }

  #fLink .child:nth-of-type(5) li {
    margin-right: 1.5em;
  }

  /*#fLink .child:nth-of-type(5) li:nth-of-type(14){width:13%;}
#fLink .child:nth-of-type(5) li:nth-of-type(18){width:40%;}*/
  #fLink .list2 {
    padding: 2% 2.5%;
  }

  #fLink .list2 li {
    margin-right: 1.5em;
  }

  #fLogo {
    margin: 0 0 0 2.5%;
  }


}

@media only screen and (max-width:1000px) {
  #gnav li ul {
    padding: 2vw 0 1vw;
  }

  #gnav li ul li {
    width: 17%;
    margin: 0 1.8% 0 0;
  }

  #gnav li ul li a {
    font-size: 1.2vw;
  }

  #gnav li ul li figure {
    margin: 0 0 0.5vw;
  }

  .h3Tit {
    font-size: 24px;
  }
}

@media only screen and (max-width:750px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  header {
    border-bottom: 2px solid #356b44;
  }

  h1 {
    padding: 0;
    width: 45.5%;
    position: absolute;
    left: 3%;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99991;
  }

  #btnMenu {
    display: block;
  }

  #gnav {
    display: none;
    background: #209270;
    padding: 0;
    top: 12.8vw;
    color: white;
  }

  #gnav li {
    margin: 0;
    display: block;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid white;
  }

  #gnav li.parent a {
    position: relative;
    z-index: 9993;
  }

  #gnav li.parent a:after {
    display: block;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: 5.7vw;
    right: 7vw;
  }

  #gnav li.parent a:after {
    content: '▼';
    display: inline-block;
    margin: 0 0 0 0.3em;
  }

  #gnav li.parent.show:before {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    top: 4.5vw;
  }

  #gnav li a {
    padding: 5vw 0;
    display: block;
    font-size: 3.6vw;
  }

  #gnav li a:hover {
    color: inherit;
  }

  #gnav li ul {
    position: static;
    padding: 0;
    background-color: rgba(53, 107, 68, 0.1);
  }

  #gnav li ul:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
    zoom: 1;
  }

  #gnav li ul li {
    width: 100%;
    margin: 0;
    float: left;
    display: block;
    border-top: 1px solid white;
    background-color: #276c57;
  }

  #gnav li ul li a {
    font-size: 3.5vw;
    padding: 2.5vw 0;
  }

  #gnav li ul li a:hover {
    opacity: 1;
  }

  #gnav li ul li figure {
    display: none;
  }

  /*#gnav li ul li:nth-of-type(2n+1){border-right:1px solid #356b44;}*/
  #gnav li:nth-of-type(1) ul li:nth-of-type(5) {
    width: 100%;
    border-right: none;
  }

  #gnav li.campTxt {
    background-color: #ff6a06;
    color: white
  }

  #gnav li ul li:last-of-type {
    color: white;
  }


  #btnFixed {
    position: fixed;
    bottom: -30vw;
    top: auto;
    right: 0;
    width: 100%;
    transition: bottom 0.5s linear 0s, top 0.5s linear 0s, margin 0.5s linear 0s;
    display: flex;
    flex-wrap: wrap;
  }

  #btnFixed.active {
    bottom: 0;
  }

  /*#btnFixed a{width:33.3333%; margin:0; height:17vw; font-size:3.6vw;}*/
  #btnFixed a {
    width: 33.3333%;
    margin: 0;
    height: 12vw;
    font-size: 2.5vw;
  }

  /*#btnFixed a:before{width:8vw; height:9vw; margin:8% auto 0;}*/
  #btnFixed a:before {
    width: 4vw;
    height: 5vw;
    margin: 8% auto 0;
  }

  #btnFixed a:nth-of-type(2) {
    display: none;
  }

  #btnFixed:after {
    display: none;
  }

  #btnFixed a:nth-of-type(1) {
    order: 3;
    display: none;
  }

  #btnFixed a:nth-of-type(3) {
    order: 1;
    display: none;
  }

  #btnFixed a:nth-of-type(4) {
    order: 2;
    display: none;
  }

  #btnFixed a:nth-of-type(5) {
    order: 3;
    display: none;
  }

  #btnFixed a:nth-of-type(6) {
    order: 3;
    display: none;
  }


  /*
#btnFixed a:nth-of-type(5){display: block; background: #bb0f20 url("../img/common/icon_arrow.png") no-repeat center right 4vw/5vw auto; width: 100%; color: #fff; font-size: 3vw; padding: 2.5vw 3vw 2.5vw 0; margin: 0; height: auto; clear: both; font-weight: bold;}
#btnFixed a:nth-of-type(5):before{display: none !important;}
*/


  /*
#btnFixed a:nth-of-type(6){display: block; background: #db4d4d url("../img/common/icon_arrow.png") no-repeat center right 4vw/5vw auto; width: 100%; color: #fff; font-size: 3vw; padding: 4vw 3vw 4vw 0; margin: 0; height: auto; clear: both; font-weight: bold;}
#btnFixed a:nth-of-type(6):before{display: none !important;}
*/

  .mv {
    height: 50vw;
  }

  .mv h2 {
    width: 30vw;
    height: 30vw;
    font-size: 3.6vw;
  }

  #fLink {
    font-size: 12px;
  }

  #fLink .list {
    padding: 15px 0;
  }

  #fLink .child {
    height: auto !important;
    width: 100%;
    margin: 0 0 10px;
    padding: 15px;
  }

  #fLink .child2 {
    padding: 0;
  }

  #fLink .item {
    padding: 15px;
    margin: 0 0 10px;
  }

  #fLink .tit {
    font-size: 14px;
    position: relative;
  }

  #fLink .list ul {
    margin: 10px 0 0 0;
    display: none;
  }

  #fLink li:before,
  #fLink li p:before {
    font-size: 11px;
  }

  #fLink .arrow {
    display: block;
  }

  #fLink .child:nth-of-type(2) .item:nth-of-type(2) {
    height: auto;
  }

  #fLink .child:nth-of-type(5) {
    padding: 15px;
  }

  #fLink .child:nth-of-type(5) .tit,
  #fLink .child:nth-of-type(5) ul {
    width: 100%;
    float: none;
  }

  #fLink .child:nth-of-type(5) ul {
    margin: 10px 0 0 0;
  }

  #fLink .child:nth-of-type(5) li {
    width: auto !important;
  }

  #fLink .list2 {
    padding: 15px 0;
  }

  #fLink .list2 li {
    margin-right: 1em;
  }

  #fLink .list2 li:last-of-type {
    margin-right: 0;
  }

  #fLink .social {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    text-align: center;
  }

  #fLink .social a {
    margin: 10px 5px 0;
  }

  #fContact .content {
    padding: 0;
    text-align: center
  }

  #fLogo {
    width: 70%;
    margin: 0 auto 10px;
  }

  #copyright {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@media only screen and (max-width:480px) {
  /*#gnav li.parent:before{height: 10px;}*/

  .mv {
    margin-bottom: 50px;
  }

  .mv2 {
    margin-bottom: 50px;
  }

  .h3Tit {
    font-size: 20px;
    padding: 0 0 15px;
  }

  footer {
    border-top: 4px solid #4a9890;
  }

  #copyright {
    font-size: 3vw;
  }

  #fLink .child:nth-of-type(5) li.pref {
    display: block;
  }
}

/* Landscape */
@media only screen and (min-device-width: 0px) and (max-device-width: 750px) and (orientation: landscape) {
  #gnav {
    height: 180px;
    overflow: auto;
  }
}