@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/*テキスト内で使うリンクカラー*/
/*テキスト内で使うリンクカラー*/
/*Font*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@media screen and (max-width: 1000px) {
  body {
    padding-top: 65px!important; }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    background-color: #E0E4E3; }
    .breadcrumbs .inner {
      padding: 8px 20px; }
      .breadcrumbs .inner > span {
        display: inline-block;
        position: relative;
        padding-right: 15px;
        font-size: 10px;
        color: #000;
        font-size: 8px; }
        .breadcrumbs .inner > span:not(:last-of-type)::after {
          content: "|";
          display: inline-block;
          margin-left: 15px; }
        .breadcrumbs .inner > span a {
          color: #333333; }
  .bg_gray {
    background-color: #eff3f3; }
    .bg_gray.box {
      padding: 50px 0; }
  .floating_side_info, .floating_btn {
    opacity: 1; }
  .page_head_wrap figure {
    width: 100%;
    background: #E0E4E3;
    height: 210px; }
    .page_head_wrap figure.concept {
      background: url(../img/second/page_head_bg_concept.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.ceremony {
      background: url(../img/second/page_head_bg_ceremony.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.cuisine {
      background: url(../img/second/page_head_bg_cuisine.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.plan {
      background: url(../img/second/page_head_bg_plan.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.fair-for-fuwel-figure::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 78.5%;
        background: rgba(0,0,0,0.4); 
        z-index: 1; }
      .page_head_wrap figure.fair-for-fuwel-figure {
        background: url(../img/second/page_head_bg_fair.webp) no-repeat;
        background-size: cover;
        background-position: center; }
    .page_head_wrap figure.report {
      background: url(../img/second/page_head_bg_report.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.dress {
      background: url(../img/second/page_head_bg_dress.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.takeout {
      background: url(https://eterna-takasaki.com/wp/wp-content/themes/memolead-wedding/images/second/page_head_bg_takeout.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.restaurant {
      background: url(https://eterna-takasaki.com/wp/wp-content/themes/memolead-wedding/images/second/page_head_bg_restaurant.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.party_conference {
      background: url(../img/second/page_head_bg_party_conference.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.dress {
      background-position: right; }
  .page_head_wrap #page_title_en {
    color: #97A5A3;
    font-family: "linotype-didot", serif;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
    font-style: italic;
    color: #97A5A3;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, white 1%, white 50%, #97a5a3 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 52px;
    line-height: 1.3; 
    position: relative;
    z-index: 10;
  }
  .page_head_wrap .ceremony + #page_title_en {
    font-size: 42px; }
  .page_head_wrap #page_title {
    color: #97A5A3;
    font-weight: normal;
    text-align: center;
    font-size: 10px;
    margin-top: -15px; }
    .page_head_wrap #page_title span {
      display: inline-block;
      background-color: #fff;
      position: relative; }
      .page_head_wrap #page_title span:before {
        content: "";
        background-color: #97A5A3;
        height: 1px;
        position: absolute;
        width: 36px;
        top: 9px;
        left: -46px; }
      .page_head_wrap #page_title span:after {
        content: "";
        background-color: #97A5A3;
        height: 1px;
        position: absolute;
        width: 36px;
        top: 9px;
        right: -46px; }
  .detail_page_head_wrap {
    padding-top: 30px; }
    .detail_page_head_wrap .en_title {
      font-weight: normal;
      text-align: center;
      line-height: 1;
      color: #97A5A3;
      font-family: "linotype-didot", serif;
      font-style: italic;
      text-transform: capitalize;
      font-size: 30px; }
    .detail_page_head_wrap .heading {
      color: #97A5A3;
      text-align: center;
      font-weight: normal;
      margin-top: 5px;
      font-size: 10px; }
  .contents {
    overflow: hidden;
    padding: 30px 0 0; }
  .catch {
    line-height: 2.5;
    text-align: center;
    margin-top: 0; }
  .concept_wrap {
    margin-top: 30px; }
    .concept_wrap > div .img {
      text-align: center; }
      .concept_wrap > div .img img {
        width: 100%; }
    .concept_wrap > div .text {
      line-height: 2.5;
      background-color: #fff;
      padding: 25px 20px;
      text-align: center; }
  .charm_point {
    margin-top: 40px; }
    .charm_point .item {
      position: relative; }
      .charm_point .item:not(:first-of-type) {
        margin-top: 40px; }
      .charm_point .item a {
        display: block;
        text-decoration: none;
        color: #333333; }
        .charm_point .item a .text .title {
          position: relative;
          padding-right: 30px; }
          .charm_point .item a .text .title:after {
            content: "";
            box-sizing: border-box;
            width: 4px;
            height: 4px;
            border: 4px solid transparent;
            border-bottom: 4px solid #97A5A3;
            border-right: 4px solid #97A5A3;
            position: absolute;
            top: calc(50% - 4px);
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            right: 20px;
            right: 10px; }
      .charm_point .item .num {
        color: #97A5A3;
        font-family: "linotype-didot", serif;
        font-style: italic;
        position: absolute;
        line-height: 1;
        background: -webkit-linear-gradient(top, #97A5A3 50%, #fff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 40px;
        top: 0px;
        left: 15px;
        z-index: 2; }
      .charm_point .item .img {
        width: 100%;
        height: 0;
        padding-top: 66.6%;
        position: relative;
        overflow: hidden;
        padding-top: 56.25%; }
        .charm_point .item .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%; }
      .charm_point .item .text {
        margin-top: 15px; }
        .charm_point .item .text .title {
          line-height: 1.3;
          margin: 0;
          position: relative;
          font-size: 14px; }
        .charm_point .item .text p {
          color: #999999;
          margin-top: 10px; }
  .ceremony_venue_wrap, .cuisine_wrap {
    margin-top: 40px; }
    .ceremony_venue_wrap .item, .cuisine_wrap .item {
      position: relative; }
      .ceremony_venue_wrap .item:nth-of-type(odd) .featured_img, .cuisine_wrap .item:nth-of-type(odd) .featured_img {
        margin-left: 90px; }
      .ceremony_venue_wrap .item:nth-of-type(odd) .thumb_img, .cuisine_wrap .item:nth-of-type(odd) .thumb_img {
        top: 0;
        left: 20px; }
      .ceremony_venue_wrap .item:nth-of-type(even) .featured_img, .cuisine_wrap .item:nth-of-type(even) .featured_img {
        margin-right: 90px; }
      .ceremony_venue_wrap .item:nth-of-type(even) .thumb_img, .cuisine_wrap .item:nth-of-type(even) .thumb_img {
        top: 0;
        right: 20px; }
      .ceremony_venue_wrap .item:nth-of-type(n + 2), .cuisine_wrap .item:nth-of-type(n + 2) {
        margin-top: 40px; }
      .ceremony_venue_wrap .item .featured_img img, .cuisine_wrap .item .featured_img img {
        width: 100%; }
      .ceremony_venue_wrap .item .thumb_img, .cuisine_wrap .item .thumb_img {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute; }
        .ceremony_venue_wrap .item .thumb_img > div, .cuisine_wrap .item .thumb_img > div {
          background-color: #97A5A3;
          position: relative;
          width: 50px; }
          .ceremony_venue_wrap .item .thumb_img > div:nth-of-type(n + 2), .cuisine_wrap .item .thumb_img > div:nth-of-type(n + 2) {
            margin-top: 5px; }
          .ceremony_venue_wrap .item .thumb_img > div.active, .cuisine_wrap .item .thumb_img > div.active {
            opacity: .7; }
      .ceremony_venue_wrap .item .text, .cuisine_wrap .item .text {
        padding: 0 20px;
        margin-top: 20px; }
        .ceremony_venue_wrap .item .text h3, .cuisine_wrap .item .text h3 {
          color: #97A5A3;
          font-weight: normal;
          position: relative;
          font-size: 16px; }
          .ceremony_venue_wrap .item .text h3 span, .cuisine_wrap .item .text h3 span {
            font-family: "linotype-didot", serif;
            letter-spacing: .03em;
            line-height: 1.6;
            display: inline-block;
            background-color: #fff; }
        .ceremony_venue_wrap .item .text p, .cuisine_wrap .item .text p {
          margin-top: 20px; }
        .ceremony_venue_wrap .item .text .ninzu, .cuisine_wrap .item .text .ninzu {
          color: #97A5A3;
          border: 1px solid #97A5A3;
          display: inline-block;
          border-radius: 5px;
          margin-top: 15px;
          padding: 5px 20px; }
  .venue_tour_wrap {
    background-color: #EAEDED;
    padding: 40px 0; }
    .venue_tour_wrap + .venue_tour_wrap {
      margin-top: 1px; }
    .venue_tour_wrap .venue_tour {
      margin-top: 25px; }
      .venue_tour_wrap .venue_tour > div {
        width: 100%;
        position: relative;
        width: 100%;
        height: 250px; }
        .venue_tour_wrap .venue_tour > div:not(:first-of-type) {
          margin-top: 20px; }
        .venue_tour_wrap .venue_tour > div h3 {
          font-style: italic;
          font-weight: normal;
          text-align: center;
          position: relative;
          z-index: 2;
          font-size: 27px; }
        .venue_tour_wrap .venue_tour > div .more {
          font-family: "Poppins", sans-serif;
          text-decoration: underline;
          margin: 5px 0 0 0;
          position: relative;
          z-index: 2;
          font-size: 11px; }
        .venue_tour_wrap .venue_tour > div .bottom_info {
          text-align: center;
          line-height: 1;
          position: relative;
          z-index: 2;
          position: absolute;
          bottom: 15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .venue_tour_wrap .venue_tour > div .bottom_info span {
            display: block;
            font-size: 11px; }
          .venue_tour_wrap .venue_tour > div .bottom_info .img {
            margin-top: 8px; }
        .venue_tour_wrap .venue_tour > div a {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          color: #fff;
          text-decoration: none; }
        .venue_tour_wrap .venue_tour > div figure.thum {
          width: 100%;
          height: 250px;
          position: absolute;
          top: 0;
          left: 0; }
          .venue_tour_wrap .venue_tour > div figure.thum.vol1 {
            background: url(../img/second/venue_img_1.jpg) no-repeat;
            background-size: cover;
            background-position: center; }
          .venue_tour_wrap .venue_tour > div figure.thum.vol2 {
            background: url(../img/second/venue_img_2.jpg) no-repeat;
            background-size: cover;
            background-position: center; }
          .venue_tour_wrap .venue_tour > div figure.thum.vol3 {
            background: url(../img/second/venue_img_3.jpg) no-repeat;
            background-size: cover;
            background-position: center; }
  .bottom_link_list {
    padding: 40px 20px;
    margin-top: 50px; }
    .bottom_link_list > div {
      width: 100%;
      position: relative;
      width: 100%;
      height: 180px; }
      .bottom_link_list > div:not(:first-of-type) {
        margin-top: 20px; }
      .bottom_link_list > div .en_title {
        font-style: italic;
        font-weight: normal;
        text-align: center;
        margin: 0;
        line-height: 1;
        font-size: 30px; }
      .bottom_link_list > div .jp_title {
        text-align: center;
        margin: 5px 0 0 0;
        font-size: 10px; }
      .bottom_link_list > div .more {
        font-family: "Poppins", sans-serif;
        text-decoration: underline;
        font-size: 11px;
        margin: 15px 0 0 0; }
      .bottom_link_list > div a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none; }
      .bottom_link_list > div figure {
        width: 100%;
        height: 180px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
        .bottom_link_list > div figure.report {
          background: url(../img/second/bottom_link_img_report.jpg) no-repeat;
          background-size: cover;
          background-position: center; }
        .bottom_link_list > div figure.plan {
          background: url(../img/second/bottom_link_img_plan.jpg) no-repeat;
          background-size: cover;
          background-position: center; }
        .bottom_link_list > div figure.fair {
          background: url(../img/second/bottom_link_img_fair.jpg) no-repeat;
          background-size: cover;
          background-position: center; }
  .bg_gray.box + .bottom_link_list, .venue_tour_wrap + .bottom_link_list, .banquet_wrap + .bottom_link_list {
    margin: 0; }
  .tobira_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    .tobira_list .item {
      position: relative;
      width: calc(100% / 2 - 7px); }
      .tobira_list .item:nth-of-type(odd) {
        margin-right: 14px; }
      .tobira_list .item:nth-of-type(n + 3) {
        margin-top: 20px; }
      .tobira_list .item:after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 5px;
        height: 5px;
        border: 5px solid transparent;
        border-bottom: 5px solid #CBD2D1;
        border-right: 5px solid #CBD2D1; }
      .tobira_list .item.in_movie:before {
        content: "動画あり";
        display: inline-block;
        background-color: #97A5A3;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        padding: 5px 10px;
        z-index: 2;
        color: #fff; }
      .tobira_list .item a {
        display: block;
        text-decoration: none;
        color: #333333;
        transition: opacity .4s; }
      .tobira_list .item .img {
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
        padding-top: 75%; }
        .tobira_list .item .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          -o-object-fit: cover;
             object-fit: cover; }
        .tobira_list .item .img:after {
          content: "";
          box-sizing: border-box;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 5px;
          height: 5px;
          border: 5px solid transparent;
          border-bottom: 5px solid #fff;
          border-right: 5px solid #fff; }
      .tobira_list .item .text {
        margin-top: 10px; }
        .tobira_list .item .text .title {
          line-height: 1.3;
          margin: 0;
          color: #333333;
          font-size: 12px; }
        .tobira_list .item .text .info {
          color: #97A5A3;
          font-size: 10px;
          margin: 10px 0 0 0; }
  .page_main_img {
    text-align: center;
    margin-top: 0; }
    .page_main_img img {
      max-width: 100%; }
  h1.plan_detail {
    font-weight: normal;
    font-size: 14px;
    margin-top: 40px; }
  .plan_detail_info {
    color: #999;
    margin: 10px 0 0 0; }
  .report_photo_list {
    margin: 30px 0 0 0; }
    .report_photo_list > div:nth-of-type(n + 2) {
      margin-top: 10px; }
    .report_photo_list > div img {
      width: 100%; }
    .report_photo_list > div.col2 {
      display: flex;
      justify-content: space-between; }
      .report_photo_list > div.col2 > img {
        width: calc(50% - 5px); }
  .news_list {
    border-top: 1px solid #EBEBEB; }
  .wp-pagenavi {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "linotype-didot", serif;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 50px; }
    .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 1px solid #97A5A3;
      border-radius: 50%;
      color: #97A5A3;
      text-decoration: none;
      font-weight: normal;
      min-width: 30px;
      min-height: 30px;
      margin: 0 5px; }
    .wp-pagenavi .extend {
      border: none; }
      .wp-pagenavi .extend:hover {
        background: #fff;
        opacity: 1;
        border: none !important;
        color: #97A5A3; }
    .wp-pagenavi span.current {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #97A5A3;
      border-radius: 50%;
      background-color: #97A5A3;
      color: #fff;
      font-weight: normal;
      min-width: 30px;
      min-height: 30px;
      margin: 0 5px; }
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
      color: #97A5A3;
      border: none;
      position: relative; }
      .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
        color: #97A5A3;
        background: none;
        text-decoration: underline; }
    .wp-pagenavi .previouspostslink:before {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-top: 3px solid #97A5A3;
      border-left: 3px solid #97A5A3;
      position: absolute;
      left: -5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 12px; }
    .wp-pagenavi .nextpostslink:before {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-bottom: 3px solid #97A5A3;
      border-right: 3px solid #97A5A3;
      position: absolute;
      right: -5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 12px; }
  .post_page_head_wrap {
    text-align: center;
    padding-top: 30px; }
    .post_page_head_wrap .ymd {
      font-size: 12px; }
    .post_page_head_wrap .post_heading {
      line-height: 1.3;
      font-weight: bold;
      font-size: 18px; }
  .prev_next_wrap {
    border-top: 1px solid #EAEDED;
    border-bottom: 1px solid #EAEDED;
    margin-top: 30px; }
    .prev_next_wrap > div a {
      color: #97A5A3;
      display: block;
      text-decoration: none;
      position: relative;
      font-size: 11px;
      padding-top: 20px;
      padding-bottom: 20px; }
    .prev_next_wrap .prev a {
      padding-left: 60px;
      border-bottom: 1px solid #EAEDED; }
      .prev_next_wrap .prev a:before {
        content: "Prev";
        color: #97A5A3;
        position: absolute;
        font-family: "linotype-didot", serif;
        font-size: 11px;
        top: calc(50% - 10px);
        left: 20px; }
      .prev_next_wrap .prev a:after {
        content: "";
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-top: 3px solid #97A5A3;
        border-left: 3px solid #97A5A3;
        position: absolute;
        left: 25px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: calc(50% - 5px);
        left: 10px; }
    .prev_next_wrap .next a {
      padding-right: 60px; }
      .prev_next_wrap .next a:before {
        content: "Next";
        color: #97A5A3;
        position: absolute;
        font-family: "linotype-didot", serif;
        font-size: 11px;
        top: calc(50% - 10px);
        right: 20px; }
      .prev_next_wrap .next a:after {
        content: "";
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-bottom: 3px solid #97A5A3;
        border-right: 3px solid #97A5A3;
        position: absolute;
        right: 25px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: calc(50% - 5px);
        right: 10px; }
  .qa_wrap dl {
    margin-top: 15px; }
    .qa_wrap dl dt {
      color: #97A5A3;
      border-bottom: 1px solid #EAEDED;
      position: relative;
      font-size: 14px;
      padding: 15px 15px 15px 35px; }
      .qa_wrap dl dt:before {
        content: "Q";
        font-family: "linotype-didot", serif;
        position: absolute;
        font-size: 22px;
        left: 5px;
        top: 8px; }
    .qa_wrap dl dd {
      position: relative;
      font-size: 11px;
      padding: 15px 15px 15px 35px; }
      .qa_wrap dl dd:before {
        content: "A";
        font-family: "linotype-didot", serif;
        position: absolute;
        color: #97A5A3;
        font-size: 22px;
        left: 8px;
        top: 8px; }
  .contact_wrap {
    margin-top: 30px; }
    .contact_wrap > dl:not(:first-of-type) {
      margin-top: 20px; }
    .contact_wrap > dl > dt {
      font-weight: bold;
      margin-bottom: 5px; }
    .contact_wrap > dl > dd .attention {
      display: block;
      font-size: 12px;
      margin-top: 5px; }
    .contact_wrap > dl > dd > dl:not(:first-of-type) {
      margin-top: 10px; }
    .contact_wrap > dl > dd > dl > dt {
      margin-bottom: 5px; }
    .contact_wrap .btn_wrap {
      text-align: center;
      margin-top: 40px; }
      .contact_wrap .btn_wrap .common_btn {
        border: 1px solid #97A5A3;
        border-radius: 30px;
        max-width: 60%; }
        .contact_wrap .btn_wrap .common_btn.back {
          margin: 0 0 15px 0 !important; }
  .notfound {
    padding-bottom: 30px; }
    .notfound .title {
      color: #97A5A3;
      line-height: 1;
      margin-top: 0;
      text-align: center;
      font-size: 50px; }
      .notfound .title + p {
        text-align: center;
        color: #97A5A3;
        font-size: 16px;
        margin-top: 0; }
    .notfound p {
      text-align: center; }
  .takeout_menu_wrap .item {
    margin-top: 60px; }
    .takeout_menu_wrap .item .img_text_wrap figure img {
      width: 100%; }
    .takeout_menu_wrap .item .img_text_wrap .text {
      margin-top: 20px; }
      .takeout_menu_wrap .item .img_text_wrap .text .title {
        color: #97A5A3;
        font-weight: normal;
        font-size: 20px; }
    .takeout_menu_wrap .item .info {
      background-color: #EAEDED;
      margin-top: 20px;
      padding: 20px 20px; }
    .takeout_menu_wrap .item .btn_wrap {
      text-align: center; }
  .twoCol_title .text {
    padding: 0px 20px;
    margin-top: 40px; }
    .twoCol_title .text .title {
      font-weight: normal;
      color: #97A5A3;
      font-size: 20px; }
  .restaurant_menu_wrap {
    margin-top: 50px; }
    .restaurant_menu_wrap .item {
      margin-top: 40px; }
      .restaurant_menu_wrap .item .title {
        text-align: center;
        color: #97A5A3;
        font-weight: normal;
        font-size: 20px; }
      .restaurant_menu_wrap .item .img_text_wrap {
        margin-top: 15px; }
        .restaurant_menu_wrap .item .img_text_wrap figure img {
          width: 100%; }
        .restaurant_menu_wrap .item .img_text_wrap .text {
          margin-top: 20px; }
          .restaurant_menu_wrap .item .img_text_wrap .text p {
            margin-top: 0; }
      .restaurant_menu_wrap .item .info {
        background-color: #EAEDED;
        margin-top: 20px;
        padding: 20px 20px; }
    .restaurant_menu_wrap .btn_wrap {
      text-align: center; }
      .restaurant_menu_wrap .btn_wrap a:not(:first-of-type) {
        margin-top: 10px; }
  .common_slide_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap; }
    .common_slide_list .item {
      margin: 0 10px; }
      .common_slide_list .item a {
        display: block;
        text-decoration: none;
        color: #333333;
        transition: opacity .4s; }
      .common_slide_list .item .img {
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
        padding-top: 75%; }
        .common_slide_list .item .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          -o-object-fit: cover;
             object-fit: cover; }
      .common_slide_list .item .text {
        margin-top: 15px; }
        .common_slide_list .item .text .h3 {
          line-height: 1.5;
          font-weight: normal;
          text-align: center;
          font-size: 14px; }
        .common_slide_list .item .text p {
          color: #999999;
          margin-top: 10px; }
  .banquet_menu_wrap {
    margin-top: 50px; }
    .banquet_menu_wrap .item {
      margin-top: 40px; }
      .banquet_menu_wrap .item .title {
        text-align: center;
        color: #97A5A3;
        font-weight: normal;
        font-size: 20px; }
      .banquet_menu_wrap .item .img_text_wrap {
        margin-top: 20px; }
        .banquet_menu_wrap .item .img_text_wrap figure img {
          width: 100%; }
        .banquet_menu_wrap .item .img_text_wrap .text {
          margin-top: 20px; }
          .banquet_menu_wrap .item .img_text_wrap .text p {
            margin-top: 0; }
          .banquet_menu_wrap .item .img_text_wrap .text dl {
            display: flex; }
            .banquet_menu_wrap .item .img_text_wrap .text dl + dl {
              margin-top: 20px; }
            .banquet_menu_wrap .item .img_text_wrap .text dl dt {
              width: 80px; }
            .banquet_menu_wrap .item .img_text_wrap .text dl dd {
              width: calc(100% - 80px); }
          .banquet_menu_wrap .item .img_text_wrap .text .more {
            margin-top: 40px;
            text-align: center; }
            .banquet_menu_wrap .item .img_text_wrap .text .more a {
              color: #fff;
              border: 1px solid #fff;
              text-decoration: none;
              background-color: #97A5A3;
              position: relative;
              display: inline-block;
              border-radius: 30px;
              width: 70%;
              padding: 15px;
              text-align: center; }
              .banquet_menu_wrap .item .img_text_wrap .text .more a:before {
                content: "";
                box-sizing: border-box;
                width: 4px;
                height: 4px;
                border: 4px solid transparent;
                border-bottom: 4px solid #fff;
                border-right: 4px solid #fff;
                position: absolute;
                top: calc(50% - 4px);
                -webkit-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                right: 20px;
                transition: .4s; }
  .banquet_wrap {
    background-color: #EAEDED;
    padding: 40px 0; }
    .banquet_wrap .banquet_plan_list {
      margin-top: 25px; }
      .banquet_wrap .banquet_plan_list .item + .item {
        margin-top: 40px; }
      .banquet_wrap .banquet_plan_list .item a {
        text-decoration: none;
        color: #333333;
        display: block; }
      .banquet_wrap .banquet_plan_list .item figure img {
        width: 100%; }
      .banquet_wrap .banquet_plan_list .item .text_wrap {
        margin-top: 20px; }
        .banquet_wrap .banquet_plan_list .item .text_wrap .title {
          margin-top: 0;
          line-height: 1.3;
          font-size: 16px;
          text-align: center; }
        .banquet_wrap .banquet_plan_list .item .text_wrap .text {
          margin-top: 15px; }
  .kome {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px;
    font-size: 12px; }
    .kome:before {
      content: "※"; }
    .kome + .kome {
      margin-top: 0; }
  a.link,
  span.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 36px; }
    a.link:before,
    span.link:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #555;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      right: 0; }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    a.icon:after {
      content: "";
      display: block;
      width: 18px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: 50% 0;
      position: absolute;
      right: -5px;
      top: .1em; }
    a.icon[href$=pdf]:after {
      background-image: url(../img/common/icon_pdf.png); }
    a.icon[href$=doc]:after, a.icon[href$=docx]:after {
      background-image: url(../img/common/icon_doc.png); }
    a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
      background-image: url(../img/common/icon_xls.png); }
  .ico_blank {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../img/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -4px; }
  ul.anker {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    ul.anker.col2 li {
      width: calc(100%/2); }
    ul.anker.col4 li {
      width: calc(100%/2); }
    ul.anker li {
      list-style: none;
      border-right: 1px solid #fff;
      width: calc(100%/3); }
      ul.anker li a {
        display: block;
        background: #eeeeee;
        position: relative;
        height: 100%;
        padding: 8px 12px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        line-height: 1.3;
        text-decoration: none;
        transition: background-color .2s;
        font-size: 14px; }
        ul.anker li a:after {
          content: "";
          display: block;
          border-bottom: 1px solid #97A5A3;
          border-right: 1px solid #97A5A3;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 7px;
          height: 7px;
          position: absolute;
          bottom: 11px;
          left: 50%;
          margin-left: -3px; }
  .imgLine2 li {
    text-align: center;
    margin-top: 20px; }
    .imgLine2 li img {
      max-width: 100%; }
  .imgLine2 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine3 li {
    text-align: center;
    margin-top: 20px; }
    .imgLine3 li img {
      max-width: 100%; }
  .imgLine3 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine4 {
    display: flex;
    flex-wrap: wrap; }
    .imgLine4 li {
      width: calc(50% - 8px);
      margin-right: 16px; }
      .imgLine4 li:nth-of-type(2n) {
        margin-right: 0; }
      .imgLine4 li:nth-child(n + 3) {
        margin-top: 16px; }
      .imgLine4 li img {
        width: 100%; }
  .imgInP .img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px; }
    .imgInP .img .cap {
      display: block;
      text-align: left;
      font-size: 13px;
      margin-top: 5px; }
  .imgInP.sp_img_btm {
    display: flex;
    flex-wrap: wrap; }
    .imgInP.sp_img_btm .img {
      display: block;
      order: 2;
      margin: 10px auto 0;
      padding-bottom: 0; }
    .imgInP.sp_img_btm .text {
      flex-basis: 100%;
      order: 1; }
  .twoCol .txt *:nth-child(1) {
    margin-top: 0; }
  .twoCol .txt + .img {
    margin-top: 10px; }
  .twoCol .img {
    width: 100%;
    text-align: center; }
    .twoCol .img.round {
      overflow: hidden;
      border-radius: 15px; }
    .twoCol .img + .txt {
      margin-top: 20px; }
    .twoCol .img img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .twoCol .img .cap {
      display: block;
      margin-top: 5px;
      font-size: 13px;
      text-align: left; }
  .twoCol.sp_reverse {
    display: flex;
    flex-direction: column-reverse; }
    .twoCol.sp_reverse > div:last-of-type {
      margin-bottom: 30px; }
  ul.commonList li {
    padding-left: 18px;
    position: relative;
    box-sizing: border-box; }
    ul.commonList li:not(:first-of-type) {
      margin-top: 10px; }
    ul.commonList li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: auto;
      content: '';
      border-radius: 50%;
      background-color: #97A5A3;
      position: absolute;
      left: 0;
      top: 12px; }
  ol {
    padding-left: 18px; }
    ol li + li {
      margin-top: 10px; }
  .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    background-color: #FAFAFA; }
    .commonTable td.wFix,
    .commonTable th.wFix {
      width: 120px; }
    .commonTable th {
      color: #333333;
      text-align: left;
      font-weight: normal;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      background-color: #F5F6F6;
      font-size: 13px;
      padding: 12px 15px; }
      .commonTable th.gray {
        background-color: #F5F6F6; }
      .commonTable th:not(:first-of-type) {
        border-left: 1px solid #97A5A3; }
      .commonTable th.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background-color: #fff; }
    .commonTable td {
      padding: 12px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      word-break: break-all;
      font-size: 13px;
      padding: 12px 15px; }
      .commonTable td.gray {
        background-color: #F5F6F6; }
      .commonTable td *:last-child {
        margin-bottom: 0; }
      .commonTable td *:first-child {
        margin-top: 0; }
      .commonTable td:not(:first-of-type) {
        border-left: 1px solid #fff; }
      .commonTable td.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
  .scrollTable {
    overflow: auto; }
    .scrollTable table {
      white-space: nowrap; }
  .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 20px 0 -10px; }
  .colorBox {
    background-color: #f9f9f9;
    padding: 20px 20px; }
    .colorBox *:nth-child(1) {
      margin-top: 0; }
    .colorBox .title {
      display: block;
      font-size: 16px;
      margin-bottom: 5px; }
    .colorBox.round {
      border-radius: 20px; }
    .colorBox.blue {
      background-color: #e3ebf5; }
  .borderBox {
    border: 2px solid #f2f2f2;
    padding: 30px 30px; }
    .borderBox.lp {
      margin-top: 40px; }
    .borderBox .title {
      display: block;
      font-size: 16px;
      margin-bottom: 5px; }
    .borderBox *:nth-child(1) {
      margin-top: 0; }
  .tab_wrap {
    width: 100%; }
    .tab_wrap .tab_area {
      display: flex;
      overflow: auto; }
      .tab_wrap .tab_area label {
        background-color: #E5E5E5;
        color: #000;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ccc;
        position: relative;
        width: auto;
        min-width: calc(50% - 5px);
        font-size: 14px;
        min-height: 50px;
        padding: 0 30px 0 15px; }
        .tab_wrap .tab_area label:first-of-type {
          margin-right: 10px; }
          .tab_wrap .tab_area label:first-of-type:after {
            content: "";
            width: 14px;
            height: 69px;
            border-bottom: 1px solid #ccc;
            position: absolute;
            right: -15px;
            bottom: -1px; }
        .tab_wrap .tab_area label span {
          display: block;
          color: #000;
          width: 100%;
          text-align: center;
          font-size: 13px;
          display: none; }
        .tab_wrap .tab_area label:before {
          content: "";
          border: 0px;
          border-top: solid 2px #B4B4B4;
          border-right: solid 2px #B4B4B4;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          display: inline-block;
          width: 6px;
          height: 6px;
          top: calc(50% - 4px);
          right: 10px; }
    .tab_wrap .tab_panel {
      width: 100%;
      display: none;
      padding-top: 15px; }
    .tab_wrap .panel_area {
      padding: 0 20px 20px;
      border-radius: 0 0 6px 6px;
      background: #fff;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
  .border-box {
    border: 1px solid #ccc;
    padding: 20px; }
  .common_dl_wrap dl {
    padding: 15px 0; }
    .common_dl_wrap dl:not(:first-of-type) {
      border-top: 1px solid #EAEDED; }
    .common_dl_wrap dl dt {
      margin-bottom: 5px; }
  .common_dl_wrap.small {
    margin-top: 10px; }
    .common_dl_wrap.small dl {
      padding: 10px 0; }
      .common_dl_wrap.small dl:not(:first-of-type) {
        border-top: none; }
      .common_dl_wrap.small dl dt {
        margin-bottom: 5px; }
  .ytWrap .ytWrap_inner {
    position: relative;
    padding-bottom: 56.25%; }
  .ytWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .link_list {
    display: flex;
    flex-wrap: wrap; }
    .link_list li {
      width: calc(100%/2);
      padding-right: 20px; }
      .link_list li:nth-of-type(n + 3) {
        margin-top: 20px; }
      .link_list li a {
        text-decoration: none;
        color: #333333;
        display: inline-block;
        position: relative;
        padding-left: 20px;
        font-size: 14px; }
        .link_list li a:before {
          content: "";
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-bottom: 4px solid #97A5A3;
          border-right: 4px solid #97A5A3;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          top: 11px;
          left: 0; }
  .anchor_list {
    margin-top: 50px; }
    .anchor_list li + li {
      margin-top: 20px; }
    .anchor_list a {
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #707070;
      position: relative;
      font-size: 14px;
      padding: 0 40px 10px 0; }
      .anchor_list a:before {
        content: "";
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-bottom: 4px solid #97A5A3;
        border-left: 4px solid #97A5A3;
        position: absolute;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 20px;
        top: 6px; }
  /* common class */
  strong {
    font-weight: bold !important; }
  .pointerNone {
    cursor: default;
    text-decoration: none; }
  .taC {
    text-align: center !important; }
  .taL {
    text-align: left !important; }
  .taR {
    text-align: right !important; }
  .Center {
    margin: 0 auto !important; }
  .ovh {
    overflow: hidden !important; }
  .mw100 {
    max-width: 100% !important;
    width: auto !important; }
  .w100p {
    width: 100% !important; }
  .inline {
    display: inline !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5_sp {
    margin-bottom: 5px !important; }
  .mB10_sp {
    margin-bottom: 10px !important; }
  .mB20_sp {
    margin-bottom: 20px !important; }
  .mB30_sp {
    margin-bottom: 30px !important; }
  .mB40_sp {
    margin-bottom: 40px !important; }
  .mB50_sp {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5_sp {
    margin-top: 5px !important; }
  .mT10_sp {
    margin-top: 10px !important; }
  .mT20_sp {
    margin-top: 20px !important; }
  .mT30_sp {
    margin-top: 30px !important; }
  .mT40_sp {
    margin-top: 40px !important; }
  .mT50_sp {
    margin-top: 50px !important; }
  .mL0_sp {
    margin-left: 0px !important; }
  .mL5_sp {
    margin-left: 5px !important; }
  .mL10_sp {
    margin-left: 10px !important; }
  .mL20_sp {
    margin-left: 20px !important; }
  .mL30_sp {
    margin-left: 30px !important; }
  .mL40_sp {
    margin-left: 40px !important; }
  .mL50_sp {
    margin-left: 50px !important; }
  .mR0_sp {
    margin-right: 0px !important; }
  .mR5_sp {
    margin-right: 5px !important; }
  .mR10_sp {
    margin-right: 10px !important; }
  .mR20_sp {
    margin-right: 20px !important; }
  .mR30_sp {
    margin-right: 30px !important; }
  .mR40_sp {
    margin-right: 40px !important; }
  .mR50_sp {
    margin-right: 50px !important; }
  .size12_sp {
    font-size: 12px !important; }
  .size14_sp {
    font-size: 14px !important; }
  .size16_sp {
    font-size: 16px !important; }
  .size18_sp {
    font-size: 18px !important; }
  .size20_sp {
    font-size: 20px !important; }
  .w50p_sp {
    width: 50% !important; }
  .taC_sp {
    text-align: center !important; }
  .textred {
    color: #E94141 !important; }
  .textblue {
    color: blue !important; }
  .textgray {
    color: #97A5A3 !important; }
  .bold {
    font-weight: bold !important; }
  .underline {
    text-decoration: underline !important; }
  .bdnone {
    border: none !important; }
  .floatL {
    float: left; }
  .floatR {
    float: right; }
  .preBox {
    background: #eff0f4;
    border: 1px solid #97A5A3;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8; }
    .preBox pre {
      overflow: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      -moz-text-align-last: auto;
           text-align-last: auto; } }

@media screen and (min-width: 1000px) {
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    background-color: #E0E4E3; }
    .breadcrumbs .inner > span {
      display: inline-block;
      position: relative;
      padding-right: 15px;
      font-size: 10px;
      color: #000; }
      .breadcrumbs .inner > span:not(:last-of-type)::after {
        content: "|";
        display: inline-block;
        margin-left: 15px; }
      .breadcrumbs .inner > span a {
        color: #333333; }
  .bg_gray {
    background-color: #eff3f3; }
  .floating_side_info, .floating_btn {
    opacity: 1; }
  .page_head_wrap figure {
    width: 100%;
    background: #E0E4E3; }
    .page_head_wrap figure.concept {
      background: url(../img/second/page_head_bg_concept.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.ceremony {
      background: url(../img/second/page_head_bg_ceremony.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.cuisine {
      background: url(../img/second/page_head_bg_cuisine.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.plan {
      background: url(../img/second/page_head_bg_plan.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.fair-for-fuwel-figure::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 78%;
      background: rgba(0,0,0,0.4); 
      z-index: 1; }
      .page_head_wrap figure.fair-for-fuwel-figure {
        background: url(../img/second/page_head_bg_fair.webp) no-repeat;
        background-size: cover;
        background-position: center; }
    .page_head_wrap figure.report {
      background: url(../img/second/page_head_bg_report.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.dress {
      background: url(../img/second/page_head_bg_dress.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.takeout {
      background: url(https://eterna-takasaki.com/wp/wp-content/themes/memolead-wedding/images/second/page_head_bg_takeout.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.restaurant {
      background: url(https://eterna-takasaki.com/wp/wp-content/themes/memolead-wedding/images/second/page_head_bg_restaurant.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.party_conference {
      background: url(../img/second/page_head_bg_party_conference.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
  .page_head_wrap #page_title_en {
    color: #97A5A3;
    font-family: "linotype-didot", serif;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
    font-style: italic;
    color: #97A5A3;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, white 1%, white 50%, #97a5a3 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 
    position: relative;
    z-index: 10;
    }
  .page_head_wrap #page_title {
    color: #97A5A3;
    font-weight: normal;
    text-align: center; }
    .page_head_wrap #page_title span {
      display: inline-block;
      background-color: #fff;
      position: relative; }
      .page_head_wrap #page_title span:before {
        content: "";
        background-color: #97A5A3;
        height: 1px;
        position: absolute; }
      .page_head_wrap #page_title span:after {
        content: "";
        background-color: #97A5A3;
        height: 1px;
        position: absolute; }
  .detail_page_head_wrap .en_title {
    font-weight: normal;
    text-align: center;
    line-height: 1;
    color: #97A5A3;
    font-family: "linotype-didot", serif;
    font-style: italic;
    text-transform: capitalize; }
  .detail_page_head_wrap .heading {
    color: #97A5A3;
    text-align: center;
    font-weight: normal;
    margin-top: 5px; }
  .contents {
    overflow: hidden; }
  .catch {
    line-height: 2.5;
    text-align: center;
    margin-top: 0; }
  .concept_wrap > div .text {
    line-height: 2.5;
    background-color: #fff; }
  .charm_point .item {
    position: relative; }
    .charm_point .item a {
      display: block;
      text-decoration: none;
      color: #333333; }
      .charm_point .item a .text .title {
        position: relative; }
        .charm_point .item a .text .title:after {
          content: "";
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-bottom: 4px solid #97A5A3;
          border-right: 4px solid #97A5A3;
          position: absolute;
          top: calc(50% - 4px);
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: 20px; }
    .charm_point .item .num {
      color: #97A5A3;
      font-family: "linotype-didot", serif;
      font-style: italic;
      position: absolute;
      line-height: 1;
      background: -webkit-linear-gradient(top, #97A5A3 50%, #fff 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .charm_point .item .img {
      width: 100%;
      height: 0;
      padding-top: 66.6%;
      position: relative;
      overflow: hidden; }
      .charm_point .item .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%; }
    .charm_point .item .text .title {
      line-height: 1.3;
      margin: 0;
      position: relative; }
    .charm_point .item .text p {
      color: #999999; }
  .ceremony_venue_wrap .item .featured_img img, .cuisine_wrap .item .featured_img img {
    width: 100%; }
  .ceremony_venue_wrap .item .thumb_img, .cuisine_wrap .item .thumb_img {
    display: flex;
    flex-wrap: wrap; }
    .ceremony_venue_wrap .item .thumb_img > div, .cuisine_wrap .item .thumb_img > div {
      background-color: #97A5A3;
      position: relative; }
      .ceremony_venue_wrap .item .thumb_img > div.active, .cuisine_wrap .item .thumb_img > div.active {
        opacity: .7; }
  .ceremony_venue_wrap .item .text h3, .cuisine_wrap .item .text h3 {
    color: #97A5A3;
    font-weight: normal;
    position: relative; }
    .ceremony_venue_wrap .item .text h3 span, .cuisine_wrap .item .text h3 span {
      font-family: "linotype-didot", serif;
      letter-spacing: .03em;
      line-height: 1.6;
      display: inline-block;
      background-color: #fff; }
  .ceremony_venue_wrap .item .text .ninzu, .cuisine_wrap .item .text .ninzu {
    color: #97A5A3;
    border: 1px solid #97A5A3;
    display: inline-block;
    border-radius: 5px; }
  .venue_tour_wrap {
    background-color: #EAEDED; }
    .venue_tour_wrap + .venue_tour_wrap {
      margin-top: 1px; }
    .venue_tour_wrap .venue_tour > div {
      width: 100%;
      position: relative; }
      .venue_tour_wrap .venue_tour > div h3 {
        font-style: italic;
        font-weight: normal;
        text-align: center;
        position: relative;
        z-index: 2; }
      .venue_tour_wrap .venue_tour > div .more {
        font-family: "Poppins", sans-serif;
        text-decoration: underline;
        margin: 5px 0 0 0;
        position: relative;
        z-index: 2; }
      .venue_tour_wrap .venue_tour > div .bottom_info {
        text-align: center;
        line-height: 1;
        position: relative;
        z-index: 2; }
        .venue_tour_wrap .venue_tour > div .bottom_info span {
          display: block;
          font-size: 11px; }
        .venue_tour_wrap .venue_tour > div .bottom_info .img {
          margin-top: 8px; }
      .venue_tour_wrap .venue_tour > div a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none; }
      .venue_tour_wrap .venue_tour > div figure.thum.vol1 {
        background: url(../img/second/venue_img_1.jpg) no-repeat;
        background-size: cover;
        background-position: center; }
      .venue_tour_wrap .venue_tour > div figure.thum.vol2 {
        background: url(../img/second/venue_img_2.jpg) no-repeat;
        background-size: cover;
        background-position: center; }
      .venue_tour_wrap .venue_tour > div figure.thum.vol3 {
        background: url(../img/second/venue_img_3.jpg) no-repeat;
        background-size: cover;
        background-position: center; }
  .bottom_link_list > div {
    width: 100%;
    position: relative; }
    .bottom_link_list > div .en_title {
      font-style: italic;
      font-weight: normal;
      text-align: center;
      margin: 0;
      line-height: 1; }
    .bottom_link_list > div .jp_title {
      text-align: center;
      margin: 5px 0 0 0; }
    .bottom_link_list > div .more {
      font-family: "Poppins", sans-serif;
      text-decoration: underline; }
    .bottom_link_list > div a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      color: #fff;
      text-decoration: none; }
    .bottom_link_list > div figure.report {
      background: url(../img/second/bottom_link_img_report.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .bottom_link_list > div figure.plan {
      background: url(../img/second/bottom_link_img_plan.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .bottom_link_list > div figure.fair {
      background: url(../img/second/bottom_link_img_fair.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
  .bg_gray.box + .bottom_link_list, .venue_tour_wrap + .bottom_link_list, .banquet_wrap + .bottom_link_list {
    margin: 0; }
  .tobira_list {
    display: flex;
    flex-wrap: wrap; }
    .tobira_list .item {
      position: relative; }
      .tobira_list .item:after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        right: 0; }
      .tobira_list .item.in_movie:before {
        content: "動画あり";
        display: inline-block;
        background-color: #97A5A3;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        padding: 5px 10px;
        z-index: 2;
        color: #fff; }
      .tobira_list .item a {
        display: block;
        text-decoration: none;
        color: #333333;
        transition: opacity .4s; }
      .tobira_list .item .img {
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: relative;
        overflow: hidden; }
        .tobira_list .item .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          -o-object-fit: cover;
             object-fit: cover; }
        .tobira_list .item .img:after {
          content: "";
          box-sizing: border-box;
          position: absolute;
          bottom: 0;
          right: 0; }
      .tobira_list .item .text .title {
        line-height: 1.3;
        margin: 0;
        color: #333333; }
      .tobira_list .item .text .info {
        color: #97A5A3; }
  .page_main_img {
    text-align: center;
    margin-top: 0; }
    .page_main_img img {
      max-width: 100%; }
  h1.plan_detail {
    font-weight: normal; }
  .plan_detail_info {
    color: #999; }
  .report_photo_list > div img {
    width: 100%; }
  .report_photo_list > div.col2 {
    display: flex;
    justify-content: space-between; }
  .news_list {
    border-top: 1px solid #EBEBEB; }
  .wp-pagenavi {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "linotype-didot", serif;
    line-height: 1; }
    .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 1px solid #97A5A3;
      border-radius: 50%;
      color: #97A5A3;
      text-decoration: none;
      font-weight: normal; }
    .wp-pagenavi .extend {
      border: none; }
      .wp-pagenavi .extend:hover {
        background: #fff;
        opacity: 1;
        border: none !important;
        color: #97A5A3; }
    .wp-pagenavi span.current {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #97A5A3;
      border-radius: 50%;
      background-color: #97A5A3;
      color: #fff;
      font-weight: normal; }
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
      color: #97A5A3;
      border: none;
      position: relative; }
      .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
        color: #97A5A3;
        background: none;
        text-decoration: underline; }
    .wp-pagenavi .previouspostslink:before {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-top: 3px solid #97A5A3;
      border-left: 3px solid #97A5A3;
      position: absolute;
      left: -5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .wp-pagenavi .nextpostslink:before {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-bottom: 3px solid #97A5A3;
      border-right: 3px solid #97A5A3;
      position: absolute;
      right: -5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .post_page_head_wrap {
    text-align: center; }
    .post_page_head_wrap .post_heading {
      line-height: 1.3; }
  .prev_next_wrap {
    border-top: 1px solid #EAEDED;
    border-bottom: 1px solid #EAEDED; }
    .prev_next_wrap > div a {
      color: #97A5A3;
      display: block;
      text-decoration: none;
      position: relative; }
    .prev_next_wrap .prev a:before {
      content: "Prev";
      color: #97A5A3;
      position: absolute;
      font-family: "linotype-didot", serif; }
    .prev_next_wrap .prev a:after {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-top: 3px solid #97A5A3;
      border-left: 3px solid #97A5A3;
      position: absolute;
      left: 25px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .prev_next_wrap .next a:before {
      content: "Next";
      color: #97A5A3;
      position: absolute;
      font-family: "linotype-didot", serif; }
    .prev_next_wrap .next a:after {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-bottom: 3px solid #97A5A3;
      border-right: 3px solid #97A5A3;
      position: absolute;
      right: 25px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .qa_wrap dl dt {
    color: #97A5A3;
    border-bottom: 1px solid #EAEDED;
    position: relative; }
    .qa_wrap dl dt:before {
      content: "Q";
      font-family: "linotype-didot", serif;
      position: absolute; }
  .qa_wrap dl dd {
    position: relative; }
    .qa_wrap dl dd:before {
      content: "A";
      font-family: "linotype-didot", serif;
      position: absolute;
      color: #97A5A3; }
  .contact_wrap > dl > dt {
    font-weight: bold; }
  .contact_wrap > dl > dd .attention {
    display: block;
    font-size: 12px;
    margin-top: 5px; }
  .contact_wrap .btn_wrap {
    text-align: center; }
    .contact_wrap .btn_wrap .common_btn {
      border: 1px solid #97A5A3; }
  .notfound .title {
    color: #97A5A3;
    line-height: 1;
    margin-top: 0; }
  .notfound p {
    text-align: center; }
  .takeout_menu_wrap .item .img_text_wrap figure img {
    width: 100%; }
  .takeout_menu_wrap .item .img_text_wrap .text .title {
    color: #97A5A3;
    font-weight: normal; }
  .takeout_menu_wrap .item .info {
    background-color: #EAEDED; }
  .takeout_menu_wrap .item .btn_wrap {
    text-align: center; }
  .twoCol_title .text .title {
    font-weight: normal;
    color: #97A5A3; }
  .restaurant_menu_wrap .item .title {
    text-align: center;
    color: #97A5A3;
    font-weight: normal; }
  .restaurant_menu_wrap .item .img_text_wrap figure img {
    width: 100%; }
  .restaurant_menu_wrap .item .img_text_wrap .text p {
    margin-top: 0; }
  .restaurant_menu_wrap .item .info {
    background-color: #EAEDED; }
  .restaurant_menu_wrap .btn_wrap {
    text-align: center; }
  .common_slide_list .item a {
    display: block;
    text-decoration: none;
    color: #333333;
    transition: opacity .4s; }
  .common_slide_list .item .img {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
    overflow: hidden; }
    .common_slide_list .item .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .common_slide_list .item .text .h3 {
    line-height: 1.5;
    font-weight: normal; }
  .common_slide_list .item .text p {
    color: #999999; }
  .banquet_menu_wrap .item .title {
    text-align: center;
    color: #97A5A3;
    font-weight: normal; }
  .banquet_menu_wrap .item .img_text_wrap figure img {
    width: 100%; }
  .banquet_menu_wrap .item .img_text_wrap .text p {
    margin-top: 0; }
  .banquet_menu_wrap .item .img_text_wrap .text dl {
    display: flex; }
  .banquet_wrap {
    background-color: #EAEDED; }
  .kome {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px; }
    .kome:before {
      content: "※"; }
    .kome + .kome {
      margin-top: 0; }
  a.link,
  span.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 36px; }
    a.link:before,
    span.link:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #555;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      right: 0; }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    a.icon:after {
      content: "";
      display: block;
      width: 18px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: 50% 0;
      position: absolute;
      right: -5px;
      top: .1em; }
    a.icon[href$=pdf]:after {
      background-image: url(../img/common/icon_pdf.png); }
    a.icon[href$=doc]:after, a.icon[href$=docx]:after {
      background-image: url(../img/common/icon_doc.png); }
    a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
      background-image: url(../img/common/icon_xls.png); }
  .ico_blank {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../img/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -4px; }
  ul.anker {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    ul.anker.col2 li {
      width: calc(100%/2); }
    ul.anker.col4 li {
      width: calc(100%/4); }
    ul.anker li {
      list-style: none;
      border-right: 1px solid #fff;
      width: calc(100%/3); }
      ul.anker li a {
        display: block;
        background: #eeeeee;
        position: relative;
        height: 100%;
        padding: 8px 12px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        line-height: 1.3;
        text-decoration: none;
        transition: background-color .2s; }
        ul.anker li a:after {
          content: "";
          display: block;
          border-bottom: 1px solid #97A5A3;
          border-right: 1px solid #97A5A3;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 7px;
          height: 7px;
          position: absolute;
          bottom: 11px;
          left: 50%;
          margin-left: -3px; }
  .imgLine2 li {
    text-align: center; }
    .imgLine2 li img {
      max-width: 100%; }
  .imgLine2 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine3 li {
    text-align: center; }
    .imgLine3 li img {
      max-width: 100%; }
  .imgLine3 .cap {
    display: block;
    text-align: left;
    font-size: 14px; }
  .imgLine4 li img {
    width: 100%; }
  .imgInP .img .cap {
    display: block;
    text-align: left;
    font-size: 13px;
    margin-top: 5px; }
  ul.commonList li {
    padding-left: 18px;
    position: relative;
    box-sizing: border-box; }
    ul.commonList li:not(:first-of-type) {
      margin-top: 10px; }
    ul.commonList li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: auto;
      content: '';
      border-radius: 50%;
      background-color: #97A5A3;
      position: absolute;
      left: 0;
      top: 12px; }
  ol {
    padding-left: 18px; }
    ol li + li {
      margin-top: 10px; }
  .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    background-color: #FAFAFA; }
    .commonTable th {
      color: #333333;
      text-align: left;
      font-weight: normal;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      background-color: #F5F6F6; }
      .commonTable th.gray {
        background-color: #F5F6F6; }
      .commonTable th.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background-color: #fff; }
    .commonTable td {
      padding: 12px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      word-break: break-all; }
      .commonTable td.gray {
        background-color: #F5F6F6; }
      .commonTable td *:last-child {
        margin-bottom: 0; }
      .commonTable td *:first-child {
        margin-top: 0; }
      .commonTable td.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
  .scrollTable {
    overflow: auto; }
  .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 20px 0 -10px; }
  .colorBox {
    background-color: #f9f9f9; }
    .colorBox *:nth-child(1) {
      margin-top: 0; }
    .colorBox .title {
      display: block; }
    .colorBox.round {
      border-radius: 20px; }
    .colorBox.blue {
      background-color: #e3ebf5; }
  .borderBox .title {
    display: block; }
  .borderBox *:nth-child(1) {
    margin-top: 0; }
  .tab_wrap {
    width: 100%; }
    .tab_wrap .tab_area {
      display: flex; }
      .tab_wrap .tab_area label {
        background-color: #E5E5E5;
        color: #000;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ccc;
        position: relative; }
        .tab_wrap .tab_area label span {
          display: block;
          color: #000;
          width: 100%;
          text-align: center; }
        .tab_wrap .tab_area label:before {
          content: "";
          border: 0px;
          border-top: solid 2px #B4B4B4;
          border-right: solid 2px #B4B4B4;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          display: inline-block; }
    .tab_wrap .tab_panel {
      width: 100%;
      display: none; }
    .tab_wrap .panel_area {
      padding: 0 20px 20px;
      border-radius: 0 0 6px 6px;
      background: #fff;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
  .border-box {
    border: 1px solid #ccc;
    padding: 20px; }
  .common_dl_wrap dl:not(:first-of-type) {
    border-top: 1px solid #EAEDED; }
  .common_dl_wrap.small {
    margin-top: 10px; }
    .common_dl_wrap.small dl:not(:first-of-type) {
      border-top: none; }
  .ytWrap .ytWrap_inner {
    position: relative;
    padding-bottom: 56.25%; }
  .ytWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .link_list {
    display: flex;
    flex-wrap: wrap; }
    .link_list li a {
      text-decoration: none;
      color: #333333;
      display: inline-block;
      position: relative;
      padding-left: 20px; }
      .link_list li a:before {
        content: "";
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-bottom: 4px solid #97A5A3;
        border-right: 4px solid #97A5A3;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        top: 11px;
        left: 0; }
  .anchor_list a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #707070;
    position: relative; }
    .anchor_list a:before {
      content: "";
      box-sizing: border-box;
      width: 4px;
      height: 4px;
      border: 4px solid transparent;
      border-bottom: 4px solid #97A5A3;
      border-left: 4px solid #97A5A3;
      position: absolute;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      right: 20px; }
  /* common class */
  strong {
    font-weight: bold !important; }
  .pointerNone {
    cursor: default;
    text-decoration: none; }
  .taC {
    text-align: center !important; }
  .taL {
    text-align: left !important; }
  .taR {
    text-align: right !important; }
  .Center {
    margin: 0 auto !important; }
  .ovh {
    overflow: hidden !important; }
  .mw100 {
    max-width: 100% !important;
    width: auto !important; }
  .w100p {
    width: 100% !important; }
  .inline {
    display: inline !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  .textred {
    color: #E94141 !important; }
  .textblue {
    color: blue !important; }
  .textgray {
    color: #97A5A3 !important; }
  .bold {
    font-weight: bold !important; }
  .underline {
    text-decoration: underline !important; }
  .bdnone {
    border: none !important; }
  .floatL {
    float: left; }
  .floatR {
    float: right; }
  .preBox {
    background: #eff0f4;
    border: 1px solid #97A5A3;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8; }
    .preBox pre {
      overflow: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      -moz-text-align-last: auto;
           text-align-last: auto; } }

@media print, screen and (min-width: 1001px) {
  body {
    padding-top: 80px!important; }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    background-color: #E0E4E3; }
    .breadcrumbs .inner {
      padding: 10px 15px; }
      .breadcrumbs .inner > span {
        display: inline-block;
        position: relative;
        padding-right: 15px;
        font-size: 10px;
        color: #000; }
        .breadcrumbs .inner > span:not(:last-of-type)::after {
          content: "|";
          display: inline-block;
          margin-left: 15px; }
        .breadcrumbs .inner > span a {
          color: #333333; }
  .bg_gray {
    background-color: #eff3f3; }
    .bg_gray.box {
      padding: 90px 0; }
  .floating_side_info, .floating_btn {
    opacity: 1; }
  .page_head_wrap figure {
    width: 100%;
    background: #E0E4E3;
    height: 374px; }
    .page_head_wrap figure.concept {
      background: url(../img/second/page_head_bg_concept.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.ceremony {
      background: url(../img/second/page_head_bg_ceremony.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.cuisine {
      background: url(../img/second/page_head_bg_cuisine.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.plan {
      background: url(../img/second/page_head_bg_plan.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.fair-for-fuwel-figure::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 78%;
      background: rgba(0,0,0,0.4); 
      z-index: 1; }
    .page_head_wrap figure.fair-for-fuwel-figure {
      background: url(../img/second/page_head_bg_fair.webp) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.report {
      background: url(../img/second/page_head_bg_report.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.dress {
      background: url(../img/second/page_head_bg_dress.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.takeout {
      background: url(https://eterna-takasaki.com/wp/wp-content/themes/memolead-wedding/images/second/page_head_bg_takeout.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.restaurant {
      background: url(https://eterna-takasaki.com/wp/wp-content/themes/memolead-wedding/images/second/page_head_bg_restaurant.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
    .page_head_wrap figure.party_conference {
      background: url(../img/second/page_head_bg_party_conference.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
  .page_head_wrap #page_title_en {
    color: #97A5A3;
    font-family: "linotype-didot", serif;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
    font-style: italic;
    color: #97A5A3;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, white 1%, white 50%, #97a5a3 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 110px;
    position: relative;
    z-index: 10;
  }
  .page_head_wrap #page_title {
    color: #97A5A3;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-top: -35px; }
    .page_head_wrap #page_title span {
      display: inline-block;
      background-color: #fff;
      position: relative; }
      .page_head_wrap #page_title span:before {
        content: "";
        background-color: #97A5A3;
        height: 1px;
        position: absolute;
        width: 78px;
        top: 15px;
        left: -92px; }
      .page_head_wrap #page_title span:after {
        content: "";
        background-color: #97A5A3;
        height: 1px;
        position: absolute;
        width: 78px;
        top: 15px;
        right: -92px; }
  .detail_page_head_wrap {
    padding-top: 80px; }
    .detail_page_head_wrap .en_title {
      font-weight: normal;
      text-align: center;
      line-height: 1;
      color: #97A5A3;
      font-family: "linotype-didot", serif;
      font-style: italic;
      text-transform: capitalize;
      font-size: 50px; }
    .detail_page_head_wrap .heading {
      color: #97A5A3;
      text-align: center;
      font-weight: normal;
      margin-top: 5px;
      font-size: 13px; }
  .contents {
    overflow: hidden;
    padding: 80px 0 0; }
  .catch {
    line-height: 2.5;
    text-align: center;
    margin-top: 0; }
  .concept_wrap {
    margin-top: 100px; }
    .concept_wrap > div {
      position: relative; }
      .concept_wrap > div:not(:first-of-type) {
        margin-top: 75px; }
      .concept_wrap > div .img {
        width: 95%;
        height: 500px; }
        .concept_wrap > div .img.bg1 {
          margin-left: 5%;
          background: url(../img/second/concept/concept_img_1_pc.jpg) no-repeat;
          background-position: right;
          background-size: cover; }
        .concept_wrap > div .img.bg2 {
          margin-right: 5%;
          background: url(../img/second/concept/concept_img_2_pc.jpg) no-repeat;
          background-position: left;
          background-size: cover; }
        .concept_wrap > div .img.bg3 {
          margin-right: 5%;
          background: url(https://eterna-takasaki.com/wp/wp-content/themes/memolead-wedding/images/second/concept/concept_img_3_pc.jpg) no-repeat;
          background-position: left;
          background-size: cover; }
      .concept_wrap > div .text {
        line-height: 2.5;
        background-color: #fff;
        display: inline-block;
        padding: 50px;
        position: absolute;
        top: 0; }
      .concept_wrap > div:nth-of-type(odd) .text {
        left: 5%; }
      .concept_wrap > div:nth-of-type(even) .text {
        right: 5%; }
  .charm_point {
    display: flex;
    justify-content: center;
    margin-top: 80px; }
    .charm_point .item {
      position: relative;
      width: calc(100% / 3 - 36px); }
      .charm_point .item:not(:nth-of-type(3n)) {
        margin-right: 54px; }
      .charm_point .item a {
        display: block;
        text-decoration: none;
        color: #333333;
        transition: .4s; }
        .charm_point .item a:hover {
          opacity: .7; }
        .charm_point .item a .text .title {
          position: relative;
          padding-right: 30px; }
          .charm_point .item a .text .title:after {
            content: "";
            box-sizing: border-box;
            width: 4px;
            height: 4px;
            border: 4px solid transparent;
            border-bottom: 4px solid #97A5A3;
            border-right: 4px solid #97A5A3;
            position: absolute;
            top: calc(50% - 4px);
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            right: 20px; }
      .charm_point .item .num {
        color: #97A5A3;
        font-family: "linotype-didot", serif;
        font-style: italic;
        position: absolute;
        line-height: 1;
        background: -webkit-linear-gradient(top, #97A5A3 50%, #fff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 50px;
        top: 0px;
        left: 20px;
        z-index: 2; }
      .charm_point .item .img {
        width: 100%;
        height: 0;
        padding-top: 66.6%;
        position: relative;
        overflow: hidden; }
        .charm_point .item .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%; }
      .charm_point .item .text {
        margin-top: 25px; }
        .charm_point .item .text .title {
          line-height: 1.3;
          margin: 0;
          position: relative;
          font-size: 16px; }
        .charm_point .item .text p {
          color: #999999;
          font-size: 14px;
          margin-top: 20px; }
  .ceremony_venue_wrap, .cuisine_wrap {
    margin-top: 90px; }
    .ceremony_venue_wrap .item, .cuisine_wrap .item {
      display: flex;
      align-items: center; }
      .ceremony_venue_wrap .item:nth-of-type(odd), .cuisine_wrap .item:nth-of-type(odd) {
        flex-direction: row-reverse; }
        .ceremony_venue_wrap .item:nth-of-type(odd) .text, .cuisine_wrap .item:nth-of-type(odd) .text {
          padding-right: 70px;
          padding-left: calc((100% - 1200px) / 2); }
          .ceremony_venue_wrap .item:nth-of-type(odd) .text h3 span, .cuisine_wrap .item:nth-of-type(odd) .text h3 span {
            padding-right: 20px;
            padding-left: 80px; }
          .ceremony_venue_wrap .item:nth-of-type(odd) .text h3:after, .cuisine_wrap .item:nth-of-type(odd) .text h3:after {
            content: "";
            display: inline-block;
            height: 1px;
            background-color: #97A5A3;
            position: absolute;
            left: 0;
            width: calc(100% + 70px);
            top: 20px;
            z-index: -1; }
          .ceremony_venue_wrap .item:nth-of-type(odd) .text p, .ceremony_venue_wrap .item:nth-of-type(odd) .text .thumb_img, .ceremony_venue_wrap .item:nth-of-type(odd) .text .ninzu, .cuisine_wrap .item:nth-of-type(odd) .text p, .cuisine_wrap .item:nth-of-type(odd) .text .thumb_img, .cuisine_wrap .item:nth-of-type(odd) .text .ninzu {
            margin-left: 80px; }
      .ceremony_venue_wrap .item:nth-of-type(even) .text, .cuisine_wrap .item:nth-of-type(even) .text {
        padding-left: 70px;
        padding-right: calc((100% - 1200px) / 2); }
        .ceremony_venue_wrap .item:nth-of-type(even) .text h3, .cuisine_wrap .item:nth-of-type(even) .text h3 {
          padding-right: 80px; }
          .ceremony_venue_wrap .item:nth-of-type(even) .text h3:after, .cuisine_wrap .item:nth-of-type(even) .text h3:after {
            content: "";
            display: inline-block;
            height: 1px;
            background-color: #97A5A3;
            position: absolute;
            left: -70px;
            width: 57px;
            top: 23px;
            z-index: -1; }
        .ceremony_venue_wrap .item:nth-of-type(even) .text p, .ceremony_venue_wrap .item:nth-of-type(even) .text .thumb_img, .cuisine_wrap .item:nth-of-type(even) .text p, .cuisine_wrap .item:nth-of-type(even) .text .thumb_img {
          padding-right: 80px; }
      .ceremony_venue_wrap .item:nth-of-type(n + 2), .cuisine_wrap .item:nth-of-type(n + 2) {
        margin-top: 70px; }
      .ceremony_venue_wrap .item .featured_img, .cuisine_wrap .item .featured_img {
        width: 53%; }
        .ceremony_venue_wrap .item .featured_img img, .cuisine_wrap .item .featured_img img {
          width: 100%; }
      .ceremony_venue_wrap .item .thumb_img, .cuisine_wrap .item .thumb_img {
        display: flex;
        flex-wrap: wrap;
        margin-top: 90px; }
        .ceremony_venue_wrap .item .thumb_img > div, .cuisine_wrap .item .thumb_img > div {
          background-color: #97A5A3;
          position: relative;
          width: calc(100% / 4 - 6px); }
          .ceremony_venue_wrap .item .thumb_img > div:not(:nth-of-type(4n)), .cuisine_wrap .item .thumb_img > div:not(:nth-of-type(4n)) {
            margin-right: 8px; }
          .ceremony_venue_wrap .item .thumb_img > div:nth-of-type(n + 5), .cuisine_wrap .item .thumb_img > div:nth-of-type(n + 5) {
            margin-top: 8px; }
          .ceremony_venue_wrap .item .thumb_img > div:before, .cuisine_wrap .item .thumb_img > div:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: #97A5A3;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1; }
          .ceremony_venue_wrap .item .thumb_img > div:hover, .cuisine_wrap .item .thumb_img > div:hover {
            opacity: .7; }
          .ceremony_venue_wrap .item .thumb_img > div.active, .cuisine_wrap .item .thumb_img > div.active {
            opacity: .7; }
      .ceremony_venue_wrap .item .text, .cuisine_wrap .item .text {
        width: 47%;
        position: relative;
        height: 100%; }
        .ceremony_venue_wrap .item .text h3, .cuisine_wrap .item .text h3 {
          color: #97A5A3;
          font-weight: normal;
          position: relative;
          font-size: 26px; }
          .ceremony_venue_wrap .item .text h3 span, .cuisine_wrap .item .text h3 span {
            font-family: "linotype-didot", serif;
            letter-spacing: .03em;
            line-height: 1.6;
            display: inline-block;
            background-color: #fff; }
        .ceremony_venue_wrap .item .text p, .cuisine_wrap .item .text p {
          margin-top: 40px; }
        .ceremony_venue_wrap .item .text .ninzu, .cuisine_wrap .item .text .ninzu {
          color: #97A5A3;
          border: 1px solid #97A5A3;
          display: inline-block;
          border-radius: 5px;
          margin-top: 15px;
          padding: 10px 20px; }
  .venue_tour_wrap {
    background-color: #EAEDED;
    padding: 70px 0; }
    .venue_tour_wrap + .venue_tour_wrap {
      margin-top: 1px; }
    .venue_tour_wrap .venue_tour {
      width: 100%;
      height: auto;
      margin-top: 50px; }
      .venue_tour_wrap .venue_tour.col2 {
        display: flex; }
        .venue_tour_wrap .venue_tour.col2 > div {
          width: calc(50% - 20px); }
          .venue_tour_wrap .venue_tour.col2 > div:not(:first-of-type) {
            margin-left: 40px; }
      .venue_tour_wrap .venue_tour.col3 {
        display: flex; }
        .venue_tour_wrap .venue_tour.col3 > div {
          width: calc(100% / 3 - 24px); }
          .venue_tour_wrap .venue_tour.col3 > div:not(:first-of-type) {
            margin-left: 36px; }
      .venue_tour_wrap .venue_tour > div {
        width: 100%;
        position: relative;
        width: 100%;
        height: 385px;
        overflow: hidden; }
        .venue_tour_wrap .venue_tour > div h3 {
          font-style: italic;
          font-weight: normal;
          text-align: center;
          position: relative;
          z-index: 2;
          font-size: 34px; }
        .venue_tour_wrap .venue_tour > div .more {
          font-family: "Poppins", sans-serif;
          text-decoration: underline;
          margin: 5px 0 0 0;
          position: relative;
          z-index: 2;
          transition: .4s;
          font-size: 14px; }
        .venue_tour_wrap .venue_tour > div .bottom_info {
          text-align: center;
          line-height: 1;
          position: relative;
          z-index: 2;
          position: absolute;
          bottom: 30px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
          .venue_tour_wrap .venue_tour > div .bottom_info span {
            display: block;
            font-size: 11px; }
          .venue_tour_wrap .venue_tour > div .bottom_info .img {
            margin-top: 8px; }
        .venue_tour_wrap .venue_tour > div a {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          color: #fff;
          text-decoration: none; }
          .venue_tour_wrap .venue_tour > div a:hover figure.thum {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
          .venue_tour_wrap .venue_tour > div a:hover .more {
            color: #e0b8b9;
            letter-spacing: 0.1em; }
        .venue_tour_wrap .venue_tour > div figure.thum {
          width: 100%;
          height: 385px;
          position: absolute;
          top: 0;
          left: 0;
          transition: 4s;
          -webkit-transform: scale(1);
                  transform: scale(1); }
          .venue_tour_wrap .venue_tour > div figure.thum.vol1 {
            background: url(../img/second/venue_img_1.jpg) no-repeat;
            background-size: cover;
            background-position: center; }
          .venue_tour_wrap .venue_tour > div figure.thum.vol2 {
            background: url(../img/second/venue_img_2.jpg) no-repeat;
            background-size: cover;
            background-position: center; }
          .venue_tour_wrap .venue_tour > div figure.thum.vol3 {
            background: url(../img/second/venue_img_3.jpg) no-repeat;
            background-size: cover;
            background-position: center; }
  .bottom_link_list {
    width: 100%;
    height: auto;
    padding: 40px 0;
    margin-top: 100px; }
    .bottom_link_list.col2 {
      display: flex; }
      .bottom_link_list.col2 > div {
        width: calc(50% - 20px); }
        .bottom_link_list.col2 > div:not(:first-of-type) {
          margin-left: 40px; }
    .bottom_link_list.col3 {
      display: flex; 
      position: sticky;}
      .bottom_link_list.col3 > div {
        width: calc(100% / 3 - 24px); }
        .bottom_link_list.col3 > div:not(:first-of-type) {
          margin-left: 36px; }
    .bottom_link_list > div {
      width: 100%;
      position: relative;
      height: 424px;
      transition: .4s;
      overflow: hidden; }
      .bottom_link_list > div:hover figure {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .bottom_link_list > div:hover .more {
        color: #e0b8b9;
        letter-spacing: 0.1em; }
      .bottom_link_list > div .en_title {
        font-style: italic;
        font-weight: normal;
        text-align: center;
        margin: 0;
        line-height: 1;
        font-size: 34px; }
      .bottom_link_list > div .jp_title {
        text-align: center;
        margin: 5px 0 0 0;
        font-size: 13px; }
      .bottom_link_list > div .more {
        font-family: "Poppins", sans-serif;
        text-decoration: underline;
        font-size: 14px;
        margin: 30px 0 0 0;
        transition: .4s; }
      .bottom_link_list > div a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none; }
      .bottom_link_list > div figure {
        width: 100%;
        height: 424px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: 4s;
        -webkit-transform: scale(1);
                transform: scale(1); }
        .bottom_link_list > div figure.report {
          background: url(../img/second/bottom_link_img_report.jpg) no-repeat;
          background-size: cover;
          background-position: center; }
        .bottom_link_list > div figure.plan {
          background: url(../img/second/bottom_link_img_plan.jpg) no-repeat;
          background-size: cover;
          background-position: center; }
        .bottom_link_list > div figure.fair {
          background: url(../img/second/bottom_link_img_fair.jpg) no-repeat;
          background-size: cover;
          background-position: center; }
  .bg_gray.box + .bottom_link_list, .venue_tour_wrap + .bottom_link_list, .banquet_wrap + .bottom_link_list {
    margin: 0; }
  .tobira_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px; }
    .tobira_list .item {
      position: relative;
      width: calc(100% / 3 - 27px); }
      .tobira_list .item:not(:nth-of-type(3n)) {
        margin-right: 40px; }
      .tobira_list .item:nth-of-type(n + 4) {
        margin-top: 40px; }
      .tobira_list .item:after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10px;
        height: 10px;
        border: 10px solid transparent;
        border-bottom: 10px solid #CBD2D1;
        border-right: 10px solid #CBD2D1; }
      .tobira_list .item.in_movie:before {
        content: "動画あり";
        display: inline-block;
        background-color: #97A5A3;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 1;
        padding: 5px 10px;
        z-index: 2;
        color: #fff; }
      .tobira_list .item a {
        display: block;
        text-decoration: none;
        color: #333333;
        transition: opacity .4s; }
        .tobira_list .item a:hover {
          opacity: .7; }
      .tobira_list .item .img {
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: relative;
        overflow: hidden; }
        .tobira_list .item .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          -o-object-fit: cover;
             object-fit: cover; }
        .tobira_list .item .img:after {
          content: "";
          box-sizing: border-box;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 10px;
          height: 10px;
          border: 10px solid transparent;
          border-bottom: 10px solid #fff;
          border-right: 10px solid #fff; }
      .tobira_list .item .text {
        margin-top: 20px; }
        .tobira_list .item .text .title {
          line-height: 1.3;
          margin: 0;
          color: #333333;
          font-size: 16px;
          min-height: 52px; }
        .tobira_list .item .text .info {
          color: #97A5A3;
          font-size: 13px;
          margin: 15px 0 0 0; }
  .page_main_img {
    text-align: center;
    margin-top: 0; }
    .page_main_img img {
      max-width: 100%; }
  h1.plan_detail {
    font-weight: normal;
    font-size: 22px;
    margin-top: 90px; }
  .plan_detail_info {
    color: #999;
    margin: 20px 0 0 0; }
  .report_photo_list {
    margin: 60px 0 0 0; }
    .report_photo_list > div:nth-of-type(n + 2) {
      margin-top: 20px; }
    .report_photo_list > div img {
      width: 100%; }
    .report_photo_list > div.col2 {
      display: flex;
      justify-content: space-between; }
      .report_photo_list > div.col2 > img {
        width: calc(50% - 10px); }
  .news_list {
    border-top: 1px solid #EBEBEB; }
  .wp-pagenavi {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "linotype-didot", serif;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 100px; }
    .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .last, .wp-pagenavi .first {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 1px solid #97A5A3;
      border-radius: 50%;
      color: #97A5A3;
      text-decoration: none;
      font-weight: normal;
      min-width: 45px;
      min-height: 45px;
      transition: .4s;
      margin: 0 10px; }
      .wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .extend:hover, .wp-pagenavi .last:hover, .wp-pagenavi .first:hover {
        color: #fff;
        background-color: #97A5A3;
        opacity: 1; }
    .wp-pagenavi .extend {
      border: none; }
      .wp-pagenavi .extend:hover {
        background: #fff;
        opacity: 1;
        border: none !important;
        color: #97A5A3; }
    .wp-pagenavi span.current {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #97A5A3;
      border-radius: 50%;
      background-color: #97A5A3;
      color: #fff;
      font-weight: normal;
      min-width: 45px;
      min-height: 45px;
      margin: 0 10px; }
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
      color: #97A5A3;
      border: none;
      position: relative; }
      .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
        color: #97A5A3;
        background: none;
        text-decoration: underline; }
    .wp-pagenavi .previouspostslink:before {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-top: 3px solid #97A5A3;
      border-left: 3px solid #97A5A3;
      position: absolute;
      left: -5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 19px; }
    .wp-pagenavi .nextpostslink:before {
      content: "";
      box-sizing: border-box;
      width: 3px;
      height: 3px;
      border: 3px solid transparent;
      border-bottom: 3px solid #97A5A3;
      border-right: 3px solid #97A5A3;
      position: absolute;
      right: -5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 19px; }
  .post_page_head_wrap {
    text-align: center;
    padding-top: 80px; }
    .post_page_head_wrap .ymd {
      font-size: 18px; }
    .post_page_head_wrap .post_heading {
      line-height: 1.3;
      font-weight: normal;
      font-size: 28px; }
  .prev_next_wrap {
    border-top: 1px solid #EAEDED;
    border-bottom: 1px solid #EAEDED;
    display: flex;
    align-items: center;
    margin-top: 60px;
    position: relative; }
    .prev_next_wrap:before {
      content: "";
      width: 1px;
      height: 100%;
      display: inline-block;
      background-color: #EAEDED;
      position: absolute;
      top: 0;
      left: 50%; }
    .prev_next_wrap > div {
      width: 50%; }
      .prev_next_wrap > div a {
        color: #97A5A3;
        display: block;
        text-decoration: none;
        position: relative;
        font-size: 13px;
        padding-top: 25px;
        padding-bottom: 25px; }
        .prev_next_wrap > div a:hover {
          text-decoration: underline; }
    .prev_next_wrap .prev a {
      padding-left: 100px;
      padding-right: 40px; }
      .prev_next_wrap .prev a:before {
        content: "Prev";
        color: #97A5A3;
        position: absolute;
        font-family: "linotype-didot", serif;
        font-size: 16px;
        top: calc(50% - 14px);
        left: 40px; }
      .prev_next_wrap .prev a:after {
        content: "";
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-top: 3px solid #97A5A3;
        border-left: 3px solid #97A5A3;
        position: absolute;
        left: 25px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: calc(50% - 5px); }
    .prev_next_wrap .next a {
      padding-right: 100px;
      padding-left: 40px; }
      .prev_next_wrap .next a:before {
        content: "Next";
        color: #97A5A3;
        position: absolute;
        font-family: "linotype-didot", serif;
        font-size: 16px;
        top: calc(50% - 14px);
        right: 40px; }
      .prev_next_wrap .next a:after {
        content: "";
        box-sizing: border-box;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        border-bottom: 3px solid #97A5A3;
        border-right: 3px solid #97A5A3;
        position: absolute;
        right: 25px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: calc(50% - 5px); }
  .qa_wrap dl {
    margin-top: 30px; }
    .qa_wrap dl dt {
      color: #97A5A3;
      border-bottom: 1px solid #EAEDED;
      position: relative;
      font-size: 20px;
      padding: 15px 15px 15px 60px; }
      .qa_wrap dl dt:before {
        content: "Q";
        font-family: "linotype-didot", serif;
        position: absolute;
        font-size: 32px;
        left: 5px;
        top: 8px; }
    .qa_wrap dl dd {
      position: relative;
      font-size: 16px;
      padding: 15px 15px 15px 60px; }
      .qa_wrap dl dd:before {
        content: "A";
        font-family: "linotype-didot", serif;
        position: absolute;
        color: #97A5A3;
        font-size: 32px;
        left: 8px;
        top: 8px; }
  .contact_wrap {
    margin-top: 30px; }
    .contact_wrap > dl {
      display: flex; }
      .contact_wrap > dl:not(:first-of-type) {
        margin-top: 40px; }
      .contact_wrap > dl > dt {
        font-weight: bold;
        width: 240px;
        padding-right: 50px; }
      .contact_wrap > dl > dd {
        width: calc(100% - 240px); }
        .contact_wrap > dl > dd .attention {
          display: block;
          font-size: 12px;
          margin-top: 5px; }
        .contact_wrap > dl > dd > dl:not(:first-of-type) {
          margin-top: 20px; }
        .contact_wrap > dl > dd > dl > dt {
          font-size: 12px;
          margin-bottom: 5px; }
    .contact_wrap .btn_wrap {
      text-align: center;
      margin-top: 80px; }
      .contact_wrap .btn_wrap .common_btn {
        border: 1px solid #97A5A3;
        border-radius: 40px;
        max-width: 300px; }
        .contact_wrap .btn_wrap .common_btn.back {
          min-width: auto;
          width: 200px;
          margin: 0 15px 0 0 !important; }
  .notfound {
    padding-bottom: 80px; }
    .notfound .title {
      color: #97A5A3;
      line-height: 1;
      margin-top: 0;
      font-size: 80px; }
      .notfound .title + p {
        color: #97A5A3;
        font-size: 20px;
        margin-top: 0; }
    .notfound p {
      text-align: center; }
  .takeout_menu_wrap .item {
    margin-top: 120px; }
    .takeout_menu_wrap .item .img_text_wrap {
      display: flex; }
      .takeout_menu_wrap .item .img_text_wrap figure {
        width: 50%;
        padding-right: 30px; }
        .takeout_menu_wrap .item .img_text_wrap figure img {
          width: 100%; }
      .takeout_menu_wrap .item .img_text_wrap .text {
        width: 50%; }
        .takeout_menu_wrap .item .img_text_wrap .text .title {
          color: #97A5A3;
          font-weight: normal;
          font-size: 30px; }
    .takeout_menu_wrap .item .info {
      background-color: #EAEDED;
      margin-top: 40px;
      padding: 30px 35px; }
    .takeout_menu_wrap .item .btn_wrap {
      text-align: center; }
  .twoCol_title {
    display: flex;
    align-items: center; }
    .twoCol_title.reverse {
      flex-direction: row-reverse; }
      .twoCol_title.reverse .text {
        padding-right: 60px;
        padding-left: calc((100% - 850px)/2); }
    .twoCol_title figure {
      width: 50%; }
    .twoCol_title .text {
      width: 50%;
      padding-left: 60px; }
      .twoCol_title .text .title {
        font-weight: normal;
        color: #97A5A3;
        font-size: 30px; }
  .restaurant_menu_wrap {
    margin-top: 90px; }
    .restaurant_menu_wrap .item {
      margin-top: 80px; }
      .restaurant_menu_wrap .item .title {
        text-align: center;
        color: #97A5A3;
        font-weight: normal;
        font-size: 30px; }
      .restaurant_menu_wrap .item .img_text_wrap {
        display: flex;
        margin-top: 30px; }
        .restaurant_menu_wrap .item .img_text_wrap figure {
          width: 50%;
          padding-right: 30px; }
          .restaurant_menu_wrap .item .img_text_wrap figure img {
            width: 100%; }
        .restaurant_menu_wrap .item .img_text_wrap .text {
          width: 50%; }
          .restaurant_menu_wrap .item .img_text_wrap .text p {
            margin-top: 0; }
      .restaurant_menu_wrap .item .info {
        background-color: #EAEDED;
        margin-top: 40px;
        padding: 30px 35px; }
    .restaurant_menu_wrap .btn_wrap {
      text-align: center; }
      .restaurant_menu_wrap .btn_wrap a:not(:first-of-type) {
        margin-left: 20px; }
  .common_slide_wrap {
    padding-left: calc((100% - 1200px) / 2);
    padding-right: calc((100% - 1200px) / 2); }
  .common_slide_list {
    margin-top: 40px; }
    .common_slide_list .item {
      width: calc(100% / 3 - 36px);
      margin: 0 20px; }
      .common_slide_list .item a {
        display: block;
        text-decoration: none;
        color: #333333;
        transition: opacity .4s; }
        .common_slide_list .item a:hover {
          opacity: .7; }
      .common_slide_list .item .img {
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: relative;
        overflow: hidden; }
        .common_slide_list .item .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          -o-object-fit: cover;
             object-fit: cover; }
      .common_slide_list .item .text {
        margin-top: 25px; }
        .common_slide_list .item .text .h3 {
          line-height: 1.5;
          font-weight: normal;
          font-size: 16px; }
        .common_slide_list .item .text p {
          color: #999999;
          font-size: 14px;
          margin-top: 20px; }
  .banquet_menu_wrap {
    margin-top: 90px; }
    .banquet_menu_wrap .item {
      margin-top: 80px; }
      .banquet_menu_wrap .item .title {
        text-align: center;
        color: #97A5A3;
        font-weight: normal;
        font-size: 30px; }
      .banquet_menu_wrap .item .img_text_wrap {
        display: flex;
        margin-top: 40px; }
        .banquet_menu_wrap .item .img_text_wrap figure {
          width: 33%; }
          .banquet_menu_wrap .item .img_text_wrap figure img {
            width: 100%; }
        .banquet_menu_wrap .item .img_text_wrap .text {
          width: 67%;
          padding-left: 50px; }
          .banquet_menu_wrap .item .img_text_wrap .text p {
            margin-top: 0; }
          .banquet_menu_wrap .item .img_text_wrap .text dl {
            display: flex; }
            .banquet_menu_wrap .item .img_text_wrap .text dl + dl {
              margin-top: 20px; }
            .banquet_menu_wrap .item .img_text_wrap .text dl dt {
              width: 100px; }
            .banquet_menu_wrap .item .img_text_wrap .text dl dd {
              width: calc(100% - 100px); }
          .banquet_menu_wrap .item .img_text_wrap .text .more {
            text-align: right;
            margin-top: 20px; }
            .banquet_menu_wrap .item .img_text_wrap .text .more a {
              color: #97A5A3;
              font-family: "Poppins", sans-serif;
              transition: .4s;
              text-decoration: underline; }
              .banquet_menu_wrap .item .img_text_wrap .text .more a:hover {
                color: #e0b8b9;
                letter-spacing: 0.1em; }
  .banquet_wrap {
    background-color: #EAEDED;
    padding: 70px 0; }
    .banquet_wrap .banquet_plan_list {
      margin-top: 50px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-rows: auto;
          grid-template-rows: auto;
      gap: 60px 40px; }
      .banquet_wrap .banquet_plan_list .item a {
        text-decoration: none;
        color: #333333;
        display: block;
        transition: opacity .4s; }
        .banquet_wrap .banquet_plan_list .item a:hover {
          opacity: .7; }
      .banquet_wrap .banquet_plan_list .item figure img {
        width: 100%; }
      .banquet_wrap .banquet_plan_list .item .text_wrap {
        margin-top: 30px; }
        .banquet_wrap .banquet_plan_list .item .text_wrap .title {
          margin-top: 0;
          line-height: 1.3;
          font-size: 24px; }
        .banquet_wrap .banquet_plan_list .item .text_wrap .text {
          margin-top: 30px; }
  .kome {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px;
    font-size: 14px; }
    .kome:before {
      content: "※"; }
    .kome + .kome {
      margin-top: 0; }
  a.link,
  span.link {
    list-style: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 36px; }
    a.link:hover:after,
    span.link:hover:after {
      right: -8px; }
    a.link:before,
    span.link:before {
      content: "";
      display: inline-block;
      width: 18px;
      height: 18px;
      border: 1px solid #555;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      right: 0; }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px; }
    a.icon:after {
      content: "";
      display: block;
      width: 18px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: 50% 0;
      position: absolute;
      right: -5px;
      top: .1em; }
    a.icon[href$=pdf]:after {
      background-image: url(../img/common/icon_pdf.png); }
    a.icon[href$=doc]:after, a.icon[href$=docx]:after {
      background-image: url(../img/common/icon_doc.png); }
    a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
      background-image: url(../img/common/icon_xls.png); }
  .ico_blank {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../img/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -4px; }
  ul.anker {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    ul.anker.col2 li {
      width: calc(100%/2); }
    ul.anker.col4 li {
      width: calc(100%/4); }
    ul.anker li {
      list-style: none;
      border-right: 1px solid #fff;
      width: calc(100%/3); }
      ul.anker li a {
        display: block;
        background: #eeeeee;
        position: relative;
        height: 100%;
        padding: 8px 12px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        line-height: 1.3;
        text-decoration: none;
        transition: background-color .2s;
        font-size: 15px; }
        ul.anker li a:hover {
          background: #97A5A3;
          text-decoration: none;
          color: #fff; }
          ul.anker li a:hover:after {
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff; }
        ul.anker li a:after {
          content: "";
          display: block;
          border-bottom: 1px solid #97A5A3;
          border-right: 1px solid #97A5A3;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          width: 7px;
          height: 7px;
          position: absolute;
          bottom: 11px;
          left: 50%;
          margin-left: -3px; }
  .imgLine2 {
    display: flex;
    justify-content: center; }
    .imgLine2 li {
      text-align: center;
      width: calc(50% - 20px); }
      .imgLine2 li:nth-of-type(odd) {
        margin-right: 40px; }
      .imgLine2 li img {
        max-width: 100%; }
    .imgLine2.small li {
      width: calc(33% - 8px); }
    .imgLine2 .cap {
      display: block;
      text-align: left;
      font-size: 14px; }
  .imgLine3 {
    display: flex;
    justify-content: center; }
    .imgLine3 li {
      text-align: center;
      width: calc(33% - 24px); }
      .imgLine3 li:not(:nth-of-type(3n)) {
        margin-right: 40px; }
      .imgLine3 li img {
        max-width: 100%; }
    .imgLine3 .cap {
      display: block;
      text-align: left;
      font-size: 14px; }
  .imgLine4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .imgLine4 li {
      width: calc(25% - 12px);
      margin-right: 16px; }
      .imgLine4 li:nth-of-type(4n) {
        margin-right: 0; }
      .imgLine4 li img {
        width: 100%; }
  .imgInP {
    overflow: hidden; }
    .imgInP .img {
      max-width: 300px; }
      .imgInP .img img {
        width: 100%;
        height: auto; }
      .imgInP .img .cap {
        display: block;
        text-align: left;
        font-size: 13px;
        margin-top: 5px; }
    .imgInP .img.left {
      float: left;
      margin-right: 20px; }
    .imgInP .img.right {
      float: right;
      margin-left: 20px; }
  .twoCol {
    display: flex; }
    .twoCol.items_center {
      align-items: center; }
    .twoCol > div {
      width: 50%; }
      .twoCol > div:first-of-type {
        padding-right: 35px; }
      .twoCol > div:last-of-type {
        padding-left: 35px; }
    .twoCol .txt {
      flex: 1; }
      .twoCol .txt *:nth-child(1) {
        margin-top: 0; }
    .twoCol .img {
      width: 50%; }
      .twoCol .img.round {
        overflow: hidden;
        border-radius: 30px; }
      .twoCol .img img {
        max-width: 100%;
        width: auto;
        height: auto; }
      .twoCol .img .cap {
        display: block;
        margin-top: 5px;
        font-size: 13px;
        text-align: left; }
  ul.commonList li {
    padding-left: 18px;
    position: relative;
    box-sizing: border-box; }
    ul.commonList li:not(:first-of-type) {
      margin-top: 10px; }
    ul.commonList li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: auto;
      content: '';
      border-radius: 50%;
      background-color: #97A5A3;
      position: absolute;
      left: 0;
      top: 12px; }
  ul.col2List {
    display: flex;
    flex-wrap: wrap; }
    ul.col2List li {
      width: 50%;
      flex-basis: 50%; }
      ul.col2List li:not(:first-of-type) {
        margin-top: 0px; }
      ul.col2List li:nth-of-type(n + 3) {
        margin-top: 10px; }
  ol {
    padding-left: 18px; }
    ol li + li {
      margin-top: 10px; }
  .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    background-color: #FAFAFA; }
    .commonTable td.wFix,
    .commonTable th.wFix {
      width: 150px; }
    .commonTable th {
      color: #333333;
      text-align: left;
      font-weight: normal;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      background-color: #F5F6F6;
      font-size: 13px;
      padding: 15px 20px; }
      .commonTable th.gray {
        background-color: #F5F6F6; }
      .commonTable th.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        background-color: #fff; }
    .commonTable td {
      padding: 12px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      word-break: break-all;
      font-size: 13px;
      padding: 15px 20px; }
      .commonTable td.gray {
        background-color: #F5F6F6; }
      .commonTable td *:last-child {
        margin-bottom: 0; }
      .commonTable td *:first-child {
        margin-top: 0; }
      .commonTable td.null {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff; }
  .scrollTable {
    overflow: auto; }
  .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 20px 0 -10px; }
  .colorBox {
    background-color: #f9f9f9;
    padding: 30px 35px; }
    .colorBox *:nth-child(1) {
      margin-top: 0; }
    .colorBox .title {
      display: block;
      font-size: 18px;
      margin-bottom: 10px; }
    .colorBox.round {
      border-radius: 20px; }
    .colorBox.blue {
      background-color: #e3ebf5; }
  .borderBox {
    border: 4px solid #f2f2f2;
    padding: 40px 70px 50px; }
    .borderBox.lp {
      margin-top: 80px; }
    .borderBox .title {
      display: block;
      font-size: 18px;
      margin-bottom: 10px; }
    .borderBox *:nth-child(1) {
      margin-top: 0; }
  .col2_wrap {
    display: flex;
    flex-wrap: wrap; }
    .col2_wrap .left {
      width: calc(50% - 15px);
      margin-right: 30px; }
    .col2_wrap .right {
      width: calc(50% - 15px); }
  .tab_wrap {
    width: 100%; }
    .tab_wrap .tab_area {
      display: flex; }
      .tab_wrap .tab_area label {
        background-color: #E5E5E5;
        color: #000;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ccc;
        position: relative;
        width: calc(50% - 7px);
        font-size: 18px;
        min-height: 70px;
        padding: 5px 40px 5px 15px; }
        .tab_wrap .tab_area label:hover {
          opacity: .7; }
        .tab_wrap .tab_area label:first-of-type {
          margin-right: 14px; }
          .tab_wrap .tab_area label:first-of-type:after {
            content: "";
            width: 14px;
            height: 69px;
            border-bottom: 1px solid #ccc;
            position: absolute;
            right: -15px;
            bottom: -1px; }
        .tab_wrap .tab_area label span {
          display: block;
          color: #000;
          width: 100%;
          text-align: center;
          font-size: 14px; }
        .tab_wrap .tab_area label:before {
          content: "";
          border: 0px;
          border-top: solid 2px #B4B4B4;
          border-right: solid 2px #B4B4B4;
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg);
          position: absolute;
          display: inline-block;
          width: 8px;
          height: 8px;
          top: calc(50% - 4px);
          right: 20px; }
    .tab_wrap .tab_panel {
      width: 100%;
      display: none;
      padding-top: 20px; }
    .tab_wrap .panel_area {
      padding: 0 20px 20px;
      border-radius: 0 0 6px 6px;
      background: #fff;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
  .border-box {
    border: 1px solid #ccc;
    padding: 20px; }
  .common_dl_wrap dl {
    display: flex;
    padding: 15px 0; }
    .common_dl_wrap dl:not(:first-of-type) {
      border-top: 1px solid #EAEDED; }
    .common_dl_wrap dl dt {
      width: 170px;
      padding: 10px 30px 10px 0; }
    .common_dl_wrap dl dd {
      width: calc(100% - 160px);
      padding: 10px 0 10px 0px; }
  .common_dl_wrap.small {
    margin-top: 10px; }
    .common_dl_wrap.small dl {
      display: flex;
      padding: 10px 0; }
      .common_dl_wrap.small dl:not(:first-of-type) {
        border-top: none; }
      .common_dl_wrap.small dl dt {
        width: 100px;
        padding: 0px 30px 0px 0; }
      .common_dl_wrap.small dl dd {
        width: calc(100% - 100px);
        padding: 0px 0 0px 0px; }
  .ytWrap {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto; }
    .ytWrap .ytWrap_inner {
      position: relative;
      padding-bottom: 56.25%; }
    .ytWrap iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .link_list {
    display: flex;
    flex-wrap: wrap; }
    .link_list li {
      width: calc(100%/3);
      padding-right: 20px; }
      .link_list li:nth-of-type(n + 4) {
        margin-top: 40px; }
      .link_list li a {
        text-decoration: none;
        color: #333333;
        display: inline-block;
        position: relative;
        padding-left: 20px; }
        .link_list li a:hover {
          text-decoration: underline; }
        .link_list li a:before {
          content: "";
          box-sizing: border-box;
          width: 4px;
          height: 4px;
          border: 4px solid transparent;
          border-bottom: 4px solid #97A5A3;
          border-right: 4px solid #97A5A3;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          top: 11px;
          left: 0; }
  .anchor_list {
    display: flex;
    margin-top: 90px; }
    .anchor_list li {
      width: calc(( 100% / 3 ) - ( 80px / 3 )); }
      .anchor_list li:not(:nth-of-type(3n)) {
        margin-right: 40px; }
    .anchor_list a {
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #707070;
      position: relative;
      font-size: 18px;
      padding: 0 40px 20px 0; }
      .anchor_list a:hover:before {
        top: calc(50% - 11px); }
      .anchor_list a:before {
        content: "";
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-bottom: 4px solid #97A5A3;
        border-left: 4px solid #97A5A3;
        position: absolute;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 20px;
        top: calc(50% - 16px);
        transition: .4s; }
  /* common class */
  strong {
    font-weight: bold !important; }
  .pointerNone {
    cursor: default;
    text-decoration: none; }
  .taC {
    text-align: center !important; }
  .taL {
    text-align: left !important; }
  .taR {
    text-align: right !important; }
  .Center {
    margin: 0 auto !important; }
  .ovh {
    overflow: hidden !important; }
  .mw100 {
    max-width: 100% !important;
    width: auto !important; }
  .w100p {
    width: 100% !important; }
  .inline {
    display: inline !important; }
  .mB0 {
    margin-bottom: 0 !important; }
  .mB5 {
    margin-bottom: 5px !important; }
  .mB10 {
    margin-bottom: 10px !important; }
  .mB20 {
    margin-bottom: 20px !important; }
  .mB30 {
    margin-bottom: 30px !important; }
  .mB40 {
    margin-bottom: 40px !important; }
  .mB50 {
    margin-bottom: 50px !important; }
  .mT0 {
    margin-top: 0 !important; }
  .mT5 {
    margin-top: 5px !important; }
  .mT10 {
    margin-top: 10px !important; }
  .mT20 {
    margin-top: 20px !important; }
  .mT30 {
    margin-top: 30px !important; }
  .mT40 {
    margin-top: 40px !important; }
  .mT50 {
    margin-top: 50px !important; }
  .mL0 {
    margin-left: 0px !important; }
  .mL5 {
    margin-left: 5px !important; }
  .mL10 {
    margin-left: 10px !important; }
  .mL20 {
    margin-left: 20px !important; }
  .mL30 {
    margin-left: 30px !important; }
  .mL40 {
    margin-left: 40px !important; }
  .mL50 {
    margin-left: 50px !important; }
  .mR0 {
    margin-right: 0px !important; }
  .mR5 {
    margin-right: 5px !important; }
  .mR10 {
    margin-right: 10px !important; }
  .mR20 {
    margin-right: 20px !important; }
  .mR30 {
    margin-right: 30px !important; }
  .mR40 {
    margin-right: 40px !important; }
  .mR50 {
    margin-right: 50px !important; }
  .mB0_pc {
    margin-bottom: 0 !important; }
  .mB5_pc {
    margin-bottom: 5px !important; }
  .mB10_pc {
    margin-bottom: 10px !important; }
  .mB20_pc {
    margin-bottom: 20px !important; }
  .mB30_pc {
    margin-bottom: 30px !important; }
  .mB40_pc {
    margin-bottom: 40px !important; }
  .mB50_pc {
    margin-bottom: 50px !important; }
  .mT0_pc {
    margin-top: 0 !important; }
  .mT5_pc {
    margin-top: 5px !important; }
  .mT10_pc {
    margin-top: 10px !important; }
  .mT20_pc {
    margin-top: 20px !important; }
  .mT30_pc {
    margin-top: 30px !important; }
  .mT40_pc {
    margin-top: 40px !important; }
  .mT50_pc {
    margin-top: 50px !important; }
  .mL0_pc {
    margin-left: 0px !important; }
  .mL5_pc {
    margin-left: 5px !important; }
  .mL10_pc {
    margin-left: 10px !important; }
  .mL20_pc {
    margin-left: 20px !important; }
  .mL30_pc {
    margin-left: 30px !important; }
  .mL40_pc {
    margin-left: 40px !important; }
  .mL50_pc {
    margin-left: 50px !important; }
  .mR0_pc {
    margin-right: 0px !important; }
  .mR5_pc {
    margin-right: 5px !important; }
  .mR10_pc {
    margin-right: 10px !important; }
  .mR20_pc {
    margin-right: 20px !important; }
  .mR30_pc {
    margin-right: 30px !important; }
  .mR40_pc {
    margin-right: 40px !important; }
  .mR50_pc {
    margin-right: 50px !important; }
  .size12 {
    font-size: 12px !important; }
  .size14 {
    font-size: 14px !important; }
  .size16 {
    font-size: 16px !important; }
  .size18 {
    font-size: 18px !important; }
  .size20 {
    font-size: 20px !important; }
  .taC_pc {
    text-align: center !important; }
  .textred {
    color: #E94141 !important; }
  .textblue {
    color: blue !important; }
  .textgray {
    color: #97A5A3 !important; }
  .bold {
    font-weight: bold !important; }
  .underline {
    text-decoration: underline !important; }
  .bdnone {
    border: none !important; }
  .floatL {
    float: left; }
  .floatR {
    float: right; }
  .preBox {
    background: #eff0f4;
    border: 1px solid #97A5A3;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8; }
    .preBox pre {
      overflow: auto;
      white-space: pre-wrap;
      word-wrap: break-word;
      -moz-text-align-last: auto;
           text-align-last: auto; } }

/*# sourceMappingURL=map/second.css.map */
