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

.gcalendar {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .gcalendar {
      padding-bottom: 100%; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    .gcalendar {
      padding-bottom: 45%; } }

.gcalendar iframe,
.gcalendar object,
.gcalendar 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: "ten-mincho", serif, -apple-system, -apple-system;
  color: #1f1e1e; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ten-mincho", serif, -apple-system;
  font-weight: normal; }

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

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

.accessbtn {
  margin: 30px auto 0;
  width: 70%; }
  @media print, screen and (max-width: 991px) {
    .accessbtn {
      width: 90%; } }
  .accessbtn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    background-color: #1a9d3f;
    text-decoration: none;
    text-align: center; }
  .accessbtn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #352b2b;
    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: #d52c2c;
    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: 992px) {
  .spbr {
    display: none; } }

main {
  padding-top: 50px; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    border-top: 5px solid #d8734a;
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    height: 75px;
    width: 100%;
    /*絶対必要*/
    padding: 0 10px 10px;
    background-image: url(../imgs/back1.png);
    background-repeat: no-repeat; }
    @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: 20px;
      left: 30px;
      line-height: 0.6; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 {
          left: 20px;
          top: 15px;
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header h1 {
          left: 20px;
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1 {
          left: 20px; } }
      #header-fixed header h1 a {
        text-decoration: none; }
      #header-fixed header h1 span {
        font-size: 0.7rem; }
    #header-fixed header .headmenuarea {
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        margin: 15px 0;
        font-size: 0;
        text-align: center;
        background-color: #352b2b;
        padding: 10px 15px;
        display: inline-block; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #header-fixed header .headmenuarea ul {
            padding: 10px 10px; } }
        #header-fixed header .headmenuarea ul li {
          display: inline-block;
          text-align: center;
          list-style: none;
          margin: auto;
          padding: 0;
          line-height: 1.0; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none;
            padding: 2px 15px;
            font-size: 0.9rem;
            display: block; }
            @media print, screen and (min-width: 992px) and (max-width: 1199px) {
              #header-fixed header .headmenuarea ul li a {
                padding: 2px 8px; } }
            #header-fixed header .headmenuarea ul li a span {
              font-size: 0.7rem; }
    #header-fixed header address {
      position: absolute;
      top: 20px;
      right: 15px;
      max-width: 250px;
      font-size: 1.4rem; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header address {
          font-size: 1.2rem; } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header address {
          top: 10px; } }
      #header-fixed header address a {
        text-decoration: none; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header address {
          right: 60px; } }
  #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: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #352b2b;
  font-size: 2.0rem;
  padding-top: 40px;
  line-height: 0.7; }
  @media print, screen and (max-width: 767px) {
    .title1 {
      margin-top: 20px; } }
  .title1 span {
    display: inline-block;
    border-bottom: 3px solid #d8734a;
    padding-bottom: 15px; }

.pagetitle {
  background-color: #fff;
  padding-top: 30px !important;
  padding-bottom: 15px !important; }
  .pagetitle .title1 {
    margin-top: 0px; }
  .pagetitle p {
    text-align: center;
    padding-bottom: 15px; }

/*! ==================================================
　HOME
=================================================== */
#home {
  padding: 0; }
  #home #homehead {
    padding-top: 75px; }
    @media print, screen and (max-width: 767px) {
      #home #homehead {
        padding-top: 60px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #homehead {
        padding-top: 60px; } }
    #home #homehead #topslide {
      overflow: hidden;
      object-fit: cover;
      position: relative;
      text-align: center; }
      #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%;
        object-fit: cover;
        object-position: center center; }
        @media print, screen and (max-width: 767px) {
          #home #homehead #topslide .sliderbox img {
            max-width: 100%;
            /*画像中央ぞろえで必要*/
            height: 330px;
            /*画像中央ぞろえで必要*/
            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: 850px; } }
        @media print, screen and (min-width: 1600px) {
          #home #homehead #topslide .sliderbox img {
            position: relative;
            width: 100vw;
            max-height: 850px;
            overflow: hidden; } }
      #home #homehead #topslide .slidetxtbox {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 1.4rem; }
        @media print, screen and (max-width: 767px) {
          #home #homehead #topslide .slidetxtbox {
            top: 75%;
            font-size: 0.9rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #homehead #topslide .slidetxtbox {
            top: 55%;
            font-size: 1.2rem; } }
        @media print, screen and (min-width: 1200px) {
          #home #homehead #topslide .slidetxtbox {
            top: 55%; } }
        #home #homehead #topslide .slidetxtbox .slidetxt {
          display: inline-block;
          background-color: rgba(202, 78, 28, 0.9);
          padding: 15px 30px;
          fonot-size: 1.0rem; }
      #home #homehead #topslide .border {
        border-top: 1px solid #fff !important;
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        /*width : -webkit-calc(100% + 1px) ;
        width : calc(100% + 1px) ;
        height: -webkit-calc(100% + 1px) ;
        height: calc(100%  + 1px ) ;*/ }
  #home #homenews {
    margin: auto; }
    #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: 0;
        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 5px 0;
          margin: 0 auto 10px; } }
    #home #homenews .newsbox {
      border: 1px solid #ddd;
      padding: 20px 15px;
      margin-bottom: 15px; }
      #home #homenews .newsbox a {
        text-decoration: none; }
      #home #homenews .newsbox time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        margin-right: 15px;
        color: #0066cc;
        display: inline-block;
        padding: 2px 5px; }
        @media print, screen and (max-width: 767px) {
          #home #homenews .newsbox time {
            display: block; } }
      #home #homenews .newsbox h3 {
        font-size: 1.2rem;
        font-weight: normal;
        font-family: "ten-mincho", serif, -apple-system;
        display: inline-block;
        padding: 0; }
        @media print, screen and (max-width: 767px) {
          #home #homenews .newsbox h3 {
            font-size: 1.0rem;
            display: block; } }
        #home #homenews .newsbox h3 span {
          color: #ffcc00; }
      #home #homenews .newsbox p {
        padding: 15px; }
  #home #homemessage {
    background-image: url(../imgs/back2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 50px 50px 100px; }
    @media print, screen and (max-width: 575px) {
      #home #homemessage {
        padding: 20px 15px 50px; } }
    #home #homemessage p {
      padding-top: 50px; }
  #home #homealbum {
    margin: 30px auto 0;
    text-align: center; }
  @media print, screen and (max-width: 991px) {
    #home #homealbum.pc {
      display: none; } }
  #home #homealbum.sp {
    margin: 30px 15px 0; }
    @media print, screen and (min-width: 992px) {
      #home #homealbum.sp {
        display: none; } }
  #home #homeplan {
    background-image: url(../imgs/back1.png);
    background-repeat: repeat-y;
    padding-bottom: 50px; }
    #home #homeplan h3 {
      margin-top: 15px;
      background-color: #ffcc00;
      padding: 10px 30px; }
      @media print, screen and (max-width: 991px) {
        #home #homeplan h3 {
          font-size: 1.2rem;
          text-align: center;
          line-height: 1.2;
          padding: 8px 30px; } }
      #home #homeplan h3 span {
        font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
        font-weight: bold;
        font-size: 1.0rem; }
        @media print, screen and (max-width: 991px) {
          #home #homeplan h3 span {
            font-size: 0.8rem; } }
    #home #homeplan .planbox {
      margin-top: 15px; }
      #home #homeplan .planbox a {
        text-decoration: none; }
      #home #homeplan .planbox .plantitle {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 15px 15px 0;
        margin: 0 10px; }
        @media print, screen and (max-width: 991px) {
          #home #homeplan .planbox .plantitle h4 {
            font-size: 1.2rem; } }
        #home #homeplan .planbox .plantitle h4 span {
          color: #ffcc00; }
          @media print, screen and (max-width: 991px) {
            #home #homeplan .planbox .plantitle h4 span {
              font-size: 1.0rem; } }
        #home #homeplan .planbox .plantitle .price {
          font-size: 1.2rem;
          text-align: right; }
          #home #homeplan .planbox .plantitle .price span {
            font-size: 1.0rem; }
            @media print, screen and (max-width: 991px) {
              #home #homeplan .planbox .plantitle .price span {
                font-size: 0.9rem; } }
          @media print, screen and (max-width: 991px) {
            #home #homeplan .planbox .plantitle .price {
              padding-bottom: 15px;
              text-align: left;
              padding-left: 20px; } }
  #home #homereserve {
    padding-bottom: 50px; }
  #home .btnarea {
    width: 90%;
    margin: 30px auto 0; }
    @media print, screen and (min-width: 768px) {
      #home .btnarea {
        width: 600px; } }

/*! ==================================================
　#menu / #album
=================================================== */
#menu, #album {
  padding-bottom: 70px;
  background-color: #f5f5f5; }
  #menu .headmessage, #album .headmessage {
    padding-top: 30px; }
    #menu .headmessage p, #album .headmessage p {
      line-height: 2.0; }
  #menu figure, #album figure {
    margin-top: 50px;
    padding: 10px 10px 30px;
    background-color: #fff; }
    #menu figure figcaption, #album figure figcaption {
      margin-top: 15px; }

/*! ==================================================
　#price
=================================================== */
#price {
  padding-bottom: 70px;
  background-color: #f5f5f5; }
  #price h3 {
    margin-top: 15px;
    background-color: #ffcc00;
    padding: 15px 30px; }
    @media print, screen and (max-width: 991px) {
      #price h3 {
        font-size: 1.2rem;
        line-height: 1.5; } }
    #price h3 span {
      font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
      font-weight: bold;
      font-size: 1.0rem; }
  #price .planbox {
    margin-top: 15px;
    border: 1px solid #ddd;
    background-color: #fff; }
    #price .planbox .plantitle {
      padding: 15px 5px 0;
      margin: 0 10px;
      border-bottom: 2px dotted #ddd; }
      #price .planbox .plantitle h4 {
        color: #0066cc; }
        @media print, screen and (max-width: 991px) {
          #price .planbox .plantitle h4 {
            font-size: 1.2rem;
            line-height: 1.5; } }
        #price .planbox .plantitle h4 span {
          color: #ffcc00; }
      #price .planbox .plantitle .price {
        font-size: 1.2rem;
        text-align: right; }
        #price .planbox .plantitle .price span.small {
          font-size: 1.0rem; }
        #price .planbox .plantitle .price span {
          color: #d8734a;
          font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
          font-weight: bold; }
          @media print, screen and (max-width: 991px) {
            #price .planbox .plantitle .price span {
              font-size: 0.9rem; } }
        @media print, screen and (max-width: 991px) {
          #price .planbox .plantitle .price {
            padding-bottom: 15px;
            text-align: left;
            padding-left: 20px; } }
    #price .planbox .content {
      padding: 15px 30px 15px;
      font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
      font-weight: bold;
      font-style: normal;
      color: #333;
      font-size: 0.9rem; }
  #price .setumei {
    padding-top: 15px;
    margin-bottom: 50px;
    font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
    font-weight: bold;
    font-size: 0.9rem; }

/*! ==================================================
　#about
=================================================== */
#about {
  padding-bottom: 70px;
  background-color: #f5f5f5; }
  #about .photobox {
    margin-top: 30px; }
    #about .photobox img {
      object-fit: cover;
      height: 600px;
      width: 100%; }
      @media print, screen and (max-width: 767px) {
        #about .photobox img {
          height: 300px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #about .photobox img {
          height: 400px; } }
  #about .txtbox {
    background-color: #fff;
    padding: 30px; }
    #about .txtbox h3 {
      border-bottom: 1px solid #d8734a;
      padding-bottom: 15px; }
    #about .txtbox p {
      padding-top: 15px; }
  #about .sphotobox {
    border-bottom: 2px dotted #ddd;
    padding-bottom: 30px; }
    #about .sphotobox .sphoto {
      margin-top: 30px;
      border: 5px solid #fff; }

/*! ==================================================
　#access
=================================================== */
#access {
  padding-bottom: 70px;
  background-color: #f5f5f5; }
  #access .gmap {
    margin-top: 50px; }
  #access .accessbox {
    background-color: #fff;
    padding: 0 30px 30px; }
    #access .accessbox p {
      line-height: 2.0; }
  #access h3 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px; }
    #access h3 span {
      padding: 3px 15px;
      color: #fff;
      display: inline-block;
      background-color: #1a9d3f; }
  #access .kankoubox {
    font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
    font-weight: bold; }
    #access .kankoubox img {
      object-fit: cover;
      width: 100%;
      height: 150px; }
    #access .kankoubox h4 {
      font-size: 1.1rem;
      font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
      font-weight: bold;
      margin-top: 10px; }
      #access .kankoubox h4 span {
        font-size: 0.8rem;
        color: #555; }
    #access .kankoubox address {
      font-size: 0.8rem;
      overflow-wrap: break-word; }
      #access .kankoubox address a {
        text-decoration: underline;
        color: #d8734a; }
    #access .kankoubox .setumei {
      margin-top: 10px;
      font-size: 0.8rem; }

/*! ==================================================
　#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: #0066cc;
        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: "ten-mincho", 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: #0066cc;
      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: "ten-mincho", 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;
  background-color: #fcfcfc; }
  @media print, screen and (max-width: 991px) {
    #contact {
      font-size: 0.9rem; } }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
    font-weight: bold;
    /*.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 h3 {
      margin-top: 15px;
      font-family: "source-han-sans-jp-variable", sans-serif, -apple-system;
      font-weight: bold;
      background-color: #1a9d3f;
      color: #fff;
      padding: 2px 5px; }
      #contact .contactform h3 span {
        font-size: 0.9rem; }
    #contact .contactform ul li {
      font-size: 1.0rem;
      list-style: none;
      border-bottom: 1px dotted #ddd;
      padding: 5px 0;
      color: #0066cc; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform ul li {
          line-height: 1.0;
          padding-bottom: 15px; } }
      #contact .contactform ul li span.small {
        font-size: 0.8rem; }
      #contact .contactform ul li span {
        color: #d8734a !important; }
      #contact .contactform ul li input {
        margin-right: 5px; }
    #contact .contactform table {
      border: 1px solid #352b2b;
      margin-bottom: 50px; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #352b2b; }
      #contact .contactform table td {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #352b2b; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0 5px 0 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[name=tochaku] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=heya] {
      width: 40%;
      margin-bottom: 2px; }
    #contact .contactform input[name=ninzu] {
      width: 10%;
      margin-bottom: 2px; }
    #contact .contactform input[name=ninzu1] {
      width: 10%;
      margin-bottom: 2px; }
    #contact .contactform input[name=ninzu2] {
      width: 10%;
      margin-bottom: 2px; }
    #contact .contactform input[name=kankeitxt] {
      width: 70%;
      margin-top: 10px;
      margin-bottom: 2px; }
    #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: #d52c2c;
        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 #d8734a;
    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: #ffcc00;
      border-bottom: 2px solid #d8734a;
      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;
  background-color: #352b2b; }
  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: #fff; }
  @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(../imgs/footback.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 50px; }
  @media print, screen and (max-width: 991px) {
    footer #footer {
      border-top: 5px solid #d8734a;
      padding: 50px 10px; } }
  footer #footer .sitetitle {
    text-align: center;
    font-size: 2.0rem;
    line-height: 0.8; }
    footer #footer .sitetitle span {
      font-size: 0.9rem; }
    footer #footer .sitetitle img {
      display: inline-block;
      width: 120px;
      margin-top: 50px; }
  footer #footer address.tel, footer #footer address.fax {
    text-align: center;
    font-family: "ten-mincho", 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: #ffcc00;
    margin-top: 20px;
    text-align: center; }
    footer #footer .foottxt a {
      color: #ffcc00;
      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: #d52c2c;
      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 #d8734a;
      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: #d8734a;
  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; }

/*! ==================================================
　その他
=================================================== */
.planlink {
  margin-top: -150px;
  padding-top: 150px; }
  @media print, screen and (max-width: 991px) {
    .planlink {
      margin-top: -200px;
      padding-top: 200px; } }
