@charset "UTF-8";
/* diving ********************************************************/
.diving #contents-base {
  overflow: hidden;
  min-height: 300px;
}

.diving section {
  padding: 60px 0px 60px;
}

.diving .textWrap {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .diving .textWrap {
    width: 60%;
  }
}

@media only screen and (max-width: 500px) {
  .diving .textWrap {
    padding-top: 180px;
    width: 100%;
  }
}

.diving .name-price dt {
  font-family: "A-OTF A1明朝", "A1 Mincho";
  font-weight: normal;
  font-size: 300%;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 1;
  color: white;
  text-align: left;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.diving .name-price dt span {
  text-shadow: none;
  margin-left: 0.3em;
}

.diving .name-price .priceBox {
  display: flex;
  align-items: flex-start;
  font-size: 50px;
  line-height: 1.2;
}

.diving .name-price .priceBox .price {
  display: inline-block;
  text-align: right;
  line-height: 1.1;
}

.diving .name-price .priceBox .price .tax {
  display: block;
  font-size: 1.4rem;
  margin-right: -0.5em;
}

.diving .name-price .priceBox .price .tax::before {
  content: "（税込";
  margin-right: 0.25em;
}

.diving .name-price .priceBox .price .tax::after {
  content: "）";
}

.diving .salesMessage .diveplan_copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 160%;
  line-height: 1.2;
  color: black;
}

.diving #diving-trial {
  position: relative;
  padding-top: 120px;
  min-height: 400px;
  background-color: rgba(130, 206, 221, 0.4);
}

.diving #diving-trial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/diving-trial.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #82cedd;
}

@media only screen and (max-width: 736px) {
  .diving #diving-trial {
    min-height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .diving #diving-trial::before {
    background-image: url(../images/diving-trial-sp.jpg);
    background-size: 100% auto;
    background-position: center top;
  }
  .diving #diving-trial .btnWrap {
    justify-content: center;
    padding-right: 0;
  }
  .diving #diving-trial .btnWrap .BT-face {
    margin-right: 0;
  }
}

.diving #diving-trial .certification {
  position: absolute;
  left: 50%;
  top: 96px;
  z-index: 99;
  transform: translateX(41rem);
}

.diving #diving-trial .certification img {
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .diving #diving-trial .certification {
    left: 40%;
    top: 100px;
    transform: translateX(36rem);
  }
  .diving #diving-trial .certification img {
    width: 80px;
  }
}

@media only screen and (max-width: 736px) {
  .diving #diving-trial .certification {
    transform: translateX(-80px);
  }
}

@media only screen and (max-width: 500px) {
  .diving #diving-trial .certification {
    left: 5%;
    top: 208px;
    transform: translateX(0px);
  }
}

.diving #diving-license {
  position: relative;
  min-height: 440px;
  background-color: rgba(0, 197, 198, 0.3);
}

.diving #diving-license::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/diving-license.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00c5c6;
}

@media only screen and (max-width: 736px) {
  .diving #diving-license {
    min-height: 340px;
  }
}

@media only screen and (max-width: 500px) {
  .diving #diving-license::before {
    background-image: url(../images/diving-license-sp.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-color: #02b9bd;
  }
  .diving #diving-license .btnWrap {
    justify-content: center;
    padding-right: 0;
  }
  .diving #diving-license .btnWrap .BT-face {
    margin-right: 0;
  }
}

.diving #diving-fundiving {
  position: relative;
  min-height: 440px;
  background-color: rgba(2, 107, 198, 0.5);
}

.diving #diving-fundiving .salesMessage p {
  color: rgba(0, 0, 0, 0.7);
}

.diving #diving-fundiving::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/diving-fundiving.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #026bc6;
}

@media only screen and (max-width: 736px) {
  .diving #diving-fundiving {
    min-height: 340px;
  }
}

@media only screen and (max-width: 500px) {
  .diving #diving-fundiving::before {
    background-image: url(../images/diving-fundiving-sp.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-color: #026bc6;
  }
  .diving #diving-fundiving .btnWrap {
    justify-content: center;
    padding-right: 0;
  }
  .diving #diving-fundiving .btnWrap .BT-face {
    margin-right: 0;
  }
}

.diving .infobox {
  margin-top: 10px;
  text-align: left;
  color: orangered;
  line-height: 1.2;
}

.diving .infobox span {
  display: inline-block;
}

.gold_img {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 10px auto 0;
}
