/* VWHeadBold */
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VWHeadBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* VWHeadRegular */
@font-face {
  font-family: "VWHead";
  src: url("../fonts/VWHeadRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* VWTextBold */
@font-face {
  font-family: "VWText";
  src: url("../fonts/VWTextBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* VWTextRegular */
@font-face {
  font-family: "VWText";
  src: url("../fonts/VWTextRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.common--main {
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #A1A3AB;
}

.common--main .inner {
  height: 100%;
}

.common--main .common--title {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.75;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.test--divecar__list {
  width: 100%;
  margin-top: 74px;
  margin-bottom: 30px;
}

.test--divecar__list .test--divecar {
  display: flex;
  align-items: center;
}

.test--divecar__list .test--divecar .test--divecar__img {
  width: 423px;
  padding: 20px;
}

.test--divecar__list .test--divecar .test--divecar__img img {
  /*  aspect-ratio: 846/476; */
  max-width: 383px;
}

.test--divecar__list .test--divecar .test--divecar__img .common--btn {
  margin: auto;
  margin-top: 40px;
}

.test--divecar__list .test--divecar .test--divecar__info {
  width: calc(100% - 423px);
}

.test--divecar__list .test--divecar .test--divecar__info .car--neme {
  display: flex;
  align-items: center;
  gap: 14px;
}

.test--divecar__list .test--divecar .test--divecar__info .car--neme + * {
  margin-top: 30px;
}

.test--divecar__list .test--divecar .test--divecar__info .car--neme .category {
  width: 64px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001E50;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.test--divecar__list .test--divecar .test--divecar__info .car--neme .category.category2 {
  background: #707481;
}

.test--divecar__list .test--divecar .test--divecar__info .car--neme .name {
  font-size: 38px;
  font-weight: 700;
}

.test--divecar__list .test--divecar .test--divecar__info .car--info {
  font-size: 17px;
  line-height: 1.45;
  color: #000;
}
.test--divecar__list .test--divecar .test--divecar__info .car--info small {
  font-size: 13px;
}

.test--divecar__list .test--divecar .test--divecar__info .car--info.sub {
  margin-top: 20px;
}

.test--divecar__list .test--divecar .test--divecar__info .staff--comment {
  background: #F0F0F0;
  padding: 20px;
  margin-top: 30px;
}

.test--divecar__list .test--divecar .test--divecar__info .staff--comment .staff--comment__title {
  font-size: 16px;
  font-weight: 700;
  color: #5C5C5C;
}

.test--divecar__list .test--divecar .test--divecar__info .staff--comment .comment {
  background: #FFF;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.test--divecar__list .test--divecar .test--divecar__info .staff--comment .comment .comment--icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.test--divecar__list .test--divecar .test--divecar__info .staff--comment .comment img {
  width: 100%;
  height: 100%;
}

.test--divecar__list .test--divecar .test--divecar__info .staff--comment .comment .comment--text {
  font-size: 14px;
  line-height: 1.45;
  color: #5C5C5C;
  position: relative;
  display: flex;
  gap: 20px;
  min-height: 41px;
  flex: 1;
}

.test--divecar__list .test--divecar + .test--divecar {
  margin-top: 70px;
  border-top: 1px solid #B2B2B2;
  padding-top: 70px;
}
.test--divecar__list .test--divecar + .test--divecar:last-child {
  padding-bottom: 70px;
  border-bottom: 1px solid #B2B2B2;
}

.test--divecar__list .car--reserve__btn {
  width: 245px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  background: red;
  border-radius: 45px;
  color: #FFF;
  margin: 20px 0 0 auto;
  background: #001E50;
}
@media screen and (max-width: 767px) {
  .test--divecar__list .car--reserve__btn {
    width: 214px;
    height: 43px;
    font-size: 18px;
    margin: 20px auto 0;
  }
}

.test--divecar__list .car--reserve__btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.search--wrap {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  background: #001E50;
}

.search--wrap .inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search--wrap .topics--day {
  font-size: 12px;
  font-weight: 500;
  width: 75px;
  color: #fff;
}

.search--wrap .cate {
  width: 96px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #fff;
  color: #001E50;
}

.search--box {
  display: flex;
  align-items: center;
  gap: 1px;
}

.search--box .search--type {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.search--box .search--type .search--label {
  font-size: 16px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  color: #fff;
}

.search--box .search--type .input--type {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 385px;
  height: 35px;
  padding: 0 10px;
  border: none;
  border-radius: 3px 0 0 3px;
}

.search--box .search--type select.input--type {
  width: 282px;
  border-radius: 3px;
}

.search--box .search--type:nth-of-type(2) {
  margin-left: 30px;
}

.search--box .search--btn {
  width: 50px;
  height: 35px;
  background: #fff;
  border-radius: 0;
  position: relative;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin-left: 0;
  border-radius: 0 3px 3px 0;
}

.search--box .search--btn:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(../images/common/search_icon.png) no-repeat left top;
  background-size: cover;
}

.search-results .condition,
.search-no-results .condition {
  margin-top: 50px;
  line-height: 2;
}

.search_none p.message {
  line-height: 1.5;
  margin-bottom: 30px;
}

.search-results .topics--list,
.search-no-results .topics--list {
  margin: 30px 0;
}

.search_none .search--box .search--type:nth-of-type(2) .input--type {
  width: 340px;
}

.topics--list {
  margin: 70px 0;
}

.topics--list .topics {
  width: 100%;
  display: flex;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
}

.topics--list .topics .topics--img {
  border-radius: 10px;
}

.topics--list .topics .topics--img img {
  /*  aspect-ratio: 644/414; */
  max-width: 322px;
}

.topics--list .topics .list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.topics--list .topics .list .topics--day {
  font-size: 12px;
  font-weight: 500;
  width: 75px;
}

.topics--list .topics .list .cate {
  width: 96px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: #001E50;
  color: #FFF;
}

.topics--list .topics .topics--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}

.topics--list .topics .topics--text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 20px;
}

.topics--list .topics + .topics {
  margin-top: 70px;
}

.topics--main {
  margin-top: 70px;
}
.topics--main .carinfo--title {
  font-family: "VWHead", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topics--main .carinfo--title {
    font-size: 24px;
  }
}

.topics--main img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.template--style {
  margin: 70px 0;
}

.template--style h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  border-bottom: 1px solid #001E50;
  padding: 10px 0 11px;
  position: relative;
  margin-bottom: 30px;
}

.template--style h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.template--style h3:before, .template--style h3:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 4px;
}

.template--style h3:before {
  height: 100%;
  background: #E20F17;
}

.template--style h3:after {
  height: calc(100% - 12px);
  top: 12px;
  background: #003399;
}

.template--style h4 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 27px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.template--style h4:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 4px solid #222;
}

.template--style p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
  margin-bottom: 32px;
}

.template--style p + * {
  margin-top: 30px;
}

.template--style p + p {
  margin-top: 0;
}

.template--style dl {
  display: flex;
  gap: 39px;
  margin-top: 70px;
}

.template--style dl img {
  width: 322px;
}

.template--style dl dt {
  width: 322px;
  order: 2;
}

.template--style dl dd {
  width: calc(100% - 322px - 39px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #5C5C5C;
  order: 1;
}

.template--style dl:nth-of-type(2n) dt {
  order: 1;
}

.template--style dl:nth-of-type(2n) dd {
  order: 2;
}

.template--style ul {
  list-style: disc;
  margin-top: 30px;
  margin-left: 1rem;
}

.template--style ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #5C5C5C;
}

.template--style ul li + li {
  margin-top: 0.25rem;
}

.template--style ol {
  list-style: decimal;
  margin-top: 30px;
  margin-left: 1rem;
}

.template--style ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #5C5C5C;
}

.template--style ol li + li {
  margin-top: 0.25rem;
}

.template--style table {
  border-collapse: collapse;
  border: 1px solid #CCC;
  width: 100%;
  margin-top: 30px;
}

.template--style table th {
  border: 1px solid #CCC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #5C5C5C;
  background: #F0F0F0;
  width: 120px;
  padding: 11px 20px;
}

.template--style table td {
  border: 1px solid #CCC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #5C5C5C;
  padding: 11px 20px;
  width: calc(100% - 120px);
}

.pagenation {
  display: flex;
  justify-content: center;
  padding: 40px 0 100px;
}
@media screen and (max-width: 767px) {
  .pagenation:empty {
    padding: 0;
  }
}

.pagenation .page-numbers {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #001E50;
  font-size: 20px;
}

.pagenation .page-numbers.current {
  background: #F0F0F0;
}

.pagenation .page-numbers.prev,
.pagenation .page-numbers.next {
  overflow: hidden;
  text-indent: 100vw;
  position: relative;
}

.pagenation .page-numbers.prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5C5C5C;
  border-left: 2px solid #5C5C5C;
  transform: rotate(-45deg);
}

.pagenation .page-numbers.next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}

.service--banner {
  display: flex;
  gap: 30PX;
  width: calc(100% - 60px);
  max-width: 1240px;
  margin: -70px auto 0;
}

.service--banner .list .item {
  display: block;
}

.service--banner .list .item img {
  aspect-ratio: 322/200;
  max-width: 322px;
}

section .special--banner {
  display: block;
}

section .special--banner img {
  aspect-ratio: 960/300;
  /*  max-width: 960px; */
}

section.template--parts .section--title {
  display: flex;
  justify-content: center;
  font-size: 34px;
  position: relative;
  padding-bottom: 21px;
  line-height: 1.5;
}

section.template--parts .section--title:before,
section.template--parts .section--title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 4px;
}

section.template--parts .section--title::before {
  background: #E20F17;
  transform: translateX(-15px);
}

section.template--parts .section--title:after {
  background: #003399;
  transform: translateX(15px);
}

section.template--parts .section--title + * {
  margin-top: 50px;
  display: block;
}

section.template--parts + section.template--parts {
  margin-top: 80px;
}

section.template--parts:last-of-type {
  margin-bottom: 100px;
}

section.template--parts.page--banner__area {
  background: none;
  background-size: 100%;
}

section.template--parts.page--banner__area .inner {
  max-width: unset;
  padding: 0;
}

section.template--parts.page--banner__area .page--banner {
  width: 100%;
  background: #003399;
}

section.template--parts.page--banner__area .page--banner img {
  aspect-ratio: 2125/772;
  width: 100%;
  max-width: 1063px;
  margin: auto;
}

.cs--btn__area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.cs--btn__area .common--btn {
  width: 228px;
  height: 50px;
}

.cs--btn__area .cs--reserve__btn {
  width: 228px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  background: red;
  border-radius: 5px;
  color: #FFF;
  background: linear-gradient(to right, #FFCC00 0%, #FF579A 100%);
}

.cs--btn__area .cs--reserve__btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 10px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
  .common--main {
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 0;
  }
  .common--main .common--title {
    font-size: 4vw;
    font-size: 20px;
  }
  .test--divecar__list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .test--divecar__list .test--divecar {
    flex-direction: column;
    gap: 30px;
  }
  .test--divecar__list .test--divecar .test--divecar__img {
    width: 100%;
    max-width: 423px;
  }
  .test--divecar__list .test--divecar .test--divecar__img img {
    width: 100%;
  }
  .test--divecar__list .test--divecar .test--divecar__img .common--btn {
    margin: auto;
    margin-top: 40px;
  }
  .test--divecar__list .test--divecar .test--divecar__info {
    width: 100%;
  }
  .test--divecar__list .test--divecar .test--divecar__info .car--neme {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .test--divecar__list .test--divecar .test--divecar__info .car--neme + * {
    margin-top: 30px;
  }
  .test--divecar__list .test--divecar .test--divecar__info .car--neme .category {
    width: 64px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001E50;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
  }
  .test--divecar__list .test--divecar .test--divecar__info .car--neme .category.category2 {
    background: #707481;
  }
  .test--divecar__list .test--divecar .test--divecar__info .car--neme .name {
    font-size: 4.2vw;
  }
  .test--divecar__list .test--divecar .test--divecar__info .car--info {
    font-size: 3vw;
  }
  .test--divecar__list .test--divecar .test--divecar__info .staff--comment {
    background: #F0F0F0;
    padding: 20px 10px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 20px;
  }
  .test--divecar__list .test--divecar .test--divecar__info .staff--comment .staff--comment__title {
    font-size: 4vw;
  }
  .test--divecar__list .test--divecar .test--divecar__info .staff--comment .comment {
    padding: 3vw;
    margin-top: 20px;
  }
  .test--divecar__list .test--divecar .test--divecar__info .staff--comment .comment .comment--text {
    font-size: 3vw;
  }
  .test--divecar__list .test--divecar .test--divecar__info .staff--comment .comment .comment--text:after {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
  }
  .test--divecar__list .test--divecar + .test--divecar {
    margin-top: 30px;
    padding-top: 30px;
  }
  .topics--list {
    margin: 30px 0;
  }
  .topics--list .topics {
    width: 100%;
    flex-direction: column;
    border: none;
    border-radius: 0;
    padding: 0;
    gap: 20px;
  }
  .topics--list .topics .topics--img {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .topics--list .topics .topics--title {
    font-size: 4vw;
    margin-top: 15px;
  }
  .topics--list .topics .topics--text {
    font-size: 3vw;
    line-height: 1.71;
    margin-top: 20px;
  }
  .topics--list .topics + .topics {
    margin-top: 30px;
    border-top: 1px solid #B2B2B2;
    padding-top: 30px;
  }
  .search--wrap {
    height: auto;
    align-items: center;
    padding: 20px 0;
  }
  .search--box {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: relative;
  }
  .search--box .search--type {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .search--box .search--type .search--label {
    font-size: 4vw;
    width: 100%;
  }
  .search--box .search--type .input--type {
    width: 100%;
    height: 35px;
  }
  .search--box .search--type select.input--type {
    width: 100%;
  }
  .search--box .search--type:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
  .search--box .search--btn {
    width: 35px;
    height: 35px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: unset;
    border-radius: 0 3px 3px 0;
  }
  .search--box .search--btn:after {
    width: 17px;
    height: 17px;
  }
  .topics--main {
    margin-top: 30px;
  }
  .topics--main img {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
  .template--style {
    margin: 30px 0;
  }
  .template--style h2 {
    font-size: 4.5vw;
  }
  .template--style h2 + * {
    margin-top: 20px;
  }
  .template--style h3 {
    font-size: 4vw;
  }
  .template--style h3 + * {
    margin-top: 20px !important;
  }
  .template--style h4 {
    font-size: 3.8vw;
    margin-top: 30px;
  }
  .template--style h4 + * {
    margin-top: 15px !important;
  }
  .template--style p {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.75;
    color: #000;
  }
  .template--style dl {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .template--style dl img {
    width: 322px;
    margin: auto;
    display: block;
  }
  .template--style dl dt {
    width: 100%;
    order: 1;
  }
  .template--style dl dd {
    width: 100%;
    font-size: 3.5vw;
    order: 2;
  }
  .template--style ol,
  .template--style ul {
    margin-top: 20px;
  }
  .template--style ol li,
  .template--style ul li {
    font-size: 3.5vw;
  }
  .template--style ol li + li,
  .template--style ul li + li {
    margin-top: 0.25rem;
  }
  .template--style table {
    margin-top: 30px;
  }
  .template--style table th {
    font-size: 3.5vw;
    padding: 11px 20px;
  }
  .template--style table td {
    font-size: 3.5vw;
    width: calc(100% - 120px);
  }
  .pagenation {
    display: flex;
    justify-content: center;
    padding: 40px 0 50px;
  }
  .service--banner {
    flex-direction: column;
    gap: 30PX;
    width: 100%;
    align-items: center;
  }
  .page--banner__area .service--banner .list {
    padding: 0 10px;
  }
  section .special--banner img {
    /*    max-width: 355px; */
    margin: auto;
  }
  section.template--parts .section--title {
    font-size: 6.5vw;
    text-align: center;
  }
  section.template--parts .section--title:before,
  section.template--parts .section--title:after {
    width: 25px;
  }
  section.template--parts .section--title:before {
    transform: translateX(-12.5px);
  }
  section.template--parts .section--title:after {
    transform: translateX(12.5px);
  }
  /*
    section.template--parts.page--banner__area{
      padding-top: 5vh;
      background: url(../images/common/page_banner_bg_sp.png) no-repeat center top;
      background-size: contain;
    }
  */
  section.template--parts.page--banner__area .page--banner img {
    aspect-ratio: 375/500;
    width: 100%;
    max-width: 750px;
    margin: auto;
  }
  section.template--parts:last-of-type {
    margin-bottom: 50px;
  }
  .cs--btn__area {
    flex-direction: column;
    align-items: center;
  }
}
/*# sourceMappingURL=common.css.map */