@charset "utf-8";
/* CSS Document */

/*==============================
SPメニュー
==============================*/


/*==============================
メイン
==============================*/
a.scrollIcon {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
}

a.scrollIcon {
  padding-top: 80px;
}
a.scrollIcon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

header .circleBox{
  position: absolute;
  left: 5%;
  top: -50px;
  bottom: 0;
  margin: auto;
  height: 100px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 8px;
  font-size: 30px;
  color: #fff;
}

.circleBox ul{
  display: flex;
}

.circleBox ul li{
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-right: 35px;
}

.circleBox ul li p{
  font-weight: bold;
  font-size: 22px;
}

.circleBox ul li:nth-of-type(1) p,
.circleBox ul li:nth-of-type(2) p{
  margin-top: 15px;
}

.circleBox ul li:nth-of-type(3) p{
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 15px;
}

.circleBox ul li:nth-of-type(4) p{
  font-size: 18px;
  margin-top: 10px;
  line-height: 18px;
}

.circleBox ul li::after{
  content: "+";
  position: absolute;
  top: 25px;
  left: 110px;
  font-weight: bold;
}

.circleBox ul li:last-of-type::after{
  display: none;
}

header > p{
  display: block;
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 250px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 24px;
}

header h2{
  display: block;
  position: absolute;
  left: 5%;
  top: 200px;
  bottom: 0;
  margin: auto;
  height: 100px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 8px;
  font-size: 80px;
}

#headTitle{
  padding: 100px 10px 150px;
  text-align: center;
}

#headTitle img{
  margin-bottom: 20px;
}

#headTitle p{
  color: #fff;
}

#priceWrap{
  padding: 100px;
  background-color: #fff;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

#priceWrap h2{
  color: #06355c;
  font-weight: 100;
}

#priceWrap h2 span{
  font-size: 60px;
}

#priceWrap h3{
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 50px;
  letter-spacing: 0;
}

#priceWrap > div{
  position: relative;
  background-color: #e4e9ee;
  width: 100%;
  box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
  padding: 50px;
  padding-top: 30px;
}

#priceWrap > div h4{
  position: relative;
  top: -50px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #06355c;
}

#priceWrap > div > p{
  margin-top: -20px;
  margin-bottom: 20px;
}

#priceWrap > div > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#priceWrap > div > div > div{
  width: 48%;
}

#priceWrap > div > div > div iframe{
  width: 100%;
  height: 189px;
}

#priceWrap > div > div > p{
  font-size: 20px;
  color: #06355c;
  line-height: 20px;
  font-weight: bold;  
}

#priceWrap > div > div > div p{
  font-size: 16px;
  color: #06355c;
  line-height: 20px;
  font-weight: bold;
}

#priceWrap > div ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #06355c;
  padding: 20px;
  margin-bottom: 10px;
}

#priceWrap > div ul li{
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 5px;
}

#priceWrap > div ul li i{
  margin-right: 5px;
  color: #06355c;
}

#priceWrap > div ul li p{
  font-size: 14px;
  font-weight: bold;
}

#priceWrap > div > h5{
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.btn{
  position: relative;
  display: inline-block;
  padding: 25px 40px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #06355c;
  color: #fff;
  box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
}

.btn i{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #06355c;
}

.btn::before{
  content: "";
  position: absolute;
  transform: rotate(135deg);
  border-right: 35px solid transparent;
  border-bottom: 35px solid #fff;
  border-left: 35px solid transparent;
  bottom: -2px;
  right: -20px;
}

#thumbnailWrap{
  padding: 100px;
  background-color: #06355c;
  margin: 0 auto 100px;
  width: 1000px;
  text-align: center;
}

#thumbnailWrap h2{
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  font-weight: 100;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 50px;
}

#thumbnailWrap > p{
  color: #fff;
  margin-bottom: 50px;
}

#thumbnailWrap table{
  width: 80%;
  margin: 0 auto 50px;
}

#thumbnailWrap table tr th{
  border-radius: 10px;
  background-color: #fff;
  width: 35%;
  padding: 20px;
}

#thumbnailWrap table tr th i{
  color: #06355c;
  font-size: 60px;
}

#thumbnailWrap table tr th p{
  line-height: 14px;
  font-weight: bold;
  font-size: 14px;
  color: #06355c;
  letter-spacing: 1px;
}

#thumbnailWrap table tr td p{
  padding-left: 30px;
  text-decoration: underline;
  text-align: left;
  color: #fff;
}

#thumbnailWrap table tr td p.kigo{
  padding: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#thumbnailWrap .btn{
  background-color: #fff;
  color: #06355c;
}

#thumbnailWrap .btn i{
  color: #fff;
}

#thumbnailWrap .btn::before{
  border-right: 35px solid transparent;
  border-bottom: 35px solid #06355c;
  border-left: 35px solid transparent;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {  
  #priceWrap{
    width: 600px;
    padding: 50px;
  }
  
  #priceWrap h2{
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 3px;
  }
  
  #priceWrap h2 span{
    font-size: 46px;
  }
  
  #priceWrap > div h4{
    font-size: 20px;
    top: -45px;
  }
  
  #priceWrap > div > div{
    flex-wrap: wrap;
  }
  #priceWrap > div > div > div{
    width: 100%;
  }
  
  #priceWrap > div > div > p{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }
  
  #priceWrap > div > div > div iframe{
    height: 225px;
  }
  
  .btn{
    width: 100%;
    margin-bottom: 15px;
  }
  
  #thumbnailWrap{
    width: 600px;
  }
  
  #thumbnailWrap h2{
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 3px;
  }
  #thumbnailWrap table tr{
    display: flex;
    flex-wrap: wrap;
  }
  #thumbnailWrap table tr th,#thumbnailWrap table tr td{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){
  #priceWrap{
    width: 350px;
    padding: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  #priceWrap h2{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  
  #priceWrap h2 span{
    font-size: 40px;
  }
  
  #priceWrap h3{
    font-size: 14px;
    letter-spacing: 0;
  }
  
  #priceWrap > div{
    padding-right: 20px;
    padding-left: 20px;
  }
  
  #priceWrap > div > div > div iframe{
    height: 150px;
  }
  
  #priceWrap > div > h5{
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  #thumbnailWrap{
    width: 350px;
    padding: 50px 20px;
  }
  
  header .circleBox{
    transform: scale(0.65) translateX(-150px) translateY(-50px);
  }
  
  header > p{
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  header h2{
    font-size: 65px;
    letter-spacing: 2px;
    top: 100px;
  }
}
