@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
.ggmap {
  position: relative;
  padding-bottom: 24%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ggmap {
    padding-bottom: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 60%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents-wrap01 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap01 {
    margin-top: 53.33333px;
    margin-bottom: 53.33333px;
  }
}

.pankuzu + .contents-wrap01 {
  margin-top: calc(80px / 4);
}

@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap01 {
    margin-top: calc( 53.33333px / 4);
  }
}

.pankuzu + .contents-wrap02 {
  margin-top: calc(53.33333px / 4);
}

@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap02 {
    margin-top: calc(53.33333px / 4);
  }
}

.anchorList + .contents-wrap01 {
  margin-top: calc(80px / 3);
}

@media only screen and (max-width: 834px) {
  .anchorList + .contents-wrap01 {
    margin-top: calc( 53.33333px / 3);
  }
}

.anchorList + .contents-wrap02 {
  margin-top: calc(53.33333px / 4);
}

@media only screen and (max-width: 834px) {
  .anchorList + .contents-wrap02 {
    margin-top: calc(53.33333px / 4);
  }
}

.contents-wrap02 {
  margin-top: 53.33333px;
  margin-bottom: 53.33333px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap02 {
    margin-top: 35.55556px;
    margin-bottom: 35.55556px;
  }
}

.contents-wrap02 .contents-wrap02 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap02 .contents-wrap02 {
    margin-top: 26.66667px;
    margin-bottom: 26.66667px;
  }
}

.bg-wrap {
  background-size: cover;
  background-position: center;
}

.bg-wrap:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat {
  background-repeat: repeat;
}

.bg-wrap-repeat:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap01, .bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap02 {
  margin-top: 0;
}

.bg-wrap-repeat + .bg-wrap-repeat:before {
  display: none;
}

@-webkit-keyframes BGcolor {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes BGcolor {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes BGcolor2 {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

@keyframes BGcolor2 {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  98% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  98% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pcnone {
  display: none;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 300;
}

body {
  counter-reset: number 0;
  line-height: 1.5;
  font-weight: 300;
  color: #464646;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-size: 15px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.inner2 {
  margin: 0 auto;
  max-width: 1160px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  font-size: 15px;
  width: 100%;
  padding: 0 0 100px 0;
}

@media only screen and (max-width: 1000px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

.not-for-pc {
  display: none !important;
}

@media only screen and (max-width: 834px) {
  .not-for-pc {
    display: block !important;
  }
}

.inner1, #pagetop, #header_area, #nav_global ul {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner2 {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner3 {
  max-width: 740px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* title */
.midashi {
  display: block;
  width: 100%;
}

.midashi h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 50px;
  font-size: 3.125vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi h2 {
    font-size: 35px;
  }
}

.midashi h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi h2 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi h2 span {
    font-size: 18px;
  }
}

.midashi2 {
  display: block;
  width: 100%;
}

.midashi2 h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi2 h2 {
    font-size: 30px;
  }
}

.midashi2 h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h2 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi2 h2 span {
    font-size: 18px;
  }
}

.midashi3 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875vw;
}

@media only screen and (min-width: 1600px) {
  .midashi3 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi3 h2 {
    font-size: 20px;
  }
}

.midashi3 h2:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
  display: block;
  border-top: solid 1px #f6ed13;
  width: auto;
  height: 1px;
  z-index: 0;
}

.midashi3 span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 15px 0 0;
}

.midashi3 br {
  display: none !important;
}

.midashi4 h2 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background-image: url(../images/contents/midashi.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  background-size: contain;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h2 {
    font-size: 18px;
  }
}

.midashi4 h2 span {
  color: #0b51c2;
  display: block;
  font-size: 13px;
  font-size: 0.8125vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

.midashi4 h3 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h3 {
    font-size: 18px;
  }
}

.midashi5 {
  display: block;
  width: 100%;
}

.midashi5 h3 {
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h3 {
    font-size: 18px;
  }
}

.midashi5 h3 span {
  font-size: 16px;
  font-size: 1vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

.btn01 a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0.6em 2.4em;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.btn01 a i {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn01 a:before {
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  content: "";
  background: #fff;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.btn01 a:hover {
  opacity: 1;
  color: #79AA32 !important;
}

.btn01 a:hover:before {
  width: 100%;
}

.btn02 a {
  display: inline-block;
  padding: 0.8em 2.4em;
  border: 1px solid #C9E042;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  min-width: 280px;
  background: #fff;
  color: #C9E042 !important;
}

.btn02 a i {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn02 a:before {
  background: #C9E042;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.btn02 a:hover {
  opacity: 1;
  color: #fff !important;
  border-color: rgba(0, 143, 126, 0);
}

.btn02 a:hover:before {
  width: 100%;
}

.contactwrap {
  background: #f7f7f7;
  padding: 50px;
}

.policy a {
  color: #333;
}

.waku2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.waku2 .box {
  width: 48%;
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}

@media only screen and (max-width: 640px) {
  .waku2 .box {
    width: 100%;
    padding: 20px;
  }
}

.waku2 .box img {
  margin-bottom: 20px;
}

.waku2 .box h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .waku2 .box h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}

.member01 {
  padding: 5%;
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.gaiyou01 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.gaiyou01 .flxL {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .gaiyou01 .flxL {
    width: 100%;
  }
}

.gaiyou01 .flxR {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .gaiyou01 .flxR {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .comp2 dl {
    text-align: center;
    display: block !important;
  }
}

.comp2 dl dt {
  padding: 15px !important;
}

@media only screen and (max-width: 640px) {
  .comp2 dl dt {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
}

.comp2 dl dd {
  padding: 15px !important;
}

@media only screen and (max-width: 640px) {
  .comp2 dl dd {
    width: 100% !important;
  }
}

.comp2 dl a {
  color: #b2b2b2;
}

.faq_q {
  border: none !important;
  line-height: 1.2;
}

.faq_q > div {
  font-size: 16px;
  border-bottom: 1px #1b4996 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #1b4996;
  font-weight: bold;
  position: relative;
  padding-left: 3em !important;
}

.faq_q > div:before {
  content: "Q";
  display: block;
  background: #1b4996;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -3px;
}

.faq_a {
  border: none !important;
}

.faq_a > div {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #376eca solid;
  padding-bottom: 30px !important;
  position: relative;
  padding-left: 3em !important;
}

.faq_a > div:before {
  content: "A";
  display: block;
  background: #376eca;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -6px;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.waku {
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}

@media only screen and (max-width: 640px) {
  .waku {
    padding: 20px;
  }
}

.comp dl {
  border-bottom: 1px solid #ccc;
}

.comp dl:nth-child(1) {
  border-top: 1px solid #ccc;
}

.comp dl dt {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl dd {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl a {
  color: #b2b2b2;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.formtel td {
  font-size: 16px;
  border: 0 !important;
}

.formtel .tel2 div {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.formtel .tel2 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-title {
  border-left: 4px solid #79AA32;
  color: #333;
  font-weight: bold;
  padding-left: 8px;
  font-size: 18px;
  margin-top: 0.8em;
  letter-spacing: 0.1em;
}

.policy-trriger {
  color: #79AA32;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  line-height: 1.4;
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .policy-wrap {
    left: 0;
  }
}

.policy-wrap > div {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #79AA32;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .policy-wrap > div {
    width: 95%;
  }
}

.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #79AA32;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.policy p {
  margin: 10px 0 25px;
}

.policy-wrap {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.policy-wrap.active {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.policy-wrap.active > div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    overflow-y: scroll;
  }
}

.center {
  text-align: center;
}

.tel2 {
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .tel2 {
    pointer-events: all;
  }
}

.titlestyle-mainColor {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #79AA32;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
}

.titlestyle-assortColor {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #C9E042;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
}

.titlestyle-borderbottom h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  padding: 4px 8px;
  border-bottom: 1px solid #79AA32;
}

@media (max-width: 1200px) {
  .titlestyle-borderbottom h2 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.titlestyle-icon {
  font-size: 1.625rem;
  letter-spacing: 0.04em;
}

@media (max-width: 1200px) {
  .titlestyle-icon {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.titlestyle-icon h1, .titlestyle-icon h2, .titlestyle-icon h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 2px solid #79AA32;
  color: #79AA32;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Kosugi Maru", sans-serif;
}

.titlestyle-icon h1:before, .titlestyle-icon h2:before, .titlestyle-icon h3:before {
  color: #79AA32;
  margin-right: 6px;
  content: "\f06c";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-transform: translateX(-0.6em);
          transform: translateX(-0.6em);
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.titlestyle-icon.active h1:before, .titlestyle-icon.active h2:before, .titlestyle-icon.active h3:before {
  -webkit-transform: translateX(0em);
          transform: translateX(0em);
  opacity: 1;
}

.titlestyle-dot {
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.titlestyle-dot h2, .titlestyle-dot h3 {
  padding: 0.2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #79AA32;
  border-radius: 4px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titlestyle-dot h2:before, .titlestyle-dot h3:before {
  color: #fff;
  margin-right: 6px;
  content: "・";
  display: inline-block;
  font-weight: 500;
}

.titlestyleDeco01 h2, .titlestyleDeco01 h3 {
  padding: 8px 0 0;
  font-weight: 400;
  border-bottom: 3px #008F7E solid;
  font-size: 18px;
  color: #008F7E;
  background: url(../images/contents/title-illust.png) no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.title-border {
  -o-border-image: url(../images/contents/border.png) 0 0 6 0 round;
     border-image: url(../images/contents/border.png) 0 0 6 0 round;
  border-style: solid;
  border-width: 0 0 6px 0;
}

#pagetop {
  margin-left: auto;
  text-align: right;
}

@media screen and (max-width: 468px) {
  #pagetop {
    bottom: 0px;
  }
  #pagetop img {
    height: auto;
  }
}

.scrollIn {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.scrollIn.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.numberList {
  border: 2px solid #79AA32;
  counter-reset: number 0;
  background: url(../images/common/178978.png) no-repeat;
  background-position: bottom center;
}

.numberList ul {
  background: rgba(255, 255, 255, 0.7);
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.numberList ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none !important;
  font-size: 18px;
  font-weight: bold;
}

.numberList ul li:before {
  counter-increment: number 1;
  content: counter(number);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 4px double #fff;
  background: #79AA32;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  white-space: pre;
  line-height: 1;
  margin-right: 6px;
}

.decoBg {
  background: url("../images/contents/img_lady01.png") no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media only screen and (max-width: 834px) {
  .decoBg {
    background: none;
  }
}

.typeTable table .title {
  background: #ffe1b2;
}

.typeTable table .title div {
  font-weight: bold;
  font-size: 18px;
  color: #008F7E;
}

.typeTable table .title div:before {
  content: "\f330";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 4px;
}

.typeTable table .img div {
  line-height: 1.4;
}

.pickup {
  background: #fff !important;
}

.pickup h3 {
  margin-bottom: 12px;
  color: #008F7E;
  font-size: 1.625rem;
}

@media (max-width: 1200px) {
  .pickup h3 {
    font-size: calc(1.2875rem + 0.45vw) ;
  }
}

.pickup h3:before {
  content: "\f14a";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 4px;
}

.pickup div {
  font-size: 18px;
}

.telNoEvent {
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .telNoEvent {
    pointer-events: all;
  }
}

.not-for-pc {
  display: none;
}

@media only screen and (max-width: 834px) {
  .not-for-pc {
    display: block;
  }
}

.pankuzu {
  text-align: right;
  margin-top: 10px;
  margin-bottom: -10px;
  font-size: 13px;
}

@media only screen and (max-width: 834px) {
  .pankuzu {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.map ul li:last-child {
  display: none;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  letter-spacing: 1;
  color: #222;
}

@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 60px;
  }
}

#header_head {
  background: #edf1be;
  padding: 2px;
}

#header_head .inner1, #header_head #pagetop, #header_head #header_area, #header_head #nav_global ul, #nav_global #header_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  #header_head .inner1, #header_head #pagetop, #header_head #header_area, #header_head #nav_global ul, #nav_global #header_head ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#header_head span {
  font-weight: 200;
  font-size: 13px;
}

@media only screen and (max-width: 834px) {
  #header_head {
    padding: 4px 0px;
  }
}

#header_area {
  padding: 10px 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  #header_area #logo {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 834px) {
  .mainArea {
    border-bottom: 4px solid #edf1be;
  }
}

#nav_global {
  background: -webkit-gradient(linear, left top, left bottom, from(#8ec63c), to(#6e9636));
  background: linear-gradient(180deg, #8ec63c 0%, #6e9636 100%);
  position: relative;
}

#nav_global:after {
  position: absolute;
  top: 2px;
  height: 1px;
  background: #fff;
  width: 100%;
  left: 0;
  content: "";
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav_global ul li {
  padding: 7px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 25%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ec63c), to(#6e9636));
  background: linear-gradient(180deg, #8ec63c 0%, #6e9636 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#nav_global ul li:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#8ec63c), to(#6e9636));
  background: linear-gradient(0deg, #8ec63c 0%, #6e9636 100%);
}

#nav_global ul li a {
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Kosugi Maru", sans-serif;
}

#nav_global ul li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent 0%, #fff 100%);
}

#nav_global ul li:last-child:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent 0%, #fff 100%);
}

@media only screen and (max-width: 834px) {
  #nav_global ul li {
    background: none !important;
  }
  #nav_global ul li a {
    padding: 20px 0;
    width: 100%;
  }
  #nav_global ul li a br {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  #nav_global {
    background: none !important;
  }
}

#siteID a {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#siteID a .logoText-wrap {
  white-space: nowrap;
}

#siteID a .logoText-wrap span {
  line-height: 1.2;
  display: block;
}

#siteID a .logoText-wrap span:first-child {
  font-size: 0.875rem;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  #siteID a .logoText-wrap span:first-child {
    font-size: 12px;
    text-align-last: left;
  }
}

#siteID a .logoText-wrap span:last-child {
  font-size: 1.75rem;
  font-weight: 400;
  text-align-last: left;
}

@media (max-width: 1200px) {
  #siteID a .logoText-wrap span:last-child {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media only screen and (max-width: 834px) {
  #siteID a {
    width: 100% !important;
    min-width: 100% !important;
  }
}

#siteID .logoText-wrap {
  text-align-last: left;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}

@keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#global_header {
  background: #fff;
  z-index: 100;
}

@media only screen and (max-width: 834px) {
  #global_header {
    position: relative;
  }
}

@media only screen and (max-width: 834px) {
  #cushion {
    display: none;
  }
}

#header .inner .flxR nav > ul > li {
  position: relative;
}

#header .inner .flxR nav > ul > li a {
  cursor: pointer;
}

#header .inner .flxR nav > ul > li > ul {
  height: auto;
  background: #f0f0f0;
  position: absolute;
  top: 100%;
  right: 0;
  border: 0;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR nav > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header .inner .flxR nav > ul > li > ul li {
  width: 100%;
}

#header .inner .flxR nav > ul > li > ul li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR nav > ul > li > ul {
    background: transparent;
    position: relative;
  }
  #header .inner .flxR nav > ul > li > ul li a {
    height: auto;
  }
}

.global-menu-btn {
  display: none;
  text-align: center;
  font-size: 10px;
}

@media only screen and (max-width: 834px) {
  .global-menu-btn {
    z-index: 11;
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    line-height: 1;
  }
  .global-menu-btn::before {
    font-size: 2.4em;
    content: "\f0c9";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
  }
  .global-menu-btn i {
    margin-top: 3px;
    display: block;
    line-height: 1;
  }
}

.global-menu-close-btn {
  display: none;
}

@media only screen and (max-width: 834px) {
  .global-menu-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  }
  .global-menu-close-btn:before {
    content: "\f00d";
    line-height: 32px;
    font-family: "Font Awesome 5 pro";
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .global-menu-close-btn i {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  #hednav {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    margin: 0;
    background: #79AA32;
  }
  #hednav .wrapForSp {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #hednav .wrapForSp .navwrap {
    display: block !important;
    background: #fff;
    width: 75%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-240%);
    transform: translateX(-240%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  #hednav .wrapForSp .navwrap #hed_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  #hednav .wrapForSp .navwrap #hed_info .store1 p {
    background: #93c2d8;
  }
  #hednav .wrapForSp .navwrap #hed_info .store2 p {
    background: #a0c6d8;
  }
  #hednav .wrapForSp .navwrap #hed_info .hoverbtn {
    width: 50%;
    margin: 0 !important;
  }
  #hednav .wrapForSp .navwrap #hed_info .hoverbtn a {
    padding: 10px 0;
    font-weight: 300;
    font-size: 0.5rem !important;
    border: 0 !important;
    color: #fff !important;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #hednav .wrapForSp .navwrap #hed_info .hoverbtn a i {
    font-weight: 300;
    font-size: 1.5rem !important;
    margin: 0 0 5px 0 !important;
  }
  #hednav .wrapForSp .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
  }
  #hednav .wrapForSp .navwrap #nav_global > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li {
    position: relative;
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 56px;
    line-height: 1;
    height: 100%;
    color: #79AA32 !important;
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li > a::before {
    display: block;
    position: absolute;
    left: 15px !important;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    font-family: channel-icons;
    font-size: 1.7rem;
    font-family: "Font Awesome 5 pro";
    color: #79AA32;
    width: auto;
    height: auto;
    background: none;
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(1) > a::before {
    content: "\f80c";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(2) > a::before {
    content: "\f46b";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(3) a::before {
    left: 17px;
    content: "\f0f9";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(4) a::before {
    left: 10px;
    content: "\f0fa";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(5) a::before {
    left: 10px;
    content: "\f70c";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(6) a::before {
    left: 10px;
    content: "\f059";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(7) a::before {
    left: 10px;
    content: "\f086";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li:nth-child(8) a::before {
    left: 10px;
    content: "\f0e0";
  }
  #hednav .wrapForSp .navwrap #nav_global > ul > li > ul li a {
    background: #ecf3ff;
    border-top: 1px solid #fafafa;
    text-indent: 1.5em;
  }
}

@media only screen and (max-width: 640px) {
  #hed_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #hed_info .store1 {
    width: 50%;
  }
  #hed_info .store1 p {
    background: #93c2d8;
  }
  #hed_info .store2 {
    width: 50%;
  }
  #hed_info .store2 p {
    background: #a0c6d8;
  }
  #hed_info .store3 {
    width: 100% !important;
  }
  #hed_info .store3 p {
    background: #93c2d8;
  }
}

.MenuOpened {
  z-index: 13 !important;
}

.MenuOpened .global-menu-btn {
  z-index: 0;
}

.MenuOpened .wrapForSp {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.MenuOpened .wrapForSp .navwrap {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
}

.MenuOpened .wrapForSp .global-menu-close-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.owl-dots {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}

.owl-dot.active span {
  background: #008F7E !important;
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR .call-wrap {
    margin-bottom: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100% !important;
    position: fixed;
    bottom: 0;
    z-index: 12;
    right: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    max-width: 100% !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #header .inner .flxR .call-wrap > a, #header .inner .flxR .call-wrap > span {
    width: auto;
    margin: 0 10px;
  }
}

/*====================@footer=========================*/
#copy {
  background: #79AA32;
  padding: 8px 0;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  letter-spacing: 0em;
}

#copy small {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1200px;
  text-align: right;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 834px) {
  #copy small {
    text-align: center;
  }
}

footer#global_footer {
  background: none !important;
  min-width: 100%;
  letter-spacing: 0em;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

footer#global_footer .footer-inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer#global_footer .footer-inner > div {
  margin: 0 12px;
}

#footer_area {
  padding: 10px;
  background: #EDF1BE;
}

#footer_area a {
  color: #444;
  font-size: 13px;
}

#fixed-banner {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  border-top: 4px solid #aaa;
  padding: 16px 0 4px;
  width: 100%;
  background: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  z-index: 200;
  position: fixed;
  bottom: 0px;
  right: 0;
}

#fixed-banner .inner1, #fixed-banner #pagetop, #fixed-banner #header_area, #fixed-banner #nav_global ul, #nav_global #fixed-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fixed-banner .inner1 > div, #fixed-banner #pagetop > div, #fixed-banner #header_area > div, #fixed-banner #nav_global ul > div, #nav_global #fixed-banner ul > div {
  width: 50%;
}

#fixed-banner .inner1 > div:first-child span, #fixed-banner #pagetop > div:first-child span, #fixed-banner #header_area > div:first-child span, #fixed-banner #nav_global ul > div:first-child span, #nav_global #fixed-banner ul > div:first-child span {
  display: block;
  line-height: 1.2;
  font-weight: 900;
}

#fixed-banner .inner1 > div:first-child span:first-child, #fixed-banner #pagetop > div:first-child span:first-child, #fixed-banner #header_area > div:first-child span:first-child, #fixed-banner #nav_global ul > div:first-child span:first-child, #nav_global #fixed-banner ul > div:first-child span:first-child {
  font-size: 2rem;
  color: #333;
}

@media (max-width: 1200px) {
  #fixed-banner .inner1 > div:first-child span:first-child, #fixed-banner #pagetop > div:first-child span:first-child, #fixed-banner #header_area > div:first-child span:first-child, #fixed-banner #nav_global ul > div:first-child span:first-child, #nav_global #fixed-banner ul > div:first-child span:first-child {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

#fixed-banner .inner1 > div:first-child span:last-child, #fixed-banner #pagetop > div:first-child span:last-child, #fixed-banner #header_area > div:first-child span:last-child, #fixed-banner #nav_global ul > div:first-child span:last-child, #nav_global #fixed-banner ul > div:first-child span:last-child {
  font-size: 1.125rem;
  color: #d81e1e;
}

#fixed-banner .inner1 > div:last-child, #fixed-banner #pagetop > div:last-child, #fixed-banner #header_area > div:last-child, #fixed-banner #nav_global ul > div:last-child, #nav_global #fixed-banner ul > div:last-child {
  font-size: 2.5rem;
  color: #333 !important;
  letter-spacing: 0.04em;
  font-weight: 900;
}

@media (max-width: 1200px) {
  #fixed-banner .inner1 > div:last-child, #fixed-banner #pagetop > div:last-child, #fixed-banner #header_area > div:last-child, #fixed-banner #nav_global ul > div:last-child, #nav_global #fixed-banner ul > div:last-child {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

#fixed-banner .inner1 > div:last-child i, #fixed-banner #pagetop > div:last-child i, #fixed-banner #header_area > div:last-child i, #fixed-banner #nav_global ul > div:last-child i, #nav_global #fixed-banner ul > div:last-child i {
  font-size: 2rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (max-width: 1200px) {
  #fixed-banner .inner1 > div:last-child i, #fixed-banner #pagetop > div:last-child i, #fixed-banner #header_area > div:last-child i, #fixed-banner #nav_global ul > div:last-child i, #nav_global #fixed-banner ul > div:last-child i {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

#fixed-banner .inner1 > div:last-child .square, #fixed-banner #pagetop > div:last-child .square, #fixed-banner #header_area > div:last-child .square, #fixed-banner #nav_global ul > div:last-child .square, #nav_global #fixed-banner ul > div:last-child .square {
  margin-right: 4px;
  padding: 4px;
  background: #79AA32;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.125rem;
}

@media only screen and (max-width: 834px) {
  #fixed-banner .inner1, #fixed-banner #pagetop, #fixed-banner #header_area, #fixed-banner #nav_global ul, #nav_global #fixed-banner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #fixed-banner .inner1 > div:first-child, #fixed-banner #pagetop > div:first-child, #fixed-banner #header_area > div:first-child, #fixed-banner #nav_global ul > div:first-child, #nav_global #fixed-banner ul > div:first-child {
    display: none;
    margin-bottom: 12px;
  }
  #fixed-banner .inner1 > div:first-child span:last-child, #fixed-banner #pagetop > div:first-child span:last-child, #fixed-banner #header_area > div:first-child span:last-child, #fixed-banner #nav_global ul > div:first-child span:last-child, #nav_global #fixed-banner ul > div:first-child span:last-child {
    font-size: 16px;
  }
  #fixed-banner .inner1 > div, #fixed-banner #pagetop > div, #fixed-banner #header_area > div, #fixed-banner #nav_global ul > div, #nav_global #fixed-banner ul > div {
    width: auto;
  }
}

#fixed-banner .not-for-pc {
  line-height: 1.4;
  margin-right: 12px;
  padding: 6px 32px;
  border-radius: 5px;
  background: #79AA32;
  color: #fff !important;
  font-weight: bold;
}

#fixed-banner .not-for-pc a {
  color: #fff !important;
  font-weight: bold;
}

#fixed-banner .call a {
  color: #333;
  font-weight: 900;
}

@media only screen and (max-width: 834px) {
  #fixed-banner .call a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-contact {
  background: url("../images/acacia/bg01.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 80px 8px;
  border-bottom: 4px solid #79AA32;
}

.footer-contact .inner {
  padding: 80px 20px;
  max-width: 940px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 640px) {
  .footer-contact .inner {
    padding: 40px 16px;
  }
}

.footer-contact .inner h2 {
  font-size: 1.75rem;
  color: #464646;
  margin-bottom: 56px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .footer-contact .inner h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media only screen and (max-width: 640px) {
  .footer-contact .inner h2 {
    margin-bottom: 32px;
  }
}

.footer-contact .inner .text {
  color: #666;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 18px;
}

.footer-contact .inner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
}

.footer-contact .inner .btn a {
  width: calc(100% / 3);
  margin: 0 8px;
}

@media only screen and (max-width: 640px) {
  .footer-contact .inner .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-contact .inner .btn a {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contact .inner .btn a {
    margin-bottom: 8px;
  }
}

.gallery tbody {
  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;
}

.gallery tr {
  width: calc(100% / 5);
}

@media only screen and (max-width: 640px) {
  .gallery tr {
    width: calc(100% / 3);
  }
}

.gallery tr td {
  display: block;
  width: 100%;
  padding: 4px !important;
}

.gallery tr td a {
  display: block;
  width: 100%;
  position: relative;
}

.gallery tr td a:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.gallery tr td a img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

#contents_wrap {
  padding-bottom: 0 !important;
}

#contents {
  padding-bottom: 0;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
          transform: translate(-50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}

.bfarea:before {
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  width: 0;
  height: 0;
}

.bfarea.scrollin:before {
  width: 100%;
  height: 100%;
}

.media {
  max-width: 1200px;
  margin: 0 auto 120px;
}

@media only screen and (max-width: 1200px) {
  .media {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .media {
    margin: 0 auto 80px;
  }
}

.media .sns_list {
  border: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list {
    margin-left: -1.63934%;
  }
}

@media only screen and (max-width: 640px) {
  .media .sns_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.media .sns_list > div {
  border-bottom: 0;
  width: 18.36066%;
  height: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list > div {
    width: 18.36066%;
    margin-left: 1.63934%;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .media .sns_list > div {
    width: 48%;
    margin-left: 0;
  }
}

.media .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.media .sns_list > div .sns_photo a {
  display: block;
}

.media .sns_list > div .sns_photo img {
  height: 11.6666vw !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  display: block;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 1600px) {
  .media .sns_list > div .sns_photo img {
    height: 223.94px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .media .sns_list > div .sns_photo img {
    height: 20vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .media .sns_list > div .sns_photo img {
    height: 40vw !important;
  }
}

.media .sns_list > div .sns_text {
  display: none;
}

.main-img {
  -webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.5));
  position: relative;
}

#contents {
  background-color: #fff !important;
  max-width: 960px;
  margin: 0 auto;
}

#main {
  padding-top: 20px;
  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;
}

@media only screen and (max-width: 640px) {
  #main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main #col_main {
  float: none;
}

#col_side1 {
  margin-right: 20px;
  float: none;
  width: 240px;
  min-width: 240px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #col_side1 {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 640px) {
  #col_side1 {
    display: none;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

#col_side1 .banner {
  line-height: 0;
}

#col_side1 .sideWrap {
  background: #f6fcd1;
  padding: 20px;
  padding-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
}

#col_side1 address {
  color: #333;
  margin-bottom: 6px;
}

#col_side1 address dl dt {
  padding: 2px 0;
  font-size: 14px;
  font-weight: 500;
}

#col_side1 address dl dd {
  font-weight: 200;
  font-size: 14px;
}

#col_side1 address dl .inline {
  display: inline;
}

#col_side1 address dl dd.inline {
  margin-left: 4px;
}

.home-con02 h2:before {
  color: #79AA32;
  margin-right: 6px;
  content: "\f46b";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-transform: translateX(-0.6em);
          transform: translateX(-0.6em);
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.home-news h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.faqList td {
  border: none !important;
}

.faqList .question {
  padding: 2px 6px !important;
  border-radius: 8px;
  background: #79AA32;
  color: #fff;
  font-size: 20px;
  font-family: "Kosugi Maru", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faqList .question:before {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  margin-right: 0.3em;
  content: "Q";
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}

.voice-contents {
  border: 5px solid #79AA32;
  -o-border-image: url(../images/common/bg01.png) round 5;
     border-image: url(../images/common/bg01.png) round 5;
  border-radius: 8px;
  padding: 10px;
}

.voice-contents h2 {
  color: #79AA32;
  font-size: 18px;
  border-bottom: dashed 2px #79AA32;
}

.home-con1 .inner1 h2, .home-con1 #pagetop h2, .home-con1 #header_area h2, .home-con1 #nav_global ul h2, #nav_global .home-con1 ul h2 {
  background: #79AA32;
  color: #fff;
  display: inline-block;
  padding: 4px 32px;
}

.home-con1 .inner1 .bannerTable, .home-con1 #pagetop .bannerTable, .home-con1 #header_area .bannerTable, .home-con1 #nav_global ul .bannerTable, #nav_global .home-con1 ul .bannerTable {
  background: #fff;
  height: 100%;
  padding: 16px 0;
}

.home-con1 .inner1 .bannerTable table, .home-con1 #pagetop .bannerTable table, .home-con1 #header_area .bannerTable table, .home-con1 #nav_global ul .bannerTable table, #nav_global .home-con1 ul .bannerTable table {
  margin: 0 auto;
  max-width: 960px !important;
}

.home-con1 .inner1 .bannerTable td .inner, .home-con1 #pagetop .bannerTable td .inner, .home-con1 #header_area .bannerTable td .inner, .home-con1 #nav_global ul .bannerTable td .inner, #nav_global .home-con1 ul .bannerTable td .inner {
  margin-top: 8px;
  border-left: 3px solid #008F7E;
  line-height: 1.2;
  padding-left: 0.4em;
}

.home-con1 .inner1 .bannerTable td, .home-con1 #pagetop .bannerTable td, .home-con1 #header_area .bannerTable td, .home-con1 #nav_global ul .bannerTable td, #nav_global .home-con1 ul .bannerTable td {
  padding: 16px 10px !important;
  border: none;
}

.home-con3 .text img {
  margin-right: 24px !important;
}

@media only screen and (max-width: 640px) {
  .home-con3 .text img {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.serviceList .list {
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 10px;
  border: 3px solid #79AA32;
}

.serviceList .list.active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.serviceList .list img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  margin-right: 24px;
}

@media only screen and (max-width: 640px) {
  .serviceList .list img {
    margin: 0 auto;
  }
}

.serviceList .list h3 {
  color: #79AA32;
  font-size: 24px;
  font-weight: 500;
}

.serviceList .list .btnWrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serviceList .list .btnWrap a {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 8px;
  line-height: 1;
  display: block;
  color: #008F7E !important;
  border: 2px solid #008F7E;
  padding: 18px 8px;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.serviceList .list .btnWrap a:hover {
  background: #008F7E;
  color: #fff !important;
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .serviceList .list .btnWrap a {
    max-width: 100%;
  }
}

.home-con03 {
  background-size: cover;
  position: relative;
}

.home-con03 h2 {
  font-weight: 500;
  font-size: 1.25rem;
}

.home-con03 h2:first-letter {
  font-weight: 600;
  font-size: 1.875rem;
}

@media (max-width: 1200px) {
  .home-con03 h2:first-letter {
    font-size: calc(1.3125rem + 0.75vw) ;
  }
}

.home-con03 .inner3 {
  padding: 48px 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 4px solid #79AA32;
}

.home-con03 .inner3 > div {
  max-width: 500px;
  margin: 0 auto;
}

.home-con4 .inner1, .home-con4 #pagetop, .home-con4 #header_area, .home-con4 #nav_global ul, #nav_global .home-con4 ul {
  background: #fff;
}

.home-con4 .news_txt {
  padding: 0 24px 0 16px !important;
}

.home-con4 .news_txt tr {
  border-bottom: 1px dotted #aaa;
}

@media only screen and (max-width: 640px) {
  .home-con4 .news_txt tr {
    border-bottom: none;
  }
}

.banner-flex {
  padding: 0 24px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 640px) {
  .banner-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px;
  }
}

.banner-flex .box {
  position: relative;
  width: calc(33.33333333% - 16px);
  color: #fff;
  border-radius: 16px;
  padding: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 640px) {
  .banner-flex .box {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}

.banner-flex .box h2 {
  font-weight: bold;
  font-size: 18px;
  text-align: center !important;
  border-bottom: 4px dotted #fff;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 10px;
}

.banner-flex .box a {
  display: block;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 16px;
}

.banner-flex .box a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.banner-flex .box img {
  border-radius: 16px;
  width: 100% !important;
}

.banner-flex .box article {
  position: relative;
}

.banner-flex .box article > div {
  line-height: 1.4;
}

.banner-flex .box:hover {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}

.banner-flex .box:hover a {
  opacity: 1;
}

.banner-flex .box:nth-child(1) {
  background-color: #82e987;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
  transition-property: -webkit-filter, -webkit-transform;
  transition-property: filter, transform;
  transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.banner-flex .box:nth-child(2) {
  background-color: #6ec0f9;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0s, 0.23s;
          transition-delay: 0s, 0.23s;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
  transition-property: -webkit-filter, -webkit-transform;
  transition-property: filter, transform;
  transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.banner-flex .box:nth-child(3) {
  background-color: #ffa98f;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0s, 0.26s;
          transition-delay: 0s, 0.26s;
  -webkit-transition-property: -webkit-filter, -webkit-transform;
  transition-property: -webkit-filter, -webkit-transform;
  transition-property: filter, transform;
  transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.banner-flex.active .box:nth-child(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex.active .box:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex.active .box:nth-child(3) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex .box:before {
  content: "";
  background: url(../images/contents/pandaDeco01.png) no-repeat;
  display: block;
  width: 60%;
  padding-top: 60%;
  position: absolute;
  background-size: contain;
  bottom: -8px;
  right: 0;
  opacity: 0.06;
}

.counselling-wrap {
  border: 2px solid #79AA32;
  border-radius: 16px;
  background-color: #fffcee;
  background-image: url("../images/contents/flowerDeco01.png"), url("../images/contents/flowerDeco02.png");
  background-position: left bottom , right bottom;
  background-repeat: no-repeat,no-repeat,no-repeat;
}

.counselling-wrap .text {
  font-size: 20px;
}

.counselling-wrap .text h2 {
  font-family: "あんず文字";
  font-size: 2.25rem;
  color: #79AA32;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .counselling-wrap .text h2 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.counselling-wrap .btn-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.counselling-wrap .btn-wrap td {
  width: 50%;
}

.counselling-wrap .btn-wrap a {
  margin: 0 auto;
  background: #fff;
  border: 2px solid #79AA32;
  border-radius: 8px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #79AA32;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5rem;
  max-width: 320px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .counselling-wrap .btn-wrap a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.counselling-wrap .btn-wrap a small {
  font-size: 60%;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 640px) {
  .counselling-wrap .btn-wrap a {
    font-size: 1.25rem;
  }
}

.news-box {
  max-height: 140px;
  overflow-y: scroll;
}

.news-box .newsText {
  border-bottom: 1px dotted #aaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.serviceFlow table tr td {
  border: none;
}

.serviceFlow table tr .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #79AA32;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dashed #79AA32;
  padding: 4px 0 !important;
}

.serviceFlow table tr .title:before {
  counter-increment: number 1;
  content: counter(number);
  color: #fff;
  background: #79AA32;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  margin-right: 10px;
}

.serviceBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serviceBtn a {
  border: 2px dashed #79AA32;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 17px;
}

.serviceBtn a:before {
  content: "\f484";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #79AA32;
  margin-right: 4px;
  font-size: 22px;
}

.serviceBtn a:not(:first-child) {
  margin-left: 12px;
}

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

@media only screen and (max-width: 834px) {
  .banner-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-wrap .banner-table {
    width: calc(100%) !important;
    margin-bottom: 24px;
  }
}

.banner-wrap .banner-table {
  width: calc(50% - 16px);
  border-radius: 16px;
  padding: 16px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.banner-wrap .banner-table table {
  position: relative;
}

.banner-wrap .banner-table table a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.banner-wrap .banner-table table td {
  padding: 0 !important;
  border: none !important;
}

.banner-wrap .banner-table table td.img {
  width: 186px;
  padding-right: 16px;
}

.banner-wrap .banner-table table td.img img {
  border-radius: 16px;
}

.banner-wrap .banner-table table td.title {
  padding-left: 16px !important;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.banner-wrap .banner-table table td.title div {
  border-bottom: 4px dotted #fff;
}

.banner-wrap .banner-table table td.text {
  padding-left: 16px !important;
  line-height: 1.4;
  font-size: 15px;
}

.banner-wrap .banner-table .text {
  color: #fff;
}

.banner-wrap .banner-table:first-child {
  background: #ffb9a2;
}

.banner-wrap .banner-table:nth-child(2) {
  background: #74e179;
}

.banner-wrap .banner-table:hover {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}

.banner-wrap .banner-table:hover a {
  opacity: 1;
}

.h1txt {
  position: relative;
  height: 35vh;
  background-size: cover;
  background-position: 0 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h1txt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 640px) {
  .h1txt {
    height: 28vh;
  }
}

.h1txt h1 {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (max-width: 1200px) {
  .h1txt h1 {
    font-size: calc(1.425rem + 2.1vw) ;
  }
}

.h1txt h1:after {
  width: 48px;
  height: 2px;
  background: #fff;
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 10px;
}

.h1txt h1 small {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  margin-top: 4px;
  display: block;
  font-weight: bold;
}

.troble .suggest-text {
  padding: 0.6em 1em 0.6em;
}

.troble .suggest-text div {
  font-size: 20px;
  line-height: 1.6;
}

.troble .suggest-text:after {
  display: none;
}

.titlestyle01 {
  border-radius: 16px;
  border: 4px solid #e15c69;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #e15c69;
  line-height: 1.4;
}

.merti-list h3 {
  font-size: 24px;
  border-bottom: 2px dotted #333;
  margin-bottom: 4px;
  line-height: 1.2;
  padding-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .merti-list h3 {
    font-size: 20px;
  }
  .merti-list img {
    float: left !important;
    margin-right: 8px !important;
    max-width: 40% !important;
  }
}

.merti-list article > div {
  overflow: auto;
}

.flow-list {
  counter-reset: number 0;
  padding: 0 16px 0 0;
}

.flow-list ul li {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list ul li:nth-child(1):before {
  background: #fb8970;
}

.flow-list ul li:nth-child(2):before {
  background: #92d5b8;
}

.flow-list ul li:nth-child(3):before {
  background: #72cde7;
}

.flow-list ul li:nth-child(4):before {
  background: #a9ce14;
}

.flow-list ul li:nth-child(5):before {
  background: #fbb249;
}

.flow-list ul li:nth-child(6):before {
  background: #9f6255;
}

.flow-list ul li:nth-child(7):before {
  background: #8b6944;
}

.flow-list ul li:before {
  counter-increment: number 1;
  /* number カウンタを増加 */
  content: "STEP\a 0" counter(number);
  /* 表示形式を指定 */
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 12px double #fff;
  background: #79AA32;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  white-space: pre;
  line-height: 1;
}

.flow-list ul li article {
  padding-left: 8px;
}

.flow-list ul li article h2 {
  font-size: 20px;
  border-bottom: 2px dotted #aaa;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.flow-list ul li article > div {
  line-height: 1.2;
}

.fee01 .price {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ff7349;
}

@media (max-width: 1200px) {
  .fee01 .price {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.fee01 .term {
  background: #79AA32;
  color: #fff;
  padding: 0 0.4em;
}

.fee-table td {
  border: none;
}

.fee-table tr {
  border-bottom: 1px dotted #79AA32;
}

.fee-table .name {
  background: #ffe7e7;
  width: 240px;
}

#questionLink {
  margin-bottom: 32px;
}

#questionLink li {
  border-bottom: 1px dotted #79AA32;
  margin-bottom: 8px;
  padding-bottom: 4px;
  padding-left: 4px;
}

#questionLink li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #79AA32;
  margin-right: 4px;
  font-size: 22px;
}

#questionLink li a {
  color: #666;
}

.staff-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff-list .box {
  margin-bottom: 24px;
  border: 1px solid #aaa;
  position: relative;
  width: calc(50% - 8px);
}

.staff-list .box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.staff-list .box > div {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  padding: 10px 12px;
  font-size: 22px;
}

@media only screen and (max-width: 834px) {
  .staff-list .box > div {
    font-size: 1.125rem;
  }
}

.staff-list .box > div small {
  display: block;
}

.errorWrap .pan1 {
  text-align: right;
}

.errorWrap > div:last-child {
  margin-bottom: 80px;
}

@media only screen and (max-width: 834px) {
  .errorWrap > div:last-child {
    margin-bottom: 60px;
  }
}

.bannerFlex01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bannerFlex01 .box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  padding: 8px;
  margin-bottom: 16px;
  border: 2px solid #79AA32;
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bannerFlex01 .box a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bannerFlex01 .box > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.75rem;
  color: #79AA32;
  font-weight: 500;
  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;
}

@media (max-width: 1200px) {
  .bannerFlex01 .box > div {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.bannerFlex01 .box:after {
  height: 100%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #79AA32;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
}

.bannerFlex01.active .box {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (max-width: 640px) {
  .bannerFlex01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bannerFlex01 .box {
    width: 100%;
  }
}

.bannerFlex02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bannerFlex02 .box {
  height: 80px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  padding: 4px;
  margin-bottom: 16px;
  border: 2px solid #79AA32;
  width: calc(33% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bannerFlex02 .box a {
  font-size: 1.5rem;
  color: #79AA32;
  font-weight: 500;
}

.bannerFlex02 .box a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .bannerFlex02 .box a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.bannerFlex02 .box > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}

.bannerFlex02 .box:after {
  height: 100%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  background: #79AA32;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
}

.bannerFlex02.active .box {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (max-width: 640px) {
  .bannerFlex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bannerFlex02 .box {
    width: 100%;
  }
}

.bannerFlex02.center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.bannerFlex02.center .box {
  margin-left: 8px;
  margin-right: 8px;
}

.brandList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.brandList .box {
  width: 20%;
  margin-bottom: 12px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .brandList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brandList .box {
    width: calc(100% / 3);
  }
}

.news-title h2 {
  font-weight: 600;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .news-title h2 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.serviceListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.serviceListWrap:before, .serviceListWrap:after {
  content: "";
  width: calc(100% / 3 - 16px);
  height: 0;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.serviceListWrap .serviceList {
  width: calc(100% / 3 - 16px);
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #aaa;
  background: #fff;
}

.serviceListWrap .serviceList ul li:first-child {
  text-align: center !important;
}

.serviceListWrap .serviceList ul li:first-child img {
  max-width: 180px;
  margin-bottom: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}

.serviceListWrap .serviceList ul li:not(:first-child) {
  color: #444;
  border-bottom: 1px dotted #008F7E;
  padding-bottom: 2px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}

.serviceListWrap .serviceList ul li:not(:first-child):before {
  color: #008F7E;
  margin-right: 4px;
  content: "\f14a";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

@media only screen and (max-width: 834px) {
  .serviceListWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .serviceListWrap:before, .serviceListWrap:after {
    content: "";
    width: calc(100% / 2 - 8px);
    height: 0;
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .serviceListWrap .serviceList {
    width: calc(100% / 2 - 8px);
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 640px) {
  .serviceListWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .serviceListWrap:before, .serviceListWrap:after {
    content: "";
    width: calc(100%);
    height: 0;
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .serviceListWrap .serviceList {
    width: calc(100%);
    margin-bottom: 8px;
  }
}

.priceTableWrap .priceTable.title {
  background: #88aa00;
}

.priceTableWrap .priceTable.title td {
  text-align: center !important;
}

.priceTableWrap .priceTable.title td div {
  color: #ffffff;
  font-weight: 500;
}

.priceTableWrap .priceTable:not(.title) td.serviceName {
  color: #3d4813;
  background: #eeffac;
  text-align: center !important;
}

.priceTableWrap .priceTable:not(.title) td.serviceName div {
  font-weight: 500 !important;
}

.priceTableWrap .priceTable .serviceName {
  width: 20%;
}

.priceTableWrap .priceTable .serviceDetail {
  width: 40%;
}

.priceTableWrap .priceTable .servicePrice {
  width: 20%;
}

.priceTableWrap .priceTable .serviceTotal {
  width: 20%;
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .priceTableWrap {
    font-size: 14px;
  }
}

.priceTableWrap2 .priceTable.title {
  background: #a2e8ff;
}

.priceTableWrap2 .priceTable.title td {
  text-align: center !important;
}

.priceTableWrap2 .priceTable.title td div {
  font-weight: 500;
}

.priceTableWrap2 .priceTable:not(.title) td.serviceName {
  background: #f1fcff;
  text-align: center !important;
}

.priceTableWrap2 .priceTable:not(.title) td.serviceName div {
  font-weight: 500 !important;
}

.priceTableWrap2 .priceTable .serviceName {
  width: 20%;
}

.priceTableWrap2 .priceTable .serviceDetail {
  width: 24%;
}

.priceTableWrap2 .priceTable .servicePrice {
  width: 11.5%;
}

.priceTableWrap2 .priceTable .serviceTotal {
  width: 11.5%;
  text-align: center !important;
}

.priceTableWrap2 .priceTable .parts {
  width: 11.5%;
  text-align: center !important;
}

.priceTableWrap2 .priceTable .visitFee {
  width: 11.5%;
}

.warning {
  color: #333;
  border: 2px solid #79AA32;
  background: #aaa;
  padding: 12px;
  font-size: 15px;
}

.BFTable .title {
  background: #79AA32;
  color: #fff;
  font-weight: bold;
}

.BFTable td {
  border: none;
}

.BFTable .arrow {
  min-width: 60px;
  font-size: 3.5rem;
}

@media (max-width: 1200px) {
  .BFTable .arrow {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

.BFTable .arrow div {
  line-height: 1;
  color: #008F7E;
}

@media only screen and (max-width: 640px) {
  .BFTable .arrow {
    padding: 0 !important;
  }
  .BFTable .arrow div {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.BFTable .after {
  font-size: 1.2em;
}

.BFTable .after div {
  color: #293d86;
  font-weight: bold;
}

.BFTable img {
  max-width: 240px !important;
}

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

.productWrap .productTable {
  width: calc(100% / 3 - 10px);
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 8px;
}

.productWrap .productTable td {
  border: none;
  padding: 0 !important;
}

.productWrap .productTable .img {
  overflow: hidden;
  text-align: center !important;
  position: relative;
}

.productWrap .productTable .img:before {
  content: "";
  padding-top: 64%;
  display: block;
}

.productWrap .productTable .img img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.productWrap .productTable .name div {
  color: #444;
  font-weight: bold;
  font-size: 1.25rem;
}

.productWrap .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.productWrap .productTable .feat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productWrap .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}

.productWrap .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
}

.productWrap .productTable .price div {
  line-height: 1.2;
  font-size: 1.2em;
}

@media only screen and (max-width: 834px) {
  .productWrap .productTable {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap .productTable {
    width: calc(100% / 2 - 4px);
    padding: 8px 4px;
  }
}

.productWrap:before, .productWrap:after {
  content: "";
  width: calc(100% / 3 - 10px);
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 834px) {
  .productWrap:before, .productWrap:after {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap:before, .productWrap:after {
    width: calc(100% / 2 - 4px);
  }
}

.productWrap2 .productTable {
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 16px 8px;
}

.productWrap2 .productTable td {
  border: none;
  padding: 0 !important;
}

.productWrap2 .productTable .img {
  padding: 10px !important;
  width: 33%;
  overflow: hidden;
  text-align: center !important;
  position: relative;
}

.productWrap2 .productTable .img img {
  margin: auto;
  width: 100%;
}

.productWrap2 .productTable .name div {
  color: #79AA32;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .productWrap2 .productTable .name div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.productWrap2 .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.productWrap2 .productTable .feat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productWrap2 .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}

.productWrap2 .productTable .feat b + br {
  display: none;
}

.productWrap2 .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
}

.productWrap2 .productTable .price {
  height: 100%;
  vertical-align: top !important;
}

.productWrap2 .productTable .price div {
  line-height: 1.2;
  font-size: 1.2em;
}

.productWrap2:before, .productWrap2:after {
  content: "";
  width: calc(100% / 3 - 10px);
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 834px) {
  .productWrap2:before, .productWrap2:after {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .productWrap2:before, .productWrap2:after {
    width: calc(100% / 2 - 4px);
  }
}

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

.brandListWrap .productTable {
  width: calc(100% / 3 - 10px);
  margin-bottom: 10px;
  border: 1px solid #aaa;
  padding: 12px 8px;
}

.brandListWrap .productTable td {
  border: none;
  padding: 0 !important;
}

.brandListWrap .productTable .place {
  background: #79AA32;
}

.brandListWrap .productTable .place div {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.4em 0;
  letter-spacing: 0.2em;
}

.brandListWrap .productTable .brand > div {
  display: none;
}

.brandListWrap .productTable .img {
  overflow: hidden;
  text-align: center !important;
  position: relative;
}

.brandListWrap .productTable .img:before {
  content: "";
  padding-top: 64%;
  display: block;
}

.brandListWrap .productTable .img img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.brandListWrap .productTable .name div {
  color: #79AA32;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .brandListWrap .productTable .name div {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.brandListWrap .productTable .feat {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.brandListWrap .productTable .feat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brandListWrap .productTable .feat b {
  background: #ffa10c;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}

.brandListWrap .productTable .smallPrice div {
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

.brandListWrap .productTable .price-text {
  font-size: 1.2em;
  line-height: 1.2;
}

.brandListWrap .productTable .price div {
  color: #ff0a0a;
  line-height: 1.2;
  font-size: 1.4em;
  font-weight: bold;
}

.brandListWrap .productTable .price div:after {
  content: "(税別)";
  font-weight: normal;
  font-size: 0.8em;
}

@media only screen and (max-width: 834px) {
  .brandListWrap .productTable {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .brandListWrap .productTable {
    width: calc(100% / 2 - 4px);
    padding: 8px 4px;
  }
}

.brandListWrap:before, .brandListWrap:after {
  content: "";
  width: calc(100% / 3 - 10px);
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 834px) {
  .brandListWrap:before, .brandListWrap:after {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .brandListWrap:before, .brandListWrap:after {
    width: calc(100% / 2 - 4px);
  }
}

.brandListWrap .tel2 img {
  margin: 12px auto;
}

.BtnWrap_brandList {
  background: #f0f0f0;
}

.BtnWrap_brandList #placeBtn, .BtnWrap_brandList #brandBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.BtnWrap_brandList .btn {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  border: #79AA32 1px solid;
  color: #79AA32;
  text-align: center;
  padding: 0.4em;
  min-width: 140px;
  margin: 0.4em;
}

.BtnWrap_brandList .btn.active {
  background: #79AA32;
  color: #fff;
}

.selectTable table {
  font-size: 15px;
}

.selectTable table td {
  padding: 4px !important;
}

.selectTable table td small {
  line-height: 1.4;
  display: block;
}

.selectTable table .text {
  border: none;
  padding: 0px !important;
}

.selectTable table .text > div {
  padding: 8px !important;
  background: #c4f2ff;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 500;
}

.selectTable table .text > div h3 {
  display: inline-block;
  width: 100%;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin-bottom: 8px;
  background-color: #79AA32;
}

.selectTable table .img {
  padding: 8px !important;
  width: 54px;
}

.selectTable table .img img {
  width: 100% !important;
}

.selectTable table .total div {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}

.selectTable table .discount {
  color: #ff0a0a;
}

.worksTable table {
  border: 1px solid #aaa;
}

.worksTable h2 {
  color: #fff;
  background-color: #79AA32;
  padding: 0.2em;
  font-size: 1.125rem;
  margin-bottom: 0.2em;
}

.worksTable td {
  border: none !important;
}

.worksTable .img {
  width: 33%;
}

.BGdecoration01 {
  position: relative;
}

.BGdecoration01 #pinkBG {
  position: absolute;
  width: 120%;
  height: 80px;
  left: -10%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #008F7E), color-stop(50%, white), to(white));
  background: linear-gradient(90deg, #008F7E 50%, white 50%, white 100%);
  background-size: 240%;
  background-position: 0%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: BGcolor2 2s forwards;
          animation: BGcolor2 2s forwards;
}

.BGdecoration01 #greenBG {
  position: absolute;
  width: 120%;
  height: 50vh;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  left: -10%;
  background: linear-gradient(94deg, white 50%, #79AA32 50%, #79AA32 100%);
  background-size: 240%;
  background-position: 0%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: BGcolor 1s forwards;
          animation: BGcolor 1s forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  /* top: 80px; */
}

@media only screen and (max-width: 834px) {
  .BGdecoration01 #greenBG {
    height: 34vh;
  }
}

.BGdecoration02 {
  position: relative;
}

.BGdecoration02 #pinkBG {
  position: absolute;
  width: 120%;
  height: 40vh;
  left: -10%;
  top: 44vh;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #008F7E), color-stop(50%, white), to(white));
  background: linear-gradient(90deg, #008F7E 50%, white 50%, white 100%);
  background-size: 240%;
  background-position: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.BGdecoration02 #pinkBG.active {
  -webkit-animation: BGcolor2 0.8s forwards;
          animation: BGcolor2 0.8s forwards;
}

.BGdecoration02 #greenBG {
  position: absolute;
  width: 120%;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  height: 80vh;
  left: -10%;
  top: 4vmin;
  background: linear-gradient(94deg, white 50%, #79AA32 50%, #79AA32 100%);
  background-size: 240%;
  background-position: 0%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* top: 80px; */
}

@media only screen and (max-width: 640px) {
  .BGdecoration02 #greenBG {
    height: 72vh;
  }
}

.BGdecoration02 #greenBG.active {
  -webkit-animation: BGcolor 0.8s forwards;
          animation: BGcolor 0.8s forwards;
}

.banner-list {
  -webkit-filter: drop-shadow(0 6px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 6px 2px rgba(0, 0, 0, 0.4));
}

.recycleMark {
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recycleMark img {
  max-width: 280px;
  margin: 0 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
  -webkit-animation: spin 3s infinite,fadeIn 1.6s forwards;
          animation: spin 3s infinite,fadeIn 1.6s forwards;
}

.jissekiList table tr {
  border-bottom: 1px dotted #aaa;
}

.jissekiList table tr td {
  padding: 8px 10px !important;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #0a184c;
}

.jissekiList table tr td:before {
  margin-right: 8px;
  display: block;
  z-index: 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  font-family: channel-icons;
  font-size: 1.7rem;
  font-family: "Font Awesome 5 pro";
  color: #79AA32;
  content: "\f4fc";
}
/*# sourceMappingURL=assets.css.map */