@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
* {
  list-style: none;
  padding: 0;
  margin: 0;
}

html.win * {
  /*font-family: "メイリオ", sans-serif;*/
}

body {
  position: relative;
}

img {
  vertical-align: bottom;
}

/* デバイス別表示設定
-----------------------------------------*/
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

span.pc {
  display: none;
}

span.tb {
  display: none;
}

span.sp {
  display: inline;
}

img.pc {
  display: none;
}

img.tb {
  display: none;
}

img.sp {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  /* タブレット：デバイス別表示設定
  --------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  span.pc {
    display: none;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: inline;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  /* PC：デバイス別表示設定
  --------------------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: none;
  }
  span.pc {
    display: inline;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: none;
  }
  img.pc {
    display: inline-block;
  }
}
/* ヘッダ
-----------------------------------------*/
#site-header {
  width: 100%;
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  padding-top: 20px;
  background: #fff;
  top: 0;
  z-index: 1000;
  /*OPEN時の動き*/
  /*OPEN時の動き*/
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
#site-header h1 {
  text-align: center;
  margin: 5px auto 20px;
  width: 100%;
  border-bottom: 1px solid #1251A7;
  padding-bottom: 20px;
}
#site-header h1 img {
  width: 217px;
}
#site-header .iconBox {
  position: absolute;
  top: 28px;
  right: 0px;
  z-index: 1000;
}
#site-header .iconBox img {
  width: 50px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #site-header .iconBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 22px;
    right: 10px;
  }
  #site-header .iconBox img {
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #site-header {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  #site-header h1 {
    display: inline-block;
    margin-bottom: 10px;
  }
  #site-header h1 img {
    width: 217px;
  }
}
#site-header .jikanBox {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#site-header .jikanBox dl {
  display: inline-block;
  margin-right: 10px;
}
#site-header .jikanBox dt {
  float: left;
}
#site-header .jikanBox dd {
  margin-left: 80px;
}
#site-header nav.globalNav {
  width: 100%;
  height: 40px;
  position: relative;
  margin-top: 16px;
  position: absolute;
  top: 20px;
}
#site-header .drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 1em 10px;
}
#site-header .navbar_toggle {
  z-index: 9999;
}
#site-header .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
#site-header .navbar_toggle_icon:nth-child(1) {
  top: 0;
}
#site-header .navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}
#site-header .navbar_toggle_icon:nth-child(3) {
  top: 0;
}
#site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 0;
}
#site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
#site-header .menu {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 1000;
}
#site-header .menu ul li {
  padding: 1em;
  border-bottom: 1px solid #CCC;
  font-family: "Reimin Y20 Medium";
  font-size: 1.12em;
  font-weight: bold;
}
#site-header .menu ul li:first-of-type {
  border-top: 1px solid #CCC;
}
#site-header .menu ul li a {
  text-decoration: none;
  color: #333;
}
#site-header .menu ul li a:visited {
  text-decoration: none;
  color: #333;
}
#site-header .menu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  margin-top: 28px;
}
@media screen and (min-width: 1000px) {
  #site-header .menu.open {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    overflow-y: hidden;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #site-header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  #site-header nav.globalNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border: none;
    width: 100%;
    margin: 15px auto 0;
    font-size: 16px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 20px;
    position: relative;
    top: 0;
  }
  #site-header .drawer {
    display: none;
  }
  #site-header .navbar_toggle {
    display: none;
  }
  #site-header .menu {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  #site-header .menu ul {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #site-header .menu ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  #site-header .menu ul li {
    border-bottom: none;
    font-family: "Reimin Y20 Medium";
    position: relative;
  }
  #site-header .menu ul li:first-of-type {
    border-top: none;
  }
  #site-header .menu ul li a {
    padding: 1em;
    text-decoration: none;
    color: #333;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  #site-header .menu ul li a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  #site-header .menu ul li a:hover {
    color: #1968a0;
    font-weight: bold;
  }
  #site-header .menu ul li ul.dropMenu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
  }
  #site-header .menu ul li ul.dropMenu li {
    width: 200px;
    font-size: 0.9em;
    border-bottom: 1px solid #000;
    background: #fff;
  }
  #site-header .menu ul li ul.dropMenu li:first-of-type {
    padding-top: 20px;
  }
  #site-header .menu ul li ul.dropMenu li a {
    display: block;
    padding: 5px;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  html.ie #site-header {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  html.ie #site-header .lead {
    vertical-align: 125%;
  }
}

/* ページトップ
-----------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
}
@media screen and (min-width: 1000px) {
  #pageTop {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 20px;
    right: 20px;
  }
}
#pageTop:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #fff transparent;
  top: 36%;
  left: 50%;
  margin-left: -6px;
  cursor: pointer;
}

/* フッタ
-----------------------------------------*/
#site-footer {
  width: 100%;
  padding-top: 40px;
}
#site-footer .site-footer_inner {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto;
    width: 1200px;
  }
}
#site-footer .site-footer_inner .fLogo {
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .fLogo {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0;
    width: 388px;
    float: left;
  }
}
#site-footer .site-footer_inner .fLogo img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#site-footer .site-footer_inner .karikosite {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner .karikosite {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 0 0 40px;
    width: 179px;
    float: left;
  }
}
#site-footer .site-footer_inner p {
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #site-footer .site-footer_inner p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.1em;
    text-align: left;
    margin-left: 52px;
    width: 100%;
    display: inline-block;
  }
}
#site-footer .footer {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding: 10px 0 10px;
  background: #1e5daa;
  position: relative;
}
#site-footer .footer:after {
  content: "";
  position: absolute;
  top: -34px;
  right: 50px;
  background: url(../../common/img/footericon01.png) no-repeat;
  background-size: contain;
  width: 55px;
  height: 40px;
}
@media screen and (min-width: 1000px) {
  #site-footer .footer:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    right: 68px;
    width: 71px;
    height: 52px;
    top: -44px;
  }
}
#site-footer .footer .inner {
  width: 100%;
}
#site-footer .footer .inner small {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #site-footer .footer .inner small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: right;
  }
}
#site-footer a[href="#top"] {
  display: none;
}

/* 内容:index.html専用
-----------------------------------------*/
/* メインヴィジュアル
-----------------------------------------*/
section.main-visual {
  width: 100%;
  background: url("../../top_img/main_image.jpg") no-repeat;
  margin: 0 auto;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
}
section.main-visual .main-img {
  margin: auto;
  width: 90%;
  padding: 34px 0 40px;
  left: 16px;
  position: relative;
}
section.main-visual .main-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  section.main-visual {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background: url("../../top_img/main_image.jpg") no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  section.main-visual .main-img {
    margin: auto;
    position: absolute;
    top: 9%;
    bottom: 0;
    right: 0;
    left: 7%;
    width: 730px;
    height: 466px;
  }
  section.main-visual .main-img img {
    width: 100%;
    height: auto;
  }
}

/* メインビジュアル直下バナー
-----------------------------------------*/
.bannerBox {
  width: 90%;
  margin: 10px auto 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .bannerBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 1000px;
    margin: -120px auto 20px;
    z-index: 100;
    position: relative;
    border: 5px solid #fff;
    padding: 30px 10px 50px;
  }
}
.bannerBox img {
  width: 100%;
  height: auto;
}
.bannerBox .banner {
  width: 90%;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .bannerBox .banner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 472px;
    margin: -7px 0 0;
  }
}

/* 告知バナーエリア
-----------------------------------------*/
/* 新春バナー */
.bannerBox00 {
  width: 100%;
  margin: 50px auto 30px;
}
.bannerBox00 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .bannerBox00 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}
.bannerBox00 .campaignList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 縦に配置する */
}
@media screen and (min-width: 1000px) {
  .bannerBox00 .campaignList {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bannerBox00 .campaignList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f1e8ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 子要素を横並びにする */
  border-bottom: 1px solid #616161;
}
@media screen and (min-width: 1000px) {
  .bannerBox00 .campaignList li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border-bottom: 1px solid #ddd;
  }
}
.bannerBox00 .campaignList li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 幅を均等に分配 */
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向に中央揃えにする */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 水平方向に中央揃えにする */
  padding: 30px 0 30px;
  text-align: center; /* テキストを中央揃えにする */
  font-size: 1.3em;
}
@media screen and (min-width: 1000px) {
  .bannerBox00 .campaignList li a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 10px;
    font-size: 1em;
  }
}
.bannerBox00 .campaignList li a:hover {
  background: #be0c0c;
  color: #fff; /* ホバー時の文字色を白に変更 */
}
.bannerBox00 .campaignTxt {
  background: #f5f5de;
  padding: 5px;
  border-top: 1px solid #ddd;
}

.kokutiArea {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kokutiArea .kokutiInner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .kokutiArea .kokutiInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    /*width: 1000px;*/
  }
}
.kokutiArea .kokutiInner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .kokutiArea .kokutiInner ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.kokutiArea .kokutiInner ul li {
  margin: 0 auto 30px;
}
.kokutiArea .kokutiInner ul li img {
  width: 100%;
  height: auto;
}

.wanpass2-banner {
  background: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 25px;
  max-width: 600px;
  margin: 30px auto 20px;
  line-height: 1.55;
  /* 上段：ロゴ＋見出し */
  /* 中央：説明文 */
  /* 下段：ボタン */
}
.wanpass2-banner .wanpass2-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .wanpass2-banner .wanpass2-head {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wanpass2-banner .wanpass2-head .wanpass2-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 100%;
}
@media screen and (min-width: 1000px) {
  .wanpass2-banner .wanpass2-head .wanpass2-brand {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    min-width: 200px;
  }
}
.wanpass2-banner .wanpass2-head .wanpass2-brand .wanpass-logo {
  width: 243px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.wanpass2-banner .wanpass2-head .wanpass2-title {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .wanpass2-banner .wanpass2-head .wanpass2-title {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 60%;
    margin-left: 20px;
    text-align: left;
  }
}
.wanpass2-banner .wanpass2-desc {
  margin: 14px 0 16px;
  text-align: center;
  font-size: 1.6em;
  color: #222;
}
@media screen and (min-width: 1000px) {
  .wanpass2-banner .wanpass2-desc {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.2em;
  }
}
.wanpass2-banner .wanpass2-actions {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .wanpass2-banner .wanpass2-actions {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.wanpass2-banner .wanpass2-actions .wanpass2-app {
  display: block;
  width: 100%;
  height: 74px;
  border-radius: 10px;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .wanpass2-banner .wanpass2-actions .wanpass2-app {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 270px;
  }
}
.wanpass2-banner .sp-only {
  display: none;
}

/* 緊急告知
-----------------------------------------*/
section#attentionArea {
  background: #FDDFDF;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #FF1A4C;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2em;
}
section#attentionArea p {
  color: #000;
  font-size: 1em;
}
section#attentionArea p span {
  padding: 10px;
  background: rgb(255, 255, 215);
  display: inline-block;
}

/* 感染対策
-----------------------------------------*/
.infectionControl_Box {
  background: #fff8df;
  margin: 0 auto 30px;
  width: 100%;
  padding: 20px 0 20px;
}
@media screen and (min-width: 1000px) {
  .infectionControl_Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 50px;
  }
}
.infectionControl_Box .infectionControl_BoxInner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .infectionControl_Box .infectionControl_BoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}
.infectionControl_Box .infectionControl_BoxInner h2 {
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  padding: 5px 0 15px;
  border-bottom: 1px solid #333;
  color: #de4545;
}
.infectionControl_Box .infectionControl_BoxInner ul {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infectionControl_Box .infectionControl_BoxInner ul li {
  width: 49%;
  margin-bottom: 5px;
  font-size: 1.11em;
  font-weight: bold;
}
.infectionControl_Box .infectionControl_BoxInner ul.second {
  display: block;
}
.infectionControl_Box .infectionControl_BoxInner ul.second li {
  width: 90%;
}
.infectionControl_Box .infectionControl_BoxInner p {
  font-weight: bold;
}
.infectionControl_Box .infectionControl_BoxInner p.red {
  color: #ee3737;
}

/*注意喚起
-----------------------------------------*/
.chui_Box {
  margin: 0 auto 30px;
  width: 90%;
}
.chui_Box p {
  font-weight: bold;
  color: #C90F12;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .chui_Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}

.chui_Box02 {
  margin: 0 auto 30px;
  width: 90%;
  background: #eee;
  padding: 15px;
}
.chui_Box02 h3 {
  text-align: center;
  font-size: 1.6em;
  color: #C90F12;
  margin-bottom: 5px;
}
.chui_Box02 p {
  font-weight: bold;
  font-size: 1.4em;
  color: #C90F12;
}
@media screen and (min-width: 1000px) {
  .chui_Box02 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}

/* イベント告知
-----------------------------------------*/
section.eventArea {
  width: 100%;
  margin: 0 auto 20px;
}
section.eventArea img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  section.eventArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}

/* 営業時間
-----------------------------------------*/
section#hoursArea {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  section#hoursArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
section#hoursArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#hoursArea dl dt {
  color: #fff;
  padding: 24px 10px 20px;
  background: #2574c4;
  font-family: "Reimin Y20 Medium";
  position: relative;
}
section#hoursArea dl dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #2574c4;
  top: 66%;
  left: 100%;
  margin-top: -53px;
  z-index: -100;
}
@media screen and (min-width: 1000px) {
  section#hoursArea dl dt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 25px;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  section#hoursArea dd {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section#hoursArea dd .summer {
  margin-right: 10px;
  margin-top: 10px;
  font-size: 1.1em;
  text-align: right;
}
section#hoursArea dd .summer span {
  color: #ffa800;
}
@media screen and (min-width: 1000px) {
  section#hoursArea dd .summer {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-right: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: end;
    font-size: 1.2em;
  }
}
section#hoursArea dd .winter {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.1em;
  text-align: right;
}
section#hoursArea dd .winter span {
  color: #00a8d2;
}
@media screen and (min-width: 1000px) {
  section#hoursArea dd .winter {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-right: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: end;
    font-size: 1.2em;
  }
}

/* お知らせ
-----------------------------------------*/
section#infoArea {
  background: #5e9ddd;
  padding: 10px 0 10px;
  width: 100%;
  margin-bottom: 50px;
}
section#infoArea h2 {
  text-align: center;
  margin: 0 auto 5px;
  width: 100%;
  line-height: 1.2;
  padding: 10px 0 10px;
}
section#infoArea h2 img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  section#infoArea h2 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 187px;
  }
}
section#infoArea h2 span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  margin: 5px 0 10px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  section#infoArea h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border: none;
    margin: 0;
    margin-right: 10px;
  }
}
section#infoArea div.infoInner {
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  section#infoArea div.infoInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    height: 222px;
    margin-bottom: 200px;
  }
}
section#infoArea div.infoInner .infoBox {
  padding: 10px;
  margin: 0 auto 10px;
  font-size: 0.8em;
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  section#infoArea div.infoInner .infoBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto;
    width: 90%;
    height: 380px;
  }
}
@media screen and (min-width: 1000px) {
  section#infoArea div.infoInner .infoBox dl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 1.2em;
  }
}
section#infoArea div.infoInner .infoBox dl dt {
  font-weight: bold;
}
section#infoArea div.infoInner .infoBox dl dd {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
}
@media screen and (min-width: 1000px) {
  section#infoArea div.infoInner .infoBox dl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 95%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section#infoArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: 0 auto 50px;
  }
}

/*
カレンダー
------------------------------------------*/
.calenderBox {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.calenderBox iframe {
  width: 95vw;
  height: 600px;
}
@media screen and (min-width: 1000px) {
  .calenderBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  .calenderBox iframe {
    width: 1200px;
    height: 800px;
  }
}

/* 動画
-----------------------------------------*/
.movieArea {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .movieArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
.movieArea h2 {
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding-bottom: 5px;
  font-family: "Reimin Y20 Medium";
  margin-bottom: 20px;
  font-size: 1.8em;
  letter-spacing: 4px;
}
@media screen and (min-width: 1000px) {
  .movieArea h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 2em;
  }
}
.movieArea .movieBox {
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieArea .movieBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieArea .movieSubBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .movieArea .movieSubBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.movieArea .movieSubBox .shiraiBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .movieArea .movieSubBox .shiraiBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}
.movieArea .movieSubBox .shiraiBox .shiraiTxt {
  width: 100%;
}
.movieArea .movieSubBox .shiraiBox .shiraiTxt span {
  font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .movieArea .movieSubBox .shiraiBox .shiraiTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 81%;
  }
}
.movieArea .movieSubBox .shiraiBox .shiraiImg {
  width: 80%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .movieArea .movieSubBox .shiraiBox .shiraiImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 14%;
  }
}
.movieArea .movieSubBox .shiraiBox .shiraiImg img {
  width: 100%;
  height: auto;
}
.movieArea .movieSubBox .asasumaBox {
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .movieArea .movieSubBox .asasumaBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
  }
}
.movieArea .movieSubBox .asasumaBox .asasumaTxt {
  width: 65%;
  display: none;
}
.movieArea .movieSubBox .asasumaBox .asasumaTxt span {
  font-weight: bold;
}
.movieArea .movieSubBox .asasumaBox .asasumaImg {
  width: 33%;
  margin: 0 auto;
}
.movieArea .movieSubBox .asasumaBox .asasumaImg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .movieArea .movieSubBox .asasumaBox .asasumaImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 54%;
  }
}

/* 犬背景
-----------------------------------------*/
.dogBg .parallax-window {
  min-height: 400px;
  background: transparent;
  margin-bottom: 50px;
}

.dogBg03 .parallax-window {
  min-height: 500px;
  background: transparent;
}

/* Feature
-----------------------------------------*/
#featureArea {
  margin: 0 auto 100px;
}
#featureArea .secTtl {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
}
#featureArea .secTtl img {
  width: 112px;
}
#featureArea .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
}
#featureArea h3 {
  margin: 0 auto 45px;
  text-align: center;
  color: #258416;
  font-family: "Reimin Y20 Medium";
  font-size: 1.5em;
  letter-spacing: 0.25em;
}
#featureArea h3 span {
  font-size: 0.8em;
}
@media screen and (min-width: 1000px) {
  #featureArea h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.95em;
  }
  #featureArea h3 span {
    font-size: 0.8em;
  }
}
#featureArea .featureImg {
  /*background: #fecce5 url("../../top_img/white_stripe.gif") repeat;*/
  margin-bottom: 20px;
  position: relative;
}
#featureArea .featureImg .featureImg_inner {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #featureArea .featureImg .featureImg_inner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 30px;
    margin: 0 auto;
  }
}
#featureArea .featureImg .featureImg_inner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#featureArea .featureImg .featureTxt {
  width: 90%;
  font-family: "Reimin Y20 Medium";
  font-size: 1.1em;
  margin: 0 auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#featureArea .featureImg .featureTxt span {
  font-size: 0.8em;
}
@media screen and (min-width: 1000px) {
  #featureArea .featureImg .featureTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: -100px auto 0;
    padding: 50px;
    position: relative;
    line-height: 2.2;
    font-size: 1.38em;
    text-align: center;
    background: #fff;
    display: block;
    padding-top: -100px;
  }
  #featureArea .featureImg .featureTxt span {
    font-size: 0.8em;
  }
}
#featureArea .featureImg .featureTxt:after {
  content: "";
  background: url("../../top_img/icon_nikukyu.png") no-repeat;
  background-size: contain;
  width: 49px;
  height: 50px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -19px;
}
@media screen and (min-width: 1000px) {
  #featureArea .featureImg .featureTxt:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: -45px;
  }
}

/* Contact
-----------------------------------------*/
.contactArea {
  background: #8addff;
  padding: 40px 0;
  position: relative;
}
.contactArea h2 {
  width: 100px;
  margin: 0 auto 20px;
  position: relative;
}
.contactArea h2 span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
}
.contactArea .contactCatch {
  font-family: "Reimin Y20 Medium";
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.3em;
  display: block;
  line-height: 1.4;
}
.contactArea a {
  text-decoration: none;
  color: #333;
}
.contactArea a:visited {
  text-decoration: none;
  color: #333;
}
.contactArea .telBtn {
  background: #fff;
  width: 80%;
  border: 2px solid #c8e4f1;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 10px 0;
}
.contactArea .telBtn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #1968a0 transparent;
  bottom: 0;
  right: 0;
}
.contactArea .telBtn span {
  font-size: 1em;
}
.contactArea .telBtn .telNo {
  font-family: "Reimin Y20 Medium";
  font-size: 1.6em;
  letter-spacing: 1.4px;
}
.contactArea .telBtn .telNo span {
  font-size: 0.8em;
}
@media screen and (min-width: 1000px) {
  .contactArea .telBtn {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 600px;
  }
}

/* Staff
-----------------------------------------*/
#staffArea {
  width: 100%;
  background: url("../../top_img/staff_bg.jpg") repeat;
  background-size: cover;
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  #staffArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: contain;
    margin-bottom: 0;
  }
}
#staffArea .staffAreaInner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
}
#staffArea .staffAreaInner .secTtl {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
  text-align: center;
}
#staffArea .staffAreaInner .secTtl img {
  width: 79px;
}
#staffArea .staffAreaInner .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
}
#staffArea .staffAreaInner .staffBox {
  width: 90%;
  margin: 0 auto 110px;
  background-repeat: repeat;
  position: relative;
  opacity: 0;
}
#staffArea .staffAreaInner .staffBox.manager {
  background: #8DC8FF url("../../top_img/white_stripe.gif");
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.manager {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-flex-preferred-size: 1000px;
        flex-basis: 1000px;
    margin-bottom: -50px;
  }
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner {
  background: #fff;
  position: relative;
  bottom: 5px;
  right: 5px;
  padding: 240px 0 30px;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.manager .staffBoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 135px 0 30px;
  }
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner .staffImg {
  width: 264px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -132px;
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner .staffImg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.manager .staffBoxInner .staffImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 359px;
    top: -60px;
    left: 0;
    margin-left: -100px;
  }
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner .yakushoku {
  text-align: center;
  font-size: 0.7em;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.manager .staffBoxInner .yakushoku {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: left;
    margin-left: 300px;
  }
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner h3 {
  text-align: center;
  font-family: "Reimin Y20 Medium";
  margin-bottom: 10px;
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner h3 span {
  font-size: 0.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  display: block;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.manager .staffBoxInner h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: left;
    margin-left: 300px;
  }
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner ul.sikaku {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.manager .staffBoxInner ul.sikaku {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 400px;
  }
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner ul.sikaku li {
  font-size: 0.8em;
  background: #FDD5D5;
  display: inline-block;
  padding: 3px 5px;
  border-bottom: 1px dotted #333;
  margin-bottom: 5px;
}
#staffArea .staffAreaInner .staffBox.manager .staffBoxInner p {
  width: 90%;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.manager .staffBoxInner p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: left;
    margin-left: 300px;
    width: 650px;
  }
}
#staffArea .staffAreaInner .staffBox.manager:after {
  content: "";
  background: url("../../top_img/aoinu_icon.png") no-repeat top left;
  position: absolute;
  width: 117px;
  height: 87px;
  bottom: -14px;
  right: -9px;
}
#staffArea .staffAreaInner .staffBox {
  width: 90%;
  margin: 0 auto 110px;
  opacity: 0;
  background-repeat: repeat;
  position: relative;
}
#staffArea .staffAreaInner .staffBox.staff {
  background-image: url("../../top_img/red_stripe.gif");
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.staff {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner {
  background: #fff;
  position: relative;
  bottom: 5px;
  right: 5px;
  padding: 240px 0 30px;
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner .staffImg {
  width: 264px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -132px;
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner .staffImg img {
  width: 100%;
  height: auto;
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner .yakushoku {
  text-align: center;
  font-size: 0.7em;
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner h3 {
  text-align: center;
  font-family: "Reimin Y20 Medium";
  margin-bottom: 10px;
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner h3 span {
  font-size: 0.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  display: block;
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner ul.sikaku {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.staff .staffBoxInner ul.sikaku {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 400px;
  }
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner ul.sikaku li {
  font-size: 0.8em;
  background: #FDD5D5;
  display: inline-block;
  padding: 3px 5px;
  border-bottom: 1px dotted #333;
  margin-bottom: 5px;
}
#staffArea .staffAreaInner .staffBox.staff .staffBoxInner p {
  width: 90%;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #staffArea .staffAreaInner .staffBox.staff .staffBoxInner p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    text-align: left;
  }
}
#staffArea .staffAreaInner .staffBox.reddog01:after {
  content: "";
  background: url("../../top_img/akainu_icon01.png") no-repeat top left;
  position: absolute;
  width: 98px;
  height: 84px;
  bottom: -45px;
  right: -9px;
}
#staffArea .staffAreaInner .staffBox.reddog02:after {
  content: "";
  background: url("../../top_img/akainu_icon02.png") no-repeat top left;
  position: absolute;
  width: 51px;
  height: 84px;
  bottom: -14px;
  right: -9px;
}

/* Price
-----------------------------------------*/
#priceArea {
  padding-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  #priceArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 100px;
  }
}
#priceArea .secTtl {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
}
#priceArea .secTtl img {
  width: 77px;
}
#priceArea .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
}
#priceArea .tokuteiBtn {
  text-align: right;
  color: #000;
  background: #ddd;
  padding: 10px;
  font-weight: bold;
}
#priceArea .tokuteiBtn a {
  color: #000;
  text-decoration: none;
}
#priceArea .tokuteiBtn a:visited {
  color: #000;
}
#priceArea .priceTableArea {
  background: #fff;
  margin: 0 auto;
  padding-bottom: 1px;
  /*border: 5px solid #2B6DAB;*/
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#priceArea .priceTableArea .price_dogRunPark {
  width: 100%;
  background: #fff;
  margin: 0 auto 8px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #fff;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_dogRunPark {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#priceArea .priceTableArea .price_dogRunPark th, #priceArea .priceTableArea .price_dogRunPark td {
  padding: 1% 0.5%;
}
#priceArea .priceTableArea .price_dogRunPark .priceTtl {
  background: #1556a6;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #fff;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_dogRunPark .priceTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.4em;
  }
}
#priceArea .priceTableArea .price_dogRunPark .weekday {
  background: #b5cfef;
  color: #000;
  font-family: "Reimin Y20 Medium";
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 35%;
  text-align: center;
}
#priceArea .priceTableArea .price_dogRunPark .weekday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunPark .holiday {
  background: #EFB5DA;
  color: #000;
  font-family: "Reimin Y20 Medium";
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 35%;
  text-align: center;
}
#priceArea .priceTableArea .price_dogRunPark .holiday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunPark .dogweight {
  background: #e1e1e1;
}
#priceArea .priceTableArea .price_dogRunPark .dogweight td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 25%;
}
#priceArea .priceTableArea .price_dogRunPark .dogweight td:last-of-type {
  border-right: none;
}
#priceArea .priceTableArea .price_dogRunPark .price {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
  text-align: right;
}
#priceArea .priceTableArea .price_dogRunPark .price.encho {
  font-size: 1em;
  padding: 10px 0;
}
#priceArea .priceTableArea .price_dogRunPark .price.dotLine {
  border-bottom: 1px dotted #000;
}
#priceArea .priceTableArea .price_dogRunPark .komoku {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
  text-align: left;
  background: #ECECEC;
}
#priceArea .priceTableArea .price_dogRunPark .komoku.dotLine {
  border-bottom: 1px dotted #000;
}
#priceArea .priceTableArea .price_dogRunParkPool {
  width: 100%;
  background: #fff;
  margin: 0 auto 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #fff;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_dogRunParkPool {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#priceArea .priceTableArea .price_dogRunParkPool th, #priceArea .priceTableArea .price_dogRunParkPool td {
  padding: 1% 0.5%;
}
#priceArea .priceTableArea .price_dogRunParkPool .priceTtl {
  background: #46A5FF;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #fff;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_dogRunParkPool .priceTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.4em;
  }
}
#priceArea .priceTableArea .price_dogRunParkPool .weekday {
  background: #b5cfef;
  color: #fff;
  font-family: "Reimin Y20 Medium";
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 35%;
}
#priceArea .priceTableArea .price_dogRunParkPool .weekday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunParkPool .holiday {
  background: #EFB5DA;
  color: #000;
  font-family: "Reimin Y20 Medium";
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 35%;
}
#priceArea .priceTableArea .price_dogRunParkPool .holiday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunParkPool .everyday {
  background: #F4DE9E;
  color: #000;
  font-family: "Reimin Y20 Medium";
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 50%;
  text-align: center;
}
#priceArea .priceTableArea .price_dogRunParkPool .everyday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunParkPool .dogweight {
  background: #e1e1e1;
}
#priceArea .priceTableArea .price_dogRunParkPool .dogweight td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 25%;
}
#priceArea .priceTableArea .price_dogRunParkPool .dogweight td:last-of-type {
  border-right: none;
}
#priceArea .priceTableArea .price_dogRunParkPool .price {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
  text-align: right;
}
#priceArea .priceTableArea .price_dogRunParkPool .price.encho {
  font-size: 1em;
  padding: 10px 0;
}
#priceArea .priceTableArea .price_dogRunParkPool .komoku {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
  text-align: left;
  background: #ECECEC;
}
#priceArea .priceTableArea .price_dogRunParkPool_option {
  width: 100%;
  background: #fff;
  margin: 0 auto 8px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #fff;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_dogRunParkPool_option {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#priceArea .priceTableArea .price_dogRunParkPool_option th, #priceArea .priceTableArea .price_dogRunParkPool_option td {
  text-align: left;
  padding: 1% 0.5%;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#priceArea .priceTableArea .price_dogRunParkPool_option th.price, #priceArea .priceTableArea .price_dogRunParkPool_option td.price {
  text-align: right;
  width: 50%;
  font-size: 1.2em;
}
#priceArea .priceTableArea .price_dogRunParkPool_option th.komoku, #priceArea .priceTableArea .price_dogRunParkPool_option td.komoku {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1em;
  text-align: left;
  background: #ECECEC;
}
#priceArea .priceTableArea .price_dogRunParkPrivate {
  width: 100%;
  background: #fff;
  margin: 0 auto 8px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #fff;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_dogRunParkPrivate {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#priceArea .priceTableArea .price_dogRunParkPrivate th, #priceArea .priceTableArea .price_dogRunParkPrivate td {
  text-align: center;
  padding: 1% 0.5%;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .priceTtl {
  background: #386E16;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #fff;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_dogRunParkPrivate .priceTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.4em;
  }
}
#priceArea .priceTableArea .price_dogRunParkPrivate .weekday {
  background: #b5cfef;
  color: #000;
  font-family: "Reimin Y20 Medium";
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 35%;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .weekday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .holiday {
  background: #EFB5DA;
  color: #000;
  font-family: "Reimin Y20 Medium";
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 35%;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .holiday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .everyday {
  background: #F4DE9E;
  color: #000;
  font-family: "Reimin Y20 Medium";
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  width: 70%;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .everyday span {
  font-size: 0.7em;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .dogweight {
  background: #e1e1e1;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .dogweight td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 25%;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .dogweight td:last-of-type {
  border-right: none;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .price {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
  text-align: right;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .price.encho {
  font-size: 1em;
  padding: 10px 0;
}
#priceArea .priceTableArea .price_dogRunParkPrivate .komoku {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
  text-align: left;
  background: #ECECEC;
  width: 30%;
}
#priceArea .priceTableArea .price_other {
  width: 100%;
  background: #fff;
  margin: 0 auto 8px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #fff;
  border-bottom: 2px solid #333;
}
@media screen and (min-width: 1000px) {
  #priceArea .priceTableArea .price_other {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#priceArea .priceTableArea .price_other th, #priceArea .priceTableArea .price_other td {
  text-align: center;
  padding: 10px;
}
#priceArea .priceTableArea .price_other .priceTtl {
  background: #717171;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-bottom: 2px solid #fff;
  font-family: "Reimin Y20 Medium";
  font-size: 1.4em;
}
#priceArea .priceTableArea .price_other .priceContent {
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
  text-align: left;
  border-bottom: 1px solid #333;
}
#priceArea .priceTableArea .price_other .priceContent span {
  font-size: 0.8em;
  display: block;
}
#priceArea .priceTableArea .price_other .price {
  border-bottom: 1px solid #333;
  font-family: "Reimin Y20 Medium";
  font-size: 1.1em;
  text-align: right;
}
#priceArea .priceTableArea .price_other .price span {
  font-size: 0.8em;
  display: block;
}
#priceArea .priceTableArea .attenshon {
  margin-left: 10px;
  margin-bottom: 30px;
  font-size: 0.9em;
}
#priceArea .priceTableArea .attenshon .bold {
  font-weight: bold;
}
#priceArea .redTxt {
  color: #F00;
}

/* Meals and BBQ
-----------------------------------------*/
#mealsArea {
  margin-bottom: 50px;
  /* ./mealBox01 */
  /* ./mealBox02 */
  /* ./mealBox03 */
}
@media screen and (min-width: 1000px) {
  #mealsArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 100px;
  }
}
#mealsArea .secTtl {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
}
#mealsArea .secTtl img {
  width: 243px;
}
#mealsArea .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
}
#mealsArea h3 {
  font-family: "Reimin Y20 Medium";
  font-size: 1.3em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  #mealsArea h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.8em;
  }
}
#mealsArea .mainImg {
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mainImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#mealsArea .mainImg img {
  width: 100%;
  height: auto;
}
#mealsArea .mealBox01 {
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#mealsArea .mealBox01 h4 {
  font-family: "Reimin Y20 Medium";
  font-size: 1.4em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 12px #d96666;
  padding-left: 5px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#mealsArea .mealBox01 h4:after {
  margin-left: 5px;
  border-top: 1px solid #d96666;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#mealsArea .mealBox01 p:first-of-type {
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 10px;
}
#mealsArea .mealBox01 .menuArea {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox01 .menuArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#mealsArea .mealBox01 .menuArea .menuBox {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox01 .menuArea .menuBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 48%;
  }
}
#mealsArea .mealBox01 .menuArea .menuBox > div {
  margin-bottom: 30px;
}
#mealsArea .mealBox01 .menuArea .menuBox .oshokujiBox h1 {
  border: 1px solid #d96666;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
  letter-spacing: 5px;
  text-align: center;
}
#mealsArea .mealBox01 .menuArea .menuBox .oshokujiBox ul li {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
}
#mealsArea .mealBox01 .menuArea .menuBox .oshokujiBox ul li:nth-of-type(odd) {
  background: #ffeded;
}
#mealsArea .mealBox01 .menuArea .menuBox .oshokujiBox .optionTxt {
  font-size: 0.8em;
}
#mealsArea .mealBox01 .menuArea .menuBox .drinkBox h1 {
  border: 1px solid #669cd9;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
  letter-spacing: 5px;
  text-align: center;
}
#mealsArea .mealBox01 .menuArea .menuBox .drinkBox ul li {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
}
#mealsArea .mealBox01 .menuArea .menuBox .drinkBox ul li:nth-of-type(odd) {
  background: #e7f9ff;
}
#mealsArea .mealBox01 .menuArea .menuBox .smoothieBox h1 {
  border: 1px solid #D9D440;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
  letter-spacing: 5px;
  text-align: center;
}
#mealsArea .mealBox01 .menuArea .menuBox .smoothieBox ul li {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
}
#mealsArea .mealBox01 .menuArea .menuBox .smoothieBox ul li:nth-of-type(odd) {
  background: #FCFBDE;
}
#mealsArea .mealBox01 .menuArea .menuBox .alcoholBox h1 {
  border: 1px solid #c4a64b;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
  letter-spacing: 5px;
  text-align: center;
}
#mealsArea .mealBox01 .menuArea .menuBox .alcoholBox ul li {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
}
#mealsArea .mealBox01 .menuArea .menuBox .alcoholBox ul li:nth-of-type(odd) {
  background: #fffdf4;
}
#mealsArea .mealBox01 .menuArea .menuBox .otherBox h1 {
  border: 1px solid #4bc44e;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
  letter-spacing: 5px;
  text-align: center;
}
#mealsArea .mealBox01 .menuArea .menuBox .otherBox ul li {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
}
#mealsArea .mealBox01 .menuArea .menuBox .otherBox ul li:nth-of-type(odd) {
  background: #effbeb;
}
#mealsArea .mealBox01 .importantArea ul li {
  width: 95%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox01 .importantArea ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    padding-left: 0;
  }
}
#mealsArea .mealBox01 .importantArea ul li span {
  border-bottom: 2px dotted #e9b7b7;
  line-height: 2.1;
  font-weight: bold;
}
#mealsArea .mealBox01 .importantArea ul li span:before {
  content: "■";
  display: inline-block;
  width: 1.2em;
  color: #cc6e6e;
}
#mealsArea .mealBox02 {
  width: 100%;
  margin: 0 auto 80px;
  /* bbqCourse */
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#mealsArea .mealBox02 h4 {
  font-family: "Reimin Y20 Medium";
  font-size: 1.4em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 12px #3e8dc4;
  padding-left: 5px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#mealsArea .mealBox02 h4:after {
  margin-left: 5px;
  border-top: 1px solid #3e8dc4;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#mealsArea .mealBox02 p:first-of-type {
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 10px;
}
#mealsArea .mealBox02 .bbqCourse {
  width: 100%;
  padding: 50px 0 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse .bbqMenu {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 49%;
  }
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu:first-of-type {
  border-right: 1px dotted #c1c1c1;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse .bbqMenu:first-of-type {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 10px;
  }
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu h5 {
  margin: 0 auto 20px;
  padding: 5px;
  font-size: 0.9em;
  width: 90%;
  text-align: center;
  background: #fffad2;
  display: block;
  font-family: "Reimin Y20 Medium";
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse .bbqMenu h5 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 1px 27px;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 6px;
    margin-bottom: 20px;
    width: 85%;
  }
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu h5 span {
  font-size: 1.9em;
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu .bbqListwrap {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse .bbqMenu .bbqListwrap {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu .bbqListwrap .bbqList {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse .bbqMenu .bbqListwrap .bbqList {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 45%;
  }
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu .bbqListwrap .bbqList dl {
  margin-bottom: 30px;
  letter-spacing: 3px;
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu .bbqListwrap .bbqList dl dt {
  font-weight: bold;
  font-size: 1em;
}
#mealsArea .mealBox02 .bbqCourse .bbqMenu .bbqListwrap .bbqList dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
  padding: 5px 0;
  font-size: 0.9em;
}
#mealsArea .mealBox02 .bbqCourse.Acourse {
  border: 1px solid #d96666;
  position: relative;
}
#mealsArea .mealBox02 .bbqCourse.Acourse:before {
  content: "Aコース";
  font-family: "Reimin Y20 Medium";
  background: #d96666;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  display: inline;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse.Acourse:before {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    left: 0;
    top: 0;
    padding: 1px 10px;
  }
}
#mealsArea .mealBox02 .bbqCourse.Acourse dt {
  color: #d96666;
}
#mealsArea .mealBox02 .bbqCourse.Bcourse {
  border: 1px solid #669cd9;
  position: relative;
  background: url("../../top_img/bbq_menu_img.png") no-repeat bottom;
  padding-bottom: 247px;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #mealsArea .mealBox02 .bbqCourse.Bcourse {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 460px;
  }
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse.Bcourse {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 667px;
  }
}
#mealsArea .mealBox02 .bbqCourse.Bcourse:before {
  content: "Bコース";
  font-family: "Reimin Y20 Medium";
  background: #669cd9;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  display: inline;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .bbqCourse.Bcourse:before {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    left: 0;
    top: 0;
    padding: 1px 10px;
  }
}
#mealsArea .mealBox02 .bbqCourse.Bcourse dt {
  color: #669cd9;
}
#mealsArea .mealBox02 .setTxt {
  margin: 0 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .setTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0;
  }
}
#mealsArea .mealBox02 .shokuzaiBox {
  width: 100%;
  border: 1px solid #398FD8;
  padding-bottom: 5px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox02 .shokuzaiBox h6 {
  color: #fff;
  font-family: "Reimin Y20 Medium";
  background: #398FD8;
  font-size: 1em;
  padding: 2px 10px;
  margin-bottom: 5px;
}
#mealsArea .mealBox02 .shokuzaiBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox02 .shokuzaiBox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
#mealsArea .mealBox02 .shokuzaiBox ul li:last-of-type {
  border: none;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .shokuzaiBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
    padding: 5px 0px;
    font-size: 0.95em;
    margin-right: 200px;
    border-bottom: 1px dotted #333;
  }
}
#mealsArea .mealBox02 .setBox {
  width: 100%;
  border: 1px solid #84b74e;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox02 .setBox h6 {
  color: #fff;
  font-family: "Reimin Y20 Medium";
  background: #84b74e;
  font-size: 1em;
  padding: 2px 10px;
  margin-bottom: 5px;
}
#mealsArea .mealBox02 .setBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox02 .setBox ul li {
  width: 100%;
  padding: 5px 0;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .setBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 47%;
    font-size: 0.95em;
  }
}
#mealsArea .mealBox02 .tuikaBox {
  width: 100%;
  border: 1px solid #6f6f6f;
  padding-bottom: 5px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox02 .tuikaBox h6 {
  color: #fff;
  font-family: "Reimin Y20 Medium";
  background: #6f6f6f;
  font-size: 1em;
  padding: 2px 10px;
  margin-bottom: 5px;
}
#mealsArea .mealBox02 .tuikaBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox02 .tuikaBox ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
#mealsArea .mealBox02 .tuikaBox ul li:last-of-type {
  border: none;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .tuikaBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
    padding: 5px 0px;
    font-size: 0.95em;
    margin-right: 200px;
    border-bottom: 1px dotted #333;
  }
}
#mealsArea .mealBox02 .importantArea ul li {
  width: 95%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox02 .importantArea ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    padding-left: 0;
  }
}
#mealsArea .mealBox02 .importantArea ul li span {
  border-bottom: 2px dotted #e9b7b7;
  line-height: 2.1;
  font-weight: bold;
}
#mealsArea .mealBox02 .importantArea ul li span:before {
  content: "■";
  display: inline-block;
  width: 1.2em;
  color: #cc6e6e;
}
#mealsArea .mealBox03 {
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox03 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#mealsArea .mealBox03 h4 {
  font-family: "Reimin Y20 Medium";
  font-size: 1.4em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 12px #83c43e;
  padding-left: 5px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#mealsArea .mealBox03 h4:after {
  margin-left: 5px;
  border-top: 1px solid #83c43e;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#mealsArea .mealBox03 p {
  margin: 0 0 30px 10px;
}
#mealsArea .mealBox03 h5 {
  margin: 0 auto 20px;
  padding: 0 5px;
  font-size: 1.5em;
  width: 90%;
  text-align: center;
  background: #fffad2;
  display: block;
  font-family: "Reimin Y20 Medium";
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox03 h5 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 15px 27px;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 6px;
    margin-bottom: 20px;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#mealsArea .mealBox03 h5 span {
  font-size: 0.7em;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox03 h5 span {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.1em;
  }
}
#mealsArea .mealBox03 h5 span > span {
  font-weight: bold;
  font-size: 1.7em;
}
#mealsArea .mealBox03 .shokuzaiBox {
  width: 100%;
  border: 1px solid #398FD8;
  padding-bottom: 5px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox03 .shokuzaiBox h6 {
  color: #fff;
  font-family: "Reimin Y20 Medium";
  background: #398FD8;
  font-size: 1em;
  padding: 2px 10px;
  margin-bottom: 5px;
}
#mealsArea .mealBox03 .shokuzaiBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox03 .shokuzaiBox ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
#mealsArea .mealBox03 .shokuzaiBox ul li:last-of-type {
  border: none;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox03 .shokuzaiBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
    padding: 5px 0px;
    font-size: 0.95em;
    margin-right: 200px;
    border-bottom: 1px dotted #333;
  }
}
#mealsArea .mealBox03 .setBox {
  width: 100%;
  border: 1px solid #84b74e;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox03 .setBox h6 {
  color: #fff;
  font-family: "Reimin Y20 Medium";
  background: #84b74e;
  font-size: 1em;
  padding: 2px 10px;
  margin-bottom: 5px;
}
#mealsArea .mealBox03 .setBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox03 .setBox ul li {
  width: 100%;
  padding: 5px 0;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox03 .setBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 47%;
    padding: 5px 0px;
    font-size: 0.95em;
  }
}
#mealsArea .mealBox03 .tuikaBox {
  width: 100%;
  border: 1px solid #6f6f6f;
  padding-bottom: 5px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox03 .tuikaBox h6 {
  color: #fff;
  font-family: "Reimin Y20 Medium";
  background: #6f6f6f;
  font-size: 1em;
  padding: 2px 10px;
  margin-bottom: 5px;
}
#mealsArea .mealBox03 .tuikaBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mealsArea .mealBox03 .tuikaBox ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
#mealsArea .mealBox03 .tuikaBox ul li:last-of-type {
  border: none;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox03 .tuikaBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
    padding: 5px 0px;
    font-size: 0.95em;
    margin-right: 200px;
    border-bottom: 1px dotted #333;
  }
}
#mealsArea .mealBox03 .importantArea ul li {
  width: 95%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  #mealsArea .mealBox03 .importantArea ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    padding-left: 0;
  }
}
#mealsArea .mealBox03 .importantArea ul li span {
  border-bottom: 2px dotted #e9b7b7;
  line-height: 2.1;
  font-weight: bold;
}
#mealsArea .mealBox03 .importantArea ul li span:before {
  content: "■";
  display: inline-block;
  width: 1.2em;
  color: #cc6e6e;
}
#mealsArea .mealBox03 .westPrivacy {
  text-align: right;
}

/* Food
-----------------------------------------*/
#food {
  width: 100%;
  margin: 0 auto;
  padding: auto;
}
@media screen and (min-width: 1000px) {
  #food {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#food .secTtl {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  #food .secTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto 50px;
    padding-top: 60px;
    width: 20%;
  }
}
#food .secTtl img {
  width: 75px;
}
#food .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
  color: #000;
}
#food .foodMenuBox {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #food .foodMenuBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#food .foodMenuBox .foodMenu {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #food .foodMenuBox .foodMenu {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}
#food .foodMenuBox .foodMenu ul.deliveryMenu {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#food .foodMenuBox .foodMenu ul.deliveryMenu li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px dotted #333;
  padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  #food .foodMenuBox .foodMenu ul.deliveryMenu li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 47%;
  }
}
#food .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryImg {
  margin-right: 10px;
  width: 60%;
}
#food .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryImg img {
  width: 100%;
  height: auto;
}
#food .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryData {
  width: 40%;
}
#food .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryData .menuName {
  font-weight: bold;
  background: #f7f7f7;
  padding: 8px;
  margin-bottom: 0;
  word-break: auto-phrase;
}
#food .foodMenuBox .foodMenu ul.deliveryMenu li .deliveryData .price {
  text-align: right;
  padding: 5px;
}
#food .foodMenuBox .foodMenu p {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  #food .foodMenuBox .foodMenu p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 1.4em;
  }
}

/* Gift
-----------------------------------------*/
#giftArea {
  padding-bottom: 23px;
  background: url("../../top_img/bg_gift.jpg") repeat;
  background-size: contain;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #giftArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: contain;
  }
}
@media screen and (min-width: 1000px) {
  #giftArea .giftAreaInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: 0 auto;
  }
}
#giftArea .giftAreaInner .secTtl {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  #giftArea .giftAreaInner .secTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto 50px;
    padding-top: 60px;
    width: 20%;
  }
}
#giftArea .giftAreaInner .secTtl img {
  width: 65px;
}
#giftArea .giftAreaInner .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
  color: #000;
}
#giftArea .giftAreaInner .giftBox {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 45px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #giftArea .giftAreaInner .giftBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 45px 30px 80px;
  }
}
#giftArea .giftAreaInner .giftBox .giftImg {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #giftArea .giftAreaInner .giftBox .giftImg {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 35%;
    margin-right: 20px;
  }
}
#giftArea .giftAreaInner .giftBox .giftImg img {
  width: 100%;
  height: auto;
}
#giftArea .giftAreaInner .giftBox .giftTxtBox {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #giftArea .giftAreaInner .giftBox .giftTxtBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 60%;
  }
}
#giftArea .giftAreaInner .giftBox .giftTxtBox .giftTtl {
  font-family: "Reimin Y20 Medium";
  font-size: 1.9em;
}
#giftArea .giftAreaInner .giftBox .giftTxtBox .giftTxt {
  font-size: 1.12em;
  margin-bottom: 20px;
}
#giftArea .giftAreaInner .giftBox .giftTxtBox .giftPrice {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  #giftArea .giftAreaInner .giftBox .giftTxtBox .giftPrice {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 0;
  }
}
#giftArea .giftAreaInner .giftBox .storesButton {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 70px;
}
@media screen and (min-width: 1000px) {
  #giftArea .giftAreaInner .giftBox .storesButton {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 0;
  }
}

/* Gallery
-----------------------------------------*/
#galleryArea {
  padding-bottom: 23px;
  background: url("../../top_img/gallery_bg.jpg") repeat;
  background-size: auto;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  #galleryArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: auto;
  }
}
@media screen and (min-width: 1000px) {
  #galleryArea .galleryAreaInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#galleryArea .galleryAreaInner .secTtl {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  #galleryArea .galleryAreaInner .secTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto 50px;
    padding-top: 60px;
  }
}
#galleryArea .galleryAreaInner .secTtl img {
  width: 110px;
}
#galleryArea .galleryAreaInner .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
  color: #fff;
}
#galleryArea .galleryAreaInner .galleryBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#galleryArea .galleryAreaInner .galleryBox ul li {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
  border: 1px solid #fff;
  opacity: 0;
}
#galleryArea .galleryAreaInner .galleryBox ul li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #galleryArea .galleryAreaInner .galleryBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 31%;
  }
}
@media screen and (min-width: 1000px) {
  #galleryArea .galleryAreaInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: 0 auto 40px;
  }
}

/* Facility
-----------------------------------------*/
@media screen and (min-width: 1000px) {
  #facilityArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto;
  }
}
#facilityArea .secTtl {
  padding: 60px 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #B7E9F4;
}
#facilityArea .secTtl img {
  width: 117px;
}
#facilityArea .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
}
#facilityArea div.mapArea {
  width: 100%;
  background: #B7E9F4;
}
#facilityArea div.mapArea .mapAreaInner {
  width: 100%;
  background: #c3eff7 url("../../top_img/map.jpg") no-repeat center bottom;
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  padding-bottom: 124%;
  background-size: 100%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    padding: 0;
    height: 1484px;
  }
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a {
  z-index: 1;
  position: absolute;
  /* ドッグパークエリア */
  /*
  &[href="#dgpk"] {
  top: 11%;
  left: 59%;
  width: 34%;
  img {
  width: 100%;
  height: auto;
  }

  @include media(pc) {
  &[href="#dgpk"] {
  top: 11%;
  left: 59%;

  width: 270px;

  img {
  width: 100%;
  height: auto;
  }
  }
  }
  }


  // #01
  &[href="#btn01"] {
  top: 7%;
  left: 33%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }

  // #02
  &[href="#btn02"] {
  top: 9%;
  left: 45%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  // #03
  &[href="#btn03"] {
  top: 14%;
  left: 35%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  // #04
  &[href="#btn04"] {
  top: 20%;
  left: 63%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  // #05
  &[href="#btn05"] {
  top: 17%;
  left: 23%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  */
  /*&[href="#btn06"] {
  top: 20%;
  left: 34%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }*/
  /*
  &[href="#btn06"] {
  top: 22%;
  left: 43%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  // #08
  &[href="#btn07"] {
  top: 6%;
  left: 40%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  // #09
  &[href="#btn08"] {
  top: 12%;
  left: 51%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  // #10
  &[href="#btn09"] {
  top: 50%;
  left: 69%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  // #11
  &[href="#btn10"] {
  top: 62%;
  left: 73%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }

  // #MISAKI
  &[href="#btn11"] {
  top: 17%;
  left: 30%;
  img {
  width: 20px;
  height: 20px;
  @include media(pc) {
  width: 40px;
  height: 40px;
  }
  }
  }
  */
  /* ドッグランエリア */
  /*
  &[href="#dgrn_seat"] {
  top: 45%;
  left: 50%;
  width: 9%;
  @include media(pc) {
  top: 49%;
  left: 51%;
  width:7%;
  }
  img {
  width: 100%;
  height: auto;
  }
  }
  */
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn"] {
  top: 69%;
  left: 29%;
  width: 23%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 69%;
    left: 35%;
    width: 216px;
  }
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn"] img {
  width: 100%;
  height: auto;
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_pool"] {
  top: 57.5%;
  left: 36.5%;
  width: 13%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_pool"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 9%;
    top: 59%;
    left: 41%;
  }
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_pool"] img {
  width: 100%;
  height: auto;
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_bbq"] {
  top: 56.3%;
  left: 53%;
  width: 13%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_bbq"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 10%;
    top: 57.6%;
    left: 56%;
  }
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_bbq"] img {
  width: 100%;
  height: auto;
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_recept"] {
  top: 66.1%;
  left: 56%;
  width: 8%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_recept"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 7%;
    top: 67.2%;
    left: 56%;
  }
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_recept"] img {
  width: 100%;
  height: auto;
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_wash"] {
  top: 61.3%;
  left: 51%;
  width: 15%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_wash"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 10%;
    top: 63%;
    left: 54%;
  }
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_wash"] img {
  width: 100%;
  height: auto;
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_tunnel"] {
  top: 74.8%;
  left: 63%;
  width: 9%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_tunnel"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 7%;
    top: 75%;
    left: 64%;
  }
}
#facilityArea div.mapArea .mapAreaInner ul.map-spot a[href="#dgrn_tunnel"] img {
  width: 100%;
  height: auto;
}
#facilityArea div.mapArea .mapAreaInner02 {
  width: 100%;
  background: #B7E9F4 url("../../top_img/map02.jpg") no-repeat center bottom;
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  padding-bottom: 124%;
  background-size: 100%;
}
@media screen and (min-width: 1000px) {
  #facilityArea div.mapArea .mapAreaInner02 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    padding: 0;
    height: 1484px;
  }
}
#facilityArea .dogrunArea {
  margin: 0 auto 30px;
}
#facilityArea .dogrunArea h2 {
  background: #FF46A1;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
}
#facilityArea .dogrunArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content: space-around;*/
}
#facilityArea .dogrunArea ul li {
  width: 90%;
  margin: 0 18px 30px;
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogrunArea ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 22%;
  }
}
#facilityArea .dogrunArea ul li h3 {
  font-weight: bold;
  font-family: "Reimin Y20 Medium";
  font-size: 1.3em;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #ff46a1;
}
#facilityArea .dogrunArea ul li .facilityImg {
  width: 100%;
  margin-bottom: 5px;
}
#facilityArea .dogrunArea ul li .facilityImg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#facilityArea .dogrunArea ul li p {
  font-size: 0.95em;
}
#facilityArea .dogrunArea ul li p span.pdfLink {
  position: relative;
  padding-left: 22px;
}
#facilityArea .dogrunArea ul li p span.pdfLink:before {
  content: "";
  background: url("../../top_img/icon_pdf.png") no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
#facilityArea .dogrunArea ul li p span.pdfLink:after {
  content: "";
  background: url("../../top_img/icon_blank.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 11px;
  position: absolute;
  right: -15px;
  top: 0;
}
#facilityArea .dogrunArea ul li p span.pdfLink a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogrunArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: 0 auto 60px;
  }
}
#facilityArea .dogrunArea p.chuTxt {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogrunArea p.chuTxt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogCafeArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: 0 auto 30px;
  }
}
#facilityArea .dogCafeArea h2 {
  background: #1ba245;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
}
#facilityArea .dogCafeArea .areaImg {
  width: 100%;
  margin-bottom: 10px;
}
#facilityArea .dogCafeArea .areaImg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#facilityArea .dogCafeArea p {
  line-height: 1.8;
  padding: 0 5% 0;
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogCafeArea p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  #facilityArea .mokomokoArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: 0 auto 30px;
  }
}
#facilityArea .mokomokoArea h2 {
  background: #2a74cd;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
}
#facilityArea .mokomokoArea .areaImg {
  width: 100%;
  margin-bottom: 10px;
}
#facilityArea .mokomokoArea .areaImg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#facilityArea .mokomokoArea p {
  line-height: 1.8;
  padding: 0 5% 0;
}
@media screen and (min-width: 1000px) {
  #facilityArea .mokomokoArea p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 0;
  }
}
#facilityArea .dogparkArea h2 {
  background: #000;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "Reimin Y20 Medium";
}
#facilityArea .dogparkArea h2 span {
  font-size: 0.8em;
}
#facilityArea .dogparkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content: space-around;*/
}
#facilityArea .dogparkArea ul li {
  width: 90%;
  margin: 0 18px 12px;
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogparkArea ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 22%;
  }
}
#facilityArea .dogparkArea ul li h3 {
  font-weight: bold;
  font-family: "Reimin Y20 Medium";
  font-size: 1.3em;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-left: 25px;
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogparkArea ul li h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 57px;
  }
}
#facilityArea .dogparkArea ul li h3 span {
  margin-right: 4px;
  display: inline-block;
  line-height: 1.2;
  text-indent: -24px;
}
#facilityArea .dogparkArea ul li .facilityImg {
  width: 100%;
  margin-bottom: 5px;
}
#facilityArea .dogparkArea ul li .facilityImg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#facilityArea .dogparkArea ul li p {
  font-size: 0.95em;
}
@media screen and (min-width: 1000px) {
  #facilityArea .dogparkArea {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    margin: 0 auto;
  }
}

/* Attenshon
-----------------------------------------*/
#attenshonArea {
  background: #3B91C7 url("../../top_img/white_stripe_10per.png") repeat;
  width: 100%;
  padding-bottom: 40px;
}
#attenshonArea .secTtl {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .secTtl {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 auto 40px;
  }
}
#attenshonArea .secTtl img {
  width: 91px;
}
#attenshonArea .secTtl span {
  text-align: center;
  font-size: 0.6em;
  display: block;
  margin-top: 16px;
  font-weight: normal;
  color: #fff;
}
#attenshonArea .firstAttenshon {
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
#attenshonArea .firstAttenshon h3 {
  margin: 0 auto 30px;
  color: #fff;
  background: #145382;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .firstAttenshon h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
@media screen and (min-width: 1000px) {
  #attenshonArea .firstAttenshon {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#attenshonArea .firstAttenshon h4, #attenshonArea .firstAttenshon p {
  margin-left: 10px;
}
#attenshonArea .firstAttenshon ul {
  width: 90%;
  margin: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .firstAttenshon ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}
#attenshonArea .firstAttenshon ul li {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin: 0 0 20px 15px;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .firstAttenshon ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1130px;
  }
}
#attenshonArea .firstAttenshon ul li span {
  position: relative;
  padding-left: 22px;
}
#attenshonArea .firstAttenshon ul li span.redTxt {
  padding-left: 0;
  color: #f00;
  font-weight: bold;
}
#attenshonArea .firstAttenshon ul li span.boldTxt {
  padding-left: 0;
  color: #000;
  font-weight: bold;
}
#attenshonArea .tokuteiKenshu {
  padding-top: 20px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
#attenshonArea .tokuteiKenshu h4 {
  margin: 0 auto 30px;
  color: #fff;
  background: #145382;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .tokuteiKenshu h4 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
@media screen and (min-width: 1000px) {
  #attenshonArea .tokuteiKenshu {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
  }
}
#attenshonArea .tokuteiKenshu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 90%;
  margin: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .tokuteiKenshu ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1160px;
  }
}
#attenshonArea .tokuteiKenshu ul li {
  width: 100%;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin: 0 0 20px 15px;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .tokuteiKenshu ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 29%;
  }
}
#attenshonArea .attenshonInner {
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .attenshonInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#attenshonArea .attenshonInner h3 {
  margin: 0 auto 30px;
  color: #fff;
  background: #145382;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Reimin Y20 Medium";
  font-size: 1.2em;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .attenshonInner h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#attenshonArea .attenshonInner ul {
  width: 90%;
  margin: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .attenshonInner ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1160px;
    margin: 0 35px;
  }
}
#attenshonArea .attenshonInner ul li {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin: 0 0 20px 30px;
}
@media screen and (min-width: 1000px) {
  #attenshonArea .attenshonInner ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 0 20px 35px;
  }
}
#attenshonArea .attenshonInner ul li span {
  position: relative;
  padding-left: 22px;
}
#attenshonArea .attenshonInner ul li span:before {
  content: "";
  background: url("../../top_img/icon_pdf.png") no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
}
#attenshonArea .attenshonInner ul li span:after {
  content: none;
  background: url("../../top_img/icon_blank.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 11px;
  position: absolute;
  right: -15px;
  top: 0;
}
#attenshonArea .attenshonInner ul li span a {
  text-decoration: none;
  color: #000;
}

.bannerBox {
  width: 100%;
  background: #fff;
}
.bannerBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 1000px) {
  .bannerBox ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1200px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
  }
}
.bannerBox ul li {
  width: 45%;
  margin: 10px 5px 10px;
}
@media screen and (min-width: 1000px) {
  .bannerBox ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 259px;
    margin: 30px 4px;
  }
}
.bannerBox ul li img {
  width: 100%;
  height: auto;
}

.bbqBtnBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #f0f0f0;
  padding: 10px 0 10px 0;
}
.bbqBtnBox .bbqBtn {
  border: 1px solid #333;
  width: 90%;
  margin: 10px auto;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .bbqBtnBox .bbqBtn {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 480px;
  }
}
.bbqBtnBox .bbqBtn span a {
  color: #333;
  padding: 10px;
  display: block;
  text-decoration: none;
}

/* 各アンカー調整
-----------------------------------------*/
a.anchor {
  height: 1px;
  margin-top: -100px;
  padding-top: 100px;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  a.anchor {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: table;
    margin-top: -190px;
    padding-top: 190px;
  }
}
a.anchor#staffLink {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (min-width: 1000px) {
  a.anchor#staffLink {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: -190px;
    padding-top: 190px;
  }
}
@media screen and (min-width: 1000px) {
  a.anchor#facilityLink {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: -140px;
    padding-top: 140px;
  }
}

/* アニメーション
-----------------------------------------*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}
@keyframes fadeInDown {
  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);
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}