@charset "UTF-8";
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;
}
#mainimg_area {
  position: relative;
}
.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(0);
  transform: translateY(0);
}
.tx_center {
  text-align: center;
}
.bold {
  font-weight: 700;
  -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 0.3s ease;
  position: relative;
}
.btn_more::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/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(/wp-content/themes/arluis/assets/images/fair-cp/100off/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%;
  }
  .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;
  }
  .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;
  }
  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 {
  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%;
  font-weight: 700;
  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 0.3s ease;
  border: 1px solid #48322a;
  box-sizing: border-box;
  align-items: center;
}
a.btn .note_free {
  width: 45px;
  margin-right: 6px;
  display: flex;
}
a.btn:hover {
  opacity: 0.6;
}
a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.btn_area.btn_area_online a {
  background: #fff;
  color: #48322a !important;
}
.btn_area.btn_area_online a::after {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/btn_arrow_brown.png) no-repeat center center;
  background-size: 100% auto;
}
a.btn .tx {
  display: flex;
  align-items: center;
}
.btn_area_online a.btn .tx:not(.counterSec .btn_area_online a.btn .tx):before {
  border: 1px solid #48322a;
  border-radius: 30px;
}
#title_area #cnt_area01 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #title_area #cnt_area01 {
    padding-bottom: 0;
    padding-top: 10px;
  }
}
@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 {
    z-index: 10;
    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_inner {
  position: relative;
}
.mainvisual .main_cp .off {
  color: #f04847;
  font-weight: 700;
  -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(0 0 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: 700;
    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(/wp-content/themes/arluis/assets/images/fair-cp/100off/sp/main.jpg);
    position: relative;
  }
  .mainvisual .main_ttl {
    width: 53%;
    margin: auto;
  }
  .mainvisual .main_ttl img {
    filter: drop-shadow(0 0 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: 700;
    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 .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(/wp-content/themes/arluis/assets/images/fair-cp/100off/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(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/bg_ptn.png) repeat;
  }
  .resortSec.fadeAnim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .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;
  }
}
.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: 700;
}
.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 0.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: 0.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: 700;
  -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: 700;
  -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: 700;
  color: #fff;
}
.chapelList .tx_block .note_plan {
  padding-top: 10px;
  color: #888;
  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: 700;
  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(/wp-content/themes/arluis/assets/images/fair-cp/100off/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: #666;
    border: 1px solid #eee;
  }
  .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(/wp-content/themes/arluis/assets/images/fair-cp/100off/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: 0.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: 0;
    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 .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 .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(/wp-content/themes/arluis/assets/images/fair-cp/100off/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(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/list_2.svg) 0 0 no-repeat;
}
.presentSec_contents .tx_area .presentList li.list3::before {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/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 .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: 0.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(/wp-content/themes/arluis/assets/images/fair-cp/100off/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: 700;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
  }
  .pointSec .point_item_ttl:hover {
    cursor: pointer;
  }
  .pointSec .point_lead {
    margin-top: 20px;
    font-size: 14px;
    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 {
    padding-bottom: 40px !important;
  }
  .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: 0.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: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.25;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
  }
  .pointSec .point_lead {
    margin-top: 10px;
    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: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    margin-left: 20px;
  }
}
.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(/wp-content/themes/arluis/assets/images/fair-cp/100off/sp/ico_arrow_left.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
  }
  .counterSec .steplist .slick-next:before {
    content: " ";
    display: block;
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/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_list .counter_item {
    margin-top: 0;
  }
  .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(/wp-content/themes/arluis/assets/images/fair-cp/100off/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_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 0.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;
  }
}
.section_ttl {
  margin: auto;
  font-size: 40px;
  text-align: center;
  color: #222;
  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: #222;
  text-align: center;
}
@media (max-width: 767px) {
  .section_ttl {
    margin: auto;
    font-size: 28px;
    text-align: center;
    color: #222;
    letter-spacing: 0.02em;
  }
  .section_ttl_lead {
    margin-top: 16px !important;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 0.4em;
    font-feature-settings: "palt";
    color: #222;
  }
}
.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: 0.17em;
  transition: all 0.3s;
  -webkit-transition: all 0.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: 0.17em;
    transition: all 0.3s;
    -webkit-transition: all 0.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: 60px 0 0 7px;
    margin-top: -40px;
  }
  .salonArea_item a {
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: 0.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;
  }
  .counterSec .box_inner {
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .counterSec .counter_address {
    letter-spacing: 0;
    font-feature-settings: inherit;
  }
}
.reservation_area {
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.reservation_area .btn_wrapper {
  margin: 18px 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;
  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 0.3s ease;
  align-items: center;
}
a.btn .note {
  width: 130px;
  padding: 4px 0 3px 0;
  margin-left: -65px;
  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: 0.6;
}
a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/btn_arrow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.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 0.3s ease;
}
.btn_link_box a.btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/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% !important;
  }
  a.btn {
    padding: 22px 0;
    font-size: 20px;
  }
  a.btn::after {
    width: 20px;
    height: 20px;
  }
  a.btn .note {
    width: 180px;
    margin-left: -90px;
    border: 2px solid #48322a;
    font-size: 14px;
  }
  .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: 30px;
    margin-bottom: 30px;
  }
  .reservation_area .btn_wrapper a {
    z-index: 10;
  }
  .reservation_tx {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.3em;
  }
  a.btn {
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 15px;
  }
  a.btn::after {
    right: 10px;
  }
}
.section__info {
  width: 100%;
  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;
}
.section__info .free_box li {
  text-align: center;
}
.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 auto;
}
.section__info .slide-items {
  width: 100%;
  margin: 0 auto;
}
.section__info .slide-items .slick-slide {
  height: auto !important;
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}
.section__info .slide-items .slick-next {
  right: -10px !important;
  top: 38%;
}
.section__info .slide-items .slick-prev {
  left: -10px !important;
  top: 38%;
}
.section__info .slide-items .slick-arrow {
  z-index: 2 !important;
}
.section__info .slide-items .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
.section__info .slick-next:before {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/free_arrow_right.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.section__info .slick-prev:before {
  background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/free_arrow_left.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.section__info .slick-arrow {
  z-index: 2 !important;
  width: 12px !important;
  height: 24px !important;
}
.section__info .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}
.section__info .slick-dotted.slick-slider {
  margin-bottom: 80px !important;
}
.section__info .slick-dots {
  bottom: -50px !important;
}
.section__info .wedding__btn__box {
  margin-bottom: 40px;
}
.section__info .wedding__btn__box {
  width: 300px;
  margin: 0 auto;
}
.section__info .wedding__btn__box a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__info .wedding__btn__box a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 23px;
  background-image: url(wp-content/themes/arluis/assets/images/fair-cp/100off/common/free_point.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
.section__bnr {
  width: 500px;
  margin: 40px auto 0 auto;
}
.section__info img,
.section__bnr img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section__info {
    width: 100%;
    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: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 20px;
  }
  .section__info .free_box {
    display: flex;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "Sawarabi Mincho", HG明朝E, "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
  }
  .section__info .free_box li {
    text-align: center;
  }
  .section__info .free_box li h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section__info .free_box li span {
    font-size: 10px;
    line-height: 1.5;
  }
  .section__info .free_box p {
    font-size: 20px;
    margin-bottom: 18px;
    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;
    margin-bottom: 20px;
  }
  .section__info .slide-items {
    width: 100%;
    margin: 0 auto;
  }
  .section__info .slide-items .slick-slide {
    height: auto !important;
    margin-right: 2vw !important;
    margin-left: 2vw !important;
  }
  .section__info .slide-items .slick-next {
    right: -24px !important;
    top: 39%;
  }
  .section__info .slide-items .slick-prev {
    left: 20px !important;
    top: 39%;
  }
  .section__info .slide-items .slick-arrow {
    z-index: 2 !important;
  }
  .section__info .slide-items .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 50% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
  }
  .section__info .slick-next:before {
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/free_arrow_right.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .section__info .slick-prev:before {
    background: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/free_arrow_left.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .section__info .slick-arrow {
    z-index: 2 !important;
    width: 60px !important;
    height: 60px !important;
  }
  .section__info .slick-dotted.slick-slider {
    margin-bottom: 66px !important;
  }
  .section__info .slick-dots {
    bottom: -32px !important;
  }
  .section__info .wedding__btn__box {
    margin-bottom: 10px;
  }
  .section__info .wedding__btn__box a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section__info .wedding__btn__box a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 23px;
    background-image: url(/wp-content/themes/arluis/assets/images/fair-cp/100off/common/free_point.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
  }
  .other__listItem .btn {
    width: 110px;
    display: none;
  }
  .section__bnr {
    margin: 20px 32px 0 32px;
  }
  .section__bnr img {
    width: 100%;
  }
}
