@charset "UTF-8";
.contents-wrap .btn-wrap .btn a {
  position: relative;
  display: block;
  width: 250px;
  padding: 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #9788b3;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .contents-wrap .btn-wrap .btn a {
      font-size: 1.4rem; 
      text-align: center;
      padding: 15px;
      margin: 10px auto;
      justify-content: center;
    } }
  @media screen and (min-width: 768px) {
    .contents-wrap .btn-wrap .btn a:hover {
      opacity: .7; } }
  .contents-wrap .btn-wrap .btn a:before, .contents-wrap .btn-wrap .btn a:after {
    position: absolute;
    top: 50%;
    content: "";
    margin: -5px 0 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; }
  .contents-wrap .btn-wrap .btn a:before {
    right: 20px;
    border-left: 6px solid #fff; }
  .contents-wrap .btn-wrap .btn a:after {
    right: 22px;
    border-left: 6px solid #9788b3; }

.gallery .slide-all {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 320px; }
  @media screen and (max-width: 767px) {
    .gallery .slide-all {
      height: 230px; } }

@media screen and (max-width: 767px) {
  .gallery .slide_wrap {
    position: absolute;
    left: 50%;
    width: 1150px;
    margin-left: -575px; } }

.gallery .slide_body {
  position: absolute;
  left: 50%;
  width: 1640px;
  margin-left: -820px; }
  @media screen and (max-width: 767px) {
    .gallery .slide_body {
      position: relative;
      left: 0;
      width: auto;
      margin-left: 0; } }

.gallery .slide {
  width: 320px !important; }
  @media screen and (max-width: 767px) {
    .gallery .slide {
      width: 230px !important; } }
  @media screen and (max-width: 767px) {
    .gallery .slide a {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } }
  .gallery .slide a img {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (max-width: 767px) {
      .gallery .slide a img {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  @media screen and (min-width: 768px) {
    .gallery .slide a:hover img {
      opacity: .7; } }

.gallery .bx-wrapper .bx-controls-direction a {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 44px;
  margin-top: -15px;
  outline: 0;
  text-indent: -9999px; }
  @media screen and (max-width: 767px) {
    .gallery .bx-wrapper .bx-controls-direction a {
      width: 40px;
      height: 100%;
      margin-top: -115px; } }

.gallery .bx-wrapper .bx-prev {
  left: 30px;
  background: url(../img/bg-icn-before.png) no-repeat; }
  @media screen and (max-width: 767px) {
    .gallery .bx-wrapper .bx-prev {
      left: 190px;
      background: url(../img/bg-icn-before.png) no-repeat center center;
      background-size: 21px 31px; } }

.gallery .bx-wrapper .bx-next {
  right: 30px;
  background: url(../img/bg-icn-next.png) no-repeat; }
  @media screen and (max-width: 767px) {
    .gallery .bx-wrapper .bx-next {
      right: 190px;
      background: url(../img/bg-icn-next.png) no-repeat center center;
      background-size: 21px 31px; } }

.pc-hidden {
  display: none; }

@media (max-width: 767px) {
  .sp-hidden {
    display: none; }
  .pc-hidden {
    display: block; } }

.main-visual {
  margin-bottom: 30px;
  border-top: 1px solid #eee; }
  .main-visual .main-title {
    margin: 60px 0 0;
    text-align: center; }
    .main-visual .main-title span {
      display: block;
      padding: 10px 0 0;
      font-size: 1.6rem; }
  .main-visual.chapel img, .main-visual.banquet_garden img, .main-visual.mer img, .main-visual.terre img {
    width: auto;
    height: 54px; }
    @media screen and (max-width: 767px) {
      .main-visual.chapel img, .main-visual.banquet_garden img, .main-visual.mer img, .main-visual.terre img {
        height: 31px; } }
  .main-visual.chapel .main-title:after, .main-visual.banquet_garden .main-title:after, .main-visual.mer .main-title:after, .main-visual.terre .main-title:after {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 25px;
    content: ""; }
  .main-visual.banquet img {
    width: auto;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .main-visual.banquet img {
        height: 31px; } }
  .main-visual.chapel img {
    width: auto;
    height: 40px; }
    @media screen and (max-width: 767px) {
      .main-visual.chapel img {
        height: 23px; } }
  .main-visual.chapel .main-title:after {
    background: url(../img/chapel-banquet/pc-main-visual-chapel.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .main-visual.chapel .main-title:after {
        background: url(../img/chapel-banquet/main-visual-chapel.jpg) no-repeat center center; } }
  .main-visual.mer img {
    width: auto;
    height: 40px; }
    @media screen and (max-width: 767px) {
      .main-visual.mer img {
        height: 23px; } }
  .main-visual.mer .main-title:after {
    background: url(../img/chapel-banquet/pc-main-visual-mer.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .main-visual.mer .main-title:after {
        background: url(../img/chapel-banquet/main-visual-mer.jpg) no-repeat center center; } }
  .main-visual.terre img {
    width: auto;
    height: 40px; }
    @media screen and (max-width: 767px) {
      .main-visual.terre img {
        height: 23px; } }
  .main-visual.terre .main-title:after {
    background: url(../img/chapel-banquet/pc-main-visual-terre.jpg) no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .main-visual.terre .main-title:after {
        background: url(../img/chapel-banquet/main-visual-terre.jpg) no-repeat center center; } }

.main-lead {
  margin-bottom: 25px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.3; }

.main-text {
  width: 630px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 1.5rem;
  line-height: 2; }

@media screen and (max-width: 767px) {
  .section {
    width: 100%;
    padding: 20px 0 0 0; }
  .main-visual {
    margin-bottom: 15px;
    border-top: 0; }
    .main-visual .main-title {
      margin: 0 10px 15px 10px;
      text-align: left; }
      .main-visual .main-title.other {
        margin: 0 10px 25px 10px; }
      .main-visual .main-title img {
        vertical-align: middle; }
      .main-visual .main-title span {
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0 0 0 10px;
        font-size: 1rem;
        vertical-align: middle;
        line-height: 1.6;
        border-left: 1px solid #000; }
      .main-visual .main-title:after {
        display: none; }
    .main-visual.chapel img {
      width: auto;
      height: 23px; }
    .main-visual.chapel:after, .main-visual.banquet_garden:after, .main-visual.terre:after, .main-visual.mer:after {
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 350px;
      margin-top: 15px;
      content: ""; }
    .main-visual.chapel .main-title:after, .main-visual.banquet_garden .main-title:after, .main-visual.terre .main-title:after, .main-visual.mer .main-title:after {
      display: none; }
    .main-visual.chapel:after {
      background: url(../img/chapel-banquet/main-visual-chapel.jpg) no-repeat center top;
      background-size: cover; }
    .main-visual.banquet_garden:after {
      background: url(../img/chapel-banquet/main-visual-banquet.jpg) no-repeat center top;
      background-size: cover; }
    .main-visual.mer:after {
      background: url(../img/chapel-banquet/main-visual-mer.jpg) no-repeat center top;
      background-size: cover; }
    .main-visual.terre:after {
      background: url(../img/chapel-banquet/main-visual-terre.jpg) no-repeat center top;
      background-size: cover; }
  .main-lead {
    margin-bottom: 10px;
    font-size: 2.1rem;
    line-height: 1.5; }
  .main-text {
    width: auto;
    margin: 0 25px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6; } }

.point {
  margin-bottom: 100px; }
  .point .point-title {
    width: 414px;
    height: 140px;
    margin: 0 auto 50px;
    background: url(../img/chapel-banquet/bg-point.png) no-repeat;
    background-size: 414px 140px; }
    .point .point-title p {
      padding: 35px 0;
      font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
      font-size: 3.6rem;
      text-align: center; }
      .point .point-title p span {
        display: block;
        font-size: 2.1rem; }
  .point .point-inner {
    width: 960px;
    margin: 0 auto; }
  .point .point-article {
    margin-bottom: 60px; }
    .point .point-article:last-child {
      margin-bottom: 0; }
    .point .point-article .detail {
      width: 300px; }
    .point .point-article:after {
      display: block;
      clear: both;
      content: ""; }
  .point .point-no {
    margin-bottom: 20px;
    font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
    font-size: 9.0rem;
    line-height: 1; }
  .point .point-lead {
    margin-bottom: 20px;
    font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
    font-size: 2.8rem;
    line-height: 1.7; }
    .point .point-lead span {
      display: block; }
    .point .point-lead i {
      font-style: normal;
      letter-spacing: -.08rem; }
  .point .point-lead--wide {
    white-space: nowrap; }
  .point .point-text {
    font-size: 1.5rem;
    line-height: 2; }
  .point .col-left {
    float: left; }
  .point .col-right {
    float: right; }

@media screen and (max-width: 767px) {
  .point {
    margin-bottom: 30px; }
    .point .point-title {
      width: 242px;
      height: 95px;
      margin: 0 auto 30px;
      background: url(../img/chapel-banquet/bg-point.png) no-repeat;
      background-size: 242px 95px; }
      .point .point-title p {
        padding: 22px 0;
        font-size: 2.4rem; }
        .point .point-title p span {
          font-size: 1.5rem; }
    .point .point-inner {
      width: auto;
      margin: 0 10px; }
    .point .point-article {
      margin-bottom: 30px; }
      .point .point-article .detail {
        width: auto; }
      .point .point-article img {
        width: 100%; }
    .point .point-header {
      display: table;
      margin-bottom: 10px;
      padding: 0 20px; }
    .point .point-no {
      display: table-cell;
      float: none;
      padding-right: 15px;
      font-size: 4.5rem;
      vertical-align: middle; }
    .point .point-lead {
      display: table-cell;
      float: none;
      font-size: 1.6rem;
      vertical-align: middle;
      line-height: 1.4; }
      .point .point-lead span {
        display: inline; }
    .point .point-text {
      margin: 10px 20px 0 20px;
      font-size: 1.4rem;
      line-height: 1.6; }
    .point .col-left {
      float: none; }
    .point .col-right {
      float: none; } }

.gallery {
  position: relative;
  margin: 0 auto 60px; }
  @media screen and (max-width: 767px) {
    .gallery {
      width: 100%;
      margin: 0 auto 20px; } }
  .gallery .gallery_title {
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .gallery .gallery_title img {
        width: 69px;
        height: auto; } }
  .gallery .gallery_summary {
    width: 720px;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .gallery .gallery_summary {
        width: auto;
        margin: 0 6px;
        font-size: 1.4rem;
        line-height: 1.8; } }
    .gallery .gallery_summary span {
      display: inline; }
      @media screen and (max-width: 767px) {
        .gallery .gallery_summary span {
          display: block;
          text-align: center; } }
  .gallery .slide-all {
    margin: 0 auto 30px; }
    @media screen and (max-width: 767px) {
      .gallery .slide-all {
        margin: 0 auto 20px; } }

.faq {
  width: 960px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 767px) {
    .faq {
      width: auto;
      margin: 0 10px 35px; } }
  .faq h2 {
    margin: 0 0 15px;
    padding: 0 0 0 8px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    border-left: 3px solid #333; }
    @media screen and (max-width: 767px) {
      .faq h2 {
        margin: 0;
        padding: 15px;
        font-size: 1.4rem;
        text-align: center;
        background: #f5eee3;
        border: 1px solid #d2d2d2;
        border-bottom: none; } }
  .faq .faq-inner {
    border: 1px solid #d2d2d2; }
    .faq .faq-inner dl {
      font-size: 1.6rem;
      border-bottom: 1px dotted #b2b2b2; }
      @media screen and (max-width: 767px) {
        .faq .faq-inner dl {
          font-size: 1.4rem; } }
      .faq .faq-inner dl a {
        text-decoration: underline; }
        .faq .faq-inner dl a:hover {
          text-decoration: none; }
    .faq .faq-inner dt {
      margin: 0 20px;
      background: url(../img/icn-open.png) no-repeat right center;
      background-size: 14px 14px; }
      @media screen and (max-width: 767px) {
        .faq .faq-inner dt {
          margin: 0 15px; } }
      .faq .faq-inner dt.open {
        background: url(../img/icn-close.png) no-repeat right center;
        background-size: 14px 14px; }
      .faq .faq-inner dt span {
        display: inline-block;
        width: 100%;
        padding: 20px 0 20px 25px;
        cursor: pointer;
        background: url(../img/icn-q.png) no-repeat left 22px;
        background-size: 16px 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        @media screen and (max-width: 767px) {
          .faq .faq-inner dt span {
            padding: 15px 25px;
            background: url(../img/icn-q.png) no-repeat left 17px;
            background-size: 16px 13px; } }
        @media screen and (min-width: 768px) {
          .faq .faq-inner dt span:hover {
            opacity: .7; } }
    .faq .faq-inner dd {
      display: none;
      margin: 10px 20px 20px 20px;
      padding: 0 0 0 25px;
      background: url(../img/icn-a.png) no-repeat left 4px;
      background-size: 16px 13px; }
      @media screen and (max-width: 767px) {
        .faq .faq-inner dd {
          margin: 10px 15px 20px 15px;
          padding: 0 25px;
          background: url(../img/icn-a.png) no-repeat left 2px;
          background-size: 16px 13px; } }
      .faq .faq-inner dd ul {
        margin: 1em 0 0; }
        .faq .faq-inner dd ul li + li {
          margin: 10px 0 0; }
    .faq .faq-inner p:last-child {
      padding: 15px;
      font-size: 1.5rem;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .faq .faq-inner p:last-child {
          padding: 10px;
          font-size: 1.4rem; } }
      .faq .faq-inner p:last-child a {
        text-decoration: underline; }
        .faq .faq-inner p:last-child a:hover {
          text-decoration: none; }

.gallery + .faq {
  margin: 20px auto 60px; }
  @media screen and (max-width: 767px) {
    .gallery + .faq {
      margin: 5px 10px 35px; } }

.facility {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 60px; }
  .facility .facility-title {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    border-left: 3px solid #000; }
    @media screen and (max-width: 767px) {
      .facility .facility-title {
        margin: 0 10px 15px 10px;
        font-size: 0;
        border-left: none; } }
    @media screen and (max-width: 767px) {
      .facility .facility-title img {
        display: inline-block;
        width: auto;
        height: 18px;
        vertical-align: middle; } }
    .facility .facility-title span {
      display: inline-block;
      margin: 0 0 0 8px; }
      @media screen and (max-width: 767px) {
        .facility .facility-title span {
          padding: 0 0 0 10px;
          font-size: 1rem;
          vertical-align: middle;
          line-height: 1.5;
          border-left: 1px solid #000; } }
  .facility .facility_inner:after {
    display: block;
    clear: both;
    content: ""; }
  .facility .facility-article {
    float: left;
    width: 300px;
    margin: 0 30px 0 0; }
    .facility .facility-article a {
      display: block;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      @media screen and (min-width: 768px) {
        .facility .facility-article a:hover {
          opacity: .7; } }
    .facility .facility-article:last-child {
      margin: 0; }
    .facility .facility-article p {
      padding: 15px;
      font-size: 1.5rem;
      background: #f2f1ed; }
      .facility .facility-article p span {
        display: inline-block;
        position: relative;
        padding-left: 10px;
        vertical-align: middle; }
        .facility .facility-article p span:after {
          display: block;
          display: inline-block;
          position: absolute;
          top: 10px;
          right: -15px;
          width: 6px;
          height: 6px;
          margin-top: -3px;
          content: "";
          border-bottom: 1px solid #333;
          border-left: 1px solid #333;
          -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
    .facility .facility-article .title_facilities,
    .facility .facility-article .title_chapel,
    .facility .facility-article .title_banquet {
      width: auto;
      height: 12px;
      padding: 7px 0;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .facility .facility-article .title_facilities,
        .facility .facility-article .title_chapel,
        .facility .facility-article .title_banquet {
          padding: 0;
          padding-top: 10px; } }

@media screen and (max-width: 767px) {
  .facility {
    width: 100%;
    margin-bottom: 30px; }
    .facility .facility-article {
      position: relative;
      float: none;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #d2d2d2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .facility .facility-article:first-child {
        border-top: 1px solid #d2d2d2; }
      .facility .facility-article a {
        width: 100%; }
        .facility .facility-article a:after {
          display: block;
          clear: both;
          content: ""; }
      .facility .facility-article a > img {
        display: block;
        float: left;
        width: 100px;
        height: auto; }
      .facility .facility-article a > p {
        display: block;
        float: left;
        width: 120px;
        padding: 15px 15px;
        font-size: 1rem;
        background: none; }
        .facility .facility-article a > p span {
          display: block;
          margin-top: 8px;
          padding-left: 0; }
          .facility .facility-article a > p span:after {
            display: none; }
      .facility .facility-article:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        content: "";
        border-bottom: 2px solid #333;
        border-left: 2px solid #333;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); } }

.service {
  width: 960px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 767px) {
    .service {
      width: 100%;
      margin: 0 auto 20px; } }
  .service-title {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    border-left: 3px solid #000; }
    @media screen and (max-width: 767px) {
      .service-title {
        margin: 0 10px 15px 10px;
        font-size: 0;
        border-left: none; } }
    @media screen and (max-width: 767px) {
      .service-title img {
        display: inline-block;
        width: auto;
        height: 18px;
        vertical-align: middle; } }
    .service-title span {
      display: inline-block;
      margin: 0 0 0 8px; }
      @media screen and (max-width: 767px) {
        .service-title span {
          padding: 0 0 0 10px;
          font-size: 1rem;
          vertical-align: middle;
          line-height: 1.5;
          border-left: 1px solid #000; } }
  .service:after {
    display: block;
    clear: both;
    content: ""; }
  .service-article {
    float: left;
    width: 300px;
    margin: 0 30px 0 0; }
    @media screen and (max-width: 767px) {
      .service-article {
        position: relative;
        float: none;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #d2d2d2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .service-article:first-child {
        border-top: 1px solid #d2d2d2; } }
    .service-article:last-child {
      margin: 0; }
    @media screen and (max-width: 767px) {
      .service-article:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        content: "";
        border-bottom: 2px solid #333;
        border-left: 2px solid #333;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); } }
    .service-article a {
      display: block;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      @media screen and (min-width: 768px) {
        .service-article a:hover {
          opacity: .7; } }
      @media screen and (max-width: 767px) {
        .service-article a:after {
          display: block;
          clear: both;
          content: ""; } }
      @media screen and (max-width: 767px) {
        .service-article a > img {
          display: block;
          float: left;
          width: 100px;
          height: auto; } }
    .service-article p {
      padding: 15px;
      font-size: 1.5rem;
      background: #f2f1ed; }
      @media screen and (max-width: 767px) {
        .service-article p {
          float: left;
          padding: 22px 15px;
          font-size: 1rem;
          background: none; } }
      .service-article p .title {
        width: auto;
        height: 12px;
        vertical-align: middle; }
      .service-article p span {
        display: inline-block;
        position: relative;
        padding-left: 10px;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .service-article p span {
            display: block;
            margin-top: 8px;
            padding-left: 0; } }
        .service-article p span:after {
          display: block;
          display: inline-block;
          position: absolute;
          top: 10px;
          right: -15px;
          width: 6px;
          height: 6px;
          margin-top: -3px;
          content: "";
          border-bottom: 1px solid #333;
          border-left: 1px solid #333;
          -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
          @media screen and (max-width: 767px) {
            .service-article p span:after {
              display: none; } }

.bnr {
  margin-bottom: 50px;
  text-align: center; }
  .bnr a {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (min-width: 768px) {
      .bnr a:hover {
        opacity: .7; } }

@media screen and (max-width: 767px) {
  .bnr {
    margin: 0 10px 20px; }
    .bnr img {
      width: 100%;
      height: auto; }
    .bnr.other {
      margin: 0 0 20px 0; } }

.banquet-menu {
  width: 960px;
  margin: 0 auto 110px; }
  .banquet-menu .banquet-article {
    float: left;
    width: 460px; }
    .banquet-menu .banquet-article:first-child {
      margin-right: 40px; }
    .banquet-menu .banquet-article p {
      margin-top: 15px;
      font-size: 1.5rem;
      line-height: 1.7;
      height: 120px; }
      .banquet-menu .banquet-article p:last-child {
        font-size: 1.7rem;
        text-align: center; }
        .banquet-menu .banquet-article p:last-child a {
          display: inline-block;
          padding-right: 20px;
          font-weight: bold;
          text-decoration: underline;
          background: url(/assets/img/arrow-right01.png) no-repeat right center;
          background-size: 14px 14px; }
          .banquet-menu .banquet-article p:last-child a:hover {
            text-decoration: none; }
      .banquet-menu .banquet-article p.btn a {
        position: relative;
        display: block;
        color: #fff;
        font-weight: bold;
        background: #9788b3;
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        border-radius: 3px;
        padding: 15px 0;
        width: 400px;
        margin: 30px auto 0;
        text-decoration: none; }
        .banquet-menu .banquet-article p.btn a:before {
          right: 20px;
          border-left: 6px solid #fff;
          position: absolute;
          top: 50%;
          content: "";
          margin: -5px 0 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent; }
        .banquet-menu .banquet-article p.btn a:after {
          right: 22px;
          border-left: 6px solid #9788b3;
          position: absolute;
          top: 50%;
          content: "";
          margin: -5px 0 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent; }
        .banquet-menu .banquet-article p.btn a:hover {
          opacity: .7; }
  .banquet-menu .banquet-title {
    margin-bottom: 20px; }
    .banquet-menu .banquet-title img {
      vertical-align: middle;
      width: auto;
      height: 23px; }
    .banquet-menu .banquet-title span {
      display: inline-block;
      height: 30px;
      margin-left: 15px;
      padding-left: 10px;
      font-size: 2rem;
      vertical-align: middle;
      line-height: 30px;
      border-left: 1px solid #000; }
  .banquet-menu:after {
    display: block;
    clear: both;
    content: ""; }

@media screen and (max-width: 767px) {
  .banquet-menu {
    width: 100%;
    margin: 0 auto 20px; }
    .banquet-menu .banquet-article {
      float: none;
      width: 100%;
      margin-bottom: 40px; }
      .banquet-menu .banquet-article > img {
        width: 100%;
        height: auto; }
      .banquet-menu .banquet-article p {
        margin: 20px 30px;
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: -.05rem;
        height: auto; }
        .banquet-menu .banquet-article p:last-child {
          font-size: 1.4rem; }
        .banquet-menu .banquet-article p.btn a {
          font-size: 1.4rem;
          width: 100%;
          margin: 10px auto 0; }
    .banquet-menu .banquet-title {
      margin: 0 10px 15px 10px; }
      .banquet-menu .banquet-title span {
        height: auto;
        margin: 0 0 0 5px;
        padding: 0 0 0 10px;
        font-size: 1.2rem;
        vertical-align: middle;
        line-height: 1.4; }
      .banquet-menu .banquet-title img {
        height: 15px; }
    .banquet-menu .banquet-image img {
      width: 100%; } }

.contents-wrap .btn-wrap {
  margin: 0 auto 60px; }
  @media screen and (max-width: 767px) {
    .contents-wrap .btn-wrap {
      width: auto; } }
  .contents-wrap .btn-wrap p {
    margin: 0 0 10px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .contents-wrap .btn-wrap p {
        font-size: 1.4rem;
        line-height: 1.8; } }
  @media screen and (min-width: 768px) {
  .contents-wrap .btn-wrap .btn {
    text-align: center; 
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
    }
  }
    @media screen and (max-width: 767px) {
      .contents-wrap .btn-wrap .btn {
        width: 250px;
        margin: 0 auto; } }
    .contents-wrap .btn-wrap .btn a {
      padding: 15px 0; }

.image-gallery {
  overflow: hidden;
  height: 450px; }
  @media screen and (max-width: 767px) {
    .image-gallery {
      height: 71vw; } }
  .image-gallery .bx-wrapper .bx-pager {
    text-align: center; }
  .image-gallery .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/bg-icn-before.png) no-repeat;
    opacity: .5; }
  .image-gallery .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/bg-icn-next.png) no-repeat;
    opacity: .5; }

/* 受賞アイコン用 */
.wedding_icon {
  padding: 0;
}

.reason-lead .wedding_icon p {
  font-size: 2.0rem;
  line-height: 1.6;
  width: initial !important;
  text-align: left;
  bottom: 30px;
  top: initial !important;
  margin: 0 !important;
}

.sub-title {
  color: #9E8146;
  font-size: 15px;
  text-align: center;
  margin-top: 50px;
}

/* 詳細ボタン */
.j-btn {
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.j-btn a {
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  position: relative;
  display: block;
  font-size: 14px;
  border-bottom: 1px #9E8146;
  color:#9E8146;
  padding: 5px 0px 50px 0px;
}
.j-btn a span {
  border-bottom: 1px solid #9E8146;
  font-size: 14px;
}
.wedding_icon .wedding_icon_parts {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .j-btn {
    width: 75px;
    margin: 0 auto;
  }
  .j-btn a {
    font-size: 10px;
    margin: 0 auto;
  }
  .j-btn a span {
    font-size: 10px;
  }
}
@media screen and (max-width:767px) {
  .reason-lead .wedding_icon p {
    font-size: 1.6rem;
    text-align: center;
    bottom: initial;
    top: 10px !important;
  }
  .reason-lead .wedding_icon span {
    display: block !important;
  }
  .wedding_icon .wedding_icon_parts {
    font-size: 11px;
  }
  .wedding_icon .pc {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .wedding_icon .sp {
    display: none;
  }
}
  