@charset "utf-8";
/* CSS Document */
/* BASE */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .t-mode-rwd .l-content-main {
    padding: 0 !important;
  }
}
.article-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 70px 15px;
    position: relative;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.disable {
  pointer-events: none;
  color: #fff;
  background: #c2c2c2;
}
/* section */
section.white {
  background-color: #FFF;
}
section.black {
  background: #333;
  color: #FFF;
}
section.black a {
  color: #FFF;
}
section.black .article-inner {
  padding: 30px 15px 40px;
}
section.sale {
  background: url("../img/img_sale.jpg?250728") center;
  background-size: cover;
}
section.timetable {
  background: url(../img/img_timetable.jpg) center;
  background-size: cover;
  color: #FFF;
}
section.gray {
  background-color: #e6e6e6;
}
section.lead .article-inner {
  background: #FFF;
  width: auto;
  min-height: 500px;
  margin: 0 auto;
  padding: 20px 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.lead .article-inner {
    min-height: 300px;
    padding: 20px;
  }
}
/* H1 */
.m-hdg-lv1 {
  margin: 40px 0 30px;
}
.m-hdg-lv1 .m-hdg {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv1 {
    margin: 14px 0;
  }
  .m-hdg-lv1 .m-hdg {
    font-size: 2rem;
  }
}
/* H2 */
.m-hdg-lv2 .m-hdg {
  font-family: kozuka-mincho-pro, serif;
  font-size: 3.5rem;
  font-weight: bold;
  border: none;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv2 .m-hdg {
    font-size: 2.6rem;
  }
}
/* H3 */
.m-hdg-lv3 .m-hdg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3;
  display: table-cell;
}
.m-hdg-lv3 .m-hdg .m-list-number {
  font-size: 4rem;
  padding-right: 4px;
  white-space: nowrap;
}
.m-hdg-lv3 .m-hdg .m-list-number, .m-list-title {
  display: table-cell;
}
.sub {
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv3 .m-hdg {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .m-hdg-lv3 .m-hdg .m-list-number {
    font-size: 2.5rem;
  }
  .m-hdg-lv3 .m-hdg .sub {
    font-size: 1.2rem;
  }
}
/* H4 */
.m-hdg-lv4 {
  width: 100%;
  margin: 60px 0 30px;
  position: relative;
  display: table;
  border-bottom: 0;
}
.m-hdg-lv4 .m-hdg {
  width: 100%;
  padding: 2px 0 2px 10px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  display: table-cell;
  border-left: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .m-hdg-lv4 {
    margin: 20px 0;
  }
  .m-hdg-lv4 .m-hdg {
    padding: 1px 0 1px 8px;
    font-size: 1.4rem;
    display: block;
    border-left-width: 2px;
  }
}
section.gray .m-hdg-lv4 .m-hdg {
  border-left: 3px solid #333;
}
section.white .m-hdg-lv4 .m-hdg {
  border-left: 3px solid #333;
}
/* Main Visual */
.main-index {
  width: 100%;
  height: auto;
  background: #333;
}
.main-index .main-index_inner {
  text-align: center;
}
.main-index .main-index_inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-index .main-index_inner img {
    height: 100%;
  }
}
/* lead */
section.lead {
  font-family: kozuka-mincho-pro, serif;
  color: #333333;
  position: relative;
  background: url("../img/img_lead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.lead .lead-txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  section.lead .lead-txt {
    font-size: 1.25rem;
  }
}
/* campaign */
section.campaign {
  color: #FFFFFF;
}
.m-grid__content .m-grid__txtaria {
  background-color: #EEE;
  padding: 25px 19px 23px;
  color: #333;
  text-align: center;
  height: 100%;
}
.m-grid__content .m-grid__txtaria p {
  font-size: 1.5rem;
}
.m-footer-social {
  margin: 26px auto 0;
}
.m-grid[data-col="2-1"] {
  overflow: hidden;
}
.blue_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
  .m-grid__content {
    margin-bottom: 30px;
  }
  .m-grid__content:last-child {
    margin-bottom: 0;
  }
}
#campaign .hdg-sec-lv3 {
  text-align: center;
  color: #333;
  margin-bottom: 26px;
}
#campaign .hdg-sec-lv3 h3 {
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
#campaign .hdg-sec-lv3 h3 > span {
  display: inline-block;
}
#campaign .hdg-sec-lv3 + * {
  margin-top: 0 !important;
}
#campaign .m-list-bnr .m-list-bnr__ttl, .m-list-bnr .m-list-bnr__ttl--l {
  display: flex;
  justify-content: center;
  text-align: center;
}
#campaign .m-list-bnr .m-list-bnr__ttl span::before, .m-list-bnr .m-list-bnr__ttl--l span::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #campaign .hdg-sec-lv3 {
    margin-bottom: 30px;
  }
  #campaign .hdg-sec-lv3 h3 {
    font-size: 3.0rem;
    letter-spacing: 0.1rem;
  }
  #campaign .m-list-bnr .m-list-bnr__ttl, .m-list-bnr .m-list-bnr__ttl--l {
    font-size: 1.2rem;
  }
}
/* reserve */
section.reserve {
  background: url("../img/img_footer.jpg") center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section.reserve {}
}
.announce {
  padding: 20px 0;
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.announce > img {
  height: 44px;
  width: auto;
  padding-right: 14px;
}
.announce > p {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 3rem;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .announce {
    margin: 0 40px;
  }
  .announce > img {
    height: 26px;
    width: auto;
    padding-right: 10px;
  }
  .announce > p {
    font-size: 1.8rem;
    padding: 12px 0;
  }
}
.scroll_container {
  width: 100%;
  height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #333;
  font-size: 1.1rem;
  font-family: serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}
.scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #333;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .scroll_container {
    display: none;
  }
}
/* Column 2 */
.m-list-point[data-col="2"] {
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0 0 -20px;*/
  overflow: hidden;
}
.m-list-point[data-col="2"] .m-list-point__content {
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px 20px;
  float: none;
  border: none;
}
.m-list-point[data-col="2"] .m-list-point__content__inner {
  background: #FFF;
}
.m-list-point[data-col="2"] .m-list-point__content__inner .m-list-point__ttl {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #FFF;
  font-size: 2.2rem;
  margin-top: 0;
}
.m-list-point[data-col="2"] .m-list-point__content__inner .m-list-point__ttl img {
  width: 60px;
  height: auto;
  margin-right: 10px;
}
.m-list-point__txt {
  font-size: 1em;
  font-weight: normal;
}
.m-list-point[data-col="2"] .m-list-point__txt__inner {
  padding: 20px;
}
.m-list-point[data-col="2"] .m-list-point__txt__inner p {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* SALE */
.m-coupon__code {
  width: 100%;
  height: auto;
  padding: 4px 20px 16px;
  background-color: #606060;
}
.m-coupon__code p {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-coupon__code {
    padding: 10px;
  }
  .m-coupon__code p {
    font-size: 2rem;
    margin-top: 0;
  }
}
.m-coupon__content .m-coupon__content__inner table th {
  text-align: left;
  vertical-align: top;
  padding-right: 1em;
  position: relative;
  width: 7em;
}
.m-coupon__content .m-coupon__content__inner table th:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.weekly_day p {
  font-size: 1.6rem;
}
.m-grid-idx__content__inner {
  padding: 12px;
  border-color: #333;
}
.m-media-l, .m-media-r {
  margin-top: 10px;
}
/* TIMETABLE */
section.timetable tbody {
  color: #333;
}
/*検証*/
.m-grid[data-type="dp"] .m-grid__content, .m-grid[data-col="2-1"] .m-grid__content {
  width: 50%;
  margin-bottom: 20px;
}
.m-grid__content__inner {
  border: 1px solid #6e6e6e;
}
.m-grid[data-type="dp"] .m-grid__content__inner {
  background-color: #FFF;
  border: none;
}
@media print, screen and (max-width: 767px) {
  .m-grid[data-type="dp"] .m-grid__content, .m-grid[data-col="2-1"] .m-grid__content {
    width: 100%;
  }
}
.coupon2-code-wrap {
  text-align: center;
  margin-top: 10px;
  padding: 16px 10px 22px;
  color: #333;
  background: #dddddd;
}
.coupon2-code-wrap p {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}
.coupon2-code {
  font-weight: bold;
}
.coupon2-copy-btn {
  margin-top: 10px;
}
.coupon2-copy-btn a {
  display: block;
  max-width: 280px;
  margin: auto;
  padding: 12px;
  color: #fff;
  background: #000000;
  text-align: center;
  border-radius: 3px;
}
.coupon2-copy-btn a:hover, .coupon2-copy-btn a:focus {
  text-decoration: none;
}
.js-copybtn {
  cursor: pointer;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.2;
}
.js-copybtn:hover {
  opacity: 0.5;
}
.coupon-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000001;
  overflow-y: auto;
}
.coupon-modal-bg {
  cursor: pointer;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
}
.coupon-modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
}
.coupon-modal-close a {
  display: block;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #333;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: center;
}
.coupon-modal-close a:hover, .coupon-modal-close a:focus {
  opacity: 1;
}
.coupon-modal-close a:hover {
  transform: scale(1.1);
}
.coupon-modal-close a:before, .coupon-modal-close a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 50%;
  margin: auto;
  background: #fff;
}
.coupon-modal-close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.coupon-modal-close a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.coupon-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 92%;
  max-width: 440px;
  height: 100%;
  max-height: 140px;
  padding: 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px #c4c4c4;
  box-shadow: 0 0 12px #c4c4c4;
}
@media print, screen and (min-width: 768px) {
  .coupon-modal-content {
    border-radius: 10px;
  }
}
@media screen and (max-width: 359px) {
  .coupon-modal-close {
    top: -30px;
  }
}
.coupon-modal-title {
  line-height: 1.7;
}
.coupon-modal-code {
  margin-top: 5px;
  font-size: 30px;
  font-size: 3rem;
}
.coupon-modal-code:before {
  content: "「";
}
.coupon-modal-code:after {
  content: "」";
}
.invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 0;
  height: 0;
  margin: -1px;
  padding: 0;
  border: 0
}
.m-accordion-type2 .m-accordion__icn::before, .m-accordion-type2 .m-accordion__icn::after {
  background-color: #FFF;
}
.m-box-news {
  width: 100%;
  max-height: 170px;
  overflow-y: scroll;
  padding: 35px;
  margin-bottom: 20px;
  border: 1px solid #333;
}
.m-box-news > *:first-child {
  margin-top: 0;
}
.m-box-news .m-list-topics__date {
  color: #333333;
}
.m-list-topics__txt a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .m-box-news {
    max-height: 170px;
    padding: 15px 10px;
  }
}
/* 20250829追加 */
#campaign .m-accordion-type2 .m-accordion__icn::before, #campaign .m-accordion-type2 .m-accordion__icn::after {
  background-color: #333;
}
/* 20251010追加 */
.campaign-end {
  pointer-events: none;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.campaign-end::before {
  content: 'キャンペーンは終了いたしました。';
  color: #333;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 3.8rem;
  font-weight: 600;
  z-index: 100;
}
.campaign-end::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .75);
}
@media screen and (max-width: 767px) {
  .campaign-end::before {
    font-size: 2rem;
  }
}

/* 20251021追加 */
.article-inner[data-type="service"] {
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 15px;
  position: relative;
}

.m-list-bnr[data-col="3"] p {
  font-family: kozuka-mincho-pro, serif;
}

/* 20251031追加 */
.disable {
 pointer-events: none;
 position: relative;
 width: 100%;
 justify-content: center;
 align-items: center;
}
.disable::before {
 content: '配布は終了いたしました。';
 color: #333;
 text-align: center;
 position: absolute;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 font-size: 3.8rem;
 font-weight: 600;
 z-index: 100;
}
.disable::after {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(255, 255, 255, .75);
}

@media screen and (max-width: 767px) {
 .disable2::before {
  font-size: 2.5rem;
 }
}