@charset "UTF-8";

.plan35 {
  background: transparent url("../img/plan35/bg_plan35.gif") repeat left top;
  background-size: 2%;
  padding: 50px 0 0;
  overflow: hidden;
  border-radius: 10px 0 0 0;
  position: relative;
  
}

.plan35 img {
  border-radius: 0;
}

@media screen and (max-width: 640px) {
  .plan35 {
    background-size: 4%;
    border-radius: 0;
    padding: 40px 0 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
}

.plan35 .pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .plan35 .pc-only {
    display: none;
  }
}

.plan35 .sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .plan35 .sp-only {
    display: block;
  }
  .plan35 .plan35-bottom .sp-only {
    text-indent: -14px;
    padding-left: 14px;
  }
}

.plan35-badge {
  max-width: 228px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  .plan35-badge {
    max-width: 100%;
    width: 100%;
  }

  .plan35-badge img {
    padding: 0;
  }
}

.plan35-title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
}

@media screen and (max-width: 640px) {
  .plan35-title {
    font-size: 25px;
    margin-bottom: 50px;
    letter-spacing: 0;
  }
}

.plan35-title img {
  width: 80px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .plan35-title img {
    width: 13vw;
    margin-right: 5px;
      margin-left: 5px;
  }
}

.plan35-title-big {
  font-size: 46px;
}

@media screen and (max-width: 640px) {
  .plan35-title-big {
    font-size: 30px;
  }
}

.plan35-col {
  color: #03888E;
}

.plan35-example {
  background: #E2EEEE;
  z-index: 6;
  position: relative;
}

@media screen and (max-width: 640px) {
  .plan35-example {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
}

.plan35-example::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #E2EEEE transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.plan35-example__title {
  font-size: 21px;
  text-align: center;
  color: #473933;
  font-weight: bold;
  position: relative;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #E2EEEE;
  border-radius: 20px;
  padding: 20px 40px 0;
  box-sizing: border-box;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .plan35-example__title {
    font-size: 18px;
  }
}

.plan35-example__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 30px 30px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 640px) {
  .plan35-example__list {
    flex-direction: column;
    padding: 0 0 30px;
  }
}

.plan35-example__item {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 254px;
  width: 100%;
  text-align: center;
  height: 162px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .plan35-example__item {
    max-width: 400px;
    height: auto;
    padding: 15px 0;
    margin: 0 auto;
  }
}

.plan35-example__num {
  background: #03888E;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan35-example__text {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .plan35-example__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.plan35-example__item--bold {
  font-weight: bold;
}

.plan35-detail {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 30px;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 640px) {
  .plan35-detail {
    width: 100%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
}

.plan35-detail::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.plan35-detail-set {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 40px 0 10px;
}

@media screen and (max-width: 640px) {
  .plan35-detail-set {
    flex-direction: column;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  .plan35-detail-set__sp {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.plan35-detail-set__first {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  margin: 0 10px 0 0;
}

.plan35-detail-set__icon {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  top: -10px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .plan35-detail-set__icon {
    font-size: 15px;
    top: -8px;
  }
}

.plan35-detail-set__icon--bg {
  background: #F3EFEC;
  border-radius: 8px;
  padding: 10px 15px;
}

.plan35-detail-set img {
  width: 70px;
  margin: 0 10px 0 20px;
}

@media screen and (max-width: 640px) {
  .plan35-detail-set img {
    width: 14vw;
    margin: 0 5px 0 0;
  }
}

.plan35-detail-set__price {
  color: #03888E;
  font-size: 47px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 640px) {
  .plan35-detail-set__price {
    font-size: 42px;
  }
}

.plan35-detail-set__tax {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 640px) {
  .plan35-detail-set__tax {
    font-size: 20px;
  }
}

.plan35-detail-text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .plan35-detail-text {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}

.plan35-detail-text__left {
  position: relative;
  left: 68px;
}

@media screen and (max-width: 640px) {
  .plan35-detail-text__left {
    left : 0;
  }
}

.plan35-detail-text__col {
  color: #03888E;
  font-size: 19x;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .plan35-detail-text__col {
    font-size: 19px;
  }

  .plan35-detail-text__pconly {
    display: none;
  }
}

.plan35-bottom {
  background: #FDF3D5;
  padding: 30px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .plan35-bottom {
    width: 100%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);

    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);

    flex-direction: column;
  }
}

.plan35-bottom-lebel {
  width: 100%;
  max-width: 210px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .plan35-bottom-lebel {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.plan35-bottom-text {
  width: 100%;
  max-width: calc(100% - 210px);
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  border-left: 2px solid #473933;
  padding: 0 0 0 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 640px) {
  .plan35-bottom-text {
    border-left: none;
    max-width: 95%;
    border-radius: 10px;
    border: 2px solid #473933;
    margin: 0 auto;
    padding: 0;
    background: #fff;
  }

  .sp-only {
    text-align: center;
    padding: 15px 0;
  }
}

.plan35-bottom-text__col {
  color: #03888E;
  display: block;
}

@media screen and (max-width: 640px) {
  .plan35-bottom-text__col {
    background: #03888E;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0;
  }
}

.plan35-bottom-text__min {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

@media screen and (max-width: 640px) {
  .plan35-bottom-text__min {
    text-align: left;
  }
}


.hall {
  background: #f3efec;
  padding: 40px 0 0;
  color: #473933;
}
.hall .pc-only {
  display: block;
}
@media screen and (max-width: 640px) {
  .hall .pc-only {
    display: none;
  }
}
.hall .sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .hall .sp-only {
    display: block;
  }
}
.hall .sec_intro {
  max-width: 970px;
  margin: 0 auto;
}
.hall-name {
  font-family: "hannari";
  font-size: 40px;
  color: #473933;
}
@media screen and (max-width: 640px) {
   .hall-name {
    flex-direction: column;
    font-size: 28px;
    border-bottom: 1px dashed #473933;
    padding: 0 0 10px;
    margin: 0 0 10px;
   }
}
.hall-plan-title {
  margin-bottom: 10px;
}
.hall-plan-title span {
  line-height: 1.66;
}
.hall-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: dashed 1px #473933;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
   .hall-info {
    flex-direction: column;
    align-items: baseline;
    border: none;
   }
   .hall-info__icon {
     display: none;
   }
}
.hall-info__address {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  border-radius: 8px;
  margin: 0 10px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
   .hall-info__address {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    background: transparent url(img2/icon_address.svg) no-repeat left center;
    padding: 0 0 0 30px;
   }
}
.hall-info__tel {
  background: transparent url(img2/icon_tel.svg) no-repeat left center;
  background-size: 30px;
  padding: 0 0 0 36px;
  color: #03888E;
  font-size: 28px;
  font-weight: 700;
  margin: 0 10px 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .hall-info__tel {
    font-size: 22px;
    background-size: 20px;
    padding: 0 0 0 30px;
  }
}
.hall-info__icon {
  font-size: 12px;
  background: #fff;
  border: 1px solid #473933;
  background: #fff;
  text-align: center;
  padding: 4px 8px;
  border-radius: 8px;
}
.hall-info__traffic {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .hall-info__traffic {
    display: none;
  }
}
.hall-info__traffic--sp {
  display: none;
}
.hall-infosp {
  display: none;
}
@media screen and (max-width: 640px) {
  .hall-info__traffic--sp {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background: transparent url(img2/icon_access.svg) no-repeat left center;
    padding: 8px 0 8px 30px;
  }
  .hall-infosp {
    display: flex;
    gap : 20px;
    justify-content: space-between;
  }
}

.hall-infosp__item  {
  width: 50%;
}
.hall-infosp__item a {
  display: block;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  text-indent: 20px;
  font-size: 16px;
}
.hall-infosp__item--line a {
  background: #fff url(img2/icon_line.svg) no-repeat 20px center;
}
.hall-infosp__item--map a {
  background: #fff url(img2/icon_map.svg) no-repeat 20px center;
}
.hall-wrap {
  display: flex;
  gap : 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
   .hall-wrap {
    flex-direction: column;
    gap : 20px;
    width: 90%;
    margin: 0 auto;
   }
}
.hall-wrap__left {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 640px) {
   .hall-wrap__left {
    margin-bottom: 40px;
   }
}
.hall-wrap__right {
  width: 100%;
  max-width: calc(100% - 640px);
  background: #fff;
  border: 1px solid #BEBEBE;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
   .hall-wrap__right {
    max-width: 100%;
    display: none;
   }
   .hall-info-btn-sp {
     width: 90%;
     margin: 0 auto;
   }
}
.hall-info-lead {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #473933;
  margin-bottom: 10px;
}
.hall-info-lead--arrow {
  position: relative;
}
.hall-info-lead--arrow::before {
  content: "|";
  transform: rotate(25deg);
  display: block;
  position: absolute;
  right: -8px;
  top: -2px;
}
.hall-info-lead--arrow::after {
  content: "|";
  transform: rotate(-25deg);
  display: block;
  position: absolute;
  left: -14px;
  top: -2px;
}
.hall-info-lead--marker {
  background:linear-gradient(transparent 60%, #F4BB1F 60%);
}
.hall-info-lead--big {
  font-size: 24px;
}

.hall-info-btn a {
  display: block;
  background: #F4BB1F url("img2/img_btn_book.jpg") no-repeat 10px center;
  background-size : 38px;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 6px solid #AA8317;
  position: relative;
}
@media screen and (max-width: 640px) {
   .hall-info-btn a {
    font-size: 22px;
    background: #F4BB1F url("img2/img_btn_book.jpg") no-repeat 20px center;
    background-size : 38px;
   }
   .hall-info-btn__title--icon {
     background: #fff;
     font-size: 16px;
     font-weight: 400;
     background: #fff;
     border-radius : 8px;
     padding: 4px 6px;
     margin: 0 0 0 6px;
   }
   
   .hall-wrap__spbtn01 .hall-info-btn a {
     background: #00A33E url("img2/icon_tel2.svg") no-repeat 20px center;
     color: #fff;
     padding: 20px 0 20px;
     border-bottom: 6px solid #016928;
     position: relative;
    }
    .hall-wrap__spbtn01 .hall-info-btn a::after {
       content: "";
       background: transparent url("img2/icon_tel3.png") no-repeat center center;
       background-size : cover;
       width: 41px;
       height: 59px;
       display: block;
       position: absolute;
       right: 10px;
       top : 10px;
   }
   
}
.hall-info-btn a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #473933;
  border-right: 2px solid #473933;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top : 27px;
  display: block;
  z-index: 10;
}
@media screen and (max-width: 640px) {
   .hall-info-btn a::before {
    display: none;
   }
}
.hall-info-btn a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  display: block;
  position: absolute;
  right: 7px;
  top : 20px;
}
.hall-wrap__spbtn01 {
  display: none;
}
.hall-wrap__spbtn02 {
  display: none;
}
@media screen and (max-width: 640px) {
   .hall-info-btn a::after {
    display: none;
   }
}
.hall-wrap__spbtn01 {
  margin-bottom: 20px;
  display: none;
}
.hall-wrap__spbtn02 {
  display: none;
}
.hall-info-btn__title {
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-indent: 30px;
}
@media screen and (max-width: 640px) {
   .hall-info-btn__title {
    font-size: 22px;
    text-indent: 0;
    padding: 0 0 0 20px;
   }
   .hall-wrap__spbtn01 {
      margin-bottom: 20px;
      display: block;
    }
    .hall-wrap__spbtn02 {
      display: block;
    }
}

.hall-info-btn__text {
  font-size: 14px;
  display: block;
  text-indent: 30px;
}

._single .sec_photo {
  padding: 0 0 0;
}
@media screen and (max-width: 640px) {
  ._single .sec_photo [data-slidearea01].type01 {
    margin: 0 0 .2rem;
  }
}

._single .sec_photo [data-slidearea01].type01 .slidearea01_pager {
  background: transparent;
}
.sec_photo .txtBox {
  display: none;
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_wrap {
  overflow: visible; 
}
._single [data-slidearea01].type01 .slidearea01_btns button.next {
  background: transparent url("img2/btn_next.svg") no-repeat center center;
       background-size : cover;
  width: 64px;
  height: 64px;
  top : -70px;
}
@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.next {
    right: 2px;
    width: 32px;
    height: 32px;
    top : -40px;
   }
}
._single [data-slidearea01].type01 .slidearea01_btns button:before {
  display: none;
}
._single [data-slidearea01].type01 .slidearea01_btns button.prev {
  background: transparent url("img2/btn_prev.svg") no-repeat center center;
       background-size : cover;
  width: 64px;
  height: 64px;
  top : -70px;
}
@media screen and (max-width: 640px) {
  ._single [data-slidearea01].type01 .slidearea01_btns button.prev {
    left: 2px;
    width: 32px;
    top : -40px;
    height: 32px;
   }
}
._single [data-slidearea01].type01 .slidearea01_btns button:before {
  display: none;
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in {
  margin: 0 auto;
}
._single .sec_photo [data-slidearea01].type01 .slidearea01_pager {
  position: relative;
  right: auto;
  bottom: auto;
}

 @media screen and (max-width: 640px) {
  .mv-wrap {
    display: flex;
    flex-direction: column-reverse; 
  }
}

._single .sec_photo [data-slidearea01].type01 .slidearea01_link > .in figure img {
  border-radius: 4px;
}
