.c-title2 {
  font-size: 30px !important;
  text-transform: none;
  letter-spacing: 0.4em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-title2 {
    font-size: 20px !important;
    line-height: 1.2em;
  }
}

.c-title2-2 {
  font-size: 30px !important;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .c-title2-2 {
    font-size: 20px !important;
    line-height: 1.2em;
  }
}

.c-title3 {
  font-family: noto-sans-jp;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0em;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-title3 {
    font-size: 16px !important;
    line-height: 1.2em;
  }
}

.c-title4 {
  font-size: 30px !important;
  text-transform: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-title4 {
    font-size: 18px !important;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
}

.c-title5 {
  font-family: noto-sans-jp;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 768px) {
  .c-title5 {
    font-size: 14px !important;
    line-height: 1.2em;
  }
}

.c-button {
  font-size: 24px;
  font-weight: 300 !important;
  text-transform: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #fff;
  color: #777;
  cursor: pointer;
  background-image: linear-gradient(to left, #fff 0%, #fff 50%, #333 50%, #333 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  border: 1px solid #777;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.c-button:hover {
  background-position: 0 0;
  color: #fff;
  border-color: #333;
}
@media (max-width: 768px) {
  .c-button {
    font-size: 15px;
  }
}

.c-button2 {
  font-size: 24px;
  font-weight: 300 !important;
  text-transform: none;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(to left, #8387a1 0%, #8387a1 50%, #333 50%, #333 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  border: 1px solid #777;
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.c-button2:hover {
  background-position: 0 0;
  color: #fff;
  border-color: #333;
}
@media (max-width: 768px) {
  .c-button2 {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.p-two {
  width: 49%;
  margin-bottom: 40px;
}

.bg-black {
  background-color: #000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .bg-black {
    padding: 20px;
  }
}

.bg-sea {
  background-image: url(https://gallipoli.jp/wp-content/themes/gstage-n/assets/img/sotoh/sea.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 50px;
}
.bg-sea .c-title2 {
  color: #fff;
}

@media (max-width: 768px) {
  .u-text-read {
    font-size: 13px;
  }
}/*# sourceMappingURL=sotoh.css.map */