html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  background: #fff;
}

#body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #body {
    padding-bottom: 60px;
  }
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

a:link,
a:visited,
a:hover {
  color: #2ba252;
  text-decoration: none;
}

#breadcrumb_bg {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

#breadcrumb {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1000px;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb li a {
  display: inline;
  padding: 0;
}

#breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

@media screen and (max-width: 768px) {
  #breadcrumb_bg {
    display: none;
  }
}

.mttl_slash {
  position: relative;
  border-bottom: 3px solid #ccc;
  margin: 0px 0px 25px;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #2ba252;
}

.mttl_slash:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-right: 10px;
}

.mttl_slash:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #2ba252;
}

.mttl_slash span {
  margin-left: 10px;
  margin-bottom: 0.2em;
  color: #448cc9;
  font-size: 0.6em;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.faq dt {
  padding: 5px 5px 3px 2px;
  color: #2ba252;
  font-weight: bold;
  font-size: 18px;
}

.faq dt:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
  margin-right: 5px;
  font-size: 20px;
  color: #2ba252;
}

.faq dd {
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 5px 10px;
}

.faq dd:before {
  content: "A.";
  margin-right: 5px;
  color: #eb6101;
  font-weight: bold;
  font-size: 18px;
}

.faq b {
  padding: 3px 5px;
  margin: 10px 0;
  line-height: 40px;
  background: #dad2b9;
  font-size: 11px;
}

.nbl {
  overflow: hidden;
}

.nbl dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #fff;
  background: #2ba252;
  text-align: center;
  margin: 0px 0;
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 5em;
  float: left;
  text-align: left;
  margin-top: 10px;
  color: #2ba252;
  font-weight: bold;
}

.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #ccc solid;
  padding: 10px 0 10px 30px;
}

.timeline-content b {
  color: #2ba252;
}

.timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #2ba252;
  position: absolute;
  left: 61px;
  top: 17px;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .timeline-date {
    float: left;
    text-align: left;
    margin-top: 10px;
  }

  .timeline-content {
    width: 70%;
    float: left;
    border-left: 3px #ccc solid;
    padding: 10px 0 20px 20px;
  }

  .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #2ba252;
    position: absolute;
    top: 17px;
    border-radius: 100%;
  }
}

.grid .nbl dt {
  width: 4em;
}

.grid .nbl dd {
  padding-left: 6em;
}

.nbl dd {
  padding-left: 9em;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 0px 0 10px;
}

.gallery {
  background: #f2f2f2;
  width: 100%;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 10px;
}

.grid {
  position: relative;
  margin: 0 0 30px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33% - 30px) !important;
  font-size: 12px;
  background: #fff;
  padding: 10px 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
}

.grid-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../img/pgb.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px 1px;
}

.grid-item * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid-item h5 {
  font-size: 1.6rem;
  text-align: center;
  color: #2ba252;
}

.grid-item p {
  line-height: 1.6em;
  font-size: 13px;
}

.grid-item img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-item a:hover img {
  opacity: 0.1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.mtext1 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

#top_image {
  width: 100%;
  z-index: -999999;
  overflow: hidden;
}

#top_image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#flash {
  position: relative;
  overflow: hidden;
  /* height: 90vh */
  height: 100vh;
}

.textbox {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 800px;
  height: 600px;
}

#s4u {
  display: none;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 800px;
  height: 600px;
}

/* #s4u_2 {
  position: absolute;
  top: 70px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
} */

#s4u_2sp {
  display: none;
}

.bg-image1 {
  background-image: url(../img/bg-image1.jpg);
}

.bg-image2 {
  background-image: url(../img/bg-image2.jpg);
}

.bg-image3 {
  background-image: url(../img/bg-image3.jpg);
}

.bg-image4 {
  background-image: url(../img/bg-image4.jpg);
}

.bg-image5 {
  background-image: url(../img/bg-image5.jpg);
}

.bg-image1,
.bg-image2,
.bg-image3,
.bg-image4,
.bg-image5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .bg-image1,
  .bg-image2,
  .bg-image3,
  .bg-image4,
  .bg-image5 {
    background-attachment: scroll;
  }
}

.slider1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
  background-repeat: repeat;
}

.slider1 .viewport {
  width: 100%;
  margin: 0 auto;
  height: 280px;
  position: relative;
}

.slider1 .buttons {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  width: 10px;
  height: 10px;
  color: #aaa;
  text-decoration: none;
  margin: 0 5px;
  z-index: 5;
  cursor: pointer;
  font-size: 60px;
}

.slider1 .next {
  right: 10px;
  left: auto;
  top: 25%;
}

.slider1 .buttons:hover {
  opacity: 0.6;
}

.slider1 .disable {
  visibility: hidden;
}

.slider1 .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 180px;
  left: 0;
  top: -1px;
}

.slider1 .overview li {
  width: 230px;
  height: 300px;
  float: left;
  text-align: center;
  vertical-align: middle;
  display: table;
  z-index: 99999;
  overflow: hidden;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
}

.slider1 img {
  background: #eee;
  width: 230px;
  height: 230px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider1 li p {
  width: 230px;
  height: 0px;
  text-align: center;
  color: #555 !important;
  font-weight: normal;
  font-size: 13px !important;
}

.contact {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 10px;
  font-family: "Montserrat", sans-serif;
}

.mttl_contact {
  float: left;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: 4px;
}

.mttl_contact span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 2rem;
  color: #555;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

.contactbx {
  text-align: center;
  margin: 10px 0;
}

.contactbx li {
  display: inline-block;
  margin: 0 5px 10px;
}

.contactbx a {
  width: 100%;
  display: block;
  font-size: 2rem;
}

.contactbx li a:link,
.contactbx li a:visited,
.contactbx li a:hover {
  color: #111;
}

.contactbx li:hover {
  opacity: 0.8;
}

.contactbx .tl a {
  background: #fff;
  width: 300px;
  font-weight: normal;
  padding: 5px 0px;
  border-radius: 0px;
  letter-spacing: 2px;
}

.contactbx .ml a {
  background: #fff;
  width: 300px;
  font-weight: normal;
  padding: 5px 0px;
  border-radius: 0px;
  background: #e9811a;
  letter-spacing: 2px;
}

.contactbx .tl a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 15px;
}

.contactbx .ml a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 15px;
}

.contactbx .ml a:link,
.contactbx .ml a:visited {
  color: #fff;
}

.contactbx .ml a:hover {
  color: #333;
  color: #fff;
  background: #333;
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
  color: #333;
}

.contactbx .tl a:hover {
  color: #333;
  color: #fff;
  background: #333;
}

@media screen and (max-width: 768px) {
  .contact {
    width: 100%;
  }

  .mttl_contact {
    float: none;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 1px;
  }

  .mttl_contact span {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }

  .contactbx li {
    display: block;
  }

  .contactbx .tl a {
    display: block;
    width: 100%;
  }

  .contactbx .ml a {
    display: block;
    width: 100%;
  }
}

.bnr_nml li {
  width: 192px;
}

.bnr_nml figure {
  position: relative;
  overflow: hidden;
}

.bnr_nml figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.bnr_nml figure h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
  margin-top: 5px;
}

.bnr_nml figure p {
  color: #1b1b19;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}

.bnr_nml figure * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bnr_nml figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: rgba(43, 162, 82, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bnr_nml figcaption h3 {
  padding: 10px 0px;
  font-size: 1.3rem;
  margin-left: 10px;
  line-height: 115%;
  margin-bottom: 0;
  font-weight: normal;
}

.bnr_nml figcaption h3 span {
  font-size: 0.9em;
}

.bnr_nml figcaption h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  margin-right: 5px;
}

.bnr_nml figcaption p {
  margin-left: 60px;
  color: #fff;
}

.bnr_nml figure:hover figcaption {
  right: 100%;
}

@media screen and (max-width: 768px) {
  .bnr_nml li {
    width: 100%;
  }

  .bnr_nml figcaption h3 {
    font-size: 1.1rem;
  }
}

.list-bnr {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 1.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-bnr li {
  width: calc(25% - 10px);
  background: #2ba252;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
}

.list-bnr li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 90%;
  bottom: 35%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-bnr li:hover:before {
  left: 92%;
}

.list-bnr li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 1.5em 13px;
}

.list-bnr li a:link,
.list-bnr li a:visited,
.list-bnr li a:hover {
  color: #fff;
}

.list-bnr li:hover {
  opacity: 0.6;
}

.list-bnr li:nth-child(3n + 2):last-child {
  margin-right: 33.4%;
}

header {
  width: 100%;
  height: 70px !important;
  z-index: 9999;
  background-color: #fff;
  padding: 0 0;
  position: fixed;
}

#headA {
  width: 100%;
  height: 80px !important;
}

#head {
  width: 98%;
  margin: 0 auto;
  height: 80px !important;
}

#head .logo {
  float: left;
  height: 60px;
  margin-top: 20px;
}

/* ===== ナビ全体 ===== */
#navi {
  width: 800px;
  float: right;
  font-family: "Montserrat", sans-serif;
}

/* ===== 親メニュー ===== */
#navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

#navi li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
  font-size: 1.4rem;
}

#navi li a {
  display: block;
  padding: 25px 10px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #2ba252;
  cursor: pointer;
  position: relative;
}

/* ホバー */
#navi li a:hover {
  color: #fff;
  background: #2ba252;
  border-radius: 5px;
}

/* ===== プルダウンがある親メニューに ▼ 表示 ===== */
#navi nav > ul > li:has(ul) > a::after {
  content: "▼";
  font-size: 0.8rem;
  color: #2ba252;
  display: block;          /* 下に表示するためブロックに */
  margin: 2px auto 0;      /* 上マージン少し、左右中央 */
  line-height: 1;
  text-align: center;
}

/* ===== サブメニュー ===== */
#navi li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.1);
  transition: 0.3s;
  padding: 10px 0;
  z-index: 200;
}

#navi li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* サブメニューのリンク */
#navi li ul li {
  list-style: none;
}

#navi li ul li a {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 40px;
  color: #555;
  font-size: 1.1rem;
  text-decoration: none;
  transition: 0.2s;
}

#navi li ul li a:hover {
  background: #ccc;
  color: #fff;
  border-radius: 5px;
}

/* サブメニューのアイコン */
#navi li ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* ===== 2列・3列対応（必要に応じて） ===== */
#navi nav > ul > li.set2 > ul {
  width: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#navi nav > ul > li.set3 > ul {
  width: 450px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}


.prv strong {
  color: #2ba252;
  display: block;
  border-bottom: 1px dotted #aaa;
  margin: 8px 0;
}

.prv strong:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  margin-right: 5px;
}

#title_bg1 {
  background-image: url(../backstretch/photo/flash1.jpg);
}

#title_bg2 {
  background-image: url(../backstretch/photo/flash2.jpg);
}

#title_bg3 {
  background-image: url(../backstretch/photo/flash3.jpg);
}

#title_bg4 {
  background-image: url(../backstretch/photo/flash4.jpg);
}

#title_bg5 {
  background-image: url(../backstretch/photo/flash5.jpg);
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  background-color: #111;
}

#title {
  padding: 130px 0 70px;
  margin: 0px auto 0;
  background: rgba(0, 0, 0, 0.6);
}

#title h2 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1.4;
  position: relative;
  letter-spacing: 4px;
}

#title h2 span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 13px;
  display: block;
  color: #fff;
}

#pankuzuA {
  width: 100%;
  padding: 5px 0;
  background: #f2f2f2;
}

#pankuzu {
  font-size: 1.1rem;
  margin: 0px auto 0px;
  max-width: 1000px;
}

#pankuzu li {
  display: inline;
}

#pankuzu li a {
  display: inline;
  padding: 0;
}

#pankuzu li + li:before {
  margin: 0 10px;
  content: ">";
}

@media screen and (max-width: 768px) {
  #title {
    padding: 120px 0 60px;
    margin: 0;
  }
}

.newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
}

.news-ttl {
  font-family: "Montserrat", sans-serif;
  width: 230px;
  vertical-align: middle;
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  border-right: 3px solid #fff;
  line-height: 1.2;
  letter-spacing: 2px;
}

.news-ttl span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 1.2rem !important;
  display: block;
  color: #fff;
  font-weight: normal;
}

.mbox {
  background: #f2f2f2;
  padding: 15px;
  width: calc(100% - 30px);
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mbox {
    padding: 5px;
    width: calc(100% - 10px);
  }
}

.list_check {
  padding: 5px 0;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
}

.list_check li {
  padding-left: 1.5em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: -1.5em;
  border-bottom: dotted 1px #aaa;
}

.list_check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #2ba252;
}

.list_check li:last-child {
  border-bottom: dotted 0px #aaa;
}

.listFlow li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listFlow .lastItem {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.listFlow h4 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

.listFlow dl {
  display: table;
  width: 100%;
}

.listFlow dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #2ba252;
  width: 100px;
  background: #2ba252;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.listFlow dl dt .num {
  display: block;
  font-size: 3rem;
}

.listFlow dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
  background-color: white;
}

@media screen and (max-width: 800px) {
  .listFlow h4 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .listFlow dl {
    display: block;
    width: 100%;
  }

  .listFlow dl dt {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: none;
  }

  .listFlow dl dt .num {
    display: block;
  }

  .listFlow dl dd {
    display: block;
    padding: 15px 10px;
    border: none;
  }
}

.news-bx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 40px);
  padding: 0 20px;
}

.scrbr {
  overflow: auto;
  height: 300px;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #23783f;
}

.news-bx .news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news-bx .news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #fff !important;
}

.news-bx .news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news-bx .news dd:last-child {
  border-bottom: 0px solid #fff;
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
}

.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #2ba252;
}

.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news dd a {
  color: #fff;
  border-radius: 30px;
}

.news dd a:link {
  color: #fff;
  text-decoration: none;
}

.news dd a:visited {
  color: #fff;
}

.news dd a:hover {
  color: #fff;
}

.news dd:last-child {
  border-bottom: 0px solid #fff;
  margin-bottom: 0;
}

.flex_bx_2,
.flex_bx_3,
.flex_bx_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_bx_2 .bx h3,
.flex_bx_3 .bx h3,
.flex_bx_4 .bx h3 {
  font-size: 1.5rem;
  text-align: center;
  color: #2ba252;
  margin-top: 5px;
  letter-spacing: 2px;
  font-weight: normal;
}

.flex_bx_2 .bx {
  width: 48%;
}

.flex_bx_3 .bx {
  width: calc(33% - 40px);
}

.flex_bx_3 .bx:last-child {
  border-right: 0px solid #aaa;
}

.flex_bx_4 .bx {
  width: calc(23% - 20px);
}

.flex_bx_4 .bx:last-child {
  border-right: 0px solid #aaa;
}

.flex_bx_2 .bx,
.flex_bx_3 .bx,
.flex_bx_4 .bx {
  margin-bottom: 40px;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #ccc;
}

.flex_bx_2 .bx img,
.flex_bx_3 .bx img,
.flex_bx_4 .bx img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.flex_2,
.flex_3,
.flex_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_2 .bx h3,
.flex_3 .bx h3 {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2px;
  color: #2ba252;
}

.mttl_ps {
  font-size: 1.6rem;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #2ba252;
}

.tbox_bl {
  padding: 10px;
  border: 1px solid #ccc;
  width: calc(100% - 22px);
  margin-bottom: 15px;
}

.flex_2 .bx p,
.flex_3 .bx p {
  padding: 15px;
}

.flex_2 .bx {
  width: calc(48%);
  margin: 0 1%;
}

.flex_3 .bx {
  width: calc(33.33% - 1px);
  -webkit-box-shadow: #fff 0 0 0 2px;
  box-shadow: #fff 0 0 0 2px;
}

.flex_3 .bx:last-child {
  width: calc(33.33% - 4px);
}

.flex_4 .bx {
  width: calc(25% - 20px);
  margin: 5px;
  padding: 0 5px 10px;
  position: relative;
  background: #fff;
  color: #333;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px 0;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px 0;
}

.flex_2 .bx,
.flex_3 .bx {
  margin-bottom: 40px;
  padding: 0 0 45px;
  position: relative;
  background: #2ba252;
  color: #fff;
}

.flex_2 .bx img,
.flex_3 .bx img,
.flex_4 .bx img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.stationbx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0!important;
}

.flex_4 .bx h4 {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2px;
  color: #2ba252;
  padding: 0 !important;
}

@media screen and (max-width: 800px) {
  .flex_2,
  .flex_3 {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex_2 .bx h3,
  .flex_3 .bx h3,
  .flex_4 .bx h3 {
    font-size: 15px;
  }

  .flex_2 .bx,
  .flex_3 .bx {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0 0 5px;
  }

  .flex_4 .bx {
    width: calc(45%);
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .flex_3 .bx:last-child {
    width: calc(100% - 0px);
  }
}

.txt01 {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .txt01 {
    text-align: left;
    font-size: 1.5rem;
  }
}

.bxbtn {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  width: 100%;
  right: 0;
  margin-bottom: 10px;
}

.bxbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bxbtn a {
  font-size: 15px;
  text-align: center;
  width: 250px;
  display: block;
  padding: 5px 0px;
  font-weight: bold;
  border: 1px solid #fff;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
}

.bxbtn a:link {
  color: #e9811a;
  text-decoration: none;
}

.bxbtn a:visited {
  color: #e9811a;
}

.bxbtn a:hover {
  color: #fff;
  background: #e9811a;
  text-decoration: none;
  border: 1px solid #e9811a;
}

.bxbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
}

@media screen and (max-width: 800px) {
  .flex_bx_2,
  .flex_bx_3 {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flex_bx_2 .bx h3,
  .flex_bx_3 .bx h3,
  .flex_bx_4 .bx h3 {
    font-size: 15px;
  }

  .flex_bx_2 .bx,
  .flex_bx_3 .bx {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .flex_bx_4 .bx {
    width: calc(45%);
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .bxbtn {
    position: static;
    margin: 10px auto 30px;
  }
}

.sp {
  display: none;
  margin: 0 auto;
}

.pc {
  display: block;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: 450px;
  margin-top: 20px;
}

.scrollbar-y {
  width: 100%;
  height: 79px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.scrollbar-y::-webkit-scrollbar {
  width: 5px;
}

.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.scrollbar-y::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.mttl_bl {
  background: #f3f3f3;
  color: #2ba252;
  text-indent: 0.8em;
  font-size: 1.6rem;
  overflow: hidden;
  font-weight: normal;
  border-left: 2px solid #2ba252;
  margin: 10px 0;
  padding: 5px 0;
}

.mttl_check {
  margin-bottom: 10px;
  border-bottom: solid 1px #2ba252;
  font-size: 1.5rem;
  color: #2ba252;
  font-weight: normal;
}

.mttl_check:before {
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
}

.mttl_cl {
  font-family: "Montserrat", sans-serif;
  color: #2ba252;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 4px;
}

.mttl_cl:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e9811a;
  display: block;
  position: absolute;
  top: 60px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.mttl_cl span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 2rem;
  color: #555;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

.mttl_cl2 {
  font-family: "Montserrat", sans-serif;
  color: #2ba252;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 4px;
}

.mttl_cl2:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e9811a;
  display: block;
  position: absolute;
  top: 100px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}

.mttl_cl2 span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 2rem;
  color: #555;
  margin-left: 10px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

.mttl_ic {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 0.9;
  margin: 0px 0 15px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  border-bottom: 2px solid #2ba252;
  color: #2ba252;
}

.mttl_ic:before {
  content: url(../img/mttl_ic.png);
  top: 5px;
  position: relative;
}

.mttl_ic span {
  font-size: 1.5rem;
  margin-left: 5px;
}

.mttl_top {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.mttl-bg {
  background: #2ba252;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 5px;
}

.mttl-rs {
  margin: 10px 0;
}

.mttl-rs span {
  background: #2ba252;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.news {
  overflow: hidden;
  line-height: 1.6;
  margin: 10px auto 0;
  max-width: 700px;
}

.news dt {
  float: left;
  width: 8em;
  font-weight: bold;
  color: #2ba252;
}

.news dd {
  padding-left: 8em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.news-bl {
  overflow: hidden;
  margin-bottom: 10px;
}

.news-bl dt {
  float: left;
  width: 7em;
  background: #2ba252;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
  font-weight: bold;
}

.news-bl dd {
  padding-left: 8em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 5px 0;
}

.news-bl dd:last-child {
  border-bottom: 0px;
}

.btn1 a {
  position: relative;
  z-index: 2;
  background-color: #2ba252;
  border: 2px solid #2ba252;
  font-size: 16px;
  display: block;
  width: 265px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1 a:link,
.btn1 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn1 a:hover {
  color: #fff;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  border-color: #2ba252;
  color: #2ba252 !important;
}

.btn1 a::before,
.btn1 a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #2ba252;
}

.btn1 a::before {
  right: 0;
}

.btn1 a::after {
  left: 0;
}

.btn1 a:hover::before,
.btn1 a:hover::after {
  width: 0;
  background-color: #2ba252;
}

.btn1 a::before,
.btn1 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn1 a::before,
.btn1 a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-r {
  margin: 10px 0;
}

.btn-r a {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #e9811a;
  border: 2px solid #e9811a;
  /* font-size: 1.8rem; */
  font-size: 2rem;
  letter-spacing: 2px;
  display: block;
  max-width: 365px;
  text-align: center;
  font-weight: normal;
  /* padding: 15px 0; */
  padding: 15px 20px;
  color: #fff;
  border-radius: 35px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .btn-r a {
    font-size: 1.3em;
    width: 90%;
  }
}

.btn-r a:hover {
  color: #e9811a;
  background-color: #fff;
  border-color: #e9811a;
}

.btn-r a::before,
.btn-r a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #e9811a;
}

.btn-r a::before {
  right: 0;
}

.btn-r a::after {
  left: 0;
}

.btn-r a:hover::before,
.btn-r a:hover::after {
  width: 0;
  background-color: #e9811a;
  border-radius: 20px;
}

.btn-r a::before,
.btn-r a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 20px;
}

.btn-r a::before,
.btn-r a::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bus-destination {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  margin-left: 20px;
  color: #fff;
}

.btn-r a:hover .bus-destination {
  color: #e9811a;
  background-color: #fff;
  border-color: #e9811a;
}

.telbtn {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding: 20px 0;
  letter-spacing: 2px;
}

.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f098";
  margin-right: 5px;
  color: #2ba252;
}

.telbtn a:link,
.telbtn a:visited {
  color: #2ba252;
  text-decoration: none;
}

.telbtn a:hover {
  color: #2ba252;
  text-decoration: none;
  opacity: 0.6;
}

.mailbtn {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.mailbtn * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mailbtn a {
  margin: 0 auto;
  text-align: center;
  width: 250px;
  display: block;
  padding: 5px 5px;
  font-weight: normal;
  border: 2px solid #2ba252;
}

.mailbtn a:link {
  color: #2ba252;
  text-decoration: none;
}

.mailbtn a:visited {
  color: #2ba252;
}

.mailbtn a:hover {
  color: #fff;
  background: #2ba252;
  text-decoration: none;
}

.mailbtn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f003";
  margin-right: 5px;
}

.btn_s a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: right;
  background: #2ba252;
  padding: 1px 10px;
  margin: 10px 0 0;
  font-size: 1.3rem;
  border: 2px solid #2ba252;
}

.btn_s a:link,
.btn_s a:visited {
  color: #fff;
}

.btn_s a:hover {
  color: #fff;
  background: #fff;
  color: #2ba252;
}

.snslink {
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  padding-top: 10px;
  text-align: right;
}

.snslink li {
  line-height: 30px;
  padding: 10px 13px;
  color: #111;
  display: inline-block;
}

.snslink li:hover {
  opacity: 0.5;
}

.snslink a:link,
.snslink a:visited,
.snslink a:hover {
  color: #2ba252;
  text-decoration: none;
}

.list-bnr {
  margin: 20px 0;
  padding: 5px 0;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-bnr li {
  width: calc(33% - 10px);
  background: #2ba252;
  margin-bottom: 15px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 0 0;
}

.list-bnr li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 5px;
  position: absolute;
  left: 90%;
  bottom: 35%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-bnr li:hover:before {
  left: 92%;
}

.list-bnr li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 1em 13px;
}

.list-bnr li a:link,
.list-bnr li a:visited,
.list-bnr li a:hover {
  color: #fff;
}

.list-bnr li:hover {
  background: #4acf76;
}

.list-bnr li:nth-child(3n + 2):last-child {
  margin-right: 33.4%;
}

#contentwrap {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.single {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.lsingle {
  width: 49%;
  float: left;
}

.rsingle {
  width: 49%;
  float: right;
}

address span {
  display: inline-block;
}

#page-top {
  position: fixed;
  bottom: 65px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}

#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #2ba252;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

#page-top a:hover {
  background: #5fd485;
  text-decoration: none;
}

.infiniteslide1 li img {
  height: 200px !important;
}

@media screen and (max-width: 768px) {
  .infiniteslide1 li img {
    height: 100px !important;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 65px;
  }
}
#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #2ba252;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

#page-top a:hover {
  background: #5fd485;
  text-decoration: none;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  background-color: #fff;
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}

.logo_f {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .logo_f img {
    width: 250px;
  }
}

#footer {
  margin: 0px auto 0;
  font-size: 12px;
  color: #333;
  width: 100%;
}

#fmenu-lgA {
  background: #f2f2f2;
}

#fmenu-lg {
  font-size: 13px;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

#fmenu-lg ul {
  margin: 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

#fmenu-lg li {
  width: calc(100% / 6.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  text-align: left;
  line-height: 1.3;
  font-weight: bold;
  font-size: 12px;
}

#fmenu-lg li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  margin-right: 5px;
  color: #2ba252;
}

#fmenu-lg li:last-child {
  border: none;
  margin: 0;
}

#fmenu-lg a:link,
#fmenu-lg a:visited,
#fmenu-lg a:hover {
  color: #555;
  text-decoration: none;
}

#fmenu-lg li ul {
  margin-top: 15px;
}

#fmenu-lg li ul li {
  width: 100% !important;
  font-weight: normal;
  font-size: 10px;
  padding-left: 0em;
  border-right: 0px solid #aaa;
  height: auto;
  margin-bottom: 5px;
}

#fmenu-lg li ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "・";
  margin-right: 5px;
}

.bg1 {
  background-image: url(../img/bg_top.png), url(../img/bg_footer.png);
  background-position: top, bottom;
  background-repeat: repeat-x;
  background-color: #fff;
}

.bg2 {
  background-image: url(../img/bg_top2.png), url(../img/bg_footer2.png);
  background-position: top, bottom;
  background-repeat: repeat-x;
  background-color: #fff;
}

.copyright {
  padding: 5px 0;
  font-size: 1.2rem;
}

.mttl_point {
  color: #2ba252;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}

.mttl_point span {
  background: #2ba252;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #fmenu-lg {
    display: none;
  }

  .logo_f {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .copyright {
    text-align: center;
  }

  address {
    margin-top: 10px;
  }
}

table {
  margin: 10px 0;
  font-size: 1.2rem !important;
}

table th {
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #aaa 1px solid;
  color: #fff;
  background: #2ba252;
}

table td {
  padding: 5px 10px;
  vertical-align: middle;
  border: #aaa 1px solid;
}

@media screen and (max-width: 800px) {
  table.rstable {
    width: 100%;
  }

  table.rstable td {
    display: block;
    width: calc(100% - 12px) !important;
    padding: 5px 5px;
  }

  table.rstable td span {
    display: inline;
    margin-right: 1em;
  }

  table.rstable th {
    display: block;
    width: calc(100% - 2px) !important;
    overflow: hidden;
    padding: 5px 0;
  }
}

table.tbl-2l {
  margin: 15px 0;
  width: 100%;
}

table.tbl-2l th {
  padding: 15px 10px;
  font-weight: bold;
  line-height: 1.5;
  border: #ddd 0px solid;
  color: #555;
  background: none;
}

table.tbl-2l tr:nth-child(odd) {
  background: #deebf7 !important;
}

table.tbl-2l td {
  padding: 15px 10px;
  border: #eee 0px solid !important;
  font-weight: bold;
}

.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
  font-size: 1.6rem;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
}

.form dd p {
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #ddd;
}

.textarea {
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

#mailform button {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 30px;
  background: #2ba252;
  font-weight: bold;
  border: 2px solid #2ba252;
}

#mailform button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 6px;
}

#mailform button:hover {
  background: #fff;
  color: #2ba252;
}

#mailform button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #fff;
  box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #2ba252;
  border-bottom: 3px solid #2ba252;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #fff;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #eee;
  box-shadow: 41px 0px #eee;
}

label.checkbox_text .file {
  color: white;
  background-color: #ccc;
  padding: 6px;
  border-radius: 12px;
}

label.checkbox_text label input {
  display: none;
}

.file-btn {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 3px;
  color: #fff;
  background: #aaa;
  cursor: pointer;
  font-size: 1.3rem;
}

.file-btn:hover {
  background: #ccc;
}

.file-btn input {
  display: none;
}

.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

.section_box_text_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: #2ba252 0 0 0 1px;
  box-shadow: #2ba252 0 0 0 1px;
  background: #2ba252;
  color: #fff;
}

.section_box_text_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: #2ba252 0 0 0 1px;
  box-shadow: #2ba252 0 0 0 1px;
}

.section_box_text_box {
  width: 40%;
  vertical-align: middle;
  padding: 20px 35px;
}

.section_box_text_box .btn1 {
  margin-top: 30px;
}

.section_box_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.conts-ttl {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.conts-ttlB {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
  color: #2ba252;
}

.photo {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.photo li {
  width: calc(33.33% - 21px);
  margin: 10px;
}

.photo li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  background: #f2f2f2;
}

.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.photo li p {
  height: 30px;
  margin: 5px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

.photo li a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 480px) {
  .photo li {
    width: calc(50% - 21px);
    margin: 10px;
  }

  .photo li a {
    width: 100%;
    height: 100px;
    max-height: 100px;
  }

  .photo li p {
    width: calc(50% - 21px);
  }
}

#blog_flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 20px auto 100px;
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 20px;
}

#blog_flexwrap #blog_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}

.blog_sttl01 {
  background: #2ba252;
  color: #fff;
  text-indent: 5px;
  font-size: 1.7rem;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: normal;
}

.blog_sttl01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ca";
  margin-right: 5px;
}

.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #2ba252;
  font-size: 1.8rem;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #2ba252;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
}

.pages {
  position: absolute;
  bottom: -50px;
  width: 100%;
  right: 0;
}

.page_next {
  float: left;
  width: 49%;
}

.page_prev {
  float: right;
  text-align: right;
  width: 49%;
}

.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #2ba252;
}

.page_next a {
  display: block;
  padding: 5px 10px;
  background: #2ba252;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.6;
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
  color: #fff;
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
  color: #fff;
}

.list_flex {
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_flex li {
  width: 190px;
  background: #fff;
  margin: 0 5px 5px;
}

@media screen and (max-width: 768px) {
  .list_flex li {
    width: calc(49% - 0px);
    margin: 0 0 10px;
  }
}

.list_flex li img {
  width: 100%;
}

.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog_side_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
  background: #fff;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}

.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.blog_side_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #2ba252;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog_top_list .blog_bx {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 42px) !important;
  font-size: 12px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}

.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}

.blog_top_list .blog_bx * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #2ba252;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .blog_top_list .blog_bx {
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }

  .blog_top_list .blog_bx figcaption {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }

  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
  }

  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }

  .pages {
    position: static;
    bottom: 0;
    width: 100%;
  }

  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}

.news-lb {
  margin: 15px 0;
  line-height: 1.8;
}

.news-lb dt {
  float: left;
  width: 8em;
  border-right: #2ba252 3px solid;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
}

.news-lb dd {
  padding-left: 10em;
  padding-top: 7px;
  padding-bottom: 15px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #ccc;
}

.news-lb dd:last-child {
  border-bottom: 0px;
}

.tab {
  zoom: 1;
  list-style: none;
  width: 100%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
}

.tab li {
  width: calc(33.33% - 12px);
  background: #2ba252;
  text-align: center;
  border-top: 1px solid #268e48;
  border-left: 1px solid #268e48;
  border-right: 1px solid #268e48;
  border-bottom: 1px solid #268e48;
  margin: 0 0px;
  padding: 15px 0px;
  cursor: pointer;
  color: #fff;
}

.tab li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 15px;
  margin-right: 3px;
}

.tab li:hover {
  background: #30b65c;
}

.tab .active {
  background: #fff;
  color: #2ba252;
  border-bottom: 0px solid #268e48;
}

.tab .active:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-right: 15px;
}

.panel {
  display: none;
}

.show {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab {
    font-size: 1.2rem;
  }
}

.bus_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .bus_sp {
    display: block;
  }
}

.bus_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .bus_pc {
    display: none;
  }
}

.jyutai_text1 {
  font-size: 18px;
  font-weight: 500;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .jyutai_text1 {
    font-size: 16px;
  }
}

.jyutai_text2 {
  font-size: 25px;
  font-weight: 550;
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .jyutai_text2 {
    font-size: 23px;
  }
}

.list_flex2 {
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .list_flex2 {
    display: block;
    text-align: center;
  }
}

.list_flex2 li {
  width: 30%;
  background: #fff;
  margin: 10px 10px;
}

@media screen and (max-width: 768px) {
  .list_flex2 li {
    width: calc(90% - 0px);
    margin: 3% auto;
  }
}

.list_flex2 li img {
  width: 100%;
}

.list_flex3 {
  overflow: hidden;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list_flex3 li {
  width: 40%;
  background: #fff;
  margin: 10px 10px;
}

@media screen and (max-width: 768px) {
  .list_flex3 li {
    width: calc(49% - 0px);
    margin: 0 0 10px;
  }
}

.list_flex3 li img {
  width: 100%;
}

#blog_flexwrap {
  display: -webkit-flex;
  display: flex;
  width: 1080px;
  margin: 20px auto 100px;
}

#blog_flexwrap #blog_side {
  width: 300px;
  margin-left: 20px;
}

#blog_flexwrap #blog_main {
  flex: 1;
}

#blog_flexwrap #blog_main section {
  margin-bottom: 25px;
}

.blog_sttl01 {
  background: #2ba252;
  color: #fff;
  text-indent: 5px;
  font-size: 17px;
  padding: 5px 0;
  margin-bottom: 10px;
  font-weight: normal;
}

.blog_sttl01:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ca";
  margin-right: 5px;
}

.blog_mttl {
  width: calc(100% - 20px);
  background: #f1f1f1;
  color: #2ba252;
  font-size: 18px;
  overflow: hidden;
  font-weight: bold;
  border-left: 2px solid #2ba252;
  margin: 0px 0 20px;
  padding: 5px 10px;
  line-height: 1.8;
}

.blog_time {
  padding-top: 0px;
  font-weight: normal;
}

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_box {
  min-height: 500px;
  position: relative;
}

.blog_box img {
  max-width: 100%;
  padding: 15px 0;
}

.pages {
  position: absolute;
  bottom: -50px;
  width: 100%;
  right: 0;
}

.page_next {
  float: left;
  width: 49%;
}

.page_prev {
  float: right;
  text-align: right;
  width: 49%;
}

.page_prev a {
  display: block;
  padding: 5px 10px;
  background: #2ba252;
}

.page_next a {
  display: block;
  padding: 5px 10px;
  background: #2ba252;
}

.page_prev a:hover,
.page_next a:hover {
  opacity: 0.6;
}

.page_prev a:link,
.page_prev a:visited,
.page_prev a:hover {
  color: #fff;
}

.page_next a:link,
.page_next a:visited,
.page_next a:hover {
  color: #fff;
}

.blog_side_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_side_list .blog_bx {
  transition: 0.3s ease-in-out;
  width: calc(100% - 0px) !important;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

.blog_side_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_side_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_side_list .blog_bx .blog_bx_flex div {
  width: calc(100% - 120px);
}

.blog_side_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_side_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.blog_side_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_side_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_side_list .blog_bx img {
  vertical-align: middle;
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.blog_side_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_side_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #2ba252;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_side_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_side_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_side_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

.blog_top_list {
  position: relative;
  margin: 0 0 0px !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog_top_list .blog_bx {
  transition: 0.3s ease-in-out;
  width: calc(33.33% - 42px) !important;
  font-size: 12px;
  margin: 10px;
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 10px 10px;
}

.blog_top_list .blog_bx a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_top_list .blog_bx .blog_bx_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_top_list .blog_bx .blog_bx_flex div {
  width: 100%;
}

.blog_top_list .blog_bx:hover {
  background: #f2f2f2;
}

.blog_top_list .blog_bx figcaption {
  display: block;
  text-align: center;
  width: 100%;
  height: 230px;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  float: none;
  margin-bottom: 15px;
}

.blog_top_list .blog_bx * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog_top_list .blog_bx p {
  line-height: 1.6em;
  font-size: 13px;
}

.blog_top_list .blog_bx img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog_top_list .blog_bx:hover img {
  opacity: 1 !important;
  transform: scale(1.1);
}

.blog_top_list .blog_bx .ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #2ba252;
  padding: 0 15px;
  margin-bottom: 5px;
}

.blog_top_list .blog_bx .ttm {
  float: right;
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
}

.blog_top_list .blog_bx .ttm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_ttl {
  clear: both;
  font-weight: normal;
}

.blog_top_list .blog_bx .blog_text {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .blog_top_list .blog_bx {
    width: calc(100% - 22px) !important;
    margin: 0px 0 20px;
  }

  .blog_top_list .blog_bx figcaption {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  #blog_flexwrap {
    display: -webkit-block;
    display: block;
    width: 95%;
    margin: 20px auto 30px;
  }

  #blog_flexwrap #blog_main {
    background: #fff;
    width: 100%;
    flex: 1;
    margin-bottom: 20px;
  }

  #blog_flexwrap #blog_side {
    width: 100%;
    margin-left: 0px;
  }

  .pages {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 30px;
  }

  .page_next {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .page_prev {
    float: none;
    text-align: left;
    width: 100%;
  }
}

#logo span {
  margin-left: 1em;
  font-size: 3rem;
  /* font-weight: bold; */
  font-family: "Montserrat", sans-serif;
  color: #555;
}

#logo {
  max-width: 633px;
  margin: 0 auto;
}

.fa-map-marker-alt {
  font-size: 17px;
  color: #e50020;
}

.spbr {
  display: none;
}

@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }

  #logo span {
    margin-left: 0;
    font-size: 2.4rem;
  }
  #logo {
    max-width: 314px;
    margin: 0 auto;
  }
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-btn li {
  width: 20%;
  margin: 0 calc(1.33% + (1.33% / 3)) 0 0;
}

.list-btn li a {
  display: block;
  background: #2ba252;
  font-weight: 700;
  padding: 13px 3px;
  text-align: center;
  width: 100%;
  /* height: 70%; */
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #fff;
  border-radius: 27px;
}

.list-btn li a:hover {
  opacity: 0.8;
}

.anchor {
  margin: 70px 0 50px;
}

@media (max-width: 639px) {
  .list-btn li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.flexbox {
  /* width: 1000px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexbox p:nth-child(1) {
  margin-right: 30px;
}

.flexbox p {
  max-width: 400px;
}

.fs_17r {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .fs_17r {
    font-size: 1.5rem;
  }
}

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

.btn03 {
  max-width: 400px;
  margin: 50px auto 0;
}
.btn03 a {
  background: #d4312e;
  text-align: center;
  width: 400px;
  color: #fff;
  display: block;
  padding: 24px 5px;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid #d4312e;
  font-size: 20px;
  transition: 0.2s;
}
.btn03 a:hover {
  background: #fff;
  color: #d4312e;
}
@media all and (max-width: 639px) {
  .btn03 a {
    width: 95%;
  }
}

#s4u_2 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.s4u_slider {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
  background-color: #f2f2f2;
  margin: 20px 0;
}

.s4u_slider a {
  flex: 0 0 auto;
}

.s4u_slider img {
  height: 150px;
  width: auto;
  display: block;
}

/* ドットナビ */
.slider-nav {
  text-align: center;
  margin-top: 10px;
}

.slider-nav .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-nav .dot.active {
  background-color: #333;
}

/* lightbox用画像コンテナの基本スタイル */
.fright2 {
  float: right;
  width: 48%;
}

/* 単一画像のスタイル */
.shop_img {
  width: 100%;
  height: 330px;
  object-fit: cover; /* 画像の縦横比を維持したままトリミング */
  display: block; /* aタグとの間にできる隙間をなくす */
}

/* おもろまち店の4分割画像コンテナ */
.dfs-images {
  display: flex;
  flex-wrap: wrap;
  height: 330px; /* 全体の高さを指定 */
}

/* 4分割コンテナ内のリンク（画像）要素 */
.dfs-images a {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
}

/* 4分割コンテナ内の画像のスタイルを上書き */
.dfs-images .shop_img {
  width: 100%;
  height: 100%; /* 親要素(aタグ)いっぱいに広げる */
}
/* --- レスポンシブ対応 (768px以下) --- */
@media (max-width: 768px) {
  /* 画像コンテナ(.fright2)のスタイル */
  .fright2 {
    width: 100%;
    /* floatを使用している場合、解除します */
    float: none;
    margin-bottom: 15px; /* テキストとの間に余白を設けます */
  }

  /* 単一画像の高さを自動調整に */
  .shop_img {
    height: auto;
  }

  /* 4分割画像コンテナの高さを自動調整に */
  .dfs-images {
    height: auto;
  }
}

/* --- 新しい3分割固定メニュー（初期状態: 完全に非表示） --- */
.fixed-menu {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2ba252;
  z-index: 99996;
}

/* スマホのみ表示（768px以下） */
@media screen and (max-width: 768px) {
  .fixed-menu {
    display: flex !important;
  }
}

/* ボタン（3分割） */
.fixed-menu .menu-item {
  flex: 1;
  color: #fff !important;
  text-align: center;
  padding: 8px 0 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.fixed-menu .menu-item:last-child {
  border-right: none;
}

.fixed-menu .menu-item i {
  font-size: 20px;
}

.fixed-menu .menu-item i.fa-phone {
  transform: scaleX(-1);
}

/* 旧メニューを完全無効化 */
.fixed-tel-btn {
  display: none !important;
}


#logo_02 {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  color: #555;
  margin: 0px 0px 25px;
}

@media screen and (max-width: 480px) {
  #logo_02 {
    margin-left: 0;
    font-size: 2.4rem;
  }
}
.logo_03 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #2ba252;
}

@media screen and (max-width: 480px) {
  .logo_03 {
    margin-left: 0;
    text-align: left;
  }
}
.video-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.video-box {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  box-sizing: border-box;
}

.video-box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.video-title {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(43, 162, 82);
}

@media (max-width: 800px) {
  .video-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.whill_box {
  background: #fff;
  padding: 20px;
  margin-top: 40px;
}

.whill_ta {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin: 40px 0;
}

.whill_ta th,
.whill_ta td {
  padding: 10px 15px;
  border: 1px solid #aaa;
  vertical-align: top;
}

.whill_ta th {
  background: #2ba252;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}
@media (max-width: 800px) {
  .whill_ta th,
  .whill_ta td {
    display: block;
    width: 92%;
  }

  .whill_ta th {
    text-align: left;
    padding-top: 15px;
  }

  .whill_ta td {
    padding-bottom: 15px;
  }

  .whill_ta tr {
    margin-bottom: 20px;
  }
}
.whill_panf {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  background: #e5f3ff;
  padding: 40px 0;
}

.whill_panf img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
}

/* レスポンシブ対応（800px以下で縦並び） */
@media (max-width: 800px) {
  .whill_panf {
    flex-direction: column;
    align-items: center;
  }

  .whill_panf img {
    max-width: 100%;
  }
}

.sp_bnr a {
  display: block;
  margin-bottom: 5px;
}

.sp_bnr img {
  width: 320px;
  height: auto;
}

#i02 {
  scroll-margin-top: 100px; /* 固定ヘッダーの高さに合わせて調整 */
}

.shop_img-auto {
  height: auto !important; /* 高さを自動にする */
  object-fit: contain; /* 画像全体を表示 */
  /* width: 60%; */
  text-align: center;
  margin: 0 auto;
}

[id] {
  scroll-margin-top: 110px; /* ヘッダーの高さ(100px) + 少し余白(10px) */
}

#navi nav>ul>li {
  position: relative;
}

#navi nav>ul>li>ul,
#navi nav>ul>li .menu ul {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: grid;
  font-size: 90%;
  position: absolute;
  z-index: 200;
  top: 63px;
  left: 0px;
  width: 250px;
  grid-template-columns: repeat(1, 1fr);
  transition: 0.4s;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.1);
}

#navi nav>ul>li>ul>li,
#navi nav>ul>li .menu ul>li {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transition-delay: 0.1s;
  z-index: -300;
}

#navi nav>ul>li>ul>li>a,
#navi nav>ul>li .menu ul>li>a {
  width: 100%;
  color: #555;
  padding: 10px 10px;
  text-align: left;
  height: auto;
}

#navi nav>ul>li>ul>li>a:hover,
#navi nav>ul>li .menu ul>li>a:hover {
  color: #888;
}

#navi nav>ul>li>ul>li:hover>a,
#navi nav>ul>li .menu ul>li:hover>a {
  color: #888;
}

/* 表示状態 */
#navi nav>ul>li:hover>ul,
#navi nav>ul>li:hover .menu ul {
  opacity: 1;
  visibility: visible;
  top: 66px;
}

#navi nav>ul>li:hover>ul>li,
#navi nav>ul>li:hover .menu ul>li {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

/* 2カラム */
#navi nav>ul>li.set2>ul,
#navi nav>ul>li.set2 .menu ul {
  left: calc(-300px / 3);
  width: 300px;
  grid-template-columns: repeat(2, 1fr);
}

#navi nav>ul>li.set2>ul>li,
#navi nav>ul>li.set2 .menu ul>li {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* 3カラム */
#navi nav>ul>li.set3>ul,
#navi nav>ul>li.set3 .menu ul {
  left: calc(-450px / 3);
  width: 450px;
  grid-template-columns: repeat(3, 1fr);
}

#navi nav>ul>li.set3>ul>li,
#navi nav>ul>li.set3 .menu ul>li {
  border-right: 1px solid #eee;
}

#sns-fixed-buttons {
  position: fixed;
  bottom: 120px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9998;
}

#sns-fixed-buttons .sns-btn {
  width: 48px;
  height: 48px;
  background: #2ba252;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#sns-fixed-buttons .sns-btn:hover {
  background: #5fd485;
}
#sns-fixed-buttons .sns-btn.insta {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 40%, #fd6735 85%, #ffdb2c 100%) no-repeat;
}

#sns-fixed-buttons .sns-btn.insta:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #sns-fixed-buttons {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sns-fixed-buttons .sns-btn {
    display: none;
  }
}