@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover, a:active {
  outline: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

body, select, input, textarea {
  color: #333;
}

a {
  color: #03f;
}

a:hover {
  color: #69f;
}

/* ::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;} */
strong {
  font-weight: bold;
}

.nomargin {
  margin: 0 !important;
}

.noborder {
  border: 0 !important;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.clearboth {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

img.alignleft, .floatleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.alignright, .floatright {
  float: right;
  margin: 0 0 10px 10px;
}

/* 構築用スタンダードCSS */
.bold {
  font-weight: bold;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

img {
  width: 100%;
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media (max-width: 1079px) {
  .inner {
    padding: 0 20px;
  }
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
a:hover {
  color: #333;
  opacity: 0.7;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  display: block;
  background: #fff;
}

.header-inner {
  padding: 0 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1079px) {
  .header-inner {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    height: 50px;
    line-height: 50px;
  }
}

.header-nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav__list {
  display: flex;
}

.header-nav__item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 74px;
  height: 74px;
}
@media (max-width: 1079px) {
  .header-nav__item a {
    font-size: 12px;
  }
}
.header-nav__item:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 1079px) {
  .header-nav__item:not(:first-child) {
    margin-left: 25px;
  }
}

.header-btn {
  margin-left: 40px;
}
@media (max-width: 1079px) {
  .header-btn {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .header-btn {
    margin: 15px 0 0;
    text-align: center;
  }
}
.header-btn a {
  font-size: 14px;
  padding: 12px 30px 12px 55px;
  border-radius: 22px;
  background: #DB2433;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .header-btn a {
    font-size: 12px;
    padding: 10px 20px 10px 40px;
  }
}

.header-btn__icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  width: 13px;
  left: 35px;
}
@media (max-width: 767px) {
  .header-btn__icon {
    left: 20px;
  }
}

.footer {
  background: rgba(219, 36, 51, 0.05);
  padding: 40px 0 15px;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 10px;
  }
}
.footer .footer-logo a,
.footer .footer-item a {
  border-bottom: none;
  color: #333;
}

.footer-logo {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.footer-list {
  display: flex;
  margin: 40px 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-list {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}

.footer-item:not(:first-child) {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .footer-item:not(:first-child) {
    margin: 10px 0 0;
  }
}

.copyright {
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}

.c-ttl {
  font-size: 36px;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .c-ttl {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.c-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: #333;
}
@media (max-width: 767px) {
  .c-ttl::after {
    width: 40px;
    height: 1px;
  }
}

.c-btn {
  text-align: right;
}

.c-btn__link {
  padding-right: 40px;
  position: relative;
}
.c-btn__link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 19px;
  height: 19px;
  background: url(../img/arrow-circle.svg) no-repeat center center/contain;
}

.wh-btn__link {
  border-radius: 22px;
  text-align: center;
  padding: 14px 0;
  border: 1px solid #DB2433;
  color: #DB2433;
  line-height: 1;
  width: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .wh-btn__link {
    padding: 11px 0;
  }
}
.wh-btn__link:hover {
  color: #fff;
  background: #DB2433;
  opacity: 1;
}

.c-fv {
  margin-top: 74px;
  position: relative;
}
@media (max-width: 767px) {
  .c-fv {
    margin-top: 50px;
  }
}

.c-fv__img {
  height: 200px;
}
@media (max-width: 767px) {
  .c-fv__img {
    height: 80px;
  }
}
.c-fv__img img {
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-fv__img img {
    height: 80px;
  }
}

.c-fv__ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  font-size: 36px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-fv__ttl {
    font-size: 20px;
    left: 30px;
  }
}

.mv {
  margin-top: 74px;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    margin-top: 50px;
  }
}

.mv-wrap {
  position: absolute;
  top: 11.1111111111vw;
  left: 0;
}
@media (max-width: 1079px) {
  .mv-wrap {
    top: 6.9444444444vw;
  }
}
@media (max-width: 767px) {
  .mv-wrap {
    top: 23px;
  }
}

.mv-ttl {
  font-size: 48px;
}
@media (max-width: 1079px) {
  .mv-ttl {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .mv-ttl {
    font-size: 22px;
  }
}
.mv-ttl span {
  background: #DB2433;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 5px 25px;
}
@media (max-width: 767px) {
  .mv-ttl span {
    padding: 5px 15px;
  }
}
.mv-ttl span:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 1079px) {
  .mv-ttl span:not(:first-child) {
    margin-top: 10px;
  }
}

.mv-sub {
  font-size: 26px;
  background: #DB2433;
  color: #fff;
  margin-top: 100px;
  padding: 8px 25px;
  width: fit-content;
}
@media (max-width: 1079px) {
  .mv-sub {
    font-size: 16px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .mv-sub {
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 15px;
  }
}

.news {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .news {
    padding-top: 40px;
  }
}

.news-wrap {
  margin: 20px auto 0;
  max-width: 900px;
}
@media (max-width: 767px) {
  .news-wrap {
    margin: 15px auto 0;
  }
}

.news-item {
  border-bottom: 1px solid #CAC8C8;
}

.news-itemLink {
  padding: 30px 20px 30px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .news-itemLink {
    padding: 15px 35px 15px 0;
  }
}
.news-itemLink::after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 0;
  width: 8px;
  height: 15px;
  background: url(../img/arrow-cl-r.svg) no-repeat center center/contain;
}

.news-ttl {
  margin-top: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .news-ttl {
    margin-top: 10px;
  }
}

.news-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-btn {
    margin-top: 15px;
  }
}

.about {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .about {
    margin-top: 40px;
  }
}

.about-wrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about-wrap {
    margin-top: 25px;
  }
}

.about-txt {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .about-txt {
    font-size: 13px;
  }
}

.about-list {
  margin-top: 60px;
  border: 2px solid #333;
  padding: 50px 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  .about-list {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .about-list {
    margin-top: 30px;
    display: block;
    padding: 20px;
    border: 1px solid #333;
  }
}

.about-item {
  text-align: center;
}
.about-item:not(:first-child) {
  margin-left: 50px;
}
@media (max-width: 1079px) {
  .about-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .about-item:not(:first-child) {
    margin: 20px 0 0;
  }
}

.about-num {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .about-num {
    font-size: 20px;
  }
}

.about-heading {
  font-size: 24px;
  padding: 10px 0 20px;
  border-bottom: 2px solid #333;
}
@media (max-width: 1079px) {
  .about-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-heading {
    padding: 5px 0 10px;
    border-bottom: 1px solid #333;
  }
}

.about-item__txt {
  font-weight: 500;
  margin-top: 25px;
  line-height: 1.7;
}
@media (max-width: 1079px) {
  .about-item__txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .about-item__txt {
    margin-top: 10px;
  }
}

.use {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .use {
    margin-top: 40px;
  }
}

.use-ttl {
  line-height: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1079px) {
  .use-ttl {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .use-ttl {
    font-size: 16px;
  }
}
.use-ttl::before, .use-ttl::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background: #333;
}
@media (max-width: 767px) {
  .use-ttl::before, .use-ttl::after {
    height: 1px;
  }
}
.use-ttl::before {
  margin-right: 2rem;
}
.use-ttl::after {
  margin-left: 2rem;
}

.use-wrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .use-wrap {
    margin-top: 25px;
  }
}

.use-list {
  display: flex;
  flex-wrap: wrap;
}

.use-item {
  width: calc(33.3333% - 33.3333333333px);
  border: 1px solid #333;
}
.use-item:not(:nth-child(3n+1)) {
  margin-left: 50px;
}
@media (max-width: 1079px) {
  .use-item:not(:nth-child(3n+1)) {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .use-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.use-item:nth-child(n+4) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .use-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 1079px) {
  .use-item {
    width: calc(33.3333% - 16.6666666667px);
  }
}
@media (max-width: 767px) {
  .use-item {
    width: calc(50% - 7.5px);
  }
  .use-item:not(:nth-child(2n+1)) {
    margin-left: 15px;
  }
  .use-item:nth-child(n+3) {
    margin-top: 25px;
  }
}

.use-txt {
  padding: 13px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .use-txt {
    font-size: 12px;
    padding: 10px 0;
  }
}

.swiper {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .swiper {
    margin-top: 40px;
  }
}
.swiper .swiper-slide-active {
  transform: scale(1.25);
}
@media (max-width: 767px) {
  .swiper .swiper-slide-active {
    transform: scale(1.35);
  }
}

.swiper-slide {
  transition: 0.7s;
  /* ゆっくり小さくさせる */
  padding: 60px 0;
}
@media (max-width: 767px) {
  .swiper-slide {
    padding: 20px 0;
  }
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}

.swiper-button-next,
.swiper-button-prev {
  width: 4.8611111111vw;
  height: 4.8611111111vw;
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 6.25vw;
    height: 6.25vw;
    top: 50%;
    transform: translateY(10px);
  }
}

.swiper-button-next {
  right: 20.4861111111vw;
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 11.8055555556vw;
  }
}

.swiper-button-prev {
  left: 20.4861111111vw;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 11.8055555556vw;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 4.8611111111vw;
  height: 4.8611111111vw;
  margin: auto;
}
@media (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 6.25vw;
    height: 6.25vw;
  }
}

.swiper-button-next::after {
  background: url(../img/arrow-box-r.svg);
}

.swiper-button-prev::after {
  background: url(../img/arrow-box-l.svg);
}

.price {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .price {
    margin: 40px 0;
  }
}

.price-wrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .price-wrap {
    margin-top: 25px;
  }
}

.price-img02 {
  width: 80%;
  margin: 0 auto;
}

.price-btn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .price-btn {
    margin-top: 15px;
  }
}

.price-btn__link {
  max-width: 240px;
}
@media (max-width: 767px) {
  .price-btn__link {
    max-width: 190px;
  }
}

.price-content {
  max-width: 720px;
  margin: 0 auto;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  table-layout: fixed;
}
.price-table th,
.price-table td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #333;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .price-table th,
  .price-table td {
    font-size: 11px;
    padding: 7px 0;
  }
}
.price-table th:first-child,
.price-table td:first-child {
  width: 270px;
}
@media (max-width: 767px) {
  .price-table th:first-child,
  .price-table td:first-child {
    width: 30%;
  }
}
.price-table th,
.price-table .first {
  background: #333;
  color: #fff;
  vertical-align: middle;
}
.price-table td {
  background: #F1F1F1;
}
.price-table .wh-left {
  border-right: 1px solid #fff;
}
.price-table .wh-bottom {
  border-bottom: 1px solid #fff;
}

.price-txt {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .price-txt {
    font-size: 12px;
  }
}

.base-ttl {
  margin: 20px 0 30px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .base-ttl {
    font-size: 20px;
    margin: 40px 0 15px;
  }
}

.base-item:not(:first-child) {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .base-item:not(:first-child) {
    margin-top: 25px;
  }
}

.base-heading {
  font-size: 32px;
}
@media (max-width: 767px) {
  .base-heading {
    font-size: 16px;
  }
}

.base-sub {
  margin-top: 20px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .base-sub {
    margin-top: 10px;
    font-size: 13px;
  }
}

.base-img {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .base-img {
    width: 100%;
    margin-top: 15px;
  }
}

.base-img__single {
  width: 50%;
}

.base-img__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .base-img__list {
    display: block;
  }
}

.base-img__item {
  width: calc(50% - 25px);
  transition: all 0.3s ease 0s;
}
.base-img__item:hover {
  opacity: 0.7;
}
.base-img__item:not(:nth-child(2n+1)) {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .base-img__item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
.base-img__item:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .base-img__item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .base-img__item {
    width: 100%;
  }
  .base-img__item:not(:first-child) {
    margin-top: 10px;
  }
}

.base-actual {
  margin-top: 40px;
}

.base-actual__img {
  width: 75%;
}

.reserve {
  margin: 80px 0;
  padding: 40px 0 60px;
  background: url(../img/bg-reserve.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .reserve {
    margin: 50px 0;
    padding: 20px 0;
  }
}

.reserve-wrap {
  text-align: center;
}

.reserve-ttl {
  font-size: 51px;
}
@media (max-width: 767px) {
  .reserve-ttl {
    font-size: 24px;
  }
}

.reserve-txt {
  margin-top: 10px;
}

.reserve-btn {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .reserve-btn {
    margin: 15px 0;
  }
}
.reserve-btn a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #DB2433;
  border-radius: 38px;
  padding: 22px 0;
  width: 440px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .reserve-btn a {
    font-size: 16px;
    padding: 10px 0;
    width: 280px;
  }
}
.reserve-btn a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 17px;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
  background: url(../img/arrow-wh-r.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .reserve-btn a::after {
    width: 6px;
    height: 12px;
    right: 40px;
  }
}

.reserve-cnt__btnIcon {
  position: absolute;
  width: 19px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  left: 85px;
}
@media (max-width: 767px) {
  .reserve-cnt__btnIcon {
    width: 16px;
    left: 30px;
  }
}

.reserve-cnt {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #fff;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px 0;
}
@media (max-width: 767px) {
  .reserve-cnt {
    display: block;
    padding: 15px 0 20px;
    border: 1px solid #fff;
  }
}

.reserve-cnt__txt {
  font-size: 24px;
  font-weight: bold;
  padding-left: 42px;
  position: relative;
}
@media (max-width: 767px) {
  .reserve-cnt__txt {
    font-size: 18px;
    width: fit-content;
    margin: 0 auto;
    padding-left: 20px;
  }
}
.reserve-cnt__txt::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon-balloon.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .reserve-cnt__txt::after {
    width: 19px;
    height: 18px;
    left: -5px;
  }
}

.reserve-cnt__btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .reserve-cnt__btn {
    margin: 15px 0 0;
  }
}

.reserve-cnt__btnLink {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .reserve-cnt__btnLink {
    max-width: 175px;
  }
}

.qa {
  margin: 100px 0 85px;
}
@media (max-width: 767px) {
  .qa {
    margin: 50px 0 40px;
  }
}

.qa-wrap {
  max-width: 575px;
  margin: 0 auto;
}

.qa-btn {
  position: relative;
}

.qa-img img {
  border-radius: 16px;
}

.qa-ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .qa-ttl {
    font-size: 18px;
  }
}
.qa-ttl h2 {
  padding-right: 40px;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .qa-ttl h2 {
    padding-right: 30px;
  }
}
.qa-ttl h2::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 29px;
  height: 29px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .qa-ttl h2::after {
    width: 17px;
    height: 17px;
  }
}

.flow-wrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .flow-wrap {
    margin-top: 25px;
  }
}

.flow-list {
  display: flex;
}
@media (max-width: 767px) {
  .flow-list {
    flex-wrap: wrap;
  }
}

.flow-item {
  width: calc(25% - 37.5px);
  border: 1px solid #ADADAD;
  padding: 25px 20px;
}
.flow-item:not(:first-child) {
  margin-left: 50px;
  position: relative;
}
@media (max-width: 1079px) {
  .flow-item:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .flow-item:not(:first-child) {
    margin-left: 0;
  }
}
.flow-item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 30px;
  height: 27px;
  background: url(../img/arrow_bk_r.svg) no-repeat center center/contain;
}
@media (max-width: 1079px) {
  .flow-item:not(:first-child)::after {
    width: 23px;
    height: 20px;
    left: -28px;
  }
}
@media (max-width: 767px) {
  .flow-item:not(:first-child)::after {
    content: none;
  }
}
@media (max-width: 1079px) {
  .flow-item {
    width: calc(25% - 22.5px);
    padding: 25px 15px;
  }
}
@media (max-width: 767px) {
  .flow-item {
    width: calc(50% - 10px);
    padding: 15px;
  }
  .flow-item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .flow-item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.flow-heading {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .flow-heading {
    font-size: 16px;
  }
}

.flow-img {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .flow-img {
    margin: 15px 0;
  }
}
.flow-img img {
  border-radius: 50%;
  border: 2px solid #333;
}

.flow-txt {
  font-weight: 500;
  text-align: justify;
}

.contact {
  padding-top: 80px;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .contact {
    margin: 40px 0;
  }
}

.cnt-wrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cnt-wrap {
    margin-top: 25px;
  }
}

.cnt-heading {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .cnt-heading {
    font-size: 14px;
  }
}

.cnt-form {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cnt-form {
    margin-top: 25px;
  }
}

.cnt-item {
  display: flex;
}
@media (max-width: 767px) {
  .cnt-item {
    display: block;
  }
}
.cnt-item:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cnt-item:not(:first-child) {
    margin-top: 25px;
  }
}

.cnt-item__ttl {
  font-size: 20px;
  width: 325px;
  position: relative;
  padding-left: 90px;
  line-height: 1;
  margin-top: 21px;
}
@media (max-width: 1079px) {
  .cnt-item__ttl {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .cnt-item__ttl {
    font-size: 13px;
    width: 100%;
    padding-left: 50px;
  }
}
.cnt-item__ttl::before {
  position: absolute;
  content: "必須";
  top: 0;
  left: 0;
  padding: 3px 15px;
  border-radius: 13px;
  background: #D3D1D1;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cnt-item__ttl::before {
    font-size: 12px;
    padding: 3px 7px;
    top: -2px;
  }
}

.cnt-item__input {
  width: calc(100% - 325px);
}
@media (max-width: 1079px) {
  .cnt-item__input {
    width: calc(100% - 260px);
  }
}
@media (max-width: 767px) {
  .cnt-item__input {
    width: 100%;
    margin-top: 10px;
  }
}
.cnt-item__input [type=text],
.cnt-item__input [type=tel],
.cnt-item__input [type=email],
.cnt-item__input textarea {
  width: 100%;
  outline: none;
  border: 0.75px solid #333;
  border-radius: 0;
  background: #fff;
  font-size: 20px;
  height: 60px;
  padding: 10px;
}
@media (max-width: 767px) {
  .cnt-item__input [type=text],
  .cnt-item__input [type=tel],
  .cnt-item__input [type=email],
  .cnt-item__input textarea {
    height: 35px;
    font-size: 13px;
  }
}
.cnt-item__input textarea {
  min-height: 160px;
  resize: none;
}

.cnt-footer {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cnt-footer {
    margin: 25px 0;
  }
}
.cnt-footer label [type=checkbox] {
  position: relative;
  top: -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #333;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cnt-footer label [type=checkbox] {
    top: -1px;
  }
}

.cnt-check {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.cnt-check .error {
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media (max-width: 767px) {
  .cnt-check .error {
    bottom: -16px;
  }
}

.cnt-policy__txt {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}

.cnt-submit {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cnt-submit {
    margin-top: 25px;
  }
}
.cnt-submit [type=submit] {
  font-size: 24px;
  border: none;
  background: #333;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  padding: 14px 150px;
}
@media (max-width: 767px) {
  .cnt-submit [type=submit] {
    font-size: 14px;
    padding: 8px 80px;
  }
}

.thanks-txt {
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
}
@media (max-width: 767px) {
  .thanks-txt {
    font-size: 14px;
  }
}

.cnt02 {
  margin: 80px 0;
}

.access {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .access {
    margin-bottom: 50px;
  }
}

.access-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .access-wrap {
    margin-top: 25px;
    display: block;
  }
}

.access-left {
  width: 47%;
}
@media (max-width: 767px) {
  .access-left {
    width: 100%;
  }
}

.access-right {
  width: 63%;
  margin-left: 45px;
}
@media (max-width: 767px) {
  .access-right {
    width: 100%;
    margin: 20px 0 0;
  }
}

.access-txt {
  font-weight: 500;
}
.access-txt:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .access-txt:not(:first-child) {
    margin-top: 15px;
  }
}

.company {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .company {
    margin: 40px 0;
  }
}

.company-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.company-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(223, 36, 51, 0.4);
  line-height: 1.7;
  padding: 35px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .company-item {
    padding: 15px 0;
  }
}
.company-item dt {
  width: 260px;
  padding-left: 90px;
}
@media (max-width: 767px) {
  .company-item dt {
    width: 100px;
    padding-left: 20px;
  }
}
.company-item dd {
  width: calc(100% - 260px);
  padding-left: 10px;
}
@media (max-width: 767px) {
  .company-item dd {
    width: calc(100% - 100px);
  }
}
.company-item:first-child {
  border-top: 2px solid #DF2433;
}
@media (max-width: 767px) {
  .company-item:first-child {
    border-top: 1px solid #DF2433;
  }
}
.company-item:last-child {
  border-bottom: 2px solid #DF2433;
}
@media (max-width: 767px) {
  .company-item:last-child {
    border-bottom: 1px solid #DF2433;
  }
}

.qa01-wrap {
  padding: 50px 0 80px;
}
@media (max-width: 767px) {
  .qa01-wrap {
    padding: 25px 0 40px;
  }
}

.qa01-wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .qa01-wrap {
    margin-top: 0;
  }
}

.qa01-content:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .qa01-content:not(:first-child) {
    margin-top: 30px;
  }
}

.qa01-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.qa01-item:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .qa01-item:not(:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 1079px) {
  .qa01-item {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .qa01-item {
    font-size: 13px;
  }
}

.qa01-q {
  background: #F2F2F2;
  padding: 20px 80px;
  position: relative;
  border: 1px solid #231815;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qa01-q {
    padding: 12px 35px;
  }
}
.qa01-q::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  top: 28px;
  right: 40px;
  background: url(../img/arrow-bk-b.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1079px) {
  .qa01-q::after {
    top: 28px;
  }
}
@media (max-width: 767px) {
  .qa01-q::after {
    width: 14px;
    height: 7px;
    right: 10px;
    top: 20px;
  }
}
.qa01-q.is-open::after {
  transform: rotate(-180deg);
}

.qa01-mark {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background: rgba(223, 36, 51, 0.15);
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1079px) {
  .qa01-mark {
    font-size: 21px;
    top: 17px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .qa01-mark {
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    left: 7px;
    top: 14px;
  }
}

.qa01-a {
  padding: 20px 80px;
  position: relative;
  border: 1px solid #231815;
  border-top: none;
  display: none;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .qa01-a {
    padding: 10px 35px;
    font-size: 13px;
  }
}

.news01 {
  padding: 50px 0 80px;
}
@media (max-width: 767px) {
  .news01 {
    padding: 10px 0 40px;
  }
}

.news02 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .news02 {
    padding: 40px 0;
  }
}

.news02-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .news02-wrap {
    display: block;
  }
}

.news02-left {
  width: 45%;
}
@media (max-width: 767px) {
  .news02-left {
    width: 100%;
    max-width: 380px;
    margin: 20px auto 0;
  }
}

.news02-right {
  width: 55%;
  margin-left: 90px;
}
@media (max-width: 767px) {
  .news02-right {
    width: 100%;
    margin: 20px 0 0;
  }
}

.news02-ttl {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news02-ttl {
    font-size: 16px;
    margin-top: 10px;
  }
}

.news02-txt {
  margin-top: 45px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .news02-txt {
    margin-top: 20px;
    line-height: 1.7;
  }
}

.news02-btn {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .news02-btn {
    margin-top: 25px;
  }
}

.price02 {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .price02 {
    margin: 40px 0;
  }
}

.price02-heading {
  font-size: 36px;
}
@media (max-width: 767px) {
  .price02-heading {
    font-size: 20px;
  }
}

.price02-table__list {
  margin: 40px 0 70px;
}
@media (max-width: 767px) {
  .price02-table__list {
    margin: 20px 0 30px;
  }
}

.price02-table__item {
  max-width: 720px;
}
.price02-table__item:nth-child(4) {
  max-width: 100%;
}
.price02-table__item:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .price02-table__item:not(:first-child) {
    margin-top: 30px;
  }
}

.price02-content {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .price02-content {
    margin-top: 25px;
  }
}

.price02-txt {
  font-size: 24px;
  list-style: disc;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .price02-txt {
    font-size: 13px;
    margin-left: 20px;
  }
}

.price02-wrap {
  margin-bottom: 40px;
}

/*==========================
policy
===============================================================*/
.policy {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .policy {
    margin-top: 60px;
  }
}

.policy-inner {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .policy-inner {
    padding: 0 20px;
  }
}

.policy-ttl {
  font-size: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .policy-ttl {
    font-size: 21px;
  }
}

.policy-body-ttl {
  margin-top: 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .policy-body-ttl {
    margin-top: 20px;
    font-size: 16px;
  }
}

.policy-body-txt {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .policy-body-txt {
    margin-top: 10px;
    font-size: 12px;
  }
}

.policy-lists {
  margin-top: 20px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .policy-lists {
    margin-top: 10px;
    font-size: 12px;
  }
}

.drawer-icon,
.drawer-fixed {
  position: fixed;
  top: 18px;
  right: 20px;
  width: 20px;
  height: 15px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon,
  .drawer-fixed {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon_bar1,
.drawer-fixed.is-active .drawer-icon_bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon_bar2,
.drawer-fixed.is-active .drawer-icon_bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon_bar3,
.drawer-fixed.is-active .drawer-icon_bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon_bars {
  width: 20px;
  height: 15px;
  display: block;
  position: relative;
}

.drawer-icon_bar1,
.drawer-icon_bar2,
.drawer-icon_bar3 {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  border-radius: 5px;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.drawer-icon_bar1.color-change,
.drawer-icon_bar2.color-change,
.drawer-icon_bar3.color-change {
  background: #333;
}

.drawer-icon_bar1 {
  top: 0;
}

.drawer-icon_bar2 {
  top: 7px;
}

.drawer-icon_bar3 {
  top: 14px;
}

.drawer-content {
  width: 100%;
  max-width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #f9f9f9;
  z-index: 299;
  transform: translateX(105%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  padding: 60px 20px 0;
  display: none;
}
.drawer-content.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .drawer-content {
    display: block;
  }
}

.drawer-content-bg {
  z-index: 298;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.drawer-content-bg.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .drawer-content-bg {
    display: block;
  }
}

.drawer-content_items {
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.drawer-logo {
  width: 66px;
  margin: 0 auto 20px;
}

.drawer-content_item {
  font-size: 14px;
  text-align: center;
}
.drawer-content_item a {
  color: #333;
  display: block;
  padding: 10px;
  font-weight: 500;
}

.reserve02 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .reserve02 {
    margin-top: 40px;
  }
}
.reserve02 li:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .reserve02 li {
    font-size: 12px;
  }
}

.reserve02-wrap {
  margin: 50px auto 0;
  max-width: 720px;
}
@media (max-width: 767px) {
  .reserve02-wrap {
    margin: 20px auto 0;
  }
}

.reserve02-heading {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .reserve02-heading {
    font-size: 13px;
  }
}

.reserve02-table {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .reserve02-table {
    margin: 20px 0;
  }
}
.reserve02-table table {
  width: 100%;
  border-collapse: collapse;
}
.reserve02-table table td {
  padding: 10px 5px;
  border: 1px solid #333;
  height: 60px;
  vertical-align: middle;
}

.reserve03 {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .reserve03 {
    margin: 40px 0;
  }
}

.reserve03-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.reserve03-calender,
.entry-content {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .reserve03-calender,
  .entry-content {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .reserve03-txt {
    font-size: 12px;
  }
}

.mtssb-timetable-link {
  margin: 0 auto;
}

.mtssb-daily-action {
  width: 80%;
  margin: 0 auto;
}

.calendar-title {
  display: none;
}

.content-form [type=submit] {
  font-size: 24px;
  border: none;
  background: #333;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  padding: 14px 150px;
}
@media (max-width: 767px) {
  .content-form [type=submit] {
    font-size: 14px;
    padding: 8px 80px;
  }
}

#booking-option-fieldset [type=text],
#booking-option-fieldset textarea,
#booking_client-fieldset [type=text],
#booking_client-fieldset textarea,
#booking-message-fieldset [type=text],
#booking-message-fieldset textarea {
  border: 1px solid rgba(51, 51, 51, 0.6);
  border-radius: 0;
  background: #fff;
}

.mtssb-timetable-name,
.mtssb-timetable-date {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .mtssb-timetable-name,
  .mtssb-timetable-date {
    font-size: 13px;
  }
}

.pagination {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pagination {
    margin: 0 0 50px;
  }
}

.page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.prev::after,
.next::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .prev::after,
  .next::after {
    width: 10px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .prev,
  .next {
    width: 30px;
  }
}

.prev::after {
  background: url(../img/arrow-cl-l.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .prev {
    margin-right: 5px;
  }
}

.next::after {
  background: url(../img/arrow-cl-r.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .next {
    margin-left: 5px;
  }
}

.current {
  position: relative;
}
.current::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
@media (max-width: 767px) {
  .current::after {
    width: calc(100% - 10px);
    bottom: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 150;
}

.modal-window {
  position: absolute;
  width: 36.1111111111vw;
  padding: 4.8611111111vw 2.7777777778vw;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal-window {
    width: 90%;
    padding: 20px 10px;
  }
}

.modal-close {
  position: absolute;
  right: 1.3888888889vw;
  top: 1.3888888889vw;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.modal-close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .modal-close {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
}

.modal-close__bars {
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  position: relative;
}
@media (max-width: 767px) {
  .modal-close__bars {
    width: 15px;
    height: 15px;
  }
}

.modal-close__bar01,
.modal-close__bar02 {
  width: 2.4305555556vw;
  position: absolute;
  border-radius: 6px;
  height: 3px;
  background: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .modal-close__bar01,
  .modal-close__bar02 {
    width: 15px;
  }
}

.modal-close__bar01 {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close__bar02 {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */