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



/*==============================
共通
==============================*/

.titleBox{
  text-align: center;
  margin-bottom: 30px;
}

.titleBox h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #ffe824;
}

.titleBox hr{
  display: block;
  width: 50px;
  margin: 15px auto;
  height: 2px;
  border: none;
  background-color: #fff;
}

.titleBox h2{
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 600px){
  .titleBox h3{
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .titleBox hr{
    margin: 10px auto;
  }
  
  .titleBox h2{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
  }
}

/*==============================
メイン
==============================*/

#headWrap{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #fff;
  border: 100px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/headwrap.jpg);
  background-size: cover;
  background-position: center center;
}

.headCopy{
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: calc(100% - 100px);
}

.headCopy h2{
  display: inline-block;
  color: #fff;
  font-size: 100px;
  line-height: 70px;
  letter-spacing: 20px;
  font-weight: 100;
}

#hibiscuscareWrap,#poinsettiacareWrap,#carnationcareWrap,#cinerariacareWrap,#foliagecareWrap{
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto 100px;
}

.caretitleBox{
  position: relative;
  width: 100%;
  background-color: #eef3f2;
  padding: 0 50px 150px;
}

.caretitleBox > h2{
  position: relative;
  top: -20px;
  color: #46788c;
  z-index: 1;
}

.caretitleBox > h3{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.caretitleBox > p{
  position: relative;
  z-index: 1;
}

.caretitleBox > img{
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30%;
  z-index: 0;
  opacity: .5;
}

.careList{
  position: relative;
  top: -100px;
  width: calc(100% - 200px);
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 100px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.careList > ul > li{
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.careList > ul > li:first-of-type{
  padding-top: 0;
}

.careList > ul > li h4{
  color: #46788c;
  margin-bottom: 30px;
}

.careList > ul > li div:first-of-type{
  width: calc(70% - 50px);
}

.careList > ul > li div:first-of-type.fullwidth{
  width: 100%;
}

.careBoximg{
  width: 30%;
  align-self: center;
  margin-left: 50px;
}
.careBoximg img{
  width: 100%;
}


.caretable table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px;
}

.caretable table tr th,
.caretable table tr td{
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
}

.caretable table tr:first-of-type th,
.caretable table tr:first-of-type td{
  border-top: none;
}

.caretable table tr th:first-of-type{
  border-left: none;
}

.caretable table tr:first-of-type th:last-of-type{
  border-right: none;
}

.caretable table tr td:last-of-type{
  border-right: none;
}

.caretable table tr:last-of-type th,
.caretable table tr:last-of-type td{
  border-bottom: none;
}

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

@media screen and (max-width: 1400px) {  
  .headCopy h2{
    font-size: 70px;
    letter-spacing: 15px;
  }
}

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

@media screen and (max-width: 1200px) {  
  .headCopy h2{
    font-size: 50px;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #headWrap{
    border: 70px solid #fff;
  }
  
  .headCopy h2{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 6px;
  }
  
}

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

@media screen and (max-width: 600px){
  #headWrap{
    border: none;
    height: 300px;
  }
  .headCopy{
    position: absolute;
  }
  
}

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