@charset "UTF-8";

/* base */
body {
  font-size: 15px;
  font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
  color: #222;
}
#gFooter {
  overflow: hidden;
}
.wrapper{
  text-align: center;
  position: relative;
  z-index: 7;
}
.wrapper *,
.wrapper *::before,
.wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main img {
  width: 100%;
}
.bg_blue{
  background: #e3e6f0;
}
.fadeAnim {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeAnim.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.tx_center{
  text-align: center;
}
.bold{
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.btn_more_wrap{
  text-align: center;
  font-size: 16px;
}
.btn_more {
  width: 300px;
  display: inline-block;
  margin: 30px auto;
  padding: 1em;
  border: 2px solid #4a5799;
  border-radius: 40px;
  color: #4a5799;
  text-align: center;
  font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
  font-weight: 600;
  background: #FFF;
  transition: opacity .3s ease;
  position: relative;
}
.btn_more::after{
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_more.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.btn_more:hover{
  cursor: pointer;
  opacity: 0.7;
}
.btn_more.close::after{
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow_up.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body {
    min-width: 900px;
  }
  .box_inner{
    padding: 0 5%;
    position: relative;
    z-index: 100;
  }
  .forSp {
    display: none !important;
  }
  .main .followBtn:hover, #main .modal .inner .detail__close:hover {
    opacity: 0.7;
  }
  .is-scroll-prevent {
    overflow: hidden;
  }
  .section_ttl{
    padding-top: 40px;
    margin: auto;
    font-size: 50px;
    text-align: center;
    color: #4a5799;
    letter-spacing: 0.02em;
  }
  .section_ttl_lead{
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.7em;
    letter-spacing: 0.3em;
    font-feature-settings: 'palt';
    color: #6f81d3;
  }
  .contents_inner{
    padding: 0 20px;
  }
  .col2_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .bnr {
    width: 600px;
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .forPc {
    display: none !important;
  }
  .box_inner{
    padding: 0 20px;
    position: relative;
    z-index: 100;
  }
  .is-scroll-prevent {
    position: fixed;
    overflow: hidden;
    width: 100%;
  }
  .section_ttl{
    padding-top: 60px;
    margin: auto;
    font-size: 35px;
    text-align: center;
    color: #4a5799;
    letter-spacing: 0.02em;
  }
  .section_ttl_lead{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.4em;
    font-feature-settings: 'palt';
    color: #6f81d3;
  }
  .contents_inner{
    padding: 0 30px;
  }
  /*.lead{
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 0.15em;
    font-feature-settings: 'palt';
    color: #6f81d3;
  }*/
  a.btn_more,.btn_more {
    width: 280px;
    padding: 1.2em;
    font-size: 14px;
    border: 1px solid #4a5799;
  }
}
@media (max-width: 320px) {
  .box_inner{
    padding: 0 10px;
  }
  .section_ttl img{
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .headLine {
      margin: -1px 0 0 18px;
  }
  .lineIcon,
  .bottomList {
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
}

/* reservation_area */
.reservation_area{
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.reservation_area .btn_wrapper{
  margin-top: 18px;
}
.reservation_tx{
  position: relative;
  display: inline-block;
  color: #313e80;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
}
.reservation_tx::before {
  content: '';
  position: absolute;
  top: 40%;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.reservation_tx::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
a.btn{
  width: 100%;
  color: #fff!important;
  text-align: center;
  background: #5665b1;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
  align-items: center;
  font-weight: bold;
}
a.btn .note_free{
  width: 45px;
  margin-right: 6px;
  display: flex;
}
a.btn:hover {
  opacity: .6;
}
a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .reservation_area{
    margin-top: 40px;
  }
  .reservation_tx{
    padding-bottom: 10px;
    font-size: 18px;
  }
  .reservation_area .btn_wrapper{
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pointSec .reservation_area .btn_wrapper {
    margin-bottom: 80px;
  }
  .btn_wrapper .btn_area{
    width: 49%;
  }
  a.btn{
    padding: 22px 0;
    font-size: 20px;
  }
  a.btn::after {
    width: 20px;
    height: 20px;
  }
  a.btn .note{
    width: 44px;
  }
}
@media (max-width: 767px) {
  .reservation_area {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
  }
  .reservation_area .btn_wrapper{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .reservation_tx {
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
  a.btn{
    padding: 15px 0 16px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  a.btn::after {
    right: 10px;
  }
  a.btn .note{
    width: 36px;
    height: 24px;
    padding-top: 2px;
  }
}

/* mainvisual */
.mainvisual .mainvisual_inner {
  position: relative;
}
.mainvisual .main_cp .off{
  color: #f04847;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .mainvisual {
    padding: 80px 0 40px;
    text-align: center;
  }
  .mainvisual_image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainvisual_left,
  .mainvisual_right{
    width: 50%;
  }
  .mainvisual_left img,.mainvisual_right img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: 50% 100%;
    vertical-align:top;
  }
  .main_ttl{
    width: 90%;
    max-width: 1000px;
    filter: drop-shadow(0px 0px 30px #4787a6);
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .mainvisual .main_detail .img_main_no1{
    width: 160px;
    position: absolute;
    top: 50px;
    right: 40px;
  }
  .mainvisual .main_detail .tx_main_noi{
    width: 450px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .mainvisual .main_subttl{
    padding-top: 34px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.35rem;
    line-height: 1.6;
  }
  .mainvisual .main_subttl .tx_color{
    color: #4a5799;
  }
  .mainvisual .main_cp{
    width: max-content;
    padding: 0.8em 1.5em;
    margin: 40px auto 0 auto;
    background: #f0f3fd;
    letter-spacing: 0.1em;
    font-size: 20px;
  }
  .mainvisual .main_cp .arrow{
    padding: 0 0.5em;
  }
  .mainvisual .main_cp .arrow img{
    width: 20px;
    vertical-align: top;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .mainvisual {
    padding-bottom: 40px;
  }
  .mainvisual .mainvisual_inner {
    height: 60vh;
    max-height: 380px;
    padding: 63px 0 0;
    margin: 49px auto 0;
    background: center/cover no-repeat url("../img/sp/main.jpg");
    position: relative;
  }
  .mainvisual .main_ttl{
    width: 53%;
    margin: auto;
  }
  .mainvisual .main_ttl img{
    filter: drop-shadow(0px 0px 30px #5daed4);
  }
  .mainvisual .main_detail .img_main_no1{
    width: 85px;
    position: absolute;
    top: 13px;
    right: 13px;
  }
  .mainvisual .main_detail .tx_main_noi{
    width: 250px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .mainvisual .main_subttl{
    padding-top: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.35rem;
    line-height: 1.6;
  }
  .mainvisual .main_subttl .tx_color{
    color: #4a5799;
  }
  .mainvisual .main_cp{
    width: max-content;
    padding: 0.6em 1.5em;
    margin: 20px auto 0 auto;
    background: #f0f3fd;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .mainvisual .main_cp .off{
    font-size: 120%;
  }
}

/* resortSec */
.resortSec .resort_point_list li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.resortSec .resort_point_txBlock{
  text-align: left;
}
@media (min-width: 768px) {
  .resortSec {
    padding-bottom: 40px;
  }
  .resortSec .wrapper{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
  .resortSec .section_ttl img{
    width: 490px;
    height: auto;
  }
  .resortSec .col2_wrap{
    align-items: stretch;
    margin-top: 50px;
  }
  .resortSec .resort_img_block,
  .resortSec .resort_tx_block{
    width: 50%;
  }
  .resortSec .resort_img_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .resortSec .resort_tx_block{
    padding: 40px 30px;
    background: url(../img/common/bg_ptn.png) repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .resortSec .resort_tx_block p{
    font-size: 18px;
    line-height: 1.7;
    padding-left: 20px;
    letter-spacing: 0.16em;
    font-feature-settings: 'palt';
  }
  .resortSec .resort_tx_block_inner{
    width: 100%;
    padding: 10% 10px;
    background: #FFF;
  }
  .resortSec .resort_point_list li{
    margin-bottom: 20px;
  }
  .resortSec .resort_point_list_wrap{
    display: flex;
    justify-content: center;
  }
  .resortSec .resort_point_imgBlock{
    width: 29%;
    max-width: 100px;
  }
  .resortSec .resort_point_price{
    width: 74%;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .resortSec{
    padding: 40px 0;
    background: url(../img/common/bg_ptn.png) repeat;
  }
  .resortSec.fadeAnim {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .resortSec .box_inner{
    background: #FFF;
    margin: 0 20px;
  }
  .resortSec .section_ttl{
    padding-top: 40px;
  }
  .resortSec .resort_img_block{
    padding-top: 30px;
  }
  .resortSec .section_ttl img{
    width: 68%;
    height: auto;
  }
  .resortSec .resort_tx_block{
    padding-bottom: 40px;
  }
  .resortSec .resort_point_list_wrap {
    display: flex;
    justify-content: center;
  }
  .resortSec .resort_point_list{
    padding-top: 30px;
  }
  .resortSec .resort_point_list li{
    padding-bottom: 15px;
  }
  .resortSec .resort_point_imgBlock {
    width: 38%;
    max-width: 95px;
  }
  .resortSec .resort_tx_block p{
    padding-left: 1em;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.16em;
    font-feature-settings: 'palt';
  }
  .resortSec .resort_point_price {
    width: 95%;
    margin: 0 auto;
  }
}

/* chapelSec */
.cp_period p{
  padding: 0.3em 0.8em;
  display: inline-block;
  border: 1px solid #aaa;
  letter-spacing: 0.1em
}
.chapelSec .tabArea_wrap{
  position: relative;
}
.tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-right: 1px solid #e3e6f0;
}
.tabArea .active {
  background: #e3e6f0;
  font-weight: bold;
}
.tabArea .tab {
  width: 100%;
  text-align: center;
  border-left: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  border-top: 1px solid #e3e6f0;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1em;
  padding: 24px 0;
  transition: opacity .3s ease;
  letter-spacing: 0.2em;
}
.tabArea a {
  width: 100%;
}
.tabArea .tab:hover{
  background: #f9fafd;
}
.chapelSec .tabArea_wrap .note_cp::before {
  content: '';
  position: absolute;
  top: 40%;
  left: -20px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #666;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.chapelSec .tabArea_wrap .note_cp::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -20px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #666;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.chapelSec_contents{
  margin: 0 auto;
  display: none;
}
.chapelSec_contents.show{
  display: block;
}
.chapelList .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
  bottom: 14px;
  left: 0;
  width: 100%;
}
.chapelList .img_chapel{
  object-fit: cover;
}
.chapelList .tx_block{
  margin-top: 20px;
  text-align: left;
}
.chapelList .name_chapel{
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}
.chapelList .planBlock{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.chapelList .planBlock p{
  line-height: 1.5;
}
.chapelList .planBlock .ico_area{
  width: 36px;
  margin-right: 10px;
  background: #f6f7fa;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.chapelList .planBlock .ico_area img.ico_basicplan{
  width: 14px;
  margin: auto;
}
.chapelList .planBlock .ico_area img.ico_partyplan{
  width: 21px;
  margin: auto;
}
.chapelList .planBlock .tx_area{
  width: calc(100% - 36px);
}
.chapelList .planBlock .plan_name{
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.chapelList .planBlock .basic_price{
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25;
}
.chapelList .planBlock .set_price{
  color: #888;
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: 'palt';
}
.chapelList .planBlock .set_priceoff_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
}
.chapelList .planBlock .set_priceoff{
  font-size: 46px;
  color: #f04847;
}
.chapelList .planBlock .price_off{
  padding: 2px 6px 3px 6px;
  margin-left: 8px;
  background: #f04847;
}
.chapelList .planBlock .price_off span {
  line-height: 1;
  margin: 0.2em 0;
  display: block;
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
.chapelList .tx_block .note_plan{
  padding-top: 10px;
  color: #888888;
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11px;
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
}
.guarantee_ttl{
  font-weight: bold;
  color: #4a5799;
}
.guaranteeBox_list li{
  position: relative;
  padding-left: 1.2em;
  margin-top: 16px;
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.guaranteeBox_list li::before {
  display: block;
  content: " ";
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  top: 1px;
  left: 0;
  background: url(../img/common/ico_check.svg) 0 0 no-repeat;
  background-size: auto 0.9em;
  pointer-events: none;
}

@media (min-width: 768px) {
  .chapelSec .section_ttl_lead{
    margin-top: 16px;
  }
  .cp_period{
    margin-top: 40px;
    text-align: center;
  }
  .cp_period p{
    font-size: 16px;
  }
  .chapelSec .wrapper {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
  .chapelSec .tabArea{
    margin-top: 100px;
  }
  .chapelSec .tabArea_wrap .renewal{
    width: 90px;
    position: absolute;
    top: -60px;
    left: 40px;
  }
  .chapelSec .tabArea_wrap .note_cp{
    padding-bottom: 10px;
    letter-spacing: 0.15em;
    font-size: 16px;
    position: absolute;
    top: -40px;
    right: 24%;
  }
  .chapelList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin: 0 -2.5%;
  }
  .chapelList li{
    width: calc(100% / 3);
    padding: 0 2.5%;
    margin-top: 80px;
  }
  .chapelList .swiper-pagination{
    bottom: 1px;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
    padding: 80px 0 16px 0;
  }
  .chapelList .swiper-button-prev{
    display:none;
  }
  .chapelList .swiper-button-next{
    top:0;
    width:100%;
    height:100%;
    background:none;
    opacity: 0;
  }
  .chapelList .swiper-pagination-bullet{
    background: #FFF;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    margin: 4px;
  }
  .chapelList .swiper-pagination-bullet-active{
    background: #666666;
    border: 1px solid #eeeeee;
  }
  .chapelList .tx_block{
    margin-top: 28px;
  }
  .chapelList .name_chapel{
    margin-bottom: 10px;
    font-size: 22px;
  }
  .chapelList .planBlock{
    padding-top: 10px;
  }
  .chapelList .planBlock .plan_name{
    font-size: 14px;
  }
  .chapelList .planBlock .basic_price{
    font-size: 20px;
  }
  .chapelList .planBlock .set_priceoff{
    font-size: 42px;
    line-height: 1.3;
  }
  .partyList .ico_area::before{
    display: block;
    content: " ";
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: 0;
    background: url(../img/common/ico_area.svg) 0 0 no-repeat;
    background-size: auto 1em;
    pointer-events: none;
  }
  .guaranteeBox{
    max-width: 780px;
    width: 80%;
    margin: 80px auto 0;
    padding: 24px;
    border: 1px solid #c8cfeb;
  }
  .guaranteeBox_inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .guaranteeBox_inner > div{
    width: 50%;
  }
  .guarantee_ttl{
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 24px;
    letter-spacing: 0.1em
  }
  .guaranteeBox_inner .tx_area{
    text-align: left;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .chapelSec .section_ttl_lead{
    margin-top: 16px;
  }
  .cp_period{
    margin-top: 12px;
    text-align: center;
  }
  .cp_period p{
    font-size: 12px;
  }
  .chapelSec .tabArea_wrap{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  .chapelSec .tabArea {
    margin-top: 80px;
  }
  .tabArea{
    border-right: none;
  }
  .tabArea .tab{
    padding: 26px 0;
    font-size: 16px;
  }
  .chapelSec .box_inner.chapel{
    padding: 0;
  }
  .chapelSec .tabArea_wrap .renewal{
    width: 65px;
    position: absolute;
    top: -50px;
    left: 20px;
  }
  .chapelSec .tabArea_wrap .note_cp{
    padding-bottom: 6px;
    letter-spacing: 0.25em;
    font-size: 10px;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: absolute;
    top: -25px;
    right: 15%;
  }
  .chapelSec .tabArea_wrap .note_cp::before {
    left: -15px;
    width: 15px;
  }
  .chapelSec .tabArea_wrap .note_cp::after {
    right: -12px;
    width: 15px;
  }
  .chapelSec .swiper{
    padding-bottom: 20px;
  }
  .chapelList li{
    padding-top: 60px;
  }
  .chapelList .img_chapel{
    padding-right: 10px;
  }
  .chapelList .img_chapel img{
    border-radius: 5px;
  }
  .chapelSec .swiper-pagination{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    margin-left: 20px;
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,5px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,5px));
    margin: 0 2px;
  }
  .swiper-pagination-bullet-active{
    background: #666;
  }
  .chapelList .swiper-button-prev,
  .chapelList .swiper-button-next{
    display:none;
  }
  .chapelList .tx_block{
    margin-top: 20px;
    padding-left: 20px;
  }
  .chapelList .planBlock{
    padding-top: 14px;
  }
  .chapelList .planBlock p {
    line-height: 1.6;
  }
  .chapelList .name_chapel{
    margin-bottom: 0px;
    font-size: 20px;
  }
  .chapelList .planBlock .ico_area{
    border-radius: 5px;
  }
  .chapelList .planBlock .plan_name{
    font-size: 12px;
  }
  .chapelList .planBlock .basic_price{
    font-size: 18px;
  }
  .chapelList .planBlock .set_price{
    font-size: 12px;
  }
  .chapelList .planBlock .set_priceoff{
    font-size: 42px;
    line-height: 1.15;
  }
  .chapelList .planBlock .price_off{
    padding: 3px 8px;
  }
  .guaranteeBox{
    margin: 60px 0 0;
    padding: 35px 30px 25px;
    border: 1px solid #c8cfeb;
    position: relative;
  }
  .guaranteeBox_inner{
    flex-wrap: nowrap;
  }
  .guarantee_ttl{
    position: absolute;
    text-align: left;
    background: #FFF;
    padding: 5px;
    top: -10px;
    left: 25px;
    z-index: 10;
  }
  .guaranteeBox_inner .tx_area{
    text-align: left;
    font-size: 14px;
  }
  .guaranteeBox_list{
    margin-top: 24px;
  }
  .guaranteeBox_list li {
    margin-top: 14px;
  }
}

/* planSec */
.planSec .lead{
  color: #4a5799;
}
.plan_itemList{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .planSec{
    padding-bottom: 80px;
  }
  .planSec .lead{
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.3em;
    color: #4a5799;
  }
  .planSec .planSec_contents{
    width: 90%;
    max-width: 868px;
    margin: 50px auto 0;
    background: #FFF;
    box-shadow: 4.459px 4.015px 21.84px 2.16px rgb(201 202 202 / 70%);
  }
  .plan_image {
    border: 4px solid #FFF;
  }
  .planSec .plan_ttl{
    margin-top: 40px;
    letter-spacing: 0.1em;
  }
  .planSec .plan_detail{
    padding-bottom: 20px;
  }
  .plan_itemList_wrap{
    margin: 40px auto 0;
    max-width: 610px;
  }
  .plan_itemList li{
    width: calc(100% / 6);
    margin-bottom: 10px;
  }
  .plan_itemList li img{
    width: 90px;
    display: inline-block;
    border-radius: 10px;
  }
  .plan_itemList li p{
    margin-top: 5px;
    font-size: 12px;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    line-height: 1.2;
  }
  .plan_detail_more{
    display: none;
  }
  .plan_detail_more .plan_detail_ttl {
    margin-top: 30px;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #aaa;
  }
  .plan_detail_more ul{
    margin-top: 30px;
  }
  .plan_detail_more ul li{
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
  }
}
@media (max-width: 767px) {
  .planSec {
    padding-bottom: 40px;
  }
  .plan_image {
    border: 2px solid #FFF;
  }
  .planSec .plan_ttl{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.15em;
  }
  .planSec .lead{
    margin-top: 10px;
    letter-spacing: 0.25em;
  }
  .planSec_contents {
    width: auto;
    margin: 30px 0 0;
    background: #FFF;
    box-shadow: 2.259px 2.015px 10px 1px rgb(201 202 202 / 70%);
  }
  .plan_itemList_wrap {
    margin: 30px auto 0;
    padding: 0 20px;
  }
  .plan_itemList li{
    width: calc(100% / 4);
    margin-bottom: 10px;
    padding: 0 2px;
  }
  .plan_itemList li img {
    display: inline-block;
    border-radius: 5px;
  }
  .plan_itemList li p {
    margin-top: 5px;
    font-size: 10px;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    line-height: 1.2;
  }
  .planSec .btn_more{
    margin: 20px 0 40px;
  }
  .plan_detail_ttl{
    margin-top: 40px;
    font-size: 20px;
  }
  .plan_detail_ttl:before{
    content:"[";
    padding-right: 7px;
  }
  .plan_detail_ttl:after{
    content:"]";
    padding-left: 10px;
  }
  .plan_detail_more ul{
    margin-top: 30px;
  }
  .plan_detail_more ul li{
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
  }
}

/* presentSec */
.presentSec .lead {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.3em;
  color: #4a5799;
}
.presentSec_contents .tx_area .presentList{
  display: inline-block;
  text-align: left;
}
.presentSec_contents .tx_area .presentList li{
  position: relative;
}
.presentSec_contents .tx_area .presentList li::before{
  display: block;
  content: " ";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  top: 0;
  left: -1.4em;
  background: url(../img/common/list_1.svg) 0 0 no-repeat;
  background-size: auto 1.1em;
  pointer-events: none;
}
.presentSec_contents .tx_area .presentList li.list2::before{
  background: url(../img/common/list_2.svg) 0 0 no-repeat;
}
.presentSec_contents .tx_area .presentList li.list3::before{
  background: url(../img/common/list_3.svg) 0 0 no-repeat;
}
.presentBottom {
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: 'palt';
  margin: 0 auto;
  width: 244px;
}
@media (min-width: 768px) {
  .presentSec .wrapper{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
  .presentSec_contents{
    margin: 50px auto 0;
    align-items: stretch;
  }
  .presentSec_contents .img_area{
    width: 50%;
    max-width: 570px;
  }
  .presentSec_contents .tx_area{
    width: calc(50% - 8px);
    margin-left: 8px;
    background: #eff7e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .presentSec_contents .tx_area .tx_area_inner{
    width: 100%;
  }
  .presentSec_contents .tx_area p{
    margin-top: 20px;
    font-size: 16px;
  }
  .presentSec_contents .tx_area .presentList{
    margin-top: 50px;
  }
  .presentSec_contents .tx_area .presentList li{
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: 1.4em;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    border-bottom: 1px dotted #8999d6;
    position: relative;
  }
  .presentSec_contents .tx_area .presentList li.list3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .presentSec_contents{
    margin-top: 30px;
  }
  .presentSec_contents .tx_area .tx_area_inner{
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .presentSec_contents .tx_area .tx_area_inner img{
    width: 90px;
    margin-right: 10px;
  }
  .presentSec_contents .tx_area .presentList{
    margin-right: 10px;
  }
  .presentSec_contents .tx_area .presentList li{
    font-size: 14px;
    font-weight: 600;
    margin: 12px 0;
  }
  .presentSec_contents .tx_area .presentList li.list3 {
    margin-bottom: 5px;
  }
  .presentBottom {
    font-size: 10px;
    text-align: center;
    width: 50%;
    margin-left: 123px;
  }
}
/* pointSec */
.pointSec .tags{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.pointSec .pointList{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pointSec .point_item_ttl.kerning1{
  font-feature-settings: 'palt';
  letter-spacing: 0.01em;
 }
 .pointSec .point_item_ttl.kerning2{
  font-feature-settings: 'palt';
  letter-spacing: 0.1em;
 }
@media (min-width: 768px){
   .pointSec .wrapper{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
  .pointSec_contents{
    margin: 50px auto 0;
    align-items: stretch;
  }
  .pointSec .point_ttl {
    padding-bottom: 10px;
    font-size: 30px;
    border-bottom: 1px solid #8191e7;
    color: #4a5799;
    display: inline;
    line-height: 2em;
    letter-spacing: 0.2em;
    font-feature-settings: 'palt';
  }
  .pointSec .tags li{
    padding: 8px 20px;
    margin: 40px 5px;
    background: #4a5799;
    color: #FFF;
    border-radius: 30px;
    font-weight: 600;
  }
  .pointSec .no1List{
    display: flex;
    justify-content: center;
  }
  .pointSec .no1List img{
    max-width: 650px;
  }
  .pointSec .pointList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin: 0 -2.5%;
  }
  .pointSec .pointList li{
    width: calc(100% / 3);
    padding: 0 2.5%;
    margin-top: 80px;
  }
  .pointSec .img_point_area{
    position: relative;
    transition: .3s opacity;
  }
  .pointSec .img_point_area img{
    vertical-align: top;
  }
  .pointSec .img_point_area:hover{
    opacity: 0.8;
    cursor: pointer;
  }
  .pointSec .ico_popup{
    position: absolute;
    text-align: right;    
    -webkit-font-smoothing: auto;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
    padding: 100px 0 20px 0;
    transform: translate3d(0,0,0);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .pointSec .ico_popup span{
    font-size: 13px;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    letter-spacing: 0.1em;
    color: #FFF;
    display: inline-block;
    margin-right: 2.2em;
    padding-bottom: 2px;
    border-bottom: 1px solid #FFF;
    filter: drop-shadow(2px 2px 4px #666);
    position: relative;
  }
   .pointSec .ico_popup span:after{
    display: block;
    content: " ";
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: -3px;
    right: -1.6em;
    background: url(../../img/common/ico_popup.svg) 0 0 no-repeat;
    background-size: auto 1.5em;
    pointer-events: none;
   }
   .pointSec .point_item_ttl{
    font-size: 17px;
    padding: 20px 0;
    background: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
   }
   .pointSec .point_item_ttl:hover{
    cursor: pointer;
   }
   .pointSec .point_lead{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    letter-spacing: 0.1em;
    line-height: 1.8;
   }
  .pointList_detail .swiper{
    padding-bottom: 20px;
  }
  .pointList_detail .img_point{
    padding-right: 10px;
    object-fit: cover;
  }
  .pointList_detail .img_point img{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pointSec {
  margin-bottom: 30px;
  }
  .pointSec .point_ttl {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #8191e7;
    color: #4a5799;
    display: inline;
    line-height: 2em;
    letter-spacing: 0.2em;
    font-feature-settings: 'palt';
  }
  .pointSec .tags li{
    padding: 7px 12px;
    margin: 30px 3px;
    font-size: 13px;
    font-weight: 600;
    background: #4a5799;
    color: #FFF;
    border-radius: 30px;
    font-feature-settings: 'palt';
  }
  .pointSec .pointList_block{
    margin-top: 10px;
  }
  .pointSec .pointList li{
    width: calc(50% - 8px);
    margin-top: 30px;
  }
  .pointSec .img_point_area{
    position: relative;
    transition: .3s opacity;
  }
  .pointSec .img_point_area img{
    vertical-align: top;
  }
  .pointSec .img_point_area:hover{
    opacity: 0.8;
  }
  .pointSec .ico_popup{
    position: absolute;
    text-align: right;    
    -webkit-font-smoothing: auto;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 );
    padding: 30px 0 10px 0;
    transform: translate3d(0,0,0);
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .pointSec .ico_popup span{
    display: inline-block;
    position: relative;
  }
  .pointSec .ico_popup span img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
    filter: drop-shadow(2px 2px 4px #666);
  }
  .pointSec .point_item_ttl_block{
    height: 50px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #FFF;
  }
  .pointSec .point_item_ttl{
    width: 100%;
    font-size: 15px;    
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25;
    letter-spacing: 0.15em;
    font-feature-settings: 'palt';
  }
  .pointSec .point_lead{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .popup_list_wrap .swiper{
    padding-bottom: 20px;
  }
  .popup_list_wrap .img_point{
    padding-right: 10px;
    object-fit: cover;
  }
  .popup_list_wrap .img_point img{
    width: 100%;
  }
  .pointSec .swiper-pagination{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    margin-left: 20px;
  }
}
/* counterSec */
.counterSec .counter_contents{ 
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.counterSec .steplist .step .tx_lead{
  font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  letter-spacing: 0.08em;
}
.counterSec .counter_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: initial;
}
.counterSec .counter_list .counter_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.counterSec .counter_list .counter_item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
@media (min-width: 768px){
  .counterSec .section_head img{
    max-height: 450px;
    object-fit: cover;
  }
  .counterSec .wrapper {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
  .counterSec .lead{
    margin-top: 1em;
    color: #4a5799;
    font-size: 18px;
  }
  .counterSec .counterSec_contents{
    width: 100%;
    margin: 55px auto 0;
    padding: 70px 0;
    background: #FFF;
    text-align: left;
    border: 1px solid #c8cfeb;
    background: #f6f7fa;
    position: relative;
  }
  .counterSec .counterSec_contents:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 10px solid #FFF;
  }
  .counterSec .steplist{
    width: 900px;
    padding: 0 10px;
    margin: auto;
    text-align: left;
  }
  .counterSec .steplist > li{
    margin-bottom: 40px;
  }
  .counterSec .steplist .step{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    align-items: center;
  }
  .counterSec .steplist .step .img_block {
    width: 48%;
    max-width: 360px;
  }
  .counterSec .steplist .step .tx_block {
    width: 46%;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .counterSec .steplist .step .tx_block .subttl img{
    height: 65px;
    width: auto;
    margin-bottom: 30px;
  }
  .counterSec .counter_contents{
    margin-top: 50px;
  }
  .counterSec .counter_ttl{
    margin-top: 80px;
    padding-bottom: 10px;
    font-size: 26px;
    border-bottom: 1px solid #8191e7;
    color: #4a5799;
    display: inline-block;
    letter-spacing: 0.2em;
    font-feature-settings: 'palt';
  }
  .counterSec .btn_link_wrap{
    text-align: center;
    font-size: 16px;
  }
  .counterSec .counter_list .counter_item{
    width: 50%;
    margin-top: 26px;
  }
  .counterSec .counter_tx_block{
    padding-left: 20px;
  }
  .counterSec .counter_img_block{
    width: 130px;
  }
  .counterSec .counter_name{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
  }
  .counterSec .counter_address,
  .counterSec .counter_tel{
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .counterSec .counter_item.online{
    width: 45%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .counterSec{
    padding-bottom: 20px;
  }
  .counterSec .box-inner{
    padding: 0;
  }
  .counterSec .section_ttl{
    margin-top: -30px;
    padding-top: 40px;
  }
  .counterSec .section_ttl_lead {
    margin-top: 16px;
  }
  .counterSec .lead{
    margin-top: 1em;
    margin-bottom: 20px;
    color: #4a5799;
  }
  .counterSec_contents{
    margin: 0 -5%;
  }
  .counterSec .steplist{
    margin-top: 16px;
  }
  .counterSec .steplist li{
    outline: none;
  }
  .counterSec .steplist .step{
    margin: 20px 25px;
    background: #FFF;
    box-shadow: 2.259px 1.5px 15px 1px rgb(223 220 210);
    text-align: left;
  }
  .counterSec .steplist .step .img_block {
    border: 2px solid #FFF;
  }
  .counterSec .steplist .step .img_block img{
    max-height: 185px;
    object-fit: cover;
  }
  .counterSec .steplist .step .tx_block{
    min-height: 136px;
    padding: 20px 28px 40px 28px;
    font-size: 13px;
    line-height: 1.7;
    min-height: 200px;
  }
  .counterSec .steplist .step .tx_block .subttl{
    display: flex;
  }
  .counterSec .steplist .step .tx_block .subttl img {
    max-height: 50px;
    width: auto;
    margin-bottom: 20px;
  }
  .counterSec .steplist .slick-prev{
    z-index: 1;
  }
  .counterSec .steplist .slick-prev:before {
    content: " ";
    display: block;
    background: url(../img/sp/ico_arrow_left.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
  }
  .counterSec .steplist .slick-next:before {
    content: " ";
    display: block;
    background: url(../img/sp/ico_arrow_right.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
  }
  .counterSec .steplist .slick-prev {
    width: 28px;
    height: 28px;
    left: 14px;
  }
  .counterSec .steplist .slick-next {
    width: 28px;
    height: 28px;
    right: 14px;
  }
  .counterSec .steplist .slick-prev.slick-disabled:before,
  .counterSec .steplist .slick-next.slick-disabled:before {
    opacity: 0;
  }
  .counterSec .steplist .slick-dots{
    bottom: -15px;
  }
  .counterSec .step_list p{
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.8em;
  }
  .counterSec .counter_contents{
    padding: 0 5px;
  }
  .counterSec .counter_ttl{
    margin-top: 50px;
    padding-bottom: 8px;
    font-size: 15px;
    color: #4a5799;
    border-bottom: 1px solid #8191e7;
    display: inline-block;
    font-feature-settings: 'palt';
    letter-spacing: 0.2em;
  }
  .counterSec .counter_tx_block{
    padding-left: 15px;
    padding-bottom: 5px;
  }
  .counterSec .counter_name{
    font-size: 15px;
    padding-bottom: 10px;
  }
  .counterSec .counter_address,
  .counterSec .counter_tel{
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .counterSec .counter_img_block{
    width: 30%;
  }
  .counterSec .counter_item.online {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .counterSec .counter_address,
  .counterSec .counter_tel{
    letter-spacing: 0;
    font-feature-settings: inherit;
  }
}

.floatingArea {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}
.floatingArea .btn_area_left{
  width: 9.5em;
}
.floatingArea .btn_area_right{
  width: calc(100% - 11em);
}
.floatingArea .btn_area_left .tx_btn{
  padding-right: 0.8em;
}
.floatingArea a.btn{
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
}
.floatingArea a.btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../img/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
@media (max-width: 320px) {
  a.btn::after,
  .floatingArea a.btn::after{
    width: 14px;
    height: 14px;
    right: 6px;
  }
}

/* --------------------------
        ポイントPOPUP
----------------------------- */
.popup_content_inner{
  background: #e3e6f0;
}
.slide_point_detail li{
  margin: 0 10px;
}
.slide_point_detail img{
  width: 100%;
}
.slide_point_detail .slick-dots{
  text-align: center;
  color: #FFF;
  bottom: -35px;
}
.slick-dots li{
  margin: 0;
}
.slide_point_detail .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #4a5799;
}
.slide_point_detail .slick-dots li button:before {
  opacity: 1;
  color: #95999f;
}
.slide_point_detail .slick-prev:before{
  border: 2px solid #888;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  z-index: 1;
}
.slide_point_detail .slick-next:before{
  border: 2px solid #888;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 15px;
  height: 15px;
  z-index: 1;
}
.popup_list_wrap .btn_close{
  display: inline-block;
  margin:  auto;
  transition: opacity .3s ease;
  color: #FFF;
}
.popup_list_wrap .btn_close.btn_close_bottom:hover{
  cursor: pointer;
  opacity: 0.7;
}
.popup_list_wrap .btn_close.btn_close_bottom .ico_close{
  position: relative;
}
.popup_list_wrap .btn_close.btn_close_bottom .ico_close::before {
  content: "×";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 0;
  left: -1.2em;
}
.popup_list_wrap .btn_close .mfp-close{
  right: -44px;
}
.popup_list_wrap .close_area{
  text-align: center;
  padding: 30px 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .popup_content {
    margin: auto;
    max-width: 1000px;
    padding: 10px;
    position: relative;
  }
  .popup_content_inner{
    padding: 8% 100px;
  }
  .slide_point_detail .slick-prev:before{
    width: 20px;
    height: 20px;
  }
  .slide_point_detail .slick-next:before{
    width: 20px;
    height: 20px;
  }
  .slide_point_detail .slick-prev{
    top: 47.5%;
    left: -40px;
    z-index: 1;
  }
  .slide_point_detail .slick-next{
    top: 47.5%;
    right: -45px;
    z-index: 1;
  }
}
@media (max-width: 767px){
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
  .popup_content{
    margin: auto 8px;
    position: relative;
  }
  .popup_content_inner{
    padding: 10% 10% 15%;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .slide_point_detail .slick-prev {
    left: -24px;
    z-index: 1;
  }
  .slide_point_detail .slick-next {
    right: -25px;
    z-index: 1;
  }
  .popup_list_wrap .btn_close.btn_close_bottom .ico_close::before {
    font-size: 1.2em;
    left: -1em;
  }
}

/* =======================

counter 

======================= */
.section_ttl{
  margin: auto;
  font-size: 40px;
  text-align: center;
  color: #222222;
  letter-spacing: 0.02em;
}
.section_ttl_lead{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.3em;
  font-feature-settings: 'palt';
  color: #222222;
  text-align: center;
}
@media (max-width: 767px) {
  .section_ttl{
    margin: auto;
    font-size: 28px;
    text-align: center;
    color: #222222;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  .section_ttl_lead{
    margin-top: 16px!important;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.4em;
    font-feature-settings: 'palt';
    color: #222222;
  }
}
.counterSec {
  font-family: 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
  background: #fff;
}
.counterSec .counter_contents{ 
  width: 100%;
  margin-right: 1%;
  margin-left: 1%;
}
.counterSec .salonArea{
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
}
.salonArea_item{
  width: 31%;
  margin: 1%;
  text-align: center;
}
.salonArea_item a{
  display: block;
  background: #F7F5EE!important;
  border: 4px solid #F7F5EE!important;
  color: #333!important;
  padding: 26px 0;
  font-weight: 600;
  letter-spacing: .17em;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.salonArea_item a:hover{
  background: #FFF!important;
  border: 4px solid #F7F5EE!important;
  cursor: pointer;
}
.salonArea_item a.active{
  background: #48322A!important;
  border: 4px solid #48322A!important;
  color: #FFF!important;
  cursor: pointer;
}
.counterSec .counter_contents{
  margin: 0 auto;
  display: none;
}
.counterSec .counter_contents.show{
  display: block;
}
.counterSec .counter_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: initial;
}
.counterSec .counter_list .counter_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.counterSec .counter_address{
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  font-family: Helvetica, Arial, YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
}
.counterSec .counter_list .counter_item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.counterSec .telBlock .telBlock_lead{
  font-weight: 800;
  font-size: 12px;
}
@media (min-width: 768px){
  .counterSec {
    width: 900px;
    margin: 0 auto;
  }
  .counterSec .section_ttl_lead{
    margin-top: 16px!important;
  }
  .counterSec .section_head img{
    max-height: 450px;
    object-fit: cover;
  }
  .counterSec .lead{
    margin-top: 1em;
    color: #4a5799;
    font-size: 18px;
  }
  .counterSec .counter_contents{ 
    max-width: 860px;
    padding-top: 100px;
    margin-top: -40px;
  }
  .counterSec .salonArea{
    padding-top: 60px;
    margin: 0 -1%;
  }
  .salonArea_item{
    width: 18%;
    margin: 1%;
    text-align: center;
  }
  .salonArea_item a{
    display: block;
    background: #F7F5EE!important;
    padding: 26px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .17em;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .counterSec .btn_link_wrap{
    text-align: center;
    font-size: 16px;
  }
  .counterSec .counter_list .counter_item{
    width: 50%;
    margin-bottom: 26px;
  }
  .counterSec .counter_img_block{
    width: 130px;
  }
  .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_tx_block{
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .counterSec .counter_name{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px!important;
  }
  .counterSec .counter_address{
    font-size: 13px;
  }
  .counterSec .counter_item.online{
    width: 100%;
    margin-top: 40px;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 60%;
  }
  .counterSec .counter_item.online .counter_tx_block {
    width: 40%;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
  .counterSec .telBlock{
    margin-top: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
    line-height: 1.6em;
  }
  .counterSec .telBlock .counter_tel{
    margin: 16px 0;
    display: inline-block;
    font-size: 36px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', '�ｭ�ｳ �ｰ譏取悃', serif;
  }
  .counterSec .telBlock .counter_tel:hover{
    cursor: pointer;
  }
  .counterSec .reservation_area{
    padding: 0;
  }
  .reservation_area .btn_wrapper{
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .counterSec {
    position: relative;
  }
  .counterSec .box-inner{
    padding: 0;
  }
  .counterSec .salonArea {
    padding-top: 36px;
  }
  .counterSec .lead{
    margin-top: 1em;
    margin-bottom: 20px;
    color: #4a5799;
  }
  .counterSec .counter_contents{ 
    padding: 80px 0 0 7px;
    margin-top: -40px;
  }
  .salonArea_item a{
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1.2;
  }
  .salonArea_item.online_sp a{
    padding: 14px 0;
  }
  .counterSec .counter_list .counter_item {
    margin-bottom: 20px;
  }
  .counterSec .counter_tx_block{
    width: 65%;
    padding-left: 5%;
    padding-bottom: 5px;
  }
  .counterSec .counter_name{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px!important;
  }
  .counterSec .counter_address{
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .counterSec .counter_img_block{
    width: 30%;
    min-width: 100px;
  }
    .counter_img_block img {
        width: 100%;
  }
  .counterSec .counter_item.online {
    display: block;
  }
  .counterSec .counter_item.online .counter_img_block{
    width: 100%;
    padding-right: 7px;
  }
  .counterSec .counter_item.online .counter_tx_block{
    width: 100%;
    padding-top: 16px;
    padding-left: 0;
  }
  .counterSec .counter_item.online .counter_memo{
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-feature-settings: 'palt';
    font-family: Helvetica, Arial, YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #444
  }
   .counterSec .telBlock{
    margin-top: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #48322A;
  }
  .counterSec .telBlock .counter_tel{
    margin: 14px 0;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #48322A;
    font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', '�ｭ�ｳ �ｰ譏取悃', serif;
  }
  .box_inner {
        padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .counterSec .counter_address{
    letter-spacing: 0;
    font-feature-settings: inherit;
  }
}

/* reservation_area */
.reservation_area{
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.reservation_area .btn_wrapper{
  margin: 30px 0 40px 0;
}
.reservation_tx{
  position: relative;
  display: inline-block;
  color: #48322A;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
}
.reservation_tx::before {
  content: '';
  position: absolute;
  top: 40%;
  left: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.reservation_tx::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -30px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #c8cfeb;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
a.btn{
  width: 100%;
  color: #fff!important;
  text-align: center;
  background: #48322A;
  border: 1px solid #48322A;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity .3s ease;
  align-items: center;
}
a.btn .tx {
  display: flex;
  align-items: center;
}
.btn_area_online a.btn {
  color: #48322A!important;
  background: #fff;
}
.btn_area_online  a.btn .tx:not(.counterSec .btn_area_online a.btn .tx):before {
  border: 1px solid #48322A;
  border-radius: 30px;
}
a.btn .note{
  width: 160px;
  padding: 5px 0 3px 0;
  margin-left: -80px;
  border: 1px solid #48322A;
  border-radius: 20px;
  background: #FFF;
  font-size: 11px;
  color: #48322A;
  position: absolute;
  letter-spacing: 0.1em;
  top: -12px;
  left: 50%;
  vertical-align: middle;
}
a.btn .fs_small{
  font-size: 70%;
}
a.btn:hover {
  opacity: .6;
}
a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.btn_area_online  a.btn::after {
  background: url(../../img/common/btn_arrow_brown.png) no-repeat center center;
  background-size: 100% auto;
}
.reservation_area .btn_wrapper.link{
  display: block;
  margin-top: 20px;
}
.btn_link_box a.btn{
  margin: auto;
  color: #48322A!important;
  text-align: center;
  background: #FFF;
  border: 1px solid #48322A;
  position: relative;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
  text-decoration: none;
  transition: opacity .3s ease;
}
.btn_link_box a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .reservation_area{
    margin-top: 60px;
  }
  .reservation_tx{
    padding-bottom: 16px;
    font-size: 18px;
  }
  .reservation_area .btn_{
    width: 100%;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn_wrapper .btn_area{
    width: 49%;
  }
  a.btn{
    padding: 22px 0;
    font-size: 20px;
  }
  a.btn::after {
    width: 20px;
    height: 20px;
  }
  a.btn .note{
    width: 240px;
    margin-left: -120px;
    border: 2px solid #48322A;
    font-size: 14px;
    padding: 5px 0;
    top: -16px;
  }
  .btn_link_box a.btn{
    width:500px;
  }
}
@media (max-width: 767px) {
  .reservation_area {
    width: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
  }
  .reservation_area .btn_wrapper{
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .reservation_tx {
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.3em;
    font-weight: bold;
  }
  a.btn{
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  a.btn::after {
    right: 10px;
  }
}

/* =======================

_FooterNavi

======================= */

#__CP #_FooterNavi{
                display: none;
                }
@media screen and (max-width: 767px) {
#__CP #_FooterNavi{
                display: block;
                z-index: 9;
                position: fixed;
                width: 100%;
                height: 55px;
                bottom: 0;
                left: 0;
                background-color: rgba(255, 255, 255,1);
                border-top: 1px solid rgba(11, 29, 66, 0.15);
                }
  }

#__CP #_FooterNavi ul {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: nowrap;
                flex-direction: row;
                width: 99%;
                height: 100%;
                margin: auto;
  }

#__CP #_FooterNavi ul li {
                display: flex;
                align-items: center;
                justify-content: center;
  position: relative;
                width: 50%;
                height: 100%;
  }

#__CP #_FooterNavi ul li a{
                display: flex;
                align-items: center;
                justify-content: center;
                width: 97%;
                height: 80%;
  box-sizing: border-box;
                background-color: #0B1D43;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
  }

#__CP #_FooterNavi ul li a:hover{
                background-color: #2b4782;
  }

#__CP #_FooterNavi ul li:nth-child(2) a{
                background-color: #A08E04;
  }

#__CP #_FooterNavi ul li:nth-child(2) a:hover{
                background-color: #CCBF5A;
  }

#__CP #_FooterNavi ul li a p{
                display: inline-block;
  font-size: 1.1em;
                color: #fff;
  }

  /*追従バナー対応*/
.footer__bnr.bottomList ul li:nth-of-type(1) {
    flex: 1;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer__bnr .top__other:before {
    content: "来店・オンラインOK！";
    font-size: 12px;
    width: auto;
    display: block;
    margin-top: -24px;
    background: #fff;
    color: #48322a;
    border: 1px solid #48322a;
    border-radius: 20px;
    padding: 5px 4px 5px 7px;
    font-weight: 400
}

.footer__bnr.sp span.footer__bnr__radius {
    width: auto;
    font-size: 10px;
    font-weight: 600;
    background-color: #fff;
    border: none;
    color: #48322a;
    padding: 3px 10px 3px!important;
    transform: translateY(-2px);
    margin-top: 12px
}



/* =======================

202507_追加対応分

======================= */
.point_ttl_block {
    margin-bottom: 40px;
}

    .cta_80off p {
        text-align: center;
        margin-bottom: 10px;
        line-height: 1.3;
        margin-top: 0px
    }
    .cta_80off a {
        display: block;
        background: #deab4e;
        border: #deab4e;
        line-height: 1.5
    }
    #title_area .cta_80off,
    .pointSec .cta_80off,
    .cta_counter .cta_80 {
        padding-bottom: 50px
    }
    #title_area .cta_80off {
      padding-top: 20px;
    }
    #title_area .cta_80off a,
    .pointSec .cta_80off a,
    .cta_counter .cta_80off a {
        width: 80%;
        margin: 0 auto;
        padding: 10px 0
    }
    #title_area .cta_80off a {
        z-index: 10
    }
    #title_area #cnt_area01 .cta_80off.inner a {
        width: 100%;
        padding: 20px 0
    }
    .pointSec .cta_80off a,
    .cta_counter .cta_80off a {
        padding: 20px 0 !important
    }

.slick-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slick-box-inner {
  width: 50%;
  margin: 0 10px;
}
@media(max-width:767px) {
.slick-box-inner {
  width: 90%;
}
  }
.slide-items {
    width: 100%;
    margin: 0 auto
}
.slide-items .slick-slide,
.slide-items4 .slick-slide {
    height: auto !important;
    margin-right: 2vw !important;
    margin-left: 2vw !important
}
.slide-items2 .slick-slide {
    height: 28vh !important
}
.slide-items3 .slick-slide {
    height: auto !important
}
.slide-items .slick-next,
.slide-items2 .slick-next,
.slide-items3 .slick-next {
    right: -20px !important;
    top: 50%
}
.slide-items3 .slick-next {
    right: 8px !important;
}
.slide-items4 .slick-next {
  right: 0 !important;
}
.slide-items .slick-prev,
.slide-items2 .slick-prev,
.slide-items3 .slick-prev {
    left: -10px !important;
    top: 50%
}
.slide-items3 .slick-prev {
    left: 17px !important
}
.slide-items4 .slick-prev {
  left: 0 !important;
}
.slide-items .slick-arrow,
.slide-items2 .slick-arrow,
.slide-items3 .slick-arrow {
    z-index: 2 !important
}
.slide-items .slick-arrow:before,
.slide-items2 .slick-arrow:before,
.slide-items3 .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}
.slick-next:before,
.slide-items2 .slick-next:before,
.slide-items3 .slick-next:before {
    background: url('../../img/common/free_arrow_right.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}
.slick-prev:before,
.slide-items2 .slick-prev:before,
.slide-items3 .slick-prev:before {
    background: url('../../img/common/free_arrow_left.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}
.slick-arrow {
    z-index: 2 !important;
    width: 12px !important;
    height: 24px !important
}
.slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}
.slick-dotted.slick-slider {
    margin-bottom: 80px !important
}
.slick-dots {
    bottom: -50px !important
}
.tx_point_area {
  margin-right: 2vw !important;
    margin-left: 2vw !important;
}


/*weddingcounter*/
#counterSec .box_inner {
  padding: 0;
}
.section__info {
    margin: 0 auto;
    text-align: center
}

.section__info .section__note {
    font-family: 游明朝,YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    border-bottom: 1px solid;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 24px
}

.section__info .free_box {
    display: flex;
    font-family: 游明朝,YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","Sawarabi Mincho",HG明朝E,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__info .free_box li {
    text-align: center;
    width: 30%;
    margin-bottom: 30px;
}

.section__info .free_box li h2 {
    font-size: 22px;
    margin-bottom: 10px
}

.section__info .free_box li span {
    font-size: 12px;
    line-height: 1.5
}

.section__info .free_box p {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.section__info .free_box li span {
    font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
    font-size: 12px
}

.section__info .free_box img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.section__info .free_thumbnail {
    width: 400px
}

.section__info .free_box img.free_no {
    width: 100px;
    margin: 14px auto 20px
}

@media screen and (max-width: 999px) {
.section__info {
    width: 100%;
}
.section__info .section__note {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
}
.section__info .free_box {
    justify-content: space-around;
}
.section__info .free_box img.free_no {
    margin: 10px auto;
}
.section__info .free_box p {
    font-size: 14px;
    margin-bottom: 18px;
}
.section__info .free_box li {
    width: 45%;
    margin-bottom: 40px;
}
.section__info .free_box li span {
    font-size: 10px;
}
.weddingcounter {
    margin-top: 60px;
}
.weddingcounter .store_box div {
    width: 100%;
}
.weddingcounter .__lead {
    margin-bottom: 0px;
}
.weddingcounter .store_box {
    display: block;
    padding-top: 60px;
    padding-bottom: 30px;
}
.nav__listNum .nav_cate {
    font-size: 10px;
}
.nav__listNum .nav_name {
    font-size: 16px;
}
}
/*store*/
.weddingcounter {
    margin-top: 100px;
    margin-bottom: 100px;

    text-align: center;
}
@media screen and (max-width: 999px) {
  .weddingcounter {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.weddingcounter h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.weddingcounter .__jp {
    font-size: 12px;
    margin-bottom: 30px;
}
.weddingcounter .__lead {
    line-height: 1.5;
}
.weddingcounter .store_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 30px 0;
}
.weddingcounter .store_box img {
    width: 80%;
}

.store-top {
    display: block;
    font-size: 24px;
    margin: 40px;
}
.store-list {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list {
    margin-bottom: 14.08px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  .store-list {
    width: 89.3333333333vw;
    margin-bottom: 3.2vw;
  }
}

.store-list-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #48322a;
  position: relative;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .store-list-q {
    padding: 30px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q {
    padding: 3.2vw 0;
    padding-left: 2.1333333333vw;
    height: 10.1333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q.is-open {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.store-list-q .fa-plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .store-list-q .fa-plus {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q .fa-plus {
    right: 3.2vw;
  }
}
.store-list-q:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .store-list-item {
    border-top: solid 0.5866666667px #48322a;
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item {
    border-top: solid 0.1333333333vw #48322a;
  }
}

@media screen and (min-width: 1000px) {
  .store-list-item:last-child {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item:last-child {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.is-open .fa-plus {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list-a {
    padding: 0 9.9733333333px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
    box-sizing: border-box;
  }
}

.store-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: dotted 3px #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .store-detail-list {
    padding-top: 14.08px;
    padding-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

.store-detail-list:last-child {
  border-bottom: inherit;
}

.store-detail-list-area {
  text-align: left;
}
.store-detail-list-area {
  width: 65%;
}
@media screen and (max-width: 999px) {
.store-detail-list-area {
  width: 62%;
}
}
.store-detail-list-area-ttl {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-ttl {
    margin-bottom: 9.3866666667px;
    border-bottom: solid 0.5866666667px;
    font-size: 14.08px;
    padding-bottom: 5.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-ttl {
    margin-bottom: 2.1333333333vw;
    border-bottom: solid 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
}

.store-detail-list-area-shop-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-shop-txt {
    font-size: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-shop-txt {
    font-size: 3.2vw;
  }
}

.store-detail-list-btn,
.store-web-list-btn {
  color: #fff;
  background-color: #DEAC4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 37.5466666667px;
    font-size: 14.08px;
    width: 137.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    width: 31.3333333333vw;
    right: 0;
  }
}

.store-list-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
}
@media screen and (max-width: 999px) {
  .store-list-q:before {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 999px) {
  .store-list-q:after {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.online-btn {
  position: relative;
  display: block;
  background-color: #DEAC4E;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  background-position: right 5% center;
  background-repeat: no-repeat;
  background-image: url(../img/index/renewal/arrow-white.svg);
  background-size: 25px;
}
.online-btn.box-brown {
  background-color: #48322a;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .online-btn {
    margin-top: 40px;
    font-size: 16.4266666667px;
    padding: 22px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
    width: 89.3333333333vw;
  }
}
.online-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .online-btn .cv-btn-img {
    right: 22.2933333333px;
    width: 8.8px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn .cv-btn-img {
    right: 5.0666666667vw;
    width: 2vw;
  }
}

@media screen and (min-width: 1000px) {
  .store .store-ttl {
    font-size: 28.16px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-ttl {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.store .store-img {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store .store-img {
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-img {
    width: 100vw;
  }
}
.store .store-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .store .store-txt {
    margin-top: 28.16px;
    margin-bottom: 28.16px;
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-txt {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

ul.store-list-time{
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
ul.store-list-time{
  font-size: 10px;
}
}
ul.store-list-time ul{
  display: flex;
}
ul.store-list-time ul li{
  box-sizing: border-box;
  text-align: left;
  padding: 4px 0;
}
ul.store-list-time ul li.li01 {
  width: 71px;
}
ul.store-list-time ul li.li02 {
  width: 10px;
  margin-right: 4px;
}
ul.store-list-time ul li.li03 {
  width: 180px;
}

@media screen and (max-width: 640px) {
ul.store-list-time ul li.li01 {
  width: 28%;
}
ul.store-list-time ul li.li02 {
  width: 5%;
}
ul.store-list-time ul li.li03 {
  width: 60%;
}
}


/* 2025.08追加分 */
.chapel__text {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin: 0 0 10px 0px;
    border-bottom: 1px solid rgb(210, 206, 202);
}
.slide-items2 .slick-slide {
    height: 28vh !important
}
.slide-items2 .slick-next {
    right: -20px !important;
    top: 50%
}
.slide-items2 .slick-prev {
    left: -10px !important;
    top: 50%
}
.slide-items2 .slick-arrow {
    z-index: 2 !important
}
.slide-items2 .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}
.slide-items2 .slick-next:before {
    background: url('../../img/common/free_arrow_right.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}
.slide-items2 .slick-prev:before {
    background: url('../../img/common/free_arrow_left.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}
    .slide-items2 .slick-slide {
        height: auto !important;
        margin-right: 2vw !important;
        margin-left: 2vw !important
    }
    .slide-items2 .slick-next {
        right: 0px !important;
        top: 46%!important;
    }
    .slide-items2 .slick-prev {
        left: 20px !important;
        top: 46%!important;
    }
    .slide-items2 .slick-arrow {
        z-index: 2 !important
    }
    .slide-items2 .slick-arrow:before {
        content: "" !important;
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1 !important
    }
    .slide-items2 .slick-next:before {
        background: url('../../img/common/free_arrow_right.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important
    }
    .slide-items2 .slick-prev:before {
        background: url('../../img/common/free_arrow_left.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important
    }
    .slide-items2 .slick-arrow
    {
        z-index: 2 !important;
        width: 12px !important;
        height: 24px !important
    }
    .slide-items2.slick-dotted.slick-slider {
        margin-bottom: 20px !important;
    }
    .slide-items2 .slick-dots
     {
        bottom: -16px !important
    }
.cnt_text .chapel_name {
  border-bottom: none;
  margin-bottom: 0;
}