@charset "UTF-8";
.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .hero {
    flex-direction: row-reverse;
  }
}
@media (max-width: 834px) {
  .hero {
    flex-direction: row-reverse;
    margin-top: 70px;
  }
}
@media (max-width: 599px) {
  .hero {
    flex-direction: row-reverse;
    margin-top: 70px;
    height: 80svh;
  }
}

.hero .hero-container {
  width: 100%;
  height: 100svh;
  position: relative;
}

.hero-side {
  height: 100%;
}

.left {
  flex: 3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100svh;
  z-index: 2;
  background: linear-gradient(
    111deg,
    #707070 0%,
    #707070 20%,
    #ffffff 20%,
    #ffffff 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (max-width: 1399px) {
  .left {
    background: linear-gradient(
      111deg,
    #707070 0%,
    #707070 14%,
    #ffffff 14%,
    #ffffff 19%,
    rgba(0, 0, 0, 0) 19%,
    rgba(0, 0, 0, 0) 100%
    );
  }
}
@media (max-width: 834px) {
  .left {
    background: linear-gradient(
      290deg,
      #707070 0%,
      #707070 20%,
      #ffffff 20%,
      #ffffff 25%,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
@media (max-width: 599px) {
  .left {
    background: linear-gradient(
      290deg,
      #707070 0%,
      #707070 25%,
      #ffffff 25%,
      #ffffff 30%,
      rgba(0, 0, 0, 0) 30%,
      rgba(0, 0, 0, 0) 100%
    );
    height: 80svh;
  }
}

.right {
  flex: 7;
  background-image: url("/img/hero.png");
  background-size: cover;
  background-position: 10vw;
  position: relative;
  right: 0;
  height: 100svh;
  z-index: 1;
}
@media (max-width: 1399px) {
  .right {
    background-image: url("/img/hero.png");
    position: absolute;
    left: -1px;
    height: 100svh;
    background-position: 150px;
  }
}
@media (max-width: 1024px) {
  .right {
    background-image: url("/img/hero.png");
    position: absolute;
    height: 55svh;
  }
}
@media (max-width: 834px) {
  .right {
    background-image: url("/img/fv-sp\ \(1\).png");
    position: absolute;
    right: 0;
    top: 0;
    /* left: -130px; */
    height: 55svh;
    background-position: left; 
  }
}
@media (max-width: 599px) {
  .right {
    background-image: url("/img/fv-sp\ \(1\).png");
    position: absolute;
    right: 0;
    left: -135px;
    height: 45svh;
    /* background-position-x: 45%; */
  }
}
@media (max-width: 599px) {
  .right {
    right: 0;
    left: 0;
  }
}

.hero-title-box {
  position: absolute;
  bottom: 30%;
  left: 6%;
  color: #ffffff;
  text-align: left;
  z-index: 3;
}
@media (max-width: 1024px) {
  .hero-title-box {
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
}

@media (max-width: 599px) {
  .hero-title-box {
    bottom: 0%;
    left: 0;
    margin-left: 0;
  }
  .hero-title-box h1 {
    margin-left: 15px;
  }
  .hero .hero-container {
    height: 80svh;
  }
}
.hero-title-box .hero-title {
  text-align: left;
  color: #222222;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
.hero-title-box .hero-title div {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  background-color: #fff;
  letter-spacing: 2px;
  padding: 0 10px;
}
.hero-title-box .hero-title span {
  color: #db0000;
}

.hero-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px 10px;
  background-color: #f7f7f7;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.hero-subtitle img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.hero-subtitle span span {
  background-color: #000000;
}

.hero-subtitle-last {
  display: flex;
  /* align-items: baseline; */
  align-items: center; /* 1日変更 */
}
/* 1日変更 */
.hero-subtitle-last .hero-subtitle-outer-pc img {
  width: 192px;
  height: auto;
}
/* 1日変更 */
.hero-subtitle-last .hero-subtitle-outer-sp {
  display: none;
  /* color: #222222;
  font-size: 24px;
  font-weight: bold; */
}

.hero-title-box .hero-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.hero-title-box .hero-title div {
  font-size: 50px;
  font-weight: 900;
  background-color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .hero-title-box .hero-title div {
    font-size: 7.5vw;
    letter-spacing: normal;
  }
}
@media (max-width: 360px) {
  .hero-title-box .hero-title div {
    font-size: 7vw;
    letter-spacing: normal;
  }
}
.hero-title-box .hero-title span {
  color: #db0000;
}
@media (max-width: 599px) {
  .hero-title-box .mb-class {
    width: 95vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .hero-title-box .mb-class > :first-child {
    margin-right: 5px;
  }
  .hero-title-box .hero-subtitle {
    display: flex;
    justify-content: unset;
    align-items: unset;
    background-color: #f7f7f7;
    padding: 3px;
    margin-bottom: 5px;
    width: 47vw;
    font-size: 16px;
  }
  .hero-title-box .hero-subtitle img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 3px;
  }
  .hero-title-box .hero-subtitle-last {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .hero-title-box .hero-subtitle-last .hero-subtitle {
    background-color: #f7f7f7;
    padding: 2px;
  }
  .hero-title-box .hero-subtitle-last .hero-subtitle img {
    margin-right: 8px;
  }
  /* 1日変更 */
  .hero-title-box .hero-subtitle-last .hero-subtitle-outer-pc {
    display: none;
  }

  .hero-title-box .hero-subtitle-last .hero-subtitle-outer-sp {
    display: inline-block; /* 1日変更  */
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
  }
}

.about {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.about .about-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .about .about-container {
    justify-content: center;
  }
}
@media screen and (max-width: 1160px) {
  .about .about-container {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .about .about-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.about .about-img {
  margin-right: 80px;
}
@media screen and (max-width: 1140px) {
  .about .about-img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 860px) {
  .about .about-img {
    margin-right: 0;
  }
}
.about .about-img img {
  width: 610px;
  height: 336px;
}
@media (max-width: 599px) {
  .about .about-img img {
    width: 335px;
    height: auto;
  }
}
.about .about-desc-box {
  width: 510.5px;
}
@media screen and (max-width: 1220px) {
  .about .about-desc-box {
    width: 40vw;
  }
}
@media screen and (max-width: 1160px) {
  .about .about-desc-box {
    width: 75vw;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .about .about-desc-box {
    width: 90vw;
  }
}
/* .about .about-desc-box .about-heading {
  width: 480px;
} */
@media (max-width: 599px) {
  .about .about-desc-box .about-heading {
    width: 90vw;
    margin: 2svh 0 0 0;
  }
}
.about .about-desc-box h3 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .about .about-desc-box h3 {
    font-size: 18px;
  }
}

.about-card-box {
  width: 70%;
  background-color: #ffffff;
  position: relative;
  margin: 55px auto 0;
}
@media (max-width: 1024px) {
  .about-card-box {
    width: 90%;
    height: auto;
  }
}
.about-card-box h3 {
  text-align: center;
}
.about-card-box span {
  font-size: 26px;
  padding: 0.4em 1.5em;
  background-color: #222222;
  border-bottom: 3px solid #db0000;
  color: #ffffff;
}
@media (max-width: 599px) {
  .about-card-box span {
    display: block;
    font-size: 20px;
    width: 90vw;
    padding: 10px 0;
  }
}
.about-card-box .about-card-box-inner {
  padding: 3em 5em;
  display: flex;
  justify-content: center;
}
@media (max-width: 599px) {
  .about-card-box .about-card-box-inner {
    padding: 0 1em 1em;
    flex-direction: column;
    align-items: center;
  }
}
.about-card-box .about-card-box-inner .about-card {
  width: 360px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-card-box .about-card-box-inner .about-card img {
  width: 100%;
}
/* @media (max-width: 834px) {
  .about-card-box .about-card-box-inner .about-card img {
    width: 80vw;
  }
} */
@media (max-width: 599px) {
  .about-card-box .about-card-box-inner .about-card img {
    width: 290px;
    height: 193px;
  }
}
.about-card-box .about-card-box-inner .about-card.first {
  margin-right: 60px;
}
@media (max-width: 834px) {
  .about-card-box .about-card-box-inner .about-card.first {
    margin-right: 35px;
  }
}
@media (max-width: 599px) {
  .about-card-box .about-card-box-inner .about-card.first {
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.about-card-box .about-card-box-inner .about-card .card-heading {
  margin: 12px auto 0;
  text-align: center;
  color: #db0000;
}
.about-card-box .about-card-box-inner .about-card .card-heading h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .about-card-box .about-card-box-inner .about-card .card-heading h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about-card-box .about-card-box-inner .about-card p {
  font-size: 16px;
}
@media (max-width: 599px) {
  .about-card-box .about-card-box-inner .about-card p {
    width: 78vw;
  }
}
@media (max-width: 360px) {
  .about-card-box .about-card-box-inner .about-card {
    margin: 3svh auto;
    width: 80vw;
  }
  .about-card-box .about-card-box-inner .about-card img {
    width: 100%;
  }
}

.company {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(115deg, #ffffff 70%, #bfbfbf 70%);
}

.heading-container {
  padding: 0;
}

.company-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .company-container {
    justify-content: center;
  }
}
@media (max-width: 1160px) {
  .company-container {
    flex-direction: column-reverse;
    align-items: end;
  }
}
@media (max-width: 360px) {
  .company-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .company-container .company-img {
    margin: 0 auto;
  }
}
.company-container .company-img img {
  width: 610px;
  height: auto;
}
@media (max-width: 360px) {
  .company-container .company-img img {
    width: 80vw;
    margin: 30px 0 0 50px;
  }
}
.company-container .company-desc-box {
  margin-right: 80px;
  width: 35%;
}
@media (max-width: 1160px) {
  .company-container .company-desc-box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .company-container .company-desc-box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .company-container .company-desc-box {
    margin: 0 auto;
  }
}
.company-container .company-desc-box .company-desc p {
  font-weight: bold;
}
@media (max-width: 360px) {
  .company-container .company-desc-box .company-desc {
    width: 80vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 1160px) {
  .company-container .company-img img {
    width: 85vw;
    margin: 30px 0 0 50px;
  }
}

.service {
  padding: 50px 0;
  background: linear-gradient(to right, #222222, #464646);
}
.service .section-heading {
  color: #ffffff;
}
.service .service-card-box {
  margin: 0 0 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 930px) {
  .service .service-card-box {
    flex-direction: column;
    align-items: center;
  }
}
.service .service-card-box .service-card {
  width: 420px;
  height: 488px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}
.service .service-card-box .service-card img {
  width: 230px;
  height: 230px;
}
@media (max-width: 599px) {
  .service .service-card-box .service-card img {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 930px) {
  .service .service-card-box .service-card {
    width: 80vw;
  }
}
.service .service-card-box .service-card .card-number {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 80px;
  height: 80px;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .service-card-box .service-card .card-number span {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 599px) {
  .service .service-card-box .service-card .card-number {
    width: 59px;
    height: 59px;
  }
}
.service .service-card-box .service-card.first {
  margin-right: 40px;
}
@media (max-width: 930px) {
  .service .service-card-box .service-card.first {
    margin-right: 0;
    margin-bottom: 40px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.service .service-card-box .service-card .card-heading {
  margin: 10px auto;
  text-align: center;
  color: #db0000;
}
.service .service-card-box .service-card .card-heading span {
  display: inline-block;
}
.service .service-card-box .service-card .card-heading h3 {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .service .service-card-box .service-card .card-heading h3 {
    font-size: 18px;
  }
}

/* priceセクション */
.price {
  position: relative;
  padding: 80px 0;
  background-color: #bfbfbf;
  background: linear-gradient(115deg, #bfbfbf 10%, #ffffff 10%);
}
.price .price-table-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-table {
  width: 80%;
  margin: 0 auto;
  max-width: 630px;
}
.price .price-table-box .price-table table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .price {
    padding: 50px 0;
    background: linear-gradient(115deg, #bfbfbf 26%, #ffffff 10%);
  }
  .price .price-table-box .price-table table {
    width: 100%;
  }
}
.price .price-table-box .price-table table .table-heading {
  background-color: #222222;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
}
@media (max-width: 599px) {
  .price .price-table-box .price-table table .table-heading {
    font-size: calc((100vw - 320px) / 140 + 16px);
    padding: 10px 5px;
  }
}
.price .price-table-box .price-table table tbody tr {
  border-bottom: 1px solid #aaaaaa;
}
.price .price-table-box .price-table table tbody td {
  font-size: 20px;
  font-weight: bold;
  padding: 16px;
}
.price .price-table-box .price-table table tbody td.td-minute {
  width: 60%;
}
@media (max-width: 599px) {
  .price .price-table-box .price-table table tbody td.td-minute {
    width: 40%;
    padding-left: 30px;
    font-size: 16px;
    padding: 5px 20px;
    background-color: #fff;
  }
}
.price .price-table-box .price-table table tbody td.td-price {
  font-size: 24px;
  font-weight: bold;
  background-color: #fff5f5;
  text-align: end;
}
@media (max-width: 599px) {
  .price .price-table-box .price-table table tbody td.td-price {
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
  }
}
.price .price-table-box .price-table table tbody td.td-price span {
  font-size: 16px;
  font-weight: normal;
}
.price .price-table-box .price-table.second {
  margin-top: 30px;
}
/* 30日追加 */
.price .price-table-box .price-table-bottm-text {
  width: 80%;
  /* margin: 0 auto; */
  margin: 10px auto 0; /* 31日追加 */
  max-width: 630px;
}
@media (max-width: 599px) {
  .price .price-table-box .price-table-bottm-text p {
    /* font-size: calc((100vw - 320px) / 140 + 12px); */
    font-size: 14px; /* 31日変更 */
  }
}

.profile {
  background-color: #f5f5f5;
  padding: 80px 0;
}
@media (max-width: 599px) {
  .profile {
    padding: 50px 0;
  }
  .profile .heading-container {
    padding: 0;
  }
}
.profile .profile-container {
  display: flex;
  justify-content: center;
}
.profile .profile-container .profile-wrap {
  display: flex;
  justify-content: center;
  width: 880px;
}
@media (max-width: 860px) {
  .profile .profile-container .profile-wrap {
    width: 80%;
    flex-direction: column;
    align-items: center;
  }
}
.profile .profile-container .profile-wrap .profile-item.img {
  margin-right: 40px;
  width: 230px;
}
@media (max-width: 860px) {
  .profile .profile-container .profile-wrap .profile-item.img {
    margin: 30px 0;
  }
}
.profile
  .profile-container
  .profile-wrap
  .profile-item.img
  .representative-photo {
  width: 230px;
  height: 276px;
}
.profile .profile-container .profile-wrap .profile-item.desc {
  width: 70%;
}
@media (max-width: 860px) {
  .profile .profile-container .profile-wrap .profile-item.desc {
    width: 80vw;
  }
}
.profile .profile-container .profile-wrap .profile-item.desc .profile-heading {
  display: flex;
  align-items: center;
}
.profile
  .profile-container
  .profile-wrap
  .profile-item.desc
  .profile-heading
  span {
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
}
.profile
  .profile-container
  .profile-wrap
  .profile-item.desc
  .profile-heading
  h3 {
  font-size: 24px;
  font-weight: bold;
}
.profile .profile-container .profile-wrap .profile-item.desc .delimiter-line {
  margin: 10px 0 20px;
}
.profile .profile-container .profile-wrap .profile-item.desc .profile-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 860px) {
  .profile .profile-container .profile-wrap .profile-item.desc .profile-box {
    flex-direction: column;
  }
}
.profile
  .profile-container
  .profile-wrap
  .profile-item.desc
  .profile-box
  .profile-box-item.ttl {
  background-color: #222222;
  padding: 3px 10px;
  height: -moz-fit-content;
  height: fit-content;
  width: 57px; /* 30日追加 */
}
@media (max-width: 860px) {
  .profile
    .profile-container
    .profile-wrap
    .profile-item.desc
    .profile-box
    .profile-box-item.ttl {
    margin-bottom: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.profile
  .profile-container
  .profile-wrap
  .profile-item.desc
  .profile-box
  .profile-box-item.ttl
  span {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.profile
  .profile-container
  .profile-wrap
  .profile-item.desc
  .profile-box
  .profile-box-item.list
  ul
  li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 30px;
}
.profile
  .profile-container
  .profile-wrap
  .profile-item.desc
  .profile-box
  .profile-box-item.list
  ul
  li::before {
  content: "・";
  color: #db0000;
  font-size: 40px;
  position: absolute;
  left: -5px;
  top: -18px;
}
.profile .msg-container {
  display: flex;
  justify-content: center;
}
.profile .msg-container .msg-box {
  width: 880px;
  display: flex;
}
@media (max-width: 860px) {
  .profile .msg-container .msg-box {
    flex-direction: column;
    align-items: flex-start;
    width: 80vw;
  }
}
.profile .msg-container .msg-box .msg-box-item.ttl {
  background-color: #222222;
  padding: 5px 10px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 860px) {
  .profile .msg-container .msg-box .msg-box-item.ttl {
    margin-bottom: 18px;
  }
}
.profile .msg-container .msg-box .msg-box-item.ttl span {
  display: inline-block;
  width: 5em;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.profile .msg-container .msg-box .msg-box-item.desc {
  padding-left: 20px;
}
@media (max-width: 860px) {
  .profile .msg-container .msg-box .msg-box-item.desc {
    padding-left: 0;
  }
}
.profile .msg-container .msg-box .msg-box-item.desc p {
  margin: 0;
  font-size: 16px;
}

.access {
  position: relative;
  padding: 60px 0;
  background-color: #707070;
  background: linear-gradient(115deg, #ffffff 97%, #707070 90%);
}
.access .wrapper {
  display: flex;
  justify-content: center;
}
.access .wrapper .container {
  width: 80%;
}
@media (max-width: 599px) {
  .access {
    padding: 40px 0 20px;
  }
  .access .wrapper .container {
    width: 90vw;
    display: flex;
    flex-direction: column;
  }
}
.access .wrapper .container .map-address-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 599px) {
  .access .wrapper .container .map-address-container {
    flex-direction: column;
    align-items: center;
  }
}
.access .wrapper .container .map-address-container .map-address-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .access .wrapper .container .map-address-container .map-address-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .googlemap-box {
  margin-right: 40px;
}
@media (max-width: 900px) {
  .access
    .wrapper
    .container
    .map-address-container
    .map-address-wrap
    .googlemap-box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .access
    .wrapper
    .container
    .map-address-container
    .map-address-wrap
    .googlemap-box
    iframe {
    width: 90vw;
    height: 250px;
  }
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box {
  width: 300px;
}
@media (max-width: 900px) {
  .access
    .wrapper
    .container
    .map-address-container
    .map-address-wrap
    .address-box {
    width: 90vw;
  }
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  h3 {
  color: #db0000;
  font-size: 26px;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  p {
  font-size: 16px;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .address-box-item.address {
  margin-bottom: 15px;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .address-box-item.from-station {
  margin-bottom: 15px;
}
/* 30日追加 */
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .address-box-item.arriving-car {
  margin-bottom: 25px;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .address-box-item.arriving-car
  h4 {
  color: #db0000;
  font-size: 16px;
  font-weight: bold;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .phone-box,
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .business-day-box {
  display: flex;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .phone-box
  p:first-child,
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .business-day-box
  p:first-child {
  margin-right: 8px;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .btn-box {
  margin-top: 41px;
}
@media (max-width: 599px) {
  .access
    .wrapper
    .container
    .map-address-container
    .map-address-wrap
    .address-box
    .btn-box {
    display: flex;
    justify-content: center;
  }
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .btn-box
  button {
  width: 252px;
  height: 54px;
  border: 1px solid #222222;
  position: relative;
  font-size: 16px;
  color: #222222;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .btn-box
  button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid #222222;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.5s;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .btn-box
  button:hover {
  border-color: #db0000;
  color: #db0000;
}
.access
  .wrapper
  .container
  .map-address-container
  .map-address-wrap
  .address-box
  .btn-box
  button:hover::after {
  border-color: #db0000;
  right: 15px;
}
.access-desc-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 32px; /* 29日追加 */
}
.access .wrapper .container .access-desc-container {
  width: 880px;
}
.access
  .wrapper
  .container
  .access-desc-container
  .access-desc-heading
  .delimiter-line {
  margin: 10px 0px 30px;
}
@media (max-width: 1024px) {
  .access .wrapper .container .access-desc-container {
    width: 90vw;
  }
}
.access .wrapper .container .access-desc-container .access-desc-heading h4 {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .access .wrapper .container .access-desc-container .access-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.access .wrapper .container .access-desc-container .access-desc-items {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px; /* 29日追加 */
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .access .wrapper .container .access-desc-container .access-desc-items {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0; /* 29日追加 */
  }
}
.access
  .wrapper
  .container
  .access-desc-container
  .access-desc-items
  .access-desc-item {
  width: 285px;
  position: relative;
  margin-bottom: 20px; /* 31日追加 */
}
@media (max-width: 720px) {
  .access
    .wrapper
    .container
    .access-desc-container
    .access-desc-items
    .access-desc-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 10px;
  }
}
.access
  .wrapper
  .container
  .access-desc-container
  .access-desc-items
  .access-desc-item
  .card-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
.access
  .wrapper
  .container
  .access-desc-container
  .access-desc-items
  .access-desc-item
  .card-number
  span {
  font-size: 23px;
  font-weight: bold;
  padding: 0 5px;
  color: #ffffff;
}
.access
  .wrapper
  .container
  .access-desc-container
  .access-desc-items
  .access-desc-item
  .access-desc-item-imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.access
  .wrapper
  .container
  .access-desc-container
  .access-desc-items
  .access-desc-item
  .access-desc-item-imgs
  img {
  width: 260px;
  height: 173px;
}
.access
  .wrapper
  .container
  .access-desc-container
  .access-desc-items
  .access-desc-item
  p {
  /* width: 285px; */
  width: 260px; /* 31日追加 */
  text-align: left;
}
@media (max-width: 720px) {
  .access
    .wrapper
    .container
    .access-desc-container
    .access-desc-items
    .access-desc-item
    .access-desc-item-imgs {
    flex-direction: column;
    align-items: center;
  }
  .access
    .wrapper
    .container
    .access-desc-container
    .access-desc-items
    .access-desc-item
    .access-desc-item-imgs
    img {
    width: 285px;
    height: 173px;
    margin-bottom: 10px;
  }
  /* 31日追加 */
  .access
    .wrapper
    .container
    .access-desc-container
    .access-desc-items
    .access-desc-item
    p {
    width: 285px;
  }
}

.from-to {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #db0000;
}
@media (max-width: 720px) {
  .from-to {
    display: none;
  }
}

.parent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media (max-width: 720px) {
  .from-to-sp {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #db0000;
    border-bottom: 0;
    flex-grow: 1;
    margin: 10px auto 0; /* 29日追加 */
  }
}
.reserve {
  padding: 50px 0;
  background: linear-gradient(to right, #222222, #464646);
}
.reserve.heading-container.reserve {
  padding: 0;
}
.reserve .heading-items.pc {
  display: block;
}
/* 30日コメントアウト */
/* @media (max-width: 360px) {
  .reserve .heading-items.pc {
    display: none;
  }
}
.reserve .heading-items.sp {
  display: none;
}
@media (max-width: 599px) {
  .reserve .heading-items.sp {
    display: block;
  }
} */
.reserve .section-heading {
  color: #ffffff;
}
.reserve .reserve-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .reserve .reserve-box {
    width: 90vw;
    margin: 20px auto;
    align-items: flex-start;
  }
}
.reserve .reserve-box p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .reserve .reserve-box p {
    font-size: calc((100vw - 320px) / 140 + 14px);
  }
}
.reserve .reserve-card-wrapper {
  display: flex;
  justify-content: center;
}
.reserve .reserve-card {
  display: flex;
  padding: 20px 30px;
  justify-content: space-between;
  width: 626px;
  background-color: #ffffff;
}
@media (max-width: 599px) {
  .reserve .reserve-card {
    width: 90vw;
    flex-direction: column;
    align-items: center;
  }
}
.reserve .reserve-card-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserve .reserve-card-contents h3 {
  color: #db0000;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 599px) {
  .reserve .reserve-card-contents {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .reserve .reserve-card-contents {
    margin-bottom: 20px;
  }
}
.reserve .reserve-card-contents.pc {
  display: block;
}
.reserve .reserve-card-contents.pc h3 {
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .reserve .reserve-card-contents.pc {
    display: none;
  }
}
.reserve .reserve-card-contents.sp {
  display: none;
}
@media (max-width: 599px) {
  .reserve .reserve-card-contents.sp {
    display: block;
  }
}

.footer {
  background: linear-gradient(to right, #222222, #464646);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 599px) {
  .footer {
    margin-bottom: 50px;
  }
}
.footer .sns-icons {
  margin: 30px 0 40px;
}
.sns-icons a:hover {
  opacity: 80%;
}
@media (max-width: 599px) {
  .footer .sns-icons {
    margin: 10px 0 40px;
  }
}
.footer .sns-icons img {
  width: 60px;
  height: 60px;
}
.footer .sns-icons img:not(:last-child) {
  margin-right: 20px;
}
.footer .copy {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
}

.phone-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-block img {
  width: 31px;
  height: 41px;
  margin-right: 5px;
}
.phone-block .phone-block-item {
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}
.phone-block .phone-block-item p {
  line-height: 25px;
}
/* 30日変更 */
.phone-block .phone-number {
  margin-bottom: 0;
  /* font-size: 28px; */
  font-size: 30px;
  font-weight: bold;
  /* letter-spacing: 4px; */
  letter-spacing: 0.06em;
  display: inline-block;
  vertical-align: top;
}
.phone-block .business-hours {
  font-size: 14px;
  margin-top: 0;
}
@media (max-width: 599px) {
  .phone-block .business-hours {
    font-size: 14px;
  }
}
.phone-block .business-hours span {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.footer-logo img {
  width: 96px;
  height: 96px;
}

.btn-box {
  margin-top: 5px;
}
.btn-box button {
  width: 258px;
  height: 60px;
  background-color: #db0000;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #ffffff;
  cursor: pointer;
}
.btn-box button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btn-box button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.5s;
}
.btn-box button:hover {
  background-color: #ea0404;
  color: #ffffff;
  transition: all 0.5s;
}
.btn-box button:hover::after {
  border-color: #ffffff;
  right: 20px;
  transition: all 0.5s;
} /*# sourceMappingURL=main.css.map */
