@charset "UTF-8";

.scuba-beginner .mv{
  background: url(/special/scuba-beginner/img/main.webp) top left no-repeat;
  background-size: cover;
}
.top .box .text h3,.link{
  background-color:#34a6b6;
}
.top .box .text h4,.link p a{
  color: #34a6b6;
}
.scuba-beginner .mv .inner1200{
    position: relative;
    height: 100%;
}
.mv .lead{
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.7;
}
.mv h2{
    margin: 0;
    text-align: right;
    width: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mv h2 img{
  display: inline;
  width: 500px;
}
.top .box .text p .bold{
  font-size: 18px;
  color: #34a6b6;
  font-weight: bold;
}
.schdule .inner1200 .ttl h3{
  background-color: #d9ecf6;
    padding: 10px;
}
.tour{
  background: url(/openwater/img/bg01.webp) repeat top left;
}
.tour h2{
    font-size: 22px;
    margin-bottom: 20px;
    background-color: #34a6b6;
    color: #FFF;
    padding: 10px;
    text-align: center;
}
.tour h3{
  text-align: center;
  color: #34a6b6;
  font-size: 24px;
  margin-bottom: 30px;
}
.tour h4{
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #c9f7ff;
    color: #34a6b6;
    padding: 10px;
    text-align: center;
}
.tour .tourItem{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.tour .tourItem .item{
  width: 31%;
  margin: 1%;
  background-color: #FFF;
}
.tour .tourItem .item .photo{
  position: relative;
}
.tour .tourItem .item .photo .yearold{
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #34a6b6;
  padding: 5px;
  border-radius: 3px;
  color: #FFF;
}
.tour .tourItem .item .text{
  padding: 10px 15px;
}
.tour .tourItem .item .text .area{
  color: #3c93c0;
  text-align: center;
}
.tour .tourItem .item .text .ttl{
  font-size: 120%;
  padding: 5px 0;
  text-align: center;
}
.tour .tourItem .item .text .kikan{
  padding: 5px;
  text-align: center;
  background-color: aliceblue;
  margin-bottom: 10px;
}
.tour .tourItem .item .text .pre{
  background-color: #ffd20d;
  display: inline;
  padding: 5px 15px;
  font-size: 90%;
  margin: 0 auto;
}
.tour .tourItem .item .price{
  text-align: center;
  margin-bottom: 15px;
  padding: 15px;
}
.tour .tourItem .item .price a {
  margin: 8px 0;
  display: block;
  width: 100%;
  background-color: #3c93c0;
  color: #FFF;
  padding: 10px 0;
  font-size: 20px;
  position: relative;
}
.tour .tourItem .item .price a i{
  position: absolute;
  right: 10px;
}
.campaignQa .box dl dd .bold{
  font-weight: bold;
}
#changeBox{
  margin: 30px 0;
}
.tour_illust{
  padding: 20px 10%;
}
.tour_illust img{
  margin-bottom: 30px;
}
.contact{
  background-color: #34a6b6;
  padding: 60px 0;
}
.contact .inner{
  background-color: #FFF;
  padding: 60px;
}
.contact .ttl{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact a{
  display: block;
  margin: 0 auto;
  width: 16em;
  text-align: center;
  background-color: #ffd20d;
  padding: 20px;
  font-size: 26px;
  color: #000;
  border-radius: 6px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.contact a i{
  position: absolute;
  right: 15px;
  top: 30%;
}
.contact .phone{
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width:768px){
  .tour .tourItem{
    margin-bottom: 30px;  
  }
  .scuba-beginner .mv{
    background-position: bottom;
  }
  .mv .lead{
    font-size: 16px;
  }
  .mv h2 img{
    width: 100%;
  }
  .top .box .text p .bold{
    font-size: 15px;
  }
  .tour h2{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tour h3{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tour h4{
      font-size: 16px;
  }
  .tour_illust{
    padding: 20px 0;
  }
  .tour .tourItem .item{
    width: 98%;
    margin-bottom: 15px;
  }
  .tour .tourItem .item .price a {
    font-size: 16px;
  }
  #changeBox{
    margin: 15px 0;
  }
  .contact .inner{
    padding: 20px;
  }
  .contact .ttl{
    font-size: 13px;
  }
  .contact a{
    font-size: 18px;
    width: 100%;
  }
}