@charset "UTF-8";


/*----------------------------------------------------
greeting
----------------------------------------------------*/

#greeting .text p {
  margin-top: 1.5em;
}
#greeting .text p:first-child {
  margin-top: 0;
}

#greeting .face {
  margin-top: 20px;
  overflow: hidden;
}

#greeting .face .photo {
  width: 50%;
  float: left;
  text-align: center;
}
#greeting .face img {
  width: 70%;
}
#greeting .face .right {
  width: 50%;
  float: left;
  margin-top: 10px;
}
#greeting .face .name {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (min-width: 641px) {
  #greeting .wrap {
    overflow: hidden;
    position: relative;
  }
  #greeting .text {
    margin-left: 270px;
    line-height: 2;
  }
  #greeting .face {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
  }
  #greeting .face .photo {
    width: 100%;
    float: none;
  }
  #greeting .face img {
    width: 100%;
  }
  #greeting .face .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  #greeting .face .name {
    font-size: 13px;
    line-height: 1.769;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/*----------------------------------------------------
philosophy
----------------------------------------------------*/

div#philosophy.block{
  margin-top: 120px;
}
#philosophy .text p {
  margin: 0.5em 0 2em 0;
}
#philosophy .text h3 {
  font-size: 14pt;
  font-weight: bold;
}
#philosophy .text p:first-child {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  #philosophy .wrap {
    overflow: hidden;
    position: relative;
  }
  #philosophy .text {
    margin: 0 90px 0 110px;
  }
}

/*----------------------------------------------------
map
----------------------------------------------------*/

#gmap {
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 641px) {
  #gmap {
    width: 100%;
    height: 400px;
  }
}



/*----------------------------------------------------
info
----------------------------------------------------*/

#info .wrap {
  text-align: center;
  padding: 1em 0;
  border-bottom: solid 1px #002745;
}
#info .wrap:first-child {
  padding: 0 0 1em 0;
}
#info .wrap h3 {
  font-size: 12px;
  font-weight: bold;
}
#info .wrap p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0.4em;
}

@media screen and (min-width: 641px) {
  #info .body {
    margin-left: 20%;
  }
  #info .wrap {
    text-align: left;
    padding: 30px 0 0 0;
    border-bottom: none;
    overflow: hidden;
  }
  #info .wrap:first-child {
    padding: 0;
  }
  #info .wrap h3 {
    width: 25%;
    float: left;
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
  }
  #info .wrap p {
    width: 75%;
    float: left;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0;
  }
}


/*----------------------------------------------------
green
----------------------------------------------------*/

#green .head {
  position: relative;
  margin-bottom: 35px;
}
#green .catch {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
}
#green .lead {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.25;
}
#green .image img {
  width: 100%;
}
@media screen and (min-width: 481px) {
  #green .catch {
    top: 32%;
  }
  #green .lead {
    top: 52%;
  }
}
@media screen and (min-width: 641px) {
  #green .head {
    margin-bottom: 70px;
  }
  #green .catch {
    top: 26%;
    font-size: 30px;
    font-weight: normal;
  }
  #green .lead {
    top: 48%;
    font-size: 18px;
  }
}
@media screen and (min-width: 781px) {
  #green .catch {
    top: 28%;
    font-size: 35px;
  }
  #green .lead {
    top: 48%;
    font-size: 20px;
  }
}
@media screen and (min-width: 981px) {
  #green .catch {
    top: 32%;
  }
  #green .lead {
    top: 50%;
  }
}
@media screen and (min-width: 1401px) {
  #green .catch {
    top: 36%;
    font-size: 38px;
  }
  #green .lead {
    top: 52%;
  }
}


/* body */

#green .body {
  text-align: left;
}
#green .body .note {
  margin-top: 1.3em;
  font-size: 11px;
  line-height: 1.3636;
}
#green .body .note li {
  text-indent: -2.25em;
  padding-left: 2.25em;
}
#green .body .about {
  margin-top: 30px;
  border: solid 1px #002745;
  padding: 20px;
}
#green .body .about h3 {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 641px) {
  #green .body .note {
    margin-top: 2em;  
    font-size: 13px;
    line-height: 1.92;
  }
  #green .body .about {
    margin-top: 40px;
    border-width: 1px 0;
    padding: 26px 50px;
  }
  #green .body .about h3 {
    font-weight: normal;
  }
  #green .body .about p {
    line-height: 1.6666;
  }
}



