@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "NotoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.9;
  font-weight: 300 !important;
  letter-spacing: 0.8 !important;
  color: #292929;
  font-family: "NotoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  word-wrap: break-word;
  height: 100% !important;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

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, b, 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: 600;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner1000 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px;
  padding-left: 0px;
}
.pankuzu a {
  color: #ef8519 !important;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy a {
  color: #62af0e !important;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0;
}

.tlauto table {
  table-layout: auto;
}

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%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) 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;
  }
}

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック", 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;
  }
}
/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 33%;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 300px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}
.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

.pankuzu {
  margin: 0 auto;
  padding-top: 5px;
}
.pankuzu a {
  color: #ef8519 !important;
}

section div.form_wrap.error {
  background: #448225 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column;
    width: 100%;
  }
}

.blog_date {
  padding-right: 20px;
  font-size: 15px;
  color: #333 !important;
}

.blog_list h3 {
  font-size: 15px !important;
  width: 25%;
}
@media screen and (max-width: 834px) {
  .blog_list h3 {
    width: 100%;
  }
}
.blog_list h3 a {
  color: #e1780d !important;
}

.blog_list .detail {
  font-size: 15px !important;
  margin-top: 0px !important;
  padding-left: 30px;
  width: 65%;
}
@media screen and (max-width: 640px) {
  .blog_list .detail {
    width: 100%;
    padding-left: 0px;
  }
}

.blog h3 {
  background-color: #ef8519;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  margin-top: 20px;
}

.pages li a {
  padding: 10px 10px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 1px 4px #ddd;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #da7004 !important;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

.blog article {
  width: 100%;
}

.blog #contents {
  display: flex;
  width: 100%;
  margin: 0 auto !important;
}
.blog a {
  color: #ef8519 !important;
  padding: 0 20px;
}
.blog a:hover {
  text-decoration: underline;
  text-decoration-color: #ef8519;
}

.detail {
  margin-bottom: 80px;
}
.detail a {
  color: #ef8519 !important;
  background-color: #fff !important;
  text-decoration: underline;
  text-decoration-color: #ef8519;
  padding: 0px !important;
}

.category li a {
  padding: 10px 10px;
  background-color: #ffe4b2;
  -webkit-box-shadow: 0 1px 4px #ddd;
  box-shadow: 0 1px 4px #ccc;
  border-radius: 4px;
  display: block;
  color: #d86d00 !important;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
}

.blog h1 {
  color: #563618;
  padding: 10px 0 10px 10px;
  font-size: 30px !important;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px dashed #c5bdbd;
  border-left: 5px solid #ef8519;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.blog .pages a {
  color: #333 !important;
}
.blog #contents {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
    padding: 0 8px !important;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list > div {
    flex-direction: column-reverse !important;
  }
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 250px;
  min-height: 250px;
  width: 100%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 50px;
  max-width: 1000px;
}
.scroll a {
  color: #037110 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 95%;
    max-height: 200px;
    min-height: 200px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 95%;
    margin-bottom: 40px;
    max-height: 400px;
    min-height: 400px;
  }
}

@media screen and (max-width: 834px) {
  .detail {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .blog p {
    width: 90% !important;
    margin: 0 auto;
  }
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.form_wrap {
  border: 1px solid #d5d5d5 !important;
  width: 90%;
}

.form_wrap dl dt label {
  color: #fff !important;
  background-color: #ff0000;
  font-size: 12px !important;
  padding: 0 10px !important;
}

.form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: none !important;
  width: 100% !important;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
  }
}

.form_wrap dl {
  border-bottom: none !important;
  padding: 10px !important;
  border-bottom: 1px solid #d5d5d5 !important;
}
@media screen and (max-width: 834px) {
  .form_wrap dl {
    padding: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .form_wrap dl {
    flex-direction: column;
  }
}

.form_wrap dl dt {
  border: none !important;
  border-right: none;
  background-color: #fff !important;
  border-bottom: none;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 30% !important;
  }
}

div.blog_list div.blog_date {
  color: #4c3e30 !important;
}

.blog_list {
  border: none !important;
  width: 100%;
  margin: 0 auto;
}
.blog_list > div {
  display: flex;
  flex-direction: row-reverse;
}
.blog_list .detail {
  font-size: 15px !important;
  margin-top: 0px !important;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .blog_list .detail {
    margin-left: 0px;
  }
}

.blog_list div.blog_text {
  width: 90%;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
  display: flex !important;
}
@media screen and (max-width: 640px) {
  .blog_list div.blog_text {
    flex-direction: column;
    width: 100%;
  }
}

/* a:hover, a:active {
    color: #62af0e!important;
}

a:visited {
    color: #62af0e!important;
}
a:link {
    color: #62af0e!important;
} */
section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

.scroll .form_wrap {
  border: none !important;
}

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#header {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #header {
    text-align: center;
    border-top: none;
  }
}
#header h1 {
  padding-bottom: 5px !important;
}
#header:before {
  background: url(../images/common/header_left.png);
}

.header_container {
  top: 0;
  width: 100%;
  padding: 5px 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 1110px) {
  .header_container {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    flex-direction: column;
    left: 0;
    width: 100%;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    flex-wrap: nowrap;
  }
}
.header_container .h_logo {
  position: absolute;
  width: 80%;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 10px;
    width: 50%;
    z-index: 9999;
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    position: absolute;
    top: -48px;
    left: -17px;
    padding-top: 10px;
    width: 30%;
    position: fixed;
    z-index: 9 !important;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo {
    position: absolute;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1110px) {
  .header_container .h_logo img {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo img {
    position: absolute;
    top: 5px;
    left: 20px;
    padding-top: 10px;
    width: 32%;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo img {
    position: absolute;
    top: 6px;
    left: 10px;
    padding-top: 10px;
    width: 50%;
    position: fixed;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo img {
    width: 50%;
  }
}
.header_container .col_01 {
  width: 37%;
  position: relative;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1190px) {
  .header_container .col_01 {
    width: 30%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    position: relative;
    padding: 0px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
    width: 0%;
  }
}

.time {
  display: flex;
}
.time .sub {
  background-color: #fcf700;
  font-size: 13px;
}

.tel01 {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
}
.tel01 .ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .tel01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .tel01 {
    font-size: 25px;
    margin-right: 20px;
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  .tel01 {
    font-size: 17px;
  }
}
.tel01 a {
  color: #333 !important;
}

.fa-tty {
  padding-right: 5px;
  color: #e1940e;
}
@media screen and (max-width: 640px) {
  .fa-tty {
    padding-right: 2px;
  }
}

.col_02 {
  width: 100%;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #6fba2c;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}
@media screen and (max-width: 834px) {
  .col_02 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .col_02 {
    display: none;
  }
}

#header {
  text-align: center;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}
#header:before {
  background: url(../images/common/header_left.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 232px;
  /*画像の幅*/
  height: 109px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 834px) {
  #header:before {
    display: none;
  }
}
#header:after {
  background: url(../images/common/header_right.png);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 232px;
  /*画像の幅*/
  height: 109px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  right: 0;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 834px) {
  #header:after {
    display: none;
  }
}

@media only screen and (max-width: 1160px) {
  .mail {
    width: 26%;
  }
}
@media screen and (max-width: 834px) {
  .mail {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .mail {
    width: 45%;
  }
}

.erea {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d7d7d7;
  margin-right: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .erea {
    border-right: none !important;
    flex-direction: row;
    margin-right: 0px;
    padding-right: 0px;
    align-items: center;
  }
}
.erea .ttl {
  background-color: #fcf700;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .erea .ttl {
    margin-right: 20px;
    padding: 0 20px;
  }
}
.erea .txt {
  font-size: 13px;
}
.erea .txt span {
  font-size: 19px;
}

.addbox {
  display: flex;
}
@media screen and (max-width: 640px) {
  .addbox {
    justify-content: space-between;
  }
}

.info {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  width: 65%;
}
@media only screen and (max-width: 1160px) {
  .info {
    width: 70%;
  }
}
@media screen and (max-width: 834px) {
  .info {
    position: absolute;
    top: 8%;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 704px) {
  .info {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .info {
    position: absolute;
    top: 1%;
    z-index: 1;
    position: static;
    right: 0%;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    flex-direction: column;
  }
}
.info .time {
  text-align: left;
  line-height: 20px;
  font-size: 15px;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .info .time {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .info .time {
    font-size: 10px;
  }
}

#nav_global {
  font-size: 14px;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 999 !important;
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
  border-right: 1px dotted #95d25f;
  font-size: 18px;
}
#nav_global ul li:nth-child(1) {
  border-left: 1px dotted #95d25f;
}
#nav_global ul li a {
  display: block;
  font-weight: 900;
  padding: 1px 0 !important;
  color: #fff !important;
}
#nav_global ul li a:hover {
  transition: 0.6s;
  color: #ff8d00 !important;
}
@media only screen and (max-width: 1076px) {
  #nav_global ul li {
    font-size: 15px;
  }
}
#nav_global ul li ul {
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #3c8b65;
  text-align: center;
  width: 100%;
  padding: 0px;
}
#nav_global ul li ul li {
  border-bottom: 1px solid #ddd;
  text-align: center;
  width: 100%;
  padding: 10px;
}
#nav_global ul li ul li a:after {
  display: none !important;
}
#nav_global ul li ul li a {
  display: block;
  padding: 20px 0px;
  font-size: 12px;
  color: #fff !important;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
  color: #ef8519 !important;
}

#mainArea {
  position: relative;
  margin-top: s5px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-top: 97px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    height: auto;
    margin-top: 3px;
  }
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    max-height: 500px;
    min-height: 178px;
    width: 500px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  #mainArea img {
    min-height: 157px;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #6fba2c !important;
}

.mean-container a.meanmenu-reveal {
  color: #6fba2c !important;
  top: 10px !important;
  padding: 7px 13px 15px 13px !important;
}

.mean-container .mean-bar {
  background: #fff !important;
  position: fixed !important;
  z-index: 9 !important;
  padding: 0px 0 !important;
  top: 0 !important;
}

.mean-container .mean-nav {
  background: #529c0f !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #1a774a !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  height: auto !important;
  z-index: 999 !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #004624 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 15px 5% !important;
  z-index: 999 !important;
  text-align: center !important;
  line-height: inherit !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
}

#global_footer {
  position: relative;
  background-size: cover;
  bottom: 0 !important;
  min-width: 0px !important;
  background-color: #fff !important;
  border-top: 1px solid #c3c3c3;
  top: 100px !important;
  background: url(../images/common/footer.png);
  background-size: cover;
}
@media screen and (max-width: 834px) {
  #global_footer {
    background: none;
  }
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
    top: 50px !important;
    background: none;
  }
}

#footer {
  padding: 20px;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 0px 0px;
    margin-top: 10px;
  }
}
#footer .inner {
  position: relative;
  padding: 0px 0;
}
@media screen and (max-width: 834px) {
  #footer .inner {
    padding: 0px;
  }
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#footer .inner .footer_container .col_001 {
  padding: 10px;
  color: #333;
  display: flex;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  #footer .inner .footer_container .col_001 {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
  }
}
#footer .inner .footer_container .col_001 .f_logo {
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .f_logo {
    width: 70%;
  }
}
#footer .inner .footer_container .col_001 .f_logo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 100%;
  }
}
#footer .inner .footer_container .col_2 {
  display: flex;
  margin-top: 10px;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 {
    width: 0%;
  }
}
#footer .inner .footer_container .col_2 .nav_footer {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_2 .nav_footer {
    display: none;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li {
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li a {
  color: #352c21 !important;
  display: flex;
  font-family: "NotoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
}
#footer .inner .footer_container .col_2 .nav_footer li a:hover {
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
  }
}
#footer .ttl02 {
  font-size: 15px;
  font-weight: bold;
}
#footer .add {
  color: #472a0d !important;
  font-family: "NotoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
  text-align: center;
}

.fa-facebook-square {
  font-size: 30px;
  color: #3C5A99;
}

.fa-twitter-square {
  font-size: 30px;
  color: #1DA1F2;
}

.fa-instagram {
  font-size: 30px;
  color: #CF2E92;
}

#copyright {
  text-align: center;
  padding-bottom: 0px;
  background-color: #6fba2c;
  color: #fff;
}

#pagetop {
  position: absolute;
  right: 5%;
  bottom: 0%;
  position: fixed;
}

/*-----------------------------------------------------------------------------------------*/
/*-------------------- home --------------------*/
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

/*-------------------- ご挨拶 --------------------*/
.cont_1 {
  background: url(../images/home/bg_pt.png.png);
  background-repeat: repeat;
  position: relative;
  background-attachment: fixed;
  height: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .cont_1 {
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 {
    flex-wrap: wrap !important;
    background-size: contain;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .inner {
    padding: 0px 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .inner {
    padding: 0px 20px !important;
  }
}
.cont_1 h1 {
  background-color: #6fba2c;
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  line-height: 130px;
}
@media only screen and (max-width: 1110px) {
  .cont_1 h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 h1 {
    line-height: 50px;
    font-size: 27px;
  }
}
.cont_1 span {
  color: #fdff00;
  font-size: 110px;
}
@media only screen and (max-width: 1110px) {
  .cont_1 span {
    font-size: 45px;
  }
}
.cont_1 .sm {
  font-size: 52px;
}
@media only screen and (max-width: 1110px) {
  .cont_1 .sm {
    font-size: 35px;
  }
}

.reason {
  border: 4px solid #6fba2c;
  background-color: #fff !important;
  margin-top: 100px;
  background: url(../images/home/point1_img.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 1110px) {
  .reason {
    margin: 50px 20px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .reason {
    background: none;
  }
}
.reason .box {
  display: flex;
}
.reason .box article {
  display: flex;
  align-items: center;
}
.reason .box:first-child {
  display: block;
  position: relative;
  margin: 15px 0 15px -46px;
  padding: 10px 0;
  background-color: transparent;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .reason .box:first-child {
    width: auto;
  }
}
.reason .box:first-child article {
  position: relative;
}
.reason .box:first-child article h2 {
  font-size: 54px;
  color: #089318;
  font-weight: bold;
  background: linear-gradient(transparent 65%, #fdff00 65%);
  margin-left: 250px;
  line-height: 73px;
  display: inline-block;
}
@media only screen and (max-width: 1110px) {
  .reason .box:first-child article h2 {
    font-size: 30px;
    margin-left: 200px;
  }
}
@media screen and (max-width: 640px) {
  .reason .box:first-child article h2 {
    margin-left: 100px;
    font-size: 20px;
    line-height: 42px;
  }
}
.reason p {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 20px !important;
  margin: 0 0 0 -20px;
  width: calc(15% + 20px);
  color: #fdff00;
  background: #6fba2c;
  margin: 0;
  font-size: 50px;
  margin-left: 12px;
}
@media only screen and (max-width: 1110px) {
  .reason p {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .reason p {
    font-size: 17px;
    width: calc(16% + 40px);
  }
}
.reason p:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 47px 15px 47px 9px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media only screen and (max-width: 1110px) {
  .reason p:after {
    border-width: 30px 15px 47px 9px;
  }
}
@media screen and (max-width: 640px) {
  .reason p:after {
    border-width: 15px 11px 22px 5px;
  }
}
.reason .box:last-child {
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .reason .box:last-child {
    padding: 15px;
  }
}

.reason2 {
  border: 4px solid #6fba2c;
  background-color: #fff !important;
  margin-top: 50px;
  background: url(../images/home/point2_img.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 1110px) {
  .reason2 {
    margin: 50px 20px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .reason2 {
    background: none;
  }
}
.reason2 .box {
  display: flex;
}
.reason2 .box article {
  display: flex;
}
.reason2 .box:first-child {
  display: block;
  position: relative;
  margin: 15px 0 15px -46px;
  padding: 10px 0;
  background-color: transparent;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .reason2 .box:first-child {
    width: auto;
  }
}
.reason2 .box:first-child article {
  position: relative;
}
.reason2 .box:first-child article h2 {
  font-size: 54px;
  color: #089318;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fdff00 60%);
  line-height: 73px;
  margin-left: 250px;
}
@media only screen and (max-width: 1110px) {
  .reason2 .box:first-child article h2 {
    font-size: 30px;
    margin-left: 200px;
  }
}
@media screen and (max-width: 640px) {
  .reason2 .box:first-child article h2 {
    margin-left: 100px;
    font-size: 20px;
    line-height: 42px;
  }
}
.reason2 p {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 2px 20px !important;
  margin: 0 0 0 -20px;
  width: calc(15% + 20px);
  color: #fdff00;
  background: #6fba2c;
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 50px;
  margin-left: 12px;
}
@media only screen and (max-width: 1110px) {
  .reason2 p {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .reason2 p {
    font-size: 17px;
    width: calc(22% + 40px);
  }
}
.reason2 p:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 38px 15px 47px 9px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media only screen and (max-width: 1110px) {
  .reason2 p:after {
    border-width: 30px 15px 47px 9px;
  }
}
@media screen and (max-width: 640px) {
  .reason2 p:after {
    border-width: 15px 11px 22px 5px;
  }
}
.reason2 .box:last-child {
  padding: 0 0 8px 20px;
}

.reason3 {
  border: 4px solid #6fba2c;
  background-color: #fff !important;
  margin-top: 50px;
  background: url(../images/home/point3_img.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 1110px) {
  .reason3 {
    margin: 50px 20px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .reason3 {
    background: none;
  }
}
.reason3 .box {
  display: flex;
}
.reason3 .box article {
  display: flex;
}
.reason3 .box:first-child {
  display: block;
  position: relative;
  margin: 15px 0 15px -46px;
  padding: 10px 0;
  background-color: transparent;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .reason3 .box:first-child {
    width: auto;
  }
}
.reason3 .box:first-child article {
  position: relative;
}
.reason3 .box:first-child article h2 {
  font-size: 54px;
  color: #089318;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fdff00 60%);
  margin-left: 250px;
  line-height: 73px;
}
@media only screen and (max-width: 1110px) {
  .reason3 .box:first-child article h2 {
    font-size: 30px;
    margin-left: 200px;
  }
}
@media screen and (max-width: 640px) {
  .reason3 .box:first-child article h2 {
    margin-left: 100px;
    font-size: 18px;
    line-height: 42px;
  }
}
.reason3 p {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 2px 20px !important;
  margin: 0 0 0 -20px;
  width: calc(15% + 20px);
  color: #fdff00;
  background: #6fba2c;
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 50px;
  margin-left: 12px;
}
@media only screen and (max-width: 1110px) {
  .reason3 p {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .reason3 p {
    font-size: 17px;
    width: calc(16% + 40px);
  }
}
.reason3 p:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 38px 15px 47px 9px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media only screen and (max-width: 1110px) {
  .reason3 p:after {
    border-width: 30px 15px 47px 9px;
  }
}
@media screen and (max-width: 640px) {
  .reason3 p:after {
    border-width: 15px 11px 22px 5px;
  }
}
.reason3 .box:last-child {
  padding: 0 0 8px 20px;
}

.h2ttl h2 {
  font-size: 50px;
  font-weight: 900 !important;
}

.h2ttl02 {
  background-color: #6fba2c;
}
.h2ttl02 h2 {
  color: #fff;
  font-size: 50px;
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
}
.h2ttl02 h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #6fba2c;
  z-index: 999;
}

.h2ttl03 {
  margin-top: 100px;
}
.h2ttl03 h2 {
  font-size: 50px;
}
@media screen and (max-width: 640px) {
  .h2ttl03 h2 {
    font-size: 32px;
  }
}

.cont_2 {
  background: url(../images/home/bg02.jpg);
  background-repeat: repeat;
  position: relative;
  background-attachment: fixed;
  height: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .cont_2 {
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 {
    flex-wrap: wrap !important;
    margin-top: 20px;
    background-size: contain;
  }
}
.cont_2 .inner {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .cont_2 .inner {
    padding: 0px 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .inner {
    padding: 0px 20px !important;
    flex-direction: column;
  }
}
.cont_2 .service {
  justify-content: space-around;
  flex-direction: column !important;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .cont_2 .service {
    width: 100%;
  }
}
.cont_2 .service .box {
  width: 96%;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .cont_2 .service .box {
    width: 100%;
  }
}
.cont_2 .service .box > div {
  font-size: 13px;
}
.cont_2 .service img {
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
  height: 250px !important;
  object-fit: cover;
  padding-bottom: 10px;
}
.cont_2 .service .box:last-child {
  margin-bottom: 20px;
  padding: 20px;
}
.cont_2 h3 {
  font-size: 25px;
  background-color: #fdff00;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cont_2 h3 {
    font-size: 17px;
  }
}
.cont_2 h3 span {
  color: #089318;
  font-size: 40px;
  font-family: "Roboto", sans-serif !important;
  padding-right: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .cont_2 h3 span {
    font-size: 30px;
  }
}

.cont_3 {
  background: url(../images/home/contact_bg.jpg);
  background-repeat: repeat;
  position: relative;
  height: auto;
}
@media screen and (max-width: 834px) {
  .cont_3 {
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 {
    flex-wrap: wrap !important;
    margin-top: 20px;
    background-size: contain;
  }
}
.cont_3 .inner {
  padding: 80px 0;
}
@media screen and (max-width: 834px) {
  .cont_3 .inner {
    padding: 50px 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .inner {
    padding: 40px 20px !important;
  }
}
.cont_3 .contactbox {
  background-image: url(../images/home/lady.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  flex-direction: column !important;
}
@media screen and (max-width: 834px) {
  .cont_3 .contactbox {
    background-size: 45%;
    background-position: right center;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .contactbox {
    background-image: none;
  }
}
.cont_3 .sub {
  font-size: 18px;
  color: #fff;
  background-color: #24752d;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .cont_3 .sub {
    font-size: 13px;
  }
}
.cont_3 .ttl {
  font-size: 33px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .cont_3 .ttl {
    font-size: 20px;
  }
}
.cont_3 .box:last-child {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  width: 60%;
  padding: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_3 .box:last-child {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .box:last-child {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .cont_3 .box:last-child img {
    margin: 0 auto;
  }
}
.cont_3 .time {
  font-size: 17px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .cont_3 .time {
    justify-content: center;
  }
}
.cont_3 .time span {
  background-color: #fcf700;
  padding: 0 20px;
  font-size: 13px;
}
.cont_3 .tel02 {
  font-size: 33px;
  font-family: "Roboto", sans-serif !important;
}
.cont_3 .tel02 a {
  color: #333 !important;
}

@media screen and (min-width: 834px) {
  .tab {
    display: none;
  }
}

.h3ttl {
  margin-top: 40px;
}
.h3ttl h3 {
  background-color: #6fba2c;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

.hyo {
  margin-top: 20px;
}
.hyo td {
  padding: 12px !important;
  border: 2px solid #6fba2c !important;
}
.hyo td > div {
  text-align: center !important;
}
.hyo .ttl {
  background-color: #d7e9c3;
  text-align: center !important;
}
.hyo .left {
  background-color: #fffddc;
}

@media screen and (max-width: 834px) {
  .cont_4 {
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 {
    flex-wrap: wrap !important;
    margin-top: 20px;
    background-size: contain;
  }
}
.cont_4 .inner {
  background: url(../images/home/flow_bg.png);
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 80px 0 20px 0;
}
@media screen and (max-width: 834px) {
  .cont_4 .inner {
    padding: 0px 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .inner {
    padding: 40px 20px !important;
  }
}
.cont_4 h2 {
  font-size: 50px;
  color: #fff;
  line-height: 40px;
}
.cont_4 h2 span {
  font-size: 20px;
}
.cont_4 .flow {
  background-color: #fff;
  flex-direction: column !important;
  margin: 20px 20px 0 20px;
}
.cont_4 .flow .box article {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #6fba2c;
  padding-bottom: 20px;
}
.cont_4 .flow .box article > div {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .cont_4 .flow .box article > div {
    font-size: 22px;
  }
}
.cont_4 .flow .box p {
  position: relative;
  padding: 15px 60px 15px 60px;
  background: #fdff00;
  font-size: 32px;
  color: #333;
  margin-left: -33px;
  line-height: 1.3;
  z-index: 5;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .cont_4 .flow .box p {
    font-size: 16px;
    padding: 15px 60px 23px 60px;
  }
}
.cont_4 .flow .box p:after {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -2;
}
.cont_4 .flow .box:last-child {
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .cont_4 .flow .box:last-child {
    flex-direction: column;
  }
}
.cont_4 .flow .box:last-child img {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .cont_4 .flow .box:last-child img {
    margin-right: 0px;
    margin: 0 auto;
  }
}

.cont_5 {
  background-color: #d7e9c3;
  position: relative;
  height: auto;
}
@media screen and (max-width: 834px) {
  .cont_5 {
    background-size: auto;
  }
}
@media screen and (max-width: 640px) {
  .cont_5 {
    flex-wrap: wrap !important;
    margin-top: 20px;
    background-size: contain;
  }
}
.cont_5 .inner {
  padding: 80px 0 20px 0;
}
.cont_5 h2 {
  color: #089318;
  font-size: 50px;
}
@media screen and (max-width: 640px) {
  .cont_5 h2 {
    font-size: 32px;
  }
}
.cont_5 .faq {
  background-color: #fff;
  flex-direction: column !important;
  margin-bottom: 20px;
}
.cont_5 .faq .box:first-child {
  margin-top: 20px;
}
.cont_5 .faq .box:first-child article {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #6fba2c;
  padding-bottom: 20px;
}
.cont_5 .faq .box:first-child article > div {
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  .cont_5 .faq .box:first-child article > div {
    font-size: 22px;
  }
}
.cont_5 .faq .box:first-child article p {
  background-color: #089318;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fdff00;
  display: inline-block;
  padding: 40px;
  font-family: "Roboto", sans-serif !important;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 20px 0 20px;
}
.cont_5 .faq .box:last-child article {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cont_5 .faq .box:last-child article p {
  background-color: none;
  font-size: 50px;
  color: #fe6944;
  font-family: "Roboto", sans-serif !important;
  margin: 20px 55px 0 42px;
}

.mente {
  margin-top: 50px;
  justify-content: space-between;
}
.mente h3 {
  background-color: #6fba2c;
  color: #fff;
  padding: 0 0 0 5px;
  text-align: center;
}
.mente .box {
  width: 24%;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .mente .box {
    width: 49%;
  }
}
.mente .box article > div {
  padding: 10px;
  font-size: 13px;
}

.gaiyo .left {
  background-color: #d7e9c3;
  width: 30%;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .gaiyo .left {
    width: 100%;
  }
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #292929;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org03 a:before, .btn_org04 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #292929;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #292929;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #292929;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #292929;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #292929;
}
.btn_org04 a:hover:before {
  color: #292929;
}

/* common */
.linkTel a {
  color: #292929;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box, .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

/*# sourceMappingURL=asset.css.map */
