@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;
}

.flowerMaintitle{
  position: relative;
  width: 80%;
  max-width: 1460px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 50px;
  height: 600px;
  background-image: url("../img/flowerImg01.jpg");
  background-position: center center;
  background-size: cover;
}

.flowerMaintitle > h2{
  position: absolute;
  font-size: 100px;
  letter-spacing: 12px;
  transform: rotate(-90deg);
  top: 305px;
  left: -185px;
  display: inline-block;
  height: 40px;
  width: 300px;
}

.poinBack{
  background-image: url("../img/flowerImg02.jpg");
}

.poinBack > h2{
  top: 430px;
}

.carnBack{
  background-image: url("../img/flowerImg04.jpg");
}

.carnBack > h2{
  top: 430px;
}

.cinerariaBack{
  background-image: url("../img/flowerImg03.jpg");
}

.cinerariaBack > h2{
  top: 380px;
}

.plantBack{
  background-image: url("../img/flowerImg05.jpg");
}

.plantBack > h2{
  top: 265px;
}

.flowerSubtitle{
  display: flex;
  align-items: center;
  position: relative;
  width: 80%;
  max-width: 1460px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 100px;
  padding-right: 50px;
}

.flowerSubtitle h3{
  margin-right: 20px;
}

.flowerSubtitle p span{
  color: #c02b2b;
}

.flowerListbox{
  position: relative;
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 auto 100px;
  background-color: #f8f8f8;
  padding: 100px;
  padding-top: 0;
}

.flowerListbox > h2{
  position: relative;
  color: #46788c;
  top: -20px;
}

.flowerListbox > div{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.flowerListbox > div h3{
  margin-right: 20px;
}

.flowerListbox > h5{
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.flowerListbox > ul{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.flowerListbox > ul:last-of-type{
  margin-bottom: 0;
}

.flowerListbox > ul > li{
  width: 13%;
  margin-right: 1.5%;
  text-align: center;
  margin-bottom: 10px;
}

.flowerListbox > ul > li:last-of-type{
  margin-right: 0;
}

.flowerListbox > ul > li img{
  width: 100%;
  margin-bottom: 20px;
}

.flowerListbox > ul > li p{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
}

div.shineredBox{
  display: block;
}

.shineredBox ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.shineredBox ul li{
  width: 32%;
}

.shineredBox ul li img{
  width: 100%;
}

div.tearBox{
  display: block;
}

.tearBox ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.tearBox ul li{
  width: 48%;
  margin-right: 4%;
}

.tearBox ul li img{
  width: 100%;
}

div.yellBox{
  display: block;
}

.yellBox ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.yellBox ul li{
  width: 48%;
  margin-right: 4%;
}

.yellBox ul li img{
  width: 100%;
}

#messageWrap{
  width: 100%;
  padding: 100px 20px;
  text-align: center;
}

#messageWrap > h3{
  color: #46788c;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

#messageWrap > p{
  margin-bottom: 50px;
}

.messageBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
}

.voiceBox{
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 50px;
  text-align: left;
}

.voiceBox h4{
  font-weight: bold;
  margin-bottom: 20px;
}

.voiceBox p{
  text-align: justify;
}

.commentBox{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  background-color: #eef3f2;
  padding: 50px;
}

.commentBox h4{
  font-weight: bold;
  margin-bottom: 20px;
}

.commentBox p{
  text-align: justify;
}

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

@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;
  }
  
  .flowerSubtitle{
    display: block;
  }
  
  .flowerSubtitle h3{
    margin-bottom: 20px;
  }
  
  .flowerSubtitle p{
    line-height: 26px;
  }
  
  .flowerListbox > div{
    display: block;
  }
  
  .flowerListbox{
    padding: 50px;
    padding-top: 0;
    max-width: calc(100% - 100px);
  }
  
  .flowerListbox > div h3{
    margin-bottom: 10px;
  }
  
  .flowerListbox > h5{
    text-align: left;
  }
  
  .flowerListbox > ul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .flowerListbox > ul > li{
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 20px;
  }
  
  .flowerListbox > ul > li:nth-of-type(4n){
    margin-right: 0;
  }
}

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

@media screen and (max-width: 600px){
  #headWrap{
    border: none;
    height: 300px;
  }
  .headCopy{
    position: absolute;
  }
  
  #hibiscusWrap{
    padding-top: 50px;
  }
  
  .flowerMaintitle{
    width: 85%;
    height: 300px;
  }
  
  .flowerMaintitle > h2{
    font-size: 50px;
    letter-spacing: 6px;
    top: 70px;
    left: -162px;
  }

  .poinBack > h2{
    top: 130px;
  }

  .carnBack > h2{
    top: 130px;
  }
  
  .cinerariaBack > h2{
    top: 105px;
  }

  .plantBack > h2{
    top: 50px;
  }
  
  .flowerSubtitle{
    width: 85%;
    padding-right: 20px;
  }
  
  .flowerListbox{
    padding: 20px;
    padding-top: 0;
    max-width: calc(100% - 40px);
  }
  
  .flowerListbox > h2{
    font-size: 30px;
    line-height: 30px;
    top: -10px;
  }
  
  .flowerListbox > ul > li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  
  .flowerListbox > ul > li:nth-of-type(2n){
    margin-right: 0;
  }
  
  .shineredBox ul{
    display: block;
  }
  
  .shineredBox ul li{
    width: 100%;
    margin-bottom: 10px;
  }

  .tearBox ul{
    display: block;
  }

  .tearBox ul li{
    width: 100%;
    margin-bottom: 10px;
  }

  .yellBox ul{
    display: block;
  }

  .yellBox ul li{
    width: 100%;
    margin-bottom: 10px;
  }

  .voiceBox{
    padding: 50px 20px;
  }

  .commentBox{
    padding: 50px 20px;
  }
}

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