@charset "utf-8";

html {
  font-size: 62.5%;
}
body{
  text-align: justify;
  font-size: 1.5rem; font-size: 15px;
  line-height: 1.8;
  color: #222;
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear{
    clear:both;
}
.iframe_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe_wrapper iframe,
.iframe_wrapper object,
.iframe_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header{
  width: 100vw;
  height: 90vh;
  background-image: url(../img/top_mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
  position: relative;
}
.header h1{
  margin: 0;
  font-family: 'Oswald', sans-serif;
  height: 80vh;
  line-height: 80vh;
  text-align: center;
  color: #fff;
  font-size: 60px;
}
@media screen and (max-width:767px){
  .header h1{
    font-size: 30px;
  }
}



.heading{
  text-align: center;
}

.flexbox_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_us h2,
.our_service h2,
.your_merit h2,
.price h2,
.our_environment h2,
.greeting h2,
.contact_us h2{
  font-family: 'Oswald', sans-serif;
  position: relative;
  display: inline-block;
}
.about_us h2:before,
.our_service h2:before,
.your_merit h2:before,
.price h2:before,
.our_environment h2:before,
.greeting h2:before,
.contact_us h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1D7539;
  border-radius: 2px;
}
.our_service h2,
.greeting h2{
  margin-bottom: 50px;
}



.about_us{
  padding: 30px 0 60px;
}
@media print, screen and (max-width:640px){
  .about_us_in{
    padding: 0 20px;
  }
}
@media print, screen and (min-width:641px){
  .about_us_in{
    width: 640px;
    height: auto;
    margin: 0 auto;
  }
}



.our_service{
  background-color: #F5F5F5;
  padding: 30px 0 60px;
}
.our_service_in img{
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width:960px){
  .our_service_in .flexbox_item{
    width: 48%;
  }
}
@media print, screen and (max-width:1279px){
  .our_service_in{
    padding: 0 50px;
  }
}
@media print, screen and (min-width:1280px){
  .our_service_in{
    width: 1280px;
    margin: 0 auto;
  }
}



.your_merit{
  padding: 30px 0 60px;
}
.your_merit h3{
  text-align: center;
}
@media print, screen and (min-width:960px){
  .your_merit_in .flexbox_item{
    width: 23%;
  }
}
@media print, screen and (max-width:1279px){
  .your_merit_in{
    padding: 0 50px;
  }
}
@media print, screen and (min-width:1280px){
  .your_merit_in{
    width: 1280px;
    margin: 0 auto;
  }
}



.price{
  padding: 30px 0 60px;
  background-image: url(../img/price_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.price p span{
  font-size: 60px;
  margin-left: 10px;
}



.our_environment{
  padding: 30px 0 60px;
}
.our_environment h3{
  text-align: center;
}
.our_environment img{
  max-width: 100%;
  height: auto;
}
@media print, screen and (max-width:1279px){
  .our_environment_in{
    padding: 0 50px;
  }
}
@media print, screen and (min-width:1280px){
  .our_environment_in{
    width: 1280px;
    margin: 0 auto;
  }
  .our_environment_in .flexbox_item{
    width: 400px;
  }
}



.greeting{
  background-image: url(../img/greeting_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0 60px;
  color: #fff;
}
.greeting img{
  max-width: 100%;
  height: auto;
}
@media print, screen and (min-width:960px){
  .greeting_in .flexbox_item{
    width: 48%;
  }
}
@media print, screen and (max-width:1279px){
  .greeting_in{
    padding: 0 50px;
  }
}
@media print, screen and (min-width:1280px){
  .greeting_in{
    width: 1280px;
    margin: 0 auto;
  }
}



.contact_us{
  background-color: #F5F5F5;
  padding: 30px 0 60px;
}
.contact_us h3{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  margin: 0;
}
.contact_us h3 a{
  color: #222;
  text-decoration: none;
}
@media print, screen and (max-width:640px){
  .contact_us_in{
    padding: 0 20px;
  }
}
@media print, screen and (min-width:641px){
  .contact_us_in{
    width: 640px;
    height: auto;
    margin: 0 auto;
  }
}



.footer{
  text-align: center;
  background-color: #1D7539;
  color: #fff;
  padding: 5px 0;
}
