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


hr.titleBar{
  width: 70px;
  border-bottom: #fff solid 5px;
}

#headMaintitle{
  position: relative;
  background-image: url(../img/headBack.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 15px;
  text-align: center;
}

#headMaintitle::after{
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333;
  opacity: .65;
}

#headMaintitle h2,
#headMaintitle h3,
#headMaintitle a,
#headMaintitle hr{
  position: relative;
  color: #fff;
  z-index: 1;
}

#headMaintitle hr{
  margin: 10px auto;
}

.spBr{
  display: none;
}
/*==============================
SPメニュー
==============================*/


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

#greeting{
  background-color: #2e7551;
  padding: 80px 15px;
}

.greetingWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}

.greetingContent{
  display: flex;
}

.greetingText{
  flex-basis: 75%;
  padding-right: 20px;
}

.greetingContent img{
  flex-basis: 25%;
  width: 25%;
  align-self: flex-start;
}

#greeting h2,
#greeting h3,
#greeting h4,
#greeting span{
  font-weight: 300;
  color: #fff;
  font-family: 'Hannari';
}

#greeting hr{
  margin: 0 auto;
}

#greeting h2{
  font-size: 26px;
  line-height: 26px;
  padding: 5px 15px 15px;
  margin-bottom: 10px;
  text-align: center;
}

#greeting h3{
  font-size: 20px;
  padding: 5px 15px 15px;
  margin-bottom: 10px;
  text-align: center;
}

#greeting p{
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Hannari';
}

#greeting h4{
  font-size: 20px;
  text-align: right;
}

#greeting h4 span{
  margin-left: 10px;
  font-size: 30px;
}


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

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

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

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

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

@media screen and (max-width: 800px) {
  .greetingContent{
    flex-wrap: wrap;
  }
  
  .greetingText{
    flex-basis: 100%;
    padding: 0;
  }
  
  .greetingContent img{
    flex-basis: 100%;
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0;
  }
}

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

}

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