@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: 1.4rem;
  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; }

@scope (#fuwel-wrapper) {

  * {
    -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; }

  img {
    vertical-align: top; }

  button {
    border: none; }

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

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

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

    a:hover {
      color: #009944;
      text-decoration: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; } }
  /* Links img
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  a {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  a.hover img {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1; }
    a.hover img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

  a.nonHover img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

  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) {
    a:hover img {
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

    a.hover img:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

    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: 1.0rem !important; }

  .f12 {
    font-size: 1.2rem !important; }

  .f14 {
    font-size: 1.4rem !important; }

  .f16 {
    font-size: 1.6rem !important; }

  .f18 {
    font-size: 1.8rem !important; }

  .f20 {
    font-size: 2rem !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: #009944; }

  .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: #009944;
      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: #009944;
      width: 180px;
      display: block;
      padding: 5px 0; }
      .btnViewAll span img {
        height: 15px;
        vertical-align: middle; }
      .btnViewAll span:hover {
        background-color: #009944;
        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: #009944;
      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: #009944;
      width: 180px;
      display: block;
      padding: 5px 0; }
      .btnSeemore span img {
        height: 15px;
        vertical-align: middle; }
      .btnSeemore span:hover {
        background-color: #009944;
        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: #009944;
        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: #009944;
        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; }

  #header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 248px;
    height: 100%;
    padding: 40px 0 16px;
    background-color: #fff;
    z-index: 200;
    border-right: 1px solid #e6e6e6; }
    #header .wrap {
      height: 100%;
      min-height: 550px;
      position: relative; }
    #header .logo {
      text-align: center;
      margin-bottom: 10px; }
      #header .logo img {
        margin: 0 auto; }
    #header h1 {
      font-size: 10px;
      text-align: center;
      margin-bottom: 40px; }

  @media screen and (max-height: 550px) {
    #header {
      overflow-y: scroll; } }
  .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; }

  #footer {
    width: 100%; }
    #footer .btnLinkBlock {
      width: 780px;
      margin: 0 auto; }
      #footer .btnLinkBlock ul {
        overflow: hidden; }
        #footer .btnLinkBlock ul li {
          width: 25%;
          float: left;
          border-left: 1px solid #fff; }
          #footer .btnLinkBlock ul li a {
            display: block;
            background-color: #009944;
            text-align: center;
            line-height: 1;
            color: #fff;
            padding: 20px 0; }
            #footer .btnLinkBlock ul li a:hover {
              text-decoration: none;
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
              opacity: 0.8; }
            #footer .btnLinkBlock ul li a img {
              margin-right: 0.6em;
              height: 18px;
              margin-top: -2px;
              vertical-align: middle; }
    #footer .telBlock {
      display: none; }
    #footer .navBlock {
      text-align: center;
      font-size: 0;
      margin-top: 25px; }
      #footer .navBlock .fnavi {
        display: inline-block;
        margin-right: 10px; }
        #footer .navBlock .fnavi ul {
          overflow: hidden; }
          #footer .navBlock .fnavi ul li {
            display: inline-block; }
            #footer .navBlock .fnavi ul li:first-child a {
              border: none; }
            #footer .navBlock .fnavi ul li a {
              padding: 0 10px;
              border-left: 1px solid #414141;
              font-size: 1.2rem;
              color: #414141; }
      #footer .navBlock .snavi {
        display: inline-block; }
        #footer .navBlock .snavi ul {
          overflow: hidden; }
          #footer .navBlock .snavi ul li {
            display: inline-block; }
            #footer .navBlock .snavi ul li a {
              padding: 0 7px; }
              #footer .navBlock .snavi ul li a:hover {
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
                opacity: 0.8; }
              #footer .navBlock .snavi ul li a img {
                height: 20px; }
    #footer .footerCommonArea {
      background-color: #f7f7f7;
      padding: 35px 48px;
      position: relative;
      overflow: hidden;
      margin-top: 25px; }
      #footer .footerCommonArea .inner {
        width: 940px;
        overflow: hidden;
        margin: 0 auto; }
      #footer .footerCommonArea .footerTitle {
        overflow: hidden;
        margin-bottom: 32px; }
        #footer .footerCommonArea .footerTitle img {
          float: left;
          vertical-align: top;
          /*margin-top: -5px;*/
          margin-right: 25px; }
        #footer .footerCommonArea .footerTitle p {
          font-size: 1.6rem;
          font-weight: normal;
          color: #414141;
          line-height: 1.5; }
          #footer .footerCommonArea .footerTitle p span {
            font-size: 1rem;
            display: block; }
      #footer .footerCommonArea .corpLink {
        position: absolute;
        right: 48px;
        top: 0px;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        font-size: 1rem;
        line-height: 1;
        padding: 9px 20px;
        width: 200px;
        color: #414141; }
        #footer .footerCommonArea .corpLink:hover {
          text-decoration: none;
          background-color: #eaeaea; }
        #footer .footerCommonArea .corpLink:after {
          content: ">";
          margin-left: 10px; }
      #footer .footerCommonArea .ft_column {
        float: left;
        margin-right: 20px; }
        #footer .footerCommonArea .ft_column p {
          font-size: 1rem;
          font-weight: bold;
          border-bottom: 1px solid #dedede;
          padding-bottom: 5px;
          margin-bottom: 10px; }
        #footer .footerCommonArea .ft_column ul {
          margin-bottom: 20px; }
          #footer .footerCommonArea .ft_column ul li {
            font-size: 1rem;
            margin-bottom: 5px;
            list-style: none;
            margin-left: 0px; }
            #footer .footerCommonArea .ft_column ul li a {
              color: #454545; }
        #footer .footerCommonArea .ft_column#ft_column01 {
          width: 280px; }
        #footer .footerCommonArea .ft_column#ft_column02 {
          width: 280px; }
        #footer .footerCommonArea .ft_column#ft_column03 {
          width: 250px;
          margin-right: 0; }
    #footer .copyright {
      background-color: #fff;
      padding: 16px 30px;
      font-size: 1rem; }

  .titleBlock {
    margin-bottom: 48px; }
    .titleBlock h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      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: #009944;
        left: 50%;
        top: 35px;
        margin-left: -20px; } */
    .titleBlock span {
      font-size: 1.2rem;
      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: #009944; }
            .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: #009944;
            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: 2.4rem;
        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: 1.1rem; }
      .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: 1.5rem;
          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: 2.4rem;
          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: 1.1rem;
          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 {
      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: #009944;
        left: 50%;
        top: 55%;
        margin-left: -20px; } */
    .second .pageHeader .titleBlock span {
      font-size: 1.2rem;
      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: 4.4rem;
        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: 1.6rem;
        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: 1rem;
        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: 1.2rem;
      line-height: 1.5; }

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

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

    #header {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 48px;
      padding: 0;
      background-color: #fff;
      z-index: 200;
      border-right: none;
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2); }
      #header .logo {
        text-align: left;
        padding: 9px 0 0 16px; }
        #header .logo img {
          width: auto;
          height: 30px;
          margin: 0; }
      #header .wrap {
        height: 100%;
        min-height: 100%;
        position: relative; }
      #header h1 {
        display: none; }

    .gnavi {
      display: none; }

    .footNavArea {
      display: none; }

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

    #footer {
      width: 100%;
      background-color: #f4f4f2;
      padding: 20px 0 0; }
      #footer .btnLinkBlock {
        display: none;
        width: 100%;
        margin: 0 auto 16px;
        padding: 0 5%; }
        #footer .btnLinkBlock ul {
          overflow: hidden; }
          #footer .btnLinkBlock ul li {
            width: 50%;
            float: left;
            border-left: none;
            margin-bottom: 1px; }
            #footer .btnLinkBlock ul li:nth-child(odd) {
              border-right: 1px solid #f4f4f2; }
            #footer .btnLinkBlock ul li a {
              display: block;
              background-color: #009944;
              text-align: center;
              line-height: 1;
              color: #fff;
              padding: 12px 0;
              font-size: 1.2rem; }
              #footer .btnLinkBlock ul li a:hover {
                text-decoration: none;
                filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
                opacity: 1; }
              #footer .btnLinkBlock ul li a img {
                margin-right: 0.6em;
                height: 12px;
                margin-top: -2px;
                vertical-align: middle; }
      #footer .telBlock {
        display: block;
        text-align: center; }
        #footer .telBlock .wrap > div {
          margin-bottom: 12px; }
        #footer .telBlock p {
          font-size: 1rem; }
          #footer .telBlock p strong {
            font-size: 1rem; }
          #footer .telBlock p.number {
            color: #8c7746;
            font-size: 1.8rem;
            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;
            padding: 8px 4px 8px 22px;
            background: url(../../img/plan/ico_phone.png) no-repeat left center;
            background-size: 16px 16px;
            display: inline-block;
            text-align: center; }
            #footer .telBlock p.number span {
              display: none; }
            #footer .telBlock p.number:after {
              content: "";
              background: url(../../img/plan/btn_arrow_brown.png) no-repeat left top;
              background-size: 6px 8px;
              width: 6px;
              height: 8px;
              display: inline-block;
              vertical-align: middle;
              margin-left: 0.5em;
              margin-top: -3px; }
      #footer .navBlock {
        text-align: center;
        font-size: 0;
        margin-top: 16px; }
        #footer .navBlock .fnavi {
          display: inline-block;
          margin-right: 0px;
          margin-bottom: 16px; }
          #footer .navBlock .fnavi ul {
            overflow: hidden; }
            #footer .navBlock .fnavi ul li {
              display: inline-block;
              white-space: nowrap; }
              #footer .navBlock .fnavi ul li:first-child a {
                border: none; }
              #footer .navBlock .fnavi ul li a {
                padding: 0 5px;
                border-left: 1px solid #414141;
                font-size: 0.9rem;
                color: #414141; }
        #footer .navBlock .snavi {
          display: block; }
          #footer .navBlock .snavi ul {
            overflow: hidden; }
            #footer .navBlock .snavi ul li {
              display: inline-block; }
              #footer .navBlock .snavi ul li a {
                padding: 0 7px; }
                #footer .navBlock .snavi ul li a:hover {
                  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
                  opacity: 1; }
                #footer .navBlock .snavi ul li a img {
                  height: 24px; }
      #footer .footerCommonArea {
        display: none; }
      #footer .copyright {
        background-color: #fff;
        padding: 12px 30px;
        font-size: 1rem;
        margin-top: 16px;
        text-align: center; }

    .titleBlock {
      margin-bottom: 16px; }
      .titleBlock h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8rem;
        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: #009944;
          left: 50%;
          top: 50%;
          margin-left: -12px; } */
      .titleBlock span {
        font-size: 1rem;
        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: 1.8rem;
          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: 1rem;
          margin-bottom: 14px;
          font-weight: normal; }
        .floatBlockSP .inquiryBox .btn a {
          background-color: #009944;
          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: #009944;
              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: 1.8rem;
          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: 0.9rem; }

    .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: 1.2rem;
        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: 1.2rem; }
              .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: #009944;
            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: #009944;
            line-height: 1; }
            .footFixedBlock ul li a img {
              height: 11px;
              margin-right: 5px; }

    .telSideArea {
      display: none; }

    .form .telBtnSp {
      display: block;
      width: 100%;
      background-color: #009944;
      text-align: center;
      color: #fff;
      line-height: 1;
      font-size: 1.4rem;
      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 {
        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: #009944;
          left: 50%;
          top: 50%;
          margin-left: -10px; } */
      .second .pageHeader .titleBlock span {
        font-size: 1rem;
        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: 2.2rem;
          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: 1rem;
          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); } }

}