@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0;
  padding:0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  padding:0;
  line-height: 1em;
}

p.read {
  color: #630;
  font-size: 1.25em;
  font-weight: bold;
}

#pagetop {
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: block;
    width: 240px;
    height:60px;
    margin: 0 0 0 -120px;
    padding:0;
    line-height: 60px;
    text-align: center;
}

#pagetop a {
    background: url(../images/pagetop_bg.png) no-repeat;
    display: block;
    color: #2DA7E0;
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
}

#pagetop a:hover {
    opacity: 0.8;
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

.wrap {
  width: calc(100% - 30px);
  max-width: 1024px;
  margin: 0 auto;
  padding:0;
}

.bg1 {
  background: #68c9f2 url(../images/bg1.png);
  background-position: center;
}

@media screen and (max-width:960px) {
  .wrap {
    padding:0 15px;
  }
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

header {
  background: #fffcdb;
  background-image: url(../images/header_bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: #fff9bc solid 5px;
  margin: 0;
  padding:25px 0;
}

header .wrap {
    position: relative;
}

header h1 {
  margin: 0 0 25px 0;
  padding:0;
  text-align: center;
}

header h1 a {
  display: inline-block;
}

header nav a#blog {
    display: inline-block;
    border-radius: 100%;
    background: #C33;
    position: absolute;
    top  : -60px;
    right: 0;
    height: 80px;
    width : 80px;
    color: #FFF;
    font-weight: bold;
    line-height: 105px;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width:960px) {
    header nav a#blog {
        right: 5px;
    }
}

header h1 img {
  display: block;
  margin: 0 auto;
  padding:0;
}

header nav.pc {

}

header nav.pc > a.show, header nav.pc > a.hide {
  display: none;
}

header nav.pc ul, header nav.pc ul li {
  list-style: none;
}

header nav.pc ul {
  font-size: 0;
}

header nav.pc ul li {
  display: inline-block;
  width: 20%;
}

header nav.sp {
  text-align: center;
}

header nav.sp > a {
  display: inline-block;
  height: 72px;
  margin: 0;
  padding:0;
  color: #ed6d00;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
}

header nav.sp > a img {
  display:block;
  margin: 0 auto 0 auto;
  padding:0;
}

header nav.sp > ul, header nav.sp > ul li {
  margin: 0;
  padding:0;
  list-style: none;
}

header nav.sp > ul li a {
  display: inline-block;
  margin: 0;
  padding:0;
}

header nav.sp > ul li a img {
  display: block;
}

@media screen and (max-width:960px) {
  header nav.sp > ul li {
    display: block;
    margin: 10px 0 0 0;
    padding:0;
  }
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#index #main_contents {
  position: relative;
  background: #fffcdb;
  background-image: url(../images/contents_bg2.png), url(../images/contents_bg.png);
  background-position: bottom, top;
  background-repeat: repeat-x, repeat;
  margin: 0;
  padding:20px 0 120px 0;
}

#contents #main_contents {
  position: relative;
  background: #fffcdb;
  background-image: url(../images/contents_bg2.png), url(../images/contents_bg.png);
  background-position: bottom, top;
  background-repeat: repeat-x, repeat;
  margin: 0;
  padding:20px 0 120px 0;
}

/*- -------------------- -------------------- -------------------- -------------------- -*/

#image_fader {
  margin: 0;
  padding:0;
}

#image_fader svg {

}

@media screen and (max-width:960px) {
  #image_fader svg {

  }
}

/*- -------------------- -------------------- -------------------- -------------------- -*/

#index #concept {
  background: url(../images/index_concept_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin: -10px 0 10px 0;
  padding:30px 0 10px 0;
  text-align: center;
}

#index #concept h2 {

}

#index #concept h2 img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding:0;
  vertical-align: middle;
}

#index #concept h2 img + img {
  display: inline-block;
  margin: 0 0 0 1em;
  padding:0;
}

@media screen and (max-width:960px) {
  #index #concept h2 img + img {
    margin: 1em 0 0 0;
    padding:0;
  }
}

/*- -------------------- -------------------- -------------------- -------------------- -*/

#index #info {
  margin: 0 0 20px 0;
  padding:0;
}

#index #info .wrap div {
  background: #FFF;
  border: #CCC solid 1px;
  border-radius: 0.5em;
  overflow: hidden;
}

#index #info .wrap div h2 {
  background: #6bc8f3;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  margin: 0 -1px;
  padding: 0.5em;
  text-align: center;
}

#index #info .wrap div h2 img {
  display: block;
  margin: 0 auto;
  padding:0;
}

#index #info .wrap div ul, #index #info .wrap div ul li {
  margin: 0;
  padding:0;
  list-style: none;
}

#index #info .wrap div ul {
  margin: 0;
  padding: 1em 2em;
}

#index #info .wrap div ul li {
  line-height: 1.6em;
}

#index #info .wrap div ul li + li {
  margin-top: 0.5em;
}

#index #info .wrap div ul li span {
  clear: both;
  display: inline-block;
  margin: 0 1em 0 0;
  padding:0;
}

#index #info .wrap div ul li a {
  color: inherit;
  text-decoration: none;
}

#index #news .wrap div ul li a:hover {
  text-decoration: underline;
  color: inherit;
}

/*- -------------------- -------------------- -------------------- -------------------- -*/

#index #gallery {
  position: relative;
  margin: 0;
  padding:0;
  z-index: 1;
}

#index #gallery .wrap h2 {

}

#index #gallery .wrap h2 img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 10px;
  padding:0;
}

@media screen and (max-width:960px) {
	#index #gallery .wrap h2 img {
    margin: 0;
    padding:0;
	}
}

#index #gallery #image_slide {
  width: 100%;
  margin: 0 auto;
  padding:0;
  overflow: hidden;
}

#index #gallery #image_slide ul, #index #gallery #image_slide ul li {
  margin: 0;
  padding:0;
  font-size: 0;
  list-style: none;
  text-align: center;
}

#index #gallery #image_slide ul {
  display: block;
  width: 1500px;
  margin: 0 auto;
  padding:0;
}

#index #gallery #image_slide ul li {
  display: inline-block;
  width: 180px;
  height:180px;
  margin: 0 5px;
  padding:0;
}

#index #gallery #image_slide ul li img {
  display: block;
  border-radius: 1rem;
  width: 100%;
  margin: 0;
  padding:0;
  overflow: hidden;
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#char {
  position: relative;
  z-index: 0;
}

#char .wrap {
  position: relative;
}

#char .wrap img {
  position: absolute;
  bottom: -120px;
  right : -30px;
}

@media screen and (max-width:960px) {
  #char .wrap img {
    bottom: -160px;
    right:  0;
  }
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

footer {
  background-color: #399b01;
  background-image: url(../images/footer_bg.png);
  margin: 0;
  padding:3em 0 1.5em 0;
  color: #FFF;
  text-align: center;
}

footer ul, footer ul li {
  display: inline-block;
  margin: 0;
  padding:0;
  text-align: center;
  list-style: none;
}

footer ul {
  font-size: 0;
  width: 100%;
}

footer ul li {
  font-size: 1rem;
  width: 16.6%;
}

footer ul li a {
  color: #FFF;
  text-decoration: none;
}

footer p {
  margin: 1em 0 0 0;
  padding:0;
}

footer p img {
  display: block;
  margin: 0 auto;
  padding:0;
}

@media screen and (max-width:960px) {
	footer ul li {
    display: inline-block;
    width: auto;
    margin: 0 2em;
    padding:0;
    list-style: inherit;
  }
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#philosophy {

}

@media screen and (max-width:960px) {
  #philosophy .balloonPhoto {

  }
  #philosophy .balloonPhoto img {
    width: 100%;
  }
}

#philosophy > .wrap > h2 {
  margin: 1em 0 2em 0;
  padding:0;
  text-align: center;
}

#philosophy > .wrap > p {
  text-align: center;
}

#philosophy > .wrap > img {
  display: block;
  margin:  0 auto;
  padding: 0;
}

#philosophy_balloon {
  position: relative;
  width: 300px;
  max-width: 100%;
  height:480px;
  margin: 0 auto;
}

#philosophy_balloon img {
  max-width: 100%;
}

#philosophy_balloon img:nth-child(1) {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding:0;
}

#philosophy_balloon.pc img:nth-child(2) {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 999;
}

#philosophy_balloon.sp img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

#philosophy_balloon.pc img:nth-child(3) {
  position: absolute;
  top:  75px;
  left: 75px;
  z-index: 999;
}

#philosophy_balloon.sp img:nth-child(3) {
    position: absolute;
    top:  30px;
    right: 10px;
    z-index: 999;
  }

#philosophy_balloon.pc img:nth-child(4) {
  position: absolute;
  top:   25px;
  left: 250px;
  z-index: 999;
}


#philosophy_balloon.sp img:nth-child(4) {
  position: absolute;
  top:   150px;
  left: 60px;
  z-index: 999;
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#flow {
  text-align: center;
}

#flow .wrap { }

#flow .wrap h2 img {
  max-width: 100%;
}

#flow .wrap > section {
  position: relative;
  display: inline-block;
  background: #FFF;
  border: #6B9BD2 solid 3px;
  border-radius: 0.5em;
  width: 40%;
  margin: 0 0.5em;
  padding:1em;
  vertical-align: top;
  overflow: hidden;
}

#flow .wrap > section + section {
  border: #60C0BD solid 3px;
}

#flow .wrap > section > img#pos1 {
    position: absolute;
    width: 100px;
    top  : 40px;
    right: 20px;
}

#flow .wrap > section > img#pos2 {
    position: absolute;
    width: 100px;
    bottom : 200px;
    right  : 30px;
    border-radius: 100%;
}

#flow .wrap > section > img#pos3 {
    position: absolute;
    width: 100px;
    top  : 100px;
    right: 20px;
    border-radius: 100%;
}

#flow .wrap > section > img#pos4 {
    position: absolute;
    width: 100px;
    bottom : 20px;
    right  : 20px;
}

@media screen and (max-width:960px) {
  #flow .wrap > section {
    width: calc(100% - 2em - 6px);
    margin: 0;
  }
  #flow .wrap > section + section {
    margin: 1em 0 0 0;
  }
  #flow .wrap > section > img#pos1 {
    position: absolute;
    width: 100px;
    top  : 40px;
    right: 20px;
  }

  #flow .wrap > section > img#pos2 {
    position: absolute;
    width: 120px;
    top : 360px;
    right  : 10px;
    border-radius: 100%;
  }

  #flow .wrap > section > img#pos3 {
    position: absolute;
    width: 100px;
    top  : 100px;
    right: 20px;
    border-radius: 100%;
  }

  #flow .wrap > section > img#pos4 {
    position: absolute;
    width: 100px;
    bottom : 0;
    right  : 0;
  }

}

@media screen and (max-width:480px) {

    #flow .wrap > section > img#pos1 {
    position: absolute;
    width: 80px;
    top  : 20px;
    right: 0;
  }

  #flow .wrap > section > img#pos2 {
    position: absolute;
    width: 80px;
    top : 370px;
    right  : 10px;
    border-radius: 100%;
  }

  #flow .wrap > section > img#pos3 {
    position: absolute;
    width: 100px;
    top  : 100px;
    right: 5px;
    border-radius: 100%;
  }

  #flow .wrap > section > img#pos4 {
    position: absolute;
    width: 80px;
    bottom : 0;
    right  : 0;
  }

}

#flow .wrap > section > h3 {
  display: block;
  background: #6B9BD2;
  position: relative;
  margin: -1em -1em 2em -1em;
  padding: 1.5em;
  color: #FFF;
}

#flow .wrap > section > h3::after {
  content: "";
  position: absolute;
  bottom: -2em;
  left: calc(50% - 1em);
  border: solid 1em;
  border-color: #6B9BD2 transparent transparent transparent;
  display: block;
  width: 0;
  height:0;
}

#flow .wrap > section + section > h3 {
  background: #60C0BD;
}

#flow .wrap > section + section > h3::after {
  border-color: #60C0BD transparent transparent transparent;
}

#flow .wrap > section > section {
  position: relative;
  display: block;
  margin: 0 auto;
  padding:0;
  text-align: left;
}

#flow .wrap > section > section + section {
  margin-top: 1em;
}

#flow .wrap > section > section::after {
  position: absolute;
  top : 2.5em;
  left: calc(20% - 2px);
  content: "";
  display: block;
  background: #f18a33;
  width: 4px;
  height: calc(100% + 1em);
  margin: 0;
  padding:0;
}

#flow .wrap > section > section:last-child::after {
  content: none;
}
#flow .wrap > section:nth-of-type(1) > section:nth-of-type(10)::after {
  content: none;
}
#flow .wrap > section:nth-of-type(2) > section:nth-of-type(9)::after {
  content: none;
}

#flow .wrap > section > section > h4, #flow .wrap > section > section > p {
  display: inline-block;
  margin: 0 0.5em;
  padding:0.5em;
  vertical-align: top;
  line-height: 1.5em;
}

#flow .wrap > section > section > h4 {
  background: #f18a33;
  border-radius: 0.5em;
  width: 35%;
  margin: 0;
  color: #FFF;
  text-align: center;
}

#flow .wrap > section > section > p {
  width: 40%;
  text-align: left;
}

#flow .wrap > section > section.dot { }

#flow .wrap > section > section.dot h4 {
  display: none;
}

#flow .wrap > section > section.dot::before {
  content: "";
  position: absolute;
  top: calc(0.5em );
  left: calc(20% - 0.5em);
  display: block;
  background: #f18a33;
  border-radius: 0.5em;
  width : 1em;
  height: 1em;
}

#flow .wrap > section > section.dot > p {
  margin: 0 0 0 50%;
  padding:0.25em;
}

#flow .wrap > section > section.dot > p::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(20%);
  border-bottom: #f18a33 dotted 4px;
  width : 27.5%;
  height: 0;
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#contents #outline {
  text-align: center;
}

#contents #outline h2 {
  margin: 1em 0 2em 0;
  padding:0;
  text-align: center;
}

#contents #outline section {
  margin: 0;
  padding:0 0 2em 0;
}

#contents #outline section > h3 {
  margin: 0 0 0.5em 0;
  padding:0;
  color: #6db131;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 1px 1px 1px #CCC;
  /*-text-align: left;-*/
}

#contents #outline section > h3::before {
  content: "●";
  margin: 0 0.5em 0 0;
  padding:0;

}

#contents #outline section table {
  background: #FFF;
  border: #d0ea95 solid 2px;
  border-collapse: separate;
  border-radius: 0.5em;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding:0;
  overflow: hidden;
}

#contents #outline section table, #contents #outline section table tr th, #contents #outline section table tr td {
}

#contents #outline section table tr th, #contents #outline section table tr td {
  border: none;
  margin: 0;
  padding:0.5em 1em;
}

#contents #outline section table tr th {
  background: #f0f8de;
  width: 7em;
}

#contents #outline section table tr td {
  border: #f0f8de solid 2px;
  text-align: left;
}

#contents #outline section > section > h4 {
  margin: 0 0 0 -0.5em;
  padding:0 0 0.5em 0;
  color: #40210F;
}

#contents #outline img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width:960px) {
  #contents #outline section > h3 {
    margin: 0 0 0.5em 0;
    padding:0;
    text-align: center;
  }
  #contents #outline section > table {
    margin: 0 auto;
    padding:0;
  }
}

#contents #outline #gmap {
  border: #d0ea95 solid 2px;
  border-radius: 0.5em;
  width: 800px;
  max-width: 100%;
  height: 640px;
  margin: 0 auto;
  padding:0;
  overflow: hidden;
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#contents #schedule {
  text-align: center;
}

#contents #schedule h2 {
  margin: 1em 0 2em 0;
  padding:0;
}

#contents #schedule h2 img {
  max-width: 100%;
}

#contents #schedule section h3 {
  display: block;
  border-radius: 2.5em;
  width:  5em;
  height: 5em;
  margin: 0 auto;
  padding:0;
  line-height: 5em;
}

#contents #schedule > div.wrap > div > section {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 2em 0 0 0;
}

@media screen and (max-width:960px) {
  #contents #schedule > div.wrap > div > section {
    display: block;
    width: 100%;
  }
}

#contents #schedule > div.wrap > div > img {
  background: #E8E8E8;
  border-radius: 1em;
  margin: 2em 0 0 0;
}

#schedule div.wrap > div > section h3 {
  background: #F19B97;
  color: #FFF;
}

#schedule div.wrap > div > section h3 span {
  font-size: 2em;
  line-height: 2.5em;
}

#schedule div.wrap > div + div > section h3 {
  background: #60C0BD;
  color: #FFF;
}

#schedule div.wrap > div + div > section h3 span {
  font-size: 2em;
}

#schedule div.wrap > div + div + div > section h3 {
  background: #BE8A43;
  color: #FFF;
}

#schedule div.wrap > div + div + div > section h3 span {
  font-size: 2em;
  letter-spacing: -0.05em;
}

#schedule div.wrap > div + div + div + div > section h3 {
  background: #BBA0CB;
  color: #FFF;
}

#schedule div.wrap > div + div + div + div > section h3 span {
  font-size: 2em;
  letter-spacing: 0;
}

#contents #schedule > div.wrap > div > section > ul {
  display: inline-block;
  text-align: left;
}

#contents #schedule > div.wrap > div:nth-child(1) > section > ul > li {

}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#contents #gallery {
  position: relative;
  text-align: center;
  z-index: 1;
}

#contents #gallery h2 {
  margin: 1em 0 2em 0;
  padding:0;
}

#contents #gallery h2 img {
  max-width: 100%;
}

#contents #gallery ul, #contents #gallery ul li {
  margin: 0;
  padding:0;
  list-style: none;
}

#contents #gallery ul {
    margin-bottom: 40px;
}

#contents #gallery ul li {
  display: inline-block;
  margin: 5px;
  padding:0;
  vertical-align: middle;
}

#contents #gallery ul li img {
  display:block;
  border-radius: 1em;
  width: 150px;
  margin: 0 auto;
  padding:0;
}

@media screen and (max-width:960px) {
  #contents #gallery ul li img {
    display:block;
    border-radius: 1em;
    width: 150px;
    margin: 0 auto;
    padding:0;
  }
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#information {
  text-align: center;
}

#information h2 {
  margin: 1em 0 2em 0;
  padding:0;
}

#information section {
  display: block;
  background: #FFF;
  border: 2px solid #d0ea95;
  border-radius: 1em;
  margin: 0;
  padding:1em;
}

#information section + section {
  margin-top: 1em;
}

#information section h3 {
  margin: 1em 0 2em 0;
  padding:0;
  color: #6db131;
  font-size: 1.2em;
}

#information section h3 > span {
  margin: 0 1em 0 0;
}

#information section > div > img {
  max-width: 100%;
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#recruit {
  text-align: center;
}

#recruit section {
    background: #FFF;
    border: #d0ea95 solid 2px;
    border-radius: 1em;
    margin: 0;
    padding: 1em;
    text-align: center;
}

#recruit section h3 {
  color: #6db131;
  font-size: 1.2em;
}

#recruit p {
    text-align: left;
    display: inline-block;
}

#recruit p.read {
  text-align: center;
}

#recruit table {
    border: #6db131 solid 2px;
    border-radius: 0.5em;
    margin: 0 auto;
    overflow: hidden;
}

#recruit table th, #recruit table td {
    text-align: left;
    padding: 0.5em;
}


#recruit table th {
    background: rgba(109, 177, 49, 0.25);
}

#recruit table td {
    background: rgba(109, 177, 49, 0.05);
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/

#contact {

}

#contact form {
    text-align: center;
}

#contact form#input > div.mg_lr20px > p {
}

#contact form#input > div.mg_lr20px > p + p {
    font-weight: bold;
}

#contact form#input span.red {
    color: #C33;
}

#contact form#input > div {
    display: table;
    max-width: auto;
    width: 100%;
}

#contact form#input > div > div {
    display: table-cell;
    width: 50%;
    padding: 0 0.5em 0 0;
    vertical-align: top;
}

#contact form#input > div > div + div {
    padding: 0 0 0 0.5em;
}

#contact form#validate div div div div {
    position: relative;
    background: #fffefa;
    border: 1px solid #630;
    border-radius: 0.5em;
}

#contact form#validate div div div div + div {
    margin-top: 1em;
}

#contact form#validate div div div div p {
    margin: 1em;
    text-align: left;
}

#contact form#input > p, #contact form#input div div div {
    position: relative;
    background: #fffefa;
    border: 1px solid #630;
    border-radius: 0.5em;
}

#contact form#input > p {
    padding: 0.75em 0.75em;
}

#contact form#input > p label {
    margin-left: 1em;
}

#contact form#input div div div {
    padding: 0.5em;
}

#contact form#input div div div + div {
    margin-top: 1em;
}

#contact form#input div div + div {
    position: relative;
}

#contact form#input div div + div div {
    position: absolute;
    top   : 0;
    right : 0;
    bottom: 0;
    left  : 0.5em;
}

#contact form#input div div div input, #contact form#input div div div textarea {
    background: none;
    border: none;
    width: calc(100% - 0.5em);
    padding: 0.25em;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.0em;
}

#contact form#input div div div textarea {
    height: calc(100% - 0.5em);
}

#contact form#input div div div input, #contact form#input div div textarea, #contact form#input div div div > span {
    padding: 0.25em;
}

#contact form#input div div div > span {
    position: absolute;
    left: 0.5em;
    color: #666;
}

#contact form button {
    display: inline-block;
    border-radius: 0.5em;
    margin: 1em auto 0 auto;
    padding: 0.5em 3em;
    color: #FFF;
    font-size: 0.9em;
    font-weight: bold;
}

#contact form#validate button {
    margin: 1em;
}

#contact form button[value="validate"], #contact form button[value="sendmail"] {
    background: #28a7e1;
    border: #2393c6 solid 2px;
}

#contact form button[value="input"] {
    background: #409f02;
    border: #3b9302 solid 2px;
}

@media screen and (max-width:960px) {
    #contact form > div > div, #contact form div div + div div {
        position: relative;
        display: block;
        width: 100%;
    }
    #contact form div div + div {

        margin : 1em 0 0 0;
        padding: 0;
    }
    #contact form div div + div div {
        position: static;
        width: calc(100% - 1em);
    }
    #contact form div div div textarea {
        height: 10em;
    }
}

/*- -------------------- -------------------- -------------------- -------------------- -------------------- -*/


#telephone .wrap {
    text-align: center;
}

#telephone .wrap p {
    display: inline-block;
    background: #FFF;
    border: #40a003 solid 2px;
    border-radius: 0.5em;
    text-align: left;
    padding: 2em;
}

a.button {
    display: block;
    background: rgba(40,167,225,1);
    border: #2393c6 solid 2px;
    border-radius: 0.5em;
    width: calc(100% - 6em);
    max-width: 240px;
    margin: 1em auto 0 auto;
    padding: 0.75em 2em;
    color: #FFF;
    font-size: 1em;
    font-weight: bold !important;
    text-decoration: none;
    transition: 0.2s;
}

a.button:hover {
    background: rgba(40,167,225,0.5);
}
