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

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
.animate__animated {
  opacity: 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: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.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;
}
*/
.loader {
  margin: 100px auto;
  font-size: 25px;
  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 #85aabb, 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.5), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.7), 1.8em -1.8em 0 0em #85aabb, 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.5), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7), 2.5em 0em 0 0em #85aabb, 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5), 2.5em 0em 0 0em rgba(133, 170, 187, 0.7), 1.75em 1.75em 0 0em #85aabb, 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.5), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.7), 0em 2.5em 0 0em #85aabb, -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.5), 0em 2.5em 0 0em rgba(133, 170, 187, 0.7), -1.8em 1.8em 0 0em #85aabb, -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.5), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.7), -2.6em 0em 0 0em #85aabb, -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.5), -2.6em 0em 0 0em rgba(133, 170, 187, 0.7), -1.8em -1.8em 0 0em #85aabb; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #85aabb, 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.5), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.7), 1.8em -1.8em 0 0em #85aabb, 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.5), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.7), 2.5em 0em 0 0em #85aabb, 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.5), 2.5em 0em 0 0em rgba(133, 170, 187, 0.7), 1.75em 1.75em 0 0em #85aabb, 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.5), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.7), 0em 2.5em 0 0em #85aabb, -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.2), -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.5), 0em 2.5em 0 0em rgba(133, 170, 187, 0.7), -1.8em 1.8em 0 0em #85aabb, -2.6em 0em 0 0em rgba(133, 170, 187, 0.2), -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.5), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.7), -2.6em 0em 0 0em #85aabb, -1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(133, 170, 187, 0.2), 1.8em -1.8em 0 0em rgba(133, 170, 187, 0.2), 2.5em 0em 0 0em rgba(133, 170, 187, 0.2), 1.75em 1.75em 0 0em rgba(133, 170, 187, 0.2), 0em 2.5em 0 0em rgba(133, 170, 187, 0.2), -1.8em 1.8em 0 0em rgba(133, 170, 187, 0.5), -2.6em 0em 0 0em rgba(133, 170, 187, 0.7), -1.8em -1.8em 0 0em #85aabb; } }
#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%); }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "a-otf-jun-pro", sans-serif, -apple-system, -apple-system;
  color: #1f1e1e;
  background-color: #fdfdfd; }

h1, h2, h3, h4, h5, h6 {
  font-family: "a-otf-jun-pro", sans-serif, -apple-system;
  font-weight: normal; }

.container {
  /*@include media(xl){
  		max-width:1400px!important;
  	}*/ }

.common-btn {
  margin: 30px auto 0;
  width: 100%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 15px 15px;
    display: block;
    color: #fff;
    background-color: #6aa62a;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #000;
    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: 157px; }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #6aa62a;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center; }

@media print, screen and (min-width: 768px) {
  .spbr {
    display: none; } }

main {
  padding-top: 120px; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    height: 90px;
    width: 100%;
    /*絶対必要*/
    padding: 0 10px 10px;
    background-image: url(../img/back1.jpg); }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 15px 5px 12px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 60px;
        padding: 15px 10px 10px;
        text-align: center; } }
    #header-fixed header h1 {
      position: absolute;
      top: 10px;
      left: 30px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          left: 20px;
          top: 10px;
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header h1 {
          left: 20px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1 {
          left: 20px; } }
      #header-fixed header h1 a {
        color: #fff;
        text-decoration: none; }
      #header-fixed header h1 img {
        display: inline-block;
        width: 150px;
        margin-top: -5px; }
        @media print, screen and (max-width: 991px) {
          #header-fixed header h1 img {
            width: 90px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 30px;
      top: 5px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin: 20px 0; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          margin: auto;
          float: left;
          border-right: 1px solid #f3bd99;
          line-height: 1.0; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #000;
            text-decoration: none;
            padding: 2px 25px;
            font-size: 1.1rem;
            display: block; }
            #header-fixed header .headmenuarea ul li a span {
              font-size: 0.7rem; }
        #header-fixed header .headmenuarea ul li:last-child {
          border-right: 0; }
    #header-fixed header address {
      position: absolute;
      top: 20px;
      right: 30px;
      max-width: 250px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header address {
          display: none; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header address {
          right: 60px;
          width: 200px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header address {
          width: 200px; } }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home header {
  /*background-color:transparent!important;*/ }
#header-fixed.home .is-animation {
  /*position: fixed; /*絶対必要*/
  display: block !important; }

.spmenu {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000; }
  @media print, screen and (min-width: 992px) {
    .spmenu {
      display: none; } }

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

.title1 {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  background-image: url(../img/hasu2.png);
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 3.0rem;
  padding-top: 40px;
  line-height: 0.7; }
  .title1 span {
    font-size: 0.9rem;
    background-color: #fadcd2;
    padding: 5px 15px;
    display: inline-block; }
    @media print, screen and (max-width: 767px) {
      .title1 span {
        font-size: 0.8rem; } }

.pagetitle {
  background-image: url(../imgs/back2.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 20px 0;
  text-align: left; }
  .pagetitle .title1 {
    padding-top: 45px;
    height: 120px; }
  .pagetitle h2 {
    background-cololr: #fff;
    line-height: 0.7; }
    @media print, screen and (max-width: 767px) {
      .pagetitle h2 {
        font-size: 1.8rem;
        line-height: 1.2; } }
    .pagetitle h2 span {
      font-size: 0.9rem; }
      @media print, screen and (max-width: 767px) {
        .pagetitle h2 span {
          font-size: 0.8rem; } }

/*! ==================================================
　HOME
=================================================== */
#home #homeheadtitle {
  background-color: #ccc;
  height: 60px; }
  @media print, screen and (max-width: 991px) {
    #home #homeheadtitle {
      display: none; } }
  #home #homeheadtitle h1 {
    font-size: 2.0rem;
    padding: 10px; }
#home #homehead #topslide {
  overflow: hidden;
  object-fit: cover;
  position: relative; }
  #home #homehead #topslide .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #home #homehead #topslide ul.slick-dots {
    bottom: 20px; }
  #home #homehead #topslide .sliderbox img {
    object-position: bottom;
    display: block;
    width: 100%;
    height: 960px;
    object-fit: cover; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 450px;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide .sliderbox img {
        height: 600px;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 1200px) {
      #home #homehead #topslide .sliderbox img {
        /*画面縮小表示しても画像が切れない対策*/
        height: 960px; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .sliderbox img {
        position: relative;
        width: 100vw;
        max-height: 960px;
        overflow: hidden; } }
  #home #homehead #topslide .slidetxt {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topslide .slidetxt {
        top: 55%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topslide .slidetxt {
        top: 55%; } }
    @media print, screen and (min-width: 1200px) {
      #home #homehead #topslide .slidetxt {
        top: 45%; } }
    #home #homehead #topslide .slidetxt .en {
      font-size: 2.0rem; }
      @media print, screen and (max-width: 767px) {
        #home #homehead #topslide .slidetxt .en {
          font-size: 1.0rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homehead #topslide .slidetxt .en {
          font-size: 1.4rem; } }
    #home #homehead #topslide .slidetxt .jp {
      margin-top: 50px;
      font-size: 1.4rem; }
      @media print, screen and (max-width: 767px) {
        #home #homehead #topslide .slidetxt .jp {
          margin-top: 30px;
          font-size: 1.0rem; } }
#home #homehead .homemenuarea {
  opacity: 0;
  margin-bottom: 60px;
  padding: 20px 15px 20px;
  border-bottom: 20px solid #c6eff3; }
  @media print, screen and (max-width: 991px) {
    #home #homehead .homemenuarea {
      display: none; } }
  #home #homehead .homemenuarea ul li {
    text-align: center;
    list-style: none;
    padding: 1px !important;
    margin: auto; }
    @media print, screen and (max-width: 767px) {
      #home #homehead .homemenuarea ul li {
        font-size: 0.7rem; } }
    #home #homehead .homemenuarea ul li a {
      text-align: center;
      color: #fff;
      text-decoration: none; }
      #home #homehead .homemenuarea ul li a span {
        display: table-cell;
        width: 100px;
        height: 100px;
        background-color: #6aa62a;
        color: #fff;
        border-radius: 50%;
        vertical-align: middle;
        font-family: "a-otf-jun-pro", sans-serif, -apple-system; }
    #home #homehead .homemenuarea ul li a:hover {
      opacity: 1; }
#home .movie {
  margin: 15px auto 30px;
  text-align: center; }
  #home .movie video {
    width: 100%; }
    @media print, screen and (min-width: 992px) {
      #home .movie video {
        width: 80%; } }
#home #homemessage {
  background-image: url(../img/back1.jpg);
  background-repeat: repeat-y;
  padding: 20px 15px 50px; }
  @media print, screen and (max-width: 575px) {
    #home #homemessage {
      padding: 20px 30px 50px; } }
  #home #homemessage p {
    text-align: center;
    padding-top: 40px;
    line-height: 2.0; }
    @media print, screen and (max-width: 767px) {
      #home #homemessage p {
        font-size: 0.9rem; } }
    #home #homemessage p span {
      color: #cc3333; }
  #home #homemessage .kodomoimg1 {
    text-align: right;
    margin-top: 100px; }
    @media print, screen and (max-width: 767px) {
      #home #homemessage .kodomoimg1 {
        text-align: left;
        margin-top: 20px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #homemessage .kodomoimg1 {
        text-align: right;
        margin-top: 20px; } }
    #home #homemessage .kodomoimg1 img {
      width: 300px; }
  #home #homemessage .kodomoimg2 {
    text-align: left;
    margin-top: 200px; }
    @media print, screen and (max-width: 767px) {
      #home #homemessage .kodomoimg2 {
        margin-top: 0;
        text-align: right; } }
    @media print, screen and (min-width: 768px) and (max-width: 1199px) {
      #home #homemessage .kodomoimg2 {
        text-align: left;
        margin-top: 0; } }
    #home #homemessage .kodomoimg2 img {
      width: 300px; }
  #home #homemessage .btnarea {
    width: 90%;
    margin: 30px auto 0; }
    @media print, screen and (min-width: 768px) {
      #home #homemessage .btnarea {
        width: 600px; } }
#home #homenews {
  margin: auto;
  background-image: url(../imgs/back2.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 50px; }
  #home #homenews .common-btn.more {
    width: 150px; }
    #home #homenews .common-btn.more a {
      padding: 5px 15px 5px 0; }
  @media print, screen and (max-width: 991px) {
    #home #homenews {
      margin-top: 20px;
      border-bottom: 30px solid #fff; } }
  #home #homenews .newsList {
    background-color: #fff;
    padding: 30px 50px;
    width: 90%;
    margin: 0 auto 30px; }
    @media print, screen and (max-width: 991px) {
      #home #homenews .newsList {
        width: 100%;
        padding: 20px 15px; } }
  #home #homenews .newstitlelink {
    border-bottom: 1px solid #f3bd99;
    padding: 10px 0; }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink time {
      font-size: 0.8rem;
      margin-bottom: 5px;
      margin-right: 15px;
      color: #eb823d;
      display: inline-block;
      padding: 2px 5px; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink time {
          display: block; } }
    #home #homenews .newstitlelink h3 {
      font-size: 1.1rem;
      font-weight: normal;
      font-family: "a-otf-jun-pro", sans-serif, -apple-system;
      display: inline-block; }
      @media print, screen and (max-width: 767px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.0rem;
          display: block; } }

/*! ==================================================
　#about
=================================================== */
#about {
  padding-top: 50px;
  padding-bottom: 70px; }
  #about p {
    padding-top: 30px;
    line-height: 2.0;
    font-size: 1.0rem; }
    @media print, screen and (max-width: 991px) {
      #about p {
        font-size: 0.9rem; } }
  #about .aboutheadtxt {
    padding-top: 100px; }
    @media print, screen and (max-width: 1199px) {
      #about .aboutheadtxt {
        padding-top: 20px; } }
  #about h3 {
    margin-top: 50px;
    color: #cc3333;
    border-bottom: 2px solid #f3bd99;
    padding: 5px;
    display: inline-block; }
  #about ul {
    margin-top: 30px; }
    #about ul li {
      margin-left: 20px;
      padding-bottom: 10px; }
      @media print, screen and (max-width: 991px) {
        #about ul li {
          font-size: 0.9rem; } }
  #about .kodomoimg4 {
    text-align: center; }
    #about .kodomoimg4 img {
      width: 400px; }
      @media print, screen and (max-width: 1199px) {
        #about .kodomoimg4 img {
          width: 300px; } }

/*! ==================================================
　#menu
=================================================== */
#menu {
  padding-top: 50px;
  padding-bottom: 70px; }
  #menu p {
    padding-top: 30px; }
  #menu h3 {
    margin-top: 50px; }
  #menu ul {
    margin-top: 30px; }
    #menu ul li {
      margin-left: 20px;
      padding-bottom: 10px; }
  #menu .kodomoimg3 {
    text-align: center; }
    #menu .kodomoimg3 img {
      width: 400px; }
      @media print, screen and (max-width: 1199px) {
        #menu .kodomoimg3 img {
          width: 300px; } }
  #menu .kanteimenu {
    margin: 50px 15px 0; }
    #menu .kanteimenu dl {
      border-bottom: 1px solid #f3bd99; }
      #menu .kanteimenu dl dt {
        color: #cc3333;
        padding: 15px 0; }
        @media print, screen and (max-width: 991px) {
          #menu .kanteimenu dl dt {
            padding: 15px 0 5px; } }
      #menu .kanteimenu dl dd {
        padding: 15px 0; }
        @media print, screen and (max-width: 991px) {
          #menu .kanteimenu dl dd {
            padding: 0 0 15px; } }
        #menu .kanteimenu dl dd p {
          padding-top: 0; }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 50px;
  padding-bottom: 20px; }
  #news #newsList {
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 200px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
    #news #newsList .newstitlelink {
      border-bottom: 1px solid #ddd;
      padding: 10px 0; }
      #news #newsList .newstitlelink a {
        text-decoration: none; }
      #news #newsList .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        margin-right: 15px;
        color: #eb823d;
        display: inline-block;
        padding: 2px 5px; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink time {
            display: block; } }
      #news #newsList .newstitlelink h3 {
        font-size: 1.1rem;
        font-weight: normal;
        font-family: "a-otf-jun-pro", sans-serif, -apple-system;
        display: inline-block; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink h3 {
            font-size: 1.0rem;
            display: block; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 50px 50px; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 10px 20px 10px; } }
    #news #newsDetail time {
      color: #eb823d;
      text-align: center;
      margin: auto;
      display: block; }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: normal;
      border-bottom: 1px solid #ddd;
      padding: 10px 0 20px;
      text-align: center;
      font-family: "a-otf-jun-pro", sans-serif, -apple-system; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.0rem; } }
    #news #newsDetail .content {
      padding: 20px 0 20px;
      min-height: 200px; }
      #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 #newsDetail .common-btn.back {
      width: 250px; }
      #news #newsDetail .common-btn.back a {
        padding: 5px 15px 5px 0; }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 50px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #contact {
      font-size: 0.9rem; } }
  #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: 15px 0;
      padding: 0 0 15px;
      border-bottom: 1px solid  #ddd; }
      #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 #000;
      margin-bottom: 50px; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #000; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #000; }
    #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 select {
      padding: 5px;
      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: #6aa62a;
        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; } }
  #contact .kanteitxt {
    margin-top: 20px;
    border: 1px solid #f3bd99;
    padding: 30px 20px;
    text-align: center; }
    #contact .kanteitxt h3 {
      font-size: 1.4rem; }
      @media print, screen and (max-width: 991px) {
        #contact .kanteitxt h3 {
          font-size: 1.2rem; } }
    #contact .kanteitxt h4 {
      font-size: 1.0rem;
      color: #cc3333;
      border-bottom: 2px solid #f3bd99;
      padding: 5px;
      display: inline-block;
      margin-top: 15px; }
    #contact .kanteitxt p {
      padding: 5px; }
  #contact .common-btn.back {
    width: 300px; }
    #contact .common-btn.back a {
      padding: 5px 15px 5px 0; }

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

/*! ==================================================
　footer
=================================================== */
footer #footnavi {
  padding: 0 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: 15px 30px; }
    footer #footnavi li a {
      font-size: 0.8rem;
      color: #000; }
  @media print, screen and (max-width: 991px) {
    footer #footnavi {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    footer #footnavi {
      display: block; } }
footer #footer {
  background-image: url(../img/back1.jpg);
  background-repeat: repeat-y;
  padding-bottom: 50px;
  padding-top: 30px; }
  @media print, screen and (max-width: 991px) {
    footer #footer {
      border-top: 5px solid #f3bd99; } }
  footer #footer .sitetitle {
    text-align: center;
    font-size: 1.8rem; }
    footer #footer .sitetitle img {
      display: inline-block;
      width: 120px;
      margin-top: 50px; }
  footer #footer .yoyakusei {
    margin-top: 30px;
    text-align: center; }
    footer #footer .yoyakusei span {
      display: inline-block;
      background-color: #6aa62a;
      color: #fff;
      padding: 1px 5px; }
  footer #footer address.tel, footer #footer address.fax {
    text-align: center;
    font-family: "a-otf-jun-pro", sans-serif, -apple-system;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px; }
    footer #footer address.tel span, footer #footer address.fax span {
      font-size: 1.6rem; }
    footer #footer address.tel a:hover, footer #footer address.fax a:hover {
      text-decoration: none; }
  footer #footer address.add {
    text-align: center;
    line-height: 2.0;
    padding-top: 20px; }
  footer #footer .foottxt {
    color: #cc3333;
    margin-top: 20px;
    text-align: center; }
    footer #footer .foottxt a {
      color: #cc3333;
      text-decoration: underline; }
  footer #footer .foottxt.mb50 {
    margin-bottom: 50px; }
  footer #footer .contactbtn {
    margin: 15px auto 0;
    width: 250px; }
    footer #footer .contactbtn a {
      padding: 5px 15px;
      display: block;
      color: #fff;
      background-color: #6aa62a;
      text-decoration: none;
      text-align: center; }
  footer #footer .footbox {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 15px 30px 30px;
    text-align: center; }
    footer #footer .footbox h2 {
      background-image: url(../img/hasu1.png);
      background-position: top center;
      background-repeat: no-repeat;
      padding-top: 40px;
      font-size: 1.2rem;
      border-bottom: 1px solid #f3bd99;
      padding-bottom: 15px; }
  @media print, screen and (max-width: 991px) {
    footer #footer .gmap {
      margin-top: 30px; } }
footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e08675;
  color: #fff; }

/*! ==================================================
　privacy
=================================================== */
#privacy {
  padding: 30px 0; }
  #privacy p {
    padding-top: 20px; }
    @media print, screen and (max-width: 991px) {
      #privacy p {
        font-size: 0.9rem; } }
  #privacy h3 {
    padding: 10px;
    font-size: 1.2rem;
    margin-top: 30px; }
  #privacy .content {
    padding-bottom: 30px; }
    #privacy .content p {
      padding: 15px 15px 0; }

/*! ==================================================
　その他
=================================================== */
.servicelink {
  margin-top: -110px;
  padding-top: 110px; }
