@charset "utf-8";

.submv {
  background-image: url(/system_panel/uploads/images/submv_repair.jpg);
}

.box-title {
  font-size: 26px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .box-title {
    font-size: var(--sp-font-18);
    padding-bottom: 3.6vw;
  }
}

.service {
  padding: 80px 0;
  background-color: var(--bg-light-color);
}
@media screen and (max-width: 767.98px) {
  .service {
    padding: 40px 0;
  }
}
.service-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  .service-box {
    flex-wrap: wrap;
  }
}
.service-box-info {
  width: 59.649122807%;
}
@media screen and (max-width: 767.98px) {
  .service-box-info {
    width: 100%;
  }
}
.service-box-list {
  padding-left: 24px;
  padding-top: 30px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767.98px) {
  .service-box-list {
    padding-left: 12px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
}
.service-box-list li,
.service-box-list div {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .service-box-list li,
  .service-box-list div {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-box-list li,
  .service-box-list div {
    font-size: var(--sp-font-12);
  }
}
@media screen and (max-width: 767.98px) {
  .service-box-list li .list-head,
  .service-box-list div .list-head {
    font-size: var(--sp-font-13);
  }
}
.service-box-list li .list-info,
.service-box-list div .list-info {
  padding-left: 16px;
  font-size: 14px;
  padding-top: 4px;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .service-box-list li .list-info,
  .service-box-list div .list-info {
    font-size: var(--sp-font-11);
    padding-top: 0;
  }
}
.service-box-list.column2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .service-box-list.column2 ul {
    justify-content: space-between;
  }
}
.service-box-list.column2 ul li {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .service-box-list.column2 ul li {
    width: 49%;
  }
}
.service-box-list.list-square .list-item {
  padding-left: 16px;
  position: relative;
}
.service-box-list.list-square .list-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--third-color);
  position: absolute;
  top: 12px;
  left: 0;
}
.service-box-img {
  width: 35.0877192982%;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .service-box-img {
    width: 100%;
    text-align: left;
    padding-top: 20px;
  }
}
.service-box-img img {
  width: 360px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 20px 20px 0 rgba(12, 92, 19, 0.1);
  margin-bottom: 48px;
}
@media screen and (max-width: 767.98px) {
  .service-box-img img {
    width: 48%;
    box-shadow: 10px 10px 0 rgba(12, 92, 19, 0.1);
    margin-bottom: 0;
  }
}
.service-box-img img:nth-of-type(2) {
  margin-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .service-box-img img:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .service-box-img01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.sale {
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .sale {
    padding: 40px 0;
  }
}
.sale-txt {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .sale-txt {
    text-align: left;
  }
}
.sale .list-square {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .sale .list-square {
    display: block;
  }
}
.sale .list-square li {
  margin: 0 16px;
}
.sale-box {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .sale-box {
    display: block;
    padding-top: 10px;
  }
}
.sale-box-img {
  width: 32%;
}
@media screen and (max-width: 767.98px) {
  .sale-box-img {
    width: 100%;
  }
}
.sale-box-img img {
  max-width: 360px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .sale-box-img img {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}
.sale .btnbox {
  padding-top: 40px;
}
.sale .btnbox .btn {
  width: 360px;
}
@media screen and (max-width: 767.98px) {
  .sale .btnbox .btn {
    width: 67%;
  }
}

.point {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .point {
    padding-bottom: 10px;
  }
}
.point-title {
  margin-bottom: 40px;
}
.point-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .point-list {
    display: block;
  }
}
.point-box {
  width: calc((100% - 40px) / 2);
  border: 1px solid var(--third-color);
  border-radius: 10px;
  padding: 40px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .point-box {
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
}
.point-box-title {
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .point-box-title {
    font-size: var(--sp-font-16);
    top: -2.5vw;
  }
}
.point-box-img {
  text-align: center;
  padding: 20px 0 40px;
}
@media screen and (max-width: 767.98px) {
  .point-box-img {
    padding: 16px 0 20px;
  }
}
.point-box-img img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .point-box-img img {
    width: 80px;
    height: 80px;
    width: 100%;
  }
}
.point-box:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .point-box:nth-of-type(-n+2) {
    margin-top: 40px;
  }
}

.manufacturer {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .manufacturer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.manufacturer-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-title {
    margin-bottom: 20px;
  }
}
.manufacturer-txt {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-txt {
    text-align: left;
  }
}
.manufacturer-txt + .manufacturer-box {
  margin-top: 40px;
}
.manufacturer-box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box-title {
    margin-bottom: 20px;
  }
}
.manufacturer-box-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box-list {
    justify-content: space-between;
  }
}
.manufacturer-box-list div:nth-of-type(11) .manufacturer-box-logo img {
  height: 56px;
}
.manufacturer-box-list div:nth-of-type(18) .manufacturer-box-logo img {
  height: 70px;
}
.manufacturer-box-item {
  width: 200px;
  margin-top: 36px;
  margin-right: 35px;
}
@media screen and (max-width: 1280px) {
  .manufacturer-box-item {
    width: 20.4vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box-item {
    width: 48%;
    margin-top: 5vw;
    margin-right: 0;
  }
}
.manufacturer-box-item:nth-child(-n+5) {
  margin-top: 0;
}
@media screen and (max-width: 1280px) {
  .manufacturer-box-item:nth-child(-n+5) {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box-item:nth-child(-n+5) {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 1280px) {
  .manufacturer-box-item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.manufacturer-box-item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .manufacturer-box-item:nth-child(5n) {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 1280px) {
  .manufacturer-box-item:nth-child(4n) {
    margin-right: 0;
  }
}
.manufacturer-box-logo {
  border: 1px solid var(--sub-color);
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box-logo {
    width: 100%;
  }
}
.manufacturer-box-logo img {
  width: 140px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.manufacturer-box-name {
  text-align: center;
  font-weight: 700;
  padding-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .manufacturer-box-name {
    padding-top: 8px;
    line-height: 1.3;
  }
}
.manufacturer .notes {
  padding-top: 48px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .manufacturer .notes {
    padding-top: 30px;
    font-size: var(--sp-font-156);
  }
}
.manufacturer .notes p {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 767.98px) {
  .manufacturer .notes p {
    text-underline-offset: 4px;
  }
}

.guest {
  padding: 80px 0;
  background-color: var(--bg-light-color);
}
@media screen and (max-width: 767.98px) {
  .guest {
    padding: 40px 0;
  }
}
.guest .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .guest .inner {
    text-align: left;
  }
}
.guest-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .guest-title {
    margin-bottom: 30px;
  }
}
.guest-txt {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .guest-txt {
    text-align: left;
    padding: 0 16px;
  }
}
.guest-list {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .guest-list {
    display: block;
    padding-top: 0;
  }
}
.guest-list-txt {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .guest-list-txt {
    font-size: var(--sp-font-15);
    text-align: left;
    margin-top: 36px;
  }
}
.guest-item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767.98px) {
  .guest-item {
    width: 100%;
    margin-top: 30px;
  }
}
.guest-item-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .guest-item-img {
    margin-bottom: 20px;
  }
}
.guest-item-title {
  text-align: center;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .guest-item-title {
    font-size: var(--sp-font-17);
  }
}
.guest-price {
  margin-top: 60px;
  border: 1px solid var(--sub-color);
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 100px 40px;
}
@media screen and (max-width: 767.98px) {
  .guest-price {
    margin-top: 30px;
    padding: 20px;
  }
}
.guest-price-box div:first-of-type {
  margin-top: 0;
}
.guest-price-item {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .guest-price-item {
    margin-top: 36px;
  }
}
.guest-price-item h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .guest-price-item h4 {
    font-size: var(--sp-font-13);
    margin-bottom: 8px;
  }
}
.guest-price-table .table-cont .table-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #a5a5a5;
}
.guest-price-table .table-cont .table-header p {
  font-weight: 700;
  padding: 6px 20px;
  background-color: rgba(226, 226, 226, 0.5);
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .guest-price-table .table-cont .table-header p {
    padding: 6px 8px;
  }
}
.guest-price-table .table-cont .table-header p:first-of-type {
  width: 50%;
  border-right: 1px solid #a5a5a5;
}
.guest-price-table .table-cont .table-header p:nth-of-type(2) {
  width: 50%;
}
.guest-price-table .table-cont .table-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #a5a5a5;
}
.guest-price-table .table-cont .table-main p {
  padding: 6px 20px;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .guest-price-table .table-cont .table-main p {
    padding: 6px 8px;
  }
}
.guest-price-table .table-cont .table-main p:first-of-type {
  width: 50%;
  border-right: 1px solid #a5a5a5;
}
.guest-price-table .table-cont .table-main p:nth-of-type(2) {
  width: 50%;
}
.guest-price-notes {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .guest-price-notes {
    margin-top: 20px;
  }
}