﻿@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a[href^="tel:"] {
  cursor: default;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.6;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-family: '游ゴシック','Yu Gothic','游ゴシック体',YuGothic,'ヒラギノ角ゴ ProN W3','メイリオ','MSゴシック', 'meiryo', sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  /* 10px */
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

/* Sections
   ========================================================================== */
body {
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 100%;
  word-break: break-all;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
nav {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
  font-family: '游ゴシック','Yu Gothic','游ゴシック体',YuGothic,'ヒラギノ角ゴ ProN W3','メイリオ','MSゴシック','meiryo',sans-serif;
  color: #333;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
  overflow-x: hidden;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

section {
  overflow: hidden;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  /* 1 */
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: #1a1a1a;
}

a:hover {
  opacity: 0.8;
  -webkit-transition-property: all;
  transition-property: all;
  cursor: pointer;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  vertical-align: bottom;
  border: none;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

svg {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

br.hp_activePc,
img.hp_activePc {
  display: block;
}

br.hp_activeSmp,
img.hp_activeSmp {
  display: none;
}

br.hp_activeSmp365 {
  display: none;
}

@media screen and (max-width: 768px) {
  br.hp_activePc,
  img.hp_activePc {
    display: none;
  }
  br.hp_activeSmp,
  img.hp_activeSmp {
    display: block;
  }
}

@media screen and (max-width: 365px) {
  br.hp_activeSmp365 {
    display: block;
  }
}

.hp_mb45-30 {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .hp_mb45-30 {
    margin-bottom: 30px;
  }
}

.el_plainTxt {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .el_plainTxt {
    font-size: 1.4rem;
  }
}

.hp_mb110-60 {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .hp_mb110-60 {
    margin-bottom: 60px;
  }
}

.hp_mb70-40 {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .hp_mb70-40 {
    margin-bottom: 40px;
  }
}

.hp_alignRight {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .hp_alignRight {
    text-align: left;
  }
}

/*print
================================================== */
@media print {
  body {
    width: 1400px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    overflow-y: visible !important;
  }
  .js_fadein {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  [data-no-print] {
    display: none !important;
  }
}

/* ==================================================
	layout
================================================== */
.ly_contBase {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .ly_contBase {
    padding: 0 15px;
  }
}

.ly_contLarge {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .ly_contLarge {
    padding: 0 15px;
  }
}

.ly_contNarrow {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .ly_contNarrow {
    padding: 0 15px;
  }
}

/* ==================================================
	総合トップヘッダー,スマホ共通ヘッダー
================================================== */
.ly_smpHeader {
  display: none;
}

.ly_homeHeader {
  margin-bottom: 65px;
}

.ly_homeHeader_navWrap {
  width: 100%;
  border-bottom: 1px #869b27 solid;
}

.ly_homeHeader_navInnerWrap {
  position: relative;
  width: 1400px;
  height: 70px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 100;
}

.ly_homeHeader_nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  z-index: 100;
}

.ly_homeHeader_navItem {
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.ly_homeHeader_navItem a {
  display: block;
  padding: 0 17px 0 16px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ly_homeHeader_navItem a::after {
  content: '|';
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: -webkit-translateY(-50%);
          transform: -webkit-translateY(-50%);
  transform: translateY(-50%);
}

.ly_homeHeader_navItem a span {
  position: relative;
}

.ly_homeHeader_navItem a span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ly_homeHeader_navItem a:hover span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.ly_homeHeader_navItem.__last a::after {
  display: none;
}

.ly_homeHeader_contactBtn {
  width: 220px;
  text-align: center;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: inline-block;
  background: #859a27;
}

.ly_homeHeader_contactBtn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  content: '';
  background-color: #de8046;
  border-bottom: #de8046 1px solid;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ly_homeHeader_contactBtn:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.ly_homeHeader_contactBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  height: 100%;
}

.ly_homeHeader_logo {
  position: absolute;
  bottom: -2px;
  left: 30px;
  width: 288px;
  max-width: 20%;
}

.ly_homeHeader_logo img {
  width: 100%;
  z-index: 10;
  display: inline;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* 追加
------------------------------------------------------------------ */

/* ロゴ01 */
.gd_logo img{
  width: 100%;
  max-width: 110px;

}

.gd_logo_sp img{
  width: 100%;
  max-width: 50px;
}

.logo_sp{
  display: flex;
  justify-content: space-between;
}

.gd_logo_sp{
  margin-right: 60px;
  padding-top: 5px;
}

/* 追加
------------------------------------------------------------------ */

/* CCS更新 start */

hr.color1 {
	border-top-color: #258bd6;
    border-top-style: dashed;
    border-top-width: 1px;
}
hr.color2 {
	border-top-color: #595757;
    border-top-style: dashed;
    border-top-width: 1px;
}
hr.color3 {
	border-top-color: #818181;
    border-top-style: dashed;
    border-top-width: 1px;
}

/* CCS更新 end */

@media screen and (max-width: 1160px) {
  .ly_homeHeader_contactBtn {
    max-width: 220px;
    width: auto;
  }
  .ly_homeHeader_contactBtn a {
    padding: 0 20px;
  }
  .ly_homeHeader_navItem a {
    padding: 0 12px 0 11px;
  }
  .ly_homeHeader_nav {
    width: calc(100% - 20% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .ly_homeHeader {
    padding-top: 60px;
    margin-bottom: 30px;
  }
  .ly_homeHeader_navWrap {
    display: none;
  }
  .ly_smpHeader {
    display: block;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
  }
  .ly_smpHeader_inner {
    height: 100%;
  }
  .ly_smpHeader_logo {
    height: 60px;
    text-align: left;
  }
  .ly_smpHeader_logo a {
    display: block;
    height: 100%;
    text-align: left;
  }
  .ly_smpHeader_logo a img {
    width: auto;
    height: 100%;
    padding: 10px 10px 0 10px;
  }
  .ly_smpHeader_logo span {
    font-size: 1.6rem;
    vertical-align: 53%;
  }
}

@media screen and (max-width: 768px) and (max-width: 365px) {
  .ly_smpHeader_logo a img {
    /* height: 90%; */
    height: 100%;
  }
  .ly_smpHeader_logo span {
    font-size: 1.6rem;
    vertical-align: 45%;
    color: #333;
  }
}

@media screen and (max-width: 768px) {
  .js_scroll_prevent {
    position: fixed;
    z-index: -20;
    width: 100%;
    height: 100%;
  }
  .ly_nav_inner {
    display: none;
    background-color: rgba(134, 155, 39, 0.9);
    padding: 0px 0px 150px 0px;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .js_nav_toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .js_nav_toggle div {
    position: relative;
    margin: 0 auto 0 auto;
    width: 36px;
  }
  .js_nav_toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #859a27;
    left: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .js_nav_toggle span:nth-child(1) {
    top: 16px;
  }
  .js_nav_toggle span:nth-child(2) {
    top: 28px;
  }
  .js_nav_toggle span:nth-child(3) {
    top: 40px;
  }
  .ly_smpHeader_nav.open .js_nav_toggle span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .ly_smpHeader_nav.open .js_nav_toggle span:nth-child(2) {
    width: 0;
  }
  .ly_smpHeader_nav.open .js_nav_toggle span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  .js_navClose_wrap {
    cursor: pointer;
    border: #fff 1px solid;
    padding: 10px 12px;
    width: 194px;
    margin: 20px auto 0 auto;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
  }
  .js_navClose_wrap p {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    padding-top: 6px;
    color: #fff;
  }
  .js_btn_navClose {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .js_btn_navClose div {
    position: relative;
    margin: 0 auto 0 auto;
  }
  .js_btn_navClose span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .js_btn_navClose span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .js_btn_navClose span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  .ly_smpGnav_ac_toggle {
    width: 20%;
    height: 50px;
    display: block;
    float: right;
    position: relative;
  }
  .ly_smpGnav_ac_toggle::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f105";
    color: #fff;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .ly_smpGnav_ac_toggle.js_ac_active::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f107";
    color: #859a27;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .ly_smpGnav {
    margin: 30px;
  }
  .ly_smpGnav_item a {
    display: block;
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
  }
  .ly_smpGnav_contactBtn {
    display: block;
    background-color: #fff;
    color: #859a27;
    text-align: center;
    padding: 15px;
    font-size: 1.8rem;
    margin: 30px;
  }
}

/* ==================================================
	共通Footer
================================================== */
.ly_footer_wrap {
  border-bottom: 1px solid #869b27;
  /*IE対策*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ly_footer_inner {
  width: 1400px;
  min-height: 210px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.ly_footer_logo {
  position: absolute;
  bottom: -3px;
  left: 80px;
  width: 202px;
}

.ly_footer_logo.__town {
  position: absolute;
  bottom: -4.1rem;
  left: 80px;
  width: 202px;
}

.ly_footer_logo.__town span {
  display: block;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  padding-top: 5px;
  color: #333;
}

.ly_footer_menu {
  margin-left: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 607px;
  margin-bottom: 35px;
}

.ly_footer_menuItem a {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  padding: 0 17px 0 16px;
  position: relative;
}

.ly_footer_menuItem a::after {
  content: '|';
  position: absolute;
  top: 0;
  right: -1px;
}

.ly_footer_menuItem a span {
  position: relative;
}

.ly_footer_menuItem a span::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ly_footer_menuItem a:hover span::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.ly_footer_contactBtn {
  font-size: 1.6rem;
  line-height: 51px;
  margin-right: 80px;
  margin-bottom: 35px;
  width: 300px;
  display: block;
  background-color: #859a27;
  text-align: center;
  color: #fff;
  height: 51px;
  position: relative;
}

.ly_footer_contactBtn span {
  position: relative;
  z-index: 10;
}

.ly_footer_contactBtn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  content: '';
  background-color: #de8046;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ly_footer_contactBtn:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.ly_footer_contactBtn:hover {
  opacity: 1;
}

.ly_footer_copyright {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: right;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .ly_footer_logo {
    top: -124px;
    left: 50%;
    -webkit-transform: -webkit-translateX(-50%);
            transform: -webkit-translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 125px;
    text-align: center;
  }
  .ly_footer_logo.__town {
    top: -123px;
    left: 50%;
    -webkit-transform: -webkit-translateX(-50%);
            transform: -webkit-translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 125px;
    text-align: center;
  }
  .ly_footer_logo.__town span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 10px;
  }
  .ly_footer_wrap {
    padding-top: 150px;
    border-bottom: none;
  }
  .ly_footer_inner {
    border-top: 1px solid #859a27;
    display: block;
    height: auto;
  }
  .ly_footer_menu {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ly_footer_menuItem a {
    font-size: 1.3rem;
  }
  .ly_footer_contactBtn {
    max-width: 300px;
    width: 80%;
    margin: 0 auto 30px auto;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
  }
  .ly_footer_copyright {
    text-align: center;
    padding: 0 15px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

/* ==================================================
	共通title
================================================== */
.el_ttl01 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

.el_ttl01::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: #859a27;
  width: 126px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .el_ttl01 {
    font-size: 2.6rem;
  }
  .el_ttl01::before {
    width: 50px;
  }
}

@media screen and (max-width: 375px) {
  .el_ttl01 {
    font-size: 2.2rem;
  }
  .el_ttl01::before {
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
  }
}

/* ==================================================
	共通ボタン
================================================== */
.el_btn01_wrap {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .el_btn01_wrap {
    margin-bottom: 70px;
  }
}

.el_btn01 {
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  display: block;
  border: 1px #1a1a1a solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 35px 20px;
  font-size: 2rem;
  text-align: center;
  position: relative;
}

.el_btn01_txt {
  display: block;
}

.el_btn01_txt::after {
  position: absolute;
  content: url(/front/image/arrow-down.svg);
  display: block;
  width: 15px;
  bottom: 12px;
  left: 50%;
  -webkit-transform: -weblit-translateX(-50%);
          transform: -weblit-translateX(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.el_btn01:hover .el_btn01_txt::after {
  content: url(/front/image/arrow-down-wh.svg);
  bottom: 7px;
}

.el_btn01::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  top: 0;
  left: 0;
}

.el_btn01::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  bottom: 0;
  right: 0;
}

.el_btn01 .line01,
.el_btn01 .line02 {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.el_btn01 .line01 {
  top: 0;
  right: 0;
}

.el_btn01 .line02 {
  bottom: 0;
  left: 0;
}

.el_btn01:hover {
  color: #fff;
  background-color: #859a27;
  border: 4px #859a27 solid;
  padding: 17px 19px 32px 19px;
}

.el_btn01:hover::before, .el_btn01:hover::after {
  height: 100%;
}

.el_btn01:hover .line01,
.el_btn01:hover .line02 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .el_btn01 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 375px) {
  .el_btn01 {
    width: 90%;
    font-size: 1.6rem;
    padding: 15px 15px 30px 15px;
  }
  .el_btn01:hover {
    padding: 12px 15px 27px 15px;
  }
}

/* ==================================================
	ぱんくずリスト
================================================== */
.ly_bread {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ly_bread.__town {
  max-width: 1400px;
}

.ly_bread_list {
  position: absolute;
  top: 30px;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ly_bread_list.__town {
  left: 25%;
}

.ly_bread_item {
  margin-right: 30px;
  position: relative;
}

.ly_bread_item:after {
  content: '＞';
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
}

.ly_bread_item:last-of-type::after {
  display: none;
}

.ly_bread_item a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .ly_bread_list {
    top: 20px;
    left: 15px;
  }
  .ly_bread_list.__town {
    left: 15px;
  }
  .ly_bread_item {
    margin-right: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .ly_bread_item:after {
    content: '＞';
    font-size: 1rem;
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
  }
}

/* ==================================================
	選択したテキストの色を変更
================================================== */
::-moz-selection {
  background: #859a27;
  color: #fff;
}
::selection {
  background: #859a27;
  color: #fff;
}

::-moz-selection {
  background: #859a27;
  color: #fff;
}

/* ==================================================
	ページャー（ページネーション）
================================================== */
.ly_pager {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ly_pagerItem {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin: 0 10px;
  line-height: 35px;
}

.ly_pagerNum {
  width: 35px;
  height: 35px;
  border: 1px solid #859a27;
  color: #fff;
  background-color: #859a27;
}

.ly_pagerNum.is_active {
  background-color: #fff;
  color: #333;
}

.ly_pagerArrow {
  color: #859a27;
}

.ly_pagerMore {
  color: #333;
}

@media screen and (max-width: 375px) {
  .ly_pagerItem {
    font-size: 1.5rem;
    margin: 0 5px;
    line-height: 30px;
  }
  .ly_pagerNum {
    width: 30px;
    height: 30px;
  }
}

/* ==================================================
	fadein エフェクト
================================================== */
.js_fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js_fadein.js_effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ==================================================
	topに戻るボタン
================================================== */
.js_gotop {
  position: fixed;
  right: 5%;
  bottom: 100px;
  cursor: pointer;
}

.js_gotop img {
  width: 40px;
}

#gotop {
  margin: 0;
  padding: 0;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .js_gotop {
    right: 20px;
    bottom: 50px;
  }
}

/* ==================================================
	記事詳細ページのパーツ
================================================== */
.el_detail_ttl {
  border-top: 1px #859a27 solid;
  border-bottom: 1px #859a27 solid;
  position: relative;
  padding: 50px 20px 40px 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.el_detail_ttl h1 {
  font-size: 3.4rem;
  text-align: center;
}

.el_detail_ttl img {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94px;
  z-index: 20;
}

.el_detail_plainTxt {
  font-size: 15px;
  margin-bottom: 70px;
  line-height: 1.8;
}

.el_detail_h2 {
  font-size: 2.8rem;
  padding: 25px;
  border-top: 1px #de8046 solid;
  border-bottom: 1px #de8046 solid;
  margin-bottom: 30px;
}

.el_detail_h3 {
  font-size: 2.2rem;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px #859a27 solid;
}

.el_detail_wrapSet {
  background-color: #f3f5e9;
  padding: 30px;
  margin-bottom: 70px;
}

.el_detail_wrapSet dt {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 18px;
  color: #333;
}

.el_detail_wrapSet dd {
  font-size: 1.5rem;
  line-height: 1.8;
}

.el_detail_wrap {
  background-color: #f3f5e9;
  padding: 30px;
  margin-bottom: 70px;
}

.el_detail_wrap p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.el_detail_2block {
  margin-bottom: 70px;
}

.el_detail_2block img {
  max-width: 450px;
  width: 60%;
  margin: 0 30px 30px 0;
  float: left;
}

.el_detail_2block p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.el_detail_2block p::after {
  display: block;
  content: "";
  clear: both;
}

.el_detail_3img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

.el_detail_3img figure {
  width: 31.5%;
}

.el_detail_3img figure img {
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;
}

.el_detail_3img figure figcaption {
  font-size: 1.6rem;
  color: #5f5f5f;
  font-weight: bold;
}

.el_detail_2img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

.el_detail_2img figure {
  width: 48%;
}

.el_detail_2img figure img {
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;
}

.el_detail_2img figure figcaption {
  font-size: 1.6rem;
  color: #5f5f5f;
  font-weight: bold;
}

.el_detail_1img {
  margin-bottom: 70px;
}

.el_detail_1img figure img {
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;
}

.el_detail_1img figure figcaption {
  font-size: 1.6rem;
  color: #5f5f5f;
  font-weight: bold;
}

.el_detail_youtube {
  margin-bottom: 70px;
}

.el_detail_youtube div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}

.el_detail_youtube div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.el_detail_youtube p {
  font-size: 1.6rem;
  color: #5f5f5f;
  font-weight: bold;
}

.el_detail_horizTable {
  width: 100%;
  border: 1px #665e55 solid;
  margin-bottom: 70px;
}

.el_detail_horizTable tr {
  border-bottom: 1px #665e55 solid;
}

.el_detail_horizTable th {
  font-weight: bold;
  font-size: 1.6rem;
  color: #5f5f5f;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  border-right: 1px #665e55 solid;
  background-color: #e8e7e5;
  white-space: nowrap;
}

.el_detail_horizTable td {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

/* CCS更新 start */
/* .el_detail_horizTable.__green { */
.el_detail_horizTable.color2 {
  border: 1px #859a27 solid;
}

/* .el_detail_horizTable.__green tr { */
.el_detail_horizTable.color2 tr {
    border-bottom: #859a27 1px solid;
}

/* .el_detail_horizTable.__green th { */
.el_detail_horizTable.color2 th {
  border-right: 1px #859a27 solid;
  background: #edf0df !important;
  background-color: #edf0df;
  color: #859a27;
}

/* .el_detail_horizTable.__orange { */
.el_detail_horizTable.color3 {
  border: 1px #de8046 solid;
}

/* .el_detail_horizTable.__orange tr { */
.el_detail_horizTable.color3 tr {
  border-bottom: #de8046 1px solid;
}

/* .el_detail_horizTable.__orange th { */
.el_detail_horizTable.color3 th {
  border-right: 1px #de8046 solid;
  background: #faece3 !important;
  background-color: #faece3;
  color: #de8046;
}

.el_detail_link {
  display: block;
  color: #859a27 !important;
  text-decoration: underline;
  font-size: 1.5rem;
  margin-bottom: 25px;
  position: relative;
}

.el_detail_externalLink {
  display: block;
  color: #859a27 !important;
  text-decoration: underline;
  font-size: 1.5rem;
  margin-left: 35px;
  margin-bottom: 25px;
  position: relative;
}

.el_detail_externalLink::before {
  content: url(/front/image/icon-link.svg);
  width: 22px;
  position: absolute;
  top: 0;
  left: -35px;
}

.el_detail_pdfLink {
  display: block;
  color: #859a27 !important;
  text-decoration: underline;
  font-size: 1.5rem;
  margin-left: 35px;
  margin-bottom: 25px;
  position: relative;
}

.el_detail_pdfLink::before {
  content: url(/front/image/icon-pdf.svg);
  width: 18px;
  position: absolute;
  top: 0;
  left: -35px;
}

.map {
  margin-bottom: 70px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sns {
  margin-bottom: 70px;
  position: relative;
}

.sns_list {
  text-align: right;
  margin-left: auto;
}

.sns_btn {
  display: inline;
}

.sns_img{
  height: 20px;
  width: 240px;
  margin-bottom: 70px;
  margin-left: auto;
}

.sub_box {
  text-align: right;
}

.sub_box #sub_cat {
  padding: 0px 5px;
  margin-right: 5px;
  display: inline-block; 
}
/* CCS更新 end */

@media screen and (max-width: 768px) {
  .el_detail_ttl {
    padding: 30px 20px 20px 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .el_detail_ttl h1 {
    font-size: 2.2rem;
  }
  .el_detail_ttl img {
    position: absolute;
    top: -40px;
    width: 70px;
  }
  .el_detail_plainTxt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .el_detail_h2 {
    font-size: 2rem;
    padding: 20px;
    margin-bottom: 20px;
  }
  .el_detail_h3 {
    font-size: 1.8rem;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .el_detail_wrapSet {
    padding: 25px;
    margin-bottom: 40px;
  }
  .el_detail_wrapSet dt {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .el_detail_wrapSet dd {
    font-size: 1.4rem;
  }
  .el_detail_wrap {
    padding: 25px;
    margin-bottom: 40px;
  }
  .el_detail_wrap p {
    font-size: 1.4rem;
  }
  .el_detail_2block {
    margin-bottom: 40px;
  }
  .el_detail_2block img {
    width: 50%;
    margin: 0 15px 15px 0;
  }
  .el_detail_2block p {
    font-size: 1.5rem;
  }
  .el_detail_3img {
    margin-bottom: 30px;
  }
  .el_detail_3img figure img {
    margin-bottom: 5px;
  }
  .el_detail_3img figure figcaption {
    font-size: 1.2rem;
  }
  .el_detail_2img {
    margin-bottom: 40px;
  }
  .el_detail_2img figure img {
    margin-bottom: 5px;
  }
  .el_detail_2img figure figcaption {
    font-size: 1.2rem;
  }
  .el_detail_1img {
    margin-bottom: 40px;
  }
  .el_detail_1img figure img {
    margin-bottom: 5px;
  }
  .el_detail_1img figure figcaption {
    font-size: 1.2rem;
  }
  .el_detail_youtube {
    margin-bottom: 40px;
  }
  .el_detail_youtube div {
    margin-bottom: 10px;
  }
  .el_detail_youtube p {
    font-size: 1.2rem;
  }
  .el_detail_horizTable {
    margin-bottom: 40px;
  }
  .el_detail_horizTable th {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  .el_detail_horizTable td {
    font-size: 1.3rem;
    padding: 15px 10px;
  }
  .el_detail_externalLink {
    font-size: 1.4rem;
  }
  .el_detail_pdfLink {
    font-size: 1.4rem;
  }
}

/* ==================================================
	自治体コンセプト
================================================== */
.un_concept_ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 45px;
}

.un_concept_imgBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.un_concept_img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .un_concept_ttl {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .un_concept_imgBox {
    margin-bottom: 30px;
  }
}

/* ==================================================
	ポリシー関連
================================================== */
.un_terms_ttl {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .un_terms_ttl {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
}

.un_policy_ttl {
  font-size: 2.1rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .un_policy_ttl {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
