@charset "UTF-8";

@scope (:root) to (#fuwel-wrapper) {
  /* -----------------------------------------------
  *  	         btn setting
  * ----------------------------------------------- */

  /* =========== btn =========== */
  .btn {
    position: relative;
    z-index: 1100;
    font-size: 20px;
  }
  .btn.is-center {
    text-align: center;
  }
  .btn input {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 3.7;
    cursor: pointer;
  }
  .btn a,
  .btn span {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 230px;
    border: none;
    background-color: rgba(255, 255, 255, 0.95);
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 3.7;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  @media only screen and (max-width: 30em) {
    .btn a,
    .btn span {
      margin-bottom: 10px;
      font-size: 10px;
      font-size: 1rem;
    }
  }
  .btn a:hover,
  .btn span:hover {
    opacity: 0.6;
  }
  .btn a:hover:after,
  .btn span:hover:after {
    right: 12px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }

  /* = btn type-b = */
  .btn a.type-b:hover:after,
  .btn span.type-b:hover:after {
    left: 12px;
  }
  .btn a.type-b:after,
  .btn span.type-b:after {
    right: auto;
    left: 15px;
    background-image: url("../img/icon_arrow-left-black.png");
  }

  /* = btn is-disabled = */
  .btn a.is-disabled,
  .btn span.is-disabled {
    background-color: #d6d6d6 !important;
    color: #999 !important;
  }
  .btn a.is-disabled:after,
  .btn span.is-disabled:after {
    background-image: url("../img/icon_arrow-right-gray.png");
  }
  .btn a.is-disabled:hover,
  .btn span.is-disabled:hover {
    opacity: 1 !important;
  }
  .btn a.is-disabled:hover:after,
  .btn span.is-disabled:hover:after {
    right: 15px !important;
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }

  .btn a:after,
  .btn span:after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 9px;
    background-image: url("../img/icon_arrow-right-white.png");
    background-size: cover;
    content: "";
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: left, right, -webkit-transform;
    transition-property: left, right, transform;
    transition-property: left, right, transform, -webkit-transform;
  }



  /* =========== コンテンツをふわっと出す =========== */
  [class*="js_scroll-fadein"] {
    opacity: 0;
  }




  /* -----------------------------------------------
  *  	         box setting
  * ----------------------------------------------- */

  /* =========== box =========== */
  /* = box_header = */
  @media only screen and (max-width: 30em) {
    .box_header {
      margin: auto;
      width: 92%;
    }
  }

  /* = box_title = */
  .box_title {
    position: relative;
    margin-bottom: 4%;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .box_title span {
    display: block;
    margin-top: 1%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  @media only screen and (max-width: 48em) {
    .box_title {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }

  /* = box_lead-txt = */
  .box_lead-txt {
    margin-bottom: 4%;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }

  /* =========== block =========== */
  /* = block_header = */
  .block_header {
    padding-bottom: 60px;
    text-align: center;
  }
  @media only screen and (max-width: 54em) {
    .block_header {
      padding-bottom: 5%;
    }
  }

  /* = block_title = */
  .block_title {
    font-weight: normal;
    font-size: 44px;
    font-size: 4.4rem;
    font-family: "Quickpen";
    line-height: 2.1;
  }
  @media only screen and (max-width: 48em) {
    .block_title {
      font-size: 26px;
      font-size: 2.6rem;
    }
  }

  /* = block_lead-txt = */
  .block_lead-txt {
    color: #61ce87;
    letter-spacing: 0.3rem;
    font-weight: bold;
  }
  @media only screen and (max-width: 48em) {
    .block_lead-txt {
      margin: auto;
      max-width: 80%;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  @media only screen and (max-width: 30em) {
    .block_lead-txt br {
      display: none;
    }
  }

  /* = block_sub-title = */
  .block_sub-title {
    letter-spacing: 0.3rem;
    font-weight: bold;
  }
  @media only screen and (max-width: 48em) {
    .block_sub-title {
      margin: auto;
      max-width: 80%;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  @media only screen and (max-width: 30em) {
    .block_sub-title br {
      display: none;
    }
  }



  /* =========== main-area_lead-txt =========== */
  .main-area_lead-txt {
    margin-top: 4%;
    padding-bottom: 4%;
    text-align: center;
    line-height: 2.28;
  }
  @media only screen and (max-width: 48em) {
    .main-area_lead-txt {
      margin: 4% auto 0;
      max-width: 90%;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }
  @media only screen and (max-width: 30em) {
    .main-area_lead-txt br {
      display: none;
    }
  }




  /* -----------------------------------------------
  *  	         modal setting
  * ----------------------------------------------- */

  /* = js_modal-cover = */
  .js_modal-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  /* = js_modal-outer = */
  .js_modal-outer {
    position: relative;
    margin: 100px auto;
    max-width: 1024px;
    width: 96%;
  }

  /* = modal_block-outer = */
  .modal_block-outer {
    display: none;
  }

  /* = js_modal-close-btn = */
  .js_modal-close-btn {
    position: absolute;
    right: 0;
    z-index: 1;
    margin: auto;
    width: 50px;
    height: 50px;
  }
  .js_modal-close-btn:hover:before {
    opacity: 0.6;
  }
  .js_modal-close-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent url("../img/icon_btn-close-black.png") center center no-repeat;
    content: "";
    cursor: pointer;
    transition: opacity 0.15s linear;
  }

  /* = modal_block = */
  .modal_block {
    position: relative;
    margin: auto;
    margin: auto;
    padding: 50px 0;
    max-width: 1024px;
    width: 100%;
    background-color: #fff;
  }
  .modal_block:nth-child(2n) {
    background-color: #f5f5f5;
  }
  .modal_block:nth-child(2n) .modal-box {
    background-color: #fff;
  }

  /* = modal_header = */
  .modal_header {
    margin-bottom: 4%;
  }

  /* = modal_title = */
  .modal_title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
  @media only screen and (max-width: 48em) {
    .modal_title {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }

  /* = modal_price = */
  .modal_price {
    color: #e30000;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modal_price strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .modal_price span {
    display: inline-block;
    margin-top: -10px;
    margin-left: 15px;
    padding: 0 5px;
    background-color: #e30000;
    color: #fff;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* = modal_note = */
  .modal_note {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }




  /* -----------------------------------------------
  *  	         eyecatch setting
  * ----------------------------------------------- */
  /* トップページのセレモニーキュイジーヌに使用  */

  /* = eyecatch_block = */
  .eyecatch_block {
    position: relative;
    padding-top: 0 !important;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_block {
      padding-top: 0 !important;
    }
  }
  .eyecatch_block.js_is-hover .eyecatch_bg-img:before {
    opacity: 1;
  }
  .eyecatch_block .btn {
    width: 180px;
  }
  .eyecatch_block .btn a {
    z-index: 1200;
    width: 180px;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_block .btn {
      margin: auto;
    }
  }
  .eyecatch_block >.box-link {
    background-color: transparent;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: background-color;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_block >.box-link {
      display: none;
    }
  }

  /* = eyecatch_content = */
  .eyecatch_content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_content {
      position: relative;
      margin: auto;
      padding: 0;
      width: 100%;
      background-color: #f5f5f5;
    }
  }

  /* = eyecatch_bg-img = */
  .eyecatch_bg-img {
    background-position: center center;
    background-size: cover;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_bg-img {
      padding-top: 93.33333%;
      width: 100%;
    }
  }
  .eyecatch_bg-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(120, 210, 151, 0.3);
    content: "";
    opacity: 0;
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  .eyecatch_bg-img img {
    visibility: hidden;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_bg-img img {
      display: none;
    }
  }

  /* = eyecatch_header = */
  .eyecatch_header {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1100;
    margin: auto;
    padding: 40px;
    width: 440px;
    height: 310px;
    background-color: rgba(255, 255, 255, 0.8);
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: background-color;
  }
  .eyecatch_header.type-l {
    left: 0;
  }
  .eyecatch_header.type-c {
    right: 0;
    left: 0;
  }
  .eyecatch_header.type-r {
    right: 0;
  }
  @media only screen and (min-width: 48.0625em) {
    .eyecatch_header:hover {
      background-color: #fff;
    }
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_header {
      position: relative;
      bottom: 100%;
      padding: 5% 0;
      width: 100%;
      height: auto;
      background-color: #f5f5f5;
      text-align: center;
    }
    .eyecatch_header >a {
      display: none;
    }
  }

  /* = eyecatch_title = */
  .eyecatch_title {
    font-weight: normal;
    font-size: 46px;
    font-size: 4.6rem;
    font-family: "Quickpen";
    line-height: 1.8;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_title {
      font-size: 32px;
      font-size: 3.2rem;
    }
  }

  /* = eyecatch_lead-txt = */
  .eyecatch_lead-txt {
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
    font-weight: bold;
  }
  @media only screen and (max-width: 48em) {
    .eyecatch_lead-txt {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  /* = eyecatch_block wrapper = */
  @media only screen and (max-width: 48em) {
    .tile_block .wrapper {
      margin: auto;
      padding-bottom: 0;
      width: 100%;
    }
  }




  /* -----------------------------------------------
  *  	         tile setting
  * ----------------------------------------------- */

  /* =========== tile_block =========== */
  .tile_block img {
    position: relative;
    z-index: 10;
  }

  /* = layout-2_1 = */
  .tile_block .layout-2_1 .tile-box_bg-img {
    padding-top: 67.74669%;
    width: 100%;
  }
  .tile_block .layout-2_1 .tile-box_bg-img img {
    display: none;
  }

  /* = layout-3_1 = */
  .tile_block .layout-3_1 .tile-box_bg-img {
    padding-top: 101.76991%;
    width: 100%;
  }
  .tile_block .layout-3_1 .tile-box_bg-img img {
    display: none;
  }

  /* = type-a = */
  .tile_block.type-a .wrapper {
    margin: 0;
    padding-bottom: 0;
    max-width: 100%;
    width: 100%;
  }

  .tile_block.type-a .tile-box_header {
    width: 160px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .tile_block.type-a .tile-box_header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 145px;
    height: 135px;
    content: "";
  }
  .tile_block.type-a .tile-box_header.js_is-hover {
    max-height: 190px;
    width: 80%;
    height: 70%;
    background-color: transparent;
  }
  .tile_block.type-a .tile-box_header.js_is-hover .tile-box_title {
    height: auto;
    font-weight: normal;
    font-size: 34px;
    font-size: 3.4rem;
    font-family: "Quickpen";
    line-height: 1.6;
  }
  .tile_block.type-a .tile-box_header.js_is-hover .tile-box_title span {
    position: relative;
  }
  .tile_block.type-a .tile-box_header.js_is-hover .tile-box_sub-title {
    margin-bottom: 4%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .tile_block.type-a .tile-box_header.js_is-hover .tile-box_text {
    position: relative;
    display: block;
  }
  .tile_block.type-a .tile-box_header.js_is-hover:before {
    display: none;
  }
  @media only screen and (max-width: 54em) {
    .tile_block.type-a .tile-box_header {
      width: 160px;
      height: 80px;
    }
    .tile_block.type-a .tile-box_header:before {
      width: 150px;
      height: 70px;
    }
    .tile_block.type-a .tile-box_header.js_is-hover {
      height: 120px;
    }
    .tile_block.type-a .tile-box_header.js_is-hover .tile-box_title {
      font-size: 26px;
      font-size: 2.6rem;
    }
    .tile_block.type-a .tile-box_header.js_is-hover .tile-box_text span {
      margin-top: 0;
    }
  }

  .tile_block.type-a .tile-box_title {
    font-weight: normal;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 0.8;
  }
  @media only screen and (max-width: 48em) {
    .tile_block.type-a .tile-box_title {
      font-size: 18px;
      font-size: 1.8rem;
    }
  }
  .tile_block.type-a .tile-box_title span {
    bottom: 0;
  }

  .tile_block.type-a .tile-box_sub-title {
    line-height: 2.1;
  }
  @media only screen and (max-width: 48em) {
    .tile_block.type-a .tile-box_sub-title {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  .tile_block.type-a .tile-box_text {
    position: absolute;
    bottom: 0;
    display: none;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tile_block.type-a .tile-box_text span {
    display: block;
    margin-top: 4%;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
  }

  @media only screen and (max-width: 54em) {
    .tile_block.type-a .layout-2_1 .tile-box_bg-img,
    .tile_block.type-a .layout-3_1 .tile-box_bg-img {
      padding-top: 66.66667%;
      width: 100%;
    }
  }

  /* = type-b = */
  .tile_block.type-b .wrapper {
    padding-bottom: 0;
  }

  .tile_block.type-b .tile-box_header {
    width: 90%;
    height: 90px;
    opacity: 0;
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: opacity;
  }
  @media only screen and (max-width: 54em) {
    .tile_block.type-b .tile-box_header {
      position: relative;
      opacity: 1;
    }
  }

  .tile_block.type-b .tile-box_title {
    letter-spacing: 0.2rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .tile_block.type-b .tile-box_title span {
    top: 10px;
  }

  .tile_block.type-b .tile-box_sub-title {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
  }

  @media only screen and (max-width: 54em) {
    .tile_block.type-b {
      padding-bottom: 0;
    }
    .tile_block.type-b .layout-2_1 .tile-box_bg-img,
    .tile_block.type-b .layout-3_1 .tile-box_bg-img {
      padding-top: 40%;
      width: 100%;
    }
    .tile_block.type-b .tile-box_header {
      padding-bottom: 2%;
    }
    .tile_block.type-b .tile-box_title {
      font-size: 11px;
      font-size: 1.1rem;
    }
    .tile_block.type-b .tile-box_title span {
      top: 40%;
    }
    .tile_block.type-b .tile-box_sub-title {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }



  /* =========== tile_box =========== */

  /* = tile-box_outer = */
  .tile-box_outer {
    position: relative;
    margin-bottom: 0.2%;
    font-size: 0;
  }
  @media only screen and (max-width: 54em) {
    .tile-box_outer {
      margin-bottom: 0;
    }
  }

  /* = tile-box = */
  .tile-box {
    position: relative;
    overflow: hidden;
  }
  .tile-box:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
  }
  .tile-box:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: 
  #78d297;
    content: "";
    opacity: 0;
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: opacity;
  }

  /* = layout-2_1 = */
  .tile-box.layout-2_1 {
    display: inline-block ;
    margin-right: auto;
    margin-right: 0.1%;
    margin-left: 0.1%;
    width: 49.8%;
    vertical-align: top;
    font-size: small;
  }
  @media only screen and (min-width: 48.0625em) {
    .tile-box.layout-2_1 {
      width: 49.8%;
    }
    .tile-box.layout-2_1:nth-child(n) {
      width: 49.9% ;
    }
    .tile-box.layout-2_1:nth-child(2n+1) {
      margin-left: 0;
    }
    .tile-box.layout-2_1:nth-child(2n+2) {
      margin-right: 0;
    }
  }

  /* = layout-3_1 = */
  .tile-box.layout-3_1 {
    display: inline-block ;
    margin-right: auto;
    margin-right: 0.1%;
    margin-left: 0.1%;
    width: 33.13333%;
    vertical-align: top;
    font-size: small;
  }
  @media only screen and (min-width: 48.0625em) {
    .tile-box.layout-3_1 {
      width: 33.13333%;
    }
    .tile-box.layout-3_1:nth-child(n) {
      width: 33.2% ;
    }
    .tile-box.layout-3_1:nth-child(3n+1) {
      margin-left: 0;
    }
    .tile-box.layout-3_1:nth-child(3n+3) {
      margin-right: 0;
    }
  }
  @media only screen and (min-width: 54.0625em) {
    .tile-box:hover:after {
      opacity: 0.7;
    }
    .tile-box:hover .js_blur-img {
      opacity: 1;
    }
    .tile-box:hover .tile-box_header {
      opacity: 1;
    }
  }
  @media only screen and (max-width: 54em) {
    .tile-box.layout-2_1,
    .tile-box.layout-3_1 {
      margin-right: 0;
      margin-bottom: 3px;
      margin-left: 0;
      width: 100% !important;
    }
  }

  /* = tile-box_bg-img = */
  .tile-box_bg-img {
    background-position: center center;
    background-size: cover;
  }
  .tile-box_bg-img img {
    visibility: hidden;
  }
  @media only screen and (max-width: 54em) {
    .tile-box_bg-img img {
      display: none;
    }
  }

  .js_blur-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transition-property: opacity;
  }

  /* = tile-box_header = */
  .tile-box_header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    margin: auto;
    text-align: center;
  }

  /* = tile-box_title = */
  .tile-box_title {
    position: relative;
    width: 100%;
    height: 50%;
    font-family: "Oranienbaum";
  }
  .tile-box_title span {
    position: absolute;
    display: block;
    width: 100%;
  }

  /*TOPページバンケ三角フラッグ Grand open flag */
  .open-flag:before{
  　position:relative;
    background: transparent url("../img/icon_category-flag.png") left top no-repeat;
    /*background-size: contain; */
  }
  .open-flag:after{
  　position:relative;
    background: transparent url("../img/icon_category-flag.png") left top no-repeat;
    /*background-size: contain; */
  }

  /*パーティページ三角フラッグ Grand open flag */
  .grandopen-flag {
      position: absolute;
      top: 0;
      left: 0;
      border-top: 70px solid #B69558;
      border-right: 70px solid transparent;
      border-bottom: 70px solid transparent;
      border-left: 70px solid #B69558;
  }

  .grandopen-flag_txt {
      position: absolute;
      top: 45px;
      left: -5px;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 400;
      transform: rotate(-45deg);
      color: #FFF;
      text-align: center;
      font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  @media only screen and (max-width: 48em){
  .grandopen-flag_txt {
      top: 40px;
      left: 0px;
      font-size: 16px;
  }
  }

  /* -----------------------------------------------
  *  	         box setting
  * ----------------------------------------------- */

  /* =========== image_block =========== */
  .image_block {
    position: relative;
    font-size: 0;
  }
  .image_block .btn {
    margin: auto;
    width: 200px;
  }
  .image_block .btn a {
    width: 100%;
    text-decoration: none;
  }
  @media only screen and (max-width: 48em) {
    .image_block .wrapper {
      margin: auto;
      padding: 0;
      width: 100%;
    }
  }
  @media only screen and (max-width: 48em) {
    .image_block {
      padding: 0;
    }
    .image_block .btn {
      margin: 5% auto;
      text-align: center;
      width:230px;
    }
    .image_block .btn a{
  font-size:12px;
  font-size:1.2rem;
  outline:solid 1px 
  #000; ←会場固有の色
  border:solid 1px #000;
    }
    .image_block .btn a::after{
  width:8px;
  height:12px;
    }
  }



  /* =========== image-box =========== */
  .image-box {
    position: relative;
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 48em) {
    .image-box {
      margin-bottom: 5%;
    }
  }
  .image-box:hover .image-box_bg-img:before {
    border-color: #93dbac;
  }

  /* = layout-2_1 = */
  .image-box.layout-2_1 {
    display: inline-block ;
    margin-right: auto;
    margin-right: 2%;
    margin-left: 2%;
    width: 46%;
    vertical-align: top;
    font-size: small;
  }
  @media only screen and (min-width: 48.0625em) {
    .image-box.layout-2_1 {
      width: 46%;
    }
    .image-box.layout-2_1:nth-child(n) {
      width: 48% ;
    }
    .image-box.layout-2_1:nth-child(2n+1) {
      margin-left: 0;
    }
    .image-box.layout-2_1:nth-child(2n+2) {
      margin-right: 0;
    }
  }
  .image-box.layout-2_1 .image-box_bg-img {
    padding-top: 50%;
    width: 100%;
  }
  .image-box.layout-2_1 .image-box_title {
    font-weight: normal;
    font-size: 34px;
    font-size: 3.4rem;
  }
  .image-box.layout-2_1 .image-box_lead-txt {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
  }
  @media only screen and (max-width: 48em) {
    .image-box.layout-2_1 {
      margin: 0;
      width: 100%;
    }
  }

  /* = image-box_bg-img = */
  .image-box_bg-img {
    position: relative;
    padding-top: 33.78906%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .image-box_bg-img:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    transition: border-color 0.15s linear;
  }
  .image-box_bg-img img {
    position: absolute;
    top: 0;
    visibility: hidden;
  }
  @media only screen and (max-width: 48em) {
    .image-box_bg-img {
      padding-top: 50%;
      width: 100%;
    }
    .image-box_bg-img:before {
      border: none;
    }
  }

  /* = image-box_header = */
  .image-box_header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    text-align: center;
  }

  /* = image-box_title = */
  .image-box_title {
    position: absolute;
    right: 0;
    top: 60%;
    left: 0;
    margin: auto;
    color: #fff;
    font-weight: normal;
    font-size: 44px;
    font-size: 4.4rem;
    font-family: 'Akshar', sans-serif;
    letter-spacing: 3px;
  }
  @media only screen and (max-width: 48em) {
    .image-box_title {
      font-size: 32px;
      font-size: 3.2rem;
    }
  }

  /* = image-box_content = */
  .image-box_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    text-align: center;
  }
  @media only screen and (max-width: 48em) {
    .image-box_content {
      position: relative;
      height: auto;
    }
  }

  /* = image-box_lead-txt = */
  .image-box_lead-txt {
    margin-bottom: 4%;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
  }
  @media only screen and (max-width: 48em) {
    .image-box_lead-txt {
      margin-bottom: 0;
      padding: 2%;
      color: #000;
      font-size: 12px;
      font-size: 1.2rem;
    }
  }



  /* =========== banner_block =========== */
  .banner_block {
    position: relative;
  }
  @media only screen and (max-width: 48em) {
    .banner_block .wrapper {
      margin: auto;
      padding-bottom: 0;
      width: 100%;
    }
  }
  @media only screen and (max-width: 48em) {
    .banner_block {
      padding-bottom: 0;
    }
  }

  /* = type-a = */
  .banner_block.type-a .banner-box_title {
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Oranienbaum";
  }
  .banner_block.type-a .banner-box_lead-txt {
    letter-spacing: 0.1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  @media only screen and (max-width: 48em) {
    .banner_block.type-a .banner-box_link {
      margin: auto;
    }
  }

  /* = type-b = */
  .banner_block.type-b .banner-box_title {
    margin-top: 2%;
    font-weight: normal;
    font-size: 34px;
    font-size: 3.4rem;
    font-family: "Quickpen";
  }
  .banner_block.type-b .banner-box_lead-txt {
    letter-spacing: 0.1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
  @media only screen and (max-width: 48em) {
    .banner_block.type-b .banner-box_link {
      margin: auto;
    }
  }

  /* = banner_block color = */
  .banner_block.color_a_1 .banner-box {
    background-color: #b5e8c7;
  }
  .banner_block.color_b_1 .banner-box {
    background-color: #b49360;
  }
  .banner_block.color_b_1 .banner-box_title,
  .banner_block.color_b_1 .banner-box_lead-txt,
  .banner_block.color_b_1 .banner-box_link {
    color: #fff;
  }
  .banner_block.color_b_1 .banner-box_link:after {
    background-image: url("../img/icon_arrow-right-white.png");
    background-size: contain;
  }
  @media only screen and (max-width: 48em) {
    .banner_block.color_b_1 .banner-box_link {
      margin: auto;
    }
  }



  /* =========== banner-box =========== */
  .banner-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  @media only screen and (max-width: 48em) {
    .banner-box {
      margin-bottom: 5%;
    }
  }
  .banner-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .banner-box:hover {
    opacity: 0.8;
  }
  .banner-box:hover .banner-box_content a:after {
    right: -5px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }

  /* = banner-box_bg-img = */
  .banner-box_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner-box_bg-img img {
    visibility: hidden;
  }
  @media only screen and (max-width: 48em) {
    .banner-box_bg-img {
      position: relative;
      padding-top: 45.33333%;
      width: 100%;
      width: 100%;
    }
    .banner-box_bg-img img {
      display: none;
    }
  }

  /* = banner-box_content = */
  .banner-box_content {
    position: relative;
    z-index: 100;
    float: right;
    padding: 4%;
    width: 50%;
  }
  .banner-box_content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 96%;
    height: 90%;
    outline: 1px solid #fff;
    content: "";
  }
  @media only screen and (max-width: 48em) {
    .banner-box_content {
      position: relative;
      padding: 30px 6%;
      width: 100%;
      text-align: center;
    }
  }

  /* = banner-box_title = */
  .banner-box_title {
    margin-bottom: 2%;
    letter-spacing: 0.2rem;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .banner-box_title span{
  margin-bottom: 2%;
    letter-spacing: 0.2rem;
    font-weight: nomal;
    font-size: 12px;
    font-size: 1.1rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  @media only screen and (max-width: 48em) {
    .banner-box_title {
      margin-bottom: 2%;
      font-size: 20px;
      font-size: 2rem;
    }
  }


  /* = banner-box_lead-txt = */
  .banner-box_lead-txt {
    margin-bottom: 2%;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
  }
  @media only screen and (max-width: 48em) {
    .banner-box_lead-txt {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  /* = banner-box_link = */
  .banner-box_link {
    position: relative;
    display: block;
    width: 80px;
    color: #444;
    text-decoration: none;
  }
  .banner-box_link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 6px;
    height: 9px;
    background: transparent url("../img/icon_arrow-right-black.png") center center no-repeat;
    content: "";
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: right, -webkit-transform;
    transition-property: right, transform;
    transition-property: right, transform, -webkit-transform;
  }



  /* =========== card_block =========== */
  .card_block .btn {
    margin-bottom: 60px;
    text-align: center;
    font-size: 0;
  }
  @media only screen and (max-width: 48em) {
    .card_block .btn {
      margin-top: 5%;
      margin-bottom: 5%;
    }
  }
  .card_block .btn a {
    margin: 0 15px;
    width: 200px;
  }

  @media only screen and (max-width: 48em) {
    .card_block .wrapper {
      margin: auto;
      width: 100%;
    }
  }

  @media only screen and (max-width: 48em) {
    .card_block .btn a {
      margin: 5% 2% 0;
      max-width: 200px;
      width: 46%;
    }
  }

  /* =========== card_box =========== */
  .card-box_outer {
    font-size: 0;
  }

  .card-box {
    position: relative;
    background-color: #fff;
  }

  /* = layout-3_1 = */
  .card-box.layout-3_1 {
    display: inline-block ;
    margin-right: auto;
    margin-right: 2%;
    margin-bottom: 4%;
    margin-left: 2%;
    width: 29.33333%;
    vertical-align: top;
    font-size: small;
  }
  @media only screen and (min-width: 48.0625em) {
    .card-box.layout-3_1 {
      width: 29.33333%;
    }
    .card-box.layout-3_1:nth-child(n) {
      width: 30.66667% ;
    }
    .card-box.layout-3_1:nth-child(3n+1) {
      margin-left: 0;
    }
    .card-box.layout-3_1:nth-child(3n+3) {
      margin-right: 0;
    }
  }
  .card-box.layout-3_1 .card-box_img {
    position: relative;
  }
  .card-box.layout-3_1 .card-box_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: "";
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: background-color;
  }
  .card-box.layout-3_1 .card-box_img .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 31px;
    opacity: 0;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  .card-box.layout-3_1 .card-box_img .btn a {
    margin: 0;
    width: 100px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.9;
  }
  .card-box.layout-3_1 .card-box_img .btn a:after {
    display: none;
  }
  .card-box.layout-3_1 .card-box_img.js_is-hover .btn {
    opacity: 1;
  }
  .card-box.layout-3_1 .card-box_content {
    position: relative;
    padding: 15px 10px;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: color;
  }
  @media only screen and (max-width: 48em) {
    .card-box.layout-3_1 .card-box_content {
      padding: 10px 10px 20px;
      font-size: 11px;
      font-size: 1.1rem;
    }
  }
  .card-box.layout-3_1 .card-box_title {
    position: relative;
    padding: 0 20px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .card-box.layout-3_1 .card-box_title:before {
    display: block;
    content: "";
  }
  .card-box.layout-3_1 .card-box_title:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 6px;
    height: 11px;
    background: transparent url("../img/icon_arrow-right-black.png") center center no-repeat;
    background-size: contain;
    content: "";
  }
  .card-box.layout-3_1:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 75px;
    height: 75px;
    content: "";
  }
  .card-box.layout-3_1.is-fair:before {
    background: transparent url("../img/icon_category-fair.png") left top no-repeat;
    background-size: contain;
  }
  .card-box.layout-3_1.is-fair .card-box_img.js_is-hover:before {
    background-color: rgba(120, 210, 151, 0.45);
  }
  .card-box.layout-3_1.is-fair .card-box_content.js_is-hover {
    color: #61ce87;
  }
  .card-box.layout-3_1.is-fair .card-box_title:before {
    display: block;
    color: #61ce87;
    content: "FAIR";
  }
  .card-box.layout-3_1.is-fair .btn a {
    background-color: 
  #78d297;
    color: #fff;
  }
  .card-box.layout-3_1.is-plan:before {
    background: transparent url("../img/icon_category-plan.png") left top no-repeat;
    background-size: contain;
  }
  .card-box.layout-3_1.is-plan .card-box_img.js_is-hover:before {
    background-color: rgba(182, 148, 88, 0.45);
  }
  .card-box.layout-3_1.is-plan .card-box_content.js_is-hover {
    color: #b69458;
  }
  .card-box.layout-3_1.is-plan .card-box_title:before {
    display: block;
    color: #b69458;
    content: "PLAN";
  }
  .card-box.layout-3_1.is-plan .btn a {
    background-color: #b69458;
    color: #fff;
  }
  @media only screen and (max-width: 48em) {
    .card-box.layout-3_1 {
      margin: 0;
      width: 100%;
    }
  }



  /* =========== entries-box =========== */
  .entries-box_outer {
    font-size: 0;
  }

  .entries-box {
    position: relative;
    background-color: #fff;
  }

  /* = layout-2_n = */
  .entries-box.layout-2_n {
    display: inline-block ;
    margin-right: auto;
    margin-right: 2%;
    margin-bottom: 4%;
    margin-left: 2%;
    width: 46%;
    vertical-align: top;
    font-size: small;
  }
  @media only screen and (min-width: 48.0625em) {
    .entries-box.layout-2_n {
      width: 46%;
    }
    .entries-box.layout-2_n:nth-child(n) {
      width: 48% ;
    }
    .entries-box.layout-2_n:nth-child(2n+1) {
      margin-left: 0;
    }
    .entries-box.layout-2_n:nth-child(2n+2) {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 48em) {
    .entries-box.layout-2_n {
      margin: 0;
      margin-top: -1px;
      padding: 2% 0;
      width: 100%;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }
  }
  .entries-box.layout-2_n .entries-box_img {
    position: relative;
    width: 120px;
    height: 120px;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  .entries-box.layout-2_n .entries-box_img:hover {
    opacity: 0.7;
  }
  .entries-box.layout-2_n.is-news .entries-box_content:before {
    background: transparent url("../img/icon_category-news.png") left top no-repeat;
  }
  .entries-box.layout-2_n.is-info .entries-box_content:before {
    background: transparent url("../img/icon_category-info.png") left top no-repeat;
  }
  .entries-box.layout-2_n.is-media .entries-box_content:before {
    background: transparent url("../img/icon_category-media.png") left top no-repeat;
  }
  .entries-box.layout-2_n .entries-box_content {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 120px;
    padding: 15px;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .entries-box.layout-2_n .entries-box_content:before {
    display: block;
    margin-bottom: 4%;
    width: 70px;
    height: 20px;
    content: "";
  }
  .entries-box.layout-2_n .entries-box_title {
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .entries-box.layout-2_n .entries-box_title a {
    display: block;
    color: #444;
    text-decoration: none;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: color;
  }
  .entries-box.layout-2_n .entries-box_title a:hover {
    color: #61ce87;
  }
  .entries-box.layout-2_n .entries-box_title span {
    display: block;
  }

  /* =========== news ボタン =========== */
  @media only screen and (max-width: 48em) {
  .entries-box_outer .btn a {
    width: 200px;
  }
  .entries-box_outer .btn {
    text-align: center;
    margin-top: 20px;
  }
  }


  /* =========== parallax-box =========== */
  .parallax-box {
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .parallax-box >div {
    position: relative;
  }

  /* = parallax-box_title = */
  .parallax-box_title {
    position: relative;
    top: 0;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
  }
  @media only screen and (max-width: 48em) {
    .parallax-box_title {
      position: relative !important;
      max-height: 500px;
      opacity: 1 !important;
    }
  }
  .parallax-box_title img {
    visibility: hidden;
  }

  /* = parallax-box_inner = */
  .parallax-box_inner {
    margin: auto;
    max-width: 1024px;
  }
  @media only screen and (max-width: 66.5625em) {
    .parallax-box_inner {
      margin: 0 2%;
      width: 96%;
    }
  }
  @media only screen and (max-width: 48em) {
    .parallax-box_inner {
      margin: 0;
      width: 100%;
    }
  }

  /* = parallax-box_item = */
  .parallax-box_item {
    position: relative;
    padding-bottom: 300px;
  }
  .parallax-box_item:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  @media only screen and (max-width: 48em) {
    .parallax-box_item {
      padding: 4%;
      text-align: center;
      font-size: 0;
    }
  }
  .parallax-box_item img {
    position: absolute;
    width: auto;
  }
  .parallax-box_item img:first-child {
    position: relative;
  }
  @media only screen and (max-width: 48em) {
    .parallax-box_item img {
      position: relative;
      top: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      left: 0 !important;
      display: inline-block;
      float: none !important;
      margin: 0 !important;
      width: 100%;
      opacity: 1;
    }
  }
  .parallax-box_item p {
    position: absolute;
    width: 400px;
    color: #000;
    text-shadow: 0 1px 0 #aaa;
    letter-spacing: 0.2rem;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.1;
  }
  @media only screen and (max-width: 48em) {
    .parallax-box_item p {
      position: relative;
      top: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      left: 0 !important;
      display: block;
      float: none !important;
      margin: 0 !important;
      padding-top: 2%;
      width: 100%;
      text-align: center;
      text-shadow: none;
      font-size: 12px;
      font-size: 1.2rem;
      opacity: 1;
    }
  }




  /* -----------------------------------------------
  *  	         slide setting
  * ----------------------------------------------- */

  /* =========== slide_block =========== */
  .slide_block .block_header {
    display: none;
  }

  /* = slide-box = */
  .slide-box{
    height: 100%;
  }

  .slide-box:nth-child(2n+1) .slide-box_slider {
    float: right;
  }

  /* = slide-box_bg-img = */
  .slide-box_bg-img {
    position: relative;
    overflow: hidden;
    padding-top: 44.11765%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-box_bg-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    visibility: hidden;
    margin: auto;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_bg-img {
      display: none;
    }
  }

  /* = slide-box_inner = */
  .slide-box_inner{

  }

  .slide-box_inner:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }

  /* = slide-box_header = */
  .slide-box_header {
    position: relative;
    float: left;
    padding-top: 30%;
    width: 50%;
  /*  background-color: #f5f5f5;*/
  }
  @media only screen and (max-width: 54em) {
    .slide-box_header {
      padding-top: 0;
      width: 100%;
    }
  }

  /* = slide-box_header-inner = */
  .slide-box_header-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 500px;
    width: 85%;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_header-inner {
      position: relative;
      padding: 0 4% 8%;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
    }
  }

  /* = slide-box_title = */
  .slide-box_title {
    text-align: center;
    font-weight: normal;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.8;
    color: #ddcf9a;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_title {
      font-size: 25px;
      font-size: 2.5rem;
    }
  }

  /* = slide-box_sub-title = */
  .slide-box_sub-title {
    margin-bottom: 5.6%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .slide-box_sub-title span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .slide-box_sub-title span:before {
    content: "— ";
  }
  .slide-box_sub-title span:after {
    content: " —";
  }
  @media only screen and (max-width: 54em) {
    .slide-box_sub-title {
      font-size: 17px;
      font-size: 1.7rem;
    }
    .slide-box_sub-title span {
      font-size: 11px;
      font-size: 1.1rem;
    }
  }

  /* = slide-box_lead-txt = */
  .slide-box_lead-txt {
    margin-bottom: 4.4%;
    color: #5fcc85;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_lead-txt {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  /* = slide-box_description = */
  .slide-box_description {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 2;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_description {
      margin-bottom: 4%;
      font-size: 11px;
      font-size: 1.1rem;
    }
  }

  /* = slide-box_aside = */
  .slide-box_aside {
    margin-top: 4%;
    padding: 4%;
    background-color: #fff;
  }
  .slide-box_aside .aside_title {
    color: #61ce87;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .slide-box_aside .aside_sub-title {
    font-weight: bold;
  }
  .slide-box_aside .aside_sub-title span {
    padding-left: 2%;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .slide-box_aside .aside_description {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }

  /* = slide-box_slider = */
  .slide-box_slider {
    position: relative;
    float: left;
    overflow: hidden;
    padding-top: 30%;
    width: 50%;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_slider {
      padding-top: 70.33333%;
      width: 100%;
      width: 100%;
      background-color: #f5f5f5;
    }
  }

  /* = slide-box_slider-inner = */
  .slide-box_slider-inner {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
  }
  .slide-box_slider-inner .sp-slides {
    position: relative;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .slide-box_slider-inner .sp-thumbnails-container {
    position: relative;
    margin: 0 !important;
    padding-top: 13.82353%;
    width: 100%;
    width: 100% !important;
  }
  .slide-box_slider-inner .sp-thumbnails {
    position: absolute;
    top: 0;
    padding-top: 1%;
    width: 100% !important;
    height: 100% !important;
    font-size: 0;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_slider-inner .sp-thumbnails {
      display: none;
    }
  }
  .slide-box_slider-inner .sp-thumbnail-container {
    position: relative;
    display: inline-block !important;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: auto;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 12.05882%;
    width: 14.66667%;
    width: 15.58824%;
    background-color: #fff;
    vertical-align: top;
    font-size: small;
  }
  @media only screen and (min-width: 48.0625em) {
    .slide-box_slider-inner .sp-thumbnail-container {
      width: 14.66667%;
    }
    .slide-box_slider-inner .sp-thumbnail-container:nth-child(n) {
      margin-right: 1%;
      margin-left: 0;
      width: 15.5% !important;
    }
    .slide-box_slider-inner .sp-thumbnail-container:nth-child(6n+1) {
      margin-left: 1%;
    }
  }
  .slide-box_slider-inner .sp-thumbnail-container:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 94%;
    height: 94%;
    background-color: 
  #78d297;
    content: "";
  }
  .slide-box_slider-inner .sp-thumbnail-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    width: 100% !important;
    height: auto !important;
  }
  .slide-box_slider-inner .sp-thumbnail-container.sp-selected-thumbnail img {
    box-sizing: border-box;
    padding: 6%;
  }
  .slide-box_slider-inner .sp-arrows {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    max-height: 80px;
    height: 13.7%;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_slider-inner .sp-arrows {
      top: 100%;
      bottom: auto;
    }
  }
  .slide-box_slider-inner .sp-arrow {
    width: 8.8%;
    height: 100%;
  }
  .slide-box_slider-inner .sp-arrow:before,
  .slide-box_slider-inner .sp-arrow:after {
    display: none;
  }
  .slide-box_slider-inner .sp-previous-arrow {
    background: transparent url("../img/icon_shadow-arrow-left-white.png") left center no-repeat;
    background-size: contain;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_slider-inner .sp-previous-arrow {
      background-image: url("../img/icon_big-arrow-left-gray.png");
    }
  }
  .slide-box_slider-inner .sp-next-arrow {
    background: transparent url("../img/icon_shadow-arrow-right-white.png") right center no-repeat;
    background-size: contain;
  }
  @media only screen and (max-width: 54em) {
    .slide-box_slider-inner .sp-next-arrow {
      background-image: url("../img/icon_big-arrow-right-gray.png");
    }
  }
  .slide-box_slider-inner .sp-buttons {
    position: absolute;
    bottom: 5%;
  }
  .slide-box_slider-inner .sp-button {
    width: 8px;
    height: 8px;
    border-width: 0;
    background-color: #bbb;
  }
  .slide-box_slider-inner .sp-selected-button {
    background-color: 
  #78d297;
  }



  /* =========== slide_aside =========== */
  .slide_aside {
    padding: 4% 0;
  }
  .slide_aside .btn {
    display: inline-block;
    vertical-align: middle;
  }
  .slide_aside .btn a {
    width: 180px;
  }
  .slide_aside .sns-btn {
    display: inline-block;
    margin-left: 4%;
    vertical-align: middle;
  }
  .slide_aside .sns-btn a {
    display: inline-block;
  }
  .slide_aside .sns-btn a:hover {
    opacity: 0.5;
  }
  .slide_aside .wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .slide_aside .aside_img {
    float: left;
    margin-right: 5%;
    width: 45%;
  }
  @media only screen and (max-width: 48em) {
    .slide_aside .aside_img {
      margin-bottom: 4%;
      width: 100%;
    }
  }
  .slide_aside .aside_content {
    float: left;
    padding: 0 2%;
    width: 50%;
  }
  .slide_aside .aside_content >img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    width: auto;
  }
  @media only screen and (max-width: 48em) {
    .slide_aside .aside_content {
      padding: 0 4%;
      width: 100%;
    }
  }
  .slide_aside .aside_title {
    padding: 1% 0;
    color: #b69458;
    font-size: 18px;
    font-size: 1.8rem;
  }
  @media only screen and (max-width: 48em) {
    .slide_aside .aside_title {
      font-size: 15px;
      font-size: 1.5rem;
    }
  }
  .slide_aside .aside_text {
    margin-bottom: 2%;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.8;
  }
  @media only screen and (max-width: 48em) {
    .slide_aside .aside_text {
      font-size: 11px;
      font-size: 1.1rem;
    }
  }



  /* =========== slide-box type-b =========== */
  .slide-box.type-b .slide-box_bg-img {
    display: none;
  }

  .slide-box.type-b .slide-box_title {
    margin-bottom: 4%;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  @media only screen and (max-width: 54em) {
    .slide-box.type-b .slide-box_title {
      font-size: 32px;
      font-size: 3.2rem;
    }
  }
  @media only screen and (max-width: 54em) {
    .slide-box.type-b .slide-box_title {
      font-size: 16px;
      font-size: 1.6rem;
    }
  }


  /* アイテムページのダウンロードバナー */
  section.registration_banner{
    margin:5% 0 0 0;
    padding:3px 0;
    border-top:#b69458 3px solid;
    border-bottom:#b69458 3px solid;
    background-color:#f5f5f5;
    }

  div.registration_banner_inner{
    margin:0;
    padding:30px 0 40px 0;
    border-top:#b69458 2px solid;
    border-bottom:#b69458 2px solid;
    }

  /* h2 */
  section.registration_banner h2{
    margin:0 0 20px 0;
    font-size:14px;
    text-align:center;
    }
  section.registration_banner h2 > span{
    display: inline-block;
    margin-bottom:5px;
    font-size:28px;
    text-align:center;
    border-bottom:#b69458 solid 1px;
    }

  /* p */
  section.registration_banner p.registrationtxt{
    margin:0 0 20px 0;
    font-size:14px;
    text-align:center;
    }

  /* pdf_zone */
  div.pdf_zone{
    width:60%;
    margin:0 auto;
    }

  div.pdf_zone:after {
      display: block;
      visibility: hidden;
      clear: both;
      height: 0;
      content: "";
    }

  div.pdf_zone div.pdf_zone_left{
    float:left;
    width:45%;
    margin:0 10% 0 0;
    }

  div.pdf_zone div.pdf_zone_right{
    float:left;
    width:45%;
    }

  /* figure */
  div.pdf_zone figure{
    position:relative;
    margin:0 auto 10px;
    border:#b69458 2px solid;
    }

  div.pdf_zone figure:hover{
    opacity:0.8;
    transition:0.6s;
    }


  /* download */
  div.pdf_download_btn{
    box-sizing:border-box;
    position:relative;
    width:100%;
    padding:10px 20px;
    border:#b69458 1px solid;
    text-align:center;
    color:#b69458;
    font-size:14px;
    }
  div.pdf_download_btn:hover{
    box-sizing:border-box;
    background-color:#b69458;
    color:#FFF;
    transition:0.3s;
    }

  div.pdf_download_btn a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }

  @media only screen and (max-width: 48em) {
  /* h2 */
  section.registration_banner h2{
    margin:0 0 20px 0;
    font-size:14px;
    text-align:center;
    }
  section.registration_banner h2 > span{
    display: inline-block;
    margin-bottom:5px;
    font-size:20px;
    text-align:center;
    border-bottom:#b69458 solid 1px;
    }

  /* p */
  section.registration_banner p.registrationtxt{
    margin:0 auto 20px auto;
    font-size:12px;
    text-align:center;
    width:96%;
    }

  section.registration_banner p.registrationtxt > br{
    display:none;
    }

  div.pdf_zone{
    width:70%;
    margin:0 auto;
    }
  div.pdf_zone div.pdf_zone_left{
    float:none;
    width:100%;
    margin:0 0 8% 0;
    }

  div.pdf_zone div.pdf_zone_right{
    float:none;
    width:100%;
    }
  div.pdf_download_btn{
    box-sizing:border-box;
    position:relative;
    width:100%;
    padding:10px 20px;
    border:#b69458 1px solid;
    text-align:center;
    color:#ffffff;
    background-color:#b69458;
    font-size:14px;
    }
  }


  /* 挙式ページのワークショップ導線バナー */
  section.lthwork_banner{
    padding-top:30px;
    margin-bottom:50px;
    }

  section.lthwork_banner:after {
      display: block;
      visibility: hidden;
      clear: both;
      height: 0;
      content: "";
    }


  h2.lthwork_banner{
    margin:0 0 20px 0;
    text-align:center;
    font-size:28px;
    font-family:"游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E";
    font-weight:normal;
    }

  h2.lthwork_banner span{
    display:block;
    font-size:14px;

    }

  section.lthwork_banner div.lthwork_banner_left{
    width:50%;
    padding-top:30%;
    float:left;
    background-image:url(../../service/wedding/ceremony/img/lth_banner.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    }

  section.lthwork_banner div.lthwork_banner_right{
    position:relative;
    width:50%;
    padding-top:30%;
    float:left;
    background-color:#f5f5f5;
    }

  section.lthwork_banner div.lthwork_banner_right_inner{
    position:absolute;
    top:23%;
    left:0;
    right:0;
    width:80%;
    margin:0 auto;
    }
  div.lthwork_banner_right_inner h3{
    margin:0 auto 15px;
    font-size:2rem;
    text-align:center;
    font-family:"游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E";
    font-weight:normal;
    }

  div.lthwork_banner_right_inner p{
    margin:0 auto 15px;
    }

  div.lthwork_btn{
    width:300px;
    margin:0 auto;
    text-align:center;
    font-family:"游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    }

  div.lthwork_btn a{
    display:inline-block;
    width:100%;
    text-decoration:none;
    background-color:
  #009944;
    border:
  #009944 1px solid;
    color:#FFF;
    line-height:3.7;
    font-weight:bold;
    }

  div.lthwork_btn a:hover{
    background-color: transparent;
    color:
  #009944;
    transition:0.6s;
    }

  @media only screen and (max-width: 60em) {
  section.lthwork_banner div.lthwork_banner_left{
    width:100%;
    padding-top:50%;
    float:none;
    background-image:url(../../service/wedding/ceremony/img/lth_banner.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    }

  section.lthwork_banner div.lthwork_banner_right{
    position:relative;
    width:100%;
    padding-top:0;
    float:none;
    background-color:#f5f5f5;
    }
  section.lthwork_banner div.lthwork_banner_right_inner{
    position: static;
    width:80%;
    margin:0 auto;
    padding:5% 0;
    }
  }
  /* 挙式ページのワークショップ導線バナー */

































  /*　以下整理中　*/
  nav a {
    text-decoration: none;
  }
  nav a:hover {
    text-decoration: none;
  }

  ul {
    list-style-type: none;
  }

  img {
    max-width: 100%; 
    vertical-align: middle;
  }

  [class*=-bgImg] {
    position: relative;
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
  }
  [class*=-bgImg]:before {
    position: absolute;
    top: 0;
    left: 0; 
    display: block;
    width: 100%;
    height: 100%;
    content: "";
  }
  [class*=-bgImg] >img {
    visibility: hidden;
    width: 100%;
  }
  [class*=-bgImg].hasScreen:before {
    position: absolute;
    top: 0;
    left: 0; 
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
  }
  [class*=-bgImg].hasScreen span:before {
    position: absolute;
    top: 0;
    left: 0; 
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    content: "";
  }
  @media only screen and (max-width: 60em) {
    [class*=-bgImg].hasSpImg {
      background-image: none !important;
    }
    [class*=-bgImg].hasSpImg >img {
      display: none;
    }
    [class*=-bgImg].hasSpImg:before {
      background-color: transparent;
    }
  }
  [class*=-bgImg] span {
    display: none;
    width: 100%;
    height: 100%;
  }
  @media only screen and (max-width: 60em) {
    [class*=-bgImg] span {
      display: block;
    }
    [class*=-bgImg] span >img {
      width: 100%;
    }
  }

  a {
    border-width: 0; 
    color: #000;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  a[href*="tel:"], a[href*="mailto:"] {
    color: #000;
    text-decoration: none;
  }

  @media only screen and (max-width: 60em) {
    br.delete-tb {
      display: none;
    }
  }

  @media only screen and (max-width: 37.5em) {
    br.delete-sp {
      display: none;
    }
  }

  defs {
    display: none;
  }

  .Page {
    position: relative;
    min-width: 320px; 
    min-height: 100vh;
  }
  @media only screen and (min-width: 64.0625em) {
    .Page {
      z-index: 1;
    }
  }
  @media only screen and (max-width: 64em) {
    .Page {
      z-index: 2;
    }
  }
  @media only screen and (max-width: 60em) {
    .Page {
      z-index: 3;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page {
      z-index: 4;
    }
  }

  .clearfix:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }

  .__debug {
    margin: 2%;
    padding: 2%;
    border: 4px solid #ea6563; 
    background-color: #f5f5f5;
  }

  /*
  /= PRESET END
  ======================================== */
  .mincho {
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .webFont {
    font-family: "Quicksand";
  }
  .webFont.gothic {
    font-family: "Quicksand", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .webFont.mincho {
    font-family: "Quicksand", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  @media only screen and (min-width: 37.5625em) {
    .insert-sp {
      display: none;
    }
  }

  .wrapper {
    position: relative; 
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    width: 100%;
  }
  @media only screen and (max-width: 69.56522em) {
    .wrapper {
      margin-right: 4%; 
      margin-left: 4%;
      width: 92%;
    }
  }

  .inner {
    margin-right: 4%; 
    margin-left: 4%;
    width: 92%;
  }

  .lineBreak {
    display: inline-block;
  }

  .boxLink {
    position: absolute;
    top: 0;
    left: 0; 
    display: block;
    width: 100%;
    height: 100%;
  }

  .Btn {
    display: block;
    border-radius: 0; 
    text-align: center;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 3.39;
    transition-timing-function: linear;
    transition-duration: .2s;
    transition-property: background-color, color, opacity;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .Btn.isBgWhite {
    background-color: #fff;
    color: #000;
  }
  @media only screen and (max-width: 60em) {
    .Btn.isBgWhite {
      background-color: #AA8E76; 
      color: #fff !important;
    }
  }
  .Btn.isBgGold {
    background-color: #000; 
    color: #fff;
  }
  .Btn.isBdGold {
    border: 1px solid #000; 
    color: #000;
  }

  .Btn.isBdGold.inline {
    display: inline-block;
    width:240px;
    margin-top:20px;
  }

  @media only screen and (max-width: 60em) {
    .Btn.isBdGold {
      border: 1px solid #000; 
      background-color: #000; 
      color: #fff;
    }
  }
  .Btn:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .Btn:hover.isBgWhite {
    border: 1px solid #009944; 
    background-color: #009944;
    color: #fff;
  }
  .Btn:hover.isBgGold {
    border: 1px solid #009944; 
    background-color: #009944;
  }
  .Btn:hover.isBdGold {
    border: 1px solid #009944; 
    background-color: #009944;
    color: #fff;
  }

  .viewMore {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 0;
    color: transparent;
    line-height: 0;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1); 
    transition-duration: .8s;
    transition-property: color, margin-top, margin-left, line-height;
  }

  .telNumber {
    letter-spacing: .2rem; 
    font-size: 2.8rem;
    font-family: "游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;";

  }
  @media only screen and (max-width: 37.5em) {
    .telNumber {
      font-size: 2.6rem;
    }
  }
  .telNumber:before {
    display: block;
    content: "TEL";
    font-size: 1.4rem;
  }

  .Page-screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    display: none; 
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
  }
  .Page-screen.is-active {
    display: block;
  }

  .ankerLink {
    position: absolute; 
    margin-top: -74px;
  }
  @media only screen and (max-width: 60em) {
    .ankerLink {
      margin-top: -60px;
    }
  }

  .ContactModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: scroll; 
    padding: 20px 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
  }
  @media only screen and (max-width: 60em) {
    .ContactModal {
      padding: 0;
    }
  }

  .ContactModalBlock {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    max-width: 1300px;
    width: 92%;
    height: 890px; 
    background-color: #fff;
  }
  @media screen and (max-height: 1000px) {
    .ContactModalBlock {
      margin: 5% auto;
    }
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBlock {
      margin: 50px auto;
      padding: 44px 4% 0;
      min-height: 750px; 
      height: auto;
    }
  }

  .ContactModalBlock-closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 60px;
    height: 60px;
    transition-timing-function: linear; 
    transition-duration: .2s;
    transition-property: opacity;
  }
  .ContactModalBlock-closeBtn:before, .ContactModalBlock-closeBtn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 80%;
    height: 1px;
    background-color: #211d1e;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ContactModalBlock-closeBtn:after {
    width: 1px;
    height: 80%;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBlock-closeBtn {
      width: 44px;
      height: 44px;
    }
  }
  .ContactModalBlock-closeBtn:hover {
    opacity: .5; 
    cursor: pointer;
  }

  .ContactModalBlock-headTitle {
    text-align: center; 
    font-size: 2.8rem;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBlock-headTitle {
      margin-bottom: 4%; 
      font-size: 2rem;
    }
  }

  .ContactModalBlockNav {
    text-align: center;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBlockNav:after {
      display: block;
      visibility: hidden; 
      clear: both;
      height: 0;
      content: "";
    }
  }

  .ContactModalBlockNav-item {
    display: inline-block;
    margin: 0 15px 60px; 
    padding: 15px;
    width: 250px;
    border-bottom: 3px solid rgba(153, 153, 153, .5);
    text-align: center;
    letter-spacing: .1rem;
    font-size: 1.7rem;
  }
  .ContactModalBlockNav-item:hover {
    cursor: pointer;
  }
  .ContactModalBlockNav-item br {
    display: none;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBlockNav-item {
      float: left;
      margin: 0 1% 10%;
      padding: 1%; 
      width: 31%;
      letter-spacing: auto;
      font-size: 1.3rem;
    }
    .ContactModalBlockNav-item:nth-child(2n) {
      float: right;
    }
    .ContactModalBlockNav-item br {
      display: block;
    }
  }
  .ContactModalBlockNav-item.is-active {
    border-bottom-width: 5px; 
    border-bottom-color: #AA8E76;
  }

  .ContactModalBox {
    display: none;
  }
  .ContactModalBox.is-active {
    display: block;
  }

  .ContactModalBox-text {
    margin-bottom: 60px;
    text-align: center;
    font-size: 1.4rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.8;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBox-text {
      margin-bottom: 10%; 
      font-size: 1.2rem;
      }
      .ContactModalBox-text .picnic_time::after {
          content: "\A";
          white-space: pre;
      }
  }

  .ContactModalBox-tel,
  .ContactModalBox-btnGroup {
    margin: 0 auto 40px; 
    max-width: 512px;
    text-align: center;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBox-tel,
    .ContactModalBox-btnGroup {
      margin-bottom: 10%;
    }
  }
  .ContactModalBox-tel h5,
    .ContactModalBox-btnGroup h5 {
    position: relative;
    display: block;
    margin-bottom: 20px;
    letter-spacing: .1rem; 
    font-weight: normal;
    font-size: 1.7rem;
    font-family: "Quicksand";
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBox-tel h5,
    .ContactModalBox-btnGroup h5 {
      font-size: 1.3rem;
    }
  }
  .ContactModalBox-tel h5:before,
      .ContactModalBox-btnGroup h5:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block; 
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
    content: "";
  }
  .ContactModalBox-tel h5 span,
      .ContactModalBox-btnGroup h5 span {
    position: relative;
    display: inline-block;
    padding: 0 20px; 
    background-color: #fff;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBox-tel h5 span,
    .ContactModalBox-btnGroup h5 span {
      padding: 0 2%;
    }
  }
  .ContactModalBox-tel strong,
    .ContactModalBox-btnGroup strong {
    font-size: 4rem;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBox-tel strong,
    .ContactModalBox-btnGroup strong {
      font-size: 2.8rem;
    }
  }
  .ContactModalBox-tel strong:before,
      .ContactModalBox-btnGroup strong:before {
    display: none;
  }
  .ContactModalBox-tel .Btn,
    .ContactModalBox-btnGroup .Btn {
    margin: auto;
    margin-bottom: 20px;
    width: 400px;
    font-size: 1.5rem;
    line-height: 4;
  }
  @media only screen and (max-width: 60em) {
    .ContactModalBox-tel .Btn,
    .ContactModalBox-btnGroup .Btn {
      max-width: 400px; 
      width: 100%;
      font-size: 1.3rem;
    }
  }

  .Page {
    overflow: hidden;
  }

  .Page-glbHeader.type-a {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #000;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a {
      position: relative;
      z-index: auto;
    }
  }
  .Page-glbHeader.type-a .Mainvisual {
    position: relative;
  }
  .Page-glbHeader.type-a .Mainvisual:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(../img/common/Mainvisual-headScreen.png) top center no-repeat;
    background-size: 100%; 
    content: "";
  }
  .Page-glbHeader.type-a .Mainvisual-bgImg {
    min-height: 640px;
    max-height: 100vh;
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-a .Mainvisual-bgImg {
      min-height: 0;
      height: 100vh;
    }
  }
  /*スマホ動画用 ホーム専用*/
  @media only screen and (max-width: 30em) {
    .home .Page-glbHeader.type-a .Mainvisual-bgImg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
    }
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .Mainvisual-bgImg.hasSpImg {
      min-height: 0;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-a .Mainvisual-bgImg.hasSpImg {
      min-height: 0;
      height: auto;
    }
  }
  .Page-glbHeader.type-a .SiteLogoSvg.isWhite {
    display: block;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .SiteLogoSvg.isWhite {
      display: none;
    }
  }
  .Page-glbHeader.type-a .SiteLogoSvg.isColor {
    display: none;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .SiteLogoSvg.isColor {
      display: block;
    }
  }
  .Page-glbHeader.type-a .Page-header {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%; 
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .Page-header {
      margin: auto;
    }
  }
  .Page-glbHeader.type-a .Page-header .Btn {
    margin: auto; 
    width: 240px;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .Page-header .Btn {
      font-size: 1.4rem;
    }
  }
  .Page-glbHeader.type-a .Page-type {
    color: #fff;
  }
  .Page-glbHeader.type-a .Page-type:after {
    background-color: #fff;
  }
  .Page-glbHeader.type-a .Page-headTitle {
    color: #fff;
  }
  .Page-glbHeader.type-a .Page-headTitle:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; 
    display: block;
    margin: auto;
    width: 80%;
    height: 100%;
    /*
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, .22);
    */
    content: "";
  }

  .Page-glbHeader.type-a .Page-headTitle-nongrow {
    color: #fff;
  }
  .Page-glbHeader.type-a .Page-headTitle-nongrow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; 
    display: block;
    margin: auto;
    width: 80%;
    height: 100%;
    border-radius: none;
    background-color: none;
    box-shadow: none;
    content: "";
  }
  .Page-glbHeader.type-a .Page-headTitle-nongrow {
    margin-bottom: 40px; 
    color: #fff;
    font-size: 2.8rem;
    font-size: 28px;
    letter-spacing:.4rem;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .Page-headTitle-nongrow {
      font-size: 1.8rem;
    }
  }


  .Page-glbHeader.type-a .Page-subTitle {
    margin-bottom: 40px; 
    color: #fff;
    font-size: 2rem;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .Page-subTitle {
      font-size: 1.8rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-a .Page-subTitle {
      font-size: 1.6rem;
    }
  }
  .Page-glbHeader.type-a .ChildNav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .ChildNav {
      position: relative;
      background-color: #fff;
      text-align: left;
    }
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .ChildNav:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: auto; 
      width: 1px;
      height: 100%;
      background-color: #eee;
      content: "";
    }
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .ChildNav:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; 
      width: 100%;
      height: 1px;
      background-color: #eee;
      content: "";
    }
  }
  @media only screen and (min-width: 60.0625em) {
    .Page-glbHeader.type-a .ChildNav-list {
      text-align: center;
      font-size: 0;
    }
  }
  .Page-glbHeader.type-a .ChildNav-list:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }
  .Page-glbHeader.type-a .ChildNav-item {
    display: inline-block;
    font-size: 1.5rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .ChildNav-item {
      float: left;
      width: 50%;
      border-bottom: 1px solid #eee;
      font-size: 1.4rem;
      font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .Page-glbHeader.type-a .ChildNav-item:nth-child(2n) {
      border-right-width: 0;
    }
  }
  .Page-glbHeader.type-a .ChildNav-item a {
    position: relative;
    display: block;
    padding: 18px;
    transition-timing-function: linear; 
    transition-duration: .2s;
    transition-property: color;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-a .ChildNav-item a {
      padding: 16px;
    }
    
      /*
    .Page-glbHeader.type-a .ChildNav-item a:after {
      position: absolute;
      top: 0;
      right: 6%;
      bottom: 0;
      display: block;
      margin: auto;
      width: 10px;
      height: 10px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #AA8E76;
      content: "";

      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
        */
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-a .ChildNav-item a {
      padding: 10% 6%;
    }
  }
  .Page-glbHeader.type-a .ChildNav-item a:hover {
    color: #AA8E76;
  }
  .Page-glbHeader.type-a .SubNav-item .textLink {
    color: #fff;
  }

  .Page-glbHeader.type-b {
    padding-top: 136px;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-b {
      padding-top: 60px;
    }
  }
  .Page-glbHeader.type-b .SiteLogoSvg.isWhite {
    display: none;
  }
  .Page-glbHeader.type-b .SiteLogoSvg.isColor {
    display: block;
  }
  .Page-glbHeader.type-b .Page-header {
    margin-top: 60px;
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-b .Page-header {
      margin-top: 6%;
    }
  }
  .Page-glbHeader.type-b .Page-type:after {
    background-color: #000;
  }
  .Page-glbHeader.type-b .Page-subTitle {
    font-size: 2.4rem;
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-b .Page-subTitle {
      font-size: 1.7rem;
    }
  }
  .Page-glbHeader.type-b .Page-headTitle {
    margin: auto; 
    margin-bottom: 40px;
    width: 92%;
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-b .Page-headTitle {
      margin-bottom: 4%;
    }
  }
  .Page-glbHeader.type-b .ChildNav .ChildNav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-b .ChildNav .ChildNav {
      position: relative;
      background-color: #fff;
      text-align: left;
    }
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-b .ChildNav .ChildNav:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: auto; 
      width: 1px;
      height: 100%;
      background-color: #eee;
      content: "";
    }
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-b .ChildNav .ChildNav:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; 
      width: 100%;
      height: 1px;
      background-color: #eee;
      content: "";
    }
  }
  @media only screen and (min-width: 60.0625em) {
    .Page-glbHeader.type-b .ChildNav .ChildNav-list {
      text-align: center;
      font-size: 0;
    }
  }
  .Page-glbHeader.type-b .ChildNav .ChildNav-list:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }
  .Page-glbHeader.type-b .ChildNav .ChildNav-item {
    display: inline-block;
    font-size: 1.5rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-b .ChildNav .ChildNav-item {
      float: left;
      width: 50%;
      border-bottom: 1px solid #eee;
      font-size: 1.4rem;
      font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .Page-glbHeader.type-b .ChildNav .ChildNav-item:nth-child(2n) {
      border-right-width: 0;
    }
  }
  .Page-glbHeader.type-b .ChildNav .ChildNav-item a {
    position: relative;
    display: block;
    padding: 18px;
    transition-timing-function: linear; 
    transition-duration: .2s;
    transition-property: color;
  }
  @media only screen and (max-width: 60em) {
    .Page-glbHeader.type-b .ChildNav .ChildNav-item a {
      padding: 16px;
    }
    .Page-glbHeader.type-b .ChildNav .ChildNav-item a:after {
      position: absolute;
      top: 0;
      right: 6%;
      bottom: 0;
      display: block;
      margin: auto;
      width: 10px;
      height: 10px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #AA8E76;
      content: "";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-glbHeader.type-b .ChildNav .ChildNav-item a {
      padding: 10% 6%;
    }
  }
  .Page-glbHeader.type-b .ChildNav .ChildNav-item a:hover {
    color: #AA8E76;
  }

  .Page-header {
    z-index: 1; 
    text-align: center;
  }

  .Page-type {
    position: relative;
    z-index: 5; 
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    letter-spacing: .6rem;
    font-size: 1.9rem;
    font-family: "Quicksand";
  }
  .Page-type:after {
    position: absolute;
    right: 0; 
    left: 0;
    display: block;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
  }

  .Page-headTitle {
    position: relative; 
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 5.4rem;
    font-family: "Quicksand";
    line-height: 1.4;
  }
  @media only screen and (max-width: 60em) {
    .Page-headTitle {
      font-size: 4.5rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-headTitle {
      font-size: 2.4rem;
    }
  }
  .Page-headTitle span {
    position: relative;
    letter-spacing: 0.3rem;
  }
  @media only screen and (max-width: 37.5em) {
    .Page-headTitle span {
      letter-spacing: 1.4rem;
    }
  }
  .Page-headTitle.ja {
    position: relative;
    letter-spacing: .4rem;
    font-weight: bold; 
    font-size: 3.8rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.5;
  }
  @media only screen and (max-width: 60em) {
    .Page-headTitle.ja {
      font-size: 3rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-headTitle.ja {
      font-size: 2.2rem;
    }
  }
  .Page-headTitle.ja span {
    display: block;
    margin-top: 15px; 
    letter-spacing: .4rem;
    font-size: 2.8rem;
  }
  @media only screen and (max-width: 60em) {
    .Page-headTitle.ja span {
      font-size: 2.4rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-headTitle.ja span {
      font-size: 2rem;
    }
  }

  .Page-subTitle {
    position: relative;
    letter-spacing: .4rem;
  }

  .Page-subNav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; 
    padding: 15px;
    width: 100%;
  }
  @media only screen and (max-width: 60em) {
    .Page-subNav {
      position: fixed;
      z-index: 9900;
      padding: 0;
      background-color: #fff;
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    }
  }

  .SiteLogo {
    float: left; 
    width: 20%;
  }
  @media only screen and (max-width: 60em) {
    .SiteLogo {
      position: absolute;
      top: 0;
      left: 0;
      width: 55%;
      height: 100%;
    }
  }

  .SiteLogoSvg {
    max-width: 230px;
    max-height: 44px; 
    width: 100%;
  }
  @media only screen and (max-width: 60em) {
    .SiteLogoSvg {
      position: absolute;
      top: 50%;
      left: 4%;
      width: 85%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .SiteLogoSvg.isWhite {
      display: none;
    }
    .SiteLogoSvg.isColor {
      display: block;
    }
  }

  .SubNav {
    position: relative; 
    float: right;
    width: 80%;
    text-align: right;
  }
  @media only screen and (max-width: 60em) {
    .SubNav {
      width: 45%;
      font-size: 0;
    }
  }

  .SubNav-item {
    position: relative; 
    display: inline-block;
    vertical-align: middle;
  }
  @media only screen and (max-width: 60em) {
    .SubNav-item {
      display: none; 
      margin-right: 30%;
      margin-left: 0;
      width: 70%;
    }
    .SubNav-item#CONTACT_MODAL_TRIGGER, .SubNav-item#NAV_TRIGGER {
      display: inline-block;
    }
  }
  .SubNav-item .textLink {
    margin-right: 15px;
    text-decoration: underline; 
    font-size: 1.4rem;
  }
  .SubNav-item .textLink.forGuest {
    display: none;
  }
  .SubNav-item .textLink:hover {
    text-decoration: none;
  }
  @media only screen and (max-width: 60em) {
    .SubNav-item .textLink {
      display: none;
    }
  }
  .SubNav-item .Btn {
    width: 200px;
    font-size: 1.3rem;
  }
  @media only screen and (max-width: 60em) {
    .SubNav-item .Btn {
      padding: 9px 0;
      width: 100%;
      font-size: 1.2rem; 
      line-height: 1.8;
    }
    .SubNav-item .Btn span {
      display: block;
      height: 0;
      opacity: 0;
    }
  }

  .navTrigger {
    position: relative;
    display: none;
  }
  @media only screen and (max-width: 60em) {
    .navTrigger {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      margin: 0;
      width: 30%;
      height: 100%;
      background: transparent url(../img/navTrigger.svg) center center no-repeat;
      background-color: #009944;
      background-size: 32px 32px;
    }
    .navTrigger:hover {
      cursor: pointer;
    }
  }

  .Page-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; 
    width: 100%;
  }
  @media only screen and (max-width: 60em) {
    .Page-nav {
      position: relative; 
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
    }
  }
  .Page-nav .MainNav {
    position: relative; 
    clear: both;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    font-size: 0;
  }
  @media only screen and (max-width: 60em) {
    .Page-nav .MainNav {
      background-color: #fff;
      text-align: left;
    }
    .Page-nav .MainNav:before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: auto; 
      width: 1px;
      height: 100%;
      background-color: #eee;
      content: "";
    }
    .Page-nav .MainNav:after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; 
      width: 100%;
      height: 1px;
      background-color: #eee;
      content: "";
    }
  }
  .Page-nav .MainNav-item {
    display: inline-block;
    font-size: 1.7rem;
  }
  @media only screen and (max-width: 60em) {
    .Page-nav .MainNav-item {
      width: 50%;
      border-bottom: 1px solid #eee;
      font-size: 1.4rem;
    }
    .Page-nav .MainNav-item:nth-child(2n) {
      border-right-width: 0;
    }
  }
  .Page-nav .MainNav-item a {
    position: relative; 
    display: block;
    padding: 16px;
  }
  @media only screen and (max-width: 60em) {
    .Page-nav .MainNav-item a {
      padding: 16px;
    }
    .Page-nav .MainNav-item a:after {
      position: absolute;
      top: 0;
      right: 6%;
      bottom: 0;
      display: block;
      margin: auto;
      width: 10px;
      height: 10px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #AA8E76;
      content: "";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-nav .MainNav-item a {
      padding: 10% 6%;
    }
  }
  .Page-nav .MainNav-item a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #AA8E76;
    content: "";
    opacity: 0;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
    transition-duration: .5s;
    transition-property: width, opacity;
  }
  @media only screen and (max-width: 60em) {
    .Page-nav .MainNav-item a:before {
      display: none;
    }
  }
  .Page-nav .MainNav-item a:hover:before {
    width: 30px; 
    opacity: 1;
  }

  .CloneNav {
    position: fixed;
    top: 0;
    z-index: 9100;
    margin-top: -74px;
    width: 100%;
    background-color: #fff;
    opacity: .8; 
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-duration: .5s;
    transition-property: margin-top, opacity;
  }
  @media only screen and (max-width: 60em) {
    .CloneNav {
      display: none;
    }
  }
  .CloneNav .SiteLogo {
    position: relative;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1); 
    transition-duration: .8s;
    transition-property: box-shadow;
  }
  .CloneNav .SiteLogoSvg.isWhite {
    display: block;
  }
  .CloneNav .SiteLogoSvg.isColor {
    display: none;
  }
  .CloneNav .MainNav,
    .CloneNav .ChildNav-list {
    position: relative;
    z-index: 2;
    clear: both;
    width: 100%;
    border: none;
    background-color: transparent;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1); 
    text-align: center;
    font-size: 0;
  }
  .CloneNav .MainNav-item,
    .CloneNav .ChildNav-item {
    position: relative;
    display: inline-block;
  }
  .CloneNav .MainNav-item a,
      .CloneNav .ChildNav-item a {
    position: relative; 
    display: block;
    padding: 16px;
    color: #000;
  }
  .CloneNav .MainNav {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  }
  .CloneNav .MainNav-item {
    font-size: 1.7rem;
  }
  .CloneNav .MainNav-item:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #AA8E76;
    content: "";
    opacity: 0;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
    transition-duration: .5s;
    transition-property: width, opacity;
  }
  .CloneNav .MainNav-item:hover:before {
    width: 30px; 
    opacity: 1;
  }
  .CloneNav .ChildNav-item a {
    transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
    transition-duration: .5s;
    transition-property: color;
  }
  .CloneNav .ChildNav-item a:hover {
    color: #AA8E76;
  }
  .CloneNav .ChildNav-list {
    font-size: 1.5rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .CloneNav .SubNav {
    position: absolute;
    right: 0;
    z-index: 3;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
    font-size: 0;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1); 
    transition-duration: .8s;
    transition-property: box-shadow;
  }
  .CloneNav .SubNav .Btn {
    padding: 15px 0;
  }
  .CloneNav .SubNav-item {
    margin: 0;
  }
  .CloneNav .SubNav-item .textLink {
    margin: 0; 
    padding: 20px;
    color: #000;
  }
  .CloneNav .navTrigger {
    display: inline-block;
    width: 72px;
    height: 100%;
    background: transparent url(../img/navTrigger.svg) center center no-repeat;
    background-color: #009944;
    background-size: 32px 32px;
  }
  .CloneNav .navTrigger:hover {
    cursor: pointer;
  }
  .CloneNav.is-active {
    margin-top: 0;
    opacity: 1;
  }
  .CloneNav .CloneSubNav.is-active .SiteLogo,
    .CloneNav .CloneSubNav.is-active .SubNav {
    box-shadow: 0 1px 0 0 transparent;
  }
  .CloneNav .ChildNav-list {
    z-index: 1;
    background-color: #fff;
  }
  .CloneNav .CloneNav-listGroup {
    position: absolute;
    top: -74px;
    width: 100%;
    opacity: 0;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1); 
    transition-duration: .8s;
    transition-property: top, opacity;
  }
  .CloneNav .CloneNav-listGroup.is-active {
    top: 74px;
    padding-bottom: 100px;
    opacity: 1;
  }

  .spNav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    overflow: scroll;
    padding: 4%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
    transition-duration: .4s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .spNav.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  @media only screen and (min-width: 60.0625em) {
    .spNav {
      display: none;
    }
  }
  .spNav .spNav-closeBtn {
    position: relative;
    float: right; 
    width: 44px;
    height: 44px;
  }
  .spNav .spNav-closeBtn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 80%;
    height: 1px;
    background-color: #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .spNav .spNav-closeBtn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 1px;
    height: 80%;
    background-color: #000;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .spNav .MainNav {
    margin-top: 60px;
  }
  .spNav .MainNav-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1); 
    font-size: 1.4rem;
  }
  .spNav .MainNav-item.is-active >span:after {
    display: none !important;
  }
  .spNav .MainNav-item >span {
    position: relative; 
    display: block;
  }
  .spNav .MainNav-item >span >a {
    padding: 2% 0;
  }
  .spNav .MainNav-item >span.hasChild >a {
    display: inline-block;
  }
  .spNav .MainNav-item >span.hasChild:before, .spNav .MainNav-item >span.hasChild:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto; 
    background-color: #000;
    content: "";
  }
  .spNav .MainNav-item >span.hasChild:before {
    right: 0; 
    width: 14px;
    height: 1px;
  }
  .spNav .MainNav-item >span.hasChild:after {
    right: 7px; 
    width: 1px;
    height: 14px;
  }
  .spNav .MainNav-item a {
    display: block;
  }
  .spNav .MainNav-item a.textLink {
    padding: 2% 0;
  }
  .spNav .ChildNav-list {
    display: none;
  }
  .spNav .ChildNav-item {
    font-size: 1.2rem; 
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .spNav .ChildNav-item:first-child {
    margin-top: 10px;
  }
  .spNav .ChildNav-item a {
    padding: 12px 4%;
  }

  .Page-content {
    position: relative;
    z-index: 2; 
    background-color: #fff;
    padding-top: 1px;
  }
  @media only screen and (max-width: 60em) {
    .Page-content {
      z-index: auto; 
      margin-top: 0 !important;
    }
  }

  .Page-leadText {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .Page-leadText-img {
    margin-bottom: 60px;
  }
  @media only screen and (max-width: 69.56522em) {
    .Page-leadText {
      margin-right: 4%; 
      margin-left: 4%;
      width: 92%;
    }
  }
  @media only screen and (max-width: 60em) {
    .Page-leadText {
      margin-bottom: 4%; 
      font-size: 1.3rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .Page-leadText .pc_show {
      display: none;
    }
  }
  .MainContentBlock {
    background-color: #fff;
  }
  .MainContentBlock_pd{
    padding: 3% 0;
  }

  .MainContentBlock-header {
    padding: 50px 0 30px 0; 
    text-align: center;
    line-height: 1;
  }
  .MainContentBlock-header2 {
    padding: 50px 0 10px 0; 
    text-align: center;
    line-height: 1;
  }
  .MainContentBlock-header3 {
    padding: 0 0 10px 0; 
    text-align: center;
    line-height: 1;
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock-header {
      padding:7% 0 2% 0;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .MainContentBlock_pd{
      padding: 10% 0;
    }
  }


  .MainContentBlock-headTitle{
    font-weight: 500;
    font-size: 5rem;
    font-family: 'Akshar', sans-serif;
    letter-spacing: 3px;
    color: #444444;
    position: relative; 
    display: inline-block;
  }
  /*
  .MainContentBlock-headTitle {
    position: relative; 
    display: inline-block;
  }*/
  .MainContentBlock-headTitle.ja span,.MainContentBlock-headTitle.ja span.sub {
    letter-spacing: .2rem;
    font-weight: bold; 
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .MainContentBlock-headTitle.ja span:after {
    display: none;
  }
  .MainContentBlock-headTitle span {
    letter-spacing: .4rem; 
    font-weight: 400;
    font-size: 2.8rem;
    font-family: 'Akshar', sans-serif;
  }
  .MainContentBlock-headTitle span.headTitle2 {
    letter-spacing: .4rem; 
    font-weight: 400;
    font-size: 2.8rem;
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock-headTitle span {
      font-size: 2.4rem;
    }
    .MainContentBlock-headTitle span.headTitle2 {
      font-size: 2.4rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .MainContentBlock-headTitle{
      font-weight: 500;
      font-size: 3.5rem;
      letter-spacing: 3px;
    }
    .MainContentBlock-headTitle span {
      font-size: 2.8rem;
    }
  }
  .MainContentBlock-headTitle span::after,.MainContentBlock-headTitle.ja span::after  {
    display: block; 
    width: 100%;
    height: 1px;
    background-color: #009944;
    content: "";
  }
  .MainContentBlock-headTitle span.headTitle2::after,.MainContentBlock-headTitle.ja span::after  {
    display: none;
  }
  .MainContentBlock-headTitle span.sub:after {
    display: none; 
  }
  p.MainContentBlock-daytitl{
    font-weight: bold; 
    color: #AA8E76;
    font-size: 2.8rem;
    padding-bottom: 25px;
    text-align: center;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .MainContentBlock-headTitle-event {
    position: relative; 
    display: inline-block;
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
  .MainContentBlock-headTitle-event.ja span {
    letter-spacing: .2rem;
    font-weight: bold; 
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .MainContentBlock-headTitle-event.ja span:after {
    display: none;
  }
  .MainContentBlock-headTitle-event span {
    letter-spacing: .4rem; 
    font-weight: 700;
    font-size: 2.5rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .MainContentBlock-headTitle-event strong {
    letter-spacing: .4rem; 
    font-weight: 700;
    font-size: 2.5rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }


  @media only screen and (max-width: 60em) {
    .MainContentBlock-headTitle-event {
      font-size: 1.8rem;
    line-height: 2.5rem;
    }
  }

  @media only screen and (max-width: 60em) {
    .MainContentBlock-headTitle-event span {
      font-size: 2rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .MainContentBlock-headTitle-event span {
      font-size: 1.8rem;
    }
  }



  .MainContentBlock-headTitle-event span:after {
    display: block; 
    width: 100%;
    height: 1px;
    background-color: #AA8E76;
    content: "";
  }


  .MainContentBlock-headTitle-event-box{
    text-align: center;
    margin: 3rem 0;
  }
  .MainContentBlock-headTitle-event-btn{
    padding: 0 40%;
  }


  @media only screen and (max-width: 37.5em) {
  .MainContentBlock-headTitle-event-box{
    margin-bottom: 4rem;
  }
  }

  @media only screen and (max-width: 37.5em) {
  .MainContentBlock-headTitle-event-btn{
    padding: 0 10%;
  }
  }



  .MainContentBlock-subTitle {
    margin-top: 10px; 
    font-size: 1.4rem;
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock-subTitle {
      font-size: 1.3rem;
      line-height: 2rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .MainContentBlock-subTitle {
      font-size: 1.2rem;
    }
  }

  .MainContentBlock-leadText {
    margin-top: 40px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock-leadText {
      margin-top: 4%;
    }
  }

  .MainContentBlock.learnMore .bgImgBox.is-1column {
    display: none;
  }

  .bgImgBlock:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }

  .bgImgBox {
    position: relative;
    float: left; 
    overflow: hidden;
  }
  .bgImgBox .viewMore {
    text-align: center;
    letter-spacing: .4rem;
    font-style: italic; 
    font-family: "Quicksand";
    font-size: 1.8rem;
    font-weight:bold;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox .viewMore {
      display: none;
    }
  }
  .bgImgBox .viewMore span {
    display: inline-block;
    vertical-align: middle;
  }
  .bgImgBox .viewMore:before {
    display: inline-block;
    margin-right: 15px;
    width: 34px;
    height: 1px;
    background-color: transparent;
    content: "";
    vertical-align: middle;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1); 
    transition-duration: .8s;
    transition-property: background-color;
  }
  .bgImgBox.is-1column {
    padding-top: 50%; 
    width: 100%;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox.is-1column {
      padding-top: 100%; 
      width: 100%;
    }
  }
  .bgImgBox.is-1column .bgImgBox-text {
    color: #fff;
  }
  .bgImgBox.is-2column {
    padding-top: 25%; 
    width: 50%;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox.is-2column {
      padding-top: 0;
      width: 100%;
    }
    .bgImgBox.is-2column .bgImgBox-bgImg {
      position: relative;
    }
    .bgImgBox.is-2column .bgImgBox-header {
      position: relative;
      background-color: #f5f5f5;
    }
    .bgImgBox.is-2column .bgImgBox-header:before {
      display: none;
    }
    .bgImgBox.is-2column .bgImgBox-header:after {
      border-color: #AA8E76;
    }
    .bgImgBox.is-2column .bgImgBox-headTitle {
      color: #000;
      font-size: 2rem;
    }
  }
  .bgImgBox.is-3column {
    padding-top: 25%;
    width: 33.38235%;
    font-size: 1.3rem;
  }
  .bgImgBox.is-3column:nth-child(n) {
    display: inline-block;
    margin-right: 0; 
    margin-left: 0;
    width: 33.33333%;
    vertical-align: top;
  }
  .bgImgBox.is-3column:nth-child(3n+1) {
    margin-left: 0;
  }
  .bgImgBox.is-3column:nth-child(3n+3) {
    margin-right: 0;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox.is-3column {
      font-size: 1.3rem;
    }
    .bgImgBox.is-3column:nth-child(n) {
      display: inline-block;
      margin-right: 0; 
      margin-left: 0;
      width: 100%;
      vertical-align: top;
    }
    .bgImgBox.is-3column:nth-child(1n+1) {
      margin-left: 0;
    }
    .bgImgBox.is-3column:nth-child(1n+1) {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox.is-3column .bgImgBox-bgImg {
      position: relative;
      max-height: 500px;
      background-position: top center;
    }
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox.is-2column, .bgImgBox.is-3column {
      padding-top: 0;
      width: 100%;
    }
    .bgImgBox.is-2column .bgImgBox-bgImg, .bgImgBox.is-3column .bgImgBox-bgImg {
      position: relative;
    }
    .bgImgBox.is-2column .bgImgBox-header, .bgImgBox.is-3column .bgImgBox-header {
      position: relative;
      background-color: #f5f5f5;
    }
    .bgImgBox.is-2column .bgImgBox-header:before, .bgImgBox.is-3column .bgImgBox-header:before {
      display: none;
    }
    .bgImgBox.is-2column .bgImgBox-header:after, .bgImgBox.is-3column .bgImgBox-header:after {
      border-color: #AA8E76;
    }
    .bgImgBox.is-2column .bgImgBox-headTitle, .bgImgBox.is-3column .bgImgBox-headTitle {
      color: #000;
    }
    .bgImgBox.is-2column .bgImgBox-leadText, .bgImgBox.is-3column .bgImgBox-leadText {
      color: #000;
    }
    .bgImgBox.is-2column .bgImgBox-subTitle, .bgImgBox.is-3column .bgImgBox-subTitle {
      color: #000;
    }
  }
  .bgImgBox:hover .bgImgBox-bgImg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  .bgImgBox:hover .bgImgBox-bgImg.hasScreen:before {
    background-color: rgba(0, 0, 0, .5);
  }
  .bgImgBox:hover .viewMore {
    margin-top: 20px; 
    color: #fff;
    line-height: 1.5;
  }
  .bgImgBox:hover .viewMore:before {
    background-color: #fff;
  }

  .bgImgBox-bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94); 
    transition-duration: 20s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .bgImgBox-bgImg:before {
    transition-timing-function: linear; 
    transition-duration: .3s;
    transition-property: background-color;
  }
  @media only screen and (max-width: 60em) {

    .bgImgBox-bgImg:before {
      display: none !important;
    }
  }

  .bgImgBox-header {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 650px; 
    width: 92%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-header {
      top: auto;
      bottom: 0;
      left: 0;
      padding: 4% 10% 4% 4%;
      max-width: 100%; 
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .bgImgBox-header:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 80%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, .22); 
    content: "";
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-header:before {
      width: 100%;
      border-radius: 0;
      background-color: rgba(0, 0, 0, .5); 
      box-shadow: none;
    }
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-header:after {
      position: absolute;
      top: 0;
      right: 4%;
      bottom: 0;
      display: block;
      margin: auto;
      width: 34px;
      height: 34px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #fff;
      content: "";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @media only screen and (max-width: 37.5em) {
    .bgImgBox-header:after {
      width: 17px;
      height: 17px;
    }
  }
  .bgImgBox-header p +p {
    margin-top: 16px;
  }

  .bgImgBox-category {
    position: relative;
    color: #fff;
    letter-spacing: .2rem;
    font-weight: bold; 
    font-size: 1.7rem;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-category {
      display: none;
    }
  }
  .bgImgBox-category:after {
    display: block;
    margin: 20px auto; 
    width: 30px;
    height: 1px;
    background-color: #fff;
    content: "";
  }

  .bgImgBox-headTitle {
    position: relative;
    margin-bottom: 10px; 
    color: #fff;
    letter-spacing: .4rem;
    font-weight: normal;
    font-size: 2.8rem;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-headTitle {
      margin-bottom: 0; 
      text-align: left;
      font-size: 2.4rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .bgImgBox-headTitle {
      font-size: 2rem;
    }
  }
  .bgImgBox-headTitle.ja {
    font-weight: bold;
  }

  .bgImgBox-leadTitle {
    position: relative;
    margin-bottom: 10px; 
    color: #fff;
    letter-spacing: .4rem;
    font-size: 2.8rem;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-leadTitle {
      margin-bottom: 0; 
      text-align: left;
      font-size: 2.2rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .bgImgBox-leadTitle {
      font-size: 1.5rem;
    }
  }

  .bgImgBox-subTitle {
    position: relative;
    color: #fff;
    font-weight: bold; 
    font-size: 1.5rem;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-subTitle {
      text-align: left; 
      font-size: 1.4rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .bgImgBox-subTitle {
      font-size: 1.3rem;
    }
  }

  .bgImgBox-text {
    position: relative; 
    color: #fff;
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .bgImgBox-text span{
    border: solid;
    border-style: solid; border-width: 1px;
    padding: 3px;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-text {
      color: #000;
      text-align: left;
      font-size: 1.3rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .bgImgBox-text {
      font-size: 1.2rem;
    }
  }

  .bgImgBox-leadText {
    position: relative; 
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
  }
  @media only screen and (max-width: 60em) {
    .bgImgBox-leadText {
      text-align: left;
      font-size: 1.4rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .bgImgBox-leadText {
      font-size: 1.3rem;
    }
  }

  .weddingSlideBox {
    background-color: #f5f5f5;
  }
  .weddingSlideBox .slick-dots {
    position: absolute;
    bottom: 0;
    z-index: 5; 
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox .slick-dots {
      position: relative;
    }
  }
  .weddingSlideBox .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    padding: 10px;
  }
  .weddingSlideBox .slick-dots li:hover {
    cursor: pointer;
  }
  .weddingSlideBox .slick-dots li:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; 
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox .slick-dots li:after {
      background-color: #aaa;
    }
  }
  .weddingSlideBox .slick-dots li button {
    display: none;
  }
  .weddingSlideBox .slick-dots li.slick-active:after {
    background-color: transparent;
    background-color: #fff;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox .slick-dots li.slick-active:after {
      border: 1px solid #AA8E76;
    }
  }
  .weddingSlideBox .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5000;
    margin: auto;
    padding: 0;
    width: 58px;
    height: 78px;
    outline: none;
    border: none;
    background: transparent url(../img/common/slideArrow.png) center center no-repeat;
    background-size: contain; 
    color: transparent;
    transition-timing-function: linear;
    transition-duration: .2s;
    transition-property: opacity;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox .slick-arrow {
      top: auto;
      bottom: 14px;
      display: block;
      width: 30px;
      height: 40px;
      background: transparent;
    }
  }
  .weddingSlideBox .slick-arrow:hover {
    opacity: .6; 
    cursor: pointer;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox .slick-arrow:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: auto;
      width: 17px;
      height: 17px;
      border-top: 1px solid #AA8E76;
      border-left: 1px solid #AA8E76;
      content: "";
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }
  .weddingSlideBox .slick-arrow.slick-prev {
    left: 4%;
  }
  .weddingSlideBox .slick-arrow.slick-next {
    right: 4%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .weddingSlideBox.is-even .weddingSlideBox-header {
    left: 0;
  }
  .weddingSlideBox.is-even .weddingSlideBox-slider {
    margin-left: 38%;
  }
  .weddingSlideBox.is-odd .weddingSlideBox-header {
    right: 0;
  }
  .weddingSlideBox.is-odd .weddingSlideBox-slider {
    margin-right: 38%;
  }

  .weddingSlideBox-body {
    position: relative;
  }

  .weddingSlideBox-bgImg {
    padding-top: 41.17647%; 
    width: 100%;
  }
  .weddingSlideBox-bgImg img {
    position: absolute;
    top: 0;
    left: 0;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-bgImg {
      display: none;
    }
  }

  .weddingSlideBox-slider {
    position: relative; 
    overflow: hidden;
    width: 62%;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-slider {
      margin: 0 !important; 
      width: 100%;
    }
  }
  .weddingSlideBox-slider:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30%;
    background: transparent url("../img/common/imageBottomScreen.png") top center repeat-x;
    background-size: cover; 
    content: "";
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-slider:after {
      display: none;
    }
  }

  .weddingSlideBox-header {
    position: absolute;
    top: 50%;
    padding: 0 2%; 
    width: 38%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-header {
      position: relative;
      top: auto;
      padding: 4%; 
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }

  .weddingSlideBox-headTitle {
    margin-bottom: 2%;
    letter-spacing: .4rem;
    font-weight: normal; 
    font-size: 2.8rem;
    font-family: "Quicksand";
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-headTitle {
      margin-bottom: 4%; 
      font-size: 2rem;
    }
  }
  .weddingSlideBox-headTitle span {
    display: block;
    letter-spacing: .1rem;
    font-weight: bold; 
    font-size: 1.5rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-headTitle span {
      font-size: 2rem;
      font-size: 1.4rem;
    }
  }
  .weddingSlideBox-headTitle.ja {
    letter-spacing: .1rem;
    font-weight: bold;
    font-size: 2rem;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .weddingSlideBox-text {
    margin-bottom: 6%; 
    font-size: 1.2rem;
  }
  .weddingSlideBox-text span {
    display: inline-block;
  }
  .weddingSlideBox-text:before, .weddingSlideBox-text:after {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    content: "";
    vertical-align: middle;
  }

  .weddingSlideBox-subTitle {
    margin-bottom: 3%; 
    color: #AA8E76;
    font-size: 1.8rem;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-subTitle {
      font-size: 1.5rem;
    }
  }

  .weddingSlideBox-leadText {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 2;
  }
  @media only screen and (max-width: 60em) {
    .weddingSlideBox-leadText {
      font-size: 1.2rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .weddingSlideBox-leadText br {
      display: none;
    }
  }

  .chefProfileBlock .Btn {
    clear: both;
    margin: auto; 
    max-width: 240px;
  }
  @media only screen and (min-width: 37.5625em) {
    .chefProfileBlock .Btn {
      display: none;
    }
  }

  .chefProfileBox {
    position: relative;
    margin-bottom: 32px; 
    background-color: #f5f5f5;
  }
  @media only screen and (max-width: 37.5em) {
    .chefProfileBox {
      float: left; 
      width: 49.8%;
    }
    .chefProfileBox:nth-child(2) {
      float: right;
    }
  }
  .chefProfileBox:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }

  .chefProfileBox-bgImg {
    position: absolute;
    top: 0;
    left: 0; 
    max-width: 180px;
    height: 100%;
  }
  @media only screen and (max-width: 37.5em) {
    .chefProfileBox-bgImg {
      position: relative;
      max-width: 100%;
    }
  }

  .chefProfileBox-body {
    padding: 24px; 
    padding-left: 200px;
    min-height: 260px;
  }
  @media only screen and (max-width: 37.5em) {
    .chefProfileBox-body {
      display: none;
    }
  }

  .chefProfileBox-header {
    margin-bottom: 16px;
    color: #AA8E76;
  }

  .chefProfileBox-headTitle {
    letter-spacing: .4rem; 
    font-size: 2rem;
  }
  .chefProfileBox-headTitle span {
    display: block;
    letter-spacing: 0rem; 
    font-size: 1.4rem;
  }

  .chefProfileModalBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
    overflow: scroll; 
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
  }
  .chefProfileModalBlock .wrapper {
    margin: 5% auto;
    padding: 80px 4% 4%;
    background-color: #fff;
  }
  .chefProfileModalBlock .wrapper:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }
  .chefProfileModalBlock .chefProfileModalBlock-closeBtn {
    position: absolute;
    top: 4%;
    right: 4%;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .chefProfileModalBlock .chefProfileModalBlock-closeBtn:before, .chefProfileModalBlock .chefProfileModalBlock-closeBtn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; 
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
  }
  .chefProfileModalBlock .chefProfileModalBlock-closeBtn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .chefProfileModalBlock .chefProfileModalBlock-closeBtn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .chefProfileModalBlock .chefProfileBox {
    position: relative; 
    float: none;
    width: auto;
    background-color: #fff;
  }
  .chefProfileModalBlock .chefProfileBox:last-child {
    padding-top: 8%;
  }
  .chefProfileModalBlock .chefProfileBox:last-child:before {
    position: absolute;
    top: 0;
    display: block; 
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    content: "";
  }
  .chefProfileModalBlock .chefProfileBox-bgImg {
    display: inline;
    float: left;
    margin-right: 16px;
    width: 90px;
    background-image: none !important;
  }
  .chefProfileModalBlock .chefProfileBox-bgImg img {
    visibility: visible;
  }
  .chefProfileModalBlock .chefProfileBox-body {
    padding: 0;
  }
  .chefProfileModalBlock .chefProfileBox-body {
    display: inline;
  }
  .chefProfileModalBlock .chefProfileBox-headTitle {
    font-size: 1.7rem;
  }
  .chefProfileModalBlock .chefProfileBox-headTitle span {
    font-size: 1.2rem;
  }
  .chefProfileModalBlock .chefProfileBox-text {
    font-size: 1.2rem;
  }

  .MainContentBlock.learnMore .bgImgBox.is-2column {
    padding-top: 33.82353%; 
    width: 50%;
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock.learnMore .bgImgBox.is-2column {
      padding-top: 0;
      width: 100%;
    }
  }

  .MainContentBlock.bottomContact:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }

  .MainContentBlock.bottomContact .Btn {
    margin: auto;
    margin-bottom: 15px; 
    width: 240px;
  }
  @media only screen and (max-width: 37.5em) {
    .MainContentBlock.bottomContact .Btn {
      max-width: 240px; 
      width: 90%;
    }
  }

  .BottomContactBox {
    position: relative;
  }
  .BottomContactBox.is-1column {
    padding-top: 45.58824%;
    min-height: 600px; 
    width: 100%;
  }
  @media only screen and (max-width: 37.5em) {
    .BottomContactBox.is-1column {
      min-height: 550px;
    }
  }
  .BottomContactBox.is-1column .BottomContactBox-body {
    max-width: 600px;
  }
  .BottomContactBox.is-1column .BtnGroup {
    text-align: center;
  }
  @media only screen and (min-width: 60.0625em) {
    .BottomContactBox.is-1column .Btn {
      display: inline-block;
      margin-top: 2%; 
      margin-right: 2%;
      margin-left: 2%;
      width: 45%;
    }
  }
  .BottomContactBox.is-2column {
    float: left;
    padding-top: 50%;
    min-height: 550px; 
    width: 50%;
  }
  @media only screen and (max-width: 60em) {
    .BottomContactBox.is-2column {
      padding-top: 85.29412%;
      min-height: 0; 
      width: 100%;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .BottomContactBox.is-2column {
      padding-top: 133.33333%; 
      width: 100%;
    }
  }
  .BottomContactBox.is-2column .BottomContactBox-body {
    max-width: 370px;
  }

  .BottomContactBox-bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .BottomContactBox-body {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 56px;
    width: 92%; 
    background-color: rgba(255, 255, 255, .9);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @media only screen and (max-width: 60em) {
    .BottomContactBox-body {
      padding: 6%;
    }
  }

  .BottomContactBox-headTitle {
    color: #AA8E76;
    text-align: center; 
    letter-spacing: .2rem;
    font-weight: 700;
    font-size: 2.4rem;
    font-family: "Quicksand";
  }
  @media only screen and (max-width: 60em) {
    .BottomContactBox-headTitle {
      font-size: 2.2rem;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .BottomContactBox-headTitle {
      font-size: 2rem;
    }
  }
  .BottomContactBox-headTitle:after {
    display: block;
    margin: 20px auto;
    width: 30px;
    height: 1px;
    background-color: #AA8E76; 
    content: "";
  }
  @media only screen and (max-width: 60em) {
    .BottomContactBox-headTitle:after {
      margin: 15px auto;
    }
  }

  .BottomContactBox-text {
    margin-bottom: 20px; 
    text-align: center;
    font-size: 1.2rem;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .BottomContactBox-text +.BottomContatBox-text {
    display: none;
  }
  @media only screen and (max-width: 37.5em) {
    .BottomContactBox-text {
      margin-bottom: 15px; 
      font-size: 1.2rem;
    }
  }

  .BottomContactBox-subTitle {
    margin-bottom: 20px; 
    text-align: center;
  }
  @media only screen and (max-width: 37.5em) {
    .BottomContactBox-subTitle {
      margin-bottom: 15px;
    }
  }

  .Page-footer {
    position: relative;
    background-color: #222;
    z-index: 1;
  }

  .FooterMapBlock:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }

  .FooterMapBlock .Btn {
    width: 240px;
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBlock .Btn {
      margin: auto;
    }
  }

  .FooterMapBox {
    min-height: 650px;
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBox {
      min-height: 550px;
    }
  }
  .FooterMapBox.address {
    position: relative;
    float: left;
    padding-top: 41.17647%;
    width: 35%;
    background-color: #f5f5f5;
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBox.address {
      padding-top: 85.29412%; 
      width: 100%;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .FooterMapBox.address {
      padding-top: 133.33333%; 
      width: 100%;
    }
  }
  .FooterMapBox.map {
    position: relative;
    float: left; 
    padding-top: 41.17647%;
    width: 65%;
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBox.map {
      display: none;
    }
  }
  .FooterMapBox.map #MAP {
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
  }

  .FooterMapBox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBox-content {
      width: 92%;
    }
  }

  .FooterMapBox-headTitle {
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBox-headTitle {
      margin-bottom: 4%;
    }
  }
  .FooterMapBox-headTitle svg {
    width: 215px;
    height: 34px;
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBox-headTitle svg {
      display: block;
      margin: auto;
    }
  }

  .FooterMapBox-text {
    margin-bottom: 20px; 
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  @media only screen and (max-width: 60em) {
    .FooterMapBox-text {
      margin-bottom: 4%;
      text-align: center;
    }
  }
  .FooterMapBox-text strong {
    display: block;
  }

  .FooterLogoBlock {
    position: relative; 
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: #222;
  }
  @media only screen and (max-width: 37.5em) {
    .FooterLogoBlock {
      padding: 4% 0;
    }
  }
  .FooterLogoBlock svg {
    display: inline-block;
    width: 45px;
    height: 30px;
    vertical-align: middle;
  }
  @media only screen and (max-width: 60em) {
    .FooterLogoBlock svg {
      display: block;
      margin: auto;
    }
  }
  .FooterLogoBlock small {
    display: inline-block;
    margin-right: 15px; 
    color: #fff;
    vertical-align: middle;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  @media only screen and (max-width: 60em) {
    .FooterLogoBlock small {
      display: block;
      margin: auto;
      margin-right: 0;
      margin-bottom: 1%;
      text-align: center;
    }
  }

  /* facebookIcon */
  .FooterMapBox-content a.facebookBtn img {
    margin: 0;
    padding:10px 0 0 0;
    width: auto;
    background-color:transparent;
  }
  .FooterMapBox-content a.facebookBtn img :after {
    background-image:none;
  }
  .FooterMapBox-content a.facebookBtn img {
    width: 40px;
  }

  @media only screen and (max-width: 60em) {
  /* facebookIcon */
  .FooterMapBox-content a.facebookBtn img {

    padding:10px 0 0 0;
    background-color:transparent;
  }
  .FooterMapBox-content a.facebookBtn img :after {
    background-image:none;
  }
  .FooterMapBox-content a.facebookBtn img {
    position: relative;
      margin: auto;
      width: 40px;
  }
  }


  /* PICNIC facebookIcon */
  .social {
  padding:30px 0 0 0;
  }
  .social .underline {
  font-size: 1.7rem ;
  border-bottom:solid 3px #666 ;
  
  }
  .social a.facebookBtn img {
    margin: 0;
    padding:10px 0 0 0;
    width: auto;
    background-color:transparent;
  }
  .social a.facebookBtn img :after {
    background-image:none;
  }
  .social a.facebookBtn img {
    width: 40px;
  }

  @media only screen and (max-width: 60em) {
  .social a.facebookBtn img {

    padding:10px 0 0 0;
    background-color:transparent;
  }
  .social a.facebookBtn img :after {
    background-image:none;
  }
  .social a.facebookBtn img {
    position: relative;
      margin: auto;
      width: 40px;
  }
  }
  /* PICNIC facebookIcon */



  @media only screen and (max-width: 60em) {
    .backToTop {
      position: fixed;
      top: auto;
      right: 12px;
      bottom: 12px;
      z-index: 9900; 
      display: none;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: rgba(34, 34, 34, .95);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .backToTop p {
    display: inline-block;
    margin-right: 15px;
    color: rgba(255, 255, 255, .6);
    vertical-align: middle;
    letter-spacing: .1rem;
    font-size: 1.2rem; 
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  @media only screen and (max-width: 60em) {
    .backToTop p {
      display: none;
    }
  }
  .backToTop .arrow {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    transition-timing-function: linear; 
    transition-duration: .2s;
    transition-property: opacity;
  }
  @media only screen and (max-width: 60em) {
    .backToTop .arrow {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
    }
  }
  .backToTop .arrow svg {
    display: block;
    margin: auto;
    width: 17px;

    fill: rgba(255, 255, 255, .6);
  }
  .backToTop .arrow:hover {
    opacity: .5; 
    cursor: pointer;
  }

  .FooterWeddingSpaceBlock-inner {
    position: relative;
    margin-top: 40px;
    font-size: 0;
  }
  @media only screen and (max-width: 37.5em) {
    .FooterWeddingSpaceBlock-inner {
      margin-top: 4%;
    }
  }
  .FooterWeddingSpaceBlock-inner .wrapper {
    position: relative;
  }
  .FooterWeddingSpaceBlock-inner .wrapper:before {
    position: absolute;
    top: 0;
    left: 24%; 
    display: block;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    content: "";
  }
  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBlock-inner .wrapper:before {
      display: none;
    }
  }
  .FooterWeddingSpaceBlock-inner .wrapper:after {
    position: absolute;
    top: 0;
    right: 24%; 
    display: block;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);

    content: "";
  }
  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBlock-inner .wrapper:after {
      display: none;
    }
  }
  .FooterWeddingSpaceBlock-inner:before {
    position: absolute;
    top: 0;
    right: 0; 
    left: 0;
    display: block;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    content: "";
  }
  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBlock-inner:before {
      display: none;
    }
  }

  .FooterWeddingSpaceBox {
    display: inline-block;
    margin-right: 2%;
    margin-left: 2%;
    width: 22%;
    vertical-align: top; 
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 2.4;
  }
  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBox {
      margin-right: 0;
      margin-left: 0;
      padding: 2% 0; 
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
  }
  .FooterWeddingSpaceBox:first-child {
    margin-left: 0;
  }
  .FooterWeddingSpaceBox:last-child {
    margin-right: 0;
  }

  .FooterWeddingSpaceBox-headTitle {
    margin-bottom: 20px; 
    color: #b69458;
    font-size: 1.2rem;
  }
  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBox-headTitle {
      position: relative;
      margin-bottom: 0;
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .FooterWeddingSpaceBox-headTitle:before, .FooterWeddingSpaceBox-headTitle:after {
      position: absolute;
      top: 0;
      right: 4%;
      bottom: 0;
      display: block;
      margin: auto; 
      width: 14px;
      height: 1px;
      background-color: #fff;
      content: "";
    }
    .FooterWeddingSpaceBox-headTitle:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    .FooterWeddingSpaceBox-headTitle.is-active:after {
      display: none;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .FooterWeddingSpaceBox-headTitle {
      padding-top: 4%;
      padding-bottom: 4%;
    }
  }

  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBox-content {
      display: none;
    }
  }

  .FooterWeddingSpaceBox-subTitle {
    color: #fff; 
    font-size: 1.1rem;
  }

  .FooterWeddingSpaceBox-list {
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBox-list {
      margin-bottom: 0;
      font-size: 0;
    }
    .FooterWeddingSpaceBox-list:after {
      display: block;
      visibility: hidden; 
      clear: both;
      height: 0;
      content: "";
    }
  }

  .FooterWeddingSpaceBox-item {
    font-size: 1.1rem;
  }
  @media only screen and (max-width: 60em) {
    .FooterWeddingSpaceBox-item {
      display: inline-block;
      margin-bottom: 4%;
      width: 48%;
      vertical-align: top; 
      line-height: 1.6;
    }
    .FooterWeddingSpaceBox-item:nth-child(2n) {
      margin-left: 2%;
    }
    .FooterWeddingSpaceBox-item:nth-child(2n+1) {
      margin-right: 2%;
    }
  }
  .FooterWeddingSpaceBox-item a {
    display: block;
    color: #fff;
    transition-timing-function: linear; 
    transition-duration: .2s;
    transition-property: opacity;
  }
  .FooterWeddingSpaceBox-item a:hover {
    opacity: .5;
  }

  .FooterCopyrightBlock {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  @media only screen and (max-width: 60em) {
    .FooterCopyrightBlock {
      border-top: none;
    }
  }
  @media only screen and (max-width: 37.5em) {
    .FooterCopyrightBlock {
      margin-top: 4%;
    }
  }

  .FooterCopyrightBox {
    position: relative;
    padding: 40px 0;
  }
  @media only screen and (max-width: 60em) {
    .FooterCopyrightBox {
      padding: 4% 0;
    }
  }

  .FooterNav:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }

  .FooterNav-item {
    float: left;
    margin-right: 30px; 
    font-size: 1.1rem;
  }
  @media only screen and (max-width: 60em) {
    .FooterNav-item {
      margin-right: 2%;
      margin-bottom: 2%; 
      width: 48%;
    }
  }
  .FooterNav-item a {
    display: block;
    color: #fff;
    transition-timing-function: linear; 
    transition-duration: .2s;
    transition-property: opacity;
  }
  .FooterNav-item a:hover {
    opacity: .5;
  }

  .FooterCopyright {
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 0; 
    color: #878787;
    font-size: 1.1rem;
  }
  @media only screen and (max-width: 60em) {
    .FooterCopyright {
      position: relative;
      padding: 6% 0;
      text-align: center;
    }
  }

  .LoadingBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    /* display: none; */
  }
  .LoadingBlock.firstAccess .LoadingBox,
  .LoadingBlock.firstAccess .LoadingBg {
    display: none;
  }

  .LoadingBar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #009944;
    content: "";
    transition-timing-function: cubic-bezier(.215, .61, .355, 1); 
    transition-duration: .4s;
    transition-property: width;
  }

  @-webkit-keyframes LoadingAnimation {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes LoadingAnimation {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /*
  .LoadingBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-bottom: 3.5px solid #009944; 
    border-radius: 50%;
    -webkit-animation: LoadingAnimation 1.5s linear infinite;
    animation: LoadingAnimation 1.5s linear infinite;
  }
  @media only screen and (max-width: 60em) {
    .LoadingBox {
      width: 60px;
      height: 60px;
      border-bottom: 2px solid #009944;
    }
  }
  .LoadingBox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%; 
    content: "";
  }

  .LoadingBg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  @media only screen and (max-width: 60em) {
    .LoadingBg {
      width: 60px;
      height: 60px;
    }
  }
  .LoadingBg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .1); 
    border-radius: 50%;
    content: "";
  }
  */


  /* =========== banner_block =========== */
  .banner_block {
    position: relative;
    margin-top: 30px;
  }
  @media only screen and (max-width: 48em) {
    .banner_block .wrapper {
      margin: auto;
      padding-bottom: 0;
      width: 100%;
    }
  }
  @media only screen and (max-width: 48em) {
    .banner_block {
      padding-bottom: 0;
    }
  }

  /* = type-a = */
  .banner_block.type-a .banner-box_title {
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Oranienbaum";
  }
  .banner_block.type-a .banner-box_lead-txt {
    letter-spacing: 0.1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  @media only screen and (max-width: 48em) {
    .banner_block.type-a .banner-box_link {
      margin: auto;
    }
  }

  /* = type-b = */
  .banner_block.type-b .banner-box_title {
    margin-top: 2%;
    font-weight: normal;
    font-size: 34px;
    font-size: 3.4rem;
  }
  .banner_block.type-b .banner-box_lead-txt {
    letter-spacing: 0.1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
  @media only screen and (max-width: 48em) {
    .banner_block.type-b .banner-box_link {
      margin: auto;
    }
  }

  /* = banner_block color = */
  .banner_block.color_a_1 .banner-box {
    background-color: #C0BD9E;
  }
  .banner_block.color_b_1 .banner-box {
    background-color: #b49360;
  }
  .banner_block.color_b_1 .banner-box_title,
  .banner_block.color_b_1 .banner-box_lead-txt,
  .banner_block.color_b_1 .banner-box_link {
    color: #fff;
  }
  .banner_block.color_b_1 .banner-box_link:after {
    background-image: url("../../../../yokohama/grandoriental/common/img/icon_arrow-right-white.png");
    background-size: contain;
  }
  @media only screen and (max-width: 48em) {
    .banner_block.color_b_1 .banner-box_link {
      margin: auto;
    }
  }



  /* =========== banner-box =========== */
  .banner-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    background-color: #CDCAB1;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  @media only screen and (max-width: 48em) {
    .banner-box {
      margin-bottom: 5%;
    }
  }
  .banner-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .banner-box:hover {
    opacity: 0.8;
  }
  .banner-box:hover .banner-box_content a:after {
    right: -5px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }

  /* = banner-box_bg-img = */
  .banner-box_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*.banner-box_bg-img img {
    visibility: hidden;
  }*/
  @media only screen and (max-width: 48em) {
    .banner-box_bg-img {
      position: relative;
  /*    padding-top: 45.33333%; */
      width: 100%;
      width: 100%;
    }
  /*  .banner-box_bg-img img {
      display: none;
    } */
  }

  /* = banner-box_content = */
  .banner-box_content {
    position: relative;
    z-index: 100;
    float: right;
    padding: 4%;
    width: 50%;
  }
  .banner-box_content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 96%;
    height: 90%;
    outline: 1px solid #fff;
    content: "";
  }
  @media only screen and (max-width: 48em) {
    .banner-box_content {
      position: relative;
      padding: 30px 6%;
      width: 100%;
      text-align: center;
    }
  }

  /* = banner-box_title = */
  .banner-box_title {
    margin-bottom: 2%;
    letter-spacing: 0.2rem;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
  }
  @media only screen and (max-width: 48em) {
    .banner-box_title {
      margin-bottom: 2%;
      font-size: 20px;
      font-size: 2rem;
    }
  }

  /* = banner-box_lead-txt = */
  .banner-box_lead-txt {
    margin-bottom: 2%;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
  }
  @media only screen and (max-width: 48em) {
    .banner-box_lead-txt {
      font-size: 12px;
      font-size: 1.2rem;
    }
  }

  /* = banner-box_link = */
  .banner-box_link {
    position: relative;
    display: block;
    width: 80px;
    color: #444;
    text-decoration: none;
  }
  .banner-box_link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 6px;
    height: 9px;
    background: transparent url("../../../../yokohama/grandoriental/common/img/icon_arrow-right-black.png") center center no-repeat;
    content: "";
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: right, -webkit-transform;
    transition-property: right, transform;
    transition-property: right, transform, -webkit-transform;
  }





  /* 挙式ページのワークショップ導線バナー */
  section.lthwork_banner{
    padding-top:30px;
    }

  section.lthwork_banner:after {
      display: block;
      visibility: hidden; 
      clear: both;
      height: 0;
      content: "";
    }

  section.lthwork_banner div.lthwork_banner_left{
    width:50%;
    padding-top:30%;
    float:left;
    background-image:url(../../service/wedding/ceremony/img/lth_banner.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    }

  section.lthwork_banner div.lthwork_banner_right{
    position:relative;
    width:50%;
    padding-top:30%;
    float:left;
    background-color:#f5f5f5;
    }

  section.lthwork_banner div.lthwork_banner_right_inner{
    position:absolute;
    top:35%;
    left:0;
    right:0;
    width:80%;
    margin:0 auto;
    }
  div.lthwork_banner_right_inner h3{
    margin:0 auto 15px;
    font-size:2rem;
    text-align:center;
    }

  div.lthwork_banner_right_inner p{
    margin:0 auto 15px;
    }

  div.lthwork_banner_right_inner .lthwork_btn{
    width:300px;
    margin:0 auto;
    }

  @media only screen and (max-width: 60em) {
  section.lthwork_banner div.lthwork_banner_left{
    width:100%;
    padding-top:50%;
    float:none;
    background-image:url(../../service/wedding/ceremony/img/lth_banner.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    }

  section.lthwork_banner div.lthwork_banner_right{
    position:relative;
    width:100%;
    padding-top:0;
    float:none;
    background-color:#f5f5f5;
    }
  section.lthwork_banner div.lthwork_banner_right_inner{
    position: static;
    width:80%;
    margin:0 auto;
    padding:5% 0;
    }
  }

  /* アイテムページのダウンロードバナー */
  section.registration_banner{
    margin:5% 0 0 0;
    padding:3px 0;
    border-top:#a37e31 3px solid;
    border-bottom:#a37e31 3px solid;
    background-color:#f5f5f5;
    }

  div.registration_banner_inner{
    margin:0;
    padding:30px 0 40px 0;
    border-top:#a37e31 2px solid;
    border-bottom:#a37e31 2px solid;
    }

  /* h2 */
  section.registration_banner h2{
    margin:0 0 20px 0;
    font-size:14px;
    text-align:center;
    }
  section.registration_banner h2 > span{
    display: inline-block;
    margin-bottom:5px;
    font-size:28px;
    text-align:center;
    border-bottom:#a37e31 solid 1px;
    }

  /* p */
  section.registration_banner p.registrationtxt{
    margin:0 0 20px 0;
    font-size:14px;
    text-align:center;
    }

  /* pdf_zone */
  div.pdf_zone{
    width:60%;
    margin:0 auto;
    }

  div.pdf_zone:after {
      display: block;
      visibility: hidden; 
      clear: both;
      height: 0;
      content: "";
    }

  div.pdf_zone div.pdf_zone_left{
    float:left;
    width:45%;
    margin:0 10% 0 0;
    }

  div.pdf_zone div.pdf_zone_right{
    float:left;
    width:45%;
    }

  /* figure */
  div.pdf_zone figure{
    position:relative;
    margin:0 auto 10px;
    border:#a37e31 2px solid;
    }

  div.pdf_zone figure:hover{
    opacity:0.8;
    transition:0.6s;
    }
      

  /* download */
  div.pdf_download_btn{
    box-sizing:border-box;
    position:relative;
    width:100%;
    padding:10px 20px;
    border:#a37e31 1px solid;
    text-align:center;
    color:#a37e31;
    font-size:14px;
    }
  div.pdf_download_btn:hover{
    box-sizing:border-box;
    background-color:#a37e31;
    color:#FFF;
    transition:0.3s;
    }

  div.pdf_download_btn a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }

  @media only screen and (max-width: 48em) {
  /* h2 */
  section.registration_banner h2{
    margin:0 0 20px 0;
    font-size:14px;
    text-align:center;
    }
  section.registration_banner h2 > span{
    display: inline-block;
    margin-bottom:5px;
    font-size:20px;
    text-align:center;
    border-bottom:#a37e31 solid 1px;
    }

  /* p */
  section.registration_banner p.registrationtxt{
    margin:0 auto 20px auto;
    font-size:12px;
    text-align:center;
    width:96%;
    }
    
  section.registration_banner p.registrationtxt > br{
    display:none;
    }
    
  div.pdf_zone{
    width:70%;
    margin:0 auto;
    }
  div.pdf_zone div.pdf_zone_left{
    float:none;
    width:100%;
    margin:0 0 8% 0;
    }

  div.pdf_zone div.pdf_zone_right{
    float:none;
    width:100%;
    }
  div.pdf_download_btn{
    box-sizing:border-box;
    position:relative;
    width:100%;
    padding:10px 20px;
    border:#a37e31 1px solid;
    text-align:center;
    color:#ffffff;
    background-color:#a37e31;
    font-size:14px;
    }
  }

  .regular-holiday{
  color : #0033cc !important;
  text-decoration: underline;
  }



  /* headerバナー */

  .MainvisualBanner {
    position: absolute;
    right: 15px;
    bottom: 70px;
    z-index: 500;
    display: inline-block;
    min-width: 400px;
    background-color: #b69955;
    font-size: 0;
    transition-timing-function: linear; 
    transition-duration: .2s;
    transition-property: background-color;
  }
  @media only screen and (max-width: 37.5em) {
    .MainvisualBanner {
      position: relative;
      right: auto;
      bottom: auto;
      display: block;
      min-width: 0; 
      width: 100%;
    }
  }
  .MainvisualBanner:hover {
    background-color: #a37e31;
  }

  .MainvisualBanner-bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }

  .MainvisualBanner-header {
    display: block;
    padding: 3% 3% 3% 43%;
    width: 100%; 
    color: #fff;
    vertical-align: top;
  }
  @media only screen and (max-width: 37.5em) {
    .MainvisualBanner-header:after {
      position: absolute;
      top: 0;
      right: 4%;
      bottom: 0;
      display: block;
      margin: auto;
      width: 17px;
      height: 17px;
      border-width: 1px 1px 0 0;
      border-style: solid;
      border-color: #fff;
      content: "";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  .MainvisualBanner-header >a {
    position: relative; 
    display: block;
    padding-right: 10px;
    color: #fff;
    text-align: right;
    font-size: 1.1rem;
  }
  @media only screen and (max-width: 37.5em) {
    .MainvisualBanner-header >a {
      display: none;
    }
  }
  .MainvisualBanner-header >a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin: auto; 
    width: 6px;
    height: 6px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .MainvisualBanner-date {
    font-size: 1.3rem;
  }
  @media only screen and (max-width: 37.5em) {
    .MainvisualBanner-date {
      font-size: 1.2rem;
    }
  }

  .MainvisualBanner-headTitle {
    font-size: 1.6rem;
  }
  @media only screen and (max-width: 37.5em) {
    .MainvisualBanner-headTitle {
      font-size: 1.5rem;
    }
  }
  .TxtWhite {
    color:#FFF;
  }
  /* headerバナー */



  .contents_area_type1 {
    text-align: center;
  }

  /* 06 */
  .heading-006 {
      font-family:'Montserrat', sans-serif !important;
      font-weight: normal;
      display: inline-block;
      position: relative;
      padding: 0 2.5em;
      color: #333333;
      margin: auto;
      text-align: center;
      font-size: 32px;
  }
  .heading-006::before,
  .heading-006::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 45px;
      height: 1px;
      background-color: #c2a264;
  }
  .heading-006::before {
      left: 0;
  }
  .heading-006::after {
      right: 0;
  }

  /* 036 */ 
  .heading-036 {
    position: relative;
    padding: 2px;
    color: #c2a264;
    width: 250px;
    margin: auto;
    font-size: 28px;
    font-weight: normal;
    font-family:'Montserrat', sans-serif !important;
  }
  .heading-036::before,
  .heading-036::after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    content: '';
  }
  .heading-036::before {
    top: 0;
    left: 0;
    border-top: 1px solid #c2a264;
    border-left: 1px solid #c2a264;
  }
  .heading-036::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #c2a264;
    border-right: 1px solid #c2a264;
  }
  /* 768px */
  @media only screen and (max-width: 48em) {
    .heading-036 {
      font-size: 24px;
      width: 200px;
      font-weight: normal;
      font-family:'Montserrat', sans-serif !important;
    }
    }







  /* =============== imstagram =============== */
  article.footer_instagram_area{
    text-align:center;
    padding:0 0 2% 0;
    }

  h2.footer_instagram_title{
    margin:0;
    padding:15px 0 0 0;
    color:#AA8E76;
    font-size:2.4rem;
    font-size:24px;
    line-height:1.2;
    letter-spacing: .2rem;
    text-align:center;
    font-weight: 700;
    font-family: "Quicksand", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    }
  h2.footer_instagram_title span{
    margin:0;
    font-size:1.8rem;
    font-size:18px;
    letter-spacing: .1rem;
    text-align:center;
    }
  /* txt */
  p.footer_instagram_txt{
    display:inline-block;
    margin:0 0 10px 0;
    font-size:1.4rem;
    font-size:14px;
    color:#AA8E76;
    text-align:left;
    line-height:1.4;
    /*border:solid #b69458 1px;*/
    transition: all 0.3s;
    font-weight: 600;
    font-family: "Quicksand", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    }
  p.footer_instagram_txt strong{
    font-size:1.8rem;
    font-size:18px;
    }
  p.footer_instagram_txt a{
    display:block;
    background:url(../../../../../common/img/instagram.png) no-repeat left 10px center;
    background-size:22px 22px;
    padding:8px 10px 8px 38px;
    font-size:1.8rem;
    font-size:18px;
    color:#009944;
    text-decoration:none;
    }

  p.footer_instagram_txt:hover{
    opacity:0.8;
    }
  p.footer_instagram_txt:hover a{
    }

  /* instafeed */
  ul.footer_instafeed{
    width:98%;
    margin:0 auto;
    }
  ul.footer_instafeed:after {
    display: block;
    visibility: hidden; 
    clear: both;
    height: 0;
    content: "";
  }
  ul.footer_instafeed li{
    float:left;
    width:11.111111111%;
    margin:0;
    padding:0;
    outline:solid 3px #FFFFFF;
    }
  ul.footer_instafeed li img{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    line-height:0;
    }

  /* 768px */
  @media only screen and (max-width: 48em) {
  ul.footer_instafeed{
    width:94%;
    margin:0 auto;
    }
  ul.footer_instafeed li{
    width:33.333333%;
    }
  }

  /* 960px以下でコンタクト部分のインスタアイコン削除 */
  @media only screen and (max-width: 60em) {
  .contact_insta_icon , span.instaNote{
    display:none !important;
    }
  }

  /*TOPページリニューアル見出し　*/
  .Renew-type {
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
      letter-spacing: .6rem;
    font-size: 1.9rem;
    font-family: "Quicksand";
    color: #FFF;
  }

  /* トップページスペシャルイベント1カラム用 */
  .MainContentBlock.spEventOneColumn {
    background-color: #f5f5f5;
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock.spEventOneColumn {
      margin-bottom: 1%;
    }
  }
  .MainContentBlock.spEventOneColumn .bgImgBlock {
    margin-bottom: 0px;
  }
  @media only screen and (min-width: 60.0625em) {
    .MainContentBlock.spEventOneColumn .bgImgBlock {
      margin-right: auto; 
      margin-left: auto;
      max-width: 1024px;
      width: 100%;
    }
  }
  @media only screen and (min-width: 60.0625em) and (max-width: 69.56522em) {
    .MainContentBlock.spEventOneColumn .bgImgBlock {
      margin-right: 4%; 
      margin-left: 4%;
      width: 92%;
    }
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock.spEventOneColumn .bgImgBlock {
      margin-bottom: 4%;
    }
  }
  .MainContentBlock.spEventOneColumn .bgImgBox {
    padding-top: 56.25%; 
    width: 100%;
  }
  @media only screen and (max-width: 60em) {
    .MainContentBlock.spEventOneColumn .bgImgBox {
      padding-top: 100%; 
      width: 100%;
    }
  }
  .MainContentBlock.spEventOneColumn .Btn {
    margin: auto; 
    width: 240px;
  }
  /* トップページスペシャルイベント1カラム用 */


  /*アニメーション要素のスタイル*/
  .animation {
    opacity : 0;
    visibility: hidden;
    transition: 2.5s;
    transform: translateY(20px);
  }
  /*アニメーション要素までスクロールした時のスタイル*/
  .active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* img 縁取り装飾 */
  img.pictureframe{
    border-top: 1px solid #009944;
    border-bottom: 1px solid #009944;
  }

  /*====== type-b 横3列 ======*/
  .type-b {
    display: flex;
    justify-content: space-between;
  }

  /*====== fair area ======*/
  .fair_area{
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    padding: 2% 0;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
  }
  .fair_title{
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
  }
  .fair_title span{
    font-size: 13px;
  }
  ol.fair_text{
    counter-reset:list;
    list-style-type:none;
    padding:0 30%;
    text-align: left;
    margin: 30px 0;
  }
  ol.fair_text li{
    position:relative;
    padding: 0 0 0 20px;
    margin: 10px 0 10px 0px;
    font-weight: bold;
    font-size:20px;
    line-height: 30px;
    border-bottom: dashed 1px #009944;
  }
  ol.fair_text li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #009944;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media only screen and (max-width: 48em) {
  .fair_area{
    padding: 7% 7% 5% 7%;
  }
  ol.fair_text{
    padding:0 10%;
    margin: 15px 0;
  }
  ol.fair_text li{
    font-size:18px;
    line-height: 25px;
  }
  }


  /* youtube */
  .post_movie-outer {
    max-width: 768px;
    margin: 80px auto 0 ; 
    position: relative;
    overflow: hidden;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
  }
  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  @media only screen and (max-width: 48em) {
  .post_movie-outer {
    margin: 50px 20px 0 20px; 
  }  
  }





  /* ========== common.css 上書き ========== */
  .neo_lead_text1 {
    font-weight: normal !important;
  }
  .neo_lead_text2.type2{
    line-height: 2;
  }
  .neo_lead_text2 span.s_type2{
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .neo_lead_text3{
    color: #009944;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  div.Page-header-neo h2.header-neo-item2 span {
    font-size: 36px !important;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .mb_show { display: none; }
  .pc_show { display: block; }

  /* swiper */
  .swiper-photo-container {
    padding-bottom: 5px !important;
  }

  /* 768px */
  @media only screen and (max-width: 48em) {
    .neo_lead_text1 {
      font-size: 2.0rem !important;
    }
    .neo_lead_text2 {
      font-size: 1.3rem;
      text-align: center;
    }
    .neo_lead_text2 span.s_type2 {
      font-size: 18px;
    }
    div.Page-header-neo h2.header-neo-item2 span {
      font-size: 24px !important;
      font-weight: bold;
      margin-bottom: 0;
    }
    .mb_show { display: block; }
    .pc_show { display: none;}

    div.Page-header-neo div.header-neo-inner {
      padding-bottom: 0px;
    }
    }

  /* 背景グラデーションカラーテスト */
  .bg_color1_test {
    background:linear-gradient(45deg, #d6ffcd,#f7ffe9,#d3ffcd);/*グラデーションを定義*/
    background-size: 200% 200%;/*サイズを大きくひきのばす*/
    animation: bggradient 5s ease infinite;
  }
  @keyframes bggradient{
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  /* リンク装飾 */
  .MainContentBlock a {
  /*  text-decoration: underline;*/
  }

  /* 電話番号 */
  .contact_modalbox_txt {
    margin-bottom: 5% !important;
  }
  a.Btn_Style2 {
    font-size: 18px !important;
  }
  a.Btn_Style2 span{
    font-size: 28px !important;
  }
  /* 768px */
  @media only screen and (max-width: 48em) {
    a.Btn_Style2 {
      font-size: 16px !important;
    }
    a.Btn_Style2 span{
      font-size: 24px !important;
    }
    }

  .clone-header .header-nav .nav_item >a {
    color: #000 !important;
  }
  /*ハンバーガーナビ*/
  @media only screen and (max-width: 48em) {
    .clone-header .header-box-outer {
      padding: 2%;
    }
    /*
    .clone-header .header-box-outer .nav-trigger {
      background-color: #fff;
      background-image: url("/bridal/osaka/jacksongarden/common/img/icon_trigger-green.png");
    }*/
  }


  /* =========== ローディング画面 =========== */
  #loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #009944;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .loaded {
    opacity: 0;
    visibility: hidden;
  }
  /* アニメーション */
  .loader007,
  .loader007:before,
  .loader007:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader007 {
    color: #ffffff;
    font-size: 8px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: 40%;
  }
  .loader007:before,
  .loader007:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader007:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader007:after {
    left: 3.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @media only screen and (max-width: 48em) {
  .loader007 {
    font-size: 5px;
    top: 37%;
  } 
  }








  .spinner {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    top: 30%;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


  /* =========== メインビジュアル　スライドショー =========== */
  .container {
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }

  .slider-area {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 25s linear infinite 0s;
  }

  .slider-item:nth-child(2) {
    animation-delay: 5s;
  }

  .slider-item:nth-child(3) {
    animation-delay: 10s;
  }

  .slider-item:nth-child(4) {
    animation-delay: 15s;
  }

  .slider-item:nth-child(5) {
    animation-delay: 20s;
  }

  .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
  }



  /* =========== サムネイル付　スライドショー =========== */

  /* スライダー共通のスタイル */
  .slider_container * {
    box-sizing: border-box;
  }
  .slider_container img {
    max-width: 100%;
  }

  /* メインスライダーのスタイル */
  .slider {
    margin-bottom: 30px; 
  }
  .slider .slick-slide {
    margin: 0 5px; /* スライドの間隔 */
  }

  /* サムネイルスライダーのスタイル */
  .thumbs {
    max-width:100%;
    margin:0 auto;
  }

  .thumbs .slick-slide {
    margin: 0 5px;/* スライドの間隔 */
  }

  /* 現在表示中のサムネイルのデザイン */
  .thumbs .slick-current img {
    border-bottom: solid 1px #009944;
  }
  /* 768px */

  @media only screen and (max-width: 48em) {
  .slider {
    margin-bottom: 10px; 
  }
  .slider .slick-slide {
    margin: 0 3px; /* スライドの間隔 */
  }
  }

  .access_map{
    padding: 0 5%;
  }
  @media only screen and (max-width: 48em) {
  .access_map{
    padding: 0;
  }
  }

  .access_area{
    border-bottom: solid 1px #009944;
    margin-bottom: 30px;
  }
}