@charset "UTF-8";
/*$color01: #f5eee3;
$color02: $base-color;
$color03: #f2f1ed;
$color04: #d2d2d2;
$color05: #d1e6d8;
$color07: #e8ddbf;
$color08: #f5eee3;*/
.contents-wrap .btn-wrap .btn a {
  position: relative;
  display: block;
  width: 250px;
  padding: 15px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #dd6642;
  transition: opacity .3s ease;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .contents-wrap .btn-wrap .btn a {
    font-size: 1.4rem;
    padding: 15px 0;
    margin: 10px auto;
    text-align: 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 #dd6642;
}

.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: transparent;
  }
}

.gallery .slide a img {
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .gallery .slide a img {
    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 {
  width: auto;
  height: 57px;
}

@media screen and (max-width: 767px) {
  .main-visual.chapel img, .main-visual.banquet_garden img {
    height: 28px;
  }
}

.main-visual.chapel .main-title:after, .main-visual.banquet_garden .main-title:after {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 25px;
  content: "";
}

.main-visual.banquet img {
  width: auto;
  height: 40px;
}

.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.banquet_garden .main-title:after {
  background: url(../img/chapel-banquet/pc-main-visual-banquet_garden.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .main-visual.banquet_garden .main-title:after {
    background: url(../img/chapel-banquet/main-visual-banquet_garden.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, .main-visual.banquet_garden img, .main-visual.banquet img {
    width: auto;
    height: 28px;
  }
  .main-visual.chapel:after, .main-visual.banquet_garden: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 {
    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_garden.jpg) no-repeat center top;
    background-size: cover;
  }
  .main-visual.terra:after {
    background: url(../img/chapel-banquet/main-visual-terra.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-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.54rem;
    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 20px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
  }
}

.gallery .gallery_summary span {
  display: block;
}

@media screen and (max-width: 767px) {
  .gallery .gallery_summary span {
    display: inline;
  }
}

.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: #eecec3;
    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;
  box-sizing: border-box;
  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/chapel-banquet/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/chapel-banquet/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: 26px;
    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;
  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 {
  width: auto;
  height: 18px;
  padding: 13px 0 12px;
  vertical-align: middle;
}

.facility .facility-article .title_chapel {
  width: auto;
  height: 24px;
  padding: 10px 0;
  vertical-align: middle;
}

.facility .facility-article .title_banquet {
  width: auto;
  height: 55px;
  vertical-align: middle;
}

@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;
    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: 5px;
    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: 21px;
    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;
    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;
  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;
    width: 120px;
    padding: 22px 15px;
    font-size: 1rem;
    background: none;
  }
}

.service-article p .title {
  width: auto;
  height: 19px;
  vertical-align: middle;
}

.service-article p .title.team {
  height: 26px;
}

.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: 5px;
    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 {
  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;
}

.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-title {
  margin-bottom: 20px;
}

.banquet-menu .banquet-title img {
  vertical-align: middle;
  width: auto;
  height: 33px;
}

.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;
  }
  .banquet-menu .banquet-article p:last-child {
    font-size: 1.4rem;
  }
  .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: 18px;
  }
  .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 .btn {
    width: 250px;
    margin: 5px 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 {
  display: flex;
  text-align: center;
  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;
}
