@charset "UTF-8";
body {
  margin: 0;
  font-size: 15px;
  color: #363636;
  font-family: "A1 Gothic L", sans-serif;
}

body a {
  text-decoration: none;
  color: black;
  transitio: all .3s;
  display: block;
}

body a:hover {
  opacity: 0.5;
}

body img {
  max-width: 100%;
  height: auto;
  outline: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

a:active,
a:hover {
  outline-width: 0;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

.disable {
  pointer-events: none;
  color: #dddddd;
}

#pagetop {
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 11;
}

#pagetop a {
  color: #7BA83C;
  font-size: 40px;
}

.con_outer {
  padding: 0;
  width: 100%;
}

.con_outer .con_box_wrap {
  margin: 0 auto 35px;
  width: 100%;
  max-width: 1200px;
  /* 2column */
}

.con_outer .con_box_wrap main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.con_outer .con_box_wrap main .sec_contents {
  width: 70%;
  max-width: 780px;
}

.con_outer .con_box_wrap main .side {
  width: 330px;
}

.side .box {
  margin-bottom: 45px;
  width: 100%;
}

.side .box h2.side_ttl {
  padding: 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #7BA83C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}

.side .box ul.side_list li {
  padding: 15px 0;
  border-bottom: 1px dotted #707070;
}

.side .box ul.side_list li span.yy {
  width: 70px;
  display: inline-block;
}

.side .box ul.side_list li a {
  font-size: 18px;
}

.side .box ul.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.side .box ul.tag_list li {
  margin-right: 10px;
}

.side .box ul.tag_list li a {
  padding: 5px 10px;
  color: #24552A;
  background: #DBE6CD;
  border-radius: 15px;
  display: inline-block;
}

.object-fit-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* ページャー*/
.pager {
  margin: 50px 0;
}

.wp-pagenavi {
  margin: 0 auto;
  line-height: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi .current {
  margin: 2px 3px !important;
  padding: 1px .4em 3px;
  text-decoration: none;
  font-weight: bold;
  font-size: 22px;
  border: none !important;
}

.wp-pagenavi .current {
  text-decoration: underline;
}

.wp-pagenavi .nextpostslink {
  border: 0 none;
  background: transparent;
  padding: 0;
  font-size: 18px !important;
  background: url(../img/common/arrow_right.png) no-repeat right center;
}

.wp-pagenavi .previouspostslink {
  border: 0 none;
  background: transparent;
  padding: 0;
  font-size: 18px !important;
  background: url(../img/common/arrow_left.png) no-repeat right center;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 1%;
    bottom: 15%;
  }
  .con_outer .con_box_wrap {
    margin: 0 auto 35px;
    width: 94%;
    /* 2column */
  }
  .con_outer .con_box_wrap main {
    margin-bottom: 40px;
    display: block;
  }
  .con_outer .con_box_wrap main .sec_contents {
    margin-bottom: 75px;
    width: 100%;
  }
  .con_outer .con_box_wrap main .side {
    width: 100%;
  }
}

header {
  width: 100%;
}

#home .header {
  margin: 0;
  padding: 0;
}

.under header {
  background: #fff;
}

#hd_contactFix {
  width: 340px;
  background-color: #7BA83C;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 4.2%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 14;
}

#hd_contactFix a {
  color: #fff;
}

#hd_contactFix .hd_contact_box_1 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.1em;
}

#hd_contactFix .hd_contact_box_1::before {
  content: '＼';
  left: 0;
}

#hd_contactFix .hd_contact_box_1::after {
  content: '／';
  right: 0;
}

#hd_contactFix .hd_contact_box_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hd_contactFix .hd_contact_box_2_tel {
  font-size: 33px;
  font-family: din-2014, sans-serif;
  line-height: 28px;
  padding-right: 15px;
  border-right: 1px solid #FFFFFF;
}

#hd_contactFix .hd_contact_box_2_tel i {
  margin-right: 5px;
  opacity: 0.8;
}

#hd_contactFix .hd_contact_box_2_mail {
  font-size: 33px;
  padding-left: 15px;
  text-align: center;
}

#hd_contactFix .hd_contact_box_2_mail i {
  opacity: 0.8;
}

.header {
  margin: 0 auto;
  padding: 10px 0 15px;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header #h_logo {
  margin: 0 20px 0 0 !important;
  width: 82px;
  line-height: 1;
}

.header #h_logo a {
  font-size: 0;
  line-height: 1;
}

.header #h_logo a img {
  font-size: 0;
}

.header .h_logo_txt {
  margin-right: 40px;
  font-size: 32px;
}

.header .h_logo_txt span {
  font-size: 16px;
  display: block;
}

.header .h_addr {
  margin-bottom: 10px;
  font-size: 16px;
}

/*--- gnav ---*/
.gnav {
  margin: 0 auto;
  width: 100%;
  background: #EFEFEF;
}

.gnav.pc ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DBE6CD;
}

.gnav.pc ul li {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style-type: none;
  /*
        flex:1 1 auto;
      */
}

.gnav.pc ul li i {
  color: #9D9D9D;
}

.gnav.sp {
  display: none;
}

.gnav ul li a {
  margin: 20px 0 20px 20px;
  padding: 0 20px 0 0;
  font-size: 14px;
  color: #000;
  display: block;
  border-right: 1px solid #000;
}

.gnav ul li:first-of-type a {
  border-left: 1px solid #000;
}

.gnav ul li a:hover {
  -webkit-text-decoration: under-line;
          text-decoration: under-line;
}

.gnav ul li.active a,
.gnav ul li.active a:hover {
  margin: 0;
  padding: 16px 30px;
  color: #fff;
  font-size: 20px;
  background: #24552A;
}

.under header.h_fixed {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 1px 3px rgba(178, 178, 178, 0.8);
  -ms-box-shadow: 0px 1px 3px rgba(178, 178, 178, 0.8);
  box-shadow: 0px 1px 3px rgba(178, 178, 178, 0.8);
  z-index: 11;
}

@media (max-width: 767px) {
  #hd_contactFix {
    display: none;
  }
  .header {
    margin: 0 10px;
    padding: 10px 0 5px;
    width: 80%;
  }
  .header #h_logo {
    width: 18%;
  }
  .header .h_logo_txt {
    margin-right: 0;
    padding-bottom: 0;
    width: 68%;
    font-size: 20px;
  }
  .header .h_logo_txt span {
    font-size: 14px;
    display: block;
  }
  .header .h_addr {
    display: none;
  }
  .hum {
    position: absolute;
    right: 2.5%;
    top: 12px;
    height: 48px;
    width: 48px;
    z-index: 10102;
  }
  .hum span {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../img/common/sp_btn_menu_01.png) left top no-repeat;
    background-size: 48px 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hum span.active {
    display: block;
    height: 48px;
    width: 48px;
    background: url(../img/common/sp_btn_menu_02.png) left top no-repeat;
    background-size: 48px 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #home .hum span {
    background: url(../img/common/sp_btn_menu_01_w.png) left top no-repeat;
  }
  #home .hum span.active {
    background: url(../img/common/sp_btn_menu_02.png) left top no-repeat;
  }
  header.h_fixed02 {
    height: 100% !important;
  }
  .gnav,
  header.h_fixed .gnav,
  .under .header .gnav {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #DBE6CD;
    display: none;
    top: 0;
    left: 0;
    z-index: 10101;
    overflow-y: scroll;
  }
  .gnav.pc {
    display: none;
  }
  .gnav.sp ul {
    display: block;
    margin: 0;
    padding: 50px 0;
    background: #DBE6CD;
    border: none;
  }
  .gnav.sp ul li {
    margin: 0;
    padding: 0;
  }
  .gnav.sp ul li a {
    border: none !important;
  }
  .gnav.sp ul li ul {
    padding: 0;
  }
  .gnav.sp ul li ul li {
    padding-left: 1em;
  }
  /*
  .gnav ul li a {
    display: block;
    line-height: 40px;
    padding:10px 0;
    box-sizing:border-box;
    color:#fff;
    border-bottom: 1px solid #fff;
    background:url(../img/common/arrow_green.png) no-repeat right 20px center;
    z-index: 1001;
  }
  .gnav #g_link{
    padding:0;
    margin:20px auto;
    width:90%;
    display:block;
  }
  .gnav #g_link a.btn{
    margin-bottom:20px;
    padding:0 40px 0 25px;
    width:100%;
    height:70px;
    line-height:1.2;
    color:#fff;
    font-size:18px;
    background:#4ca871 url(../img/common/arrow_white.png) no-repeat right 20px center;
    box-shadow:none;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .gnav #g_link a.btn:hover{
    color:#4ca871;
    background:#FFF000 url(../img/common/arrow_green.png) no-repeat right 20px center;
  }
  .gnav ul li a:hover:after{
    height:0;
  }
*/
}

footer {
  padding-top: 70px;
  width: 100%;
  color: #fff;
  background: #24552A;
}

footer a {
  color: #fff;
}

.footer_info {
  width: 500px;
  margin: 0 auto;
}

.footer_logo {
  width: 100%;
  text-align: center;
}

.footer_telsub {
  width: 100%;
  text-align: center;
  font-size: 33px;
  margin-bottom: 20px;
}

.footer_tel {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 50px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 20px;
}

.footer_tel i {
  position: absolute;
  top: 9;
  left: 0;
  color: #BDCCBF;
}

.footer_tel_inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 68px;
  font-family: din-2014, sans-serif;
  line-height: 52px;
  letter-spacing: 4px;
  text-align: center;
}

.footer_mail {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 50px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 25px;
}

.footer_mail i {
  position: absolute;
  top: 9;
  left: 0;
  color: #BDCCBF;
}

.footer_mail_inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 29px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #FFFFFF;
  text-align: center;
}

.footer_address {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.footer_address_map {
  color: #7BA83C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #7BA83C;
  margin-left: 10px;
  width: 90px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer_address_map a {
  color: #7BA83C;
}

.footer_address_map i {
  margin-right: 7px;
}

.footer_about {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  line-height: 22px;
  line-height: 26px;
  font-size: 17px;
}

.footer_about a {
  display: inline-block;
}

.footer_line {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
}

.footer_other_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.footer_other_link_1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
}

.footer_other_link_1 i {
  position: absolute;
  top: 1;
  right: 0;
  color: #BDCCBF;
}

.footer_other_link02 {
	margin: 50px auto 0;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  background: #fff;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

.footer_sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 50px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.footer_sns a {
  color: #fff;
}

.footer_sns_fb {
  margin-left: 10px;
  margin-right: 10px;
}

.footer_sns_insta {
  margin-left: 10px;
  margin-right: 10px;
}

.footer_cp {
  width: 100%;
  text-align: center;
}

.footerFix {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 14;
}

.footerFix .ft_box {
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#132C16), to(#24552A));
  background: linear-gradient(0deg, #132C16, #24552A);
}

.footerFix .ft_box_inner {
  width: 100%;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.footerFix .ft_menu_box_link_spr {
  color: #7BA83C;
  margin-left: 10px;
  margin-right: 20px;
}

.footerFix .ft_menu_box_link {
  color: #FFFFFF;
}

.footerFix .ft_menu_box_link_sekou {
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 26px;
}

.footerFix .ft_menu_box_link_sekou i {
  color: #7BA83C;
  margin-right: 5px;
}

.footerFix .ft_menu_box_link_newinfo {
  width: 390px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  right: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 99;
}

.footerFix .ft_menu_box_link_newinfo.active {
  top: -200px;
}

.footerFix .menu_close {
  position: absolute;
  top: 8px;
  right: 21px;
  font-size: 19px;
  color: #859E88;
  cursor: pointer;
}

.footerFix .ft_newinfo_logo {
  position: absolute;
  top: -24px;
  left: -22px;
  cursor: pointer;
}

.footerFix .ft_info_line {
  width: 100%;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footerFix .ft_info_line.last {
  border-bottom: 0;
  margin-bottom: 20px;
}

.footerFix .ft_info_line_1 {
  width: 100%;
  margin-bottom: 5px;
}

.footerFix .ft_info_line_1_date {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #7BA83C;
  color: #7BA83C;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.footerFix .ft_info_line_1_category {
  background-color: #24552A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #24552A;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFFFFF;
}

.footerFix .ft_info_line_2 {
  width: 100%;
  font-size: 16px;
}

.footerFixSP {
  display: none;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 50px;
  }
  .footer_info {
    margin: 0 auto;
    width: 94%;
    max-width: 500px;
  }
  .footer_tel_inner {
    font-size: 34px;
  }
  .footer_mail i {
    top: 0;
  }
  .footer_mail_inner {
    padding-top: 10px;
    font-size: 20px;
  }
  .footer_address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_address_txt {
    margin-bottom: 10px;
  }
  .footer_other_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_other_link_1 {
    margin-bottom: 5px;
  }
  .footerFix {
    display: none;
    /*
    .ft_box{
      height:auto;
    }
    .ft_box_inner{
      padding-top:10px;
      width:100%;
      max-width: 1160px;
      height: auto;
      flex-wrap:wrap;
    }
    a{
      margin-bottom:5px;
      width:42%;
      display:block;
    }
    .ft_menu_box_link{
      width:100%;
    }
    .ft_menu_box_link_sekou{
      box-sizing:border-box;
    }
    .ft_menu_box_link_newinfo{
      display:none;
    }
*/
  }
  .footerFixSP {
    position: fixed;
    display: block;
    margin: 0 auto;
    width: 94%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #7BA83C;
    padding: 10px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .footerFixSP a {
    color: #fff;
  }
  .footerFixSP .ft_contact_box_1 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
  }
  .footerFixSP .ft_contact_box_2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footerFixSP .ft_contact_box_2_tel {
    font-size: 26px;
    font-family: din-2014, sans-serif;
    line-height: 33px;
    padding-right: 15px;
    border-right: 1px solid #FFFFFF;
  }
  .footerFixSP .ft_contact_box_2_tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerFixSP .ft_contact_box_2_tel i {
    font-size: 33px;
    margin-right: 5px;
    opacity: 0.8;
  }
  .footerFixSP .ft_contact_box_2_mail {
    font-size: 33px;
    padding-left: 15px;
    text-align: center;
  }
  .footerFixSP .ft_contact_box_2_mail i {
    opacity: 0.8;
  }
}

.single .con_outer {
  padding-top: 75px;
}

.single .sec_contents.detail {
  padding-bottom: 150px;
}

.single .sec_contents.detail .main-img {
  margin-bottom: 35px;
}

.single .sec_contents.detail .post_contents p {
  font-size: 18px;
}

.single .sec_contents.detail .pager a {
  font-size: 24px;
}

.single .side .box .ttl {
  border-bottom: 1px dotted #707070;
}

@media (max-width: 767px) {
  .single .con_outer {
    padding-top: 75px;
  }
  .single .sec_contents.detail {
    padding-bottom: 0;
  }
  .single .sec_contents.detail .main-img img {
    width: 100%;
    height: auto;
  }
}
