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

:root {
  --main-color: #333;
  --base-color: #2ba252;
  --bg-svg-base-color: #2ba252;
  --sub-color: #e50120;
  --bg-svg-sub-color: #E50120;
  --bg-color: #F2E9D8;
}

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: 99999;
  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(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27208/flash1.jpg);
}

#title_bg2 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27208/flash2.jpg);
}

#title_bg3 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27208/flash3.jpg);
}

#title_bg4 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27208/flash4.jpg);
}

#title_bg5 {
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27208/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;
}

.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;
}

.textarea {
  border-radius: 2px;
  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;
  }
}

.fixed-tel-btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2ba252;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.fixed-tel-btn i {
  font-size: 20px;
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .fixed-tel-btn {
    display: flex;
  }
}

#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) */
}

/* ------------------------------------------------------------- */
/* ------------------------------------------------------------- */
/* 追加---------------------------------------------------------- */
.ja {
  /* SCSSの@include font_base; 相当: 必要に応じてfont設定を追加してください */
  /* 例: font-family: 'Noto Sans JP', sans-serif; */
}

.eng {
  /* SCSSの@include eng; 相当: 必要に応じてfont設定を追加してください */
  /* 例: font-family: 'Roboto', sans-serif; */
}

h1:has(+ p),
h2:has(+ p),
h3:has(+ p),
h4:has(+ p),
h5:has(+ p),
h6:has(+ p),
a:has(+ p),
p:has(+ p) {
  margin-bottom: 0.8em;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a a:hover,
p a:hover {
  opacity: 0.8;
}

.bordering {
  text-shadow:
    1px 1px 0px var(--base-color, #333),
    -1px 1px 0px var(--base-color, #333),
    1px -1px 0px var(--base-color, #333),
    -1px -1px 0px var(--base-color, #333),
    1px 0px 0px var(--base-color, #333),
    0px 1px 0px var(--base-color, #333),
    -1px 0px 0px var(--base-color, #333),
    0px -1px 0px var(--base-color, #333);
}

.bordering_black {
  text-shadow:
    1px 1px 0px #111,
    -1px 1px 0px #111,
    1px -1px 0px #111,
    -1px -1px 0px #111,
    1px 0px 0px #111,
    0px 1px 0px #111,
    -1px 0px 0px #111,
    0px -1px 0px #111;
}

.bordering_white {
  text-shadow:
    1px 1px 0px #fff,
    -1px 1px 0px #fff,
    1px -1px 0px #fff,
    -1px -1px 0px #fff,
    1px 0px 0px #fff,
    0px 1px 0px #fff,
    -1px 0px 0px #fff,
    0px -1px 0px #fff;
}

.bordering2 {
  text-shadow:
    3px 3px #fff,
    4px 4px 0 var(--base-color, #333),
    4px 2px 0 var(--base-color, #333),
    2px 4px 0 var(--base-color, #333),
    2px 2px 0 var(--base-color, #333);
}

.text_image_mask {
  color: rgba(var(--base-color-rgb, 51, 51, 51), 0.1);
  background-image: var(--text-image-mask);
  background-repeat: repeat;
  font-weight: bold;
  background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .text_image_mask {
    color: var(--sub-color, #888);
    background-image: none;
  }
}

/* 縦書き - 必要ならwriting-modeなどを設定 */
.vw {
  writing-mode: vertical-rl;
  width: auto;
  align-items: flex-start;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto;
  letter-spacing: 0.3rem;
}

.vw span.box {
  padding: 0.3em 0.3em;
}

i.line {
  display: inline-block;
  border-top: 1px solid var(--main-color, #333);
  width: 3em;
  height: 0.5em;
  margin-right: 1.5em;
  text-decoration: inherit;
  vertical-align: inherit;
}

span.tright {
  display: block;
}

span.tcenter_sp {
  display: block;
}

span.box {
  position: relative;
  border: 1px solid var(--main-color, #333);
  padding: 0.5em 1em;
  line-height: 1.6;
  display: inline-block;
}

span.box.white {
  color: #fff;
  border-color: #fff !important;
}

span.box.base_color {
  color: #fff;
  border-color: var(--base-color, #333) !important;
}

span.box.grd_color {
  color: #fff;
}

span.circle {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  text-align: center;
  line-height: 2em;
  border: 1px solid var(--base-color, #333);
  border-radius: 100%;
  flex: 0 0 2.2em;
  display: grid;
  place-items: center;
}

span.circle i {
  margin: auto;
}

span.yell {
  position: relative;
  text-align: center;
}

span.yell:before,
span.yell:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--main-color, #333);
  z-index: 1;
  top: -2px;
}

span.yell:before {
  left: -0.8em;
  transform: rotate(-0.1turn);
}

span.yell:after {
  right: -0.8em;
  transform: rotate(0.1turn);
}

span.yell.white:before,
span.yell.white:after {
  background-color: #fff !important;
}

span.yell.pink:before,
span.yell.pink:after {
  background-color: var(--pink, #ffe4e1) !important;
}

span.yell.base_color:before,
span.yell.base_color:after {
  background-color: var(--base-color, #333) !important;
}

span.yell.sub_color:before,
span.yell.sub_color:after {
  background-color: var(--sub-color, #888) !important;
}

span.yell.yellow:before,
span.yell.yellow:after {
  background-color: var(--yellow, #ff0) !important;
}

span.yell.gold:before,
span.yell.gold:after {
  background-color: var(--gold, #ffd700) !important;
}

span.yell.purple:before,
span.yell.purple:after {
  background-color: var(--purple, #800080) !important;
}

span.cursol_b {
  padding: 5px 0.5em;
  border-bottom: solid 2px var(--main-color, #333);
  position: relative;
}

span.cursol_b::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
  background-color: #fff;
  transform: rotate(-45deg);
}

span.border_bottom_dotted {
  border-bottom: 0.2em dotted var(--base-color, #333);
  padding: 0.3em 0;
}

span.border_bottom {
  position: relative;
  border-bottom: 1px solid var(--main-color, #333);
  padding: 0.3em 0em;
  display: inline-block;
}

span.corner {
  --x-gradient: linear-gradient(90deg, #453827 0 0.5em, transparent 0 calc(100% - 0.5em), #453827 calc(100% - 0.5em));
  --y-gradient: linear-gradient(#453827 0 0.5em, transparent 0 calc(100% - 0.5em), #453827 calc(100% - 0.5em));
  position: relative;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size:
    100% 1px,
    1px 100%,
    100% 1px,
    1px 100%;
  padding: 0.5rem 2rem;
  background-position:
    center top,
    right center,
    center bottom,
    left center;
}

span.icon_r {
  background: rgba(var(--base-color-rgb, 51, 51, 51), 1);
  display: grid;
  color: #fff;
  width: 8em;
  height: 8em;
  padding: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 120%;
  place-items: center;
  margin: auto;
}

.down_arrow {
  display: block;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 300px 0 300px;
  border-color: #f2f2f2 transparent transparent transparent;
}

@media (max-width: 599px) {
  .down_arrow {
    border-width: 50px 150px 0 150px;
  }
}

.down_arrow.base_color {
  border-color: var(--base-color, #333) transparent transparent transparent !important;
}

.txt_cline {
  text-align: center;
  position: relative;
}

.txt_cline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #aaa;
}

.txt_cline span {
  position: relative;
  padding: 0.3em 1em;
  color: var(--base-color, #333);
  background: var(--bg-color, #fff);
}

.txt_rline {
  position: relative;
}

.txt_rline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #aaa;
}

.txt_rline span {
  position: relative;
  padding: 0.3em 1em;
  color: var(--base-color, #333);
  background: var(--bg-color, #fff);
}

.txt_cline_grd {
  position: relative;
}

.txt_cline_grd:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 25%;
  height: 2px;
  left: 0;
  top: 40%;
  background: var(--base-color, #333);
  background: linear-gradient(90deg, var(--base-color, #333) 0%, rgba(255, 255, 255, 0) 100%);
}

.txt_cline_grd:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 25%;
  height: 2px;
  right: 0;
  top: 40%;
  background: var(--base-color, #333);
  background: linear-gradient(270deg, var(--base-color, #333) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 599px) {
  .txt_cline_grd:before {
    width: 15%;
    left: -2em;
  }

  .txt_cline_grd:after {
    width: 15%;
    right: -2em;
  }
}

.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.tjustify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap !important;
}

.tinline {
  display: inline-block;
}

.underline {
  text-decoration: underline;
}

.tcenter {
  text-align: center !important;
  /* text-wrap, word-breakはCSS4以降・対応状況に依存します */
  text-wrap: balance;
  word-break: auto-phrase;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .tcenter.tablet {
    text-align: left !important;
  }
}

@media (max-width: 599px) {
  .tcenter.sp {
    text-align: left !important;
  }
}

@media (max-width: 599px) {
  .tcenter_sp {
    text-align: center !important;
    justify-content: center;
    text-wrap: balance;
    word-break: auto-phrase;
  }

  .tcenter_sp.tright {
    text-align: center !important;
  }
}

.tright {
  text-align: right !important;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .tright.sp {
    text-align: center !important;
  }
}

.tleft {
  text-align: left !important;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .tleft.sp {
    text-align: center !important;
  }
}

/* edge effects */
.edge_w_b {
  text-shadow:
    white 4px 0px 0px,
    white 3.87565px 0.98962px 0px,
    white 3.51033px 1.9177px 0px,
    white 2.92676px 2.72656px 0px,
    white 2.16121px 3.36588px 0px,
    white 1.26129px 3.79594px 0px,
    white 0.28295px 3.98998px 0px,
    white -0.71298px 3.93594px 0px,
    white -1.66459px 3.63719px 0px,
    white -2.51269px 3.11229px 0px,
    white -3.20457px 2.39389px 0px,
    white -3.69721px 1.52664px 0px,
    white -3.95997px 0.56448px 0px,
    white -3.97652px -0.43278px 0px,
    white -3.74583px -1.40313px 0px,
    white -3.28224px -2.28625px 0px,
    white -2.61457px -3.02721px 0px,
    white -1.78435px -3.57996px 0px,
    white -0.84318px -3.91012px 0px,
    white 0.15041px -3.99717px 0px,
    white 1.13465px -3.8357px 0px,
    white 2.04834px -3.43574px 0px,
    white 2.83468px -2.82216px 0px,
    white 3.44477px -2.03312px 0px,
    white 3.84068px -1.11766px 0px,
    white 3.9978px -0.13272px 0px;
}

.edge_w {
  text-shadow:
    0px 0px 5px rgba(255, 255, 255, 0.8),
    0px 0px 5px rgba(255, 255, 255, 0.8),
    0px 0px 0.5em rgba(255, 255, 255, 0.8),
    0px 0px 0.5em rgba(255, 255, 255, 0.8),
    0px 0px 15px rgba(255, 255, 255, 0.8),
    0px 0px 15px;
}

.edge_b {
  text-shadow:
    0px 0px 5px rgba(17, 17, 17, 0.8),
    0px 0px 5px rgba(17, 17, 17, 0.8),
    0px 0px 0.5em rgba(17, 17, 17, 0.8),
    0px 0px 0.5em rgba(17, 17, 17, 0.8),
    0px 0px 15px rgba(17, 17, 17, 0.8),
    0px 0px 15px;
}

.edge_a {
  text-shadow:
    0px 0px 5px rgba(170, 170, 170, 0.8),
    0px 0px 5px rgba(170, 170, 170, 0.8),
    0px 0px 0.5em rgba(170, 170, 170, 0.8),
    0px 0px 0.5em rgba(170, 170, 170, 0.8),
    0px 0px 15px rgba(170, 170, 170, 0.8),
    0px 0px 15px;
}

.edge_base {
  text-shadow:
    0px 0px 5px rgba(var(--base-color-rgb, 51, 51, 51), 0.8),
    0px 0px 5px rgba(var(--base-color-rgb, 51, 51, 51), 0.8),
    0px 0px 0.5em rgba(var(--base-color-rgb, 51, 51, 51), 0.8),
    0px 0px 0.5em rgba(var(--base-color-rgb, 51, 51, 51), 0.8),
    0px 0px 15px rgba(var(--base-color-rgb, 51, 51, 51), 0.8),
    0px 0px 15px;
}

/* marker */
.underline_c {
  background: linear-gradient(transparent 70%, #a8d8fa 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_m {
  background: linear-gradient(transparent 70%, #ff7c81 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_y {
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_k {
  background: linear-gradient(transparent 70%, #cccccc 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_p {
  background: linear-gradient(transparent 70%, #ffd0e1 0%);
  z-index: 0;
  padding: 0 0.1em;
}

.underline_w {
  background: linear-gradient(transparent 5%, #fff 0%);
  z-index: 0;
  padding: 0 0.1em;
}

/* color */
.grd {
  /* .grd_color mixin部分は、必要に応じてlinear-gradientを直接記述 */
  background: linear-gradient(90deg, #ffb347, #ffcc33 41%, #fdffb6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}

.base_color {
  color: var(--base-color, #333) !important;
  border-color: var(--base-color, #333) !important;
}

.base_color_translucent {
  color: rgba(var(--base-color-rgb, 51, 51, 51), 0.5) !important;
}

.sub_color {
  color: var(--sub-color, #888) !important;
  border-color: var(--sub-color, #888) !important;
}

.sub_color_translucent {
  color: rgba(var(--sub-color-rgb, 136, 136, 136), 0.5) !important;
}

.orange {
  color: var(--orange, orange) !important;
  border-color: var(--orange, orange) !important;
}

.gray {
  color: var(--gray, #888) !important;
  border-color: var(--gray, #888) !important;
}

.red {
  color: var(--red, #f00) !important;
  border-color: var(--red, #f00) !important;
}

.blue {
  color: var(--blue, #00f) !important;
  border-color: var(--blue, #00f) !important;
}

.brown {
  color: var(--brown, #964B00) !important;
  border-color: var(--brown, #964B00) !important;
}

.green {
  color: var(--green, #008000) !important;
  border-color: var(--green, #008000) !important;
}

.translucent {
  color: rgba(255, 255, 255, 0.5) !important;
}

.white {
  color: #fff !important;
  border-color: #fff !important;
}

.white a {
  color: #fff;
  border-color: #fff;
}

.white a:hover {
  opacity: 0.6;
}

.pink {
  color: var(--pink, #ffe4e1) !important;
  border-color: var(--pink, #ffe4e1) !important;
}

.black {
  color: #000 !important;
  border-color: #000 !important;
}

.yellow {
  color: var(--yellow, #ff0) !important;
  border-color: var(--yellow, #ff0) !important;
}

.gold {
  color: var(--gold, #ffd700) !important;
  border-color: var(--gold, #ffd700) !important;
}

.purple {
  color: var(--purple, #800080) !important;
  border-color: var(--purple, #800080) !important;
}

.txt_split.colorful {

  font-weight: bold;
  letter-spacing: 0.1em;
}

.txt_split.colorful span:nth-child(1) {
  color: #dbd85b;
}

.txt_split.colorful span:nth-child(2) {
  color: #90c422;
}

.txt_split.colorful span:nth-child(3) {
  color: #fabe02;
}

.txt_split.colorful span:nth-child(4) {
  color: #90c422;
}

.txt_split.colorful span:nth-child(5) {
  color: #ee87a8;
}

.txt_split.colorful span:nth-child(6) {
  color: #3abfef;
}

.txt_split.colorful span:nth-child(7) {
  color: #dbd85b;
}

.txt_split.colorful span:nth-child(8) {
  color: #90c422;
}

.txt_split.colorful span:nth-child(9) {
  color: #fabe02;
}

.txt_split.colorful span:nth-child(10) {
  color: #90c422;
}

.txt_split.colorful span:nth-child(11) {
  color: #ee87a8;
}

.txt_split.colorful span:nth-child(12) {
  color: #3abfef;
}

.point_box {
  width: 6em;
  height: 6em;
  font-weight: normal;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  background-color: var(--base-color, #333);
  z-index: 1;
  box-shadow: 2px 2px 5px 5px rgba(51, 51, 51, 0.1);
  text-align: center;
  /* display:flex でも必要に応じて中央寄せ */
}

.point_box.center {
  margin: auto;
}

.point_box.circle {
  border-radius: 50%;
}

.title_box {
  background: var(--base-color, #333);
  color: #fff;
  font-size: 150%;
  position: relative;
  padding: 1em 1em;
  margin-bottom: 2em;
  font-weight: 600;
  overflow: hidden;
}

.title_box:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  transform: rotate(50deg);
  position: absolute;
  top: -250px;
  left: -150px;
  width: 300px;
  height: 280px;
}

.title_box:after {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
  transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
}

@media (min-width: 600px) and (max-width: 1023px) {

  .title_box:before,
  .title_box:after {
    font-size: 1.5rem;
    left: -200px;
    right: -200px;
  }
}

@media (max-width: 599px) {
  .title_box {
    font-size: 100%;
  }
}

.title_box2 {
  background: rgba(var(--base-color-rgb, 51, 51, 51), 0.2);
  font-size: 120%;
  color: var(--base-color, #333);
  position: relative;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 25px;
  margin-bottom: 25px;
}

.title_box2:before {
  background-color: var(--base-color, #333);
  content: "";
  display: block;
  transform: rotate(50deg);
  position: absolute;
  bottom: -250px;
  right: -150px;
  width: 300px;
  height: 280px;
  z-index: -1;
}

@media (max-width: 599px) {
  .title_box2 {
    line-height: 1.5;
  }

  .title_box2 span {
    font-size: 120%;
  }

  .title_box2:before {
    width: 123px;
    right: -170px;
    top: -106px;
  }
}

.title_box3 {
  background: var(--base-color, #333);
  color: #fff;
  padding: 1em 1em;
  margin: 1em 0;
  font-size: 110%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

@media (max-width: 599px) {
  .title_box3 {
    font-size: 100%;
  }
}

.title_box3::before {
  background-color: #fff;
  content: "";
  transform: rotate(-144deg);
  display: block;
  opacity: 0.1;
  position: absolute;
  top: 350%;
  left: -4%;
  width: 200%;
  height: 930%;
  z-index: 0;
}

@media (max-width: 599px) {
  .title_box3::before {
    top: 280%;
    left: -64%;
  }
}

.title_box3::after {
  background-color: #fff;
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  bottom: -190%;
  left: 85%;
  width: 10%;
  transform: rotate(45deg);
  height: 620%;
}

@media (max-width: 599px) {
  .title_box3::after {
    width: 40%;
  }
}

.title_box3 .photo {
  margin: 0 auto;
  text-align: center;
}

.title_box4 {
  background: rgba(var(--base-color-rgb, 51, 51, 51), 0.2);
  position: relative;
  padding: 1em 1.5em;
  margin: 1em 0;
  font-size: 110%;
  font-weight: 700;
  color: var(--base-color, #333);
  border-bottom: var(--base-color, #333) 1px solid;
}

.title_box4:before {
  position: absolute;
  /* SCSSの@include awesome(\f061); に該当する疑似要素のフォントアイコンをCSSで追加してください */
  display: block;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.title_box5 {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 130%;
  padding: 1em 2em;
  margin-bottom: 1em;
  border-radius: 0;
  line-height: 1.2;
  font-weight: bold;
  background: linear-gradient(0deg, #eeeeee 0%, white 32%);
}

.title_box5.bg_none {
  background: none;
  border: 0 solid #ddd;
}

.title_box5:before {
  position: absolute;
  top: 15%;
  left: 10px;
  width: 6px;
  height: 70%;
  content: "";
  background: var(--base-color, #333);
  z-index: 1;
}

.stroke {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px var(--base-color, #333);
  white-space: nowrap;
  overflow: hidden;
}

#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;
}

.flexbox {
  display: flex;
  position: relative;
  align-items: flex-start;
  top: 0;
}

@media (max-width: 767px) {
  .flexbox {
    display: block;
  }

  .flexbox.res_none {
    display: flex !important;
    flex-wrap: wrap !important;
  }
}

.grid {
  display: grid;
  gap: 2em 2em;
}

.grid.plus>li:before {
  content: "+";
  position: absolute;
  z-index: 2;
  line-height: 1;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid #111;
  color: #111;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 200%;
}

@media (max-width: 767px) {
  .grid.plus>li:before {
    top: auto;
    bottom: -1.3em;
    right: 0;
    left: 0;
  }
}

.grid.plus>li:last-child:before {
  display: none;
}

.grid.arrow>li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  z-index: 2;
  line-height: 1;
  top: 50%;
  bottom: 50%;
  margin: auto;
  right: -1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #389b6d;
  border: 1px solid #389b6d;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  font-size: 200%;
}

@media (max-width: 767px) {
  .grid.arrow>li:before {
    content: "\f078";
    top: auto;
    bottom: -1.3em;
    right: 0;
    left: 0;
  }
}

.grid.arrow>li:last-child:before {
  display: none;
}

.grid>li,
.grid>.child {
  position: relative;
}

.grid.set1 {
  grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 767px) {
  .grid.set1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .grid.set2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .grid.set3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px) {
  .grid.set4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 767px) {
  .grid.set5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 767px) {
  .grid.set6 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set7 {
  grid-template-columns: repeat(7, 1fr);
}

@media (max-width: 767px) {
  .grid.set7 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.set8 {
  grid-template-columns: repeat(8, 1fr);
}

@media (max-width: 767px) {
  .grid.set8 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid.p_center {
  place-items: center;
}

.grid.reversal {
  flex-direction: row-reverse;
}

.grid.center {
  grid-template-columns: repeat(auto-fit, 46%);
  row-gap: 24px;
  column-gap: 4%;
  justify-content: center;
}

@media (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .grid.tablet1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .grid.tablet1>li,
  .grid.tablet1 .child {
    margin-bottom: 0px;
  }

  .grid.tablet2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .grid.tablet2>li,
  .grid.tablet2 .child {
    margin-bottom: 0px;
  }

  .grid.tablet3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .grid.tablet3>li,
  .grid.tablet3 .child {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .grid.sp1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .grid.sp1>li,
  .grid.sp1 .child {
    margin-bottom: 0px;
  }

  .grid.sp2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .grid.sp2>li,
  .grid.sp2 .child {
    margin-bottom: 0px;
  }

  .grid.sp3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .grid.sp3>li,
  .grid.sp3 .child {
    margin-bottom: 0px;
  }
}

.radius {
  border-radius: 2em;
}

.radius>a {
  border-radius: 2em;
}

.radius>img {
  border-radius: 2em;
}

.flexbox img {
  width: 100%;
}

.bg_base {
  background-color: #E7E8E7 !important;
}

.bg_base_color {
  background-color: var(--base-color, #3ec759) !important;
}

.mask_circle {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.mask_circle::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mask_circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.mask_circle.sp {
  width: 8em;
  height: 8em;
}

@media (max-width: 767px) {
  .mask_circle.sp {
    width: 8em;
    height: 8em;
  }
}

.border {
  border-width: 1px;
  border-style: solid;
}

.border.size_2,
.border_top.size_2,
.border_left.size_2,
.border_right.size_2,
.border_bottom.size_2 {
  border-width: 2px !important;
}

.border.size_3,
.border_top.size_3,
.border_left.size_3,
.border_right.size_3,
.border_bottom.size_3 {
  border-width: 3px !important;
}

.border.size_4,
.border_top.size_4,
.border_left.size_4,
.border_right.size_4,
.border_bottom.size_4 {
  border-width: 4px !important;
}

.border.size_5,
.border_top.size_5,
.border_left.size_5,
.border_right.size_5,
.border_bottom.size_5 {
  border-width: 5px !important;
}

.border_top {
  border-top-width: 1px;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-style: solid;
}

.border_left {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 1px;
  border-style: solid;
}

.border_right {
  border-top-width: 0 !important;
  border-right-width: 1px;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-style: solid;
}

.border_bottom {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 1px;
  border-left-width: 0 !important;
  border-style: solid;
}

/* border-color */
.bc_base {
  border-color: var(--base-color, #3ec759) !important;
}

.bc_sub {
  border-color: var(--sub-color, #e50120) !important;
}

.bc_black {
  border-color: #111 !important;
}

.bc_pink {
  border-color: #e885ab !important;
}

.bc_f2 {
  border-color: #f2f2f2 !important;
}

.bc_aaa {
  border-color: #aaa !important;
}

.bc_white {
  border-color: #fff !important;
}

.bc_gold {
  border-color: #c3a349 !important;
}

.bc_green {
  border-color: #54c766 !important;
}

.bc_orange {
  border-color: #e65e11 !important;
}

.bc_blue {
  border-color: #006faa !important;
}

.bc_red {
  border-color: #c70922 !important;
}

/* border-style */
.bs_dotted {
  border-style: dotted !important;
}

.bs_double {
  border-style: double !important;
}

.bs_dashed {
  border-style: dashed !important;
}

.bg_white {
  background-color: #fff !important;
}

.picture {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: 0.8s;
  z-index: 0;
  /* @include bg_color;は無視 */

}

.picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.picture::after {
  z-index: 0 !important;
}

.picture.bg_grd {
  background: none;
}

.picture.bg_grd::after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  /* @include bg_grd;は無視 */
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.bg_red {
  background-color: red !important;
}

.picture img {
  transition: 0.8s;
}

.picture.icon {
  text-align: center;
  display: grid;
  place-items: center;
  padding: 20px 0;
  background: #f2f2f2;
  border: 1px solid #ddd;
}

.picture.icon img {
  width: 120px;
}

.picture.radius {
  border-radius: 20px !important;
  overflow: hidden;
}

.picture.radius img {
  border-radius: 20px !important;
  overflow: hidden;
}

.picture.contain img {
  object-fit: contain;
  margin: auto;
}

/* スマホ用: for-size(phone-only) は一般的なメディアクエリを利用 */
@media (max-width: 599px) {
  .picture {
    height: auto;
  }
}

/* .picture 内 a タグ用 */
.picture a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.8s;
  background-color: rgba(62, 199, 89, 0.2);
  /* $base_color→#3ec759想定 */
}

.picture a img {
  opacity: 0.8;
}

/* .link_ttl クラス */
.picture a .link_ttl {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 110%;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}

.picture a .link_ttl .small {
  font-size: 80%;
}

/* .eng クラスは @include eng; 無視 */
@media (max-width: 599px) {
  .picture a .link_ttl {
    opacity: 1;
    visibility: visible;
    font-size: 1.6rem;
  }
}

/* .link_icon クラス */
.picture a .link_icon {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: block;
  color: #fff;
}

.picture a .link_icon i {
  border: #fff solid 2px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  font-size: 2.3rem;
  transition: 0.8s;
  display: grid;
  place-items: center;
}

.picture a .link_icon .txt {
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 599px) {
  .picture a .link_icon {
    opacity: 1;
    visibility: visible;
    font-size: 1.6rem;
  }
}

/* ホバー時の演出 */
.picture a:hover {
  transition: 0.8s;
}

.picture a:hover .link_ttl {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

.picture a:hover img {
  transform: scale(1.05);
  transition: 0.8s;
  opacity: 0.6;
}

.picture a:hover .link_icon i {
  background-color: #fff;
  color: #3ec759;
  /* $base_color→#3ec759想定 */
}

/* .picture の直下imgに再度フィット指定 */
.picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbl {
  width: 100%;
  margin: 0.8em 0;
}

.tbl.tcenter th {
  text-align: center !important;
}

.tbl.white {
  background-color: rgba(62, 199, 89, 0);
  /* $base_color→#3ec759 */
}

.tbl.white th,
.tbl.white td {
  padding: 0.8em;
  border: 2px solid #aaa;
}

.tbl.white th {
  background-color: rgba(62, 199, 89, 0);
  color: #aaa;
}

.tbl.white th span {
  font-size: 100%;
}

.tbl.white td {
  background-color: rgba(62, 199, 89, 0);
}

.tbl.base {
  background-color: rgba(62, 199, 89, 0.1);
  border: 1px solid #fff !important;
}

.tbl.base th,
.tbl.base td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}

.tbl.base th {
  background-color: rgba(62, 199, 89, 0.8);
  color: #fff;
}

.tbl.base th span {
  font-size: 100%;
}

.tbl.base td {
  background-color: rgba(62, 199, 89, 0.1);
}

.tbl.sub {
  background-color: rgba(229, 1, 32, 0.1);
  /* $sub_color→#e50120 */
  border: 1px solid #fff !important;
}

.tbl.sub th,
.tbl.sub td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}

.tbl.sub th {
  background-color: rgba(229, 1, 32, 0.8);
  color: #fff;
}

.tbl.sub th span {
  font-size: 100%;
}

.tbl.sub td {
  background-color: rgba(229, 1, 32, 0.05);
}

/* green */
.tbl.green {
  background-color: rgba(84, 199, 102, 0.1);
  /* $green→#54c766 */
}

.tbl.green th,
.tbl.green td {
  padding: 0.8em;
  border: 2px solid #aaa;
}

.tbl.green th {
  background-color: rgba(84, 199, 102, 0.8);
  color: #aaa;
}

.tbl.green th span {
  font-size: 100%;
}

.tbl.green td {
  background-color: rgba(84, 199, 102, 0.1);
}

/* orange */
.tbl.orange {
  background-color: rgba(230, 94, 17, 0.1);
  /* $orange→#e65e11 */
}

.tbl.orange th,
.tbl.orange td {
  padding: 0.8em;
  border: 1px solid #fff !important;
}

.tbl.orange th {
  background-color: rgba(230, 94, 17, 0.8);
  color: #fff;
}

.tbl.orange th span {
  font-size: 100%;
}

.tbl.orange td {
  background-color: rgba(230, 94, 17, 0.05);
}

.tbl th,
.tbl td {
  padding: 0.8em;
  vertical-align: middle;
  border: 1px solid #aaa !important;
}

.tbl th {
  background-color: var(--base-color, #3ec759) !important;
}

.tbl th span {
  font-size: 100%;
}

.tbl th.top {
  vertical-align: top;
  width: 20% !important;
}

.tbl a {
  text-decoration: underline;
}

.tbl.callendar {
  text-align: center;
}

.tbl.callendar th,
.tbl.callendar td {
  width: calc(100% / 8);
}

/* .tbl td.price */
.tbl td.price {
  text-align: right;
  font-size: 1.2em;
  font-weight: 600;
}

.tbl td.price span {
  font-size: 80%;
}

/* .tbl .cell01 */
.tbl .cell01 {
  width: 25%;
}

/* .tbl.sp phoneサイズ (767px以下を想定) */
@media (max-width: 767px) {
  .tbl {
    padding: 5px;
  }

  .tbl th,
  .tbl td {
    font-size: 80% !important;
    padding: 0.8em;
  }

  .tbl th {
    width: 35%;
    text-align: left;
  }

  .tbl.sp th,
  .tbl.sp td {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
}

.flow_list_number li {
  background-color: #f2f2f2;
}

/* 最後のliのaおよび.boxのafterを非表示 */
.flow_list_number li:last-child a:after,
.flow_list_number li:last-child .box:after {
  display: none !important;
}

/* li内aの基本設定 */
.flow_list_number li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 10px;
  transition-duration: 0.3s;
}

/* li内aホバー時 */
.flow_list_number li a:hover {
  transition-duration: 0.3s;
  opacity: 0.6;
}

/* アイコン矢印（デフォルトは▶） */
.flow_list_number li a:after {
  content: "▶";
  color: var(--base-color, #3ec759);
  font-size: 90%;
  position: absolute;
  right: -12px;
  margin: auto;
}

/* ナンバー部 (numberクラス) */
.flow_list_number li a .number,
.flow_list_number li .box .number {
  font-weight: bold;
  width: 50px;
  height: 50px;
  font-size: 80%;
  letter-spacing: 0;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  position: relative;
  transition: all 0.3s 0s ease;
  text-transform: uppercase;
}

.flow_list_number li a .number span,
.flow_list_number li .box .number span {
  line-height: 1;
}

/* num 部分のスタイル */
.flow_list_number li a .number .num,
.flow_list_number li .box .number .num {
  font-size: 280%;
  color: var(--base-color, #3ec759);
  line-height: 1;
  margin-right: 0;
}

/* テキストエリア部分 */
.flow_list_number li a .textarea,
.flow_list_number li .box .textarea {
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

/* li内の.boxコンポーネント（aの兄弟として使う場合も想定） */
.flow_list_number li .box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 10px;
  transition-duration: 0.3s;
  padding: 0.6em 0.3em;
}

/* .boxのアイコン矢印（デフォルトは▶） */
.flow_list_number li .box:after {
  content: "▶";
  color: var(--base-color, #3ec759);
  font-size: 90%;
  position: absolute;
  right: -12px;
  margin: auto;
}

/* スマホ用：phone-onlyの時の矢印・numサイズ（max-width: 599px想定） */
@media (max-width: 599px) {

  .flow_list_number li a:after,
  .flow_list_number li .box:after {
    content: "▼";
    left: 0;
    right: 0;
    bottom: -25%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
  }

  .flow_list_number li a .number .num,
  .flow_list_number li .box .number .num {
    font-size: 200%;
  }
}

.flex {
  display: flex;
  place-items: center;
}

.flow_list_number_contents>li {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.flow_list_number_contents>li:after {
  content: "";
  border-left: 2px dashed #9d9d9d;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: -1;
}

.flow_list_number_contents>li .number {
  z-index: 1;
  font-weight: bold;
  margin: 0 auto;
  background-color: var(--base-color, #3ec759);
  border-radius: 50%;
  width: 7em;
  height: 7em;
  font-size: 80%;
  letter-spacing: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  position: relative;
  transition: all 0.3s 0s ease;
  text-transform: uppercase;
  color: #fff;
}

.flow_list_number_contents>li .number span {
  line-height: 1;
}

.flow_list_number_contents>li .number .num {
  font-size: 280%;
  line-height: 1;
  margin-right: 0;
}

.flow_list_number_contents>li .number .title {
  display: none;
}

/* スマホ用調整 */
@media (max-width: 599px) {
  .flow_list_number_contents>li .number {
    width: 100%;
    height: auto;
    padding: 2em 0;
    border-radius: 0px;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 1fr auto;
  }

  .flow_list_number_contents>li .number.radius {
    border-radius: 2em !important;
  }

  .flow_list_number_contents>li .number span {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
  }

  .flow_list_number_contents>li .number .num {
    grid-column: 1 / 1;
    grid-row: 2 / 2;
    font-size: 300%;
  }

  .flow_list_number_contents>li .number .title {
    display: block;
    text-align: left;
    grid-column: 2 / 2;
    grid-row: 1 / 3;
    font-size: 150%;
  }
}

.flow_list_number_contents>li .title_area {
  padding: 6px 12px;
  margin-bottom: 15px;
  background: var(--base-color, #3ec759);
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  width: 100%;
}

.flow_list_number_contents>li .title_area span {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 80%;
  letter-spacing: 0em;
  font-weight: normal;
}

.flow_list_number_contents>li .title_area.sp {
  display: none;
}

@media (max-width: 599px) {
  .flow_list_number_contents>li .title_area {
    display: none;
  }

  .flow_list_number_contents>li .title_area.sp {
    display: block !important;
  }
}

.flow_list_number_contents>li .contents {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}

.flow_list_number_contents>li .contents.a_center {
  align-items: center;
}

.flow_list_number_contents>li .contents .picture,
.flow_list_number_contents>li .contents .textarea {
  width: 50%;
  padding: 60px 20px;
}

.flow_list_number_contents>li .contents .picture img {
  width: 100%;
  height: auto;
}

.flow_list_number_contents>li .contents .picture.contain {
  text-align: center;
}

.flow_list_number_contents>li .contents .picture.contain img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: auto;
}

/* スマホ用 .contents レイアウト調整 */
@media (max-width: 599px) {
  .flow_list_number_contents>li:after {
    /* display: none; */
    /* コメントされていたため未使用 */
  }

  .flow_list_number_contents>li .contents {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
  }

  .flow_list_number_contents>li .contents .picture,
  .flow_list_number_contents>li .contents .textarea {
    width: 100%;
    padding: 0 0;
  }

  .flow_list_number_contents>li .contents .textarea {
    padding: 1em 0 3em;
  }

  .flow_list_number_contents>li .contents .picture {
    padding: 2em 0 0;
  }
}


.btn_accordion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  width: 100%;
  padding: 0.9em 1.5em;
  border: 1px solid #3ec759;
  /* $base_color の代用 */
  border-radius: 999px;
  background-color: #3ec759;
  /* $base_color の代用 */
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  cursor: pointer;
}

.btn_accordion::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.btn_accordion:hover,
.btn_accordion:focus-visible {
  background-color: #36b953;
  /* darken($base_color, 5%)の代用 */
  box-shadow: 0 0 0 3px rgba(62, 199, 89, 0.2);
  outline: none;
}

.btn_accordion:focus:not(:focus-visible) {
  outline: none;
}

.btn_accordion.is-open::after {
  transform: rotate(-135deg);
}

.btn_accordion_wrap {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
  will-change: max-height;
}

.btn_accordion_wrap.is-open {
  opacity: 1;
  visibility: visible;
  margin-top: 1.5em;
}

.btn_accordion_wrap h2,
.btn_accordion_wrap h3 {
  color: #006a32;
  border-left: 5px solid #3ec759;
  /* $base_color の代用 */
  padding-left: 1em;
  margin: 1em 0;
}
#drawernav {
    display: block;
  background: #2ba252;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  color: #fff;
  z-index: 99998;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

#drawernav ul {
  list-style: none;
  padding: 0;
}

#drawernav ul:first-child {
  margin-top: 60px;
}

#drawernav ul li a {
  background: #2ba252;
  color: #fff;
  font-size: 1.3rem;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#drawernav ul li a:hover {
  color: #fff;
}

#drawernav ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 10px;
}

/* 子メニュー（画像アイコン前提） */
#drawernav li ul li a {
  font-size: 1.1rem;
  color: #fff;
  display: flex;                /* ← アイコンとテキストを横並びに */
  align-items: center;          /* 垂直センター */
  gap: 8px;                     /* アイコンと文字の間 */
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  background: #008eb6;
}

/* 子メニューの疑似要素は削除 */
#drawernav li ul li a:before {
  content: none; /* ← ここで無効化 */
}

/* 子メニュー内のアイコン画像 */
#drawernav li ul li a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); /* ← 初期白：背景が青のため */
  transition: filter 0.2s;
}

/* ホバー時のアイコン色（白のまま or 別色に可能） */
#drawernav li ul li a:hover img {
  filter: brightness(0) invert(1); /* 必要なら変更可能 */
}
/* --- 新しい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;
}
#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;
  }
}