@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: #2D200A; }
  body p {
    letter-spacing: 2px; }

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

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

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

.yuilink {
  margin: 30px auto 0;
  text-align: center;
  width: 90%;
  padding-bottom: 50px; }
  @media print, screen and (max-width: 991px) {
    .yuilink {
      width: 85%;
      margin: 15px auto 0; } }
  .yuilink a {
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    background-color: #EC76A1;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px; }
    @media print, screen and (max-width: 991px) {
      .yuilink a {
        font-size: 0.9rem;
        padding: 10px 15px; } }
  .yuilink span {
    padding: 10px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #2D200A;
    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: #C4A589;
    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: 10px 20px 10px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 70px;
        padding: 10px 15px 12px;
        text-align: center; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 70px;
        padding: 10px 15px 10px;
        text-align: center; } }
    #header-fixed header .headlogo {
      width: 70px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headlogo {
          width: 35px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header .headlogo {
          top: 10px;
          width: 35px; } }
    #header-fixed header h1 {
      display: none;
      position: absolute;
      left: 50%;
      top: 60px;
      min-width: 280px;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1 {
          font-size: 1.5rem; } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header h1 {
          font-size: 1.1rem !important;
          letter-spacing: 1px;
          top: 40px; } }
    #header-fixed header .is-animation h1 {
      position: fixed;
      /*絶対必要*/
      display: block !important; }
    #header-fixed header .headtel {
      position: absolute;
      right: 10px;
      top: 15px;
      width: 350px; }
      @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 {
          top: 10px;
          width: 200px; } }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    display: block !important; }

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

.title1 {
  border-bottom: 5px solid #E8BFBF;
  padding: 30px 0 15px;
  font-size: 1.8rem;
  display: inline-block;
  line-height: 2.0; }
  @media print, screen and (max-width: 991px) {
    .title1 {
      font-size: 1.2rem;
      letter-spacing: 1px;
      padding: 15px 0; } }

.bk1 {
  background-color: #FCFCF5; }

.color1 {
  color: #E27D82; }

/*! ==================================================
　kyotaku
=================================================== */
#kyotaku {
  margin-top: 120px; }
  @media print, screen and (max-width: 991px) {
    #kyotaku {
      margin-top: 70px; } }
  #kyotaku #kyotakuhead #topimg {
    position: relative;
    overflow: hidden;
    /*.slick-dotted.slick-slider{
    	margin-bottom:0;
    }
    ul.slick-dots{
    	bottom:20px;
    }*/ }
    #kyotaku #kyotakuhead #topimg .backimg {
      padding-bottom: 50px; }
      @media print, screen and (max-width: 767px) {
        #kyotaku #kyotakuhead #topimg .backimg img {
          max-width: 100%;
          /*画像中央ぞろえで必要*/
          height: 570px;
          /*画像中央ぞろえで必要*/
          object-fit: cover;
          /*画像中央ぞろえで必要*/
          margin: 0 auto;
          /*画像中央ぞろえで必要*/ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #kyotaku #kyotakuhead #topimg .backimg img {
          max-width: 100%;
          /*画像中央ぞろえで必要*/
          height: 500px;
          /*画像中央ぞろえで必要*/
          object-fit: cover;
          /*画像中央ぞろえで必要*/
          margin: 0 auto;
          /*画像中央ぞろえで必要*/ } }
      @media print, screen and (min-width: 1200px) {
        #kyotaku #kyotakuhead #topimg .backimg img {
          /*画面縮小表示しても画像が切れない対策*/
          width: 100vw;
          object-fit: contain; } }
      @media print, screen and (min-width: 1600px) {
        #kyotaku #kyotakuhead #topimg .backimg img {
          position: relative;
          width: 100vw;
          max-height: 800px;
          overflow: hidden;
          object-fit: cover;
          object-position: bottom; } }
    #kyotaku #kyotakuhead #topimg .head_title {
      position: absolute;
      top: 30%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      text-align: center;
      margin: auto;
      min-width: 320px; }
      @media print, screen and (max-width: 991px) {
        #kyotaku #kyotakuhead #topimg .head_title {
          top: 25%; } }
      @media print, screen and (min-width: 1600px) {
        #kyotaku #kyotakuhead #topimg .head_title {
          top: 35%; } }
      #kyotaku #kyotakuhead #topimg .head_title .txt1 {
        color: #E27D82;
        font-size: 1.2rem;
        text-align: center;
        letter-spacing: 5px; }
        @media print, screen and (max-width: 991px) {
          #kyotaku #kyotakuhead #topimg .head_title .txt1 {
            font-size: 1.0rem;
            letter-spacing: 1px; } }
      #kyotaku #kyotakuhead #topimg .head_title .txt2 {
        border-bottom: 5px solid #E8BFBF;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 15px;
        text-align: center; }
        @media print, screen and (max-width: 991px) {
          #kyotaku #kyotakuhead #topimg .head_title .txt2 {
            font-size: 1.4rem;
            margin: 30px 15px; } }
        @media print, screen and (min-width: 992px) {
          #kyotaku #kyotakuhead #topimg .head_title .txt2 {
            font-size: 2.0rem; } }
        @media print, screen and (min-width: 1600px) {
          #kyotaku #kyotakuhead #topimg .head_title .txt2 {
            font-size: 3.0rem; } }
      #kyotaku #kyotakuhead #topimg .head_title .txt3 {
        font-size: 1.2rem;
        text-align: center;
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #kyotaku #kyotakuhead #topimg .head_title .txt3 {
            font-size: 1.0rem; } }
    #kyotaku #kyotakuhead #topimg .head_lefttxt {
      position: absolute;
      top: 15%;
      left: 10%; }
      @media print, screen and (max-width: 767px) {
        #kyotaku #kyotakuhead #topimg .head_lefttxt {
          width: 120px;
          top: 45%;
          left: 12%; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #kyotaku #kyotakuhead #topimg .head_lefttxt {
          width: 180px;
          left: 5%; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #kyotaku #kyotakuhead #topimg .head_lefttxt {
          width: 200px;
          left: 5%; } }
      @media print, screen and (min-width: 1200px) {
        #kyotaku #kyotakuhead #topimg .head_lefttxt {
          width: 250px;
          left: 5%; } }
      @media print, screen and (min-width: 1600px) {
        #kyotaku #kyotakuhead #topimg .head_lefttxt {
          width: 250px;
          left: 14%;
          top: 20%; } }
    #kyotaku #kyotakuhead #topimg .head_righttxt {
      position: absolute;
      top: 15%;
      right: 10%; }
      @media print, screen and (max-width: 767px) {
        #kyotaku #kyotakuhead #topimg .head_righttxt {
          width: 120px;
          top: 45%;
          right: 12%; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #kyotaku #kyotakuhead #topimg .head_righttxt {
          width: 180px;
          right: 5%; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #kyotaku #kyotakuhead #topimg .head_righttxt {
          width: 200px;
          right: 5%; } }
      @media print, screen and (min-width: 1200px) {
        #kyotaku #kyotakuhead #topimg .head_righttxt {
          width: 250px;
          right: 5%; } }
      @media print, screen and (min-width: 1600px) {
        #kyotaku #kyotakuhead #topimg .head_righttxt {
          width: 250px;
          right: 14%;
          top: 20%; } }
  #kyotaku .contents1 {
    padding: 50px 15px 100px;
    text-align: center; }
    @media print, screen and (min-width: 1200px) {
      #kyotaku .contents1 {
        width: 60%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #kyotaku .contents1 {
        padding: 0 15px 50px; } }
    #kyotaku .contents1 p {
      font-size: 1.2rem;
      padding-top: 30px;
      line-height: 2.0; }
      @media print, screen and (max-width: 991px) {
        #kyotaku .contents1 p {
          font-size: 0.90rem; } }
  #kyotaku .contents2 {
    padding: 60px 15px 100px;
    text-align: center; }
    @media print, screen and (min-width: 1200px) {
      #kyotaku .contents2 {
        width: 80%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #kyotaku .contents2 {
        padding: 40px 15px 60px; } }
    #kyotaku .contents2 .meritbox {
      padding: 50px; }
      @media print, screen and (max-width: 991px) {
        #kyotaku .contents2 .meritbox {
          padding: 50px 0 15px; } }
      #kyotaku .contents2 .meritbox .img1 {
        margin: 0 15px 0; }
        @media print, screen and (min-width: 768px) {
          #kyotaku .contents2 .meritbox .img1 {
            margin-top: 15px; } }
      #kyotaku .contents2 .meritbox ul {
        margin: 15px auto 15px;
        display: block;
        text-align: center; }
        @media print, screen and (max-width: 767px) {
          #kyotaku .contents2 .meritbox ul {
            margin: 50px auto 0;
            width: 90%; } }
        #kyotaku .contents2 .meritbox ul li {
          list-style: none;
          text-align: left;
          margin: 5px 0 0;
          font-size: 1.2rem; }
          #kyotaku .contents2 .meritbox ul li img {
            margin-right: 10px; }
            @media print, screen and (max-width: 767px) {
              #kyotaku .contents2 .meritbox ul li img {
                width: 20px;
                margin-right: 5px; } }
          @media print, screen and (max-width: 991px) {
            #kyotaku .contents2 .meritbox ul li {
              font-size: 1.0rem;
              letter-spacing: 0; } }
    #kyotaku .contents2 p {
      font-size: 1.2rem;
      padding-top: 30px;
      line-height: 2.0; }
      @media print, screen and (max-width: 767px) {
        #kyotaku .contents2 p {
          font-size: 1.0rem;
          padding-top: 30px; } }
  #kyotaku .contents3 {
    padding: 60px 15px 30px;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #kyotaku .contents3 {
        padding: 40px 5px 10px; } }
    #kyotaku .contents3 .workbox {
      padding: 50px 15px;
      text-align: left;
      margin: 0 15px; }
      @media print, screen and (max-width: 991px) {
        #kyotaku .contents3 .workbox {
          padding: 30px 0 30px; } }
      #kyotaku .contents3 .workbox .box1 {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 2px dotted #cccccc; }
      #kyotaku .contents3 .workbox img {
        margin: 5px auto;
        text-align: center;
        width: 100px; }
        @media print, screen and (max-width: 991px) {
          #kyotaku .contents3 .workbox img {
            width: 50px; } }
      #kyotaku .contents3 .workbox h3 {
        color: #E27D82;
        margin-top: 10px;
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #kyotaku .contents3 .workbox h3 {
            font-size: 1.2rem;
            letter-spacing: 0; } }
      #kyotaku .contents3 .workbox p {
        font-size: 1.2rem;
        padding-top: 15px;
        line-height: 2.0; }
        @media print, screen and (max-width: 991px) {
          #kyotaku .contents3 .workbox p {
            font-size: 0.9rem; } }
  #kyotaku .contents4 {
    padding: 60px 15px 50px;
    text-align: center; }
    @media print, screen and (min-width: 1200px) {
      #kyotaku .contents4 {
        width: 60%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #kyotaku .contents4 {
        padding: 40px 15px 60px; } }
    #kyotaku .contents4 .recruitbox {
      background-color: #fff;
      border: 3px solid #E8BFBF;
      padding: 30px 15px 15px; }
      #kyotaku .contents4 .recruitbox h2 {
        color: #E27D82;
        padding: 30px 0 15px; }
        @media print, screen and (max-width: 991px) {
          #kyotaku .contents4 .recruitbox h2 {
            font-size: 1.3rem;
            letter-spacing: 0; } }
      #kyotaku .contents4 .recruitbox img {
        margin-top: 15px; }
      #kyotaku .contents4 .recruitbox p {
        padding-top: 30px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 991px) {
          #kyotaku .contents4 .recruitbox p {
            font-size: 1.0rem; } }
      #kyotaku .contents4 .recruitbox ul {
        width: 80%;
        margin: 50px auto 30px; }
        @media print, screen and (max-width: 991px) {
          #kyotaku .contents4 .recruitbox ul {
            width: 99%; } }
        #kyotaku .contents4 .recruitbox ul li {
          list-style: none;
          border-bottom: 2px dotted #ccc;
          padding: 10px 40px;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 991px) {
            #kyotaku .contents4 .recruitbox ul li {
              padding: 10px 10px;
              font-size: 0.9rem; } }
  #kyotaku .contents5 {
    padding: 50px 15px 50px;
    text-align: center; }
    @media print, screen and (min-width: 1200px) {
      #kyotaku .contents5 {
        width: 55%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #kyotaku .contents5 {
        padding: 40px 30px 60px; } }
    #kyotaku .contents5 .officebox {
      margin-top: 30px; }
      @media print, screen and (max-width: 991px) {
        #kyotaku .contents5 .officebox {
          margin-top: 15px; } }
      #kyotaku .contents5 .officebox dl {
        padding: 15px 0;
        border-bottom: 2px dotted #ccc;
        letter-spacing: 2px; }
        #kyotaku .contents5 .officebox dl dt {
          color: #E27D82;
          padding: 15px 5px;
          text-align: left;
          font-weight: normal; }
          @media print, screen and (max-width: 991px) {
            #kyotaku .contents5 .officebox dl dt {
              font-size: 0.8rem; } }
        #kyotaku .contents5 .officebox dl dd {
          padding: 15px 5px;
          text-align: left; }
          @media print, screen and (max-width: 991px) {
            #kyotaku .contents5 .officebox dl dd {
              font-size: 0.9rem; } }
  #kyotaku .contents6 {
    padding: 50px 15px 70px;
    text-align: center; }
    @media print, screen and (min-width: 1200px) {
      #kyotaku .contents6 {
        width: 90%;
        margin: auto; } }
    @media print, screen and (max-width: 991px) {
      #kyotaku .contents6 {
        padding: 40px 15px 60px; } }
    #kyotaku .contents6 .download-btn {
      margin: 50px auto 0;
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #kyotaku .contents6 .download-btn {
          margin: 30px auto 0; } }
      #kyotaku .contents6 .download-btn a {
        width: 90%;
        display: block;
        padding: 15px 30px;
        border-radius: 15px;
        letter-spacing: 5px;
        color: #fff;
        background-color: #a9d27d;
        text-decoration: none;
        text-align: center;
        margin: auto;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 991px) {
          #kyotaku .contents6 .download-btn a {
            width: 100%;
            font-size: 0.9rem;
            padding: 10px 15px;
            letter-spacing: 1px; } }

/*! ==================================================
　他ぺージ共通
=================================================== */
/*! ==================================================
　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: #2D200A;
        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;
    text-align: center;
    margin: auto; }
    footer #footer .name {
      padding: 20px 0 30px;
      margin: auto;
      font-size: 1.8rem;
      letter-spacing: 2px; }
      @media print, screen and (max-width: 991px) {
        footer #footer .name {
          font-size: 1.4rem;
          padding: 10px 0 30px; } }
    footer #footer address {
      padding-top: 15px;
      text-align: center;
      line-height: 2.0;
      letter-spacing: 2px; }
      @media print, screen and (max-width: 991px) {
        footer #footer address {
          font-size: 0.9rem; } }
      footer #footer address span {
        color: #E27D82;
        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: #E27D82;
            text-decoration: none; }
    footer #footer .opentime {
      margin-top: 10px; }
      @media print, screen and (max-width: 767px) {
        footer #footer .opentime {
          width: 90%;
          margin: auto; } }
      @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 p {
        margin: 15px 0 30px;
        text-align: center; }
        @media print, screen and (max-width: 991px) {
          footer #footer .kinkyu p {
            font-size: 0.9rem; } }
    footer #footer .foottxt {
      display: inline-block;
      padding: 5px 50px;
      border-radius: 5px;
      text-align: center;
      background-color: #52c3f1;
      color: #fff;
      letter-spacing: 2px; }
    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 #E27D82; }
      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: 15px;
    background-color: #C4A589;
    letter-spacing: 2px;
    color: #fff; }
    @media print, screen and (max-width: 767px) {
      footer .copyright {
        background-color: #fff;
        color: #2D200A;
        font-size: 0.7rem; } }

.footspbtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #C4A589; }
  @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: 1.1rem;
    letter-spacing: 2px; }
  .footspbtn .sppagetop a {
    padding: 10px 10px;
    line-height: 1.2;
    display: block; }

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