@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: 85%;
  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;
}
*/
.animated {
  opacity: 0; }

.mi-animate {
  opacity: 0; }

.easeintxt {
  display: block;
  opacity: 0; }

.easeintxt span {
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out; }

.brsp {
  display: none; }
  @media print, screen and (max-width: 991px) {
    .brsp {
      display: block; } }

.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 #ec76a1, 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.5), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.7), 1.8em -1.8em 0 0em #ec76a1, 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.5), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.7), 2.5em 0em 0 0em #ec76a1, 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.5), 2.5em 0em 0 0em rgba(236, 118, 161, 0.7), 1.75em 1.75em 0 0em #ec76a1, 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.5), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.7), 0em 2.5em 0 0em #ec76a1, -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.5), 0em 2.5em 0 0em rgba(236, 118, 161, 0.7), -1.8em 1.8em 0 0em #ec76a1, -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.5), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.7), -2.6em 0em 0 0em #ec76a1, -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.5), -2.6em 0em 0 0em rgba(236, 118, 161, 0.7), -1.8em -1.8em 0 0em #ec76a1; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ec76a1, 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.5), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.7), 1.8em -1.8em 0 0em #ec76a1, 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.5), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.7), 2.5em 0em 0 0em #ec76a1, 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.5), 2.5em 0em 0 0em rgba(236, 118, 161, 0.7), 1.75em 1.75em 0 0em #ec76a1, 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.5), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.7), 0em 2.5em 0 0em #ec76a1, -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.2), -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.5), 0em 2.5em 0 0em rgba(236, 118, 161, 0.7), -1.8em 1.8em 0 0em #ec76a1, -2.6em 0em 0 0em rgba(236, 118, 161, 0.2), -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.5), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.7), -2.6em 0em 0 0em #ec76a1, -1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(236, 118, 161, 0.2), 1.8em -1.8em 0 0em rgba(236, 118, 161, 0.2), 2.5em 0em 0 0em rgba(236, 118, 161, 0.2), 1.75em 1.75em 0 0em rgba(236, 118, 161, 0.2), 0em 2.5em 0 0em rgba(236, 118, 161, 0.2), -1.8em 1.8em 0 0em rgba(236, 118, 161, 0.5), -2.6em 0em 0 0em rgba(236, 118, 161, 0.7), -1.8em -1.8em 0 0em #ec76a1; } }
#loading-container {
  display: none; }

.headborder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #fff; }

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

/* 細 */
/* 中 */
/* 太 */
/* 細 */
/* 太 */
/* 細 */
/* 中 */
/* 太 */
/* 細 */
/* 太 */
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "honoka-maru-gothic", -apple-system, -apple-system;
  color: #444444; }
  body p {
    letter-spacing: 1px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "honoka-maru-gothic", -apple-system; }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

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

.common-btn2 {
  margin: 30px auto 0;
  text-align: center;
  width: 90%; }
  @media print, screen and (max-width: 991px) {
    .common-btn2 {
      width: 85%;
      margin: 15px auto 0; } }
  .common-btn2 a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #a9d27d;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      .common-btn2 a {
        font-size: 0.9rem;
        padding: 10px 15px; } }
  .common-btn2 span {
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #444444;
    text-decoration: none;
    text-align: center; }

.common-btn3 {
  margin: 50px auto 0;
  text-align: center;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn3 {
      width: 85%;
      margin: 50px auto 0; } }
  .common-btn3 a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #a9d27d;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      .common-btn3 a {
        font-size: 0.9rem;
        padding: 10px 15px; } }
  .common-btn3 span {
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #444444;
    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; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-weight: bold;
    background-color: #92d47b;
    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; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-image: url(../img/homeheadback.png);
    height: 120px;
    width: 100%;
    /*絶対必要*/
    padding: 0 10px 10px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 70px;
        padding: 10px 5px 12px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 70px;
        padding: 10px 10px 10px;
        text-align: center; } }
    #header-fixed header h1 {
      width: 220px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header h1 {
          width: 100px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        font-size: 0;
        text-align: center; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          display: inline-block;
          padding: 0 10px; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #header-fixed header .headmenuarea ul li {
              padding: 0 5px; } }
          #header-fixed header .headmenuarea ul li a {
            position: relative;
            text-align: center;
            color: #fff;
            text-decoration: none;
            background-color: #92d47b;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            color: #fff;
            display: block;
            text-align: center;
            font-size: 0.8rem;
            white-space: nowrap; }
            #header-fixed header .headmenuarea ul li a > span {
              position: absolute;
              top: 50%;
              left: 50%;
              -ms-transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              /* Safari用 */
              transform: translate(-50%, -50%); }
              #header-fixed header .headmenuarea ul li a > span span {
                font-size: 0.6rem; }
          #header-fixed header .headmenuarea ul li a:hover {
            opacity: 1; }
    #header-fixed header .headtel {
      position: absolute;
      right: 10px;
      top: 15px;
      width: 230px; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header .headtel {
          display: none; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header .headtel {
          width: 150px;
          top: 5px;
          right: 90px; } }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    display: none; }
  #header-fixed.home .is-animation {
    position: fixed;
    /*絶対必要*/
    display: block !important; }

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

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

/*! ==================================================
　HOME
=================================================== */
#home #homehead #topimg {
  position: relative;
  overflow: hidden;
  /*.slick-dotted.slick-slider{
  	margin-bottom:0;
  }
  ul.slick-dots{
  	bottom:20px;
  }*/ }
  #home #homehead #topimg .backimg {
    padding-bottom: 50px; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topimg .backimg img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 450px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topimg .backimg img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 450px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 1200px) {
      #home #homehead #topimg .backimg img {
        /*画面縮小表示しても画像が切れない対策*/
        width: 100vw;
        object-fit: contain; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topimg .backimg img {
        position: relative;
        width: 100vw;
        max-height: 740px;
        overflow: hidden;
        object-fit: cover; } }
  #home #homehead #topimg h1 {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 320px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topimg h1 {
        width: 250px;
        top: 20%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #home #homehead #topimg h1 {
        width: 200px; } }
    @media print, screen and (max-width: 480px) {
      #home #homehead #topimg h1 {
        width: 220px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topimg h1 {
        width: 200px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topimg h1 {
        width: 250px; } }
  #home #homehead #topimg .headtel {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 280px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead #topimg .headtel {
        display: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topimg .headtel {
        width: 240px;
        right: 80px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topimg .headtel {
        width: 250px; } }
  #home #homehead #topimg .homehead_txt1 {
    position: absolute;
    top: 35%;
    left: 5%; }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topimg .homehead_txt1 {
        display: none; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topimg .homehead_txt1 {
        width: 250px; } }
  #home #homehead #topimg .homehead_txt2 {
    position: absolute;
    top: 35%;
    right: 5%; }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topimg .homehead_txt2 {
        display: none; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topimg .homehead_txt2 {
        width: 250px; } }
  #home #homehead #topimg .homehead_txt3 {
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    @media print, screen and (max-width: 991px) {
      #home #homehead #topimg .homehead_txt3 {
        top: 52%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        width: 90%; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #home #homehead #topimg .homehead_txt3 {
        width: 40%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead #topimg .homehead_txt3 {
        width: 60%; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #homehead #topimg .homehead_txt3 {
        width: 400px; } }
  @media print, screen and (max-width: 991px) {
    #home #homehead #topimg .homehead_txt3.pc {
      display: none; } }
  @media print, screen and (min-width: 992px) {
    #home #homehead #topimg .homehead_txt3.sp {
      display: none; } }
  #home #homehead #topimg .machiimg {
    position: absolute;
    left: 0;
    bottom: 0; }
    #home #homehead #topimg .machiimg img {
      width: 100vw;
      object-fit: contain; }
      @media print, screen and (max-width: 991px) {
        #home #homehead #topimg .machiimg img {
          object-fit: cover;
          height: 120px; } }
#home #homehead .homemenuarea {
  background-color: #faffe9;
  padding: 20px 15px 50px; }
  @media print, screen and (max-width: 991px) {
    #home #homehead .homemenuarea {
      display: none; } }
  #home #homehead .homemenuarea ul {
    font-size: 0;
    text-align: center; }
    #home #homehead .homemenuarea ul li {
      text-align: center;
      list-style: none;
      display: inline-block;
      padding: 0 30px; }
      @media print, screen and (max-width: 767px) {
        #home #homehead .homemenuarea ul li {
          font-size: 0.7rem; } }
      #home #homehead .homemenuarea ul li a {
        position: relative;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background-color: #92d47b;
        width: 95px;
        height: 96px;
        border-radius: 50%;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 1.0rem;
        white-space: nowrap; }
        #home #homehead .homemenuarea ul li a > span {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%); }
          #home #homehead .homemenuarea ul li a > span span {
            font-size: 0.8rem; }
      #home #homehead .homemenuarea ul li a:hover {
        opacity: 1; }
#home #homehead .sptxt {
  text-align: center;
  padding: 15px;
  background-color: #faffe9;
  letter-spacing: 2px;
  color: #e7584d;
  font-family: "honoka-maru-gothic", -apple-system; }
  @media print, screen and (min-width: 992px) {
    #home #homehead .sptxt {
      display: none; } }
#home .headnews {
  background-color: #e4f4fd;
  padding: 30px 0;
  text-align: center;
  margin: auto; }
  #home .headnews a {
    text-decoration: none;
    display: block; }
  #home .headnews a:hover {
    opacity: 0.8; }
  #home .headnews .headnewsbox {
    margin: auto;
    border: 2px solid #ff6c58;
    background-color: #fff;
    padding: 30px 5px;
    text-align: center;
    color: #f70000; }
    @media print, screen and (min-width: 1200px) {
      #home .headnews .headnewsbox {
        width: 80%;
        padding: 30px; } }
    #home .headnews .headnewsbox h2 {
      display: inline-block;
      background-color: #fffd4f; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home .headnews .headnewsbox h2 {
          font-size: 1.4rem; } }
      @media print, screen and (max-width: 991px) {
        #home .headnews .headnewsbox h2 {
          font-size: 1.05rem; } }
    #home .headnews .headnewsbox p {
      font-size: 1.0rem;
      font-family: "honoka-maru-gothic", -apple-system;
      font-family: "noto-sans";
      padding-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #home .headnews .headnewsbox p {
          padding-top: 5px;
          font-size: 0.9rem; } }
#home .msg {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media print, screen and (max-width: 991px) {
    #home .msg {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #home .msg h2 {
    color: #ff888a;
    text-align: center;
    display: inline-block;
    border-bottom: 2px solid #f4ccd9;
    padding-bottom: 20px;
    font-size: 2.4rem; }
    @media print, screen and (max-width: 991px) {
      #home .msg h2 {
        font-size: 1.2rem; } }
  #home .msg p {
    line-height: 2.0;
    padding-top: 50px;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      #home .msg p {
        padding-top: 20px;
        font-size: 0.82rem; } }
#home .contentstitle {
  background-color: #a1dde1;
  padding: 50px;
  color: #fff;
  text-align: center; }
  @media print, screen and (max-width: 991px) {
    #home .contentstitle {
      padding: 50px 10px;
      font-size: 1.3rem; } }
#home .tokuchobox {
  margin-top: 30px;
  background-image: url(../img/icon_leaf.png);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: top center;
  padding-top: 60px;
  text-align: center; }
  #home .tokuchobox h3 {
    color: #ff888a;
    display: inline-block;
    border-bottom: 2px solid #def1fc;
    padding-bottom: 20px;
    text-align: left;
    line-height: 2.0; }
    @media print, screen and (max-width: 1199px) {
      #home .tokuchobox h3 {
        font-size: 1.2rem; } }
  #home .tokuchobox p {
    text-align: left;
    padding: 20px 30px 50px;
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      #home .tokuchobox p {
        font-size: 0.9rem; } }
#home #tokucho {
  padding-bottom: 50px; }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #tokucho .tokuchobox {
      width: 50%;
      margin: auto;
      text-align: center; } }
#home #homeevent {
  background-color: #fff6ef;
  padding: 50px; }
  #home #homeevent h2 {
    background-image: url(../img/logomark.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: top center;
    padding-top: 60px;
    text-align: center; }
  #home #homeevent .eventbox {
    margin-top: 30px; }
    #home #homeevent .eventbox time {
      display: block; }
      #home #homeevent .eventbox time span {
        display: inline-block;
        font-size: 0.7rem;
        margin-bottom: 5px;
        margin-right: 15px;
        margin-top: 15px;
        color: #fff;
        background-color: #a9d27d;
        padding: 2px 5px;
        font-family: "noto-sans"; }
    #home #homeevent .eventbox h3 {
      font-size: 1.2rem;
      font-family: "honoka-maru-gothic", -apple-system;
      color: #ff888a; }
      @media print, screen and (max-width: 991px) {
        #home #homeevent .eventbox h3 {
          font-size: 1.0rem; } }
    #home #homeevent .eventbox a {
      text-decoration: none;
      display: block; }
    #home #homeevent .eventbox a:hover {
      opacity: 0.8; }
    #home #homeevent .eventbox .img img {
      width: 100%;
      height: 350px;
      object-fit: cover; }
      @media print, screen and (max-width: 767px) {
        #home #homeevent .eventbox .img img {
          height: 200px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homeevent .eventbox .img img {
          height: 150px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #homeevent .eventbox .img img {
          height: 200px; } }
#home #homenews {
  padding: 50px 15px;
  margin: auto;
  text-align: center; }
  #home #homenews .newsList {
    text-align: left; }
    @media print, screen and (min-width: 992px) {
      #home #homenews .newsList {
        padding: 50px 50px;
        width: 70%;
        margin: auto; } }
  #home #homenews h2 {
    background-image: url(../img/logomark.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: top center;
    padding-top: 60px;
    text-align: center; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homenews h2 {
        margin-bottom: 40px; } }
  #home #homenews .newstitlelink {
    padding: 10px 0;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    #home #homenews .newstitlelink a {
      text-decoration: none; }
    #home #homenews .newstitlelink time {
      font-size: 0.7rem;
      margin-bottom: 5px;
      margin-right: 15px;
      color: #fff;
      display: inline-block;
      background-color: #a9d27d;
      padding: 2px 5px;
      font-family: "noto-sans"; }
    #home #homenews .newstitlelink h3 {
      font-size: 1.2rem;
      font-family: "honoka-maru-gothic", -apple-system;
      color: #ff888a;
      display: inline-block; }
      @media print, screen and (max-width: 991px) {
        #home #homenews .newstitlelink h3 {
          font-size: 1.0rem; } }

/*! ==================================================
　他ぺージ共通
=================================================== */
main#home {
  padding-top: 0; }

main {
  padding-top: 120px; }
  @media print, screen and (max-width: 991px) {
    main {
      padding-top: 70px; } }
  main .pagetitle {
    background-image: url(../img/ptitleback.png);
    background-size: cover;
    height: 230px;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      main .pagetitle {
        height: 190px; } }
    main .pagetitle h2 {
      background-image: url(../img/car.png);
      background-repeat: no-repeat;
      background-position: center 30px;
      background-size: 120px;
      text-shadow: 0px 4px 9.5px rgba(221, 221, 221, 0.004);
      color: #fff;
      padding-top: 120px; }
      @media print, screen and (max-width: 991px) {
        main .pagetitle h2 {
          background-size: 100px;
          padding-top: 100px;
          font-size: 1.4rem; } }
      main .pagetitle h2 span {
        font-size: 1.0rem;
        letter-spacing: 2px; }
    main .pagetitle h2.musubiya {
      line-height: 0.8; }

h3.contentstitle {
  background-image: url(../img/icon_leaf.png);
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 60px;
  text-align: center;
  padding-top: 120px;
  font-size: 1.8rem;
  letter-spacing: 2px; }
  @media print, screen and (max-width: 991px) {
    h3.contentstitle {
      font-size: 1.5rem;
      background-size: 50px; } }

/*! ==================================================
　#about
=================================================== */
#about .nayami {
  padding-top: 60px;
  text-align: center; }
  @media print, screen and (max-width: 991px) {
    #about .nayami {
      padding-top: 40px; } }
  #about .nayami h3 {
    font-size: 1.6rem;
    background-color: #a1dde1;
    border-radius: 5px;
    padding: 15px 60px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 991px) {
      #about .nayami h3 {
        font-size: 1.0rem;
        padding: 15px 15px; } }
  #about .nayami h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #a1dde1; }
  #about .nayami ul {
    margin-top: 40px;
    padding-bottom: 50px; }
    @media print, screen and (max-width: 991px) {
      #about .nayami ul {
        padding: 0 15px 30px; } }
    #about .nayami ul li {
      list-style: none;
      padding-bottom: 15px; }
      #about .nayami ul li span {
        border-bottom: 3px solid #f4ccd9;
        padding-bottom: 15px;
        font-size: 1.1rem;
        letter-spacing: 1px;
        display: inline-block; }
        @media print, screen and (max-width: 991px) {
          #about .nayami ul li span {
            font-size: 0.9rem;
            text-align: left; } }
#about .taisetsu {
  background-color: #fff6ef;
  padding-top: 70px;
  padding-bottom: 30px; }
  #about .taisetsu p {
    text-align: center;
    line-height: 2.0;
    font-size: 1.1rem; }
    @media print, screen and (max-width: 991px) {
      #about .taisetsu p {
        font-size: 0.9rem;
        letter-spacing: -1px; } }
    #about .taisetsu p span {
      color: #ff888a;
      font-size: 1.4rem;
      font-family: "honoka-maru-gothic", -apple-system; }
      @media print, screen and (max-width: 991px) {
        #about .taisetsu p span {
          font-size: 1.1rem; } }
  #about .taisetsu .renkeiimg {
    text-align: center;
    margin: 30px auto; }
    #about .taisetsu .renkeiimg img {
      max-width: 600px; }
      @media print, screen and (max-width: 991px) {
        #about .taisetsu .renkeiimg img {
          width: 100%; } }
#about .kangonaiyo h3 {
  margin-bottom: 50px; }
#about .kangonaiyo .naiyobox {
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #dddddd;
  padding: 0 30px 30px; }
  #about .kangonaiyo .naiyobox h4 {
    color: #ff888a;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px; }
  #about .kangonaiyo .naiyobox p {
    letter-spacing: 1px;
    padding-top: 15px;
    line-height: 2.0;
    font-size: 1.0rem; }
#about .flow {
  background-color: #fff6ef;
  padding-bottom: 30px; }
  #about .flow h3 {
    margin-bottom: 30px; }
    @media print, screen and (max-width: 991px) {
      #about .flow h3 {
        margin-bottom: 20px; } }
  #about .flow .flowbox {
    padding: 15px 30px;
    margin-top: 30px; }
    @media print, screen and (max-width: 991px) {
      #about .flow .flowbox {
        padding: 15px; } }
    #about .flow .flowbox h4 {
      background-color: #a1dde1;
      color: #fff;
      padding: 10px 20px;
      text-align: center;
      font-size: 1.1rem;
      border-radius: 15px; }
      @media print, screen and (max-width: 991px) {
        #about .flow .flowbox h4 {
          font-size: 1.0rem; } }
    #about .flow .flowbox .flownaiyo {
      padding: 15px; }
      #about .flow .flowbox .flownaiyo ul {
        margin-left: 20px; }
        #about .flow .flowbox .flownaiyo ul li {
          padding-top: 10px; }
      #about .flow .flowbox .flownaiyo p {
        padding-top: 15px;
        line-height: 2.0; }
      #about .flow .flowbox .flownaiyo a {
        text-decoration: underline;
        color: #ec76a1;
        font-family: "honoka-maru-gothic", -apple-system; }
#about .price h3 {
  margin-bottom: 50px; }
#about .price .pricebox {
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #dddddd;
  padding: 0 30px 50px; }
#about .jyuyosetumei h3 {
  margin-bottom: 50px; }
#about .jyuyosetumei .jyuyosetumeibox {
  margin-top: 15px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #dddddd;
  padding: 0 30px 50px; }
#about .msg {
  padding-top: 70px; }
  #about .msg h3 {
    text-align: center;
    margin: auto; }
    #about .msg h3 img {
      max-width: 515px; }
      @media print, screen and (max-width: 991px) {
        #about .msg h3 img {
          width: 70%; } }
  #about .msg p {
    padding-top: 50px;
    line-height: 2.0;
    text-align: center;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 991px) {
      #about .msg p {
        padding: 50px 10px 10px;
        font-size: 0.9rem;
        letter-spacing: 0; } }
  #about .msg .msgimg {
    text-align: center;
    margin: 30px auto; }
    #about .msg .msgimg img {
      max-width: 410px; }
      @media print, screen and (max-width: 991px) {
        #about .msg .msgimg img {
          width: 90%;
          margin: 0 auto 50px; } }

/*! ==================================================
　#management
=================================================== */
#management .msg {
  padding: 50px 0; }
  #management .msg p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.0;
    letter-spacing: 1px; }
    @media print, screen and (max-width: 991px) {
      #management .msg p {
        font-size: 0.9rem; } }
#management .profile {
  background-color: #fff6ef;
  padding-top: 10px;
  padding-bottom: 70px; }
  #management .profile h3 {
    margin-bottom: 50px; }
  #management .profile .profilecontents {
    width: 95%;
    margin: auto; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #management .profile .profilecontents {
        width: 80%; } }
    @media print, screen and (min-width: 1200px) {
      #management .profile .profilecontents {
        width: 50%; } }
    #management .profile .profilecontents dl {
      border-bottom: 2px dotted #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 1.1rem; }
      @media print, screen and (max-width: 991px) {
        #management .profile .profilecontents dl {
          font-size: 1.0rem; } }
      #management .profile .profilecontents dl dt {
        color: #ff888a;
        font-family: "honoka-maru-gothic", -apple-system;
        font-size: 1.0rem;
        letter-spacing: 1px; }
        @media print, screen and (max-width: 991px) {
          #management .profile .profilecontents dl dt {
            margin-bottom: 5px; } }
      #management .profile .profilecontents dl dd {
        line-height: 2.0; }
        #management .profile .profilecontents dl dd ul {
          margin-left: 20px; }
        @media print, screen and (max-width: 991px) {
          #management .profile .profilecontents dl dd {
            line-height: 1.5; } }
        #management .profile .profilecontents dl dd a {
          text-decoration: underline;
          color: #52c3f1;
          font-weight: bold; }
        #management .profile .profilecontents dl dd a:hover {
          opacity: 0.7; }
#management .mokuteki {
  padding-bottom: 100px; }
  #management .mokuteki h3 {
    margin-bottom: 50px; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #management .mokuteki {
      width: 80%;
      margin: auto; } }
  @media print, screen and (min-width: 1200px) {
    #management .mokuteki {
      width: 60%;
      margin: auto; } }
  #management .mokuteki p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.0;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 991px) {
      #management .mokuteki p {
        font-size: 0.9rem;
        letter-spacing: 0; } }
#management .rinen {
  background-color: #fff6ef;
  padding-top: 10px;
  padding-bottom: 100px;
  font-family: "honoka-maru-gothic", -apple-system; }
  #management .rinen h3 {
    margin-bottom: 50px; }
  #management .rinen p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.0;
    color: #ff888a; }
    @media print, screen and (max-width: 991px) {
      #management .rinen p {
        font-size: 1.0rem; } }
#management .houshin {
  padding-bottom: 50px; }
  #management .houshin h3 {
    margin-bottom: 60px; }
  #management .houshin ol {
    margin-top: 60px;
    margin-left: -30px;
    list-style: none;
    counter-reset: num;
    /* ol_li カウンタをセットする(値もリセット) */ }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #management .houshin ol {
        width: 80%;
        margin: auto; } }
    @media print, screen and (min-width: 1200px) {
      #management .houshin ol {
        width: 50%;
        margin: auto; } }
    #management .houshin ol li {
      text-indent: -2.0rem;
      padding-left: 2.0rem;
      margin-top: 30px;
      font-size: 1.1rem; }
      @media print, screen and (max-width: 991px) {
        #management .houshin ol li {
          font-size: 0.9rem;
          text-indent: -1.0rem;
          padding-left: 1.0rem; } }
    #management .houshin ol li:before {
      padding-right: 1.0rem;
      counter-increment: num;
      /* ol_li カウンタの値に1加える */
      content: counter(num) ".";
      /* before擬似要素のcontentで出力 /*番号末尾に「.」を出力*/
      color: #ff888a;
      /* 色を変更 */
      font-size: 1.2rem; }
      @media print, screen and (max-width: 991px) {
        #management .houshin ol li:before {
          font-size: 1.1rem;
          padding-right: 0.5rem; } }

/*! ==================================================
　#recruit
=================================================== */
#recruit .msg {
  padding: 50px 0; }
  #recruit .msg p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.0;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 991px) {
      #recruit .msg p {
        font-size: 0.9rem; } }
#recruit .job {
  background-color: #fff6ef;
  padding-top: 10px;
  padding-bottom: 70px; }
  #recruit .job h3 {
    margin-bottom: 50px; }
  #recruit .job .jobcontents {
    width: 95%;
    margin: auto; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #recruit .job .jobcontents {
        width: 80%; } }
    @media print, screen and (min-width: 1200px) {
      #recruit .job .jobcontents {
        width: 50%; } }
    #recruit .job .jobcontents dl {
      border-bottom: 2px dotted #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-size: 1.1rem; }
      @media print, screen and (max-width: 991px) {
        #recruit .job .jobcontents dl {
          font-size: 1.0rem; } }
      #recruit .job .jobcontents dl dt {
        color: #ff888a;
        font-family: "honoka-maru-gothic", -apple-system;
        letter-spacing: 1px;
        font-size: 1.0rem; }
        @media print, screen and (max-width: 991px) {
          #recruit .job .jobcontents dl dt {
            margin-bottom: 5px; } }
      #recruit .job .jobcontents dl dd {
        line-height: 2.0; }
        #recruit .job .jobcontents dl dd ul {
          margin-left: 20px; }
          #recruit .job .jobcontents dl dd ul li {
            margin-bottom: 15px; }
        @media print, screen and (max-width: 991px) {
          #recruit .job .jobcontents dl dd {
            line-height: 1.5;
            font-size: 0.9rem; } }
#recruit .boshubox {
  border: 5px solid #a1dde1;
  padding: 25px 10px;
  text-align: center;
  border-radius: 15px;
  margin: 50px auto;
  position: relative; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #recruit .boshubox {
      width: 80%;
      padding: 50px; } }
  @media print, screen and (min-width: 1200px) {
    #recruit .boshubox {
      width: 50%;
      padding: 50px; } }
  #recruit .boshubox p {
    line-height: 2.0; }
    @media print, screen and (max-width: 991px) {
      #recruit .boshubox p {
        font-size: 0.9rem; } }
  #recruit .boshubox .tel {
    color: #ff888a;
    margin-top: 30px; }
    @media print, screen and (max-width: 991px) {
      #recruit .boshubox .tel {
        margin-top: 80px; } }
    #recruit .boshubox .tel a {
      color: #ff888a;
      text-decoration: none;
      font-size: 1.6rem;
      line-height: 1.5; }
  #recruit .boshubox .kangoshi1 {
    position: absolute;
    left: 50px;
    top: 30%;
    width: 60px; }
    @media print, screen and (max-width: 991px) {
      #recruit .boshubox .kangoshi1 {
        left: 30%;
        top: 50%;
        width: 50px; } }
  #recruit .boshubox .kangoshi2 {
    position: absolute;
    right: 50px;
    top: 30%;
    width: 60px; }
    @media print, screen and (max-width: 991px) {
      #recruit .boshubox .kangoshi2 {
        top: 50%;
        right: 30%;
        width: 50px; } }

/*! ==================================================
　#news
=================================================== */
/*! ==================================================
　#musubiya
=================================================== */
#musubiya p {
  padding: 100px 10px;
  text-align: center; }

#event #eventList {
  padding-top: 30px; }
  #event #eventList .noevent {
    padding: 50px 15px 30px;
    text-align: center; }
  #event #eventList .eventbox {
    margin-top: 20px;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    #event #eventList .eventbox time {
      display: block; }
      #event #eventList .eventbox time span {
        display: inline-block;
        font-size: 0.7rem;
        margin-bottom: 5px;
        margin-right: 15px;
        margin-top: 15px;
        color: #fff;
        background-color: #a9d27d;
        padding: 2px 5px;
        font-family: "noto-sans"; }
    #event #eventList .eventbox h3 {
      font-size: 1.2rem;
      font-family: "honoka-maru-gothic", -apple-system;
      color: #ff888a; }
      @media print, screen and (max-width: 991px) {
        #event #eventList .eventbox h3 {
          font-size: 1.0rem; } }
    #event #eventList .eventbox a {
      text-decoration: none;
      display: block; }
    #event #eventList .eventbox a:hover {
      opacity: 0.8; }
    #event #eventList .eventbox .img img {
      width: 100%;
      height: 350px;
      object-fit: cover; }
      @media print, screen and (max-width: 767px) {
        #event #eventList .eventbox .img img {
          height: 120px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #event #eventList .eventbox .img img {
          height: 200px; } }
  #event #eventList .pagelink {
    text-align: center;
    margin-top: 50px; }
#event #eventDetail {
  margin: 30px auto;
  border: 5px solid #a1dde1;
  border-radius: 15px;
  padding: 15px 30px 30px;
  text-align: center; }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    #event #eventDetail {
      width: 80%; } }
  @media print, screen and (min-width: 1200px) {
    #event #eventDetail {
      width: 70%; } }
  @media print, screen and (max-width: 991px) {
    #event #eventDetail {
      padding: 10px 15px 30px; } }
  #event #eventDetail time {
    display: block;
    text-align: left; }
    #event #eventDetail time span {
      display: inline-block;
      font-size: 0.8rem;
      margin-bottom: 5px;
      margin-right: 15px;
      margin-top: 15px;
      color: #fff;
      background-color: #a9d27d;
      padding: 2px 5px;
      font-family: "noto-sans"; }
  #event #eventDetail h3 {
    font-size: 1.4rem;
    font-family: "honoka-maru-gothic", -apple-system;
    color: #ff888a;
    text-align: left;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px; }
    @media print, screen and (max-width: 991px) {
      #event #eventDetail h3 {
        font-size: 1.2rem;
        margin-top: 5px; } }
  #event #eventDetail a {
    text-decoration: none;
    display: block; }
  #event #eventDetail a:hover {
    opacity: 0.8; }
  #event #eventDetail .img {
    text-align: center;
    margin: 20px auto; }
    @media print, screen and (max-width: 991px) {
      #event #eventDetail .img {
        margin: 15px auto 5px; } }
    #event #eventDetail .img img {
      width: 100%;
      object-fit: contain; }
  #event #eventDetail p {
    text-align: left;
    padding-top: 15px; }
  #event #eventDetail .content ul {
    margin-left: 20px;
    margin-top: 15px; }
    #event #eventDetail .content ul li {
      text-align: left;
      padding-top: 5px; }
  #event #eventDetail .content ol {
    margin-left: -20px;
    margin-top: 15px; }
    #event #eventDetail .content ol li {
      text-align: left;
      padding-top: 5px; }

#news #newsList {
  margin: 30px auto;
  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; } }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    #news #newsList {
      width: 80%; } }
  @media print, screen and (min-width: 1200px) {
    #news #newsList {
      width: 70%; } }
  #news #newsList .newstitlelink {
    padding: 10px 0;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    #news #newsList .newstitlelink a {
      text-decoration: none; }
    #news #newsList .newstitlelink time {
      font-size: 0.7rem;
      margin-bottom: 5px;
      margin-right: 15px;
      color: #fff;
      display: inline-block;
      background-color: #a9d27d;
      padding: 2px 5px;
      font-family: "noto-sans"; }
    #news #newsList .newstitlelink h3 {
      font-size: 1.4rem;
      font-family: "honoka-maru-gothic", -apple-system;
      color: #ff888a;
      display: inline-block; }
      @media print, screen and (max-width: 991px) {
        #news #newsList .newstitlelink h3 {
          font-size: 1.0rem; } }
#news #newsDetail {
  margin: 30px auto;
  border: 5px solid #a1dde1;
  border-radius: 15px;
  padding: 15px 30px 30px;
  text-align: center; }
  @media print, screen and (min-width: 768px) and (max-width: 1199px) {
    #news #newsDetail {
      width: 80%; } }
  @media print, screen and (min-width: 1200px) {
    #news #newsDetail {
      width: 70%; } }
  @media print, screen and (max-width: 991px) {
    #news #newsDetail {
      padding: 10px 15px 30px; } }
  #news #newsDetail time {
    display: block;
    text-align: left; }
    #news #newsDetail time span {
      display: inline-block;
      font-size: 0.8rem;
      margin-bottom: 5px;
      margin-right: 15px;
      margin-top: 15px;
      color: #fff;
      background-color: #a9d27d;
      padding: 2px 5px;
      font-family: "noto-sans"; }
      @media print, screen and (max-width: 991px) {
        #news #newsDetail time span {
          font-size: 0.7rem;
          margin-bottom: 10px; } }
  #news #newsDetail h3 {
    font-size: 1.8rem;
    font-family: "honoka-maru-gothic", -apple-system;
    color: #ff888a;
    text-align: left;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media print, screen and (max-width: 991px) {
      #news #newsDetail h3 {
        font-size: 1.2rem; } }
  #news #newsDetail a {
    text-decoration: none;
    display: block; }
  #news #newsDetail a:hover {
    opacity: 0.8; }
  #news #newsDetail p {
    text-align: left;
    padding-top: 15px; }
  #news #newsDetail .content ul {
    margin-left: 20px;
    margin-top: 15px; }
    #news #newsDetail .content ul li {
      text-align: left;
      padding-top: 5px; }
  #news #newsDetail .content ol {
    margin-left: -20px;
    margin-top: 15px; }
    #news #newsDetail .content ol li {
      text-align: left;
      padding-top: 5px; }
#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 60px;
  padding-bottom: 20px; }
  #contact h2 {
    background-color: #444444;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    position: relative; }
    #contact h2 span {
      font-size: 0.8rem; }
    @media print, screen and (max-width: 991px) {
      #contact h2 {
        font-size: 1.6rem;
        margin-bottom: 0; } }
  #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 #444444; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #444444; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #444444; }
    #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: #444444;
        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; }
  footer #footnavi {
    padding: 30px 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: #444444;
        font-size: 0.9rem;
        font-family: "noto-sans"; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer #footer {
    padding-bottom: 50px;
    padding-top: 20px;
    background-color: #fff6ef;
    text-align: center;
    margin: auto; }
    footer #footer .name {
      padding: 20px 0 0;
      width: 300px;
      margin: auto; }
    footer #footer address {
      padding-top: 15px;
      text-align: center;
      line-height: 2.0; }
      @media print, screen and (max-width: 991px) {
        footer #footer address {
          font-size: 0.9rem; } }
      footer #footer address span {
        color: #ff888a;
        font-family: "noto-sans"; }
        @media print, screen and (max-width: 991px) {
          footer #footer address span {
            font-size: 0.7rem; } }
        footer #footer address span span {
          font-size: 2.0rem;
          font-family: "honoka-maru-gothic", -apple-system; }
          @media print, screen and (max-width: 991px) {
            footer #footer address span span {
              font-size: 1.2rem;
              font-family: "honoka-maru-gothic", -apple-system; } }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            footer #footer address span span {
              font-size: 1.4rem;
              font-family: "honoka-maru-gothic", -apple-system; } }
          footer #footer address span span a {
            color: #ff888a;
            text-decoration: none; }
    footer #footer .opentime {
      margin-top: 10px; }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        footer #footer .opentime {
          width: 55%;
          margin: auto; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        footer #footer .opentime {
          width: 85%;
          margin: auto; } }
      @media print, screen and (min-width: 1600px) {
        footer #footer .opentime {
          width: 80%;
          margin: auto; } }
      footer #footer .opentime dl {
        margin-top: 10px;
        display: table; }
        footer #footer .opentime dl dt {
          display: table-cell;
          vertical-align: middle;
          background-color: #a9d27d;
          color: #fff;
          width: 60px;
          height: 60px;
          font-size: 0.9rem;
          border-radius: 5px; }
          @media print, screen and (max-width: 1199px) {
            footer #footer .opentime dl dt {
              width: 35px;
              height: 35px;
              font-size: 0.6rem; } }
        footer #footer .opentime dl dd {
          padding: 0 20px;
          font-size: 1.1rem;
          display: table-cell;
          vertical-align: middle; }
          @media print, screen and (max-width: 991px) {
            footer #footer .opentime dl dd {
              font-size: 0.8rem;
              padding: 0 0 0 9px; } }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            footer #footer .opentime dl dd {
              font-size: 0.9rem;
              padding: 0 0 0 9px; } }
    footer #footer .kinkyu {
      margin-top: 30px; }
      footer #footer .kinkyu dl dt {
        display: inline-block;
        padding: 5px 50px;
        border-radius: 5px;
        text-align: center;
        background-color: #52c3f1;
        color: #fff; }
      footer #footer .kinkyu dl dd {
        font-size: 1.2rem;
        margin-top: 15px; }
        footer #footer .kinkyu dl dd a {
          color: #ff888a;
          text-decoration: none; }
        footer #footer .kinkyu dl dd span {
          font-size: 2.0rem; }
          @media print, screen and (max-width: 991px) {
            footer #footer .kinkyu dl dd span {
              font-size: 1.4rem;
              font-family: "honoka-maru-gothic", -apple-system; } }
      footer #footer .kinkyu p {
        margin: 10px 0 30px;
        text-align: center; }
        @media print, screen and (max-width: 991px) {
          footer #footer .kinkyu p {
            font-size: 0.9rem; } }
    footer #footer .instagram {
      margin: 0 auto 50px;
      text-align: center; }
      footer #footer .instagram a {
        display: block;
        margin: auto;
        width: 250px;
        padding: 15px 5px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #ff888a; }
      footer #footer .instagram a:hover {
        text-decoration: none; }
      footer #footer .instagram img {
        margin-right: 10px; }
  footer .copyright {
    text-align: center;
    font-size: 0.9rem;
    font-family: "noto-sans";
    padding-top: 15px;
    padding-bottom: 60px;
    background-color: #ec76a1;
    color: #fff; }
    @media print, screen and (max-width: 767px) {
      footer .copyright {
        background-color: #fff;
        color: #444444;
        font-size: 0.7rem; } }

.footspbtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ec76a1; }
  @media print, screen and (min-width: 768px) {
    .footspbtn {
      display: none; } }
  .footspbtn a {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    padding: 15px 1px;
    text-align: center;
    border: 1px solid #fff;
    height: 70px;
    text-decoration: none; }
  .footspbtn h2 {
    font-size: 0.8rem;
    margin-bottom: 2px; }
  .footspbtn address {
    font-size: 0.9rem; }
  .footspbtn .sppagetop a {
    padding: 10px 10px;
    line-height: 1.2;
    display: block; }

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