@charset "UTF-8";

/* ==========================================================================

   Base

   ========================================================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html {
  /* font-size: 62.5%; */
}

body {
  /* font-size: 14px;
  font-size: 14px;
  line-height: 1.7;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding: 0; */
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

form,
input,
select {
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

.second.plan img {
  vertical-align: top;
}

button {
  border: none;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.second.plan a {
  color: #333;
  text-decoration: none;
  outline: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.second.plan a:hover {
  color: #333;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .second.plan a {
    color: #333;
    text-decoration: none;
    outline: none;
  }

  .second.plan a:hover {
    color: #333;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

/* Links img
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button.hover {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

button.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  button.hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
}

.u-max-full-width {
  max-width: 100%;
}

/* ---------------------------------------------
    font Style
--------------------------------------------- */
.fBold {
  font-weight: bold;
}

.fItalic {
  font-style: italic;
}

.fnormal {
  font-weight: normal;
}

.f10 {
  font-size: 10px !important;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

/* ---------------------------------------------
    float
--------------------------------------------- */
.f_l {
  float: left;
}

.f_r {
  float: right;
}

/* ---------------------------------------------
    inline align
--------------------------------------------- */
.t_align_l {
  text-align: left !important;
}

.t_align_c {
  text-align: center !important;
}

.t_align_r {
  text-align: right !important;
}

.pre {
  white-space: pre;
}

.colorPink {
  color: #000000;
}

.colorBlue {
  color: #00a8ba;
}

/* ---------------------------------------------
    other
--------------------------------------------- */
.imgRep {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* pagetop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagetop {
  position: fixed !important;
  right: 30px;
  bottom: 0px;
  z-index: 10;
}

#back-top {
  position: relative;
}

@media screen and (max-width: 767px) {
  #back-top {
    z-index: 7;
    position: relative;
    width: 55px;
    margin: 0 auto -27px;
  }

  .pagetop {
    right: 2.5%;
    bottom: 58px;
    display: block;
    opacity: 1;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }

  .pagetop img {
    width: 30px;
  }

  #back-top span {
    width: 55px;
    height: 55px;
    position: static;
    text-align: center;
  }

  #back-top span:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

/* common parts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.external img {
  margin-right: 8px;
}

.btn.pdf img {
  margin-right: 8px;
}

.btnViewAll {
  text-align: center;
  display: inline-block;
}

.btnViewAll a {
  background-color: #000000;
  width: 180px;
  display: block;
  padding: 5px 0;
}

.btnViewAll a img {
  height: 15px;
  vertical-align: middle;
}

.btnViewAll a:hover {
  background-color: rgba(153, 132, 82, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btnViewAll a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) left top;
  background-size: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8em;
}

.btnViewAll span {
  background-color: #000000;
  width: 180px;
  display: block;
  padding: 5px 0;
}

.btnViewAll span img {
  height: 15px;
  vertical-align: middle;
}

.btnViewAll span:hover {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btnViewAll span:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) left top;
  background-size: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8em;
}

.btnSeemore {
  text-align: center;
  display: inline-block;
}

.btnSeemore a {
  background-color: #000000;
  width: 180px;
  display: block;
  padding: 5px 0;
}

.btnSeemore a img {
  height: 15px;
  vertical-align: middle;
}

.btnSeemore a:hover {
  background-color: rgba(153, 132, 82, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btnSeemore a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) left top;
  background-size: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8em;
}

.btnSeemore span {
  background-color: #000000;
  width: 180px;
  display: block;
  padding: 5px 0;
}

.btnSeemore span img {
  height: 15px;
  vertical-align: middle;
}

.btnSeemore span:hover {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btnSeemore span:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) left top;
  background-size: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8em;
}

.linkText:hover:after {
  text-decoration: none !important;
}

.linkText:after {
  content: " >";
  margin-left: 0;
  text-decoration: none !important;
}

/* 適用条件厳しく  2019/12/20 */
div.plan .inner {
  width: 856px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overlay_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  display: none;
}

.overlay_bg.active {
  display: block;
  -webkit-animation: fadeShow 0.2s linear 0s;
  animation: fadeShow 0.2s linear 0s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .btn.external img {
    margin-right: 5px;
  }

  .btn.pdf img {
    margin-right: 5px;
  }

  .btnViewAll {
    text-align: center;
    display: inline-block;
  }

  .btnViewAll a {
    background-color: #000000;
    width: 138px;
    display: block;
    padding: 7px 0;
  }

  .btnViewAll a img {
    height: 12px;
    vertical-align: middle;
  }

  .btnViewAll a:hover {
    background-color: rgba(153, 132, 82, 0.6);
  }

  .btnViewAll a:after {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../img/plan/btn_arrow_white.png) left top;
    background-size: 7px 9px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 0.8em;
  }

  .btnSeemore {
    text-align: center;
    display: inline-block;
  }

  .btnSeemore a {
    background-color: #000000;
    width: 180px;
    display: block;
    padding: 5px 0;
  }

  .btnSeemore a img {
    height: 15px;
    vertical-align: middle;
  }

  .btnSeemore a:hover {
    background-color: rgba(153, 132, 82, 0.6);
  }

  .btnSeemore a:after {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../img/plan/btn_arrow_white.png) left top;
    background-size: 7px 9px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-left: 0.8em;
  }

  /* 適用条件厳しく 2019/12/20 */
  div.plan .inner {
    width: 100%;
  }

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

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* common layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  min-width: 1200px;
  overflow: hidden;
}

.gnavi {
  padding: 0 20px 0 40px;
}

.gnavi ul>li a {
  line-height: 36px;
  color: #333;
  display: block;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-position: right 13px;
}

.gnavi ul>li a.active {
  color: #000;
  background: url(../../img/plan/btn_arrow_black_s.png) no-repeat right 13px;
}

.gnavi ul>li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

.footNavArea {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0 0 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footNavArea ul li {
  float: left;
  margin-right: 6px;
}

.footNavArea ul li:nth-child(2) {
  margin-right: 10px;
}

.footNavArea ul li:nth-child(3) {
  margin-right: 10px;
}

.footNavArea ul li:last-child {
  margin-right: 0px;
}

.footNavArea ul li a {
  display: block;
  font-size: 11px;
  color: #333;
}

.footNavArea ul li a img {
  width: 20px;
}

.contents {
  position: relative;
  /* padding-left: 248px; */
  overflow: hidden;
}

.titleBlock {
  margin-bottom: 48px;
}

.titleBlock h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1;
  position: relative;
  letter-spacing: 6px;
  text-align: center;
  text-indent: 6px;
}

/* .titleBlock h2:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      background-color: #000000;
      left: 50%;
      top: 35px;
      margin-left: -20px; } */
.titleBlock span {
  font-size: 12px;
  line-height: 1.7;
  display: block;
  margin-top: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 2px;
  color: #666;
  /* font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif; */
}

.centerBox .wrap {
  text-align: center;
  letter-spacing: -0.4em;
}

.centerBox .wrap .item {
  letter-spacing: normal;
  display: inline-block;
}

.floatBlockPC {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 322px;
  z-index: 100;
}

.floatBlockPC .btnBox {
  margin-bottom: 15px;
  overflow: hidden;
}

.floatBlockPC .btnBox ul {
  display: table;
  width: 100%;
}

.floatBlockPC .btnBox ul li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.floatBlockPC .btnBox ul li.reservation a {
  background-color: #000000;
}

.floatBlockPC .btnBox ul li.reservation a img {
  height: 14px;
}

.floatBlockPC .btnBox ul li.fair a {
  background-color: #998453;
}

.floatBlockPC .btnBox ul li.fair a img {
  height: 12px;
}

.floatBlockPC .btnBox ul li:first-child {
  border-right: 1px solid #fff;
}

.floatBlockPC .btnBox ul li a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 9px 0;
}

.floatBlockPC .btnBox ul li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.floatBlockPC .btnBox ul li a img {
  margin-right: 5px;
}

.floatBlockPC .modalBox {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  text-align: center;
  padding: 20px;
  display: none;
}

.floatBlockPC .modalBox.active {
  display: block;
  -webkit-animation: fadeShow 0.4s linear 0s;
  -moz-animation: fadeShow 0.4s linear 0s;
  animation: fadeShow 0.4s linear 0s;
}

.floatBlockPC .modalBox#inquiryBox>ul {
  margin-bottom: 12px;
}

.floatBlockPC .modalBox#inquiryBox>ul>li a {
  background-color: #998453;
}

.floatBlockPC .modalBox#inquiryBox .number {
  color: #8c7746;
}

.floatBlockPC .modalBox>ul {
  margin-bottom: 20px;
}

.floatBlockPC .modalBox>ul>li {
  margin-bottom: 2px;
}

.floatBlockPC .modalBox>ul>li a {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
}

.floatBlockPC .modalBox>ul>li a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
  background-size: 7px 9px;
  margin-left: 0.8em;
  display: inline-block;
}

.floatBlockPC .modalBox>ul>li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.floatBlockPC .modalBox .request {
  margin-bottom: 16px;
}

.floatBlockPC .modalBox .request a {
  color: #333;
  font-weight: bold;
}

.floatBlockPC .modalBox .request a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_black_s.png) no-repeat left top;
  background-size: 7px 9px;
  margin-left: 0.8em;
  display: inline-block;
}

.floatBlockPC .modalBox .request a img {
  margin-right: 0.8em;
}

.floatBlockPC .modalBox .number {
  color: #706446;
  font-size: 24px;
  font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.floatBlockPC .modalBox .time {
  font-size: 11px;
}

.floatBlockPC .modalBox .title {
  font-weight: bold;
}

.floatBlockPC .modalBox .wrap.last {
  margin-top: 12px;
}

.floatBlockSP {
  display: none;
}

.floatBlockReserveSP {
  display: none;
}

.navAreaSp {
  display: none;
}

.menuSp {
  display: none;
}

.footFixedBlock {
  display: none;
}

.telSideArea {
  text-align: center;
}

.telSideArea .wrap {
  border-top: 1px solid #e6e6e6;
  margin: 0 20px;
}

.telSideArea .wrap>div {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}

.telSideArea .wrap>div strong {
  font-size: 15px;
  line-height: 1.4;
}

.telSideArea .wrap>div .number {
  font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}

.telSideArea .wrap>div .number img {
  vertical-align: top;
  margin-right: 8px;
}

.telSideArea .wrap>div .time {
  font-size: 11px;
  color: #808080;
}

.telBtnSp {
  display: none;
}

/* second
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.second .pageHeader .titleBlock {
  margin-bottom: 0;
  /* padding-top: 120px;
  padding-bottom: 48px;  */
  padding-top: 28px;
  padding-bottom: 28px;
}

.second .pageHeader .titleBlock h2 {
  display: none !important;
  font-family: "Sitka Heading", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  line-height: 1;
  color: #707070;
  position: relative;
  letter-spacing: 6px;
  text-align: center;
  text-indent: 6px;
}

/* .second .pageHeader .titleBlock h2:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      background-color: #000000;
      left: 50%;
      top: 55%;
      margin-left: -20px; } */
.second .pageHeader .titleBlock span {
  font-size: 12px;
  line-height: 1.7;
  display: block;
  margin-top: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 2px;
}

.second .pageHeaderSecond {
  height: 417px;
  width: 100%;
  display: table;
}

.second .pageHeaderSecond .titleBlock {
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  display: table-cell;
  vertical-align: middle;
}

.second .pageHeaderSecond .titleBlock h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  line-height: 1;
  position: relative;
  letter-spacing: 10px;
  text-align: center;
  text-indent: 6px;
  color: #fff;
}

.second .pageHeaderSecond .titleBlock h2:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 55%;
  margin-left: -20px;
}

.second .pageHeaderSecond .titleBlock span {
  font-size: 16px;
  line-height: 1.7;
  display: block;
  margin-top: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 2px;
  color: #fff;
}

.second .pageCommon {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.second .gnavi ul>li a {
  color: #666;
}

.second .gnavi ul>li a.active {
  color: #000;
  background: url(../../img/plan/btn_arrow_black_s.png) no-repeat right 13px;
}

#breadcrumbs {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: #f5f5f5;
}

#breadcrumbs ul {
  overflow: hidden;
  padding-left: 1em;
}

#breadcrumbs ul li {
  float: left;
  margin-right: 0.5em;
  font-size: 10px;
  position: relative;
  height: 25px;
}

#breadcrumbs ul li:last-child:after {
  content: "";
  display: none;
}

#breadcrumbs ul li:after {
  content: "＞";
  position: absolute;
  right: -1px;
  top: 7px;
  margin-top: 0;
  line-height: 1;
}

#breadcrumbs ul li a {
  margin-right: 1.3em;
  display: inline-block;
  color: #333;
}

/* ===================================================================================================================================================

   sp

   =================================================================================================================================================== */
@media screen and (max-width: 767px) {
  body {
    /* font-size: 12px;
    line-height: 1.5; */
  }

  /* common layout
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  img {
    max-width: 100%;
    height: auto;
  }

  #wrapper {
    width: 100%;
    min-width: 100%;
    padding-bottom: 50px;
  }

  .gnavi {
    display: none;
  }

  .footNavArea {
    display: none;
  }

  .contents {
    position: relative;
    padding-left: 0;
    overflow: hidden;
  }

  .titleBlock {
    margin-bottom: 16px;
  }

  .titleBlock h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1;
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 3px;
  }

  /* .titleBlock h2:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background-color: #000000;
        left: 50%;
        top: 50%;
        margin-left: -12px; } */
  .titleBlock span {
    font-size: 10px;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
  }

  .centerBox .wrap {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .centerBox .wrap .item {
    letter-spacing: normal;
    display: inline-block;
  }

  .floatBlockPC {
    display: none;
  }

  .floatBlockSP {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    margin: auto;
    z-index: 9;
    display: none;
    text-align: center;
  }

  .floatBlockSP.active {
    display: table;
  }

  .floatBlockSP .inquiryBox {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    text-align: center;
    padding: 20px;
  }

  .floatBlockSP .inquiryBox>p {
    margin-bottom: 6px;
    font-weight: bold;
  }

  .floatBlockSP .inquiryBox .number a {
    display: block;
    color: #706446;
    font-size: 18px;
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 3px;
    border: 1px solid #857a5e;
    width: 100%;
    padding: 10px 0;
    font-weight: normal;
  }

  .floatBlockSP .inquiryBox .number a span {
    text-indent: -9999px;
    display: inline-block;
    background: url(../../img/plan/ico_phone.png) no-repeat left center;
    background-size: 16px 16px;
    margin-right: 8px;
    width: 16px;
  }

  .floatBlockSP .inquiryBox .number a:after {
    content: "";
    width: 6px;
    height: 8px;
    background: url(../../img/plan/btn_arrow_brown.png) no-repeat left top;
    background-size: 6px 8px;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: -3px;
  }

  .floatBlockSP .inquiryBox .time {
    font-size: 10px;
    margin-bottom: 14px;
    font-weight: normal;
  }

  .floatBlockSP .inquiryBox .btn a {
    background-color: #000000;
    display: block;
    color: #fff;
    padding: 10px 0;
  }

  .floatBlockSP .inquiryBox .btn a:after {
    content: "";
    width: 6px;
    height: 8px;
    background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
    background-size: 6px 8px;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: -3px;
  }

  .floatBlockReserveSP {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    margin: auto;
    z-index: 9;
    display: none;
    text-align: center;
  }

  .floatBlockReserveSP.active {
    display: table;
  }

  .floatBlockReserveSP .inquiryBox {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    text-align: center;
    padding: 20px;
  }

  .floatBlockReserveSP .inquiryBox>ul {
    margin-bottom: 20px;
  }

  .floatBlockReserveSP .inquiryBox>ul>li {
    margin-bottom: 2px;
  }

  .floatBlockReserveSP .inquiryBox>ul>li a {
    background-color: #000000;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .floatBlockReserveSP .inquiryBox>ul>li a:after {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
    background-size: 7px 9px;
    margin-left: 0.8em;
    display: inline-block;
  }

  .floatBlockReserveSP .inquiryBox>ul>li a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .floatBlockReserveSP .inquiryBox .request {
    margin-bottom: 16px;
  }

  .floatBlockReserveSP .inquiryBox .request a {
    color: #333;
    font-weight: bold;
  }

  .floatBlockReserveSP .inquiryBox .request a:after {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../img/plan/btn_arrow_black_s.png) no-repeat left top;
    background-size: 7px 9px;
    margin-left: 0.8em;
    display: inline-block;
  }

  .floatBlockReserveSP .inquiryBox .request a img {
    margin-right: 0.8em;
  }

  .floatBlockReserveSP .inquiryBox .number a {
    display: block;
    color: #8c7746;
    font-size: 18px;
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 3px;
    border: 1px solid #8c7746;
    width: 100%;
    padding: 10px 0;
    font-weight: normal;
  }

  .floatBlockReserveSP .inquiryBox .number a span {
    text-indent: -9999px;
    display: inline-block;
    background: url(../../img/plan/ico_phone.png) no-repeat left center;
    background-size: 16px 16px;
    margin-right: 8px;
    width: 16px;
  }

  .floatBlockReserveSP .inquiryBox .number a:after {
    content: "";
    width: 6px;
    height: 8px;
    background: url(../../img/plan/btn_arrow_brown.png) no-repeat left top;
    background-size: 6px 8px;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: -3px;
  }

  .floatBlockReserveSP .inquiryBox .time {
    font-size: 9px;
  }

  .navAreaSp {
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
  }

  .navAreaSp ul {
    display: table;
  }

  .navAreaSp ul li {
    display: table-cell;
    vertical-align: middle;
  }

  .navAreaSp ul li.map {
    padding: 0 12px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .navAreaSp ul li.map img {
    height: 20px;
  }

  .navAreaSp ul li.menuBtn {
    padding: 3px 10px 0;
  }

  #nav-toggle div,
  #nav-toggle div span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  #nav-toggle {
    display: block;
    z-index: 10;
    cursor: pointer;
  }

  #nav-toggle div {
    position: relative;
    width: 20px;
    height: 14px;
    padding: 5px;
  }

  #nav-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  #nav-toggle span:nth-of-type(1) {
    top: 0;
  }

  #nav-toggle span:nth-of-type(2) {
    top: 6px;
  }

  #nav-toggle span:nth-of-type(3) {
    bottom: 0;
  }

  #nav-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }

  #nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }

  #nav-toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  .menuSp {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 8000;
    display: none;
    background-color: #ededed;
    height: auto;
  }

  .menuSp .gnaviSp ul li a {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 7px 5%;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    position: relative;
  }

  .menuSp .footNavAreaSp {
    padding: 2.5%;
  }

  .menuSp .footNavAreaSp ul {
    overflow: hidden;
  }

  .menuSp .footNavAreaSp ul li {
    width: 50%;
    float: left;
    border-left: none;
    margin-bottom: 1px;
  }

  .menuSp .footNavAreaSp ul li:nth-child(odd) {
    border-right: 1px solid #ededed;
  }

  .menuSp .footNavAreaSp ul li a {
    display: block;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #333;
    padding: 12px 0;
    font-size: 12px;
  }

  .menuSp .footNavAreaSp ul li a img {
    margin-right: 0.6em;
    height: 12px;
    margin-top: -2px;
    vertical-align: middle;
  }

  .footFixedBlock {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
  }

  .footFixedBlock ul {
    overflow: hidden;
    display: table;
    width: 100%;
  }

  .footFixedBlock ul li {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #fff;
  }

  .footFixedBlock ul li:first-child {
    border: none;
  }

  .footFixedBlock ul li.phone a {
    background-color: #000000;
    padding: 15px 10px;
  }

  .footFixedBlock ul li.phone a img {
    height: 20px;
    margin-right: 0px;
  }

  .footFixedBlock ul li a {
    display: block;
    height: 50px;
    color: #fff;
    text-align: center;
    padding: 18px;
    background-color: #000000;
    line-height: 1;
  }

  .footFixedBlock ul li a img {
    height: 11px;
    margin-right: 5px;
  }

  .telSideArea {
    display: none;
  }

  .form .telBtnSp {
    display: block;
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    padding: 15px;
  }

  .form .telBtnSp img {
    width: 20px;
    margin-right: 0.8em;
    vertical-align: middle;
  }

  .form .telBtnSp:hover {
    color: #fff;
  }

  /* second
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .second .pageHeader .titleBlock {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .second .pageHeader .titleBlock h2 {
    display: none !important;
    font-family: "Sitka Heading", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    line-height: 1;
    color: #707070;
    position: relative;
    letter-spacing: 6px;
    text-align: center;
    text-indent: 6px;
  }

  /* .second .pageHeader .titleBlock h2:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 1px;
        background-color: #000000;
        left: 50%;
        top: 50%;
        margin-left: -10px; } */
  .second .pageHeader .titleBlock span {
    font-size: 10px;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
  }

  .second .pageHeaderSecond {
    height: 209px;
  }

  .second .pageHeaderSecond .titleBlock {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .second .pageHeaderSecond .titleBlock h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1;
    position: relative;
    letter-spacing: 6px;
    text-align: center;
    text-indent: 6px;
    color: #fff;
  }

  .second .pageHeaderSecond .titleBlock h2:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -10px;
  }

  .second .pageHeaderSecond .titleBlock span {
    font-size: 10px;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
  }

  .second .pageCommon {
    max-width: 100%;
    padding: 0 5%;
    margin-left: auto;
    margin-right: auto;
  }

  #breadcrumbs {
    display: none;
  }
}

/* animation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@-webkit-keyframes fadeShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-2821px, 0, 0);
  }
}

@-moz-keyframes slideLeft {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }

  to {
    -moz-transform: translate3d(-2821px, 0, 0);
  }
}

@-ms-keyframes slideLeft {
  from {
    -ms-transform: translate3d(0, 0, 0);
  }

  to {
    -ms-transform: translate3d(-2821px, 0, 0);
  }
}

@keyframes slideLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-2821px, 0, 0);
  }
}

@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translate3d(-2821px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideRight {
  from {
    -moz-transform: translate3d(-2821px, 0, 0);
  }

  to {
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideRight {
  from {
    -ms-transform: translate3d(-2821px, 0, 0);
  }

  to {
    -ms-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideRight {
  from {
    transform: translate3d(-2821px, 0, 0);
  }

  to {
    transform: translate3d(0 0, 0);
  }
}

@-webkit-keyframes balloon1 {

  0%,
  100% {
    -webkit-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -webkit-transform: translateY(-5px) rotate(8deg);
  }
}

@-moz-keyframes balloon1 {

  0%,
  100% {
    -moz-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -moz-transform: translateY(-5px) rotate(8deg);
  }
}

@-o-keyframes balloon1 {

  0%,
  100% {
    -o-transform: translateY(0) rotate(-6deg);
  }

  50% {
    -o-transform: translateY(-5px) rotate(8deg);
  }
}

@keyframes balloon1 {

  0%,
  100% {
    transform: translateY(0) rotate(-6deg);
  }

  50% {
    transform: translateY(-5px) rotate(8deg);
  }
}