@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px; }

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

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}*/
.animated {
  opacity: 0; }

.loader {
  margin: 100px auto;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #acd27b, 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.5), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.7), 1.8em -1.8em 0 0em #acd27b, 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.5), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.7), 2.5em 0em 0 0em #acd27b, 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.5), 2.5em 0em 0 0em rgba(172, 210, 123, 0.7), 1.75em 1.75em 0 0em #acd27b, 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.5), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.7), 0em 2.5em 0 0em #acd27b, -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.5), 0em 2.5em 0 0em rgba(172, 210, 123, 0.7), -1.8em 1.8em 0 0em #acd27b, -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.5), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.7), -2.6em 0em 0 0em #acd27b, -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.5), -2.6em 0em 0 0em rgba(172, 210, 123, 0.7), -1.8em -1.8em 0 0em #acd27b; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #acd27b, 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.5), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.7), 1.8em -1.8em 0 0em #acd27b, 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.5), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.7), 2.5em 0em 0 0em #acd27b, 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.5), 2.5em 0em 0 0em rgba(172, 210, 123, 0.7), 1.75em 1.75em 0 0em #acd27b, 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.5), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.7), 0em 2.5em 0 0em #acd27b, -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.2), -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.5), 0em 2.5em 0 0em rgba(172, 210, 123, 0.7), -1.8em 1.8em 0 0em #acd27b, -2.6em 0em 0 0em rgba(172, 210, 123, 0.2), -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.5), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.7), -2.6em 0em 0 0em #acd27b, -1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(172, 210, 123, 0.2), 1.8em -1.8em 0 0em rgba(172, 210, 123, 0.2), 2.5em 0em 0 0em rgba(172, 210, 123, 0.2), 1.75em 1.75em 0 0em rgba(172, 210, 123, 0.2), 0em 2.5em 0 0em rgba(172, 210, 123, 0.2), -1.8em 1.8em 0 0em rgba(172, 210, 123, 0.5), -2.6em 0em 0 0em rgba(172, 210, 123, 0.7), -1.8em -1.8em 0 0em #acd27b; } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 50%;
  top: 40%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -40%);
  /* Safari用 */
  transform: translate(-50%, -40%); }

/*$font1: "解ミン 月 H";*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "noto-sans", -apple-system, -apple-system; }

h1, h2, h3, h4, h5, h6 {
  font-family: "noto-sans", -apple-system, -apple-system;
  font-weight: bold; }

.common-btn {
  margin: 30px auto 0;
  width: 40%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 70%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #5e933d;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #5e933d;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 200px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #5e933d;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    color: #fff;
    font-size: 0.8rem;
    float: right;
    text-align: center;
    letter-spacing: 2px; }

.pagelink {
  text-align: center;
  margin-top: 70px; }

/*! ==================================================
　header
=================================================== */
#header-fixed header {
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  position: fixed;
  /*絶対必要*/
  top: 0;
  width: 100%;
  /*絶対必要*/
  padding: 10px 10px 10px;
  background-color: #acd27b;
  height: 80px; }
  @media print, screen and (max-width: 767px) {
    #header-fixed header {
      padding: 12px 5px 12px;
      text-align: center; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #header-fixed header {
      padding: 10px 10px 10px;
      text-align: center; } }
  #header-fixed header h1 {
    position: absolute;
    top: 5px;
    left: 5px; }
    #header-fixed header h1 img {
      width: 110px; }
  #header-fixed header .headtel {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 220px; }
    @media print, screen and (max-width: 1599px) {
      #header-fixed header .headtel {
        right: 60px;
        width: 200px; } }
    #header-fixed header .headtel img {
      width: 250px; }
      @media print, screen and (max-width: 1199px) {
        #header-fixed header .headtel img {
          margin-right: 50px;
          margin-top: 5px; } }
  #header-fixed header #spnavi {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20000 !important; }

#header-fixed.home header {
  display: none; }

#home #spnavi {
  display: none; }

@media print, screen and (min-width: 1600px) {
  #spnavi {
    display: none !important; } }

/*スクロール後*/
.is-animation {
  position: fixed;
  display: block !important;
  background-color: #acd27b;
  height: 80px; }
  .is-animation #spnavi {
    display: block !important; }
  .is-animation .headtel {
    right: 60px !important; }
    @media print, screen and (max-width: 1199px) {
      .is-animation .headtel img {
        margin-right: 50px !important; } }

#pcmenu {
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  position: fixed;
  /*絶対必要*/
  top: 150px;
  right: 0; }
  @media print, screen and (max-width: 1599px) {
    #pcmenu {
      display: none; } }
  @media print, screen and (min-width: 1600px) {
    #pcmenu {
      top: 200px; } }
  #pcmenu ul li {
    padding: 6px 0 0;
    list-style: none; }
    #pcmenu ul li a {
      background-color: #fff;
      border: 2px solid #a2d0c2;
      border-right: none;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      padding: 5px 15px;
      display: block;
      text-decoration: none;
      font-weight: bold; }
      #pcmenu ul li a span {
        color: #e280e3;
        font-weight: bold; }

.is-animation2#pcmenu {
  display: none !important; }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

.titlearea {
  margin: 0 auto 30px;
  text-align: center; }
  .titlearea h2 {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #fff;
    background-image: url(../img/illust1.png);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 60%;
    padding: 20px 50px 50px;
    font-size: 1.4rem; }
    @media print, screen and (max-width: 991px) {
      .titlearea h2 {
        font-size: 1.2rem; } }

.ptitlearea {
  margin: 0 auto 0;
  text-align: center;
  background-image: url(../img/ptitleback.png);
  background-repeat: no-repeat;
  background-position: center top; }
  .ptitlearea .logo {
    padding-top: 80px; }

h2.ptitle {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  font-size: 1.6rem;
  display: inline-block; }
  @media print, screen and (max-width: 991px) {
    h2.ptitle {
      font-size: 1.4rem;
      margin-bottom: 0; } }

/*! ==================================================
　HOME
=================================================== */
@media print, screen and (max-width: 991px) {
  #pcmenu.home {
    display: none; } }
@media print, screen and (min-width: 992px) {
  #pcmenu.home {
    display: block; } }

@media print, screen and (min-width: 1600px) {
  #home .container {
    max-width: 1400px !important; } }
#home #homehead {
  /*@include media(xs-md){
  	padding-top:60px;
  }*/ }
  #home #homehead #topslide {
    overflow: hidden;
    position: relative;
    border-bottom: 25px solid #acd27b; }
    #home #homehead #topslide .slick-dotted.slick-slider {
      margin-bottom: 0; }
    #home #homehead #topslide ul.slick-dots {
      bottom: 20px; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 250px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide .sliderbox img {
        height: 400px;
        object-fit: cover; } }
    @media print, screen and (min-width: 1200px) {
      #home #homehead #topslide .sliderbox img {
        /*画面縮小表示しても画像が切れない対策*/
        width: 100vw;
        object-fit: contain; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .sliderbox img {
        position: relative;
        overflow: hidden; } }
    #home #homehead #topslide h1 {
      position: absolute;
      top: 3%;
      left: 2%;
      width: 400px; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topslide h1 {
          width: 160px; } }
    #home #homehead #topslide .headtel {
      position: absolute;
      top: 2%;
      right: 1%;
      width: 300px; }
      @media print, screen and (max-width: 1199px) {
        #home #homehead #topslide .headtel {
          width: 180px;
          /*margin-right:55px;*/
          margin-right: 10px; } }
    #home #homehead #topslide .headtxt1 {
      position: absolute;
      top: 55%;
      left: 4%;
      width: 25%; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topslide .headtxt1 {
          width: 220px;
          top: 50%; } }
      @media print, screen and (min-width: 1600px) {
        #home #homehead #topslide .headtxt1 {
          top: 45%;
          width: 40%; } }
      @media print, screen and (max-width: 1199px) {
        #home #homehead #topslide .headtxt1 {
          display: none; } }
    #home #homehead #topslide .headtxt2 {
      position: absolute;
      top: 5%;
      right: 25%;
      width: 25%; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topslide .headtxt2 {
          width: 180px;
          right: 15px;
          top: 28%; } }
      @media print, screen and (min-width: 1600px) {
        #home #homehead #topslide .headtxt2 {
          width: 40%;
          right: 5%; } }
      @media print, screen and (max-width: 1199px) {
        #home #homehead #topslide .headtxt2 {
          display: none; } }
    #home #homehead #topslide .animal1 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 25%; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topslide .animal1 {
          width: 40%; } }
    #home #homehead #topslide .animal2 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 25%; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topslide .animal2 {
          width: 40%; } }
#home #lineup {
  background-image: url(../img/back1.png);
  background-repeat: no-repeat; }
#home #hometokucho {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media print, screen and (min-width: 992px) {
    #home #hometokucho {
      padding-top: 80px;
      padding-bottom: 80px; } }
  #home #hometokucho .titlearea h2 {
    border: 2px solid #a2d0c2;
    margin-top: 15px; }
  #home #hometokucho .tokuchobox {
    padding: 15px;
    margin-top: 20px; }
    #home #hometokucho .tokuchobox figure {
      margin: auto;
      text-align: center; }
      #home #hometokucho .tokuchobox figure img {
        width: 70%; }
        @media print, screen and (max-width: 575px) {
          #home #hometokucho .tokuchobox figure img {
            width: 60%; } }
    #home #hometokucho .tokuchobox figcaption {
      padding-top: 30px;
      text-align: left; }
#home #homegosoudan {
  background-image: url(../img/back1.png);
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media print, screen and (min-width: 992px) {
    #home #homegosoudan {
      padding-top: 80px;
      padding-bottom: 80px; } }
  #home #homegosoudan .gosoudanbox {
    margin-top: 30px;
    background-color: #fff;
    border: 2px solid #a2d0c2;
    padding: 15px 20px;
    border-radius: 15px; }
#home #homeok {
  background-color: #acd27b;
  padding: 50px;
  position: relative;
  overflow: hidden; }
  #home #homeok .oktxtarea {
    width: 350px;
    text-align: center !important;
    margin: auto !important; }
    @media print, screen and (max-width: 991px) {
      #home #homeok .oktxtarea {
        width: 220px; } }
    #home #homeok .oktxtarea .oktxtbox {
      text-align: center !important;
      margin: auto !important; }
      #home #homeok .oktxtarea .oktxtbox .oktxt {
        background-color: #fff;
        color: #003300;
        border: 2px solid #003300;
        border-radius: 50%;
        padding: 40px 10px 0;
        width: 150px;
        height: 150px;
        text-align: center !important;
        margin: auto !important;
        font-size: 1.4rem; }
        @media print, screen and (max-width: 991px) {
          #home #homeok .oktxtarea .oktxtbox .oktxt {
            padding: 25px 10px 0;
            width: 100px;
            height: 100px;
            font-size: 1.0rem; } }
        #home #homeok .oktxtarea .oktxtbox .oktxt span {
          color: #DC143C; }
  #home #homeok .tree1 {
    position: absolute;
    left: 5%;
    top: 40%; }
    @media print, screen and (min-width: 1600px) {
      #home #homeok .tree1 {
        left: 25%; } }
    @media print, screen and (max-width: 575px) {
      #home #homeok .tree1 {
        left: -20%; } }
  #home #homeok .tree2 {
    position: absolute;
    right: 5%;
    top: 40%; }
    @media print, screen and (min-width: 1600px) {
      #home #homeok .tree2 {
        right: 25%; } }
    @media print, screen and (max-width: 575px) {
      #home #homeok .tree2 {
        right: -20%; } }
#home #homenews {
  margin: 0 auto 80px;
  text-align: center;
  padding: 20px 20px 20px; }
  @media print, screen and (min-width: 992px) {
    #home #homenews {
      width: 80%;
      padding: 40px 20px 20px; } }
  @media print, screen and (max-width: 767px) {
    #home #homenews {
      margin-top: 20px; } }
  #home #homenews .titlearea h2 {
    font-size: 1.6rem; }
    @media print, screen and (max-width: 991px) {
      #home #homenews .titlearea h2 {
        font-size: 1.4rem; } }
  #home #homenews .newsList {
    margin: auto;
    padding: 15px 20px;
    text-align: left;
    border: 2px solid #a2d0c2; }
    @media print, screen and (min-width: 992px) {
      #home #homenews .newsList {
        width: 60%; } }
  #home #homenews .newstitlelink {
    padding: 10px 0; }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink time {
      font-size: 0.7rem;
      margin-bottom: 5px;
      background-color: #acd27b;
      padding: 2px 5px;
      display: inline-block;
      color: #fff; }
    #home #homenews .newstitlelink h3 {
      font-size: 1.2rem;
      font-family: "noto-sans", -apple-system; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.0rem; } }

/*! ==================================================
　#他ページ共通
=================================================== */
.common-contents {
  padding-top: 80px;
  padding-bottom: 50px; }
  .common-contents .contentsbox h3 {
    font-size: 1.2rem; }
  .common-contents .contentsbox .setumei p {
    padding-top: 15px; }
    .common-contents .contentsbox .setumei p a {
      color: #DC143C;
      text-decoration: underline; }
  .common-contents .contentsbox ul {
    margin-top: 20px;
    margin-left: 20px; }

#lineup {
  /*categoryページ共通*/
  padding-top: 20px;
  padding-bottom: 50px; }
  @media print, screen and (min-width: 1600px) {
    #lineup .container {
      max-width: 1400px !important; } }
  @media print, screen and (min-width: 992px) {
    #lineup {
      padding-top: 70px;
      padding-bottom: 80px; } }
  #lineup .maintxt {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 992px) {
      #lineup .maintxt {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 80px; } }
    @media print, screen and (min-width: 1200px) {
      #lineup .maintxt {
        text-align: center; } }
  #lineup h3 {
    margin-top: 5px;
    font-size: 1.0rem;
    letter-spacing: 1px; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #lineup h3 {
        font-size: 0.9rem; } }
    #lineup h3 a {
      border: 2px solid #a2d0c2;
      padding: 10px 10px;
      display: block;
      background-color: #fff;
      border-radius: 15px;
      text-align: center;
      text-decoration: none; }
  #lineup .contentsbox {
    margin-top: 30px;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 40px; }

/*! ==================================================
　#flow
=================================================== */
#flow .contentsbox {
  margin-top: 30px;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 40px; }
#flow h3 {
  background-color: #eaf2cf;
  padding: 5px 10px; }
  #flow h3 span {
    background-color: #acd27b;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    border: 2px solid #eaf2cf;
    font-size: 0.9rem;
    margin-right: 5px; }

/*! ==================================================
　#nyukou,#guide 共通
=================================================== */
#nyukou .contentsbox, #guide .contentsbox, #privacy .contentsbox, #law .contentsbox {
  margin-top: 30px;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 40px; }
#nyukou h3, #guide h3, #privacy h3, #law h3 {
  background-color: #eaf2cf;
  padding: 10px 10px; }
  #nyukou h3 i, #guide h3 i, #privacy h3 i, #law h3 i {
    color: #acd27b; }

/*! ==================================================
　#works
=================================================== */
#works .worksbox {
  margin-top: 30px;
  margin-bottom: 15px; }
  #works .worksbox img {
    border-bottom: 10px solid #acd27b; }
  #works .worksbox h3 {
    margin-top: 15px;
    margin-bottom: 10px !important;
    font-size: 1.1rem; }
  #works .worksbox .setumei p {
    font-size: 0.8rem; }

/*! ==================================================
　#category
=================================================== */
#category h2 {
  display: inline-block;
  border-bottom: 3px solid #fac11b;
  padding-bottom: 15px; }
  @media print, screen and (max-width: 575px) {
    #category h2 {
      font-size: 1.2rem; } }
#category .thumb-item {
  margin-top: 15px !important; }
  #category .thumb-item img {
    width: 100%;
    height: 350px;
    object-fit: cover; }
    @media print, screen and (max-width: 991px) {
      #category .thumb-item img {
        height: 300px; } }
#category .thumb-item-nav img {
  width: 100%;
  height: 100px;
  object-fit: cover; }
#category .setumei p {
  padding-top: 15px;
  line-height: 1.6; }
#category dl {
  border-bottom: 2px dotted #ddd;
  margin: 25px 0;
  padding-bottom: 25px; }
  #category dl dt span {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    background-color: #DC143C; }
  @media print, screen and (max-width: 991px) {
    #category dl dt {
      margin-bottom: 15px; } }
  #category dl dd p {
    padding: 0;
    margin-bottom: 25px; }
    #category dl dd p a {
      color: #e280e3 !important;
      text-decoration: underline; }
  #category dl dd ul {
    margin-left: 20px; }
#category .common-btn {
  margin-top: 80px; }
  @media print, screen and (max-width: 991px) {
    #category .common-btn {
      margin-top: 20px; } }
  #category .common-btn a {
    padding: 30px 10px;
    background-color: #DC143C; }
    @media print, screen and (max-width: 991px) {
      #category .common-btn a {
        padding: 20px 10px; } }
#category #lineup {
  margin-top: 30px; }

/*! ==================================================
　#qa
=================================================== */
#qa .contentsbox .setumei {
  padding-bottom: 40px; }
#qa h3 {
  margin-top: 15px;
  background-color: #eaf2cf;
  padding: 10px 10px; }

/*! ==================================================
　#company
=================================================== */
#company {
  padding-top: 80px;
  padding-bottom: 30px; }
  #company h3 {
    text-align: center;
    line-height: 1.5;
    margin-top: 80px;
    margin-bottom: 50px; }
    @media print, screen and (min-width: 992px) {
      #company h3 {
        font-size: 1.6rem; } }
  #company .messagetitle {
    margin: auto;
    text-align: center; }
    #company .messagetitle h3 {
      margin-top: 30px;
      border-bottom: 3px solid #fac11b;
      display: inline-block;
      padding-bottom: 15px; }
      @media print, screen and (min-width: 992px) {
        #company .messagetitle h3 {
          text-align: center;
          color: #003300; } }
  #company .message {
    overflow: hidden; }
    #company .message img {
      padding-right: 0;
      padding-top: 70px; }
      @media print, screen and (max-width: 767px) {
        #company .message img {
          padding-top: 0; } }
    #company .message .msgtxt {
      padding: 60px 0 60px;
      margin-left: 50px;
      margin-right: 50px;
      border-bottom: 5px solid #acd27b; }
      #company .message .msgtxt p {
        padding: 15px; }
      @media print, screen and (max-width: 767px) {
        #company .message .msgtxt {
          padding: 30px 20px;
          margin-left: 0;
          margin-right: 0; }
          #company .message .msgtxt p {
            padding: 15px 0; } }
    #company .message p {
      padding-top: 15px; }
  #company dl {
    border-bottom: 2px dotted #ddd;
    margin: 25px 0; }
  #company dt {
    color: #5e933d; }
  #company dd p {
    padding: 0;
    margin-bottom: 25px; }
    #company dd p a {
      color: #e280e3 !important;
      text-decoration: underline; }
  #company dd ul {
    margin-bottom: 20px;
    margin-left: 20px; }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 80px;
  padding-bottom: 30px; }
  #news #newsList {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 300px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
    #news #newsList .newstitlelink {
      border-bottom: 2px dotted #ddd;
      padding: 10px 0; }
      #news #newsList .newstitlelink a {
        text-decoration: none; }
      #news #newsList .newstitlelink time {
        font-size: 0.7rem;
        margin-bottom: 5px;
        background-color: #acd27b;
        padding: 2px 5px;
        display: inline-block;
        color: #fff; }
      #news #newsList .newstitlelink h3 {
        font-size: 1.4rem;
        font-weight: bold; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink h3 {
            font-size: 1.2rem; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 50px 70px; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 10px 20px 10px; } }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: 2px dotted #ddd;
      padding: 10px 0; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.2rem; } }
    #news #newsDetail time {
      font-size: 0.7rem;
      margin-bottom: 5px;
      background-color: #acd27b;
      padding: 2px 5px;
      display: inline-block;
      color: #fff; }
    #news #newsDetail .content {
      padding: 5px 0 20px;
      min-height: 300px; }
      #news #newsDetail .content p {
        padding-top: 15px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #news #newsDetail .content p {
            font-size: 1.0rem; } }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 80px;
  padding-bottom: 30px; }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 0; }
      #contact .contactform .form-group label {
        font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.6rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #333333; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform input[type=radio] {
      width: 25px;
      height: 25px;
      vertical-align: middle;
      padding: 25px 0; }
    #contact .contactform input[name=zipcode] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=age] {
      width: 40%; }
    #contact .contactform input[type=checkbox] {
      width: 30px;
      height: 30px;
      padding: 0;
      margin: 10px 0;
      vertical-align: middle; }
    #contact .contactform textarea {
      width: 100%;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #5e933d;
        width: 200px;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 30px;
  background-image: url(../img/back1.png);
  background-repeat: repeat-y; }
  footer #footer {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 50px;
    margin: auto;
    text-align: center;
    width: 90%; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      footer #footer {
        width: 40%; } }
    @media print, screen and (min-width: 992px) {
      footer #footer {
        width: 20%; } }
    footer #footer .photo {
      margin: -80px 15px 0; }
    footer #footer .name {
      padding: 40px 0 0;
      font-size: 1.8rem;
      line-height: 1.0; }
      footer #footer .name span {
        display: inline-block;
        width: 80%; }
        @media print, screen and (max-width: 991px) {
          footer #footer .name span {
            width: 60%; } }
    footer #footer address {
      padding-top: 15px;
      font-size: 0.9rem;
      line-height: 2.0; }
  @media print, screen and (min-width: 992px) {
    footer .common-btn {
      width: 90%; } }
  footer #footnavi {
    background-color: #acd27b;
    padding: 50px 10px 10px; }
    footer #footnavi ul {
      font-size: 0;
      text-align: center; }
    footer #footnavi li {
      font-size: 0.8rem;
      display: inline-block;
      padding: 0 10px; }
    footer #footnavi li {
      padding-top: 5px;
      padding-bottom: 5px; }
      footer #footnavi li a {
        color: #333;
        font-size: 0.7rem; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer .copyright {
    background-color: #acd27b;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    padding-bottom: 50px; }
    @media print, screen and (max-width: 991px) {
      footer .copyright {
        padding-top: 30px;
        padding-bottom: 70px; } }

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
/*.menulink{
	margin-top:-110px;
	padding-top:110px;
}
*/
