@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: #05ad78;
  color: #fff;
}

.pcnone {
  display: none;
}

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

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

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

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

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

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

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

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

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: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #242423;
  word-wrap: break-word;
  overflow: hidden !important;
  font-size: 1.7rem;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
  }
}

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

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background-color: #FFF;
}

#contents {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  background-color: #FFF;
}

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

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 20px 0px 20px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    padding: 0 10px 0px 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;
}

.tdpd10 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 {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

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

@media 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: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media 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;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* section div.form_wrap dl dt {
  @media screen and (max-width: $sp-width){
  width:50%!important;

  }
} */
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}

header#global_header button {
  display: block !important;
}

@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #fff !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.inner {
  width: 100%;
}

.h_logo {
  width: 30%;
  z-index: 0;
  text-align: left;
}

@media only screen and (max-width: 1238px) {
  .h_logo {
    width: 30%;
  }
}

@media only screen and (max-width: 930px) {
  .h_logo {
    width: 25%;
  }
}

@media screen and (max-width: 834px) {
  .h_logo {
    top: 5px;
    position: fixed;
    width: 30%;
    left: 1%;
    z-index: 9999;
    margin-top: 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 640px) {
  .h_logo {
    width: 40%;
    left: 2%;
    top: 1.5%;
  }
}

@media only screen and (max-width: 414px) {
  .h_logo {
    width: 50%;
    left: 2%;
    top: 1.5%;
  }
}

.h_logo h1 {
  font-size: 13px;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .h_logo h1 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h_logo h1 {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
}

.col_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .col_01 {
    flex-direction: column;
    padding: 0px;
  }
}

.info {
  display: flex;
  width: 54%;
}

@media only screen and (max-width: 1300px) {
  .info {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .info {
    width: 65%;
  }
}

@media only screen and (max-width: 1000px) {
  .info {
    width: 73%;
  }
}

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

@media screen and (max-width: 640px) {
  .info {
    width: 90%;
    flex-direction: column;
    margin: 80px  auto 50px;
  }
}

.info .info01 {
  margin-right: 20px;
  width: 34%;
}

@media only screen and (max-width: 1200px) {
  .info .info01 {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  .info .info01 {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.info .info01 p {
  background-color: #4bbf54;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

@media only screen and (max-width: 1200px) {
  .info .info01 p {
    font-size: 12px;
  }
}

.info .info01 a {
  font-size: 1.2em;
  color: #333;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .info .info01 a {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 640px) {
  .info .info01 a {
    font-size: 1.5em;
  }
}

.info .info02 {
  margin-right: 20px;
  width: 34%;
}

@media only screen and (max-width: 1200px) {
  .info .info02 {
    width: 30%;
  }
}

@media screen and (max-width: 640px) {
  .info .info02 {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.info .info02 p {
  background-color: #49bf98;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

@media only screen and (max-width: 1200px) {
  .info .info02 p {
    font-size: 12px;
  }
}

.info .info02 a {
  font-size: 1.2em;
  color: #333;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .info .info02 a {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 640px) {
  .info .info02 a {
    font-size: 1.5em;
  }
}

.mail {
  background-color: #fccd40;
  border-bottom: 2px solid #eab515;
  border-radius: 50px;
  color: #333 !important;
  padding: 0 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 10 !important;
  width: 30%;
}

.mail:hover {
  background-color: #ffbf00;
}

@media screen and (max-width: 834px) {
  .mail {
    padding: 2%;
    width: 85% !important;
    color: #333 !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 834px) {
  .mail a {
    color: #333 !important;
  }
}

.col_002 {
  width: 100%;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

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

.fa-store-alt {
  padding-right: 5px;
}

.fa-phone-alt {
  color: #ff7e00;
  padding-right: 5px;
}

#header {
  position: fixed;
  padding: 10px 0;
  top: 0;
  right: 0;
  left: 0;
  transition: all .5s;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 834px) {
  #header {
    height: 52px;
    z-index: 5;
    position: static;
    border-top: none;
    transition: all .0s;
    padding: 0px;
  }
}

#nav_global {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#nav_global ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#nav_global ul li {
  flex-grow: 1;
  position: relative;
  text-align: center;
  border-right: 1px solid #d4d0c5;
}

#nav_global ul li:nth-child(1) {
  border-left: 1px solid #d4d0c5;
}

#nav_global ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333 !important;
  padding: 3px 0 3px 0;
  font-size: 1.3em;
  margin: 0 auto;
  line-height: 1.3em;
}

@media only screen and (max-width: 1190px) {
  #nav_global ul li a {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 940px) {
  #nav_global ul li a {
    font-size: 0.7em;
  }
}

#nav_global ul li a:hover {
  color: #05ad78 !important;
}

#nav_global ul li ul {
  position: absolute;
  left: 50%;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #05ad78;
  transform: translateX(-50%);
  width: 100%;
}

#nav_global ul li ul li {
  text-align: center;
  color: #fff !important;
  border-bottom: 1px solid #7be083;
  width: 100%;
  border-right: none;
}

#nav_global ul li ul li:nth-child(1) {
  border-left: none;
}

#nav_global ul li ul li a {
  display: inline-block;
  color: #fff !important;
  padding: 10px 0px !important;
  font-size: 1.0em;
  width: 100%;
}

#nav_global ul li ul li a:hover {
  transition: 0.5s;
  color: #fff !important;
  background-color: #7be083;
}

#nav_global ul li ul li a a:hover::after {
  display: none;
  background: #477900;
}

#mainArea {
  margin-top: 150px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #mainArea {
    margin: 0 auto;
  }
}

#mainArea h1 {
  position: absolute;
  left: 5%;
  top: 18%;
  z-index: 8;
  font-size: 3.0em;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1420px) {
  #mainArea h1 {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 834px) {
  #mainArea h1 {
    top: 15%;
  }
}

@media screen and (max-width: 640px) {
  #mainArea h1 {
    font-size: 1.2em;
    top: 20%;
    text-shadow: 1px 1px 2px #f2f0e0;
  }
}

.slickslider li {
  margin: 0 20px;
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #05ad78;
}

.mean-container .mean-bar {
  background: #fff !important;
  position: fixed !important;
  z-index: 7 !important;
  padding: 0px 0 !important;
  top: 0;
}

.mean-container .mean-nav {
  background: #05ad78 !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: #019667 !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #18c790 !important;
  height: 30px !important;
  z-index: 999 !important;
  width: 100%;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #019667 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: auto !important;
  padding: 0.9em 5% !important;
}

.mean-bar .inner {
  margin: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mean-last {
  padding: 0 2% 2% 2%;
}

#global_footer {
  position: relative;
  bottom: 0 !important;
  background-repeat: repeat;
  background-color: #fff !important;
}

@media screen and (max-width: 640px) {
  #global_footer {
    padding: 0;
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  padding: 3% 0 0 0;
  background-color: #fff;
  background-repeat: repeat-x;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 20px 0;
  }
}

#footer .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 3% 2%;
}

@media screen and (max-width: 640px) {
  #footer .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col_2 {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

@media screen and (max-width: 834px) {
  .col_2 {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .col_2 {
    margin-top: 40px;
    flex-direction: row;
  }
}

.col_2 a {
  color: #000 !important;
}

.col_2 a:hover {
  color: #05ad78 !important;
}

.col_2 i {
  padding-right: 5px;
}

.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
}

.col_2 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.8em;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 1085px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}

.col_2 .nav_footer li a {
  font-weight: 600;
}

.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.col_001 {
  display: flex;
  color: #fff;
  text-align: left;
  align-items: center;
  width: 50%;
  font-size: 0.9em;
  line-height: 1.5em;
}

@media screen and (max-width: 834px) {
  .col_001 {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .col_001 {
    padding-bottom: 0px;
    font-size: 0.7em;
    line-height: 20px;
    align-items: center;
  }
}

.col_001 img {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .col_001 img {
    width: 70%;
  }
}

.col_001 .add {
  text-align: left;
  color: #333;
  font-size: 0.9em;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}

.col_001 .add a {
  color: #333 !important;
}

.f_logo {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .f_logo {
    width: 30%;
    border-right: none;
  }
}

@media screen and (max-width: 640px) {
  .f_logo {
    width: 50%;
  }
}

.f_logo img {
  width: 100%;
}

#copy {
  background-color: #05ad78;
  color: #fff;
  z-index: 3;
  padding: 1%;
}

#copy a {
  color: #fff !important;
}

#global_footer {
  bottom: 0px !important;
  margin-top: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}

@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.7s;
}

@media screen and (max-width: 834px) {
  .scroll-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.h2title_01 {
  margin: 100px auto 50px;
}

@media screen and (max-width: 640px) {
  .h2title_01 {
    margin: 30px auto 30px;
  }
}

.h2title_01 h2 {
  font-size: 1.8em;
  position: relative;
  padding-left: 30px;
}

.h2title_01 h2:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 5px;
  height: 70px;
  background-color: #05ad78;
  border-radius: 5px;
}

.h2title_01 h2 span {
  font-size: 0.7em;
  color: #05ad78;
}

.coro {
  position: relative;
}

.cont_1 {
  position: relative;
  margin: 40px auto;
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 5%;
}

.cont_1 .listbox {
  z-index: 9999 !important;
  background-color: #f3f3e9;
  padding: 5%;
  margin-top: 30px;
  box-shadow: 4px 4px 2px 1px rgba(157, 157, 167, 0.2);
}

.cont_1 .listbox li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px dashed #c7c7b9;
  padding-bottom: 20px;
}

.cont_1 .listbox li:before {
  counter-increment: number 1;
  content: counter(number) "";
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  padding-right: 8px;
  background-color: #fac916;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 0.5%;
}

@media screen and (max-width: 834px) {
  .cont_1 .listbox li:before {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .cont_1 .listbox li:before {
    width: 145px;
    height: 31px;
  }
}

.cont_1:before {
  background-image: url(../images/home/cont_left.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 0 !important;
  bottom: 0;
  left: 0;
  height: 595px;
  width: 365px;
}

.contact {
  margin-top: 100px;
  background-image: linear-gradient(to right, #4bbf54 0%, #49bf98 100%);
  padding: 4%;
}

.contact .contactinner {
  justify-content: center;
}

.contact .contactinner .box {
  width: 35%;
  text-align: center;
  margin: 0 20px;
}

@media only screen and (max-width: 1300px) {
  .contact .contactinner .box {
    width: 45%;
  }
}

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

@media screen and (max-width: 640px) {
  .contact .contactinner .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact .contactinner .box h3 {
  background-color: #fff;
  font-size: 1.5em;
  padding: 1% 5%;
  color: #1ea821;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
  .contact .contactinner .box h3 {
    font-size: 1.0em;
  }
}

.contact a {
  color: #fff;
  font-size: 2.5em;
}

@media only screen and (max-width: 1300px) {
  .contact a {
    font-size: 2.0em;
  }
}

.h2title_02 {
  margin: 150px 0;
}

.h2title_02 h2 {
  font-size: 2.0em;
  position: relative;
  z-index: 5;
  line-height: 1.3em;
}

.h2title_02 h2:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -66px;
  background-size: contain;
  z-index: -1;
  content: "";
  display: block;
  height: 221px;
  width: 333px;
  background: url(../images/home/h2icon.png);
  margin: 0 auto;
}

.h2title_02 h2 span {
  font-size: 0.7em;
  color: #05ad78;
}

/*-------------------- flexbox --------------------*/
.cont_2 {
  color: #333;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-top: 100px;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 834px) {
  .cont_2 {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 640px) {
  .cont_2 {
    flex-wrap: wrap !important;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

.cont_2 .box {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .cont_2 .box {
    width: 100% !important;
  }
}

.cont_2 .box span {
  padding: 0 2%;
  margin-right: 20px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cont_2 .box div {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .cont_2 .box div {
    width: 100%;
  }
}

.cont_2 .box:first-child img {
  width: 100% !important;
}

.cont_2 .box:last-child {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 50%;
  margin-left: -5%;
  background-size: cover;
  padding: 70px 6%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .cont_2 .box:last-child {
    padding: 10px 10%;
    margin-top: 0px;
  }
}

.cont_2 .box:last-child h3 {
  font-size: 2.0em;
  display: block;
  position: relative;
  margin-bottom: 1em;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #4bbf54;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .cont_2 .box:last-child h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 640px) {
  .cont_2 .box:last-child h3 {
    font-size: 2.0em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .cont_2 .box:last-child {
    height: auto;
    margin-top: 20px;
    padding: 20px 30px !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_2 .box:last-child {
    margin: 0 !important;
    padding: 20px 20px 80px 20px !important;
  }
}

.cont_2 .box:last-child a {
  width: 100%;
  padding: 3%;
  margin-top: 20px;
  background-color: #4bbf54;
  border: 1px solid #4bbf54;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}

.cont_2 .box:last-child a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
  font-size: 0.8em;
}

.cont_2 .box:last-child a:hover {
  background-color: #fff;
  color: #4bbf54;
}

.cont_2:nth-child(odd) {
  flex-direction: row-reverse !important;
}

.cont_2:nth-child(odd) .box:last-child {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: cover;
  margin-right: -5%;
  padding-left: 10%;
}

@media only screen and (max-width: 1300px) {
  .cont_2:nth-child(odd) .box:last-child {
    padding-left: 5%;
  }
}

.cont_2:nth-child(odd) .box:last-child a {
  width: 100%;
  padding: 3%;
  margin-top: 20px;
  background-color: #49bf98;
  border: 1px solid #49bf98;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}

.cont_2:nth-child(odd) .box:last-child a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
  font-size: 0.8em;
}

.cont_2:nth-child(odd) .box:last-child a:hover {
  background-color: #fff;
  color: #49bf98;
}

.cont_2:nth-child(odd) .box:last-child h3 {
  font-size: 2.0em;
  display: block;
  position: relative;
  margin-bottom: 1em;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #49bf98;
  font-weight: 600;
}

.cont_2:nth-child(odd) .box:last-child h3 span {
  font-size: 0.7em;
}

@media only screen and (max-width: 1300px) {
  .cont_2:nth-child(odd) .box:last-child h3 span {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 834px) {
  .cont_2:nth-child(odd) .box:last-child h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 640px) {
  .cont_2:nth-child(odd) .box:last-child h3 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
}

.cont_3 {
  margin-top: 80px;
  padding: 23% 0;
  position: relative;
  background-image: url(../images/home/recruit_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .cont_3 {
    background-image: url(../images/home/recruit_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 35%;
    margin-top: 0px;
    padding: 67% 0;
  }
}

.cont_3 .banner {
  position: absolute;
  right: 5%;
  width: 40%;
  top: 8%;
}

@media screen and (max-width: 640px) {
  .cont_3 .banner {
    width: 95%;
    right: 0;
    left: 0;
    top: 30%;
    margin: 0 auto;
  }
}

.cont_3 .banner td {
  padding: 15px !important;
}

.cont_4 {
  margin-top: 100px;
  display: flex;
}

@media screen and (max-width: 640px) {
  .cont_4 {
    flex-direction: column;
  }
}

.cont_4 .news {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .cont_4 .news {
    width: 100%;
  }
}

.cont_4 .news article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cont_4 .news h2 {
  font-size: 1.8em;
}

.cont_4 .blog_list div.blog_date {
  color: #333 !important;
  width: 26%;
  margin-right: 10px;
}

.cont_4 .blog_text {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
}

.cont_4 .blog_text h3 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0px;
}

.contact02 {
  margin-top: 100px;
  background-image: linear-gradient(to right, #4bbf54 0%, #49bf98 100%);
  padding: 2%;
}

.contact02 h2 {
  font-size: 2.0em;
  color: #fff;
  font-weight: 600;
}

.contactbox {
  display: flex;
}

@media screen and (max-width: 834px) {
  .contactbox {
    flex-direction: column;
  }
}

.access {
  width: 48% !important;
  margin: 50px 20px;
  border: 1px solid #e6e5e5 !important;
}

@media screen and (max-width: 834px) {
  .access {
    width: 100% !important;
    margin: 50px  auto 0;
  }
}

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

.access h3 {
  color: #fff;
  font-size: 1.7em;
}

.access .add > div {
  font-weight: 600;
}

.access .tel02 {
  text-align: center !important;
}

.access .tel02 > div a {
  color: #333 !important;
  font-size: 1.5em;
  font-weight: 600;
}

@media only screen and (max-width: 1300px) {
  .access .tel02 > div a {
    font-size: 1.0em;
  }
}

@media only screen and (max-width: 970px) {
  .access .tel02 > div a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 834px) {
  .access .tel02 > div a {
    font-size: 1.5em;
  }
}

.access .mail02 a {
  background-color: #fccd40;
  border-bottom: 2px solid #eab515;
  border-radius: 50px;
  color: #333 !important;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 10 !important;
}

@media only screen and (max-width: 1300px) {
  .access .mail02 a {
    padding: 3%;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 834px) {
  .access .mail02 a {
    font-size: 1.5em;
  }
}

.access .mail02 a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  display: inline-block;
  font-weight: bold;
  padding-right: 10px;
}

.access .mail02 a:hover {
  background-color: #ffbf00;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #c3c3c3;
  color: #333 !important;
  padding: 5px;
  opacity: 10 !important;
}

div.under ul li a:hover {
  border: 1px solid #9cf3d0;
  background: #ace0cb;
  color: #fff !important;
}

.pager {
  margin-bottom: 100px;
}

div.items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 31%;
}

@media only screen and (max-width: 1200px) {
  div.items > article {
    width: 28%;
  }
}

@media screen and (max-width: 834px) {
  div.items > article {
    width: 44%;
  }
}

@media screen and (max-width: 640px) {
  div.items > article {
    width: 40%;
  }
}

div.items > article a {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  div.items > article a {
    width: 100%;
  }
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: #e87a5a;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.item01 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  .item01 div.items > article a.photo {
    width: 280px;
  }
}

@media screen and (max-width: 640px) {
  .item01 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}

.item01 .items {
  flex-flow: row wrap;
}

.item01 .items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}

@media only screen and (max-width: 1100px) {
  .item01 .items > article {
    width: 30% !important;
  }
}

@media screen and (max-width: 834px) {
  .item01 .items > article {
    width: 43% !important;
  }
}

@media screen and (max-width: 640px) {
  .item01 .items > article {
    width: 45% !important;
  }
}

.item02 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  .item02 div.items > article a.photo {
    width: 250px;
  }
}

@media screen and (max-width: 640px) {
  .item02 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}

.item02 .items {
  flex-flow: row wrap;
}

.item02 .items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}

@media only screen and (max-width: 1300px) {
  .item02 .items > article {
    width: 29% !important;
  }
}

@media only screen and (max-width: 950px) {
  .item02 .items > article {
    width: 35% !important;
  }
}

@media screen and (max-width: 834px) {
  .item02 .items > article {
    width: 43% !important;
  }
}

@media screen and (max-width: 640px) {
  .item02 .items > article {
    width: 45% !important;
  }
}

div.items > article a.photo {
  display: block;
  width: 350px;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 834px) {
  div.items > article a.photo {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 640px) {
  div.items > article a.photo {
    width: 180px;
    height: 150px;
  }
}

div.items > article a.photo img {
  width: 100%;
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

div.order ul li {
  margin: 5px 0 5px 20px;
}

@media screen and (max-width: 640px) {
  div.order ul li {
    margin: 5px 0 5px 8px;
  }
}

div.item_option dl, button.addcart {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  div.item_option dl, button.addcart {
    width: 100% !important;
  }
}

.addcart a {
  color: #333 !important;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #05ad78;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex1._top {
  align-items: flex-start;
}

.flex1._center {
  align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex2._top {
  align-items: flex-start;
}

.flex2._center {
  align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex3._top {
  align-items: flex-start;
}

.flex3._center {
  align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex4._top {
  align-items: flex-start;
}

.flex4._center {
  align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1300px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100%;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1300px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .flex4cl .box {
    width: 22.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 45%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.blog a {
  color: #05ad78 !important;
}

/* ブログページ */
.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

/********* blog連動*********/
.blog_list {
  background-color: #fff;
  padding: 20px;
}

@media screen and (max-width: 640px) {
  .blog_list {
    padding: 10px;
  }
}

.blog_list div.blog_date {
  color: #333 !important;
  width: 10%;
}

@media screen and (max-width: 834px) {
  .blog_list div.blog_date {
    width: 16%;
  }
}

@media screen and (max-width: 640px) {
  .blog_list div.blog_date {
    width: 100%;
  }
}

.blog_text {
  width: 100% !important;
  display: flex;
  font-size: 0.7em !important;
}

@media screen and (max-width: 640px) {
  .blog_text {
    flex-direction: column;
  }
}

.blog_text h3 {
  display: inline-block;
}

.blog_text h3 a {
  color: #333 !important;
  font-size: 1em !important;
}

.blog_text .detail {
  color: #333 !important;
  margin-top: 0px !important;
}

div.blog_list div.blog_photo {
  display: none;
}

div.blog_list div.blog_photo img {
  width: 100% _ !important;
  height: 200px !important;
  object-fit: cover !important;
}

div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  box-sizing: border-box;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin-top: 80px;
  margin-bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 {
    margin-top: 50px;
  }
}

.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
  flex-flow: row wrap !important;
}

@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;
  padding: 0 !important;
}

.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 31.5%;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 32.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}

.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  flex-flow: row wrap;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}

.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  flex-direction: column !important;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}

.event_Instagram11 .sns_text {
  display: block;
  width: 100% !important;
  color: #fff;
}

.event_Instagram11 .sns_photo {
  width: 100% !important;
}

.event_Instagram11 .sns_photo img {
  width: 260px !important;
  height: 260px !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.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}

.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: 50%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 44%;
    margin: 0 auto;
  }
}

.event_Instagram11 div.sns_list div.sns_date {
  color: #fff;
}

/* 新着スクロール */
/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #eee;
}

div::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 10px;
  box-shadow: none;
}

.scroll {
  padding: 20px;
  overflow-y: scroll;
  max-height: 350px;
  min-height: 300px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  background-color: transparent;
  margin-bottom: 50px;
  z-index: 9 !important;
}

.scroll a {
  color: #3ab483 !important;
}

@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    padding: 0px;
  }
}

.scroll .form_wrap {
  margin-bottom: -100px;
}

.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 95% !important;
  text-align: left !important;
  border: none !important;
  font-size: 0.8em;
  background-color: transparent;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    padding: 0px;
  }
}

.scroll .form_wrap a {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #d6d6d6 !important;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    flex-direction: column;
    padding: 10px !important;
  }
}

.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.8em;
  text-align: center !important;
  background-color: transparent;
  display: inline-block;
  width: 150px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
    padding: 0px;
  }
}

@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
  }
}

.pankuzu {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  display: flex;
}

.pankuzu a {
  color: #05ad78;
}

.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 #05ad78;
  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 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 !important;
}

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

.mt {
  margin-top: 40px;
}

section form h2.mail.title {
  display: none !important;
}

/* ブログページ */
.blog #contents {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .blog .wrap {
    margin-top: 0px !important;
  }
}

.blog {
  max-width: 1200px;
  margin: 50px auto;
}

.blog h1 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin: 20px 0;
  background-color: #05ad78;
  color: #fff;
  padding: 1%;
}

.blog .pages {
  margin-top: 40px;
}

.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #eee;
  margin-bottom: 10px;
}

.blog .pages a {
  color: #f7597a !important;
  background-color: #eee;
  font-size: 0.9em;
}

.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  .blog aside {
    width: 100%;
  }
}

.blog .category li a {
  color: #fff !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}

.blog .category li {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.bnone td {
  border: none !important;
}

.bnone02 dl dt {
  border: none !important;
  background-color: #ffffff !important;
}

.bnone02 dl dd {
  border: none !important;
}

.hyo01 {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .hyo01 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 640px) {
  .hyo01 {
    margin-top: -50px;
  }
}

.hyo01 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 1px solid #e6d8d8 !important;
}

@media screen and (max-width: 834px) {
  .hyo01 td {
    padding: 5px !important;
  }
}

@media screen and (max-width: 834px) {
  .hyo01 td > div {
    font-size: 12px;
  }
}

.hyo01 .left {
  width: 20%;
  background-color: #ffe4e5;
  text-align: center !important;
  color: #333;
}

@media screen and (max-width: 834px) {
  .hyo01 .left {
    width: 20%;
  }
}

.hyo01 .left > div {
  font-weight: bold;
}

.hyo02 {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .hyo02 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hyo02 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 5px solid #fff !important;
}

@media screen and (max-width: 640px) {
  .hyo02 td > div {
    font-size: 14px;
  }
}

.hyo02 .left {
  width: 20%;
  background-color: #05ad78;
  text-align: center !important;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .hyo02 .left {
    width: 32%;
  }
}

.hyo02 .left > div {
  font-weight: bold;
}

.hyo03 {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .hyo03 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.hyo03 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 5px solid #fff !important;
}

@media screen and (max-width: 640px) {
  .hyo03 td > div {
    font-size: 12px;
  }
}

.hyo03 .left {
  width: 20%;
  background-color: #000;
  text-align: center !important;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .hyo03 .left {
    width: 35%;
  }
}

.hyo03 .left > div {
  font-weight: bold;
}

.txtimg {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .txtimg {
    flex-direction: column !important;
  }
}

.txtimg div {
  margin-right: 30px;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .txtimg div {
    margin-right: 0px;
    width: 100%;
    margin-top: 20px;
  }
}

.txtimg img {
  margin: 0 auto;
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  .txtimg img {
    width: 100% !important;
  }
}

.txtimg span {
  font-size: 2.0em;
  border-bottom: 2px solid #05ad78;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  div.search {
    margin-top: 93px;
  }
}

.googlemap {
  width: 48%;
}

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

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}

.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.qa .box article > div {
  width: 90%;
}

.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #1b89c1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
}

.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #f5722c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#anc1, #anc2, #anc3, #anc4 {
  margin-top: -200px;
  padding-top: 200px;
}

@media screen and (max-width: 834px) {
  #anc1, #anc2, #anc3, #anc4 {
    margin-top: -150px;
    padding-top: 150px;
  }
}

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

.rev {
  flex-direction: row-reverse !important;
}

.link a {
  color: #05ad78;
}

section div.form_wrap.error {
  background: #ff0000;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 150px;
}

.h1title_02 {
  margin-top: 150px;
  padding: 14% 0;
  background-size: cover;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@media screen and (max-width: 834px) {
  .h1title_02 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h1title_02 {
    padding: 15% 0 15% 0;
  }
}

.h1title_02 h1 {
  font-size: 2.5em;
  letter-spacing: 5px;
  color: #fff;
  padding-left: 13%;
  padding-top: 2%;
}

@media screen and (max-width: 640px) {
  .h1title_02 h1 {
    line-height: 1.0em;
    font-size: 1.5em;
  }
}

.h1title_02 h1 span {
  font-size: 0.9em;
  display: block;
}

.h1title_03 {
  margin-top: 150px;
  padding: 10.5% 0;
  background-size: cover;
  animation: fadeIn 1.5s ease 0s 1 normal;
  background-image: url(../images/contents/h1_bg.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .h1title_03 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .h1title_03 {
    padding: 15% 0 15% 0;
  }
}

.h1title_03 h1 {
  font-size: 2.5em;
  letter-spacing: 5px;
  color: #fff;
  padding-left: 15%;
  padding-top: 2%;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .h1title_03 h1 {
    font-size: 1.5em;
    line-height: 1.0em;
  }
}

.h1title_03 h1 span {
  font-size: 0.9em;
  display: block;
}

.h3title_01 {
  margin: 50px auto 20px;
  background-image: linear-gradient(to right, #4bbf54 0%, #49bf98 100%);
}

.h3title_01 h3 {
  color: #fff;
  font-size: 1.4em;
  padding: 0.5%;
  font-weight: 600;
  padding-left: 10px;
}

.txtbox {
  background-color: #f3f3e9;
  padding: 3%;
}

.checklist ul {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .checklist ul {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .checklist ul li {
    font-size: 0.9em;
    letter-spacing: 0px;
  }
}

.checklist ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  display: inline-block;
  padding-left: 8px;
  font-weight: bold;
  padding-left: 10px;
  color: #eda01a;
}

.day {
  margin-bottom: 80px;
}

.day .box article h3 {
  color: #49bf98 !important;
}

.day a {
  background-color: #49bf98 !important;
  border: 1px solid #49bf98 !important;
  opacity: 10 !important;
}

.day a:hover {
  background-color: #fff !important;
  color: #49bf98 !important;
}

.faq {
  background-color: white;
  padding: 20px 20px 20px 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .faq {
    padding: 5px 5px 5px 10px;
  }
}

.faq .box {
  width: 100%;
  padding: 1% 0;
}

.faq .box article {
  display: flex;
}

.faq .box article span {
  font-size: 3.0em;
  color: #05ad78;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .faq .box article span {
    font-size: 2.5em;
  }
}

.faq .box div {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
  .faq .box div {
    font-size: 1.7rem;
  }
}

.faq .box:nth-child(2) {
  margin-top: 10px;
  padding-top: 10px;
}

.faq .box:nth-child(2) article {
  display: flex;
}

.faq .box:nth-child(2) article span {
  font-size: 3.0em;
  color: #fb5b1d;
}

@media screen and (max-width: 834px) {
  .faq .box:nth-child(2) article span {
    font-size: 2.5em;
  }
}

.faq .box:nth-child(2) div {
  font-size: 1.6rem;
  font-weight: 400;
  color: #5e5e5e;
  letter-spacing: 1px;
}

.faq .box:first-child {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.faq .box:first-child::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  font-size: 2rem;
  font-weight: 400;
  transition: 0.3s;
  color: #05ad78;
}

.faq .plus::before {
  content: "-" !important;
}

.schedule {
  width: 60%;
}

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

.schedule dl dt {
  border: 1px solid #fff !important;
  background-color: #ffb700 !important;
  width: 30% !important;
  align-items: center !important;
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  .schedule dl dt {
    width: 20% !important;
  }
}

.schedule dl dd {
  border: 1px solid #fff !important;
}

.flexbox02 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .flexbox02 {
    flex-direction: column;
  }
}

.flexbox02 .imgbox {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flexbox02 .imgbox {
    margin-top: 20px;
    width: 100%;
  }
}

.pagelogin {
  margin-top: 200px !important;
}

@media screen and (max-width: 640px) {
  .pagelogin dl dt {
    width: 50% !important;
  }
}

.blog_list > div a {
  width: 100% !important;
}

.bloglistbox .blog_list div.blog_date {
  color: #fff !important;
  width: 20% !important;
  padding: 0 0.5%;
  text-align: center;
  background-color: #05ad78;
}

.bloglistbox .blog_text {
  flex-direction: column;
}

.bloglistbox h3 {
  width: 100%;
  color: #05ad78;
  margin-bottom: 0px !important;
}

.blog aside {
  display: none;
}

.blog #contents {
  width: 100%;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 56px;
  padding: 11px 6px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background-color: #05ad78 !important;
}

@media only screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav_sp {
  display: none;
  background-color: #2fbf24;
  position: fixed;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  align-items: flex-start;
  text-align: left;
  font-size: 1.5rem !important;
  color: #fff !important;
}

#nav_sp .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 7.5s ease, opacity .2s ease;
  list-style: none;
  flex-grow: inherit;
  color: #fff !important;
}

#nav_sp .nav_wrap li:nth-child(2) {
  transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3), #nav_sp .nav_wrap li:nth-child(4) {
  transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(5), #nav_sp .nav_wrap li:nth-child(6) {
  transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(7), #nav_sp .nav_wrap li:nth-child(8) {
  transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(9) {
  transition-delay: .75s;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  flex-direction: column;
  background-color: #000 !important;
}

#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 1.3rem !important;
}

#nav_sp .nav_wrap .ddmenu li:last-child {
  border-bottom: none;
}

.nav-info {
  text-align: center;
  margin-top: 30px;
  display: none;
  width: 100% !important;
}

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

.nav-info .logo {
  width: 200px !important;
  margin: 0 auto 50px auto;
}

.nav-info .logo img {
  width: 100%;
}

.nav-info .contact {
  width: 100%;
  margin-top: 30px;
}

.nav-info .contact a {
  padding: 10px;
}

.nav-info .sub_nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.nav-info .sub_nav a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #242423;
  position: relative;
  transition: 0.3s;
  flex-grow: 1;
}

@media only screen and (max-width: 640px) {
  .nav-info .sub_nav a {
    flex-grow: inherit;
    width: 50%;
  }
}

.nav-info .sub_nav a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #242423;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  transition: 0.3s;
}

/* open */
.open {
  height: 100%;
}

.open #nav-toggle {
  position: fixed;
}

.open #nav-toggle span {
  background: #fff !important;
}

.open #nav-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 12px !important;
  transform: rotate(-45deg);
  width: 100%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.05s ease;
}

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #fff;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #05ad78;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}
/*# sourceMappingURL=common_style.css.map */