@charset "UTF-8";
/*
Theme Name: 
Author: 
Author URI: 
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Delicious+Handrawn&display=swap&Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.clearfix, #header, .container, .container-middle, .container-narrow, .container-narrow-head {
  *zoom: 1;
}
.clearfix:after, #header:after, .container:after, .container-middle:after, .container-narrow:after, .container-narrow-head:after {
  content: "";
  display: table;
  clear: both;
}

/* --- サイト内共通 ----------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@media (min-width: 48em) {
  html {
    font-size: 125%;
  }
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
  }
}
html.scrollrock {
  overflow: hidden;
  height: 100%;
}

body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.625;
  color: #004b23;
  overflow: hidden;
  letter-spacing: 0.1em;
  background: #fffde5;
}
@media (min-width: 48em) {
  body {
    font-size: 0.8rem;
  }
}
body.scrollrock {
  overflow: hidden;
  height: 100%;
}

a {
  position: relative;
  text-decoration: none;
  color: #483c33;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 64em) {
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.6;
  }
}

#wrapper {
  overflow: hidden;
  background: #fffde5;
  position: relative;
}

.normalblock {
  padding: 2rem 0 4rem 0;
}
@media (min-width: 48em) {
  .normalblock {
    padding: 5.5rem 0;
  }
}

.toppage .normalblock {
  padding: 5.5rem 0;
}

.normalblock0 {
  position: relative;
  padding: 0;
}

.grayblock {
  background: #f9fbfa;
}

.rekishiblock {
  margin-top: 110px;
  color: #fff;
  background: url("img/img_top1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .rekishiblock {
    margin-top: 110px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1400px;
}
@media (min-width: 64em) {
  .container {
    padding: 0 2rem;
  }
}

.container-middle {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1200px;
}
@media (min-width: 64em) {
  .container-middle {
    padding: 0 0.75rem;
  }
}

.container-narrow {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1000px;
}
@media (min-width: 64em) {
  .container-narrow {
    padding: 0 0.75rem;
  }
}

.container-narrow-head {
  position: relative;
  margin: 0 auto;
  padding: 0 7rem 5rem 7rem;
  max-width: 1000px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .container-narrow-head {
    padding: 0 7rem;
  }
}
@media (min-width: 64em) {
  .container-narrow-head {
    padding: 0 7rem;
  }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}

.col-md-1 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-1 {
    float: left;
    width: 8.3333%;
  }
}

.col-md-2 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-2 {
    float: left;
    width: 16.6666%;
  }
}

.col-md-3 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}

.col-md-4 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-4 {
    float: left;
    width: 33.3333%;
  }
}

.col-md-5 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-5 {
    float: left;
    width: 41.6666%;
  }
}

.col-md-6 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}

.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    width: 58.3333%;
  }
}

@media (min-width: 64em) {
  .col-md-8 {
    float: left;
    width: 66.6666%;
  }
}

@media (min-width: 64em) {
  .col-md-9 {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-10 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 87.5em) {
  .col-md-10 {
    float: none;
    width: 83.3333%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-11 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 87.5em) {
  .col-md-11 {
    float: none;
    width: 91.6666%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-12 {
    float: none;
    width: 100%;
  }
}

.pd-4px-8px {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pd-8px-16px {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pd-12px-24px {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pd-16px-32px {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pd-20px-40px {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pd-24px-48px {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.pd-28px-56px {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.pd-32px-64px {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.pd-36px-72px {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.pd-40px-80px {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pd-box-4px-8px {
  padding: 0.4rem !important;
}

.pd-box-8px-16px {
  padding: 0.8rem !important;
}

.pd-box-12px-24px {
  padding: 1.2rem !important;
}

.pd-box-16px-32px {
  padding: 1.6rem !important;
}

.pd-box-20px-40px {
  padding: 2rem !important;
}

.pd-box-24px-48px {
  padding: 2.4rem !important;
}

.pd-box-28px-56px {
  padding: 2.8rem !important;
}

.pd-box-32px-64px {
  padding: 3.2rem !important;
}

.pd-box-36px-72px {
  padding: 3.6rem !important;
}

.pd-box-40px-80px {
  padding: 4rem !important;
}

.mg-bottom-4px-8px {
  margin-bottom: 0.4rem !important;
}

.mg-bottom-8px-16px {
  margin-bottom: 0.8rem !important;
}

.mg-bottom-12px-24px {
  margin-bottom: 1.2rem !important;
}

.mg-bottom-16px-32px {
  margin-bottom: 1.6rem !important;
}

.mg-bottom-20px-40px {
  margin-bottom: 2rem !important;
}

.mg-bottom-24px-48px {
  margin-bottom: 2.4rem !important;
}

.mg-bottom-28px-56px {
  margin-bottom: 2.8rem !important;
}

.mg-bottom-32px-64px {
  margin-bottom: 3.2rem !important;
}

.mg-bottom-36px-72px {
  margin-bottom: 3.6rem !important;
}

.mg-bottom-40px-80px {
  margin-bottom: 4rem !important;
}

.w-10pc {
  width: 10% !important;
}

.w-20pc {
  width: 20% !important;
}

.w-30pc {
  width: 30% !important;
}

.w-40pc {
  width: 40% !important;
}

.w-50pc {
  width: 50% !important;
}

.w-60pc {
  width: 60% !important;
}

.w-70pc {
  width: 70% !important;
}

.w-80pc {
  width: 80% !important;
}

.w-90pc {
  width: 90% !important;
}

.w-100pc {
  width: 100% !important;
}

.co-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.co-center-y {
  position: absolute;
  top: 50%;
  left: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.fo-st-italic {
  font-style: italic;
}
.fo-st-normal {
  font-style: normal;
}

.fo-w-normal {
  font-weight: normal;
}
.fo-w-bold {
  font-weight: bold;
}
.fo-w-100 {
  font-weight: 100;
}
.fo-w-300 {
  font-weight: 300;
}
.fo-w-400 {
  font-weight: 400;
}
.fo-w-700 {
  font-weight: 700;
}
.fo-w-900 {
  font-weight: 900;
}

.fo-fa-Inter {
  font-family: Inter;
}
.fo-fa-Lato {
  font-family: Lato;
}
.fo-fa-Roboto {
  font-family: Roboto;
}
.fo-fa-Old_Standard_TT {
  font-family: Old Standard TT;
}
.fo-fa-jp-go {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
.fo-fa-jp-min {
  font-family: "Shippori Mincho", "Old Standard TT", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.fo-fa-JosefinSans {
  font-family: Josefin Sans;
  padding: 0.4em 0 0 0;
}

.fo-2px {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}
@media (min-width: 48em) {
  .fo-2px {
    font-size: 0.1rem !important;
  }
}

.fo-2px-sp {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}

@media (min-width: 48em) {
  .fo-2px-pc {
    font-size: 2px;
    font-size: 0.1rem !important;
    line-height: 5 !important;
  }
}

.fo-4px {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}
@media (min-width: 48em) {
  .fo-4px {
    font-size: 0.2rem !important;
  }
}

.fo-4px-sp {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}

@media (min-width: 48em) {
  .fo-4px-pc {
    font-size: 4px;
    font-size: 0.2rem !important;
    line-height: 3 !important;
  }
}

.fo-6px {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-6px {
    font-size: 0.3rem !important;
  }
}

.fo-6px-sp {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-6px-pc {
    font-size: 6px;
    font-size: 0.3rem !important;
    line-height: 2.3333333333 !important;
  }
}

.fo-8px {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}
@media (min-width: 48em) {
  .fo-8px {
    font-size: 0.4rem !important;
  }
}

.fo-8px-sp {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}

@media (min-width: 48em) {
  .fo-8px-pc {
    font-size: 8px;
    font-size: 0.4rem !important;
    line-height: 2 !important;
  }
}

.fo-10px {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
@media (min-width: 48em) {
  .fo-10px {
    font-size: 0.5rem !important;
  }
}

.fo-10px-sp {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

@media (min-width: 48em) {
  .fo-10px-pc {
    font-size: 10px;
    font-size: 0.5rem !important;
    line-height: 1.8 !important;
  }
}

.fo-12px {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}
@media (min-width: 48em) {
  .fo-12px {
    font-size: 0.6rem !important;
  }
}

.fo-12px-sp {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}

@media (min-width: 48em) {
  .fo-12px-pc {
    font-size: 12px;
    font-size: 0.6rem !important;
    line-height: 1.6666666667 !important;
  }
}

.fo-14px {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}
@media (min-width: 48em) {
  .fo-14px {
    font-size: 0.7rem !important;
  }
}

.fo-14px-sp {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}

@media (min-width: 48em) {
  .fo-14px-pc {
    font-size: 14px;
    font-size: 0.7rem !important;
    line-height: 1.5714285714 !important;
  }
}

.fo-16px {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 48em) {
  .fo-16px {
    font-size: 0.8rem !important;
  }
}

.fo-16px-sp {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 48em) {
  .fo-16px-pc {
    font-size: 16px;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }
}

.fo-18px {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}
@media (min-width: 48em) {
  .fo-18px {
    font-size: 0.9rem !important;
  }
}

.fo-18px-sp {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}

@media (min-width: 48em) {
  .fo-18px-pc {
    font-size: 18px;
    font-size: 0.9rem !important;
    line-height: 1.4444444444 !important;
  }
}

.fo-20px {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 48em) {
  .fo-20px {
    font-size: 1rem !important;
  }
}

.fo-20px-sp {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}

@media (min-width: 48em) {
  .fo-20px-pc {
    font-size: 20px;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

.fo-22px {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}
@media (min-width: 48em) {
  .fo-22px {
    font-size: 1.1rem !important;
  }
}

.fo-22px-sp {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}

@media (min-width: 48em) {
  .fo-22px-pc {
    font-size: 22px;
    font-size: 1.1rem !important;
    line-height: 1.3636363636 !important;
  }
}

.fo-24px {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-24px {
    font-size: 1.2rem !important;
  }
}

.fo-24px-sp {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-24px-pc {
    font-size: 24px;
    font-size: 1.2rem !important;
    line-height: 1.3333333333 !important;
  }
}

.fo-26px {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}
@media (min-width: 48em) {
  .fo-26px {
    font-size: 1.3rem !important;
  }
}

.fo-26px-sp {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}

@media (min-width: 48em) {
  .fo-26px-pc {
    font-size: 26px;
    font-size: 1.3rem !important;
    line-height: 1.3076923077 !important;
  }
}

.fo-28px {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}
@media (min-width: 48em) {
  .fo-28px {
    font-size: 1.4rem !important;
  }
}

.fo-28px-sp {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}

@media (min-width: 48em) {
  .fo-28px-pc {
    font-size: 28px;
    font-size: 1.4rem !important;
    line-height: 1.2857142857 !important;
  }
}

.fo-30px {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}
@media (min-width: 48em) {
  .fo-30px {
    font-size: 1.5rem !important;
  }
}

.fo-30px-sp {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}

@media (min-width: 48em) {
  .fo-30px-pc {
    font-size: 30px;
    font-size: 1.5rem !important;
    line-height: 1.2666666667 !important;
  }
}

.fo-32px {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 48em) {
  .fo-32px {
    font-size: 1.6rem !important;
  }
}

.fo-32px-sp {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}

@media (min-width: 48em) {
  .fo-32px-pc {
    font-size: 32px;
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
  }
}

.fo-34px {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}
@media (min-width: 48em) {
  .fo-34px {
    font-size: 1.7rem !important;
  }
}

.fo-34px-sp {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}

@media (min-width: 48em) {
  .fo-34px-pc {
    font-size: 34px;
    font-size: 1.7rem !important;
    line-height: 1.2352941176 !important;
  }
}

.fo-36px {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}
@media (min-width: 48em) {
  .fo-36px {
    font-size: 1.8rem !important;
  }
}

.fo-36px-sp {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}

@media (min-width: 48em) {
  .fo-36px-pc {
    font-size: 36px;
    font-size: 1.8rem !important;
    line-height: 1.2222222222 !important;
  }
}

.fo-38px {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}
@media (min-width: 48em) {
  .fo-38px {
    font-size: 1.9rem !important;
  }
}

.fo-38px-sp {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}

@media (min-width: 48em) {
  .fo-38px-pc {
    font-size: 38px;
    font-size: 1.9rem !important;
    line-height: 1.2105263158 !important;
  }
}

.fo-40px {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 48em) {
  .fo-40px {
    font-size: 2rem !important;
  }
}

.fo-40px-sp {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}

@media (min-width: 48em) {
  .fo-40px-pc {
    font-size: 40px;
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}

.fo-42px {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 48em) {
  .fo-42px {
    font-size: 2.1rem !important;
  }
}

.fo-42px-sp {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}

@media (min-width: 48em) {
  .fo-42px-pc {
    font-size: 42px;
    font-size: 2.1rem !important;
    line-height: 1.1904761905 !important;
  }
}

.fo-44px {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}
@media (min-width: 48em) {
  .fo-44px {
    font-size: 2.2rem !important;
  }
}

.fo-44px-sp {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}

@media (min-width: 48em) {
  .fo-44px-pc {
    font-size: 44px;
    font-size: 2.2rem !important;
    line-height: 1.1818181818 !important;
  }
}

.fo-46px {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}
@media (min-width: 48em) {
  .fo-46px {
    font-size: 2.3rem !important;
  }
}

.fo-46px-sp {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}

@media (min-width: 48em) {
  .fo-46px-pc {
    font-size: 46px;
    font-size: 2.3rem !important;
    line-height: 1.1739130435 !important;
  }
}

.fo-48px {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}
@media (min-width: 48em) {
  .fo-48px {
    font-size: 2.4rem !important;
  }
}

.fo-48px-sp {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}

@media (min-width: 48em) {
  .fo-48px-pc {
    font-size: 48px;
    font-size: 2.4rem !important;
    line-height: 1.1666666667 !important;
  }
}

.fo-50px {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}
@media (min-width: 48em) {
  .fo-50px {
    font-size: 2.5rem !important;
  }
}

.fo-50px-sp {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}

@media (min-width: 48em) {
  .fo-50px-pc {
    font-size: 50px;
    font-size: 2.5rem !important;
    line-height: 1.16 !important;
  }
}

.fo-52px {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}
@media (min-width: 48em) {
  .fo-52px {
    font-size: 2.6rem !important;
  }
}

.fo-52px-sp {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}

@media (min-width: 48em) {
  .fo-52px-pc {
    font-size: 52px;
    font-size: 2.6rem !important;
    line-height: 1.1538461538 !important;
  }
}

.fo-54px {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}
@media (min-width: 48em) {
  .fo-54px {
    font-size: 2.7rem !important;
  }
}

.fo-54px-sp {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}

@media (min-width: 48em) {
  .fo-54px-pc {
    font-size: 54px;
    font-size: 2.7rem !important;
    line-height: 1.1481481481 !important;
  }
}

.fo-56px {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 48em) {
  .fo-56px {
    font-size: 2.8rem !important;
  }
}

.fo-56px-sp {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}

@media (min-width: 48em) {
  .fo-56px-pc {
    font-size: 56px;
    font-size: 2.8rem !important;
    line-height: 1.1428571429 !important;
  }
}

.fo-58px {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}
@media (min-width: 48em) {
  .fo-58px {
    font-size: 2.9rem !important;
  }
}

.fo-58px-sp {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}

@media (min-width: 48em) {
  .fo-58px-pc {
    font-size: 58px;
    font-size: 2.9rem !important;
    line-height: 1.1379310345 !important;
  }
}

.fo-60px {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}
@media (min-width: 48em) {
  .fo-60px {
    font-size: 3rem !important;
  }
}

.fo-60px-sp {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}

@media (min-width: 48em) {
  .fo-60px-pc {
    font-size: 60px;
    font-size: 3rem !important;
    line-height: 1.1333333333 !important;
  }
}

.fo-co-base {
  color: #000000;
}
.fo-co-white {
  color: #fff;
}
.fo-co-black {
  color: rgb(25.5, 25.5, 25.5);
}
.fo-co-gray {
  color: #eee;
}
.fo-co-red {
  color: #d63b3f;
}
.fo-co-pink {
  color: #f36861;
}
.fo-co-blue {
  color: #36b1c0;
}
.fo-co-green {
  color: #68ba8a;
}
.fo-co-orange {
  color: #f98700;
}
.fo-co-yellow {
  color: #ffff00;
}

.text-lh-16px {
  line-height: 16px;
}

.text-lh-24px {
  line-height: 24px;
}

.text-lh-32px {
  line-height: 32px;
}

.text-lh-40px {
  line-height: 40px;
}

.text-lh-48px {
  line-height: 48px;
}

.text-lh-56px {
  line-height: 56px;
}

.text-indent-1em {
  text-indent: 1em;
}

/*1行で3点リーダー*/
.wrap-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/*2行で3点リーダー*/
.wrap-multitext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.img-float-l, .img-float-r {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 30em) {
  .img-float-l, .img-float-r {
    float: left;
    display: inline-block;
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media (min-width: 30em) {
  .img-float-r {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
  }
}

.border-top {
  border-top: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-bottom {
  border-bottom: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-1px {
  border: 1px #ddd solid;
}
.border-2px {
  border: 2px #ddd solid;
}
.border-3px {
  border: 3px #ddd solid;
}
.border-4px {
  border: 4px #eee solid;
}
.border-5px {
  border: 5px #eee solid;
}
.border-co-base {
  border-color: #000000;
}
.border-co-white {
  border-color: #fff;
}
.border-co-black {
  border-color: rgb(25.5, 25.5, 25.5);
}
.border-co-gray {
  border-color: #eee;
}
.border-co-red {
  border-color: #d63b3f;
}
.border-co-pink {
  border-color: #f36861;
}
.border-co-blue {
  border-color: #36b1c0;
}
.border-co-green {
  border-color: #68ba8a;
}
.border-co-orange {
  border-color: #f98700;
}
.border-co-yellow {
  border-color: #ffff00;
}

.radius-4 {
  border-radius: 4px;
}
.radius-8 {
  border-radius: 8px;
}
.radius-16 {
  border-radius: 16px;
}
.radius-24 {
  border-radius: 24px;
}
.radius-32 {
  border-radius: 32px;
}
.radius-40 {
  border-radius: 40px;
}
.radius-100 {
  border-radius: 100%;
}

.bg-co-gray-light {
  background-color: rgb(225.25, 225.25, 225.25);
}
.bg-co-gray-middle {
  background-color: rgb(212.5, 212.5, 212.5);
}
.bg-co-gray-dark {
  background-color: rgb(199.75, 199.75, 199.75);
}
.bg-co-black {
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.bg-co-white {
  background-color: #fff;
}

#PagetopBtn {
  position: fixed;
  right: -44px;
  bottom: 16px;
  z-index: 800;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn {
    bottom: 16px;
  }
}
#PagetopBtn:hover {
  bottom: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#PagetopBtn.visible {
  bottom: 16px;
  right: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn.visible {
    bottom: 16px;
    right: 16px;
  }
}
#PagetopBtn a {
  outline: none;
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  background: #004b23;
  margin: 0;
  border-radius: 100%;
}
@media (min-width: 64em) {
  #PagetopBtn a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }
}
#PagetopBtn a img {
  height: 20px;
  width: auto;
}
#PagetopBtn a:hover {
  opacity: 1;
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab li {
  margin: 0;
}

.content_wrap {
  display: block;
}
.content_wrap.disnon {
  display: block;
}
@media (min-width: 48em) {
  .content_wrap.disnon {
    display: none;
  }
}

.accordion-menu-btn {
  cursor: pointer;
}
.accordion-menu-box {
  display: none;
}
.accordion-menu-box.visible {
  display: none;
}

.accordion-menu-sp-btn {
  cursor: pointer;
}
@media (min-width: 48em) {
  .accordion-menu-sp-btn {
    cursor: auto;
  }
}
.accordion-menu-sp-box {
  display: none;
}
.accordion-menu-sp-box.visible {
  display: none;
}
.accordion-menu-sp-box.invisible {
  display: block;
}
@media (min-width: 48em) {
  .accordion-menu-sp-box {
    display: block;
  }
  .accordion-menu-sp-box.invisible, .accordion-menu-sp-box.visible {
    display: block;
  }
}

/* ----------------------------------------------------------

   #mainsl

   ---------------------------------------------------------- */
#mainsl {
  margin: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 64em) {
  #mainsl {
    height: 100vh;
    min-height: 100vh;
  }
}

.otherpage #mainsl {
  height: 400px;
  min-height: 400px;
}
@media (min-width: 48em) {
  .otherpage #mainsl {
    height: 55vh;
    min-height: 55vh;
  }
}

/* ----- .mainImg ----- */
.mainImg {
  height: 100%;
  min-height: 100%;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  list-style: none;
}

/* ----- .logo ----- */
#mainsl .logo {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 500px;
  height: 102px;
  z-index: 2;
  background: url(../images/logo-L.png) center center no-repeat;
  margin-left: -250px;
  overflow: hidden;
  text-indent: -999px;
}

/* ----- .position ----- */
.posiCenter {
  background-position: center;
}

.posiTop {
  background-position: top;
}

.posiBottom {
  background-position: bottom;
}

.posiRight {
  background-position: right;
}

.posiLeft {
  background-position: right;
}

/* ----- .bgAttachmen ----- */
.bgAttachment {
  background-attachment: fixed;
}

/* ----- .bgAttachmen ----- */
.logoNone h1 {
  display: none;
}

/* ----- a.linkArea ----- */
#mainsl a.linkArea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
  background: none;
}

/* ----- .slick-slider ----- */
#mainsl .slick-list,
#mainsl .slick-track {
  height: 100%;
}

/* .slick-prev .slick-next */
#mainsl .slick-prev,
#mainsl .slick-next {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  width: 50px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  text-align: center;
  background: transparent;
  color: #de0716;
  border: #de0716 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

#mainsl .slick-prev:hover,
#mainsl .slick-next:hover {
  color: #fefefe;
  background: #de0716;
}

#mainsl .slick-prev:before,
#mainsl .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font-family: "themify";
  font-size: 12px;
  line-height: 50px;
  text-align: center; /*opacity: 0.75; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

#mainsl .slick-prev {
  left: 25px;
}

[dir=rtl] #mainsl .slick-prev {
  left: auto;
  right: 25px;
}

#mainsl .slick-prev:before {
  content: "◀";
}

[dir=rtl] #mainsl .slick-prev:before {
  content: "◀";
}

#mainsl .slick-next {
  right: 25px;
}

[dir=rtl] #mainsl .slick-next {
  left: 25px;
  right: auto;
}

#mainsl .slick-next:before {
  content: "▸";
}

[dir=rtl] #mainsl .slick-next:before {
  content: "▸";
}

/* ----- .slick-dots ----- */
#mainsl .slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

#mainsl .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#mainsl .slick-dots li button {
  border: 0;
  background: #fefefe;
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  background: #fefefe;
}

#mainsl .slick-dots li.slick-active button {
  outline: 0;
  background: #ffe360;
}

/* ----- .scrollArea ----- */
#mainsl .scrollArea {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  text-align: center;
}

#mainsl .scrollArea a {
  display: block;
  width: 60px;
  height: 60px;
  color: #de0716;
  border: #de0716 1px solid;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

#mainsl .scrollArea a i {
  font-size: 15px;
  line-height: 60px;
}

#mainsl .scrollArea a:hover {
  color: #fefefe;
  background: #de0716;
  border: none;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

/*.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*ポジション
.posiCenter { background-position: center; }
.posiTop { background-position: top; }
.posiBottom { background-position: bottom; }
.posiRight { background-position: right; }
.posiLeft { background-position: left; }*/
/*背景画像*/
.img01 {
  background: url(img/kvv.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.img02 {
  background: url(img/kv_02.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img02 {
    background-position: center center !important;
  }
}

.img03 {
  background: url(img/kv_03.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img03 {
    background-position: center center !important;
  }
}

.img04 {
  background: url(img/kv_04.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.img05 {
  background: url(img/kv_05.jpg);
  background-size: cover !important;
  background-position: 55% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img05 {
    background-position: center center !important;
  }
}

.img06 {
  background: url(img/kv_06.jpg);
  background-size: cover !important;
  background-position: 44% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img06 {
    background-position: center center !important;
  }
}

.img07 {
  background: url(img/kv_07.jpg);
  background-size: cover !important;
  background-position: 67% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img07 {
    background-position: center center !important;
  }
}

.img08 {
  background: url(img/kv_08.jpg);
  background-size: cover !important;
  background-position: 55% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img08 {
    background-position: center center !important;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.easy-select-box {
  display: inline-block;
  position: relative;
}
.easy-select-box .esb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  display: none;
}

.ui-datepicker {
  width: 96%;
  padding-bottom: 16px;
  background-color: #000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 64em) {
  .ui-datepicker {
    width: auto;
  }
}
.ui-datepicker-header {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 48px;
  background-color: #000;
  text-align: center;
  color: #fff;
  line-height: 48px;
}
@media (min-width: 64em) {
  .ui-datepicker-header {
    width: 295px;
  }
}
.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  border: 1px solid #fff;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 16px;
}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker-prev:before {
  left: 0;
}
.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-next:before {
  content: "\f105";
  right: 0;
}
.ui-datepicker-calendar {
  min-width: 300px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (min-width: 64em) {
  .ui-datepicker-calendar {
    min-width: 295px;
  }
}
.ui-datepicker-calendar .ui-state-default {
  color: #fff;
}

/* ----------------------------------------------------------
   .preloader
   -------------------------------------------------  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  z-index: 999999;
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  font-size: 30px;
  background: #000;
  display: block;
  width: 75px;
  height: 80px;
  background: url(img/flag1a.png);
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  color: #000;
}
.spinner span {
  position: absolute;
  top: calc(50% - 0.5em);
}
.spinner {
  width: 120px;
  height: 120px;
  margin: auto;
  -webkit-animation: rotateY 4s infinite linear;
          animation: rotateY 4s infinite linear;
}

/* Y軸回転アニメーション */
@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  70% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  80% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  90% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  70% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  80% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  90% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@media screen and (max-width: 414px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
/*アンカー*/
.ancor {
  position: absolute;
  top: -13em;
}

/*google mapレスポンシブ*/
.gmap {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .gmap {
    padding-bottom: 60%;
    margin: 0;
  }
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*標準テキスト*/
.pagag {
  text-align: left;
}
@media (min-width: 48em) {
  .pagag {
    text-align: center;
  }
}

/*表示非表示*/
.tabletbr {
  display: inline-block !important;
}
@media (min-width: 48em) {
  .tabletbr {
    display: none !important;
  }
}

.pcbr {
  display: none !important;
}
@media (min-width: 48em) {
  .pcbr {
    display: inline-block !important;
  }
}

.sptabletspcbr {
  display: inline-block !important;
}
@media (min-width: 64em) {
  .sptabletspcbr {
    display: none !important;
  }
}

.bpcbr {
  display: none !important;
}
@media (min-width: 64em) {
  .bpcbr {
    display: inline-block !important;
  }
}

.tel-link a {
  color: currentColor;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
@media (min-width: 64em) {
  #header {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
#header .title-main .w {
  display: block;
}
@media (min-width: 64em) {
  #header .title-main .w {
    display: none;
  }
}
#header .title-main .b {
  display: none;
}
@media (min-width: 64em) {
  #header .title-main .b {
    display: block;
  }
}

.headerbg_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 150px;
  background: #fff;
  z-index: -1;
  background: url(img/header_bg.png);
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 64em) {
  .headerbg_inner {
    height: 252px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    background-size: inherit !important;
    background: url(img/header_bg.png);
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
  }
}

.header {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 10px auto 0 auto;
  padding: 0 16px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  .header {
    margin: 18px auto 0 auto;
    padding: 0 25px;
  }
}
@media (min-width: 87.5em) {
  .header {
    padding: 0 80px;
  }
}
.header .flag {
  position: absolute;
  background: url(img/flag1.png);
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  z-index: 1;
  left: calc(50% - 17px);
  content: "";
  display: block;
  top: 4px;
  width: 50px;
  height: 60px;
}
@media (min-width: 64em) {
  .header .flag {
    left: calc(50% - 27px);
    top: 0;
    width: 75px;
    height: 104px;
  }
}
.header .flag:hover {
  opacity: 1;
}
.header-title {
  display: block;
  position: absolute;
  top: 2px;
  left: 14px;
  margin: 0;
  line-height: 0;
  padding: 0;
  width: 64px;
  z-index: 10;
}
@media (min-width: 64em) {
  .header-title {
    top: 16px;
    left: 50px;
    width: 110px;
  }
}
.header-title .title-main {
  display: inline-block;
  height: auto;
  width: 100%;
}
.header-title .title-main img {
  height: auto;
  width: 100%;
}
.header-title .title-main img.w {
  display: block;
}
.header-title .title-main img.b {
  display: none;
}
.header-title .title-main:hover {
  opacity: 1;
}
.header-menu {
  pointer-events: none;
  position: fixed;
  right: -70%;
  top: -10px;
  width: 70%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 110px;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 35em) {
  .header-menu {
    right: -50%;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .header-menu {
    pointer-events: auto;
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    overflow: visible;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    right: 0;
    height: auto;
  }
}
.header-menu.open {
  pointer-events: auto;
  right: 0;
  top: -10px;
  right: 0;
  z-index: 900;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /*.logol {
      @include transition(.3s ease-in-out);
      opacity: 1;
  }*/
}
.header-menu-gl {
  position: relative;
  z-index: 1;
}
.header-menu-gl ul {
  margin: 0;
  padding: 70px 1.5rem 0 1.5rem;
  list-style: none;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .header-menu-gl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 110px;
    text-align: right;
    position: relative;
  }
}
.header-menu-gl ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.5em 0;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #e0e0e0;
}
@media (min-width: 64em) {
  .header-menu-gl ul li {
    border: none;
    padding: 0;
    text-align: center;
    line-height: 6vh;
    width: auto;
    border-bottom: none;
    line-height: 1.15625;
    padding: 0;
    background: none;
    margin: 0 1.5vw;
    border: none;
  }
}
.header-menu-gl ul li:nth-child(2) {
  margin-right: 150px;
}
.header-menu-gl ul li.bor {
  position: relative;
}
@media (min-width: 64em) {
  .header-menu-gl ul li.bor::before {
    position: absolute;
    left: -1.5vw;
    top: 18px;
    content: "";
    display: block;
    height: 44px;
    width: 1px;
    background: #678575;
  }
}
.header-menu-gl ul li:nth-child(1) a::before {
  border: 1px solid #dddddd;
  background: url("img/img_05.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
@media (min-width: 64em) {
  .header-menu-gl ul li:nth-child(1) a::before {
    display: none;
  }
}
.header-menu-gl ul li:nth-child(2) a::before {
  border: 1px solid #dddddd;
  background: url("img/nn.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
@media (min-width: 64em) {
  .header-menu-gl ul li:nth-child(2) a::before {
    display: none;
  }
}
.header-menu-gl ul li:nth-child(3) a::before {
  border: 1px solid #dddddd;
  background: url("img/paka.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
@media (min-width: 64em) {
  .header-menu-gl ul li:nth-child(3) a::before {
    display: none;
  }
}
.header-menu-gl ul li:nth-child(4) a::before {
  border: 1px solid #dddddd;
  background: url("img/nc.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
@media (min-width: 64em) {
  .header-menu-gl ul li:nth-child(4) a::before {
    display: none;
  }
}
.header-menu-gl ul li:nth-child(5) a::before {
  border: 1px solid #dddddd;
  background: url("img/map_n.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 6px;
}
@media (min-width: 64em) {
  .header-menu-gl ul li:nth-child(5) a::before {
    display: none;
  }
}
.header-menu-gl ul li a {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  color: #004b23;
  padding-left: 60px;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a {
    padding-left: 0;
    display: inline-block;
    font-size: 1vw;
  }
}
.header-menu-gl ul li a:hover {
  opacity: 1;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a:hover {
    color: #000;
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
.header-menu-gl ul li a img {
  width: 26px;
  height: auto;
  position: absolute;
  top: 0;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a img {
    position: relative;
    width: auto;
    height: 40px;
  }
}
.header-menu-gl ul li a span.jp {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .header-menu-gl ul li a span.jp {
    font-size: 0.8rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li a span.jp {
    margin: 0 0 0 36px;
    margin: 18px 0 0 0;
    font-weight: bold;
    display: block;
    word-break: keep-all;
    text-align: center;
    font-size: 1.1vw;
  }
}
@media (min-width: 87.5em) {
  .header-menu-gl ul li a span.jp {
    font-size: 0.8rem;
  }
}
.header-menu-gl ul li a span.en {
  font-family: "Delicious Handrawn", cursive;
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .header-menu-gl ul li a span.en {
    font-size: 0.6rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li a span.en {
    margin: 8px 0 0 0;
    font-weight: bold;
    display: block;
    word-break: keep-all;
    text-align: center;
    font-size: 0.9vw;
    letter-spacing: 0;
    font-size: 0.5rem;
  }
}
@media (min-width: 87.5em) {
  .header-menu-gl ul li a span.en {
    font-size: 14px;
  }
}
.header-menu-gl ul .ssmenu {
  display: inline-block;
  padding: 0 0 0 36px;
}
@media (min-width: 64em) {
  .header-menu-gl ul .ssmenu {
    display: none;
  }
}
.header-menu-gl ul .ssmenu li {
  border: none;
  padding: 0.5em 0;
  font-size: 13px;
  position: relative;
}
.header-menu-gl ul .ssmenu li:first-child {
  margin-top: 0.8em;
}
.header-menu-gl ul .ssmenu li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 12px;
  display: block;
  width: 11px;
  height: 11px;
  border: 4px solid #483c33;
  border-radius: 100px;
}
.header-menu .spsubmenu {
  display: block;
  width: calc(100% - 1.5rem);
  text-align: center;
  padding: 20px 0 0 0;
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
}
@media (min-width: 64em) {
  .header-menu .spsubmenu {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
  }
}
@media (min-width: 64em) {
  .header-menu .spsubmenu {
    margin-left: 2.25vw;
  }
}
.header-menu .spsubmenu .subcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu .spsubmenu .subcontent p {
  padding: 0 0 0 30px;
  margin: 0;
  font-weight: bold;
  position: relative;
  list-style: 1.4em;
  word-break: keep-all;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .header-menu .spsubmenu .subcontent p {
    font-size: 0.6rem;
  }
}
@media (min-width: 64em) {
  .header-menu .spsubmenu .subcontent p {
    font-size: 0.85vw;
  }
}
@media (min-width: 87.5em) {
  .header-menu .spsubmenu .subcontent p {
    font-size: 14px;
  }
}
.header-menu .spsubmenu .subcontent p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((24px - 1.4em) / 2 * -1);
  width: 24px;
  height: 24px;
}
.header-menu .spsubmenu .subcontent p:nth-child(1) {
  padding-right: 1vw;
}
.header-menu .spsubmenu .subcontent p:nth-child(1)::before {
  background: url("img/icatch6.png");
  background-size: contain !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}
.header-menu .spsubmenu .subcontent p:nth-child(2)::before {
  background: url("img/icatch7.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.header-menu .spsubmenu .languagemenu {
  display: block;
  margin-right: 0;
}
@media (min-width: 64em) {
  .header-menu .spsubmenu .languagemenu {
    margin-right: 25px;
  }
}
.header-menu .spsubmenu .languagemenu ul {
  padding-top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.header-menu .spsubmenu .languagemenu ul::before {
  display: none !important;
}
.header-menu .spsubmenu .languagemenu ul li {
  padding-left: 0;
}
.header-menu .spsubmenu .languagemenu ul li:nth-child(2) {
  position: relative;
  padding-right: 10px;
  margin-right: 0;
}
@media (min-width: 64em) {
  .header-menu .spsubmenu .languagemenu ul li:nth-child(2)::after {
    position: absolute;
    content: "/";
    right: -2px;
    font-weight: bold;
  }
}
.header-menu .spsubmenu .languagemenu ul li:first-child {
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 64em) {
  .header-menu .spsubmenu .languagemenu ul li:first-child {
    margin-left: 5px;
  }
}
.header-menu .spsubmenu .languagemenu ul li::before {
  display: none !important;
}

.header-menu {
  position: absolute;
}
@media (min-width: 64em) {
  .header-menu {
    position: relative;
  }
}

.anime-flagl {
  content: "";
  display: block;
  position: absolute;
  background: url("img/flag_l.png");
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  top: 60px;
  left: 10px;
  width: 40vw;
  height: 10vw;
}
@media (min-width: 64em) {
  .anime-flagl {
    top: 100px;
    left: 10px;
    width: 25vw;
    height: 10vw;
  }
}

.anime-flagr {
  content: "";
  display: block;
  position: absolute;
  background: url("img/flag_r.png");
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  top: 60px;
  right: 10px;
  width: 40vw;
  height: 10vw;
}
@media (min-width: 64em) {
  .anime-flagr {
    width: 25vw;
    height: 10vw;
    top: 100px;
    right: 10px;
  }
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(154, 190, 155, 0.6);
  backdrop-filter: blur(10px);
  z-index: 890;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 64em) {
  .overlay {
    display: none;
  }
}
.overlay.is-visible {
  backdrop-filter: blur(10px);
  pointer-events: inherit;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (min-width: 64em) {
  #header.scrollheader {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    margin-top: -252px;
  }
}
#header.scrollheader .header {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.bgnormal {
  background: url("img/back_1.png") !important;
  position: relative;
}

#menu-btn {
  position: fixed;
  right: 12px;
  top: 12px;
  padding: 0;
  width: 60px;
  height: 60px;
  display: block;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
}
@media (min-width: 64em) {
  #menu-btn {
    display: none;
  }
}
#menu-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 0 0 38px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu-btn .menu-btn {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 44%;
  width: 30px;
  height: 1px;
  margin: 0 0 0 -11px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before, #menu-btn .menu-btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #004b23;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before {
  margin-top: -4px;
}
#menu-btn .menu-btn-icon:after {
  margin-top: 4px;
}
#menu-btn .menu-btn-text {
  position: absolute;
  top: 5px;
  left: 40px;
  letter-spacing: 0;
  display: inline-block;
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 16px !important;
}
#menu-btn.open {
  background: #004b23;
}
#menu-btn.open .menu-btn-icon {
  background: transparent;
}
#menu-btn.open .menu-btn-icon:before {
  margin-top: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon:after {
  margin-top: 0;
  background: #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.toppage #footer {
  margin-bottom: 0;
}

#footer {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 100;
}
#footer .footerinner .underfooter {
  display: block;
  margin: 250px 0 0 0;
  padding: 25px 0 0 0;
  position: relative;
  background: #fffde5;
}
@media (min-width: 48em) {
  #footer .footerinner .underfooter {
    padding: 50px 0 0 0;
    margin: 500px 0 0 0;
  }
}
#footer .footerinner .underfooter nav ul {
  margin: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
#footer .footerinner .underfooter nav ul li {
  display: inline-block;
  width: auto;
  position: relative;
  padding-right: 1.5em;
}
#footer .footerinner .underfooter nav ul li::after {
  position: absolute;
  content: "／";
  right: 0.25em;
  top: 0;
}
#footer .footerinner .underfooter nav ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #004b23;
  font-size: 1rem;
}
@media (min-width: 48em) {
  #footer .footerinner .underfooter nav ul li a {
    font-size: 0.7rem;
  }
}
#footer .footerinner .underfooter nav ul li a:hover {
  text-decoration: underline;
}
#footer .footerinner .underfooter nav ul li:last-child::after {
  display: none;
}
#footer .footerinner .underfooter .flogo {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto 0.2rem auto;
  font-weight: bold;
  color: #000;
  text-align: left;
}
@media (min-width: 48em) {
  #footer .footerinner .underfooter .flogo {
    margin: 0 auto 1rem auto;
  }
}
@media (min-width: 64em) {
  #footer .footerinner .underfooter .flogo {
    width: 20vw;
  }
}
#footer .footerinner .underfooter .flogo img {
  height: auto;
  width: 100%;
}
#footer .footerinner .underfooter .copyright {
  font-weight: 400;
  padding: 1em;
  background: #004b23;
  color: #fff;
  margin: 0;
  padding-bottom: 8em;
  font-size: 1rem;
}
@media (min-width: 48em) {
  #footer .footerinner .underfooter .copyright {
    padding-bottom: 1em;
    font-size: 0.6rem;
  }
}

#mainContents {
  padding-top: 0;
  letter-spacing: 0.05em;
  line-height: 2.4em;
  overflow: hidden;
}

.tab {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  text-align: center;
  z-index: 800;
}
@media (min-width: 48em) {
  .tab {
    left: inherit;
    right: 0;
    bottom: inherit;
    width: auto;
    height: 100vh;
    top: calc(50% - 5em);
  }
}
.tab a {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: block;
  width: auto;
  text-align: center;
  background: #fff;
  padding: 1.25em;
  color: #004b23;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .tab a {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    margin-right: -0.35em;
    background: #fedf78;
    color: #004b23;
    padding: 0 1em 0 0.65em;
    border-radius: 10px 0 0 10px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    height: 9.5em;
    font-size: 0.9rem;
  }
}
.tab a span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  padding: 0 0 0 0 36px;
  position: relative;
}
@media (min-width: 48em) {
  .tab a span {
    padding: 30px 0 0 0;
  }
}
.tab a span::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  background: url("img/icon_calender_g.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 26px;
  height: 26px;
  top: 0;
  left: -33px;
}
@media (min-width: 48em) {
  .tab a span::before {
    background: url("img/icon_calender_g.png");
    width: 26px;
    height: 26px;
    top: 0;
    left: 3px;
  }
}
.tab a:hover {
  opacity: 1;
  background: #fff;
}
@media (min-width: 48em) {
  .tab a:hover {
    margin-right: 0;
    background: #004b23;
    color: #fff;
  }
}
.tab a:hover span::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: url("img/icon_calender.png");
}

/* 共通設定：アニメーションの滑らかさ */
.tab {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  pointer-events: none; /* 出現するまでクリック不可にする場合 */
}

/* 768px以上：右からスライドイン */
@media screen and (min-width: 768px) {
  .tab {
    -webkit-transform: translateX(100px);
            transform: translateX(100px); /* 右に100pxズレた状態 */
  }
  .tab.is-visible {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
}
/* 767px以下：下からスライドイン */
@media screen and (max-width: 767px) {
  .tab {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); /* 下に50pxズレた状態 */
  }
  .tab.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
}
.maingf {
  display: block;
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0;
  position: relative;
}
@media (min-width: 48em) {
  .maingf {
    height: 85vh;
  }
}
@media (min-width: 64em) {
  .maingf {
    height: 85vh;
  }
}
.maingf-text {
  position: absolute;
  bottom: 100px;
  left: 9vw;
  display: block;
  z-index: 12;
}
@media (min-width: 48em) {
  .maingf-text {
    bottom: 200px;
    left: 12vw;
  }
}
.maingf-text-h2 {
  display: block;
  color: #fff;
  line-height: 1.8em;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 48em) {
  .maingf-text-h2 {
    font-size: 40px;
  }
}
.maingf-text-h2 span {
  display: inline-block;
  padding: 0;
}
.maingf-text-en {
  display: none;
}
@media (min-width: 64em) {
  .maingf-text-en {
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    width: 240px;
    position: absolute;
    left: calc(50% - 120px);
    bottom: 35px;
  }
}
.maingf-text-en img {
  height: auto;
  width: 100%;
}
.maingf-br {
  display: inline-block;
  margin-top: 5em;
}
@media (min-width: 64em) {
  .maingf-br {
    margin: 0;
    display: none;
  }
}
.maingf .mainConcept {
  width: 80%;
  margin-left: 10%;
  margin-top: 10%;
  padding: 15px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}
@media (min-width: 48em) {
  .maingf .mainConcept {
    margin-top: 3%;
  }
}
@media (min-width: 64em) {
  .maingf .mainConcept {
    margin-top: 5%;
    padding: 40px 60px;
    width: 70vw;
    margin-left: 15vw;
  }
}
@media (min-width: 87.5em) {
  .maingf .mainConcept {
    margin-top: 5%;
    padding: 40px 60px;
    width: 60vw;
    margin-left: 20vw;
  }
}
.maingf .mainConcept .texten {
  font-family: "Delicious Handrawn", cursive;
  font-size: 2vw;
  font-weight: normal;
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .maingf .mainConcept .texten {
    margin: 0 0 0.4em 0;
    font-size: 2vw;
  }
}
@media (min-width: 64em) {
  .maingf .mainConcept .texten {
    margin: 0 0 0.4em 0;
    font-size: 1.2rem;
  }
}
.maingf .mainConcept .textcatch {
  font-weight: 600;
  font-size: 2vw;
  margin-bottom: 1em;
  letter-spacing: 0.125em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .maingf .mainConcept .textcatch {
    font-size: 0.8rem;
  }
}
@media (min-width: 64em) {
  .maingf .mainConcept .textcatch {
    font-size: 2vw;
  }
}
@media (min-width: 87.5em) {
  .maingf .mainConcept .textcatch {
    font-size: 1.5rem;
  }
}
.maingf .mainConcept .textcatch span {
  font-size: 2rem;
}
@media (min-width: 35em) {
  .maingf .mainConcept .textcatch span {
    font-size: 2rem;
  }
}
@media (min-width: 48em) {
  .maingf .mainConcept .textcatch span {
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .maingf .mainConcept .textcatch span {
    font-size: 2.8vw;
  }
}
@media (min-width: 87.5em) {
  .maingf .mainConcept .textcatch span {
    font-size: 2.1rem;
  }
}
.maingf .mainConcept .textn {
  font-weight: 500;
  line-height: 2.4em;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  .maingf .mainConcept .textn {
    font-size: 0.7rem;
  }
}

.otherpage .maingf {
  height: 400px;
  position: relative;
}
@media (min-width: 48em) {
  .otherpage .maingf {
    height: 62vh;
  }
}

.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3em;
}
@media (min-width: 48em) {
  .btn-flex {
    margin-bottom: 4em;
  }
}
.btn-flex .btn-manual {
  display: inline-block;
  border-radius: 100px;
  background: #fedf78;
  color: #004b23;
  font-weight: bold;
  padding: 1em 2em;
  font-size: 1.6rem;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 35em) {
  .btn-flex .btn-manual {
    padding: 1em 4em;
  }
}
@media (min-width: 48em) {
  .btn-flex .btn-manual {
    font-size: 1.3rem;
  }
}
.btn-flex .btn-manual:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  background: #004b23;
  color: #fff;
}
.btn-flex .btn-manual span {
  display: inline-block;
  padding: 0 0 0 60px;
  position: relative;
}
.btn-flex .btn-manual span::before {
  content: "";
  display: block;
  background: url("img/icon_i.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
.btn-flex .btn-park2 {
  display: inline-block;
  border-radius: 100px;
  background: #fedf78;
  color: #004b23;
  font-weight: bold;
  padding: 1em 4em;
  font-size: 1.2rem;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 290px;
}
@media (min-width: 48em) {
  .btn-flex .btn-park2 {
    width: 480px;
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .btn-flex .btn-park2 {
    width: auto;
  }
}
.btn-flex .btn-park2:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  background: #004b23;
  color: #fff;
}
.btn-flex .btn-park2 span {
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
}
@media (min-width: 48em) {
  .btn-flex .btn-park2 span {
    padding: 0 0 0 60px;
  }
}
.btn-flex .btn-park2 span::before {
  content: "";
  display: block;
  background: url("img/icon_p.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
@media (min-width: 48em) {
  .btn-flex .btn-park2 span::before {
    width: 50px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.btn-flex .btn-park3 {
  display: inline-block;
  border-radius: 100px;
  background: #e98c6c;
  color: #fff;
  font-weight: bold;
  padding: 1em 4em;
  font-size: 1.2rem;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 290px;
}
@media (min-width: 48em) {
  .btn-flex .btn-park3 {
    width: 480px;
    font-size: 1.1rem;
  }
}
@media (min-width: 64em) {
  .btn-flex .btn-park3 {
    width: auto;
  }
}
.btn-flex .btn-park3:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  background: #004b23;
  color: #fff;
}
.btn-flex .btn-park3 span {
  display: inline-block;
  padding: 0 0 0 40px;
  position: relative;
}
@media (min-width: 48em) {
  .btn-flex .btn-park3 span {
    padding: 0 0 0 60px;
  }
}
.btn-flex .btn-park3 span::before {
  content: "";
  display: block;
  background: url("img/icon_park.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
@media (min-width: 48em) {
  .btn-flex .btn-park3 span::before {
    top: calc(50% - 20px);
    width: 50px;
    height: 40px;
  }
}
.btn-flex a {
  display: inline-block;
  border-radius: 100px;
  background: #fedf78;
  color: #004b23;
  font-weight: bold;
  padding: 0.75em 4em;
  font-size: 1.1rem;
  opacity: 1;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .btn-flex a {
    font-size: 0.7rem;
  }
}
.btn-flex a.btn-news {
  background: #9abf9b;
  color: #fff;
}
.btn-flex a.btn-tenpo {
  background: #9aa7b1;
  color: #fff;
  width: 240px;
}
@media (min-width: 48em) {
  .btn-flex a.btn-tenpo {
    width: 320px;
  }
}
.btn-flex a.btn-tenpo span {
  display: inline-block;
  padding: 0 0 0 36px;
  position: relative;
}
.btn-flex a.btn-tenpo span::before {
  content: "";
  display: block;
  background: url("img/icon_pen.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
.btn-flex a.btn-entry {
  background: #9abf9b;
  color: #fff;
  width: 240px;
}
@media (min-width: 48em) {
  .btn-flex a.btn-entry {
    width: 320px;
  }
}
.btn-flex a.btn-entry span {
  display: inline-block;
  padding: 0 0 0 36px;
  position: relative;
}
.btn-flex a.btn-entry span::before {
  content: "";
  display: block;
  background: url("img/icon_men.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
.btn-flex a.btn-performer {
  background: #e98c6c;
  color: #fff;
  width: 240px;
}
@media (min-width: 48em) {
  .btn-flex a.btn-performer {
    width: 320px;
  }
}
.btn-flex a.btn-performer span {
  display: inline-block;
  padding: 0 0 0 36px;
  position: relative;
}
.btn-flex a.btn-performer span::before {
  content: "";
  display: block;
  background: url("img/icon_speaker.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
.btn-flex a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  background: #004b23;
  color: #fff;
}

.headlin-one {
  display: block;
  width: 100%;
  position: relative;
}
.headlin-one .jp {
  font-family: Josefin Sans;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  text-align: center;
}
@media (min-width: 48em) {
  .headlin-one .jp {
    font-size: 1.6vw;
  }
}
@media (min-width: 64em) {
  .headlin-one .jp {
    font-size: 1.2vw;
  }
}
@media (min-width: 87.5em) {
  .headlin-one .jp {
    font-size: 1rem;
  }
}
.headlin-one .en {
  font-family: "Delicious Handrawn", cursive;
  font-size: 9vw;
  font-weight: normal;
  margin: 0 0 0.3em 0;
  text-align: center;
}
@media (min-width: 35em) {
  .headlin-one .en {
    font-size: 5.8vw;
  }
}
@media (min-width: 48em) {
  .headlin-one .en {
    font-size: 4vw;
  }
}
@media (min-width: 64em) {
  .headlin-one .en {
    font-size: 4.5vw;
    margin: 0 0 0.6em 0;
  }
}
@media (min-width: 87.5em) {
  .headlin-one .en {
    font-size: 3.5rem;
  }
}
.headlin-one .en span {
  position: relative;
}
.headlin-one .en span::after {
  content: "";
  display: block;
  background: url(img/icon_pen2.png);
  background-size: contain !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 0.25em;
  right: -66px;
}
@media (min-width: 48em) {
  .headlin-one .en span::after {
    width: 80px;
    height: 80px;
    bottom: 0.25em;
    right: -86px;
  }
}
@media (min-width: 64em) {
  .headlin-one .en span::after {
    width: 100px;
    height: 100px;
    bottom: 0.25em;
    right: -96px;
  }
}
.headlin-one .animal_a1 {
  content: "";
  position: absolute;
  top: -60%;
  left: -16vw;
  display: block;
  width: 160px;
  height: 100px;
}
@media (min-width: 35em) {
  .headlin-one .animal_a1 {
    left: 0;
    top: -30%;
    width: 24vw;
    height: 8vw;
  }
}
@media (min-width: 48em) {
  .headlin-one .animal_a1 {
    width: 24vw;
    height: 8vw;
  }
}
@media (min-width: 64em) {
  .headlin-one .animal_a1 {
    width: 24vw;
    height: 8vw;
  }
}
@media (min-width: 87.5em) {
  .headlin-one .animal_a1 {
    width: 338px;
    height: 112px;
  }
}
.headlin-one .animal_a1 img {
  width: 100%;
  height: auto;
}
.headlin-one .animal_a2 {
  content: "";
  position: absolute;
  top: -100%;
  right: -20vw;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 0.5em auto;
}
@media (min-width: 35em) {
  .headlin-one .animal_a2 {
    top: -80%;
    right: -8vw;
    width: 35vw;
    height: 25vw;
  }
}
@media (min-width: 48em) {
  .headlin-one .animal_a2 {
    top: -50%;
    right: -8vw;
    width: 35vw;
    height: 25vw;
  }
}
@media (min-width: 64em) {
  .headlin-one .animal_a2 {
    top: -50%;
    right: -8vw;
    width: 35vw;
    height: 25vw;
  }
}
@media (min-width: 87.5em) {
  .headlin-one .animal_a2 {
    top: -50%;
    right: -8vw;
    width: 490px;
    height: 325px;
  }
}
.headlin-one .animal_a2 img {
  width: 100%;
  height: auto;
}

@media (min-width: 48em) {
  .scheduleblock {
    padding-top: 3rem !important;
  }
}
@media (min-width: 64em) {
  .scheduleblock {
    padding-top: 5rem;
  }
}
.scheduleblock .headlin-one .en {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin: -0.5em 0 0.5em 0;
}
.scheduleblock .headlin-one .jp {
  font-size: 1.7rem;
}
@media (min-width: 48em) {
  .scheduleblock .headlin-one .jp {
    font-size: 1.2rem;
  }
}

.wrapper-halfbox {
  padding: 4.5em 0 0 0;
}
@media (min-width: 48em) {
  .wrapper-halfbox {
    padding: 5em 0 0 0;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox {
    padding: 9em 0 0 0;
  }
}
.wrapper-halfbox .halfbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.5rem;
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox {
    margin-bottom: 5rem;
  }
}
.wrapper-halfbox .halfbox figure {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox figure {
    margin: 0;
    width: 50%;
  }
}
.wrapper-halfbox .halfbox .textspace {
  display: block;
  width: 100%;
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox .textspace {
    width: 45%;
    padding-left: 1em;
  }
}
.wrapper-halfbox .halfbox .textspace h4 {
  position: relative;
  margin-top: 0;
  padding-left: 76px;
  font-weight: bold;
  font-size: 5vw;
  margin-bottom: 0.5em;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox .textspace h4 {
    margin-top: 50px;
    padding-left: 80px;
    font-size: 3.6vw;
  }
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox .textspace h4 {
    padding-left: 100px;
    margin-top: 0;
    font-size: 3vw;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox .textspace h4 {
    padding-top: 70px;
    padding-left: 0;
    font-size: 2vw;
  }
}
@media (min-width: 87.5em) {
  .wrapper-halfbox .halfbox .textspace h4 {
    font-size: 1.8rem;
  }
}
.wrapper-halfbox .halfbox .textspace h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 64px;
  height: 56px;
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox .textspace h4::before {
    top: 0;
    width: 70px;
    height: 60px;
  }
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox .textspace h4::before {
    width: 90px;
    height: 80px;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox .textspace h4::before {
    width: 60px;
    height: 50px;
    top: 0;
    bottom: inherit;
  }
}
.wrapper-halfbox .halfbox .textspace p {
  line-height: 2.2em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox .textspace p {
    font-size: 0.75rem;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox .textspace p {
    font-size: 0.7rem;
  }
}
@media (min-width: 71.875em) {
  .wrapper-halfbox .halfbox .textspace p {
    font-size: 0.9rem;
  }
}
.wrapper-halfbox .halfbox:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(even) .textspace {
    padding-left: 6.5vw;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(odd) .textspace {
    padding-right: 6.5vw;
  }
}
.wrapper-halfbox .halfbox:nth-child(1) figure {
  position: relative;
  display: block;
  height: 300px;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure {
    height: 400px;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure {
    height: auto;
  }
}
.wrapper-halfbox .halfbox:nth-child(1) figure::after {
  content: "";
  display: block;
  background: url("img/img_02.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  width: 60%;
  padding-top: 40%;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure::after {
    padding-top: 40%;
    width: 60%;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure::after {
    bottom: -10px;
    padding-top: 47%;
    width: 68%;
  }
}
@media (min-width: 71.875em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure::after {
    padding-top: 53%;
    width: 70%;
  }
}
.wrapper-halfbox .halfbox:nth-child(1) figure::before {
  content: "";
  display: block;
  background: url("img/img_01.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  width: 80%;
  padding-top: 55%;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure::before {
    padding-top: 40%;
    width: 60%;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure::before {
    padding-top: 47%;
    width: 68%;
  }
}
@media (min-width: 71.875em) {
  .wrapper-halfbox .halfbox:nth-child(1) figure::before {
    padding-top: 53%;
    width: 70%;
  }
}
.wrapper-halfbox .halfbox:nth-child(1) h4::before {
  background: url("img/num_01.png");
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
.wrapper-halfbox .halfbox:nth-child(2) figure {
  position: relative;
  display: block;
  height: 200px;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(2) figure {
    height: 200px;
  }
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox:nth-child(2) figure {
    height: 300px;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(2) figure {
    height: auto;
  }
}
.wrapper-halfbox .halfbox:nth-child(2) figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 200px;
  background: url("img/img_33_ssp.png");
  background-size: contain !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(2) figure::before {
    background: url("img/img_33_sp.png");
    width: 100%;
    padding-top: 200px;
  }
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox:nth-child(2) figure::before {
    background-position: bottom left !important;
    width: 100%;
    padding-top: 300px;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(2) figure::before {
    background-position: center left !important;
    background: url("img/img_33.png");
    width: 100%;
    padding-top: 80%;
  }
}
.wrapper-halfbox .halfbox:nth-child(2) h4::before {
  background: url("img/num_02.png");
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
.wrapper-halfbox .halfbox:nth-child(2) h4::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("img/illast_food.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -50px;
  right: 0;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(2) h4::after {
    top: -90px;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(2) h4::after {
    top: -20px;
    width: 120px;
    height: 120px;
  }
}
.wrapper-halfbox .halfbox:nth-child(3) figure {
  position: relative;
  height: 300px;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(3) figure {
    height: 400px;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(3) figure {
    height: auto;
  }
}
.wrapper-halfbox .halfbox:nth-child(3) figure::before {
  content: "";
  display: block;
  width: calc(100% + 5rem);
  padding-top: 300px;
  background: url("img/img_06.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: -5rem;
  border-radius: 16px;
}
@media (min-width: 35em) {
  .wrapper-halfbox .halfbox:nth-child(3) figure::before {
    padding-top: 400px;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(3) figure::before {
    padding-top: 66%;
  }
}
.wrapper-halfbox .halfbox:nth-child(3) h4::before {
  background: url("img/num_03.png");
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
.wrapper-halfbox .halfbox:nth-child(3) h4::after {
  content: "";
  display: block;
  background: url("img/flag_r.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -40px;
  right: 0;
  width: 40vw;
  height: 18vw;
}
@media (min-width: 48em) {
  .wrapper-halfbox .halfbox:nth-child(3) h4::after {
    top: -60px;
    width: 40vw;
    height: 18vw;
  }
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(3) h4::after {
    top: -40px;
    width: 22vw;
    height: 12vw;
    top: -40px;
    right: -100px;
  }
}
@media (min-width: 87.5em) {
  .wrapper-halfbox .halfbox:nth-child(3) h4::after {
    width: 324px;
    height: 176px;
  }
}
.wrapper-halfbox .halfbox:nth-child(3) p {
  position: relative;
}
.wrapper-halfbox .halfbox:nth-child(3) p::after {
  content: "";
  display: block;
  width: 30vw;
  height: 20vw;
  background: url("img/img_07.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 100%;
  right: -30px;
  border-radius: 16px;
}
@media (min-width: 64em) {
  .wrapper-halfbox .halfbox:nth-child(3) p::after {
    width: 15vw;
    height: 10vw;
    bottom: -65%;
    right: -100px;
  }
}

.enjoyblock {
  padding-bottom: 10rem !important;
}

.aboutblock {
  position: relative;
  background: #e1e7ea;
  padding-top: 150px !important;
}
.aboutblock::after {
  content: "";
  display: block;
  width: 100%;
  height: 252px;
  background: url("img/header_bg2.png");
  background-size: contain !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aboutblock::before {
  position: absolute;
  left: calc(50% - 27px);
  top: -70px;
  content: "";
  display: block;
  width: 75px;
  height: 104px;
  background: url(img/flag1.png);
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  z-index: 2;
}
@media (min-width: 35em) {
  .aboutblock::before {
    top: -7vw;
  }
}
@media (min-width: 48em) {
  .aboutblock::before {
    top: -5vw;
  }
}
@media (min-width: 64em) {
  .aboutblock::before {
    top: -2.7vw;
  }
}
@media (min-width: 87.5em) {
  .aboutblock::before {
    top: -1vw;
  }
}
.aboutblock .headlin-one {
  position: relative;
  z-index: 3;
}
.aboutblock .headlin-one .animal_b1 {
  display: block;
  position: absolute;
  top: -220px;
  left: -10vw;
  width: 150px;
  height: 200px;
  z-index: 1;
}
@media (min-width: 35em) {
  .aboutblock .headlin-one .animal_b1 {
    top: -200px;
    left: -2vw;
    width: 200px;
    height: 240px;
  }
}
@media (min-width: 48em) {
  .aboutblock .headlin-one .animal_b1 {
    top: -300px;
    left: 0;
    width: 250px;
    height: 330px;
  }
}
@media (min-width: 64em) {
  .aboutblock .headlin-one .animal_b1 {
    top: -300px;
    left: 0;
    width: 300px;
    height: 400px;
  }
}
@media (min-width: 87.5em) {
  .aboutblock .headlin-one .animal_b1 {
    left: -5%;
  }
}
.aboutblock .headlin-one .animal_b1 img {
  width: 100%;
  height: auto;
}

.animal_c1 {
  position: absolute;
  top: 0;
  right: -8vw;
  display: block;
  width: 100px;
  height: 100px;
  z-index: 10;
}
@media (min-width: 48em) {
  .animal_c1 {
    right: 3vw;
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 64em) {
  .animal_c1 {
    right: 5vw;
    width: 150px;
    height: 150px;
  }
}
.animal_c1 img {
  width: 100%;
  height: auto;
}

.animal_e1 {
  position: absolute;
  top: -70px;
  right: 3vw;
  display: block;
  width: 80px;
  height: 50px;
  z-index: 10;
}
@media (min-width: 48em) {
  .animal_e1 {
    top: -150px;
    right: 3vw;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 64em) {
  .animal_e1 {
    top: -100px;
    right: 5vw;
    width: 150px;
    height: 150px;
  }
}
.animal_e1 img {
  width: 100%;
  height: auto;
}

.animal_d1 {
  position: absolute;
  top: -120px;
  left: 0;
  display: block;
  width: 120px;
  height: 120px;
  z-index: 1;
}
@media (min-width: 48em) {
  .animal_d1 {
    top: -150px;
    left: 5vw;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 64em) {
  .animal_d1 {
    top: -200px;
    left: 5vw;
    width: 200px;
    height: 200px;
  }
}
.animal_d1 img {
  width: 100%;
  height: auto;
}

.mapblock {
  padding-bottom: 13rem !important;
}
@media (min-width: 35em) {
  .mapblock {
    padding-bottom: 14rem !important;
  }
}
@media (min-width: 48em) {
  .mapblock {
    padding-bottom: 10rem !important;
  }
}

.topicblock {
  background: #d7e2cc;
  position: relative;
}
.topicblock::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: url(img/header_bg3.png);
  background-size: cover !important;
  background-position: 80% top !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}
@media (min-width: 35em) {
  .topicblock::after {
    height: 100px;
    top: -100px;
  }
}
@media (min-width: 48em) {
  .topicblock::after {
    height: 150px;
    top: -150px;
  }
}
.topicblock .topicinner {
  display: block;
  padding: 3rem 0 0 0;
}
.topicblock .topicinner dl {
  border-bottom: 3px dashed #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2em !important;
  padding: 1.65em 0;
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .topicblock .topicinner dl {
    padding: 1.35em 0;
    font-size: 0.8rem;
  }
}
.topicblock .topicinner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .topicblock .topicinner dl dt {
    margin: 0;
    font-size: 0.9rem;
  }
}
.topicblock .topicinner dl dt span {
  display: block;
  width: 14em;
  text-align: center;
  color: #fff;
  margin: 0 1.5em;
  padding: 0 1.5em;
  background: #004b23;
  border-radius: 100px;
  font-size: 0.7rem;
}
@media (min-width: 48em) {
  .topicblock .topicinner dl dt span {
    width: 15em;
    font-size: 0.5rem;
  }
}
.topicblock .topicinner dl dd {
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .topicblock .topicinner dl dd {
    width: inherit;
  }
}
.topicblock .topicinner dl dd a {
  color: #004b23;
}
.topicblock .btn-flex {
  padding-top: 3rem;
}

.instablock .jp img {
  width: 30px;
  height: auto;
}
@media (min-width: 48em) {
  .instablock .jp img {
    width: 50px;
  }
}

.kakukaku {
  -webkit-animation: katakata 8s infinite ease-in-out alternate;
          animation: katakata 8s infinite ease-in-out alternate;
}

@-webkit-keyframes katakata {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  11% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  11.5% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  12% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  13% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes katakata {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  11% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  11.5% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  12% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  12.5% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  13% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.kakukaku2 {
  -webkit-animation: katakata2 11s infinite ease-in-out alternate;
          animation: katakata2 11s infinite ease-in-out alternate;
}

@-webkit-keyframes katakata2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  51% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  51.5% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  52% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  52.5% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  53% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes katakata2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  51% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  51.5% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  52% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  52.5% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  53% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.element {
  /*アニメーションを4段階に分けて、各ステップが終了後に切り替わる。*/
  -webkit-animation: example 10s steps(2, end) infinite;
          animation: example 10s steps(2, end) infinite;
}

@-webkit-keyframes example {
  from {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
}

@keyframes example {
  from {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
}
.element2 {
  /*アニメーションを4段階に分けて、各ステップが終了後に切り替わる。*/
  -webkit-animation: example2 10s steps(3, end) infinite;
          animation: example2 10s steps(3, end) infinite;
}

@-webkit-keyframes example2 {
  from {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
}

@keyframes example2 {
  from {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
}
.questiontext {
  display: block;
  padding: 0;
  position: relative;
}
.questiontext .jp {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .questiontext .jp {
    font-size: 1.2rem;
  }
}
.questiontext .en {
  font-weight: bold;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .questiontext .en {
    font-size: 0.9rem;
  }
}

.linear {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcea83));
  background: linear-gradient(transparent 70%, #fcea83 70%);
  font-size: 115%;
  font-weight: bold;
}
@media (min-width: 48em) {
  .linear {
    font-size: 125%;
  }
}

.bannerblock {
  position: relative;
  padding: 5rem 0 6rem 0 !important;
}
@media (min-width: 35em) {
  .bannerblock {
    padding: 5rem 0 0 0 !important;
  }
}
@media (min-width: 64em) {
  .bannerblock {
    padding: 5rem 0 !important;
  }
}
.bannerblock .bannerblock_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3% 10vw;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .bannerblock .bannerblock_inner {
    padding: 3% 0;
  }
}
.bannerblock .bannerblock_inner a {
  display: block;
  width: 80%;
  margin: 1%;
}
@media (min-width: 48em) {
  .bannerblock .bannerblock_inner a {
    width: 48%;
    margin: 1%;
  }
}
.bannerblock .bannerblock_inner a img {
  width: 100%;
  height: auto;
}

.normalt {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 4rem auto;
  border-top: 2px solid #004b23;
  border-bottom: 2px solid #004b23;
}
.normalt tr {
  border-bottom: 1px dashed #004b23;
}
.normalt th, .normalt td {
  padding: 0.75rem;
  text-align: left;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .normalt th, .normalt td {
    font-size: 0.8rem;
  }
}
.normalt th {
  word-break: keep-all;
}
@media (min-width: 48em) {
  .normalt th {
    width: auto;
  }
}
.normalt td a {
  color: #004b23;
  text-decoration: underline;
}

.otherpage .maingf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(img/kvv.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: block;
  height: 100vh;
}
.otherpage .topicblock {
  padding-top: 14em;
}
.otherpage .animal_c1 {
  display: none;
}

.error404 .normalblock {
  padding-top: 14em;
}

.postbox {
  background: #fff;
  padding: 2rem;
  margin-bottom: 7rem;
}
.postbox .postlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.postbox .postlist li {
  border-bottom: 1px dashed #483c33;
  padding: 1.5rem 0;
}
.postbox .postlist li:last-child {
  border-bottom: none;
}
.postbox .postlist li a {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .postbox .postlist li a {
    font-size: 1rem;
  }
}
.postbox .postlist li .pdate {
  display: block;
  margin-top: 0.5em;
  color: #777;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .postbox .postlist li .pdate {
    font-size: 0.7rem;
  }
}

.radiusnout {
  margin: 2rem 0 0 0;
  overflow-x: auto;
}
.radiusnout .scheduletable {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: 0;
  /* 角丸を適用するために必須 */
  border-collapse: separate;
}
.radiusnout .scheduletable th, .radiusnout .scheduletable td {
  border-collapse: collapse;
  border: 2px solid #004b23;
  padding: 1.25rem;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.2rem;
  vertical-align: top;
}
@media (min-width: 48em) {
  .radiusnout .scheduletable th, .radiusnout .scheduletable td {
    font-size: 0.8rem;
  }
}
.radiusnout .scheduletable th {
  background: #bfcdb2;
  word-break: keep-all;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 48em) {
  .radiusnout .scheduletable th {
    width: auto;
  }
}
.radiusnout .scheduletable td {
  background: #fffffb;
  font-weight: 400;
}
.radiusnout .scheduletable td.keepall {
  white-space: nowrap;
}
.radiusnout .scheduletable tr:first-child th {
  border-top: 4px solid #004b23;
}
.radiusnout .scheduletable tr:last-child td {
  border-bottom: 4px solid #004b23;
}
.radiusnout .scheduletable tr:first-child th:first-child {
  border-top: 4px solid #004b23;
  border-left: 4px solid #004b23;
  border-top-left-radius: 20px;
}
.radiusnout .scheduletable tr:first-child th:last-child {
  border-top: 4px solid #004b23;
  border-right: 4px solid #004b23;
  border-top-right-radius: 20px;
  min-width: 250px;
}
.radiusnout .scheduletable tr:last-child td:first-child {
  border-bottom: 4px solid #004b23;
  border-left: 4px solid #004b23;
  border-bottom-left-radius: 20px;
}
.radiusnout .scheduletable tr:last-child td:last-child {
  border-bottom: 4px solid #004b23;
  border-right: 4px solid #004b23;
  border-bottom-right-radius: 20px;
}
.radiusnout .scheduletable tr td:first-child {
  border-left: 4px solid #004b23;
}
.radiusnout .scheduletable tr td:last-child {
  border-right: 4px solid #004b23;
}

.mapfig {
  display: block;
  width: 100%;
  margin: 0 0 4rem 0;
}
.mapfig img {
  width: 100%;
  height: auto;
}

.map {
  display: block;
  width: 100%;
}
.map img {
  width: 100%;
  height: auto;
}

.people .conceptblock {
  position: relative;
  z-index: 10;
}
.people .conceptblock::before {
  content: "";
  display: block;
  width: 30vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_tori4.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50vw;
  right: -12%;
  z-index: 100;
}
@media (min-width: 48em) {
  .people .conceptblock::before {
    top: inherit;
    bottom: 40% !important;
  }
}
.people .conceptblock::after {
  content: "";
  display: block;
  width: 30vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_pen1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 16%;
  left: -15%;
  z-index: 100;
}
.people .conceptblock .headling-n1 {
  font-weight: bold;
  font-size: 2.7vw;
  margin-bottom: 2em;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .people .conceptblock .headling-n1 {
    font-size: 2vw;
  }
}

.enrichment .enblock {
  margin-top: 0;
}

.enrichment .conceptblock {
  position: relative;
}
.enrichment .conceptblock::before {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 40vw;
  height: auto;
  background: url(img/i_saru2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 30%;
  right: -12%;
  z-index: 100;
}
@media (min-width: 48em) {
  .enrichment .conceptblock::before {
    display: block;
    bottom: 40% !important;
    top: inherit;
    width: 30vw;
    padding-top: 30vw;
  }
}
.enrichment .conceptblock::after {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 40vw;
  height: auto;
  background: url(img/i_imori.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 8%;
  left: -15%;
  z-index: 100;
}
@media (min-width: 48em) {
  .enrichment .conceptblock::after {
    display: block;
    top: 16%;
    width: 30vw;
    padding-top: 30vw;
  }
}

.about .concept {
  position: relative;
  overflow: visible;
}
.about .concept::before {
  content: "";
  display: block;
  width: 50vw;
  padding-top: 50vw;
  height: auto;
  background: url(img/i_tori2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -8%;
  right: -17%;
  z-index: 100;
}
@media (min-width: 48em) {
  .about .concept::before {
    width: 40vw;
    padding-top: 40vw;
    right: -13vw;
    top: -6%;
  }
}
@media (min-width: 64em) {
  .about .concept::before {
    width: 30vw;
    padding-top: 30vw;
  }
}
.about .concept::after {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 50vw;
  height: auto;
  background: url(img/i_pen1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0%;
  left: -16%;
  z-index: 100;
}
@media (min-width: 48em) {
  .about .concept::after {
    left: -7vw;
    width: 32vw;
    padding-top: 40vw;
    top: 1%;
  }
}
@media (min-width: 64em) {
  .about .concept::after {
    left: -16vw;
    top: -2vw;
    padding-top: 23vw;
  }
}

.about .conceptblock {
  position: relative;
  margin-bottom: -8vw;
  padding-bottom: 15vw;
  overflow: hidden;
  z-index: 1;
}

.about .ojfit {
  aspect-ratio: 1/1 !important;
}

.animal .conceptblock::before {
  display: none;
}
.animal .conceptblock::after {
  display: none;
}

.information .container-narrow-head {
  padding: 0 2.5rem 5rem 2.5rem;
}
@media (min-width: 35em) {
  .information .container-narrow-head {
    padding: 0 7rem 5rem 7rem;
  }
}

.animal .container-narrow-head {
  overflow: visible;
  position: relative;
}
.animal .container-narrow-head::before {
  display: none;
}
.animal .container-narrow-head .animalp {
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid #fff;
  position: absolute;
}
.animal .container-narrow-head .animalp:nth-child(1) {
  top: -35%;
  right: -15%;
}
.animal .container-narrow-head .animalp:nth-child(2) {
  top: -7%;
  right: 8%;
  z-index: -1;
}
.animal .container-narrow-head .animalp:nth-child(3) {
  bottom: -40%;
  right: -10%;
}
.animal .container-narrow-head .animalp:nth-child(4) {
  bottom: 0;
  right: 5%;
}
.animal .container-narrow-head .animalp:nth-child(5) {
  top: 13%;
  right: -22%;
}
.animal .container-narrow-head .animalp:nth-child(6) {
  bottom: -60%;
  right: 0;
}

.animal .container .animalbox {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 1.5rem;
  margin-bottom: 10%;
}
@media (min-width: 48em) {
  .animal .container .animalbox {
    padding: 3rem;
  }
}
.animal .container .animalbox .animailsit {
  margin: 0;
  padding: 1.5em 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .animal .container .animalbox .animailsit {
    padding: 1em 0 0 0;
  }
}
.animal .container .animalbox .animailsit li {
  display: block;
  width: 47%;
  margin: 1.5%;
}
@media (min-width: 48em) {
  .animal .container .animalbox .animailsit li {
    width: 30.33%;
    margin: 1.5%;
  }
}
@media (min-width: 64em) {
  .animal .container .animalbox .animailsit li {
    margin: 2%;
    width: 21%;
  }
}
.animal .container .animalbox .animailsit li a .ojfit-a {
  border: 6px solid #483c33;
  border: 6px solid #ff9d33;
  border-radius: 1000px;
  display: block;
  width: 100%; /* 親の幅いっぱいに広がる */
  aspect-ratio: 1/1; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
.animal .container .animalbox .animailsit li a .ojfit-a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}
.animal .container .animalbox .animailsit li a p {
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0.25rem 0 0 0;
  line-height: 1.4em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .animal .container .animalbox .animailsit li a p {
    font-size: 0.9rem;
  }
}

.animalcate {
  padding-bottom: 0.5em;
  font-weight: bold;
  position: relative;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .animalcate {
    font-size: 1.4rem;
  }
}
.animalcate {
  margin-bottom: 1rem;
}
.animalcate::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(img/dot2.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
}

.wbox {
  padding: 2rem;
  display: block;
  background: #fff;
  border-radius: 10px;
}
.wbox .wboxin {
  padding: 0 0 3rem 0;
  line-height: 1.8em;
}

.about .topicksblock,
.information .topicksblock {
  position: relative;
  margin-top: 10vw;
  z-index: 1;
  background: url(img/back_3.png);
  padding: 2.5% 2% 5% 2%;
}
.about .topicksblock::before,
.information .topicksblock::before {
  content: "";
  display: block;
  width: 100vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/bg_yama2.png);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -10vw;
  left: 0;
}
.about .topicksblock::after,
.information .topicksblock::after {
  content: "";
  display: block;
  width: 45vw;
  padding-top: 60vw;
  height: auto;
  background: url(img/i_tori1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 101;
  bottom: -70px;
  display: none;
}
@media (min-width: 48em) {
  .about .topicksblock::after,
  .information .topicksblock::after {
    display: block;
    bottom: -5%;
  }
}
@media (min-width: 64em) {
  .about .topicksblock::after,
  .information .topicksblock::after {
    z-index: -1;
    width: 25vw;
    padding-top: 50vw;
    bottom: 0;
  }
}
.about .topicksblock .container,
.information .topicksblock .container {
  position: relative;
}
@media (min-width: 48em) {
  .about .topicksblock .tbinner,
  .information .topicksblock .tbinner {
    width: 46%;
    margin: 0 2% 5% 2%;
  }
}
@media (min-width: 64em) {
  .about .topicksblock .tbinner,
  .information .topicksblock .tbinner {
    width: 27.333%;
    margin: 0 3% 7% 3%;
  }
}

.information .topicksblock {
  position: relative;
  z-index: 50;
  top: -10vw;
  padding-bottom: 22vw;
}
@media (min-width: 48em) {
  .information .topicksblock {
    padding-bottom: 10vw;
  }
}
.information .topicksblock::before {
  z-index: 10;
}
.information .topicksblock::after {
  display: none;
}
.information .topicksblock .headling-top {
  margin-top: 1rem !important;
}

.information .conceptblock {
  padding-bottom: 30vw;
}
@media (min-width: 48em) {
  .information .conceptblock {
    padding-bottom: 10vw;
  }
}
.information .conceptblock::before {
  content: "";
  display: block;
  width: 45vw;
  padding-top: 60vw;
  height: auto;
  background: url(img/i_tori1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0;
  z-index: 101;
  bottom: 4%;
}
@media (min-width: 35em) {
  .information .conceptblock::before {
    bottom: 4%;
    width: 40vw;
    padding-top: 50vw;
  }
}
@media (min-width: 48em) {
  .information .conceptblock::before {
    display: block;
    bottom: 7%;
  }
}
@media (min-width: 64em) {
  .information .conceptblock::before {
    z-index: -1;
    width: 25vw;
    padding-top: 50vw;
    bottom: 0;
  }
}

.information .pleaseblock {
  top: -14vw;
  z-index: 100;
  padding-top: 10rem;
}
@media (min-width: 48em) {
  .information .pleaseblock {
    padding-top: 5rem;
  }
}
.information .pleaseblock::before {
  top: -14vw;
}

.caution {
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .caution {
    font-size: 0.6rem;
  }
}

.about .pleaseblock {
  padding-bottom: 12rem;
}

.pleaseblock {
  position: relative;
}
.pleaseblock::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 20vw;
  height: auto;
  background: url(img/bg_faq.png);
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -13vw;
  left: 0;
  z-index: 100;
}
.pleaseblock .animalcate {
  margin-bottom: 1.5em;
}
.pleaseblock .marubox {
  background: #fffaf3;
  background: url(img/back_3.png);
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.pleaseblock .marubox .marubox-t {
  line-height: 1.6em;
  margin-bottom: 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .pleaseblock .marubox .marubox-t {
    font-size: 1rem;
  }
}
.pleaseblock .marubox.maru1 {
  position: relative;
}
.pleaseblock .marubox.maru1::before {
  content: "➊";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .pleaseblock .marubox.maru1::before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
  }
}
.pleaseblock .marubox.maru2 {
  position: relative;
}
.pleaseblock .marubox.maru2::before {
  content: "➋";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .pleaseblock .marubox.maru2::before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
  }
}
.pleaseblock .btn-orange {
  width: 220px;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .pleaseblock .btn-orange {
    width: 310px;
    font-size: 0.6rem;
  }
}

.pleaselist {
  background: #fff;
  border-radius: 10px;
  padding: 3rem;
  margin: 0;
}
.pleaselist li {
  padding-bottom: 1.2em;
  margin-left: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.6em;
  position: relative;
}
@media (min-width: 48em) {
  .pleaselist li {
    padding-bottom: 2em;
    margin-left: 2em;
    margin-bottom: 2em;
  }
}
.pleaselist li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -2em;
  width: calc(100% + 2em);
  height: 2px;
  background: url(img/dot.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
}
.pleaselist li b {
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .pleaselist li b {
    font-size: 1rem;
  }
}
.pleaselist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pleaselist li:last-child::before {
  display: none;
}

.animal .pagenav-in {
  margin: -4rem 3rem 2rem 3rem;
}
@media (min-width: 48em) {
  .animal .pagenav-in {
    margin: -4rem 0 2rem 0;
  }
}

.information .pagenav-in {
  margin: -2% 3rem 8vw 3rem;
}
@media (min-width: 48em) {
  .information .pagenav-in {
    margin: -2% 0 8vw 0;
  }
}

.historyblock {
  background: url(img/back_3.png);
  position: relative;
}
.historyblock::after {
  content: "";
  display: block;
  width: 33vw;
  padding-top: 60vw;
  height: auto;
  background: url(img/i_pen1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -4%;
  left: -10vw;
}
@media (min-width: 48em) {
  .historyblock::after {
    top: 12%;
  }
}
.historyblock::before {
  content: "";
  display: block;
  width: 100vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/bg_yama2.png);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -10vw;
  left: 0;
}
.historyblock .container-narrow {
  overflow: visible;
  position: relative;
}
.historyblock .container-narrow::before {
  content: "";
  display: block;
  width: 20vw;
  padding-top: 20vw;
  height: auto;
  background: url(img/i_kusa1.png);
  background-size: contain !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 10%;
  right: -15vw;
}

.table-company2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 7rem;
  position: relative;
}
.table-company2 th, .table-company2 td {
  text-align: center;
  padding: 0.65em 1.25em;
  vertical-align: top;
}
.table-company2 th {
  line-height: 1.2em;
  border-right: 4px solid #483c33;
  text-align: center;
  padding: 0.65em 0.65em 0.65em 0;
  width: 10px;
  color: #fff;
  white-space: nowrap;
  font-family: Josefin Sans;
  text-shadow: rgb(72, 60, 51) 2px 0px 0px, rgb(72, 60, 51) 1.75517px 0.958851px 0px, rgb(72, 60, 51) 1.0806px 1.68294px 0px, rgb(72, 60, 51) 0.141474px 1.99499px 0px, rgb(72, 60, 51) -0.832294px 1.81859px 0px, rgb(72, 60, 51) -1.60229px 1.19694px 0px, rgb(72, 60, 51) -1.97998px 0.28224px 0px, rgb(72, 60, 51) -1.87291px -0.701566px 0px, rgb(72, 60, 51) -1.30729px -1.5136px 0px, rgb(72, 60, 51) -0.421592px -1.95506px 0px, rgb(72, 60, 51) 0.567324px -1.91785px 0px, rgb(72, 60, 51) 1.41734px -1.41108px 0px, rgb(72, 60, 51) 1.92034px -0.558831px 0px;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .table-company2 th {
    text-align: right;
    font-size: 2rem;
  }
}
.table-company2 td {
  text-align: left;
  position: relative;
}
.table-company2 td:before {
  position: absolute;
  left: -9px;
  top: 15px;
  display: block;
  content: "";
  background: #483c33;
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
@media (min-width: 48em) {
  .table-company2 td:before {
    left: -12px;
    width: 20px;
    height: 20px;
    top: 40px;
  }
}
.table-company2 td img {
  max-width: 100%;
}
.table-company2 td .tdwrapper {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  margin-left: 0;
  position: relative;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper {
    margin-left: 20px;
  }
}
.table-company2 td .tdwrapper::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  border: none;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper::before {
    top: 40px;
    left: -28px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
  }
}
.table-company2 td .tdwrapper .histitle {
  font-weight: bold;
  margin-bottom: 0.25em;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .histitle {
    font-size: 1.2rem;
  }
}
.table-company2 td .tdwrapper .ntext {
  padding-top: 0.5em;
  line-height: 1.8em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .ntext {
    font-size: 0.7rem;
  }
}
.table-company2 td .tdwrapper .hallf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-company2 td .tdwrapper .hallf .ntext {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .hallf .ntext {
    width: 48%;
  }
}
.table-company2 td .tdwrapper .hallf figure {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .hallf figure {
    width: 48%;
  }
}

nav {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
nav .pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  z-index: 100;
  overflow: hidden;
  border-radius: 100px;
  padding: 1.5em;
}
nav .pagenav li {
  display: block;
  width: auto;
  margin: 0.25em;
  list-style: none;
  position: relative;
}
nav .pagenav li a {
  display: block;
  font-weight: bold;
  border-radius: 100px;
  width: auto;
  padding: 10px;
  text-align: center;
  line-height: 1em;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  nav .pagenav li a {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
nav .pagenav li a span {
  position: relative;
}
nav .pagenav li:hover a {
  background: #ff7e00;
  color: #fff;
  opacity: 1;
}
nav .pagenav li.current a {
  background: #ff7e00;
  color: #fff;
}

.titlehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.titlehead .category-name {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  padding: 0.75em 1.5em 0.75em 1.5em;
  margin-right: 1em;
  background: #004b23;
  border-radius: 60px;
  font-size: 0.8rem;
}
@media (min-width: 48em) {
  .titlehead .category-name {
    font-size: 0.6rem;
  }
}
.titlehead .category-name.news {
  background: #004b23;
}
.titlehead .category-name.event {
  background: #ffb933;
}
.titlehead .datee {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .titlehead .datee {
    font-size: 0.8rem;
  }
}

/* --- basic setting ----------------------------------------------------------------------------------------- */
.wp-caption-text {
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-article-text-main,
.twitter-tweet,
.instagram-media,
.instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-detail iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
.postbox {
  margin-top: 3rem;
}

.postbox h1 {
  margin-bottom: 0.65em;
  line-height: 1.5em;
  font-size: 1.5em;
}

.page-body {
  padding: 0;
}
.page-body hr {
  border: none;
  border-top: 1px dashed #000000;
}
.page-body p {
  margin-bottom: 1.5rem;
}
.page-body small {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .page-body small {
    font-size: 0.6rem;
  }
}
.page-body a {
  color: #0185f1;
}
.page-body h2 {
  clear: both;
  margin-bottom: 1.2rem;
  padding: 0.75rem 0 0;
  color: #000;
  font-weight: bold;
}
.page-body h3 {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 1.5rem 0 7px 0;
  color: #000;
  letter-spacing: 0.04em;
}
.page-body h4,
.page-body h5,
.page-body h6 {
  margin-bottom: 0.6rem;
  color: #000;
}
.page-body h2 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
.page-body h3 {
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
.page-body h4 {
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
.page-body h5, .page-body h6 {
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .page-body h2 {
    font-size: 1rem;
  }
  .page-body h3 {
    font-size: 0.9rem;
  }
  .page-body h4 {
    font-size: 0.9rem;
  }
  .page-body h5, .page-body h6 {
    font-size: 0.9rem;
  }
}
.page-body {
  /* image */
}
.page-body img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.page-body img.centered, .page-body div.centered {
  display: block;
  margin: 24px auto;
}
.page-body img.aligncenter, .page-body div.aligncenter {
  display: block;
  margin: 24px auto;
}
.page-body img.alignright, .page-body div.alignright {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body img.alignleft, .page-body div.alignleft {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body .wp-caption {
  max-width: 100%;
  padding: 0;
  margin: 24px auto;
}
.page-body .wp-caption.alignright {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.alignleft {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.aligncenter {
  margin: 24px auto;
}
.page-body .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-body .wp-caption .wp-caption-text {
  padding: 8px 0 0;
  color: #999;
  font-size: 12px;
}
@media (min-width: 48em) {
  .page-body img.alignright, .page-body div.alignright {
    float: right;
    margin: 4px 0 30px 30px;
    display: inline;
  }
  .page-body img.alignleft, .page-body div.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
    display: inline;
  }
  .page-body .wp-caption.alignright {
    float: right;
    margin: 4px 0 30px 30px;
  }
  .page-body .wp-caption.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
.page-body {
  /* gallery */
}
.page-body .gallery {
  margin-bottom: 1.8rem;
  font-size: 0;
  text-align: center;
}
.page-body .gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 8px;
  width: 50%;
}
@media (min-width: 30em) {
  .page-body .gallery-item {
    width: auto;
  }
}
.page-body .gallery-caption {
  padding: 8px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.page-body {
  /* icon */
}
.page-body i.fa {
  margin-right: 6px;
}
.page-body {
  /* table */
}
.page-body table {
  margin: 0 0 2rem 0;
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .page-body table {
    display: table;
    white-space: inherit;
    width: 100%;
  }
}
.page-body td,
.page-body th {
  border: 1px solid #ababab;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .page-body td,
  .page-body th {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body th {
  background-color: #004b23;
  font-weight: bold;
  color: #fff;
  width: 35%;
}
@media (min-width: 48em) {
  .page-body th {
    width: 26%;
  }
}
.page-body {
  /* list */
}
.page-body dt,
.page-body dd {
  margin: 0;
}
.page-body ul,
.page-body ol {
  margin: 0 0 0.8rem;
  padding: 0 0 0 16px;
}
.page-body ul li,
.page-body ol li {
  margin: 0 0 0.375rem 0.8rem;
  padding: 0 0 0 0.4rem;
}
.page-body {
  /* block quote */
}
.page-body .blockquote {
  margin: 0 0 1.5em 0;
  padding: 15px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body .blockquote p:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.page-body blockquote {
  margin: 0 0 2em 0;
  padding: 30px 30px 2px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.page-body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #999;
}
.page-body .noclick {
  pointer-events: none;
}

.page-body.company_body {
  /* table */
}
.page-body.company_body table {
  margin: 0 0 2rem 0;
  display: block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  white-space: inherit;
}
@media (min-width: 48em) {
  .page-body.company_body table {
    display: table;
    width: 100%;
  }
}
.page-body.company_body tbody, .page-body.company_body tr {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body tbody, .page-body.company_body tr {
    display: table;
  }
}
.page-body.company_body td,
.page-body.company_body th {
  border: 3px solid #fff;
  background-color: #eff2f7;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body td,
  .page-body.company_body th {
    display: table-cell;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body.company_body th {
  background-color: #242424;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 48em) {
  .page-body.company_body th {
    width: 26%;
  }
}

/* コメント */
#comments.comments-area {
  clear: both;
  padding: 2rem 0;
}
#comments .comment-respond {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  #comments .comment-respond {
    font-size: 0.7rem;
  }
}
#comments .comment-form-comment textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
#comments .comment-form-author input, #comments .comment-form-email input {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  #comments .comment-form-author, #comments .comment-form-email {
    float: left;
    width: 48%;
  }
}
@media (min-width: 48em) {
  #comments .comment-form-email {
    float: right;
  }
}
#comments .form-submit {
  clear: both;
  padding-top: 8px;
  text-align: center;
}
#comments .form-submit input[type=submit] {
  width: 100%;
  margin: 0;
  height: 56px;
  line-height: 56px;
  border: 1px rgb(25.5, 25.5, 25.5) solid;
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
  border-radius: 4px;
}
#comments .form-submit input[type=submit]:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}
@media (min-width: 30em) {
  #comments .form-submit input[type=submit] {
    width: 300px;
    display: inline-block;
    margin: 0;
  }
}

/* next-page */
.pagesprit {
  text-align: center;
  font-size: 0;
  padding: 16px 0 32px 0;
}

.pagesprit .page-numbers {
  line-height: 1;
}

.pagesprit a,
.pagesprit span {
  display: inline-block;
  margin: 0 2px 4px 2px;
  font-size: 14px;
  line-height: 14px;
}

.pagesprit .numbers {
  border: 1px #000 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
}

.pagesprit a:hover {
  opacity: 1;
}

.pagesprit a:hover .numbers {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.pagesprit a .numbers {
  background-color: #fff;
  color: #000;
}

@media (min-width: 62em) {
  .pagesprit .numbers {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
/* PageNaviプラグイン */
.paginationArea {
  padding: 0 0 3em 0;
  margin: 0 0 3em 0;
}
@media (min-width: 48em) {
  .paginationArea {
    padding: 3em 0;
    margin: 3em 0 2em 0;
  }
}

.wp-pagenavi {
  padding: 0 0 16px 0;
  text-align: center;
}

.wp-pagenavi .pages {
  display: block;
  margin: 8px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .pages {
    font-size: 18px;
  }
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: inline-block; /*border: 1px solid $link-color*/
  margin: 8px 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.wp-pagenavi .extend {
  border: none;
  margin: 8px 0;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

.wp-pagenavi .current {
  position: relative;
  font-weight: bold;
}
.wp-pagenavi .current::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 4px solid #fff;
  bottom: -8px;
  left: 0;
  right: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #000000;
}

@media (min-width: 48em) {
  .wp-pagenavi .pages {
    display: block;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .wp-pagenavi .previouspostslink {
    display: inline-block; /*border: 1px solid $link-color*/
    margin: 8px 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 62em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
/* -----------------------------------------------------------
   .pagenationPNArea
   ----------------------------------------------------------- */
.pagenationPNArea {
  position: relative;
  text-align: center;
  border-top: 1px solid #c0d5dc;
  padding: 3em 0;
  margin: 9em 0 0 0;
  display: block;
}

/* .btn */
.pagenationPNArea .btnTop {
  display: block;
  margin: 0 auto;
  width: 40%;
}

.pagenationPNArea .btnPrev,
.pagenationPNArea .btnNext {
  position: absolute;
  bottom: 0;
  width: 29.5%;
  text-decoration: none;
}

.pagenationPNArea .btnPrev {
  right: 0;
}

.pagenationPNArea .btnNext {
  left: 0;
}

.pagenationPNArea .btnPrev a,
.pagenationPNArea .btnTop a,
.pagenationPNArea .btnNext a {
  display: block; /*border:#000 1px solid*/
  position: relative;
  font-weight: bold;
  line-height: 3.6em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: #ffd45c;
  color: #004b23;
  border-radius: 50px;
}

.pagenationPNArea .btnPrev a:hover,
.pagenationPNArea .btnTop a:hover,
.pagenationPNArea .btnNext a:hover {
  color: #fff;
  opacity: 1;
  background: #004b23;
}

/*.pagenationPNArea .btnPrev a:before,
.pagenationPNArea .btnNext a:before { position: absolute; top:0; z-index:2; font-size:16px; font-family:'themify'; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }

.pagenationPNArea .btnPrev a:before { right: 10px;content:"\e649";}
.pagenationPNArea .btnNext a:before { left: 10px;content:"\e64a";}

.pagenationPNArea a:after { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; display: block; background: #000; content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .7s ease;-moz-transition:transform .7s ease;-o-transition:transform .7s ease;transition:transform .7s ease}
.pagenationPNArea a:hover:after { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}*/
@media only screen and (max-width: 900px) {
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a { /*line-height: 45px;*/ }
  /*.pagenationPNArea .btnPrev a:hover,
  .pagenationPNArea .btnTop a:hover,
  .pagenationPNArea .btnNext a:hover {color:#000;}
  .pagenationPNArea a:after { display: none;}*/
}
@media only screen and (max-width: 738px) {
  .pagenationPNArea .btnTop {
    width: 300px;
  }
  .pagenationPNArea .btnPrev,
  .pagenationPNArea .btnNext {
    position: absolute;
    bottom: 0;
    width: 24%;
    text-decoration: none;
  }
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a { /*border:#000 1px solid*/
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .pagenationPNArea .btnPrev a {
    padding-right: 5px;
  }
  .pagenationPNArea .btnNext a {
    padding-left: 5px;
  }
  /*.pagenationPNArea .btnPrev a:before,
  .pagenationPNArea .btnNext a:before { font-size:12px; }
  .pagenationPNArea .btnPrev a:before { right: 7px;}
  .pagenationPNArea .btnNext a:before { left: 7px;}*/
}
/*次へ前へ*/
.screen-reader-text {
  display: none;
}

.nav-links {
  display: table;
  padding: 50px 0 50px 0;
  width: 100%;
}
.nav-links .nav-previous, .nav-links .nav-next {
  display: table-cell;
  width: 50%;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  line-height: 40px;
  padding: 0 35px;
  margin: 0 1px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #000;
  opacity: 1;
}
.nav-links .nav-previous a {
  float: left;
}
.nav-links .nav-next a {
  float: right;
}

.navigation.posts-navigation {
  margin-top: 4rem;
}

.screen-reader-text, .nav-links {
  display: none;
}

.outer-wp-pagenavi {
  margin-top: -3rem;
}

/*コンタクトフォーム7*/
.wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  background: #e70000 !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem !important;
  text-align: center !important;
}

.ajax-loader {
  display: block !important;
}

.wpcf7-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-list-item-label {
  font-weight: bold !important;
}

.wpcf7-spinner {
  display: block !important;
  width: 100% !important;
}

.thrm {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3rem 0 3rem 0;
}
.thrm img {
  width: 100%;
  height: auto;
  max-width: 800px;
}

/*サイト内検索関連*/
.search .page-title {
  display: block;
  width: 100%;
  background: #e9fdff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
  font-weight: normal !important;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .search .page-title {
    font-size: 0.8rem;
  }
}
.search .page-title span {
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .search .page-title span {
    font-size: 1rem;
  }
}
.search .entry-title {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px dotted #000000;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .search .entry-title {
    font-size: 0.8rem;
  }
}

.search-field {
  display: inline-block;
  width: calc(100% - 120px);
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.search-submit {
  display: inline-block;
  width: 110px;
  padding: 12px;
  border: none;
  background: #000000;
  color: #fff;
  border-radius: 3px;
}

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